diff options
Diffstat (limited to 'src/xml/parsers.rs')
| -rw-r--r-- | src/xml/parsers.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xml/parsers.rs b/src/xml/parsers.rs index 79d72b4..b98d68a 100644 --- a/src/xml/parsers.rs +++ b/src/xml/parsers.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + use nom::{ branch::alt, bytes::streaming::{is_a, is_not, tag, take, take_while}, |
