aboutsummaryrefslogtreecommitdiff
path: root/src/db
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-14 14:56:34 -0700
committerFuwn <[email protected]>2021-06-14 14:56:34 -0700
commit94959d86166e5db43b1d4797c2d478ad20a60fd4 (patch)
tree769fd346ec4b9fbd5cf4083be6e98525d290fd88 /src/db
parentfix(readme): image on new row (diff)
downloadlime-old-94959d86166e5db43b1d4797c2d478ad20a60fd4.tar.xz
lime-old-94959d86166e5db43b1d4797c2d478ad20a60fd4.zip
style(global): update license spec
Diffstat (limited to 'src/db')
-rw-r--r--src/db/mod.rs2
-rw-r--r--src/db/models.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/db/mod.rs b/src/db/mod.rs
index a607593..b0321cb 100644
--- a/src/db/mod.rs
+++ b/src/db/mod.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 Fuwn
+// Copyright (C) 2021-2021 Fuwn
// SPDX-License-Identifier: GPL-3.0-only
pub mod models;
diff --git a/src/db/models.rs b/src/db/models.rs
index 1b465b6..d77da1d 100644
--- a/src/db/models.rs
+++ b/src/db/models.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 Fuwn
+// Copyright (C) 2021-2021 Fuwn
// SPDX-License-Identifier: GPL-3.0-only
#[derive(Queryable, Debug, Clone)]