diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-29 06:57:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-29 06:57:24 +0000 |
commit | 6c9ed15187e019e0fba6e749e3b1b519acd2da52 (patch) | |
tree | 088b1f01e751d26af99bd2cc2479b3bac671b5a8 /net-analyzer | |
parent | Cleanup. (diff) | |
download | gentoo-2-6c9ed15187e019e0fba6e749e3b1b519acd2da52.tar.gz gentoo-2-6c9ed15187e019e0fba6e749e3b1b519acd2da52.tar.bz2 gentoo-2-6c9ed15187e019e0fba6e749e3b1b519acd2da52.zip |
Fix license by Jonas Stein (bug #533794).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpstat/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/net-analyzer/tcpstat/ChangeLog b/net-analyzer/tcpstat/ChangeLog index c2e6cd807175..79b1e7ff5d31 100644 --- a/net-analyzer/tcpstat/ChangeLog +++ b/net-analyzer/tcpstat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/tcpstat # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.23 2014/07/17 16:57:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.24 2014/12/29 06:57:24 jer Exp $ + + 29 Dec 2014; Jeroen Roovers <jer@gentoo.org> tcpstat-1.5.ebuild, + tcpstat-1.5-r1.ebuild, tcpstat-1.5-r2.ebuild: + Fix license by Jonas Stein (bug #533794). 17 Jul 2014; Jeroen Roovers <jer@gentoo.org> files/tcpstat-1.5-db.patch: Clean up patch. diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild index 46678f23460f..63f805eb27d2 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild,v 1.3 2012/06/14 13:29:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild,v 1.4 2014/12/29 06:57:24 jer Exp $ inherit eutils autotools flag-o-matic @@ -11,7 +11,7 @@ HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap" SLOT="0" -LICENSE="GPL-2" +LICENSE="BSD-2" KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" IUSE="ipv6" diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild index b203401e0ff5..f72d0c74e9e8 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild,v 1.1 2014/06/30 13:04:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild,v 1.2 2014/12/29 06:57:24 jer Exp $ EAPI=5 inherit eutils autotools flag-o-matic @@ -12,7 +12,7 @@ HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap" SLOT="0" -LICENSE="GPL-2" +LICENSE="BSD-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="ipv6" diff --git a/net-analyzer/tcpstat/tcpstat-1.5.ebuild b/net-analyzer/tcpstat/tcpstat-1.5.ebuild index e149cce4a764..bd50e99ea18b 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild,v 1.11 2006/08/15 09:08:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild,v 1.12 2014/12/29 06:57:24 jer Exp $ IUSE="berkdb" @@ -12,7 +12,7 @@ DEPEND="net-libs/libpcap berkdb? ( <sys-libs/db-2 )" SLOT="0" -LICENSE="GPL-2" +LICENSE="BSD-2" KEYWORDS="amd64 ~ppc ppc64 sparc x86" src_install () { |