diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 19:58:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 19:58:09 +0000 |
commit | f623b197dca6ca1fe392683e8266b7ad7c45e0f9 (patch) | |
tree | 8a8e352fdbe5f26839f75495b3f3fcfbbd9946a7 /net-analyzer/bwmon | |
parent | Changed GPL to GPL-2 in LICENSE (diff) | |
download | gentoo-2-f623b197dca6ca1fe392683e8266b7ad7c45e0f9.tar.gz gentoo-2-f623b197dca6ca1fe392683e8266b7ad7c45e0f9.tar.bz2 gentoo-2-f623b197dca6ca1fe392683e8266b7ad7c45e0f9.zip |
Changed GPL to GPL-2 in LICENSE and added public-domain
Diffstat (limited to 'net-analyzer/bwmon')
-rw-r--r-- | net-analyzer/bwmon/bwmon-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/bwmon/bwmon-1.3.ebuild b/net-analyzer/bwmon/bwmon-1.3.ebuild index 9abf2c7ad467..d7138290abbb 100644 --- a/net-analyzer/bwmon/bwmon-1.3.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.3 2002/08/14 12:11:44 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.4 2002/09/23 19:58:09 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Simple ncurses bandwidth monitor" @@ -11,7 +11,7 @@ DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2 public-domain" KEYWORDS="x86 sparc sparc64" src_unpack() { |