]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: fix LICENSE to be more accurate
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Jan 2015 12:12:49 +0000 (12:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:42 +0000 (23:06 +0000)
The Perl license is the Artistic License, or GPL version 1 or (at your
option) any later version:

  http://dev.perl.org/licenses/

Update LICENSE accordingly. Thanks to Clemens Lang for reporting this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-devtools/perl/perl-native_5.20.0.bb
meta/recipes-devtools/perl/perl_5.20.0.bb

index 01d40fcff2a722661f595e4ce365772db6f72a4a..586a347c0f96b2bb29db6e78a8f7d8c19e8890d0 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Perl scripting language"
 HOMEPAGE = "http://www.perl.org/"
 SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
 
 LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
                     file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3"
index 3ca0f53964f7b0bd4441b143ddd3292dba13f394..c1766fc3775a5221f6e0e97f37397f12e74256b8 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Perl scripting language"
 HOMEPAGE = "http://www.perl.org/"
 SECTION = "devel"
-LICENSE = "Artistic-1.0 | GPL-1.0"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
                    file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3"
 # We need gnugrep (for -I)