aboutsummaryrefslogtreecommitdiffstats
path: root/lampada/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lampada/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lampada/src/lib.rs b/lampada/src/lib.rs
index d1d451e..2b71a9d 100644
--- a/lampada/src/lib.rs
+++ b/lampada/src/lib.rs
@@ -1,5 +1,9 @@
#![feature(where_clause_attrs)]
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use std::{
collections::HashMap,
ops::{Deref, DerefMut},