From c0c096423c9d8752c5fa6a7692181dbdee5fc102 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 24 Nov 2025 01:13:43 +0100 Subject: feat: add licensing and related annotations/file headers --- examples/example.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/example.rs') 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 +// +// SPDX-License-Identifier: AGPL-3.0-or-later + use peanuts::xml::composers::Composer; use peanuts::xml::parsers::Parser; use peanuts::xml::Document; -- cgit