diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-08-09 10:58:21 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 09:28:50 -0700 |
commit | 072330d3c9a6262e93c91f65f9581f0ae75707fe (patch) | |
tree | 54ac470473b87e18b9130748aa8c2e6fba1b03c8 /meta | |
parent | 44ee8752abf879de2bf480e0c4d9fce12f2676c0 (diff) | |
download | poky-072330d3c9a6262e93c91f65f9581f0ae75707fe.tar.gz |
nettle: clean up license information
adding the license definitions on the few packages that
deviate from the overall package license.
based on http://www.lysator.liu.se/~nisse/nettle/nettle.html#Copyright
and spot checking files.
(From OE-Core rev: 1ef74d73441946bb33f0c86b6e367caaa0074e88)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/nettle/nettle_2.7.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb index f53afcc5d4..f9d331fc37 100644 --- a/meta/recipes-support/nettle/nettle_2.7.1.bb +++ b/meta/recipes-support/nettle/nettle_2.7.1.bb | |||
@@ -2,6 +2,15 @@ SUMMARY = "A low level cryptographic library" | |||
2 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" | 2 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPLv2.1 & GPLv2" | 4 | LICENSE = "LGPLv2.1 & GPLv2" |
5 | |||
6 | LICENSE_${PN}-cast = "CC0" | ||
7 | LICENSE_${PN}-gosthash = "MIT" | ||
8 | |||
9 | # both public and GPL license listed | ||
10 | LICENSE_${PN}-md2 = "CC0 & LGPLv2.1+" | ||
11 | LICENSE_${PN}-md4 = "CC0 & LGPLv2.1+" | ||
12 | |||
13 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 14 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
6 | file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \ | 15 | file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \ |
7 | file://serpent-set-key.c;beginline=56;endline=70;md5=bcfd4745d53ca57f82907089898e390d" | 16 | file://serpent-set-key.c;beginline=56;endline=70;md5=bcfd4745d53ca57f82907089898e390d" |