aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/xep_0300.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/src/xep_0300.rs')
-rw-r--r--stanza/src/xep_0300.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/stanza/src/xep_0300.rs b/stanza/src/xep_0300.rs
index f522f1c..5a2a88b 100644
--- a/stanza/src/xep_0300.rs
+++ b/stanza/src/xep_0300.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use std::{convert::Infallible, str::FromStr};
use peanuts::{Element, FromElement, IntoElement};