aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libextutils-parsexs-perl_2.16.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-09 19:36:08 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-09 19:36:08 +0200
commitd153e7d9a234c3dec15d8d45ef2f6c2ffb02a130 (patch)
tree4d5cab72e0ba16937122f35d09b6a86a8d7afac2 /recipes/perl/libextutils-parsexs-perl_2.16.bb
parent0d81986023de4eb2c04cd8d877f7009bf10be508 (diff)
downloadopenembedded-d153e7d9a234c3dec15d8d45ef2f6c2ffb02a130.tar.gz
perl: updated LICENSE; GPL -> GPLv1
perl has as license the choice between Artistic or GPLv1. see http://dev.perl.org/licenses/ so changed LICENSE = "Artistic|GPL" to LICENSE = "Artistic|GPLv1" This also applies to CPAN recipes. Typically they specify that the code is licensed under the same terms as perl so figured that the above changes would be better in most (if not all) cases (and no, I did not verify all 130 or so recipes, if you feel this is needed, be my guest) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl/libextutils-parsexs-perl_2.16.bb')
-rw-r--r--recipes/perl/libextutils-parsexs-perl_2.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libextutils-parsexs-perl_2.16.bb b/recipes/perl/libextutils-parsexs-perl_2.16.bb
index e165cae6d1..69f724ab44 100644
--- a/recipes/perl/libextutils-parsexs-perl_2.16.bb
+++ b/recipes/perl/libextutils-parsexs-perl_2.16.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "ExtUtils::ParseXS - converts Perl XS code into C code"
SECTION = "libs"
-LICENSE = "Artistic|GPL"
+LICENSE = "Artistic|GPLv1"
PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-ParseXS-${PV}.tar.gz"