diff options
Diffstat (limited to '')
| -rw-r--r-- | src/declaration.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declaration.rs b/src/declaration.rs index ecd877a..fe3aac8 100644 --- a/src/declaration.rs +++ b/src/declaration.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + /// An XML declaration. pub struct Declaration { pub version_info: VersionInfo, |
