diff options
author | 2012-12-19 06:31:13 +0000 | |
---|---|---|
committer | 2012-12-19 06:31:13 +0000 | |
commit | b0988fd27a25c893c2e1808c66eb0ab5994ed2de (patch) | |
tree | 14ffa9f4ce56350081ee8a3b934acab69a4e5758 /net-analyzer/bing | |
parent | Version bump for gnome-3.6. Drop old. (diff) | |
download | gentoo-2-b0988fd27a25c893c2e1808c66eb0ab5994ed2de.tar.gz gentoo-2-b0988fd27a25c893c2e1808c66eb0ab5994ed2de.tar.bz2 gentoo-2-b0988fd27a25c893c2e1808c66eb0ab5994ed2de.zip |
Fix LICENSE, see notices in source files, bug 446048.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r-- | net-analyzer/bing/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/bing/bing-1.1.3-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/bing/ChangeLog b/net-analyzer/bing/ChangeLog index b8595cb57247..1ff14bd45149 100644 --- a/net-analyzer/bing/ChangeLog +++ b/net-analyzer/bing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/bing # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.23 2012/06/13 11:54:32 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.24 2012/12/19 06:31:13 ulm Exp $ + + 19 Dec 2012; Ulrich Müller <ulm@gentoo.org> bing-1.1.3-r1.ebuild: + Fix LICENSE, see notices in source files, bug 446048. 13 Jun 2012; Michael Weber <xmw@gentoo.org> -bing-1.1.3.ebuild: drop old. diff --git a/net-analyzer/bing/bing-1.1.3-r1.ebuild b/net-analyzer/bing/bing-1.1.3-r1.ebuild index 3c6b01228f5c..bf7d7f5133d5 100644 --- a/net-analyzer/bing/bing-1.1.3-r1.ebuild +++ b/net-analyzer/bing/bing-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3-r1.ebuild,v 1.6 2010/10/25 17:51:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3-r1.ebuild,v 1.7 2012/12/19 06:31:13 ulm Exp $ EAPI=2 @@ -10,9 +10,9 @@ DESCRIPTION="A point-to-point bandwidth measurement tool." SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz" HOMEPAGE="http://fgouget.free.fr/bing/index-en.shtml" -KEYWORDS="amd64 ~arm ia64 ppc sparc x86" +LICENSE="BSD-4" SLOT="0" -LICENSE="as-is" +KEYWORDS="amd64 ~arm ia64 ppc sparc x86" IUSE="" RDEPEND="" |