diff options
Diffstat (limited to '')
| -rw-r--r-- | src/roster.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/roster.rs b/src/roster.rs index 75f4c3b..13aed19 100644 --- a/src/roster.rs +++ b/src/roster.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + use std::collections::HashMap; use jid::BareJID; @@ -18,4 +22,3 @@ impl Roster { } } } - |
