summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-11-21 04:08:35 +0000
committerJeroen Roovers <jer@gentoo.org>2012-11-21 04:08:35 +0000
commit59bf58a7e097941f6594b260fc448a24514076c2 (patch)
tree208d307166001278a003bb45bd07e51cbd846058 /net-analyzer/flow-tools
parentVersion bump. (diff)
downloadgentoo-2-59bf58a7e097941f6594b260fc448a24514076c2.tar.gz
gentoo-2-59bf58a7e097941f6594b260fc448a24514076c2.tar.bz2
gentoo-2-59bf58a7e097941f6594b260fc448a24514076c2.zip
Add copyright info to conf.d script. Add GPL-2 to LICENSE (bug #425982).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/flow-tools')
-rw-r--r--net-analyzer/flow-tools/ChangeLog6
-rwxr-xr-xnet-analyzer/flow-tools/files/flowcapture.confd2
-rw-r--r--net-analyzer/flow-tools/flow-tools-0.68.5.1-r1.ebuild4
3 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/flow-tools/ChangeLog b/net-analyzer/flow-tools/ChangeLog
index c175d9ba5816..fc49717736b5 100644
--- a/net-analyzer/flow-tools/ChangeLog
+++ b/net-analyzer/flow-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/flow-tools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.59 2012/06/14 14:23:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.60 2012/11/21 04:08:34 jer Exp $
+
+ 21 Nov 2012; Jeroen Roovers <jer@gentoo.org> flow-tools-0.68.5.1-r1.ebuild,
+ files/flowcapture.confd:
+ Add copyright info to conf.d script. Add GPL-2 to LICENSE (bug #425982).
14 Jun 2012; Jeroen Roovers <jer@gentoo.org> -flow-tools-0.68.5.1.ebuild:
Old.
diff --git a/net-analyzer/flow-tools/files/flowcapture.confd b/net-analyzer/flow-tools/files/flowcapture.confd
index c4a7790821f2..84bc008b3359 100755
--- a/net-analyzer/flow-tools/files/flowcapture.confd
+++ b/net-analyzer/flow-tools/files/flowcapture.confd
@@ -1,3 +1,5 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
# Config file for /etc/init.d/flowcap
# This is the default and should be left unless you know what you are doing
diff --git a/net-analyzer/flow-tools/flow-tools-0.68.5.1-r1.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.5.1-r1.ebuild
index 4560f12c55d2..7ff1f946dde0 100644
--- a/net-analyzer/flow-tools/flow-tools-0.68.5.1-r1.ebuild
+++ b/net-analyzer/flow-tools/flow-tools-0.68.5.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r1.ebuild,v 1.5 2012/06/14 04:28:37 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r1.ebuild,v 1.6 2012/11/21 04:08:34 jer Exp $
EAPI=4
inherit user
@@ -9,7 +9,7 @@ DESCRIPTION="library and programs to collect, send, process, and generate report
HOMEPAGE="http://code.google.com/p/flow-tools/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
-LICENSE="BSD"
+LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="debug mysql postgres ssl static-libs"