diff options
author | 2013-03-08 16:05:21 +0000 | |
---|---|---|
committer | 2013-03-08 16:05:21 +0000 | |
commit | ab1fd0bb2eee30c1c5cc3933a02d03d7a3509700 (patch) | |
tree | 8a3e82a02aa2523272b89c53f3e174aa8e7fffca /sys-libs/itx-bind | |
parent | Version bump (diff) | |
download | gentoo-2-ab1fd0bb2eee30c1c5cc3933a02d03d7a3509700.tar.gz gentoo-2-ab1fd0bb2eee30c1c5cc3933a02d03d7a3509700.tar.bz2 gentoo-2-ab1fd0bb2eee30c1c5cc3933a02d03d7a3509700.zip |
Fix LICENSE, bug#441826.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
Diffstat (limited to 'sys-libs/itx-bind')
-rw-r--r-- | sys-libs/itx-bind/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/itx-bind/itx-bind-0.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/itx-bind/ChangeLog b/sys-libs/itx-bind/ChangeLog index 258256843126..1c8ee755b56b 100644 --- a/sys-libs/itx-bind/ChangeLog +++ b/sys-libs/itx-bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/itx-bind -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/itx-bind/ChangeLog,v 1.2 2012/04/16 08:58:49 haubi Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/itx-bind/ChangeLog,v 1.3 2013/03/08 16:05:21 haubi Exp $ + + 08 Mar 2013; Michael Haubenwallner <haubi@gentoo.org> itx-bind-0.1-r2.ebuild: + Fix LICENSE, bug#441826. 16 Apr 2012; Michael Haubenwallner <haubi@gentoo.org> metadata.xml: add myself as co-maintainer diff --git a/sys-libs/itx-bind/itx-bind-0.1-r2.ebuild b/sys-libs/itx-bind/itx-bind-0.1-r2.ebuild index f217612b0ce5..285a90acbbf1 100644 --- a/sys-libs/itx-bind/itx-bind-0.1-r2.ebuild +++ b/sys-libs/itx-bind/itx-bind-0.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/itx-bind/itx-bind-0.1-r2.ebuild,v 1.1 2011/08/16 08:45:06 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/itx-bind/itx-bind-0.1-r2.ebuild,v 1.2 2013/03/08 16:05:21 haubi Exp $ EAPI=2 @@ -10,7 +10,7 @@ DESCRIPTION="the bind library for interix" HOMEPAGE="http://dev.gentoo.org/~mduft" SRC_URI="" -LICENSE="as-is" +LICENSE="ISC BSD-4" SLOT="0" KEYWORDS="-* ~x86-interix" IUSE="" |