perl: fix license info
authorArnout Vandecappelle <arnout@mind.be>
Tue, 8 Oct 2013 19:02:32 +0000 (21:02 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 8 Oct 2013 20:40:14 +0000 (22:40 +0200)
According to the README, perl can be used either under
Artistic or under GPLv1+ license, so include both.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/perl/perl.mk

index 5ef0b24151201e23d4689e81a55ef904ae2c9b8d..ac85ed9734a72a86b1e67934e2e9ad08017ce641 100644 (file)
@@ -8,8 +8,8 @@ PERL_VERSION_MAJOR = 18
 PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1
 PERL_SITE = http://www.cpan.org/src/5.0
 PERL_SOURCE = perl-$(PERL_VERSION).tar.bz2
-PERL_LICENSE = Artistic
-PERL_LICENSE_FILES = Artistic
+PERL_LICENSE = Artistic or GPLv1+
+PERL_LICENSE_FILES = Artistic Copying README
 PERL_INSTALL_STAGING = YES
 
 PERL_CROSS_VERSION = 0.8