aboutsummaryrefslogtreecommitdiff
path: root/src/db
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/db
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/db')
-rw-r--r--src/db/mod.rs2
-rw-r--r--src/db/tables.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/db/mod.rs b/src/db/mod.rs
index c180764..29b89cd 100644
--- a/src/db/mod.rs
+++ b/src/db/mod.rs
@@ -1,4 +1,4 @@
-// Copyleft 2021-2021 Whirlsplash
+// Copyleft (ɔ) 2021-2021 Whirlsplash
// SPDX-License-Identifier: GPL-3.0-only
mod tables;
diff --git a/src/db/tables.rs b/src/db/tables.rs
index 34b16e9..1f17a23 100644
--- a/src/db/tables.rs
+++ b/src/db/tables.rs
@@ -1,4 +1,4 @@
-// Copyleft 2021-2021 Whirlsplash
+// Copyleft (ɔ) 2021-2021 Whirlsplash
// SPDX-License-Identifier: GPL-3.0-only
//! Much of the documentation that you will see within this module is quoted