diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-07-12 08:45:16 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-07-12 08:45:16 +0000 |
commit | 1e5ed7ad17fe42762c2402fef12d825acf18485c (patch) | |
tree | f0a71a3a12f9a190fa91e09c987e015796684501 /net-misc/gogoc | |
parent | Add GPL-2 to LICENSE for init script, bug #426034 (diff) | |
download | gentoo-2-1e5ed7ad17fe42762c2402fef12d825acf18485c.tar.gz gentoo-2-1e5ed7ad17fe42762c2402fef12d825acf18485c.tar.bz2 gentoo-2-1e5ed7ad17fe42762c2402fef12d825acf18485c.zip |
Add GPL-2 to LICENSE for init script, bug #426058
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/gogoc')
-rw-r--r-- | net-misc/gogoc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/gogoc/gogoc-1.2-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/gogoc/gogoc-1.2-r2.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/gogoc/ChangeLog b/net-misc/gogoc/ChangeLog index 30ed4023a8c5..8764ff2a6d04 100644 --- a/net-misc/gogoc/ChangeLog +++ b/net-misc/gogoc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/gogoc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/ChangeLog,v 1.17 2012/07/08 19:42:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/ChangeLog,v 1.18 2012/07/12 08:45:16 voyageur Exp $ + + 12 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> gogoc-1.2-r1.ebuild, + gogoc-1.2-r2.ebuild: + Add GPL-2 to LICENSE for init script, bug #426058 08 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Drop myself out of metadata. diff --git a/net-misc/gogoc/gogoc-1.2-r1.ebuild b/net-misc/gogoc/gogoc-1.2-r1.ebuild index d1516d8fd0e1..8cba647a235c 100644 --- a/net-misc/gogoc/gogoc-1.2-r1.ebuild +++ b/net-misc/gogoc/gogoc-1.2-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/gogoc/gogoc-1.2-r1.ebuild,v 1.12 2012/06/11 13:18:12 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/gogoc-1.2-r1.ebuild,v 1.13 2012/07/12 08:45:15 voyageur Exp $ EAPI=2 @@ -17,7 +17,8 @@ DESCRIPTION="Client to connect to a tunnel broker using the TSP protocol (freene HOMEPAGE="http://gogonet.gogo6.com/page/download-1" SRC_URI="http://gogo6.com/downloads/${MY_P}.tar.gz" -LICENSE="MIT" +# GPL-2 for Gentoo init script +LICENSE="MIT GPL-2" SLOT="0" KEYWORDS="amd64 hppa sparc x86" IUSE="debug" diff --git a/net-misc/gogoc/gogoc-1.2-r2.ebuild b/net-misc/gogoc/gogoc-1.2-r2.ebuild index c40c7e9c8494..7e2b232156e0 100644 --- a/net-misc/gogoc/gogoc-1.2-r2.ebuild +++ b/net-misc/gogoc/gogoc-1.2-r2.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/gogoc/gogoc-1.2-r2.ebuild,v 1.1 2012/06/11 13:18:12 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/gogoc-1.2-r2.ebuild,v 1.2 2012/07/12 08:45:15 voyageur Exp $ EAPI=4 @@ -17,7 +17,8 @@ DESCRIPTION="Client to connect to a tunnel broker using the TSP protocol (freene HOMEPAGE="http://gogonet.gogo6.com/page/download-1" SRC_URI="http://gogo6.com/downloads/${MY_P}.tar.gz" -LICENSE="MIT" +# GPL-2 for Gentoo init script +LICENSE="MIT GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="debug" |