aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-27 17:37:52 +0000
committerFuwn <[email protected]>2021-04-27 17:37:52 +0000
commit3d5dcca3cdf37b07e7d73c8ee1511b7ad320eabe (patch)
treee251dcb0355728f318509c20ff4912cebb84416d /src/utils
parentfix: Husky (git hooks) now works (diff)
downloadwhirl-3d5dcca3cdf37b07e7d73c8ee1511b7ad320eabe.tar.xz
whirl-3d5dcca3cdf37b07e7d73c8ee1511b7ad320eabe.zip
etc: Add copyleft symbol to copyleft header
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 b3b9667..86f66fd 100644
--- a/src/utils/db.rs
+++ b/src/utils/db.rs
@@ -1,4 +1,4 @@
-// Copyleft 2021-2021 Whirlsplash
+// Copyleft (ɔ) 2021-2021 Whirlsplash
// SPDX-License-Identifier: GPL-3.0-only
use std::error::Error;
diff --git a/src/utils/mod.rs b/src/utils/mod.rs
index 8307077..a55af92 100644
--- a/src/utils/mod.rs
+++ b/src/utils/mod.rs
@@ -1,4 +1,4 @@
-// Copyleft 2021-2021 Whirlsplash
+// Copyleft (ɔ) 2021-2021 Whirlsplash
// SPDX-License-Identifier: GPL-3.0-only
pub mod db;