libclass-methodmaker-perl_2.15.bb: removed GPL from LICENSE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 9 Oct 2010 17:58:09 +0000 (19:58 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 9 Oct 2010 17:58:09 +0000 (19:58 +0200)
LICENSE said unknown|GPL (which seems very odd)
could not find any evidence in the package or on CPAN about the license
so removed the |GPL part as that is probably not right

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/perl/libclass-methodmaker-perl_2.15.bb

index ac42a01..b57bd0b 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Class::MethodMaker - Create generic methods for OO Perl"
 SECTION = "libs"
-LICENSE = "unknown|GPL"
+LICENSE = "unknown"
 PR = "r0"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-${PV}.tar.gz"