diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:53:55 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 00:53:55 +0000 |
commit | 3533e858159e9d1e1da37e4a1ef206279026e9b3 (patch) | |
tree | c0793a626dd17de41eb44758572c598bf88bdb98 /dev-php | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-3533e858159e9d1e1da37e4a1ef206279026e9b3.tar.gz gentoo-2-3533e858159e9d1e1da37e4a1ef206279026e9b3.tar.bz2 gentoo-2-3533e858159e9d1e1da37e4a1ef206279026e9b3.zip |
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-php/PEAR-Text_CAPTCHA/ChangeLog b/dev-php/PEAR-Text_CAPTCHA/ChangeLog index bcba83d9938d..0394403fd6cb 100644 --- a/dev-php/PEAR-Text_CAPTCHA/ChangeLog +++ b/dev-php/PEAR-Text_CAPTCHA/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-Text_CAPTCHA # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.1 2007/10/08 12:07:09 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.2 2007/12/06 00:53:55 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + PEAR-Text_CAPTCHA-0.3.1.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-Text_CAPTCHA-0.3.1.ebuild: + Fix LICENSE *PEAR-Text_CAPTCHA-0.3.1 (08 Oct 2007) diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild index 86d67f71d916..9e5e580fd781 100644 --- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild +++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild,v 1.1 2007/10/08 12:07:09 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild,v 1.2 2007/12/06 00:53:55 jokey Exp $ inherit php-pear-r1 DESCRIPTION="Generation of CAPTCHAs." -LICENSE="PHP" +LICENSE="PHP-3 BSD" SLOT="0" KEYWORDS="~amd64 ~x86" |