diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-01 20:19:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-01 20:19:57 +0000 |
commit | b40e637facc7c5ee1b2396b539ba5d650f1c188e (patch) | |
tree | 5782190801248daba51b89264fc12c2321b9353d /dev-util | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-b40e637facc7c5ee1b2396b539ba5d650f1c188e.tar.gz gentoo-2-b40e637facc7c5ee1b2396b539ba5d650f1c188e.tar.bz2 gentoo-2-b40e637facc7c5ee1b2396b539ba5d650f1c188e.zip |
Adjust LICENSE to match COPYING file.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index d6904ca9e241..9346faeffb5b 100644 --- a/dev-util/pkgconf/ChangeLog +++ b/dev-util/pkgconf/ChangeLog @@ -1,3 +1,7 @@ # ChangeLog for # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.1 2012/05/01 18:05:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.2 2012/05/01 20:19:57 vapier Exp $ + 01 May 2012; Mike Frysinger <vapier@gentoo.org> pkgconf-0.3.ebuild, + pkgconf-9999.ebuild: + Adjust LICENSE to match COPYING file. + diff --git a/dev-util/pkgconf/pkgconf-0.3.ebuild b/dev-util/pkgconf/pkgconf-0.3.ebuild index db642a66eaa1..4d15ce82b967 100644 --- a/dev-util/pkgconf/pkgconf-0.3.ebuild +++ b/dev-util/pkgconf/pkgconf-0.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/dev-util/pkgconf/pkgconf-0.3.ebuild,v 1.1 2012/05/01 18:05:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.3.ebuild,v 1.2 2012/05/01 20:19:57 vapier Exp $ EAPI="4" @@ -16,7 +16,7 @@ fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" HOMEPAGE="https://github.com/nenolod/pkgconf" -LICENSE="GPL-2" +LICENSE="BSD-1" SLOT="0" IUSE="pkg-config" diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index ada2cff854ac..eca2f038b1ca 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.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/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.1 2012/05/01 18:05:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.2 2012/05/01 20:19:57 vapier Exp $ EAPI="4" @@ -16,7 +16,7 @@ fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" HOMEPAGE="https://github.com/nenolod/pkgconf" -LICENSE="GPL-2" +LICENSE="BSD-1" SLOT="0" IUSE="pkg-config" |