diff options
author | 2012-11-27 19:50:16 +0000 | |
---|---|---|
committer | 2012-11-27 19:50:16 +0000 | |
commit | 42f0f7c1d60799d54d4b4da665a85456a8268b65 (patch) | |
tree | 7049b279dd62e676b8c69295cc2d8fa613b1e8ee /dev-java/httpunit | |
parent | Fix LICENSE - BSD - thanks to ulm in #444866 (diff) | |
download | gentoo-2-42f0f7c1d60799d54d4b4da665a85456a8268b65.tar.gz gentoo-2-42f0f7c1d60799d54d4b4da665a85456a8268b65.tar.bz2 gentoo-2-42f0f7c1d60799d54d4b4da665a85456a8268b65.zip |
Fix LICENSE - MIT - thanks to ulm in #444862
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Diffstat (limited to 'dev-java/httpunit')
-rw-r--r-- | dev-java/httpunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/httpunit/httpunit-1.6.2-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/httpunit/ChangeLog b/dev-java/httpunit/ChangeLog index fe9a3970538f..84f69d6b3c61 100644 --- a/dev-java/httpunit/ChangeLog +++ b/dev-java/httpunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/httpunit -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.3 2009/09/11 22:10:33 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.4 2012/11/27 19:50:16 sera Exp $ + + 27 Nov 2012; <sera@gentoo.org> httpunit-1.6.2-r3.ebuild: + Fix LICENSE - MIT - thanks to ulm in #444862 11 Sep 2009; Markus Meier <maekke@gentoo.org> httpunit-1.6.2-r3.ebuild: amd64/x86 stable, bug #284302 diff --git a/dev-java/httpunit/httpunit-1.6.2-r3.ebuild b/dev-java/httpunit/httpunit-1.6.2-r3.ebuild index 27c74b16eefc..6ad829904ae8 100644 --- a/dev-java/httpunit/httpunit-1.6.2-r3.ebuild +++ b/dev-java/httpunit/httpunit-1.6.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v 1.2 2009/09/11 22:10:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v 1.3 2012/11/27 19:50:16 sera Exp $ EAPI="2" inherit java-pkg-2 java-ant-2 @@ -11,7 +11,7 @@ HOMEPAGE="http://httpunit.sourceforge.net/" # TODO where did it come from? SRC_URI="mirror://sourceforge/${PN}/${P}.zip" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc" |