diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-21 19:39:03 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-21 19:39:03 +0000 |
commit | 09e412d66b45cb4c3a8a8b3d3390c1971d0009c4 (patch) | |
tree | 66ee1fbdbbce58026e777f20ade895b92ca6db42 /dev-java | |
parent | now builds from source (Manifest recommit) (diff) | |
download | gentoo-2-09e412d66b45cb4c3a8a8b3d3390c1971d0009c4.tar.gz gentoo-2-09e412d66b45cb4c3a8a8b3d3390c1971d0009c4.tar.bz2 gentoo-2-09e412d66b45cb4c3a8a8b3d3390c1971d0009c4.zip |
license fix
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jnlp-bin/jnlp-bin-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild b/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild index 39f5a2d9a4d9..653aa4427a06 100644 --- a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild +++ b/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.1 2004/09/21 19:33:58 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.2 2004/09/21 19:39:03 axxo Exp $ inherit java-pkg @@ -8,7 +8,7 @@ DESCRIPTION="Java Network Launching Protocol (JNLP)" HOMEPAGE="http://java.sun.com/products/javawebstart/download-jnlp.html" SRC_URI="javaws-1_2-dev.zip" -LICENSE="" +LICENSE="MPL-1.1" SLOT="0" KEYWORDS="~x86" IUSE="" |