diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-09-29 16:41:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-09-29 16:41:57 +0000 |
commit | 15cefd5866848cc8d1f38acd01ecd7990e785306 (patch) | |
tree | cdfd50bbb7faff98d38a28309d6c80a27949825d /net-ftp | |
parent | Fix ChangeLog entry order. (diff) | |
download | historical-15cefd5866848cc8d1f38acd01ecd7990e785306.tar.gz historical-15cefd5866848cc8d1f38acd01ecd7990e785306.tar.bz2 historical-15cefd5866848cc8d1f38acd01ecd7990e785306.zip |
Fix LICENSE, all source files are BSD licensed with UCB copyright.
Package-Manager: portage-2.1.11.23/cvs/Linux x86_64
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/ftp/ftp-0.17-r7.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-ftp/ftp/ChangeLog b/net-ftp/ftp/ChangeLog index 9ec4fe672243..cdb14eac8e62 100644 --- a/net-ftp/ftp/ChangeLog +++ b/net-ftp/ftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/ftp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ChangeLog,v 1.37 2011/09/17 07:27:19 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ChangeLog,v 1.38 2012/09/29 16:41:57 ulm Exp $ + + 29 Sep 2012; Ulrich Müller <ulm@gentoo.org> ftp-0.17-r7.ebuild, + ftp-0.17.23.0.2.1.ebuild: + Fix LICENSE, all source files are BSD licensed with UCB copyright. *ftp-0.17.23.0.2.1 (17 Sep 2011) diff --git a/net-ftp/ftp/ftp-0.17-r7.ebuild b/net-ftp/ftp/ftp-0.17-r7.ebuild index 6bf337041637..0e44e17cb17c 100644 --- a/net-ftp/ftp/ftp-0.17-r7.ebuild +++ b/net-ftp/ftp/ftp-0.17-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/ftp/ftp-0.17-r7.ebuild,v 1.9 2009/09/26 09:13:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r7.ebuild,v 1.10 2012/09/29 16:41:57 ulm Exp $ PATCHLEVEL=1 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz mirror://gentoo/${MY_P}-patches-${PATCHLEVEL}.tar.bz2" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="ssl ipv6" diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild index e870f318efcc..95bcd6f4b530 100644 --- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild +++ b/net-ftp/ftp/ftp-0.17.23.0.2.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-ftp/ftp/ftp-0.17.23.0.2.1.ebuild,v 1.1 2011/09/17 07:27:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild,v 1.2 2012/09/29 16:41:57 ulm Exp $ EAPI="2" @@ -18,7 +18,7 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz mirror://debian/pool/main/n/${DEB_PN}/${DEB_PN}_${DEB_PV}.debian.tar.gz mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ipv6 readline ssl" |