aboutsummaryrefslogtreecommitdiffstats
path: root/src/cache
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache')
-rw-r--r--src/cache/font.rs1
-rw-r--r--src/cache/user.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/cache/font.rs b/src/cache/font.rs
index c17247d..5be2196 100644
--- a/src/cache/font.rs
+++ b/src/cache/font.rs
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: AGPL-3.0-only
use std::sync::Arc;
use std::time::Duration;
use std::sync::LazyLock;
diff --git a/src/cache/user.rs b/src/cache/user.rs
index c3b6f04..f12d852 100644
--- a/src/cache/user.rs
+++ b/src/cache/user.rs
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: AGPL-3.0-only
use std::sync::Arc;
use std::time::Duration;
use std::sync::LazyLock;