diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:05:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 20:05:01 +0000 |
commit | 9bed696afbacd1e5ceda25e808215880e614f64b (patch) | |
tree | 47aedba01c825567cff08641bf69d212bb3ba50a /net-dialup/pppconfig | |
parent | Changed GPL to Artistic in LICENSE (diff) | |
download | gentoo-2-9bed696afbacd1e5ceda25e808215880e614f64b.tar.gz gentoo-2-9bed696afbacd1e5ceda25e808215880e614f64b.tar.bz2 gentoo-2-9bed696afbacd1e5ceda25e808215880e614f64b.zip |
Changed GPL to GPL-2 in LICENSE
Diffstat (limited to 'net-dialup/pppconfig')
-rw-r--r-- | net-dialup/pppconfig/pppconfig-2.0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/pppconfig/pppconfig-2.0.8.ebuild b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild index f4bb7af2e9a3..40423d4d0dba 100644 --- a/net-dialup/pppconfig/pppconfig-2.0.8.ebuild +++ b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild @@ -1,14 +1,14 @@ # 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-dialup/pppconfig/pppconfig-2.0.8.ebuild,v 1.5 2002/09/12 21:40:19 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.0.8.ebuild,v 1.6 2002/09/23 20:05:01 vapier Exp $ S=${WORKDIR}/pppconfig-2.1 DESCRIPTION="A text menu based utility for configuring ppp." SRC_URI="http://ftp.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz" -HOMEPAGE="http://http://ftp.debian.org/debian/pool/main/p/pppconfig/" +HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pppconfig/" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 ppc" |