aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-28 22:18:42 -0700
committerFuwn <[email protected]>2021-04-28 22:18:42 -0700
commit668b237f3e4272ef9d67be37d02cebd6947dd6b0 (patch)
tree3014b13de461c1175b343f18b380019f91ac6eaa /src/utils
parentfix: Remove report_todo format rule (diff)
downloadwhirl-668b237f3e4272ef9d67be37d02cebd6947dd6b0.tar.xz
whirl-668b237f3e4272ef9d67be37d02cebd6947dd6b0.zip
etc: Replace copyleft holder name
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/db.rs2
-rw-r--r--src/utils/mod.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/db.rs b/src/utils/db.rs
index 86f66fd..b74f88b 100644
--- a/src/utils/db.rs
+++ b/src/utils/db.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 Whirlsplash
+// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
use std::error::Error;
diff --git a/src/utils/mod.rs b/src/utils/mod.rs
index a55af92..98990d4 100644
--- a/src/utils/mod.rs
+++ b/src/utils/mod.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 Whirlsplash
+// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
pub mod db;