aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/sasl.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stanza/src/sasl.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/stanza/src/sasl.rs b/stanza/src/sasl.rs
index 58aab84..2935923 100644
--- a/stanza/src/sasl.rs
+++ b/stanza/src/sasl.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use std::{fmt::Display, ops::Deref};
use peanuts::{DeserializeError, Element, FromElement, IntoElement};