[oe-commits] Paul Eggleton : pigz: add Apache-2.0 to LICENSE

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:14:55 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 84968d3db166b592c95b7a867d7a885752f8a428
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=84968d3db166b592c95b7a867d7a885752f8a428

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Jan 13 12:04:28 2015 +0000

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.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta/recipes-extended/pigz/pigz.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc
index 355fb2a..d313f2f 100644
--- a/meta/recipes-extended/pigz/pigz.inc
+++ b/meta/recipes-extended/pigz/pigz.inc
@@ -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"
 



More information about the Openembedded-commits mailing list