aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_common/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-14 15:06:58 -0700
committerFuwn <[email protected]>2021-06-14 15:06:58 -0700
commit57ac63ad9b59922baf65c0740dad9fb040f8bd3a (patch)
tree357334d8e87f4ddcf7d4e896ae22c5edf8176cd0 /crates/whirl_common/src
parentrefactor(cli): clippy lints (diff)
downloadwhirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.tar.xz
whirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.zip
style(global): fix license spec
Diffstat (limited to 'crates/whirl_common/src')
-rw-r--r--crates/whirl_common/src/lib.rs2
-rw-r--r--crates/whirl_common/src/log.rs2
-rw-r--r--crates/whirl_common/src/sort.rs2
-rw-r--r--crates/whirl_common/src/system.rs2
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/whirl_common/src/lib.rs b/crates/whirl_common/src/lib.rs
index c33a67d..1c1cc55 100644
--- a/crates/whirl_common/src/lib.rs
+++ b/crates/whirl_common/src/lib.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
//! Assorted utilities, for global use.
diff --git a/crates/whirl_common/src/log.rs b/crates/whirl_common/src/log.rs
index d2df568..38248cf 100644
--- a/crates/whirl_common/src/log.rs
+++ b/crates/whirl_common/src/log.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
use whirl_config::Config;
diff --git a/crates/whirl_common/src/sort.rs b/crates/whirl_common/src/sort.rs
index 7cbabd6..9c7e092 100644
--- a/crates/whirl_common/src/sort.rs
+++ b/crates/whirl_common/src/sort.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
/// Sort a vector by alphabetical order based on the first character of each
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;