]> code.ossystems Code Review - openembedded-core.git/commitdiff
nettle: clean up license information
authorArmin Kuster <akuster808@gmail.com>
Sun, 9 Aug 2015 05:28:21 +0000 (10:58 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Aug 2015 16:01:29 +0000 (09:01 -0700)
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.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/nettle/nettle_2.7.1.bb

index f53afcc5d45b4c52f1b1f71b2750a1d9920f2446..f9d331fc370198e6b1866b50cb673678ec237913 100644 (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"