aboutsummaryrefslogtreecommitdiff
path: root/src/xml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.rs')
-rw-r--r--src/xml.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xml.rs b/src/xml.rs
index 277f12a..239fac3 100644
--- a/src/xml.rs
+++ b/src/xml.rs
@@ -1,3 +1,7 @@
+// Copyright (C) 2026 A Farzat
+// This program is free software: you can redistribute it and/or modify it under the terms of the
+// GNU General Public License, GPLv3, attached at the root of the project.
+
use anyhow::{Context, Result};
use ogrim::{Document, xml};
use quick_xml::events::{BytesEnd, BytesStart, BytesText, Event};