diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 07:07:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 07:07:37 +0000 |
commit | f8f88721e2a1a06dd3b1686e66a6004257bf157d (patch) | |
tree | c453454a3d5316d69419ce9bc863aecb8bf51d20 /app-editors/fte/fte-20010819-r3.ebuild | |
parent | Updated all the URLs. (diff) | |
download | gentoo-2-f8f88721e2a1a06dd3b1686e66a6004257bf157d.tar.gz gentoo-2-f8f88721e2a1a06dd3b1686e66a6004257bf157d.tar.bz2 gentoo-2-f8f88721e2a1a06dd3b1686e66a6004257bf157d.zip |
Changed GPL to GPL-2 in LICENSE
Diffstat (limited to 'app-editors/fte/fte-20010819-r3.ebuild')
-rw-r--r-- | app-editors/fte/fte-20010819-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/fte/fte-20010819-r3.ebuild b/app-editors/fte/fte-20010819-r3.ebuild index e10b18767b34..c8c32815b1d1 100644 --- a/app-editors/fte/fte-20010819-r3.ebuild +++ b/app-editors/fte/fte-20010819-r3.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/app-editors/fte/fte-20010819-r3.ebuild,v 1.7 2002/08/14 18:36:00 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r3.ebuild,v 1.8 2002/09/23 07:07:37 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} TARGETS="" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" if [ "`use slang`" ] ; then |