aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libsub-exporter-perl_0.970.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/libsub-exporter-perl_0.970.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/libsub-exporter-perl_0.970.bb')
-rw-r--r--recipes/perl/libsub-exporter-perl_0.970.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libsub-exporter-perl_0.970.bb b/recipes/perl/libsub-exporter-perl_0.970.bb
index 7c0ff937fd..49c56f018a 100644
--- a/recipes/perl/libsub-exporter-perl_0.970.bb
+++ b/recipes/perl/libsub-exporter-perl_0.970.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Sub::Exporter - a sophisticated exporter for custom-built routines"
SECTION = "libs"
-LICENSE = "Artistic|GPL"
+LICENSE = "Artistic|GPLv1"
DEPENDS += "libdata-optlist-perl-native libsub-install-perl-native \
libparams-util-perl-native"
RDEPENDS_${PN} += "perl-module-carp libdata-optlist-perl libparams-util-perl \