[elbe-devel] [PATCH] schema: Add missing license headers
Bastian Germann
bage at linutronix.de
Mon Aug 22 16:11:47 CEST 2022
The Elbe schema and its catalog file are created by Linutronix but miss
SPDX headers. Add them.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
schema/catalog.xml | 4 ++++
schema/dbsfed.xsd | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/schema/catalog.xml b/schema/catalog.xml
index d9f8377e13..a7d04457e6 100644
--- a/schema/catalog.xml
+++ b/schema/catalog.xml
@@ -1,4 +1,8 @@
<?xml version="1.0"?>
+<!--
+SPDX-License-Identifier: GPL-3.0-or-later
+SPDX-FileCopyrightText: Linutronix GmbH
+-->
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index e1c75a4d8b..83f20cda4d 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -1,3 +1,7 @@
+<!--
+SPDX-License-Identifier: GPL-3.0-or-later
+SPDX-FileCopyrightText: Linutronix GmbH
+-->
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:rfs="https://www.linutronix.de/projects/Elbe"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
--
2.30.2
More information about the elbe-devel
mailing list