diff options
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | 2018-07-27 21:54:19 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-27 23:50:23 +0200 |
commit | 81f1a05b8a34cd894ee936105f6cdf3665e20fbd (patch) | |
tree | aec462adfa032df43d8171279b1e018d4cf8ab24 | |
parent | 40d7ada340c599c897a9508530be187892822687 (diff) | |
download | buildroot-81f1a05b8a34cd894ee936105f6cdf3665e20fbd.tar.gz buildroot-81f1a05b8a34cd894ee936105f6cdf3665e20fbd.zip |
perl-crypt-blowfish: add missing license declaration
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/perl-crypt-blowfish/perl-crypt-blowfish.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |