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>
This commit is contained in:
Armin Kuster 2015-08-09 10:58:21 +05:30 committed by Richard Purdie
parent 44ee8752ab
commit 072330d3c9
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@ SUMMARY = "A low level cryptographic library"
HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/"
SECTION = "libs"
LICENSE = "LGPLv2.1 & GPLv2"
LICENSE_${PN}-cast = "CC0"
LICENSE_${PN}-gosthash = "MIT"
# both public and GPL license listed
LICENSE_${PN}-md2 = "CC0 & LGPLv2.1+"
LICENSE_${PN}-md4 = "CC0 & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \
file://serpent-set-key.c;beginline=56;endline=70;md5=bcfd4745d53ca57f82907089898e390d"