aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdata-optlist-perl_0.101.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/libdata-optlist-perl_0.101.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/libdata-optlist-perl_0.101.bb')
-rw-r--r--recipes/perl/libdata-optlist-perl_0.101.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libdata-optlist-perl_0.101.bb b/recipes/perl/libdata-optlist-perl_0.101.bb
index fdce451c8b..e973a124c4 100644
--- a/recipes/perl/libdata-optlist-perl_0.101.bb
+++ b/recipes/perl/libdata-optlist-perl_0.101.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Data::OptList - parse and validate simple name/value option pairs"
SECTION = "libs"
-LICENSE = "Artistic|GPL"
+LICENSE = "Artistic|GPLv1"
DEPENDS += "libsub-install-perl-native libparams-util-perl-native"
RDEPENDS_${PN} += "perl-module-list-util libparams-util-perl perl-module-strict \
libsub-install-perl perl-module-warnings "