diff options
author | Austin English <wizardedit@gentoo.org> | 2016-08-03 16:48:13 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-08-03 16:52:42 -0500 |
commit | bdd90d28635cfb84e02965692776e72bc719eb47 (patch) | |
tree | 699a6b9842f8cce5acb78df8b464885f7c447cd1 /dev-java | |
parent | dev-java/icedtea: license should be GPL-2-with-classpath-exception, not GPL-2... (diff) | |
download | gentoo-bdd90d28635cfb84e02965692776e72bc719eb47.tar.gz gentoo-bdd90d28635cfb84e02965692776e72bc719eb47.tar.bz2 gentoo-bdd90d28635cfb84e02965692776e72bc719eb47.zip |
dev-java/icedtea-bin: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-7.2.6.6-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild index 4d3034c0baf6..34dea0a80325 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.0.1.ebuild @@ -22,7 +22,7 @@ for arch in amd64 arm ppc64 x86; do )" done -LICENSE="GPL-2-with-linking-exception" +LICENSE="GPL-2-with-classpath-exception" SLOT="8" KEYWORDS="-* amd64 ~arm ppc64 x86" diff --git a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild index f78675df52d0..e2c45207699b 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild @@ -24,7 +24,7 @@ done DESCRIPTION="A Gentoo-made binary build of the IcedTea JDK" HOMEPAGE="http://icedtea.classpath.org" -LICENSE="GPL-2-with-linking-exception" +LICENSE="GPL-2-with-classpath-exception" SLOT="8" IUSE="+alsa +cups doc examples +gtk headless-awt multilib nsplugin pulseaudio selinux source +webstart" diff --git a/dev-java/icedtea-bin/icedtea-bin-7.2.6.6-r1.ebuild b/dev-java/icedtea-bin/icedtea-bin-7.2.6.6-r1.ebuild index 73f3e59c738f..3fcb789ce703 100644 --- a/dev-java/icedtea-bin/icedtea-bin-7.2.6.6-r1.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-7.2.6.6-r1.ebuild @@ -22,7 +22,7 @@ for arch in amd64 x86; do )" done -LICENSE="GPL-2-with-linking-exception" +LICENSE="GPL-2-with-classpath-exception" SLOT="7" KEYWORDS="-* amd64 x86" |