[elbe-devel] [PATCH 1/2] examples: Add SPDX header for external contribution
Bastian Germann
bage at linutronix.de
Fri Aug 19 13:06:51 CEST 2022
The only example that is not copyrighted by Linutronix has to keep the
current license.
Add the file to debian/copyright, which needs to have GPL-3+ as referrable
license then.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
debian/copyright | 14 ++++++++++----
examples/armhf-ubuntu.xml | 4 ++++
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 84a519dce4..e176f4b3f9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,10 +6,6 @@ Source: https://github.com/Linutronix/elbe/
Files: *
Copyright: (c) 2013, Torben Hohn, Linutronix GmbH, Manuel Traut, Linutronix GmbH
License: GPL-3+
- SPDX-License-Identifier: GPL-3.0-or-later
- On Debian systems, the full text of the GNU General Public
- License version 3+ can be found in the file
- `/usr/share/common-licenses/GPL-3'.
Files: elbepack/makofiles/toolchain-shar-extract.sh.mako
Copyright: Aníbal Limón <anibal.limon at linux.intel.com>
@@ -29,3 +25,13 @@ License: GPL-2
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
+
+Files: examples/armhf-ubuntu.xml
+Copyright: 2020 Kory Maincent <kory.maincent at bootlin.com>
+License: GPL-3+
+
+License: GPL-3+
+ SPDX-License-Identifier: GPL-3.0-or-later
+ On Debian systems, the full text of the GNU General Public
+ License version 3+ can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/examples/armhf-ubuntu.xml b/examples/armhf-ubuntu.xml
index c49f903691..a35d3d5330 100644
--- a/examples/armhf-ubuntu.xml
+++ b/examples/armhf-ubuntu.xml
@@ -1,3 +1,7 @@
+<!--
+SPDX-License-Identifier: GPL-3.0-or-later
+SPDX-FileCopyrightText: 2020 Kory Maincent <kory.maincent at bootlin.com>
+-->
<ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
<project>
<name>armhf-ubuntu</name>
--
2.30.2
More information about the elbe-devel
mailing list