aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_common/src/system.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/whirl_common/src/system.rs')
-rw-r--r--crates/whirl_common/src/system.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_common/src/system.rs b/crates/whirl_common/src/system.rs
index 2fb79e7..c4b203c 100644
--- a/crates/whirl_common/src/system.rs
+++ b/crates/whirl_common/src/system.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
+// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
const WEEK: usize = 60 * 60 * 60 * 60;