summaryrefslogtreecommitdiff
path: root/packages/perl/libyaml-perl_0.62.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-28 22:01:19 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-28 22:01:19 +0000
commit43466984142b559813c7270c6d2d988ec57b0d9e (patch)
tree2f37677b52376f169668b02c411c01643c50b936 /packages/perl/libyaml-perl_0.62.bb
parent2bcdf40d8415d833a6392199f7dd4506f3d599ab (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/libyaml-perl_0.62.bb')
-rw-r--r--packages/perl/libyaml-perl_0.62.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/perl/libyaml-perl_0.62.bb b/packages/perl/libyaml-perl_0.62.bb
index 2874fa9266..290f28c294 100644
--- a/packages/perl/libyaml-perl_0.62.bb
+++ b/packages/perl/libyaml-perl_0.62.bb
@@ -1,11 +1,11 @@
DESCRIPTION = "YAML - YAML Ain't Markup Language (tm)"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
-LICENSE = "Artistic"
+LICENSE = "Artistic|GPL"
DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \
libipc-sharelite-perl-native"
RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-0.62.tar.gz"