From 7c178eb6d452c4490c0bb9cbcada5b5deb9f4f57 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 24 Nov 2025 01:23:08 +0100 Subject: feat: add licensing and related annotations/file headers --- stanza/src/xep_0030/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stanza/src/xep_0030/mod.rs') diff --git a/stanza/src/xep_0030/mod.rs b/stanza/src/xep_0030/mod.rs index 914c17b..0faaf04 100644 --- a/stanza/src/xep_0030/mod.rs +++ b/stanza/src/xep_0030/mod.rs @@ -1,2 +1,6 @@ +// SPDX-FileCopyrightText: 2025 cel +// +// SPDX-License-Identifier: AGPL-3.0-or-later + pub mod info; pub mod items; -- cgit