[elbe-devel] [PATCH 3/3] add SPDX tags to contrib/dockerfile/*

Kate Stewart kstewart at linuxfoundation.org
Sat Apr 7 22:30:24 CEST 2018


On Thu, Apr 5, 2018 at 9:46 AM, Manuel Traut <manut at linutronix.de> wrote:

> Elbe wants to use SPDX tags in it's code, this part was identified
> not to have any copyright statements so far. So this applies the
> default: "GPL-3.0+"
>

Suggest use of SPDX-License-Identifier GPL-3.0-or-later
rather than GPL-3.0+ as GPL-3.0+ is not in current
https://spdx.org/licenses/

(more background in comments on [PATCH 1/3]).


> But i'm quite unsure about 'contrib/dockerfile/adds/supervisord.conf'
> because the original repo of the file is no longer reachable.
> Silvio, do you still have access to the copyright informations of this
> file?
>
> Signed-off-by: Manuel Traut <manut at linutronix.de>
> ---
>  contrib/dockerfile/Dockerfile            | 7 ++++++-
>  contrib/dockerfile/Makefile              | 5 +++++
>  contrib/dockerfile/README.md             | 7 +++++++
>  contrib/dockerfile/adds/supervisord.conf | 1 +
>  4 files changed, 19 insertions(+), 1 deletion(-)
>
> diff --git a/contrib/dockerfile/Dockerfile b/contrib/dockerfile/Dockerfile
> index 7caafb7b..ece8db44 100644
> --- a/contrib/dockerfile/Dockerfile
> +++ b/contrib/dockerfile/Dockerfile
> @@ -1,5 +1,10 @@
> -# This Dockefile generate a image for the elbe buildsystem
> +#
> +# ELBE - Debian Based Embedded Rootfilesystem Builder
> +# Copyright (C) 2015   Silvio Fricke
> +#
> +# SPDX-License-Identifier: GPL-3.0+
>
> +# This Dockefile generate a image for the elbe buildsystem
>  FROM debian:stretch
>
>  ENV LANG C.UTF-8
> diff --git a/contrib/dockerfile/Makefile b/contrib/dockerfile/Makefile
> index c6d5f3e8..f400c440 100644
> --- a/contrib/dockerfile/Makefile
> +++ b/contrib/dockerfile/Makefile
> @@ -1,3 +1,8 @@
> +# ELBE - Debian Based Embedded Rootfilesystem Builder
> +# Copyright (C) 2015   Silvio Fricke
> +#
> +# SPDX-License-Identifier: GPL-3.0+
> +
>  IMAGENAME ?= elbe-image
>  CONTAINERNAME ?= elbe
>
> diff --git a/contrib/dockerfile/README.md b/contrib/dockerfile/README.md
> index 658cd49b..c48d7b07 100644
> --- a/contrib/dockerfile/README.md
> +++ b/contrib/dockerfile/README.md
> @@ -1,3 +1,10 @@
> +# Dockerfile for elbe
> +#
> +# ELBE - Debian Based Embedded Rootfilesystem Builder
> +# Copyright (C) 2015   Silvio Fricke
> +#
> +# SPDX-License-Identifier: GPL-3.0+
> +
>  [elbe][elb] is a debian based system to generate root-filesystems for
> embedded
>  devices.
>
> diff --git a/contrib/dockerfile/adds/supervisord.conf
> b/contrib/dockerfile/adds/supervisord.conf
> index d35b840d..50ec56d7 100644
> --- a/contrib/dockerfile/adds/supervisord.conf
> +++ b/contrib/dockerfile/adds/supervisord.conf
> @@ -1,4 +1,5 @@
>  ; taken by https://github.com/sullof/docker-sshd
> +; SPDX-License-Identifier: GPL-3.0+
>  [unix_http_server]
>  file=/tmp/supervisor.sock ; (the path to the socket file)
>
> --
> 2.17.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20180407/4e3d00ab/attachment.html>


More information about the elbe-devel mailing list