aboutsummaryrefslogtreecommitdiffstats
path: root/jid/src
diff options
context:
space:
mode:
Diffstat (limited to 'jid/src')
-rw-r--r--jid/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/jid/src/lib.rs b/jid/src/lib.rs
index 3b40094..9d21382 100644
--- a/jid/src/lib.rs
+++ b/jid/src/lib.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use std::{borrow::Cow, error::Error, fmt::Display, ops::Deref, str::FromStr};
// #[cfg(feature = "sqlx")]