]> code.ossystems Code Review - openembedded-core.git/commitdiff
pigz: add Apache-2.0 to LICENSE
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Jan 2015 12:04:28 +0000 (12:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:42 +0000 (23:06 +0000)
As of version 2.3, pigz ships a copy of zopfli, which is Apache-2.0
licensed, so we need to add this to LICENSE.

Thanks to Clemens Lang for reporting this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-extended/pigz/pigz.inc

index 355fb2a4ecbd6787e7e4d88a1e009149a0ac8f18..d313f2f6f86ab7a8afc6133642672f84060f2565 100644 (file)
@@ -5,7 +5,7 @@ multiple cores to the hilt when compressing data. pigz was written by Mark \
 Adler, and uses the zlib and pthread libraries."
 HOMEPAGE = "http://zlib.net/pigz/"
 SECTION = "console/utils"
-LICENSE = "Zlib"
+LICENSE = "Zlib & Apache-2.0"
 
 SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz"