Re: [ptxdist] libmd: specification of license tags

2016-10-03 Thread Roland Hieber
Hi, > One option is of course to simply ignore it, i.e. not use it ;-) I don't think this is a good option ;-) > […] > Now, as I have this can of worms open anyway, what would be the best way > to specify a license tag ? Apparently util-linux is similar to that, its README.licenses says: >

[ptxdist] license-report: extend to generate textual list of package + licenses

2016-10-03 Thread Andreas Pretzsch
On Mi, 2015-02-11 at 12:19 +0100, Juergen Borleis wrote: > Hi, > > On Wednesday 11 February 2015 11:50:16 Hubert Feurstein wrote: > > IMHO the proposal by Markus makes sense. I have had the same issues > > with collecting license texts in the past. So a solution integrated in > > PTXdist would be

[ptxdist] [PATCH] ntp: fix license info (include reference to NTP license text)

2016-10-03 Thread Andreas Pretzsch
Signed-off-by: Andreas Pretzsch --- rules/ntp.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/ntp.make b/rules/ntp.make index 3a9677a..5c3edb9 100644 --- a/rules/ntp.make +++ b/rules/ntp.make @@ -25,6 +25,7 @@ NTP_URL :=

Re: [ptxdist] [PATCH] ntp: remove dependency on libmd (ntp has internal MD5 code)

2016-10-03 Thread Andreas Pretzsch
On Mo, 2016-10-03 at 21:27 +0200, Andreas Pretzsch wrote: > libmd provides various message digest algorithms. > From these, ntp only uses MD5. > In case there is no system-wide MD5 (e.g. from libmd), ntp will use > its own implementation from lib/isc/md5.c instead. > Therefore, external dependency

[ptxdist] libmd: specification of license tags

2016-10-03 Thread Andreas Pretzsch
While updating the license stuff in a customer BSP, libmd hit me. libmd provides MD2, MD4, MD5, SHA-1 and RIPEMD-160 message digest algorithms. Each of the respective implementations includes different license statements, with wrappers under beer-ware license. Copied them in below, for reference.

[ptxdist] [PATCH] ntp: remove dependency on libmd (ntp has internal MD5 code)

2016-10-03 Thread Andreas Pretzsch
libmd provides various message digest algorithms. From these, ntp only uses MD5. In case there is no system-wide MD5 (e.g. from libmd), ntp will use its own implementation from lib/isc/md5.c instead. Therefore, external dependency on libmd can be removed. Signed-off-by: Andreas Pretzsch

[ptxdist] [PATCH 1/4] gnupg: add license information (GPL-3.0+)

2016-10-03 Thread Andreas Pretzsch
Nearly all of the code is licensed under GPL version 3 or later. There are a few pieces which are either GPLv2+, LGPLv2.1+, LGPLv3+: common/localename.c : LGPL-2.1+ gl/allocsa.c : GPL-2+ jnlib : LGPL-2.1+ ; LGPL-3+ All of these are only used internally (linked into gpg). So all in all, gnupg

[ptxdist] [PATCH 4/4] zip: add license information and license file for report generation

2016-10-03 Thread Andreas Pretzsch
License information is pretty much the same as with unzip, just a newer revision of the (BSD-like) Info-ZIP license (here: version 2007-Mar-4). Signed-off-by: Andreas Pretzsch --- rules/zip.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/zip.make

[ptxdist] [PATCH 2/4] screen: add license information (GPL-2.0+)

2016-10-03 Thread Andreas Pretzsch
Signed-off-by: Andreas Pretzsch --- rules/screen.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/screen.make b/rules/screen.make index 954463a..f9d7869 100644 --- a/rules/screen.make +++ b/rules/screen.make @@ -23,6 +23,7 @@ SCREEN_SUFFIX := tar.gz SCREEN_URL

[ptxdist] [PATCH 0/4] gnupg, screen, squashfs-tools, zip: add license tags

2016-10-03 Thread Andreas Pretzsch
Add missing license tags for packages gnupg, screen, squashfs-tools, zip. gnupg and screen are straightforward. For squashfs-tools, there is already an old patch on the list From: Oliver Graute Subject:[ptxdist] [PATCH] squashfs-tools: fix license