diff options
| author | 2025-11-24 01:23:08 +0100 | |
|---|---|---|
| committer | 2025-11-24 01:23:08 +0100 | |
| commit | 7c178eb6d452c4490c0bb9cbcada5b5deb9f4f57 (patch) | |
| tree | 8dade94b849439dbf20fe29f62bca032975cda97 /stanza/src/xep_0280.rs | |
| parent | a56c8d3562d50941126cb010459accd780198046 (diff) | |
| download | luz-7c178eb6d452c4490c0bb9cbcada5b5deb9f4f57.tar.gz luz-7c178eb6d452c4490c0bb9cbcada5b5deb9f4f57.tar.bz2 luz-7c178eb6d452c4490c0bb9cbcada5b5deb9f4f57.zip | |
Diffstat (limited to 'stanza/src/xep_0280.rs')
| -rw-r--r-- | stanza/src/xep_0280.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stanza/src/xep_0280.rs b/stanza/src/xep_0280.rs index c26793f..74d2897 100644 --- a/stanza/src/xep_0280.rs +++ b/stanza/src/xep_0280.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + use peanuts::{Element, FromElement, IntoElement}; use crate::xep_0297::Forwarded; |
