diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:20:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:20:23 +0000 |
commit | c7cf9c5a5e2e6b9defd67cd2cfbffa04bd67e913 (patch) | |
tree | 24af5633e046d4d29ae25c8e0b0c98e0d4a2237d /net-mail | |
parent | Changed GPL to GPL-2 in LICENSE (diff) | |
download | gentoo-2-c7cf9c5a5e2e6b9defd67cd2cfbffa04bd67e913.tar.gz gentoo-2-c7cf9c5a5e2e6b9defd67cd2cfbffa04bd67e913.tar.bz2 gentoo-2-c7cf9c5a5e2e6b9defd67cd2cfbffa04bd67e913.zip |
Added GPL-2 public-domain to LICENSE in place of GPL
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.14.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild b/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild index 41aa5326c8fe..304127cd1c66 100644 --- a/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild,v 1.3 2002/08/14 12:05:25 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild,v 1.4 2002/09/23 20:20:23 vapier Exp $ DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2 public-domain" KEYWORDS="x86 sparc sparc64" src_compile() { diff --git a/net-mail/fetchmail/fetchmail-5.9.11.ebuild b/net-mail/fetchmail/fetchmail-5.9.11.ebuild index 1e5f06c86c2e..e8c9e24da7ba 100644 --- a/net-mail/fetchmail/fetchmail-5.9.11.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.4 2002/08/14 12:05:25 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.5 2002/09/23 20:20:23 vapier Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2 public-domain" KEYWORDS="x86 sparc sparc64" src_compile() { diff --git a/net-mail/fetchmail/fetchmail-5.9.14.ebuild b/net-mail/fetchmail/fetchmail-5.9.14.ebuild index af564377b90a..70b078bd258e 100644 --- a/net-mail/fetchmail/fetchmail-5.9.14.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.1 2002/09/11 22:06:52 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.2 2002/09/23 20:20:23 vapier Exp $ S="${WORKDIR}/${P}" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2 public-domain" KEYWORDS="x86 sparc sparc64" src_unpack() { |