<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 5, 2018 at 9:46 AM, Manuel Traut <span dir="ltr"><<a href="mailto:manut@linutronix.de" target="_blank">manut@linutronix.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Elbe wants to use SPDX tags in it's code, this part was identified<br>
not to have any copyright statements so far. So this applies the<br>
default: "GPL-3.0+"<br></blockquote><div><br></div><div>Suggest use of SPDX-License-Identifier GPL-3.0-or-later </div><div>rather than GPL-3.0+ as GPL-3.0+ is not in current</div><div><a href="https://spdx.org/licenses/" target="_blank">https://spdx.org/licenses/</a><br></div><div><br></div><div>(more background in comments on [PATCH 1/3]).</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
But i'm quite unsure about 'contrib/dockerfile/adds/super<wbr>visord.conf'<br>
because the original repo of the file is no longer reachable.<br>
Silvio, do you still have access to the copyright informations of this<br>
file?<br>
<br>
Signed-off-by: Manuel Traut <<a href="mailto:manut@linutronix.de" target="_blank">manut@linutronix.de</a>><br>
---<br>
 contrib/dockerfile/<wbr>Dockerfile            | 7 ++++++-<br>
 contrib/dockerfile/Makefile              | 5 +++++<br>
 contrib/dockerfile/README.md             | 7 +++++++<br>
 contrib/dockerfile/adds/super<wbr>visord.conf | 1 +<br>
 4 files changed, 19 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/contrib/dockerfile/Dockerfil<wbr>e b/contrib/dockerfile/Dockerfil<wbr>e<br>
index 7caafb7b..ece8db44 100644<br>
--- a/contrib/dockerfile/Dockerfil<wbr>e<br>
+++ b/contrib/dockerfile/Dockerfil<wbr>e<br>
@@ -1,5 +1,10 @@<br>
-# This Dockefile generate a image for the elbe buildsystem<br>
+#<br>
+# ELBE - Debian Based Embedded Rootfilesystem Builder<br>
+# Copyright (C) 2015   Silvio Fricke<br>
+#<br>
+# SPDX-License-Identifier: GPL-3.0+<br>
<br>
+# This Dockefile generate a image for the elbe buildsystem<br>
 FROM debian:stretch<br>
<br>
 ENV LANG C.UTF-8<br>
diff --git a/contrib/dockerfile/Makefile b/contrib/dockerfile/Makefile<br>
index c6d5f3e8..f400c440 100644<br>
--- a/contrib/dockerfile/Makefile<br>
+++ b/contrib/dockerfile/Makefile<br>
@@ -1,3 +1,8 @@<br>
+# ELBE - Debian Based Embedded Rootfilesystem Builder<br>
+# Copyright (C) 2015   Silvio Fricke<br>
+#<br>
+# SPDX-License-Identifier: GPL-3.0+<br>
+<br>
 IMAGENAME ?= elbe-image<br>
 CONTAINERNAME ?= elbe<br>
<br>
diff --git a/contrib/dockerfile/README.md b/contrib/dockerfile/README.md<br>
index 658cd49b..c48d7b07 100644<br>
--- a/contrib/dockerfile/README.md<br>
+++ b/contrib/dockerfile/README.md<br>
@@ -1,3 +1,10 @@<br>
+# Dockerfile for elbe<br>
+#<br>
+# ELBE - Debian Based Embedded Rootfilesystem Builder<br>
+# Copyright (C) 2015   Silvio Fricke<br>
+#<br>
+# SPDX-License-Identifier: GPL-3.0+<br>
+<br>
 [elbe][elb] is a debian based system to generate root-filesystems for embedded<br>
 devices.<br>
<br>
diff --git a/contrib/dockerfile/adds/supe<wbr>rvisord.conf b/contrib/dockerfile/adds/supe<wbr>rvisord.conf<br>
index d35b840d..50ec56d7 100644<br>
--- a/contrib/dockerfile/adds/supe<wbr>rvisord.conf<br>
+++ b/contrib/dockerfile/adds/supe<wbr>rvisord.conf<br>
@@ -1,4 +1,5 @@<br>
 ; taken by <a href="https://github.com/sullof/docker-sshd" rel="noreferrer" target="_blank">https://github.com/sullof/dock<wbr>er-sshd</a><br>
+; SPDX-License-Identifier: GPL-3.0+<br>
 [unix_http_server]<br>
 file=/tmp/supervisor.sock ; (the path to the socket file)<br>
<span class="m_-505837822968042199gmail-HOEnZb"><font color="#888888"><br>
--<br>
2.17.0<br>
<br>
</font></span></blockquote></div><br></div></div>