aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libmime-tools-perl_5.427.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/libmime-tools-perl_5.427.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/libmime-tools-perl_5.427.bb')
-rw-r--r--recipes/perl/libmime-tools-perl_5.427.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libmime-tools-perl_5.427.bb b/recipes/perl/libmime-tools-perl_5.427.bb
index 2eb2410d09..796655d922 100644
--- a/recipes/perl/libmime-tools-perl_5.427.bb
+++ b/recipes/perl/libmime-tools-perl_5.427.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "MIME-tools - modules for parsing (and creating!) MIME entities"
SECTION = "libs"
-LICENSE = "Artistic|GPL"
+LICENSE = "Artistic|GPLv1"
DEPENDS = " \
libio-stringy-perl-native \
libmailtools-perl-native \