]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml-parser-perl: fix LICENSE to be more accurate
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Jan 2015 12:17:57 +0000 (12:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:42 +0000 (23:06 +0000)
XML::Parser is distributed under the same licenses as Perl itself.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb

index 26241e884cc0e1e66867b7b27367121fa06afb07..a2fa90cfa941626aa148f3ebfe5224ab36d80cd0 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "XML::Parser - A perl module for parsing XML documents"
 SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
 
 DEPENDS += "expat expat-native"