mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 01/13] argtable2: add license information
@ 2021-12-05  0:41 Roland Hieber
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 02/13] calibrator: " Roland Hieber
                   ` (12 more replies)
  0 siblings, 13 replies; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber, Felicitas Jung

Reported-by: Felicitas Jung <f.jung@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - redo the review completely, this changes LGPL-2.0-only to -or-later
 - also add src/argtable2.c

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/argtable2.make | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/argtable2.make b/rules/argtable2.make
index 9e1c6fd1e723..d58b17d5d48d 100644
--- a/rules/argtable2.make
+++ b/rules/argtable2.make
@@ -22,6 +22,10 @@ ARGTABLE2_SUFFIX	:= tar.gz
 ARGTABLE2_URL		:= $(call ptx/mirror, SF, argtable/$(ARGTABLE2).$(ARGTABLE2_SUFFIX))
 ARGTABLE2_SOURCE	:= $(SRCDIR)/$(ARGTABLE2).$(ARGTABLE2_SUFFIX)
 ARGTABLE2_DIR		:= $(BUILDDIR)/$(ARGTABLE2)
+ARGTABLE2_LICENSE	:= LGPL-2.0-or-later
+ARGTABLE2_LICENSE_FILES	:= \
+	file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a \
+	file://src/argtable2.c;startline=6;endline=14;md5=955d1d74393b5b5850210927b08a069a
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 02/13] calibrator: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
@ 2021-12-05  0:41 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 03/13] frodo: " Roland Hieber
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: use "custom" instead of "unknown"]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom" instead of "unknown"

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/calibrator.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/calibrator.make b/rules/calibrator.make
index a7ac356456fb..92e891f43a65 100644
--- a/rules/calibrator.make
+++ b/rules/calibrator.make
@@ -21,6 +21,8 @@ CALIBRATOR_SUFFIX	:= tar.bz2
 CALIBRATOR_URL		:= http://www.pengutronix.de/software/ptxdist/temporary-src/$(CALIBRATOR).$(CALIBRATOR_SUFFIX)
 CALIBRATOR_SOURCE	:= $(SRCDIR)/$(CALIBRATOR).$(CALIBRATOR_SUFFIX)
 CALIBRATOR_DIR		:= $(BUILDDIR)/$(CALIBRATOR)
+CALIBRATOR_LICENSE	:= custom
+CALIBRATOR_LICENSE_FILES	:= file://calibrator.c;md5=8f7790f3cb58345fcb862c4ceab869ce;startline=6;endline=37
 
 # ----------------------------------------------------------------------------
 # Compile
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 03/13] frodo: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 02/13] calibrator: " Roland Hieber
@ 2021-12-05  0:41 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 04/13] hdparm: " Roland Hieber
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: use "custom" instead of "unknown"]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom" instead of "unknown", review

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/frodo.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/frodo.make b/rules/frodo.make
index 5825f541877e..cb7eb5acf619 100644
--- a/rules/frodo.make
+++ b/rules/frodo.make
@@ -21,6 +21,8 @@ FRODO_SUFFIX	:= Src.tar.gz
 FRODO_URL	:= http://frodo.cebix.net/downloads/FrodoV4_1b.$(FRODO_SUFFIX)
 FRODO_SOURCE	:= $(SRCDIR)/FrodoV4_1b.$(FRODO_SUFFIX)
 FRODO_DIR	:= $(BUILDDIR)/$(FRODO)
+FRODO_LICENSE	:= custom
+FRODO_LICENSE_FILES	:= file://Docs/legalmush.html;md5=108f0874f3c2ef9b625501635c933d92
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 04/13] hdparm: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 02/13] calibrator: " Roland Hieber
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 03/13] frodo: " Roland Hieber
@ 2021-12-05  0:41 ` Roland Hieber
  2021-12-17  8:26   ` Michael Olbrich
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 05/13] libgd: " Roland Hieber
                   ` (9 subsequent siblings)
  12 siblings, 2 replies; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: use "custom" instead of "unknown"]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom" instead of "unknown", review

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/hdparm.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/hdparm.make b/rules/hdparm.make
index 85c88bd73bd4..3c7daacfb432 100644
--- a/rules/hdparm.make
+++ b/rules/hdparm.make
@@ -22,6 +22,8 @@ HDPARM_SUFFIX	:= tar.gz
 HDPARM_URL	:= $(call ptx/mirror, SF, hdparm/$(HDPARM).$(HDPARM_SUFFIX))
 HDPARM_SOURCE	:= $(SRCDIR)/$(HDPARM).$(HDPARM_SUFFIX)
 HDPARM_DIR	:= $(BUILDDIR)/$(HDPARM)
+HDPARM_LICENSE	:= custom
+HDPARM_LICENSE_FILES	:= file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03
 
 
 # ----------------------------------------------------------------------------
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 05/13] libgd: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (2 preceding siblings ...)
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 04/13] hdparm: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 06/13] libmng: " Roland Hieber
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: use "custom" instead of "unknown"]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom" instead of "unknown", review

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/libgd.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/libgd.make b/rules/libgd.make
index 1afcf467fb0a..a3cc1295ae71 100644
--- a/rules/libgd.make
+++ b/rules/libgd.make
@@ -21,6 +21,8 @@ LIBGD_SUFFIX	:= tar.gz
 LIBGD_URL	:= https://github.com/libgd/libgd/releases/download/$(LIBGD)/libgd-$(LIBGD_VERSION).$(LIBGD_SUFFIX)
 LIBGD_SOURCE	:= $(SRCDIR)/$(LIBGD).$(LIBGD_SUFFIX)
 LIBGD_DIR	:= $(BUILDDIR)/$(LIBGD)
+LIBGD_LICENSE	:= custom
+LIBGD_LICENSE_FILES	:= file://COPYING;md5=07384b3aa2e0d39afca0d6c40286f545
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 06/13] libmng: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (3 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 05/13] libgd: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 07/13] libnetpbm: " Roland Hieber
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

the libpng license differs in word, but chose it anyway as content wise
all points are dealt with in a similar way.

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: too different from libpng license, classify as custom. Also use
 the whole LICENSE file.]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom" instead of "unknown"

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/libmng.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/libmng.make b/rules/libmng.make
index c89ff198a5b4..e4515c314ee4 100644
--- a/rules/libmng.make
+++ b/rules/libmng.make
@@ -21,6 +21,8 @@ LIBMNG_SUFFIX	:= tar.bz2
 LIBMNG_URL	:= $(call ptx/mirror, SF, libmng/$(LIBMNG).$(LIBMNG_SUFFIX))
 LIBMNG_SOURCE	:= $(SRCDIR)/$(LIBMNG).$(LIBMNG_SUFFIX)
 LIBMNG_DIR	:= $(BUILDDIR)/$(LIBMNG)
+LIBMNG_LICENSE	:= custom
+LIBMNG_LICENSE_FILES	:= file://LICENSE;md5=32becdb8930f90eab219a8021130ec09
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 07/13] libnetpbm: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (4 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 06/13] libmng: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 08/13] lsof: " Roland Hieber
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber, Felicitas Jung

Co-authored-by: Felicitas Jung <f.jung@pengutronix.de>
Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - redo completely

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/libnetpbm.make | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/rules/libnetpbm.make b/rules/libnetpbm.make
index 0e5eb27badd4..e9f64a5996bc 100644
--- a/rules/libnetpbm.make
+++ b/rules/libnetpbm.make
@@ -22,6 +22,14 @@ LIBNETPBM_SUFFIX	:= tgz
 LIBNETPBM_URL		:= $(call ptx/mirror, SF, netpbm/$(LIBNETPBM).$(LIBNETPBM_SUFFIX))
 LIBNETPBM_SOURCE	:= $(SRCDIR)/$(LIBNETPBM).$(LIBNETPBM_SUFFIX)
 LIBNETPBM_DIR		:= $(BUILDDIR)/$(LIBNETPBM)
+LIBNETPBM_LICENSE	:= custom AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later
+LIBNETPBM_LICENSE_FILES	:= \
+	file://doc/COPYRIGHT.PATENT;md5=83a4a19d53bc174ed2757af93e089f15 \
+	file://doc/copyright_summary;md5=0a5d51ab9c96cf1d16a4fc492adc4618 \
+	file://analyzer/pamslice.c;startline=3;endline=17;md5=da4d231aceaa21a9ec40599efb12ddca \
+	file://doc/GPL_LICENSE.txt;md5=079b27cd65c86dbc1b6997ffde902735 \
+	file://converter/other/pamtosvg/thin-image.c;startline=5;endline=13;md5=4061fde4d9ef38d50e21a9e471bfc9bc \
+	file://doc/lgpl_v21.txt;md5=7fbc338309ac38fefcd64b04bb903e34
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 08/13] lsof: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (5 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 07/13] libnetpbm: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 09/13] openntpd: " Roland Hieber
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: use "custom" instead of "unknown"]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom" instead of "unknown"
 - rebase to current master, review and update MD5 sums

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/lsof.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/lsof.make b/rules/lsof.make
index dacbbf2ce858..cd933679f9a0 100644
--- a/rules/lsof.make
+++ b/rules/lsof.make
@@ -22,6 +22,8 @@ LSOF_TARBALL	:= lsof_$(LSOF_VERSION).orig.$(LSOF_SUFFIX)
 LSOF_URL	:= https://snapshot.debian.org/archive/debian/20190908T172415Z/pool/main/l/lsof/$(LSOF_TARBALL)
 LSOF_SOURCE	:= $(SRCDIR)/$(LSOF_TARBALL)
 LSOF_DIR	:= $(BUILDDIR)/$(LSOF)
+LSOF_LICENSE	:= custom
+LSOF_LICENSE_FILES	:= file://00README;startline=645;endline=676;md5=3161a245910921b0f58644299e268d39
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 09/13] openntpd: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (6 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 08/13] lsof: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 10/13] python-routing: " Roland Hieber
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: use "custom" instead of "unknown"]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom" instead of "unknown"

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/openntpd.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/openntpd.make b/rules/openntpd.make
index 05584bf83dcb..bf54bf2d83c0 100644
--- a/rules/openntpd.make
+++ b/rules/openntpd.make
@@ -21,6 +21,8 @@ OPENNTPD_SUFFIX		:= tar.gz
 OPENNTPD_URL		:= http://ftp.eu.openbsd.org/pub/OpenBSD/OpenNTPD/$(OPENNTPD).$(OPENNTPD_SUFFIX)
 OPENNTPD_SOURCE		:= $(SRCDIR)/$(OPENNTPD).$(OPENNTPD_SUFFIX)
 OPENNTPD_DIR		:= $(BUILDDIR)/$(OPENNTPD)
+OPENNTPD_LICENSE	:= ISC AND custom AND BSD-2-Clause AND BSD-3-Clause
+OPENNTPD_LICENSE_FILES	:= file://LICENCE;md5=4b4f5158007cc97e6b0e2325bb99854a
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 10/13] python-routing: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (7 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 09/13] openntpd: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 11/13] python-rplicmp: " Roland Hieber
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: classify as NIST-PD, which was accepted by SPDX in the meantime]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use NIST-PD instead of "unknown"

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/python-routing.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/python-routing.make b/rules/python-routing.make
index 71cf2431535e..ea2567be74ee 100644
--- a/rules/python-routing.make
+++ b/rules/python-routing.make
@@ -21,6 +21,8 @@ PYTHON_ROUTING_SUFFIX	:= tar.gz
 PYTHON_ROUTING_URL	:= http://cakelab.org/~eintopf/RPL/$(PYTHON_ROUTING).$(PYTHON_ROUTING_SUFFIX)
 PYTHON_ROUTING_SOURCE	:= $(SRCDIR)/$(PYTHON_ROUTING).$(PYTHON_ROUTING_SUFFIX)
 PYTHON_ROUTING_DIR	:= $(BUILDDIR)/$(PYTHON_ROUTING)
+PYTHON_ROUTING_LICENSE	:= NIST-PD
+PYTHON_ROUTING_LICENSE_FILES	:= file://README.md;md5=971992eb5e04f01db532d4eeb89442bf;startline=129;endline=144
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 11/13] python-rplicmp: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (8 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 10/13] python-routing: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 12/13] simplerpl: " Roland Hieber
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: classify as NIST-PD, which was accepted by SPDX in the meantime]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use NIST-PD instead of "unknown"

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/python-rplicmp.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/python-rplicmp.make b/rules/python-rplicmp.make
index b231bae0942e..ada8e39d4950 100644
--- a/rules/python-rplicmp.make
+++ b/rules/python-rplicmp.make
@@ -21,6 +21,8 @@ PYTHON_RPLICMP_SUFFIX	:= tar.gz
 PYTHON_RPLICMP_URL	:= http://cakelab.org/~eintopf/RPL/$(PYTHON_RPLICMP).$(PYTHON_RPLICMP_SUFFIX)
 PYTHON_RPLICMP_SOURCE	:= $(SRCDIR)/$(PYTHON_RPLICMP).$(PYTHON_RPLICMP_SUFFIX)
 PYTHON_RPLICMP_DIR	:= $(BUILDDIR)/$(PYTHON_RPLICMP)
+PYTHON_RPLICMP_LICENSE	:= NIST-PD
+PYTHON_RPLICMP_LICENSE_FILES	:= file://README.md;md5=971992eb5e04f01db532d4eeb89442bf;startline=80;endline=95
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 12/13] simplerpl: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (9 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 11/13] python-rplicmp: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 13/13] binutils: " Roland Hieber
  2021-12-17 13:27 ` [ptxdist] [APPLIED] argtable2: " Michael Olbrich
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Felicitas Jung, Roland Hieber

From: Felicitas Jung <f.jung@pengutronix.de>

Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
[rhi: classify as NIST-PD, which was accepted by SPDX in the meantime]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use NIST-PD instead of "unknown"

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/simplerpl.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/simplerpl.make b/rules/simplerpl.make
index 4dad7465b60e..904503d07dcc 100644
--- a/rules/simplerpl.make
+++ b/rules/simplerpl.make
@@ -21,6 +21,8 @@ SIMPLERPL_SUFFIX	:= tar.gz
 SIMPLERPL_URL		:= http://cakelab.org/~eintopf/RPL/$(SIMPLERPL).$(SIMPLERPL_SUFFIX)
 SIMPLERPL_SOURCE	:= $(SRCDIR)/$(SIMPLERPL).$(SIMPLERPL_SUFFIX)
 SIMPLERPL_DIR		:= $(BUILDDIR)/$(SIMPLERPL)
+SIMPLERPL_LICENSE	:= NIST-PD
+SIMPLERPL_LICENSE_FILES	:= file://LICENSE.txt;md5=05ed185d8aa70ee449a71246bc9b0d18
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [ptxdist] [PATCH v2 13/13] binutils: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (10 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 12/13] simplerpl: " Roland Hieber
@ 2021-12-05  0:42 ` Roland Hieber
  2021-12-17 10:45   ` Michael Olbrich
  2021-12-17 13:27 ` [ptxdist] [APPLIED] argtable2: " Michael Olbrich
  12 siblings, 1 reply; 28+ messages in thread
From: Roland Hieber @ 2021-12-05  0:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber, Felicitas Jung

Only readelf and objdump are installed to the target, but they are
statically linked to the provided zlib and libiberty, latter of which
includes a confusing mix of LGPL, GPL, and exceptions unknown to SPDX.
In particular:

 - binutils/readelf.c, binutils/objdump.c: GPL-3.0-or-later
 - ./COPYING3: GPL-3.0 license text
 - libiberty/regex.c: LGPL-2.1-or-later
 - libiberty/COPYING.LIB: LGPL-2.1 license text
 - libiberty/snprintf.c: GPL-2.0-or-later with SPDX-unknown linking exception
 - ./COPYING: GPL-2.0 license text
 - zlib/README: Zlib license text

Reported-by: Felicitas Jung <f.jung@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
 - use "custom-exception" instead of "unknown"
 - rebase to current master, review and adapt MD5 sums accordingly

PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
---
 rules/binutils.make | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/rules/binutils.make b/rules/binutils.make
index ca1080bc811d..b5dd820327d2 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -22,6 +22,17 @@ BINUTILS_SUFFIX		:= tar.bz2
 BINUTILS_URL		:= $(call ptx/mirror, GNU, binutils/$(BINUTILS).$(BINUTILS_SUFFIX))
 BINUTILS_SOURCE		:= $(SRCDIR)/$(BINUTILS).$(BINUTILS_SUFFIX)
 BINUTILS_DIR		:= $(BUILDDIR)/$(BINUTILS)
+BINUTILS_LICENSE	:= GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-2.0-or-later WITH custom-exception AND Zlib
+# note: only readelf and objdump are installed to the target for now
+BINUTILS_LICENSE_FILES	:= \
+	file://binutils/readelf.c;startline=2;endline=17;md5=64a1741cc837a4693ebc82cab284a8dd \
+	file://binutils/objdump.c;startline=2;endline=14;md5=bbe991698d559a2ac1ac1232bf5e44dc \
+	file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
+	file://libiberty/regex.c;startline=9;endline=22;md5=cf0f678ecac74768b21623c63522ac75 \
+	file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7 \
+	file://libiberty/snprintf.c;startline=5;endline=24;md5=f6842a5a6f45af438cd99132b4fcc9a5 \
+	file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+	file://zlib/README;startline=92;endline=109;md5=5377232268e952e9ef63bc555f7aa6c0 \
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [PATCH v2 04/13] hdparm: add license information
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 04/13] hdparm: " Roland Hieber
@ 2021-12-17  8:26   ` Michael Olbrich
  2021-12-19 18:50     ` Roland Hieber
  2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17  8:26 UTC (permalink / raw)
  To: Roland Hieber, ptxdist

On Sun, Dec 05, 2021 at 01:41:59AM +0100, Roland Hieber wrote:
> From: Felicitas Jung <f.jung@pengutronix.de>
> 
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> PATCH v2:
>  - use "custom" instead of "unknown", review
> 
> PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
> ---
>  rules/hdparm.make | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/rules/hdparm.make b/rules/hdparm.make
> index 85c88bd73bd4..3c7daacfb432 100644
> --- a/rules/hdparm.make
> +++ b/rules/hdparm.make
> @@ -22,6 +22,8 @@ HDPARM_SUFFIX	:= tar.gz
>  HDPARM_URL	:= $(call ptx/mirror, SF, hdparm/$(HDPARM).$(HDPARM_SUFFIX))
>  HDPARM_SOURCE	:= $(SRCDIR)/$(HDPARM).$(HDPARM_SUFFIX)
>  HDPARM_DIR	:= $(BUILDDIR)/$(HDPARM)
> +HDPARM_LICENSE	:= custom
> +HDPARM_LICENSE_FILES	:= file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03

"
The apt.c file is  Copyright (c) 2009 Jan Friesse <jfriesse@gmail.com>.
You may use/distribute apt.c freely, under the terms of either
(your choice) the GNU General Public License version 2,
 or a BSD style license.
"

When I first saw the 'GNU General Public License version 2' I thought we
should add a 'AND GPL-2.0-only ...' but the "a BSD style license" is pretty
vague so I think 'custom' covers that part as well :-/
I'll take it as it is.

Michael

>  
>  
>  # ----------------------------------------------------------------------------
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [PATCH v2 13/13] binutils: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 13/13] binutils: " Roland Hieber
@ 2021-12-17 10:45   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 10:45 UTC (permalink / raw)
  To: Roland Hieber, ptxdist

On Sun, Dec 05, 2021 at 01:42:08AM +0100, Roland Hieber wrote:
> Only readelf and objdump are installed to the target, but they are
> statically linked to the provided zlib and libiberty, latter of which
> includes a confusing mix of LGPL, GPL, and exceptions unknown to SPDX.

This is not quite correct. libbfd.a, libiberty.a and libopcodes.a are
available as static and may be used by other packages. e.g. perf from the
kernel package uses all of them, afaik.

Michael

> In particular:
> 
>  - binutils/readelf.c, binutils/objdump.c: GPL-3.0-or-later
>  - ./COPYING3: GPL-3.0 license text
>  - libiberty/regex.c: LGPL-2.1-or-later
>  - libiberty/COPYING.LIB: LGPL-2.1 license text
>  - libiberty/snprintf.c: GPL-2.0-or-later with SPDX-unknown linking exception
>  - ./COPYING: GPL-2.0 license text
>  - zlib/README: Zlib license text
> 
> Reported-by: Felicitas Jung <f.jung@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> PATCH v2:
>  - use "custom-exception" instead of "unknown"
>  - rebase to current master, review and adapt MD5 sums accordingly
> 
> PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
> ---
>  rules/binutils.make | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/rules/binutils.make b/rules/binutils.make
> index ca1080bc811d..b5dd820327d2 100644
> --- a/rules/binutils.make
> +++ b/rules/binutils.make
> @@ -22,6 +22,17 @@ BINUTILS_SUFFIX		:= tar.bz2
>  BINUTILS_URL		:= $(call ptx/mirror, GNU, binutils/$(BINUTILS).$(BINUTILS_SUFFIX))
>  BINUTILS_SOURCE		:= $(SRCDIR)/$(BINUTILS).$(BINUTILS_SUFFIX)
>  BINUTILS_DIR		:= $(BUILDDIR)/$(BINUTILS)
> +BINUTILS_LICENSE	:= GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-2.0-or-later WITH custom-exception AND Zlib
> +# note: only readelf and objdump are installed to the target for now
> +BINUTILS_LICENSE_FILES	:= \
> +	file://binutils/readelf.c;startline=2;endline=17;md5=64a1741cc837a4693ebc82cab284a8dd \
> +	file://binutils/objdump.c;startline=2;endline=14;md5=bbe991698d559a2ac1ac1232bf5e44dc \
> +	file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
> +	file://libiberty/regex.c;startline=9;endline=22;md5=cf0f678ecac74768b21623c63522ac75 \
> +	file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7 \
> +	file://libiberty/snprintf.c;startline=5;endline=24;md5=f6842a5a6f45af438cd99132b4fcc9a5 \
> +	file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> +	file://zlib/README;startline=92;endline=109;md5=5377232268e952e9ef63bc555f7aa6c0 \
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] argtable2: add license information
  2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
                   ` (11 preceding siblings ...)
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 13/13] binutils: " Roland Hieber
@ 2021-12-17 13:27 ` Michael Olbrich
  12 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 12827b089c419cc62e7e082fe01df7e8fea97726.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:13 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Reported-by: Felicitas Jung <f.jung@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/argtable2.make b/rules/argtable2.make
> index 9e1c6fd1e723..d58b17d5d48d 100644
> --- a/rules/argtable2.make
> +++ b/rules/argtable2.make
> @@ -22,6 +22,10 @@ ARGTABLE2_SUFFIX	:= tar.gz
>  ARGTABLE2_URL		:= $(call ptx/mirror, SF, argtable/$(ARGTABLE2).$(ARGTABLE2_SUFFIX))
>  ARGTABLE2_SOURCE	:= $(SRCDIR)/$(ARGTABLE2).$(ARGTABLE2_SUFFIX)
>  ARGTABLE2_DIR		:= $(BUILDDIR)/$(ARGTABLE2)
> +ARGTABLE2_LICENSE	:= LGPL-2.0-or-later
> +ARGTABLE2_LICENSE_FILES	:= \
> +	file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a \
> +	file://src/argtable2.c;startline=6;endline=14;md5=955d1d74393b5b5850210927b08a069a
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] calibrator: add license information
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 02/13] calibrator: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as ba53040240ceb3eb13764240a5643879b004d318.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:15 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-2-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/calibrator.make b/rules/calibrator.make
> index a7ac356456fb..92e891f43a65 100644
> --- a/rules/calibrator.make
> +++ b/rules/calibrator.make
> @@ -21,6 +21,8 @@ CALIBRATOR_SUFFIX	:= tar.bz2
>  CALIBRATOR_URL		:= http://www.pengutronix.de/software/ptxdist/temporary-src/$(CALIBRATOR).$(CALIBRATOR_SUFFIX)
>  CALIBRATOR_SOURCE	:= $(SRCDIR)/$(CALIBRATOR).$(CALIBRATOR_SUFFIX)
>  CALIBRATOR_DIR		:= $(BUILDDIR)/$(CALIBRATOR)
> +CALIBRATOR_LICENSE	:= custom
> +CALIBRATOR_LICENSE_FILES	:= file://calibrator.c;md5=8f7790f3cb58345fcb862c4ceab869ce;startline=6;endline=37
>  
>  # ----------------------------------------------------------------------------
>  # Compile

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] frodo: add license information
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 03/13] frodo: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 286331a9e533539d22743fc3666ee415d32342ae.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:16 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-3-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/frodo.make b/rules/frodo.make
> index 5825f541877e..cb7eb5acf619 100644
> --- a/rules/frodo.make
> +++ b/rules/frodo.make
> @@ -21,6 +21,8 @@ FRODO_SUFFIX	:= Src.tar.gz
>  FRODO_URL	:= http://frodo.cebix.net/downloads/FrodoV4_1b.$(FRODO_SUFFIX)
>  FRODO_SOURCE	:= $(SRCDIR)/FrodoV4_1b.$(FRODO_SUFFIX)
>  FRODO_DIR	:= $(BUILDDIR)/$(FRODO)
> +FRODO_LICENSE	:= custom
> +FRODO_LICENSE_FILES	:= file://Docs/legalmush.html;md5=108f0874f3c2ef9b625501635c933d92
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] hdparm: add license information
  2021-12-05  0:41 ` [ptxdist] [PATCH v2 04/13] hdparm: " Roland Hieber
  2021-12-17  8:26   ` Michael Olbrich
@ 2021-12-17 13:27   ` Michael Olbrich
  1 sibling, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 6bcc98be138087ad2cc9a052519a6d4319032de1.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:17 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-4-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/hdparm.make b/rules/hdparm.make
> index 85c88bd73bd4..3c7daacfb432 100644
> --- a/rules/hdparm.make
> +++ b/rules/hdparm.make
> @@ -22,6 +22,8 @@ HDPARM_SUFFIX	:= tar.gz
>  HDPARM_URL	:= $(call ptx/mirror, SF, hdparm/$(HDPARM).$(HDPARM_SUFFIX))
>  HDPARM_SOURCE	:= $(SRCDIR)/$(HDPARM).$(HDPARM_SUFFIX)
>  HDPARM_DIR	:= $(BUILDDIR)/$(HDPARM)
> +HDPARM_LICENSE	:= custom
> +HDPARM_LICENSE_FILES	:= file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03
>  
>  
>  # ----------------------------------------------------------------------------

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] libgd: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 05/13] libgd: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 9a00c7d09177d7bd10aa802d86349b4c14aa0ea9.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:19 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-5-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libgd.make b/rules/libgd.make
> index 1afcf467fb0a..a3cc1295ae71 100644
> --- a/rules/libgd.make
> +++ b/rules/libgd.make
> @@ -21,6 +21,8 @@ LIBGD_SUFFIX	:= tar.gz
>  LIBGD_URL	:= https://github.com/libgd/libgd/releases/download/$(LIBGD)/libgd-$(LIBGD_VERSION).$(LIBGD_SUFFIX)
>  LIBGD_SOURCE	:= $(SRCDIR)/$(LIBGD).$(LIBGD_SUFFIX)
>  LIBGD_DIR	:= $(BUILDDIR)/$(LIBGD)
> +LIBGD_LICENSE	:= custom
> +LIBGD_LICENSE_FILES	:= file://COPYING;md5=07384b3aa2e0d39afca0d6c40286f545
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] libmng: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 06/13] libmng: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 865c547ad6263bf1b79a3baf3d4cd6b1bc035811.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:20 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> the libpng license differs in word, but chose it anyway as content wise
> all points are dealt with in a similar way.
> 
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: too different from libpng license, classify as custom. Also use
>  the whole LICENSE file.]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-6-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmng.make b/rules/libmng.make
> index c89ff198a5b4..e4515c314ee4 100644
> --- a/rules/libmng.make
> +++ b/rules/libmng.make
> @@ -21,6 +21,8 @@ LIBMNG_SUFFIX	:= tar.bz2
>  LIBMNG_URL	:= $(call ptx/mirror, SF, libmng/$(LIBMNG).$(LIBMNG_SUFFIX))
>  LIBMNG_SOURCE	:= $(SRCDIR)/$(LIBMNG).$(LIBMNG_SUFFIX)
>  LIBMNG_DIR	:= $(BUILDDIR)/$(LIBMNG)
> +LIBMNG_LICENSE	:= custom
> +LIBMNG_LICENSE_FILES	:= file://LICENSE;md5=32becdb8930f90eab219a8021130ec09
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] libnetpbm: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 07/13] libnetpbm: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 4d7f6405c69ef10990502fbe2ad1ce1d61465b80.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:21 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Co-authored-by: Felicitas Jung <f.jung@pengutronix.de>
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-7-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libnetpbm.make b/rules/libnetpbm.make
> index 0e5eb27badd4..e9f64a5996bc 100644
> --- a/rules/libnetpbm.make
> +++ b/rules/libnetpbm.make
> @@ -22,6 +22,14 @@ LIBNETPBM_SUFFIX	:= tgz
>  LIBNETPBM_URL		:= $(call ptx/mirror, SF, netpbm/$(LIBNETPBM).$(LIBNETPBM_SUFFIX))
>  LIBNETPBM_SOURCE	:= $(SRCDIR)/$(LIBNETPBM).$(LIBNETPBM_SUFFIX)
>  LIBNETPBM_DIR		:= $(BUILDDIR)/$(LIBNETPBM)
> +LIBNETPBM_LICENSE	:= custom AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later
> +LIBNETPBM_LICENSE_FILES	:= \
> +	file://doc/COPYRIGHT.PATENT;md5=83a4a19d53bc174ed2757af93e089f15 \
> +	file://doc/copyright_summary;md5=0a5d51ab9c96cf1d16a4fc492adc4618 \
> +	file://analyzer/pamslice.c;startline=3;endline=17;md5=da4d231aceaa21a9ec40599efb12ddca \
> +	file://doc/GPL_LICENSE.txt;md5=079b27cd65c86dbc1b6997ffde902735 \
> +	file://converter/other/pamtosvg/thin-image.c;startline=5;endline=13;md5=4061fde4d9ef38d50e21a9e471bfc9bc \
> +	file://doc/lgpl_v21.txt;md5=7fbc338309ac38fefcd64b04bb903e34
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] lsof: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 08/13] lsof: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 94a005f4beadfd874a83fb1e8cc8dee41ce0b44b.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:23 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-8-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/lsof.make b/rules/lsof.make
> index dacbbf2ce858..cd933679f9a0 100644
> --- a/rules/lsof.make
> +++ b/rules/lsof.make
> @@ -22,6 +22,8 @@ LSOF_TARBALL	:= lsof_$(LSOF_VERSION).orig.$(LSOF_SUFFIX)
>  LSOF_URL	:= https://snapshot.debian.org/archive/debian/20190908T172415Z/pool/main/l/lsof/$(LSOF_TARBALL)
>  LSOF_SOURCE	:= $(SRCDIR)/$(LSOF_TARBALL)
>  LSOF_DIR	:= $(BUILDDIR)/$(LSOF)
> +LSOF_LICENSE	:= custom
> +LSOF_LICENSE_FILES	:= file://00README;startline=645;endline=676;md5=3161a245910921b0f58644299e268d39
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] openntpd: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 09/13] openntpd: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 707b3e4917b7cb6dd12e53fb26c4e8bf38df611a.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:24 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: use "custom" instead of "unknown"]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-9-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/openntpd.make b/rules/openntpd.make
> index 05584bf83dcb..bf54bf2d83c0 100644
> --- a/rules/openntpd.make
> +++ b/rules/openntpd.make
> @@ -21,6 +21,8 @@ OPENNTPD_SUFFIX		:= tar.gz
>  OPENNTPD_URL		:= http://ftp.eu.openbsd.org/pub/OpenBSD/OpenNTPD/$(OPENNTPD).$(OPENNTPD_SUFFIX)
>  OPENNTPD_SOURCE		:= $(SRCDIR)/$(OPENNTPD).$(OPENNTPD_SUFFIX)
>  OPENNTPD_DIR		:= $(BUILDDIR)/$(OPENNTPD)
> +OPENNTPD_LICENSE	:= ISC AND custom AND BSD-2-Clause AND BSD-3-Clause
> +OPENNTPD_LICENSE_FILES	:= file://LICENCE;md5=4b4f5158007cc97e6b0e2325bb99854a
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] python-routing: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 10/13] python-routing: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as c006dd6ed26cdb8323509f8cc605413b9b86ed19.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:25 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: classify as NIST-PD, which was accepted by SPDX in the meantime]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-10-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python-routing.make b/rules/python-routing.make
> index 71cf2431535e..ea2567be74ee 100644
> --- a/rules/python-routing.make
> +++ b/rules/python-routing.make
> @@ -21,6 +21,8 @@ PYTHON_ROUTING_SUFFIX	:= tar.gz
>  PYTHON_ROUTING_URL	:= http://cakelab.org/~eintopf/RPL/$(PYTHON_ROUTING).$(PYTHON_ROUTING_SUFFIX)
>  PYTHON_ROUTING_SOURCE	:= $(SRCDIR)/$(PYTHON_ROUTING).$(PYTHON_ROUTING_SUFFIX)
>  PYTHON_ROUTING_DIR	:= $(BUILDDIR)/$(PYTHON_ROUTING)
> +PYTHON_ROUTING_LICENSE	:= NIST-PD
> +PYTHON_ROUTING_LICENSE_FILES	:= file://README.md;md5=971992eb5e04f01db532d4eeb89442bf;startline=129;endline=144
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] python-rplicmp: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 11/13] python-rplicmp: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 0e1bcd4464b547a17e7c3b6f82435b4757e64ce4.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:26 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: classify as NIST-PD, which was accepted by SPDX in the meantime]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-11-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python-rplicmp.make b/rules/python-rplicmp.make
> index b231bae0942e..ada8e39d4950 100644
> --- a/rules/python-rplicmp.make
> +++ b/rules/python-rplicmp.make
> @@ -21,6 +21,8 @@ PYTHON_RPLICMP_SUFFIX	:= tar.gz
>  PYTHON_RPLICMP_URL	:= http://cakelab.org/~eintopf/RPL/$(PYTHON_RPLICMP).$(PYTHON_RPLICMP_SUFFIX)
>  PYTHON_RPLICMP_SOURCE	:= $(SRCDIR)/$(PYTHON_RPLICMP).$(PYTHON_RPLICMP_SUFFIX)
>  PYTHON_RPLICMP_DIR	:= $(BUILDDIR)/$(PYTHON_RPLICMP)
> +PYTHON_RPLICMP_LICENSE	:= NIST-PD
> +PYTHON_RPLICMP_LICENSE_FILES	:= file://README.md;md5=971992eb5e04f01db532d4eeb89442bf;startline=80;endline=95
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [APPLIED] simplerpl: add license information
  2021-12-05  0:42 ` [ptxdist] [PATCH v2 12/13] simplerpl: " Roland Hieber
@ 2021-12-17 13:27   ` Michael Olbrich
  0 siblings, 0 replies; 28+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 379d2d7a2362f1db0f8f00313eb6fcd697a5dd86.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:28 +0100, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> [rhi: classify as NIST-PD, which was accepted by SPDX in the meantime]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20211205004208.2306245-12-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/simplerpl.make b/rules/simplerpl.make
> index 4dad7465b60e..904503d07dcc 100644
> --- a/rules/simplerpl.make
> +++ b/rules/simplerpl.make
> @@ -21,6 +21,8 @@ SIMPLERPL_SUFFIX	:= tar.gz
>  SIMPLERPL_URL		:= http://cakelab.org/~eintopf/RPL/$(SIMPLERPL).$(SIMPLERPL_SUFFIX)
>  SIMPLERPL_SOURCE	:= $(SRCDIR)/$(SIMPLERPL).$(SIMPLERPL_SUFFIX)
>  SIMPLERPL_DIR		:= $(BUILDDIR)/$(SIMPLERPL)
> +SIMPLERPL_LICENSE	:= NIST-PD
> +SIMPLERPL_LICENSE_FILES	:= file://LICENSE.txt;md5=05ed185d8aa70ee449a71246bc9b0d18
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [ptxdist] [PATCH v2 04/13] hdparm: add license information
  2021-12-17  8:26   ` Michael Olbrich
@ 2021-12-19 18:50     ` Roland Hieber
  0 siblings, 0 replies; 28+ messages in thread
From: Roland Hieber @ 2021-12-19 18:50 UTC (permalink / raw)
  To: ptxdist

On Fri, Dec 17, 2021 at 09:26:30AM +0100, Michael Olbrich wrote:
> On Sun, Dec 05, 2021 at 01:41:59AM +0100, Roland Hieber wrote:
> > From: Felicitas Jung <f.jung@pengutronix.de>
> > 
> > Signed-off-by: Felicitas Jung <f.jung@pengutronix.de>
> > [rhi: use "custom" instead of "unknown"]
> > Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> > Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> > ---
> > PATCH v2:
> >  - use "custom" instead of "unknown", review
> > 
> > PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de
> > ---
> >  rules/hdparm.make | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/rules/hdparm.make b/rules/hdparm.make
> > index 85c88bd73bd4..3c7daacfb432 100644
> > --- a/rules/hdparm.make
> > +++ b/rules/hdparm.make
> > @@ -22,6 +22,8 @@ HDPARM_SUFFIX	:= tar.gz
> >  HDPARM_URL	:= $(call ptx/mirror, SF, hdparm/$(HDPARM).$(HDPARM_SUFFIX))
> >  HDPARM_SOURCE	:= $(SRCDIR)/$(HDPARM).$(HDPARM_SUFFIX)
> >  HDPARM_DIR	:= $(BUILDDIR)/$(HDPARM)
> > +HDPARM_LICENSE	:= custom
> > +HDPARM_LICENSE_FILES	:= file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03
> 
> "
> The apt.c file is  Copyright (c) 2009 Jan Friesse <jfriesse@gmail.com>.
> You may use/distribute apt.c freely, under the terms of either
> (your choice) the GNU General Public License version 2,
>  or a BSD style license.
> "
> 
> When I first saw the 'GNU General Public License version 2' I thought we
> should add a 'AND GPL-2.0-only ...' but the "a BSD style license" is pretty
> vague so I think 'custom' covers that part as well :-/

Yes, I thought the same.

> I'll take it as it is.

Thanks.

 - Roland
> 
> Michael
> 
> >  
> >  
> >  # ----------------------------------------------------------------------------
> > -- 
> > 2.30.2
> > 
> > 
> > _______________________________________________
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> > 
> 
> -- 
> Pengutronix e.K.                           |                             |
> Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
> 31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2021-12-19 18:50 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05  0:41 [ptxdist] [PATCH v2 01/13] argtable2: add license information Roland Hieber
2021-12-05  0:41 ` [ptxdist] [PATCH v2 02/13] calibrator: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:41 ` [ptxdist] [PATCH v2 03/13] frodo: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:41 ` [ptxdist] [PATCH v2 04/13] hdparm: " Roland Hieber
2021-12-17  8:26   ` Michael Olbrich
2021-12-19 18:50     ` Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 05/13] libgd: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 06/13] libmng: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 07/13] libnetpbm: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 08/13] lsof: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 09/13] openntpd: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 10/13] python-routing: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 11/13] python-rplicmp: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 12/13] simplerpl: " Roland Hieber
2021-12-17 13:27   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-05  0:42 ` [ptxdist] [PATCH v2 13/13] binutils: " Roland Hieber
2021-12-17 10:45   ` Michael Olbrich
2021-12-17 13:27 ` [ptxdist] [APPLIED] argtable2: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox