diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-13 12:12:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:23 +0000 |
commit | b404dd36239a4f964f4498592756a8df7dc9e992 (patch) | |
tree | 68da7aa384e70cd9150c7bfdecb94561ead353c6 | |
parent | 56e8fc5b1395f3b670ad76a1266be10c1edd10c1 (diff) | |
download | poky-b404dd36239a4f964f4498592756a8df7dc9e992.tar.gz |
perl: fix LICENSE to be more accurate
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.
(From OE-Core rev: 7341d91ee329090440cad1e295b9b26d9f49141d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.20.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.20.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.20.0.bb b/meta/recipes-devtools/perl/perl-native_5.20.0.bb index 01d40fcff2..586a347c0f 100644 --- a/meta/recipes-devtools/perl/perl-native_5.20.0.bb +++ b/meta/recipes-devtools/perl/perl-native_5.20.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Perl scripting language" | 1 | SUMMARY = "Perl scripting language" |
2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Artistic-1.0 | GPL-1.0" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ | 6 | LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ |
7 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" | 7 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" |
diff --git a/meta/recipes-devtools/perl/perl_5.20.0.bb b/meta/recipes-devtools/perl/perl_5.20.0.bb index 3ca0f53964..c1766fc377 100644 --- a/meta/recipes-devtools/perl/perl_5.20.0.bb +++ b/meta/recipes-devtools/perl/perl_5.20.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Perl scripting language" | 1 | SUMMARY = "Perl scripting language" |
2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "Artistic-1.0 | GPL-1.0" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
5 | LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ | 5 | LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ |
6 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" | 6 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" |
7 | # We need gnugrep (for -I) | 7 | # We need gnugrep (for -I) |