aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-11-24 01:13:43 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-11-24 01:13:43 +0100
commitc0c096423c9d8752c5fa6a7692181dbdee5fc102 (patch)
treec9fdb78ff57d1b2d04018778a1b364361b57cfcb /examples
parente1f4fbb65724fdfbce2068d3ee334eb4f60af37a (diff)
downloadpeanuts-c0c096423c9d8752c5fa6a7692181dbdee5fc102.tar.gz
peanuts-c0c096423c9d8752c5fa6a7692181dbdee5fc102.tar.bz2
peanuts-c0c096423c9d8752c5fa6a7692181dbdee5fc102.zip
feat: add licensing and related annotations/file headersHEADmain
Diffstat (limited to 'examples')
-rw-r--r--examples/example.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example.rs b/examples/example.rs
index 580652e..5ec85cd 100644
--- a/examples/example.rs
+++ b/examples/example.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use peanuts::xml::composers::Composer;
use peanuts::xml::parsers::Parser;
use peanuts::xml::Document;