diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-03 00:43:21 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-03 00:43:21 +0000 |
commit | 5e697ebc852fc1bd0b9cbb0c02621433a23df927 (patch) | |
tree | 772bfc520fb4eb5029ce0a02fbad62e63ca1689c /net-analyzer/argus | |
parent | Forgot to add PYTHON_DEPS to dependencies (bug #449824, thanks to Jory A. Pra... (diff) | |
download | gentoo-2-5e697ebc852fc1bd0b9cbb0c02621433a23df927.tar.gz gentoo-2-5e697ebc852fc1bd0b9cbb0c02621433a23df927.tar.bz2 gentoo-2-5e697ebc852fc1bd0b9cbb0c02621433a23df927.zip |
Set correct license.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r-- | net-analyzer/argus/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.6.1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.7.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog index 5fd18286eb99..e876bc010290 100644 --- a/net-analyzer/argus/ChangeLog +++ b/net-analyzer/argus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/argus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.54 2012/10/15 13:08:03 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.55 2013/01/03 00:43:21 jer Exp $ + + 03 Jan 2013; Jeroen Roovers <jer@gentoo.org> argus-3.0.6.1.ebuild, + argus-3.0.7.1.ebuild: + Set correct license. *argus-3.0.7.1 (15 Oct 2012) diff --git a/net-analyzer/argus/argus-3.0.6.1.ebuild b/net-analyzer/argus/argus-3.0.6.1.ebuild index cce300ffa37c..fe50a6f40e8c 100644 --- a/net-analyzer/argus/argus-3.0.6.1.ebuild +++ b/net-analyzer/argus/argus-3.0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v 1.4 2012/09/23 08:56:04 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v 1.5 2013/01/03 00:43:21 jer Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="http://www.qosient.com/argus/" SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug sasl tcpd" diff --git a/net-analyzer/argus/argus-3.0.7.1.ebuild b/net-analyzer/argus/argus-3.0.7.1.ebuild index 4bf207b3146c..928c6238e3e4 100644 --- a/net-analyzer/argus/argus-3.0.7.1.ebuild +++ b/net-analyzer/argus/argus-3.0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.7.1.ebuild,v 1.1 2012/10/15 13:08:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.7.1.ebuild,v 1.2 2013/01/03 00:43:21 jer Exp $ EAPI="4" inherit autotools eutils user @@ -9,7 +9,7 @@ DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="http://www.qosient.com/argus/" SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug sasl tcpd" |