diff options
author | 2002-09-23 20:01:44 +0000 | |
---|---|---|
committer | 2002-09-23 20:01:44 +0000 | |
commit | c3007d4eb5cb629aacb32eee8fce8efcd15b8295 (patch) | |
tree | c4a7d0c91f981b492eb61bd243794537535af255 /net-analyzer/nbaudit | |
parent | Changed GPL to Artistic in LICENSE (diff) | |
download | historical-c3007d4eb5cb629aacb32eee8fce8efcd15b8295.tar.gz historical-c3007d4eb5cb629aacb32eee8fce8efcd15b8295.tar.bz2 historical-c3007d4eb5cb629aacb32eee8fce8efcd15b8295.zip |
Changed GPL to GPL-2 in LICENSE
Diffstat (limited to 'net-analyzer/nbaudit')
-rw-r--r-- | net-analyzer/nbaudit/nbaudit-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nbaudit/nbaudit-1.0.ebuild b/net-analyzer/nbaudit/nbaudit-1.0.ebuild index 78cb4a220136..e34273349b6b 100644 --- a/net-analyzer/nbaudit/nbaudit-1.0.ebuild +++ b/net-analyzer/nbaudit/nbaudit-1.0.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-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.9 2002/08/14 12:12:12 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.10 2002/09/23 19:59:21 vapier Exp $ # Its officially called nat10 but the name conflicts with other projects @@ -10,12 +10,12 @@ MY_P=nat10 S=${WORKDIR}/${MY_P} DESCRIPTION="NetBIOS file sharing services scanner (nat10)" SRC_URI="http://www.tux.org/pub/security/secnet/tools/nat10/${MY_P}.tgz" -HOMEPAGE="http://www.tux.org/pub/security/secnet/tools/nat10" +HOMEPAGE="http://www.tux.org/pub/security/secnet/tools/nat10/" DEPEND="" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" src_compile() { |