summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-07-12 08:42:03 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-07-12 08:42:03 +0000
commitc801ef7921c44b31645a2415e84acf28f9445a58 (patch)
tree3ea9032376b38960fba961bc5b68c8d64ed37dcf /net-ftp
parentStable amd64, x84: moving udev rules to /lib/udev/rules.d (diff)
downloadgentoo-2-c801ef7921c44b31645a2415e84acf28f9445a58.tar.gz
gentoo-2-c801ef7921c44b31645a2415e84acf28f9445a58.tar.bz2
gentoo-2-c801ef7921c44b31645a2415e84acf28f9445a58.zip
Add GPL-2 to LICENSE for init script, bug #426034
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/tlswrap/ChangeLog10
-rw-r--r--net-ftp/tlswrap/tlswrap-1.02.ebuild7
-rw-r--r--net-ftp/tlswrap/tlswrap-1.04.ebuild7
3 files changed, 15 insertions, 9 deletions
diff --git a/net-ftp/tlswrap/ChangeLog b/net-ftp/tlswrap/ChangeLog
index dd18b83b125e..ff855ba7ed9f 100644
--- a/net-ftp/tlswrap/ChangeLog
+++ b/net-ftp/tlswrap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/tlswrap
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/ChangeLog,v 1.5 2010/01/15 20:35:11 voyageur Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/ChangeLog,v 1.6 2012/07/12 08:42:03 voyageur Exp $
+
+ 12 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> tlswrap-1.02.ebuild,
+ tlswrap-1.04.ebuild:
+ Add GPL-2 to LICENSE for init script, bug #426034
15 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org> tlswrap-1.02.ebuild,
tlswrap-1.04.ebuild:
@@ -15,7 +19,7 @@
Removing uberlord from metadata.xml as per #199318.
14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> tlswrap-1.02.ebuild:
- Fix $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/ChangeLog,v 1.5 2010/01/15 20:35:11 voyageur Exp $ string.
+ Fix $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/ChangeLog,v 1.6 2012/07/12 08:42:03 voyageur Exp $ string.
*tlswrap-1.02 (11 Jul 2006)
diff --git a/net-ftp/tlswrap/tlswrap-1.02.ebuild b/net-ftp/tlswrap/tlswrap-1.02.ebuild
index 50f6e3581b9d..14087691a74b 100644
--- a/net-ftp/tlswrap/tlswrap-1.02.ebuild
+++ b/net-ftp/tlswrap/tlswrap-1.02.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/tlswrap-1.02.ebuild,v 1.3 2010/01/15 20:35:11 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/tlswrap-1.02.ebuild,v 1.4 2012/07/12 08:42:03 voyageur Exp $
inherit eutils
@@ -8,7 +8,8 @@ DESCRIPTION="TLSWRAP is a TLS/SSL FTP wrapper/proxy which allows to use TLS with
HOMEPAGE="http://tlswrap.sunsite.dk"
SRC_URI="http://tlswrap.sunsite.dk/${P}.tar.gz"
-LICENSE="BSD"
+# GPL-2 for Gentoo init script
+LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
diff --git a/net-ftp/tlswrap/tlswrap-1.04.ebuild b/net-ftp/tlswrap/tlswrap-1.04.ebuild
index 18d996bd32fa..c2a5d5ea3f40 100644
--- a/net-ftp/tlswrap/tlswrap-1.04.ebuild
+++ b/net-ftp/tlswrap/tlswrap-1.04.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/tlswrap-1.04.ebuild,v 1.2 2010/01/15 20:35:11 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/tlswrap/tlswrap-1.04.ebuild,v 1.3 2012/07/12 08:42:03 voyageur Exp $
inherit eutils
@@ -8,7 +8,8 @@ DESCRIPTION="TLSWRAP is a TLS/SSL FTP wrapper/proxy which allows to use TLS with
HOMEPAGE="http://tlswrap.sunsite.dk"
SRC_URI="http://tlswrap.sunsite.dk/${P}.tar.gz"
-LICENSE="BSD"
+# GPL-2 for Gentoo init script
+LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""