pigz: add Apache-2.0 to LICENSE

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.

(From OE-Core rev: 84968d3db166b592c95b7a867d7a885752f8a428)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2015-01-13 12:04:28 +00:00 committed by Richard Purdie
parent ca6cb22715
commit 56e8fc5b13
1 changed files with 1 additions and 1 deletions

View 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"