diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 22:01:19 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 22:01:19 +0000 |
commit | 43466984142b559813c7270c6d2d988ec57b0d9e (patch) | |
tree | 2f37677b52376f169668b02c411c01643c50b936 /packages/perl/libnet-ip-perl_1.25.bb | |
parent | 2bcdf40d8415d833a6392199f7dd4506f3d599ab (diff) |
perl: Update the LICENSE on the modules to indicate that they are available
under either the Artistic license or the GPL, and not just under the
Artistic license.
Diffstat (limited to 'packages/perl/libnet-ip-perl_1.25.bb')
-rw-r--r-- | packages/perl/libnet-ip-perl_1.25.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/perl/libnet-ip-perl_1.25.bb b/packages/perl/libnet-ip-perl_1.25.bb index 1bce440731..e8de918a5e 100644 --- a/packages/perl/libnet-ip-perl_1.25.bb +++ b/packages/perl/libnet-ip-perl_1.25.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Net::IP - Perl extension for manipulating IPv4/IPv6 addresses" SECTION = "libs" MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>" -LICENSE = "Artistic" +LICENSE = "Artistic|GPL" DEPENDS += "libio-zlib-perl-native" RDEPENDS += "libio-zlib-perl" -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-1.25.tar.gz" |