Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages
@ 2018-07-27 19:54 Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 1/5] perl-crypt-blowfish: add missing license declaration Thomas De Schampheleire
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Thomas De Schampheleire @ 2018-07-27 19:54 UTC (permalink / raw)
  To: buildroot

As requested by Thomas Petazzoni, this series adds the missing license
declarations for perl packages recently added by me.

/Thomas


Thomas De Schampheleire (5):
  perl-crypt-blowfish: add missing license declaration
  perl-crypt-cbc: add missing license declaration
  perl-mime-base64-urlsafe: add missing license declaration
  perl-net-ping: add missing license declaration
  perl-net-telnet: add missing license declaration

 package/perl-crypt-blowfish/perl-crypt-blowfish.mk           | 1 +
 package/perl-crypt-cbc/perl-crypt-cbc.hash                   | 4 ++--
 package/perl-crypt-cbc/perl-crypt-cbc.mk                     | 3 ++-
 package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk | 1 +
 package/perl-net-ping/perl-net-ping.mk                       | 1 +
 package/perl-net-telnet/perl-net-telnet.mk                   | 1 +
 6 files changed, 8 insertions(+), 3 deletions(-)

-- 
2.16.4

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

* [Buildroot] [PATCH 1/5] perl-crypt-blowfish: add missing license declaration
  2018-07-27 19:54 [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas De Schampheleire
@ 2018-07-27 19:54 ` Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 2/5] perl-crypt-cbc: " Thomas De Schampheleire
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas De Schampheleire @ 2018-07-27 19:54 UTC (permalink / raw)
  To: buildroot

The license of this package is not standard, it is a combination of two
sets of statements coming from two different authors.

The license resembles the original 4-clause BSD license (thus including
advertising clause) but without the third clause about endorsement.
The label 'BSD-4-Clause-like' nevertheless seems the closest match.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
 package/perl-crypt-blowfish/perl-crypt-blowfish.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/perl-crypt-blowfish/perl-crypt-blowfish.mk b/package/perl-crypt-blowfish/perl-crypt-blowfish.mk
index f6644eb151..acb6d8af1d 100644
--- a/package/perl-crypt-blowfish/perl-crypt-blowfish.mk
+++ b/package/perl-crypt-blowfish/perl-crypt-blowfish.mk
@@ -7,6 +7,7 @@
 PERL_CRYPT_BLOWFISH_VERSION = 2.14
 PERL_CRYPT_BLOWFISH_SOURCE = Crypt-Blowfish-$(PERL_CRYPT_BLOWFISH_VERSION).tar.gz
 PERL_CRYPT_BLOWFISH_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DP/DPARIS
+PERL_CRYPT_BLOWFISH_LICENSE = BSD-4-Clause-like
 PERL_CRYPT_BLOWFISH_LICENSE_FILES = COPYRIGHT
 
 $(eval $(perl-package))
-- 
2.16.4

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

* [Buildroot] [PATCH 2/5] perl-crypt-cbc: add missing license declaration
  2018-07-27 19:54 [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 1/5] perl-crypt-blowfish: add missing license declaration Thomas De Schampheleire
@ 2018-07-27 19:54 ` Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 3/5] perl-mime-base64-urlsafe: " Thomas De Schampheleire
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas De Schampheleire @ 2018-07-27 19:54 UTC (permalink / raw)
  To: buildroot

Update the license as found in the actual source file, and remove the README
from _LICENSE_FILES as it does not contain anything regarding licenses.

Note that adding the source file as LICENSE_FILE means that the
corresponding hash will be different on every version bump.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
 package/perl-crypt-cbc/perl-crypt-cbc.hash | 4 ++--
 package/perl-crypt-cbc/perl-crypt-cbc.mk   | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/perl-crypt-cbc/perl-crypt-cbc.hash b/package/perl-crypt-cbc/perl-crypt-cbc.hash
index f3d5e03c31..a54772a504 100644
--- a/package/perl-crypt-cbc/perl-crypt-cbc.hash
+++ b/package/perl-crypt-cbc/perl-crypt-cbc.hash
@@ -2,5 +2,5 @@
 md5    3db5117d60df67e3b400fe367e716be0 Crypt-CBC-2.33.tar.gz
 sha256 6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645 Crypt-CBC-2.33.tar.gz
 
-# computed by scancpan
-sha256 a98da8a2eef02a8823cf2f58111e981796c4aaf38e8d446acd338a559af42bfc README
+# locally computed
+sha256 9548d0beb746167270df647aa97a3e47b957adb4ec103c2cfb8f54b0005f99c7 CBC.pm
diff --git a/package/perl-crypt-cbc/perl-crypt-cbc.mk b/package/perl-crypt-cbc/perl-crypt-cbc.mk
index 3da0561096..749499c26b 100644
--- a/package/perl-crypt-cbc/perl-crypt-cbc.mk
+++ b/package/perl-crypt-cbc/perl-crypt-cbc.mk
@@ -7,6 +7,7 @@
 PERL_CRYPT_CBC_VERSION = 2.33
 PERL_CRYPT_CBC_SOURCE = Crypt-CBC-$(PERL_CRYPT_CBC_VERSION).tar.gz
 PERL_CRYPT_CBC_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS
-PERL_CRYPT_CBC_LICENSE_FILES = README
+PERL_CRYPT_CBC_LICENSE = Artistic
+PERL_CRYPT_CBC_LICENSE_FILES = CBC.pm
 
 $(eval $(perl-package))
-- 
2.16.4

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

* [Buildroot] [PATCH 3/5] perl-mime-base64-urlsafe: add missing license declaration
  2018-07-27 19:54 [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 1/5] perl-crypt-blowfish: add missing license declaration Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 2/5] perl-crypt-cbc: " Thomas De Schampheleire
@ 2018-07-27 19:54 ` Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 4/5] perl-net-ping: " Thomas De Schampheleire
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas De Schampheleire @ 2018-07-27 19:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
 package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk b/package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk
index d72b36fb04..c29372ecd7 100644
--- a/package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk
+++ b/package/perl-mime-base64-urlsafe/perl-mime-base64-urlsafe.mk
@@ -7,6 +7,7 @@
 PERL_MIME_BASE64_URLSAFE_VERSION = 0.01
 PERL_MIME_BASE64_URLSAFE_SOURCE = MIME-Base64-URLSafe-$(PERL_MIME_BASE64_URLSAFE_VERSION).tar.gz
 PERL_MIME_BASE64_URLSAFE_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZUHO
+PERL_MIME_BASE64_URLSAFE_LICENSE = Artistic or GPL-1.0+
 PERL_MIME_BASE64_URLSAFE_LICENSE_FILES = README
 
 $(eval $(perl-package))
-- 
2.16.4

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

* [Buildroot] [PATCH 4/5] perl-net-ping: add missing license declaration
  2018-07-27 19:54 [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas De Schampheleire
                   ` (2 preceding siblings ...)
  2018-07-27 19:54 ` [Buildroot] [PATCH 3/5] perl-mime-base64-urlsafe: " Thomas De Schampheleire
@ 2018-07-27 19:54 ` Thomas De Schampheleire
  2018-07-27 19:54 ` [Buildroot] [PATCH 5/5] perl-net-telnet: " Thomas De Schampheleire
  2018-07-27 21:55 ` [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas De Schampheleire @ 2018-07-27 19:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
 package/perl-net-ping/perl-net-ping.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/perl-net-ping/perl-net-ping.mk b/package/perl-net-ping/perl-net-ping.mk
index 3cd4cd0b47..51d8f13792 100644
--- a/package/perl-net-ping/perl-net-ping.mk
+++ b/package/perl-net-ping/perl-net-ping.mk
@@ -7,6 +7,7 @@
 PERL_NET_PING_VERSION = 2.68
 PERL_NET_PING_SOURCE = Net-Ping-$(PERL_NET_PING_VERSION).tar.gz
 PERL_NET_PING_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
+PERL_NET_PING_LICENSE = Artistic or GPL-1.0+
 PERL_NET_PING_LICENSE_FILES = README
 
 $(eval $(perl-package))
-- 
2.16.4

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

* [Buildroot] [PATCH 5/5] perl-net-telnet: add missing license declaration
  2018-07-27 19:54 [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas De Schampheleire
                   ` (3 preceding siblings ...)
  2018-07-27 19:54 ` [Buildroot] [PATCH 4/5] perl-net-ping: " Thomas De Schampheleire
@ 2018-07-27 19:54 ` Thomas De Schampheleire
  2018-07-27 21:55 ` [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas De Schampheleire @ 2018-07-27 19:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
 package/perl-net-telnet/perl-net-telnet.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/perl-net-telnet/perl-net-telnet.mk b/package/perl-net-telnet/perl-net-telnet.mk
index 04d170d10a..28568871e2 100644
--- a/package/perl-net-telnet/perl-net-telnet.mk
+++ b/package/perl-net-telnet/perl-net-telnet.mk
@@ -7,6 +7,7 @@
 PERL_NET_TELNET_VERSION = 3.04
 PERL_NET_TELNET_SOURCE = Net-Telnet-$(PERL_NET_TELNET_VERSION).tar.gz
 PERL_NET_TELNET_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JR/JROGERS
+PERL_NET_TELNET_LICENSE = Artistic or GPL-1.0+
 PERL_NET_TELNET_LICENSE_FILES = README
 
 $(eval $(perl-package))
-- 
2.16.4

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

* [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages
  2018-07-27 19:54 [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas De Schampheleire
                   ` (4 preceding siblings ...)
  2018-07-27 19:54 ` [Buildroot] [PATCH 5/5] perl-net-telnet: " Thomas De Schampheleire
@ 2018-07-27 21:55 ` Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2018-07-27 21:55 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 27 Jul 2018 21:54:18 +0200, Thomas De Schampheleire wrote:

> Thomas De Schampheleire (5):
>   perl-crypt-blowfish: add missing license declaration
>   perl-crypt-cbc: add missing license declaration
>   perl-mime-base64-urlsafe: add missing license declaration
>   perl-net-ping: add missing license declaration
>   perl-net-telnet: add missing license declaration

Applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-07-27 21:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 19:54 [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas De Schampheleire
2018-07-27 19:54 ` [Buildroot] [PATCH 1/5] perl-crypt-blowfish: add missing license declaration Thomas De Schampheleire
2018-07-27 19:54 ` [Buildroot] [PATCH 2/5] perl-crypt-cbc: " Thomas De Schampheleire
2018-07-27 19:54 ` [Buildroot] [PATCH 3/5] perl-mime-base64-urlsafe: " Thomas De Schampheleire
2018-07-27 19:54 ` [Buildroot] [PATCH 4/5] perl-net-ping: " Thomas De Schampheleire
2018-07-27 19:54 ` [Buildroot] [PATCH 5/5] perl-net-telnet: " Thomas De Schampheleire
2018-07-27 21:55 ` [Buildroot] [PATCH 0/5] add missing licenses to recently added perl packages Thomas Petazzoni

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