diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-07 04:46:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-07 04:46:42 +0000 |
commit | 59001ee006f80b2496288f0d6557de5a5442c22b (patch) | |
tree | d23fd2848624a430dc24577dd70aae05aa33e512 /dev-perl | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-59001ee006f80b2496288f0d6557de5a5442c22b.tar.gz gentoo-2-59001ee006f80b2496288f0d6557de5a5442c22b.tar.bz2 gentoo-2-59001ee006f80b2496288f0d6557de5a5442c22b.zip |
Fix LICENSE
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index 6a27a31e114d..11a6e416786b 100644 --- a/dev-perl/WWW-Curl/ChangeLog +++ b/dev-perl/WWW-Curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Curl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.3 2009/04/07 04:18:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.4 2009/04/07 04:46:42 tove Exp $ + + 07 Apr 2009; Torsten Veller <tove@gentoo.org> WWW-Curl-4.06.ebuild: + Fix LICENSE *WWW-Curl-4.06 (07 Apr 2009) diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild index 55efe462b7d0..fcb832b33431 100644 --- a/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild +++ b/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild,v 1.1 2009/04/07 04:18:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.06.ebuild,v 1.2 2009/04/07 04:46:42 tove Exp $ EAPI=2 @@ -9,6 +9,7 @@ inherit perl-module DESCRIPTION="Perl extension interface for libcurl" +LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" |