diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2012-07-11 18:03:38 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2012-07-11 18:03:38 +0000 |
commit | 2eab83c8d122a00f1d32f77549735625e950265e (patch) | |
tree | 311080810e2795597750151a51f2978afe5cc13b /net-misc/iodine | |
parent | Version bump (diff) | |
download | gentoo-2-2eab83c8d122a00f1d32f77549735625e950265e.tar.gz gentoo-2-2eab83c8d122a00f1d32f77549735625e950265e.tar.bz2 gentoo-2-2eab83c8d122a00f1d32f77549735625e950265e.zip |
Adding GPL-2 license, because of init script licensing, bug 426060
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'net-misc/iodine')
-rw-r--r-- | net-misc/iodine/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/iodine/iodine-0.6.0_rc1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/iodine/ChangeLog b/net-misc/iodine/ChangeLog index 18384be16a18..9211a55abaeb 100644 --- a/net-misc/iodine/ChangeLog +++ b/net-misc/iodine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/iodine # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/ChangeLog,v 1.6 2012/06/07 19:53:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/ChangeLog,v 1.7 2012/07/11 18:03:38 vostorga Exp $ + + 11 Jul 2012; Víctor Ostorga <vostorga@gentoo.org> + iodine-0.6.0_rc1-r1.ebuild: + Adding GPL-2 license, because of init script licensing, bug 426060 *iodine-0.6.0_rc1-r1 (07 Jun 2012) diff --git a/net-misc/iodine/iodine-0.6.0_rc1-r1.ebuild b/net-misc/iodine/iodine-0.6.0_rc1-r1.ebuild index c9ccae40e18b..386b5a3e8cd8 100644 --- a/net-misc/iodine/iodine-0.6.0_rc1-r1.ebuild +++ b/net-misc/iodine/iodine-0.6.0_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/iodine-0.6.0_rc1-r1.ebuild,v 1.1 2012/06/07 19:53:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iodine/iodine-0.6.0_rc1-r1.ebuild,v 1.2 2012/07/11 18:03:38 vostorga Exp $ inherit linux-info eutils @@ -12,7 +12,7 @@ SRC_URI="http://code.kryo.se/${PN}/${MY_P}.tar.gz" CONFIG_CHECK="~TUN" -LICENSE="ISC" +LICENSE="ISC GPL-2" #GPL-2 for init script bug #426060 SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" |