diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-04 03:47:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-04 03:47:49 +0000 |
commit | 203a469fe72010eedbc3f6a18ea798a6e3e323db (patch) | |
tree | e6a0a0af70ad19696ab08e68b7ce4466bfba72cb /app-admin/stow/stow-1.3.3.ebuild | |
parent | fixed nls compile problem per bug #8731 (diff) | |
download | historical-203a469fe72010eedbc3f6a18ea798a6e3e323db.tar.gz historical-203a469fe72010eedbc3f6a18ea798a6e3e323db.tar.bz2 historical-203a469fe72010eedbc3f6a18ea798a6e3e323db.zip |
Changed from "GPL2 or later" to "GPL2"
Diffstat (limited to 'app-admin/stow/stow-1.3.3.ebuild')
-rw-r--r-- | app-admin/stow/stow-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/stow/stow-1.3.3.ebuild b/app-admin/stow/stow-1.3.3.ebuild index 6829af6321c4..86381256c567 100644 --- a/app-admin/stow/stow-1.3.3.ebuild +++ b/app-admin/stow/stow-1.3.3.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-admin/stow/stow-1.3.3.ebuild,v 1.7 2002/08/16 02:21:27 murphy Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.8 2002/10/04 03:45:38 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Stow -- manage installation of software in /usr/local" |