aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/stream_error.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-11-24 01:23:08 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-11-24 01:23:08 +0100
commit7c178eb6d452c4490c0bb9cbcada5b5deb9f4f57 (patch)
tree8dade94b849439dbf20fe29f62bca032975cda97 /stanza/src/stream_error.rs
parenta56c8d3562d50941126cb010459accd780198046 (diff)
downloadluz-main.tar.gz
luz-main.tar.bz2
luz-main.zip
feat: add licensing and related annotations/file headersHEADmain
Diffstat (limited to '')
-rw-r--r--stanza/src/stream_error.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/stanza/src/stream_error.rs b/stanza/src/stream_error.rs
index 19ad1ae..e068cbf 100644
--- a/stanza/src/stream_error.rs
+++ b/stanza/src/stream_error.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use peanuts::{DeserializeError, Element, FromElement, IntoElement, XML_NS};
use thiserror::Error;