From d153e7d9a234c3dec15d8d45ef2f6c2ffb02a130 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 9 Oct 2010 19:36:08 +0200 Subject: 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 --- recipes/perl/libmime-lite-perl_3.024.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/perl/libmime-lite-perl_3.024.bb') diff --git a/recipes/perl/libmime-lite-perl_3.024.bb b/recipes/perl/libmime-lite-perl_3.024.bb index 4c8835ad7f..e09cb82f6e 100644 --- a/recipes/perl/libmime-lite-perl_3.024.bb +++ b/recipes/perl/libmime-lite-perl_3.024.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Simple standalone module for generating MIME messages." SECTION = "libs" -LICENSE = "Artistic|GPL" +LICENSE = "Artistic|GPLv1" PR = "r2" RDEPENDS_${PN} = "perl-module-file-spec \ -- cgit 1.2.3-korg