diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-16 15:19:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-16 15:19:46 +0000 |
commit | ebe929ae3c9bd394f0af2b9cea87d3117de4526c (patch) | |
tree | 79de9ca69b71ec57b2b18188c8a68ab1c01b4d87 /sys-apps/hbaapi | |
parent | Add SNIA to MISC-FREE license group, bug 441924. (diff) | |
download | gentoo-2-ebe929ae3c9bd394f0af2b9cea87d3117de4526c.tar.gz gentoo-2-ebe929ae3c9bd394f0af2b9cea87d3117de4526c.tar.bz2 gentoo-2-ebe929ae3c9bd394f0af2b9cea87d3117de4526c.zip |
Fix LICENSE, bug 441924.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sys-apps/hbaapi')
-rw-r--r-- | sys-apps/hbaapi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/hbaapi/hbaapi-2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/hbaapi/ChangeLog b/sys-apps/hbaapi/ChangeLog index 19d89d2cd893..3fc77a31e9cb 100644 --- a/sys-apps/hbaapi/ChangeLog +++ b/sys-apps/hbaapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hbaapi -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hbaapi/ChangeLog,v 1.4 2011/11/27 07:28:24 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hbaapi/ChangeLog,v 1.5 2012/11/16 15:19:46 ulm Exp $ + + 16 Nov 2012; Ulrich Müller <ulm@gentoo.org> hbaapi-2.2.ebuild: + Fix LICENSE, bug 441924. 27 Nov 2011; Tim Harder <radhermit@gentoo.org> hbaapi-2.2.ebuild, +files/hbaapi-2.2-qa.patch: diff --git a/sys-apps/hbaapi/hbaapi-2.2.ebuild b/sys-apps/hbaapi/hbaapi-2.2.ebuild index b84df7ad8e42..a7ace6805224 100644 --- a/sys-apps/hbaapi/hbaapi-2.2.ebuild +++ b/sys-apps/hbaapi/hbaapi-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hbaapi/hbaapi-2.2.ebuild,v 1.4 2011/11/27 07:28:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hbaapi/hbaapi-2.2.ebuild,v 1.5 2012/11/16 15:19:46 ulm Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://hbaapi.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz mirror://gentoo/${P}.Makefile.gz" -LICENSE="as-is" +LICENSE="SNIA" SLOT="0" KEYWORDS="~ppc ~x86 ~amd64" IUSE="" |