summaryrefslogtreecommitdiffstats
path: root/src/contact.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.rs')
-rw-r--r--src/contact.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/contact.rs b/src/contact.rs
index 017b00c..b7f57fa 100644
--- a/src/contact.rs
+++ b/src/contact.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use std::ops::{Deref, DerefMut};
use filamento::{roster::Contact, user::User};