diff options
author | 2013-01-04 15:30:30 +0000 | |
---|---|---|
committer | 2013-01-04 15:30:30 +0000 | |
commit | c367de894d185e3a230b3a82c0bc73200276f850 (patch) | |
tree | c6d1fcfac82f7824ce4c02ab8afb80c17a699f05 /dev-java/jal | |
parent | Fix LICENSE, see COPYING and headers in source files, bug 448186. (diff) | |
download | gentoo-2-c367de894d185e3a230b3a82c0bc73200276f850.tar.gz gentoo-2-c367de894d185e3a230b3a82c0bc73200276f850.tar.bz2 gentoo-2-c367de894d185e3a230b3a82c0bc73200276f850.zip |
Fix LICENSE (again), see README file, bug 448212.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-java/jal')
-rw-r--r-- | dev-java/jal/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jal/jal-20031117-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/jal/ChangeLog b/dev-java/jal/ChangeLog index ded8d1ae0b79..06183df56524 100644 --- a/dev-java/jal/ChangeLog +++ b/dev-java/jal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jal -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/ChangeLog,v 1.16 2010/02/08 19:57:37 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/ChangeLog,v 1.17 2013/01/04 15:30:30 ulm Exp $ + + 04 Jan 2013; Ulrich Müller <ulm@gentoo.org> jal-20031117-r3.ebuild: + Fix LICENSE (again), see README file, bug 448212. 08 Feb 2010; Ulrich Mueller <ulm@gentoo.org> jal-20031117-r3.ebuild: Fix LICENSE. Add some quotes to make repoman happy. diff --git a/dev-java/jal/jal-20031117-r3.ebuild b/dev-java/jal/jal-20031117-r3.ebuild index 651f0ec284c6..8d9d3b652aee 100644 --- a/dev-java/jal/jal-20031117-r3.ebuild +++ b/dev-java/jal/jal-20031117-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild,v 1.6 2010/02/08 19:57:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jal/jal-20031117-r3.ebuild,v 1.7 2013/01/04 15:30:30 ulm Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -8,7 +8,7 @@ DESCRIPTION="Partial port of the C++ Standard Template Library." SRC_URI="http://vigna.dsi.unimi.it/jal/${P}-src.tar.gz" HOMEPAGE="http://vigna.dsi.unimi.it/jal/" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc source" |