diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-07-13 09:42:47 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-07-13 09:42:47 +0000 |
commit | a9beaec6275c0861077866e144acb71fb01f8aa6 (patch) | |
tree | dd9b28c7c600e04b3f7f7933470a056b631c9e36 /net-p2p | |
parent | x2gocleansessions uses x2goserver.pid for PID file, update init script accord... (diff) | |
download | gentoo-2-a9beaec6275c0861077866e144acb71fb01f8aa6.tar.gz gentoo-2-a9beaec6275c0861077866e144acb71fb01f8aa6.tar.bz2 gentoo-2-a9beaec6275c0861077866e144acb71fb01f8aa6.zip |
Add GPL-2 LICENSE for init script. #426120
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/saku/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/saku/saku-3.10.1.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/saku/saku-3.11.0.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-p2p/saku/ChangeLog b/net-p2p/saku/ChangeLog index 4449b6e7f22a..656c52d75431 100644 --- a/net-p2p/saku/ChangeLog +++ b/net-p2p/saku/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/saku # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/ChangeLog,v 1.3 2012/02/20 04:28:26 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/ChangeLog,v 1.4 2012/07/13 09:42:47 naota Exp $ + + 13 Jul 2012; Naohiro Aota <naota@gentoo.org> saku-3.10.1.ebuild, + saku-3.11.0.ebuild: + Add GPL-2 LICENSE for init script. #426120 20 Feb 2012; Mike Gilbert <floppym@gentoo.org> metadata.xml: Drop no-herd. @@ -15,4 +19,3 @@ 01 Nov 2011; Naohiro Aota <naota@gentoo.org> +saku-3.10.1.ebuild, +files/saku, +files/saku.ini, +metadata.xml: New package net-p2p/saku. - diff --git a/net-p2p/saku/saku-3.10.1.ebuild b/net-p2p/saku/saku-3.10.1.ebuild index 7691b1b45755..1110098a6806 100644 --- a/net-p2p/saku/saku-3.10.1.ebuild +++ b/net-p2p/saku/saku-3.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/saku-3.10.1.ebuild,v 1.1 2011/11/01 13:19:45 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/saku-3.10.1.ebuild,v 1.2 2012/07/13 09:42:47 naota Exp $ EAPI=3 @@ -12,7 +12,7 @@ DESCRIPTION="a clone of P2P anonymous BBS shinGETsu" HOMEPAGE="http://shingetsu.info/" SRC_URI="mirror://sourceforge/shingetsu/${P}.tar.gz" -LICENSE="BSD-2" +LICENSE="BSD-2 GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/net-p2p/saku/saku-3.11.0.ebuild b/net-p2p/saku/saku-3.11.0.ebuild index d126fce119ed..795d96d9a636 100644 --- a/net-p2p/saku/saku-3.11.0.ebuild +++ b/net-p2p/saku/saku-3.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/saku-3.11.0.ebuild,v 1.1 2011/11/28 07:55:48 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/saku/saku-3.11.0.ebuild,v 1.2 2012/07/13 09:42:47 naota Exp $ EAPI=3 @@ -12,7 +12,7 @@ DESCRIPTION="a clone of P2P anonymous BBS shinGETsu" HOMEPAGE="http://shingetsu.info/" SRC_URI="mirror://sourceforge/shingetsu/${P}.tar.gz" -LICENSE="BSD-2" +LICENSE="BSD-2 GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |