aboutsummaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:23:35 +0000
committerFuwn <[email protected]>2021-04-26 13:23:35 +0000
commit9c35efe14dd080b585ed9c332423fcc985f1de5a (patch)
tree8b7df308dc892bd0d3c5a2c8bd2f625861de2ca2 /src/utils/mod.rs
parentetc: Update license date Regex (diff)
downloadwhirl-9c35efe14dd080b585ed9c332423fcc985f1de5a.tar.xz
whirl-9c35efe14dd080b585ed9c332423fcc985f1de5a.zip
etc: Prepend license identifier to *most* files
Diffstat (limited to 'src/utils/mod.rs')
-rw-r--r--src/utils/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs
index dec1023..8307077 100644
--- a/src/utils/mod.rs
+++ b/src/utils/mod.rs
@@ -1 +1,4 @@
+// Copyleft 2021-2021 Whirlsplash
+// SPDX-License-Identifier: GPL-3.0-only
+
pub mod db;