diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-12-05 16:23:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-12-05 16:23:23 +0000 |
commit | 76c29558ffe992141afde2f9ff5cf009bfd130e7 (patch) | |
tree | d9b664e4370acbb87604635705a1fc66a5edac1f /net-analyzer/ipcad | |
parent | Respect CC. Set LICENSE=BSD-2 by Ulrich Müller (bug #446054). (diff) | |
download | gentoo-2-76c29558ffe992141afde2f9ff5cf009bfd130e7.tar.gz gentoo-2-76c29558ffe992141afde2f9ff5cf009bfd130e7.tar.bz2 gentoo-2-76c29558ffe992141afde2f9ff5cf009bfd130e7.zip |
Fix LICENSE by Ulrich Müller (bug #446056).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/ipcad')
-rw-r--r-- | net-analyzer/ipcad/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ipcad/ipcad-3.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ipcad/ChangeLog b/net-analyzer/ipcad/ChangeLog index e96f821343a8..ae6fde171605 100644 --- a/net-analyzer/ipcad/ChangeLog +++ b/net-analyzer/ipcad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ipcad # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.36 2012/11/21 04:14:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.37 2012/12/05 16:23:23 jer Exp $ + + 05 Dec 2012; Jeroen Roovers <jer@gentoo.org> ipcad-3.7.3.ebuild: + Fix LICENSE by Ulrich Müller (bug #446056). 21 Nov 2012; Jeroen Roovers <jer@gentoo.org> -ipcad-3.7.ebuild, ipcad-3.7.3.ebuild: diff --git a/net-analyzer/ipcad/ipcad-3.7.3.ebuild b/net-analyzer/ipcad/ipcad-3.7.3.ebuild index a1637eb1c7ca..75511781d342 100644 --- a/net-analyzer/ipcad/ipcad-3.7.3.ebuild +++ b/net-analyzer/ipcad/ipcad-3.7.3.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/ipcad/ipcad-3.7.3.ebuild,v 1.5 2012/11/21 04:14:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.7.3.ebuild,v 1.6 2012/12/05 16:23:23 jer Exp $ EAPI=2 inherit autotools eutils @@ -9,7 +9,7 @@ DESCRIPTION="IP Cisco Accounting Daemon" HOMEPAGE="http://ipcad.sourceforge.net/" SRC_URI="mirror://sourceforge/ipcad/${P}.tar.gz" -LICENSE="as-is GPL-2" +LICENSE="BSD-2 GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" |