* [ptxdist] [PATCH 1/4] host-meson: add license information
@ 2019-09-11 15:05 Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 2/4] host-softhsm: " Bastian Krause
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Bastian Krause @ 2019-09-11 15:05 UTC (permalink / raw)
To: ptxdist; +Cc: rhi, Bastian Krause
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
rules/host-meson.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/host-meson.make b/rules/host-meson.make
index 936deafe5..2086196eb 100644
--- a/rules/host-meson.make
+++ b/rules/host-meson.make
@@ -21,6 +21,8 @@ HOST_MESON_SUFFIX := tar.gz
HOST_MESON_URL := https://github.com/mesonbuild/meson/archive/$(HOST_MESON_VERSION).$(HOST_MESON_SUFFIX)
HOST_MESON_SOURCE := $(SRCDIR)/$(HOST_MESON).$(HOST_MESON_SUFFIX)
HOST_MESON_DIR := $(HOST_BUILDDIR)/$(HOST_MESON)
+HOST_MESON_LICENSE := Apache-2.0
+HOST_MESON_LICENSE_FILES := file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57
# ----------------------------------------------------------------------------
# Prepare
--
2.23.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ptxdist] [PATCH 2/4] host-softhsm: add license information
2019-09-11 15:05 [ptxdist] [PATCH 1/4] host-meson: add license information Bastian Krause
@ 2019-09-11 15:05 ` Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 3/4] slang: " Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 4/4] sshfs: " Bastian Krause
2 siblings, 0 replies; 6+ messages in thread
From: Bastian Krause @ 2019-09-11 15:05 UTC (permalink / raw)
To: ptxdist; +Cc: rhi, Bastian Krause
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
rules/host-softhsm.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/host-softhsm.make b/rules/host-softhsm.make
index 1abfc4bb7..7358c620a 100644
--- a/rules/host-softhsm.make
+++ b/rules/host-softhsm.make
@@ -21,6 +21,8 @@ HOST_SOFTHSM_SUFFIX := tar.gz
HOST_SOFTHSM_URL := https://dist.opendnssec.org/source/$(HOST_SOFTHSM).$(HOST_SOFTHSM_SUFFIX)
HOST_SOFTHSM_SOURCE := $(SRCDIR)/$(HOST_SOFTHSM).$(HOST_SOFTHSM_SUFFIX)
HOST_SOFTHSM_DIR := $(HOST_BUILDDIR)/$(HOST_SOFTHSM)
+HOST_SOFTHSM_LICENSE := BSD-2-Clause
+HOST_SOFTHSM_LICENSE_FILES := file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210
# ----------------------------------------------------------------------------
# Prepare
--
2.23.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ptxdist] [PATCH 3/4] slang: add license information
2019-09-11 15:05 [ptxdist] [PATCH 1/4] host-meson: add license information Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 2/4] host-softhsm: " Bastian Krause
@ 2019-09-11 15:05 ` Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 4/4] sshfs: " Bastian Krause
2 siblings, 0 replies; 6+ messages in thread
From: Bastian Krause @ 2019-09-11 15:05 UTC (permalink / raw)
To: ptxdist; +Cc: rhi, Bastian Krause
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
rules/slang.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/slang.make b/rules/slang.make
index e95b8442d..e5ecfc706 100644
--- a/rules/slang.make
+++ b/rules/slang.make
@@ -25,6 +25,8 @@ SLANG_URL := \
http://www.jedsoft.org/releases/slang/old/$(SLANG).$(SLANG_SUFFIX)
SLANG_SOURCE := $(SRCDIR)/$(SLANG).$(SLANG_SUFFIX)
SLANG_DIR := $(BUILDDIR)/$(SLANG)
+SLANG_LICENSE := GPL-2.0-or-later
+SLANG_LICENSE_FILES := file://COPYING;md5=a52a18a472d4f7e45479b06563717c02
# ----------------------------------------------------------------------------
# Prepare
--
2.23.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ptxdist] [PATCH 4/4] sshfs: add license information
2019-09-11 15:05 [ptxdist] [PATCH 1/4] host-meson: add license information Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 2/4] host-softhsm: " Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 3/4] slang: " Bastian Krause
@ 2019-09-11 15:05 ` Bastian Krause
2019-09-12 15:26 ` Roland Hieber
2 siblings, 1 reply; 6+ messages in thread
From: Bastian Krause @ 2019-09-11 15:05 UTC (permalink / raw)
To: ptxdist; +Cc: rhi, Bastian Krause
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
rules/sshfs.make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/sshfs.make b/rules/sshfs.make
index 919e3b8e1..d5a743337 100644
--- a/rules/sshfs.make
+++ b/rules/sshfs.make
@@ -21,7 +21,8 @@ SSHFS_SUFFIX := tar.xz
SSHFS_URL := https://github.com/libfuse/sshfs/releases/download/$(SSHFS)/$(SSHFS).$(SSHFS_SUFFIX)
SSHFS_SOURCE := $(SRCDIR)/$(SSHFS).$(SSHFS_SUFFIX)
SSHFS_DIR := $(BUILDDIR)/$(SSHFS)
-SSHFS_LICENSE := unknown
+SSHFS_LICENSE := GPL-2.0-or-later
+SSHFS_LICENSE_FILES := file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
# ----------------------------------------------------------------------------
# Prepare
--
2.23.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 4/4] sshfs: add license information
2019-09-11 15:05 ` [ptxdist] [PATCH 4/4] sshfs: " Bastian Krause
@ 2019-09-12 15:26 ` Roland Hieber
2019-10-25 7:25 ` Michael Olbrich
0 siblings, 1 reply; 6+ messages in thread
From: Roland Hieber @ 2019-09-12 15:26 UTC (permalink / raw)
To: Bastian Krause; +Cc: ptxdist
On Wed, Sep 11, 2019 at 05:05:28PM +0200, Bastian Krause wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> ---
> rules/sshfs.make | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/rules/sshfs.make b/rules/sshfs.make
> index 919e3b8e1..d5a743337 100644
> --- a/rules/sshfs.make
> +++ b/rules/sshfs.make
> @@ -21,7 +21,8 @@ SSHFS_SUFFIX := tar.xz
> SSHFS_URL := https://github.com/libfuse/sshfs/releases/download/$(SSHFS)/$(SSHFS).$(SSHFS_SUFFIX)
> SSHFS_SOURCE := $(SRCDIR)/$(SSHFS).$(SSHFS_SUFFIX)
> SSHFS_DIR := $(BUILDDIR)/$(SSHFS)
> -SSHFS_LICENSE := unknown
> +SSHFS_LICENSE := GPL-2.0-or-later
> +SSHFS_LICENSE_FILES := file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
This one is interesting. The headers in the source files only read:
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
The GPL version in ./COPYING is a 2.0 and reads in article 9:
242 | Each version is given a distinguishing version number. If the Program
243 | specifies a version number of this License which applies to it and "any
244 | later version", you have the option of following the terms and conditions
245 | either of that version or of any later version published by the Free
246 | Software Foundation. If the Program does not specify a version number of
247 | this License, you may choose any version ever published by the Free Software
248 | Foundation.
(line numbers inserted for reference).
So we can indeed use GPL-2.0-or-later here.
The rest of the series looks good to me after a short look through the
respective code bases, so for the whole series:
* [PATCH 1/4] host-meson: add license information
* [PATCH 2/4] host-softhsm: add license information
* [PATCH 3/4] slang: add license information
* [PATCH 4/4] sshfs: add license information
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
--
Roland Hieber | r.hieber@pengutronix.de |
Pengutronix e.K. | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 4/4] sshfs: add license information
2019-09-12 15:26 ` Roland Hieber
@ 2019-10-25 7:25 ` Michael Olbrich
0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2019-10-25 7:25 UTC (permalink / raw)
To: ptxdist
On Thu, Sep 12, 2019 at 05:26:10PM +0200, Roland Hieber wrote:
> On Wed, Sep 11, 2019 at 05:05:28PM +0200, Bastian Krause wrote:
> > Signed-off-by: Bastian Krause <bst@pengutronix.de>
> > ---
> > rules/sshfs.make | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/rules/sshfs.make b/rules/sshfs.make
> > index 919e3b8e1..d5a743337 100644
> > --- a/rules/sshfs.make
> > +++ b/rules/sshfs.make
> > @@ -21,7 +21,8 @@ SSHFS_SUFFIX := tar.xz
> > SSHFS_URL := https://github.com/libfuse/sshfs/releases/download/$(SSHFS)/$(SSHFS).$(SSHFS_SUFFIX)
> > SSHFS_SOURCE := $(SRCDIR)/$(SSHFS).$(SSHFS_SUFFIX)
> > SSHFS_DIR := $(BUILDDIR)/$(SSHFS)
> > -SSHFS_LICENSE := unknown
> > +SSHFS_LICENSE := GPL-2.0-or-later
> > +SSHFS_LICENSE_FILES := file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
>
> This one is interesting. The headers in the source files only read:
>
> This program can be distributed under the terms of the GNU GPL.
> See the file COPYING.
>
> The GPL version in ./COPYING is a 2.0 and reads in article 9:
>
> 242 | Each version is given a distinguishing version number. If the Program
> 243 | specifies a version number of this License which applies to it and "any
> 244 | later version", you have the option of following the terms and conditions
> 245 | either of that version or of any later version published by the Free
> 246 | Software Foundation. If the Program does not specify a version number of
> 247 | this License, you may choose any version ever published by the Free Software
> 248 | Foundation.
>
> (line numbers inserted for reference).
>
> So we can indeed use GPL-2.0-or-later here.
'any version' would also include GPL-1.0 right? And I'm not sure if that
was the intention of the author. Also, I could argue that having GPL-2.0 in
the COPYING file is a way of specifying the version number.
So I'd prefer GPL-2.0-only. That might be more restrictive than necessary
but it's still correct either way.
Michael
> The rest of the series looks good to me after a short look through the
> respective code bases, so for the whole series:
>
> * [PATCH 1/4] host-meson: add license information
> * [PATCH 2/4] host-softhsm: add license information
> * [PATCH 3/4] slang: add license information
> * [PATCH 4/4] sshfs: add license information
>
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
>
> --
> Roland Hieber | r.hieber@pengutronix.de |
> Pengutronix e.K. | https://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-10-25 7:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 15:05 [ptxdist] [PATCH 1/4] host-meson: add license information Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 2/4] host-softhsm: " Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 3/4] slang: " Bastian Krause
2019-09-11 15:05 ` [ptxdist] [PATCH 4/4] sshfs: " Bastian Krause
2019-09-12 15:26 ` Roland Hieber
2019-10-25 7:25 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox