diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-09 16:49:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-09 16:49:44 +0000 |
commit | ebebb7b2488efb15b5889c4277388ae68aaadd8d (patch) | |
tree | f2340503e0e701f2694e95a3bb689a645c6d02f1 /www-apache | |
parent | arm stable, bug #441092 (diff) | |
download | gentoo-2-ebebb7b2488efb15b5889c4277388ae68aaadd8d.tar.gz gentoo-2-ebebb7b2488efb15b5889c4277388ae68aaadd8d.tar.bz2 gentoo-2-ebebb7b2488efb15b5889c4277388ae68aaadd8d.zip |
Fix LICENSE, MIT (Expat) license according to COPYING.
(Portage version: 2.1.11.34/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_openid/ChangeLog | 5 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apache/mod_auth_openid/ChangeLog b/www-apache/mod_auth_openid/ChangeLog index 0dea5e81b2e7..1e92267a5327 100644 --- a/www-apache/mod_auth_openid/ChangeLog +++ b/www-apache/mod_auth_openid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_auth_openid # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.7 2012/11/27 19:05:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.8 2012/12/09 16:49:44 ulm Exp $ + + 09 Dec 2012; Ulrich Müller <ulm@gentoo.org> mod_auth_openid-0.6.ebuild: + Fix LICENSE, MIT (Expat) license according to COPYING. 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> -mod_auth_openid-0.2-r1.ebuild, -mod_auth_openid-0.4.ebuild, metadata.xml: diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild index 4e9dd5f3d035..2b06433347a4 100644 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild +++ b/www-apache/mod_auth_openid/mod_auth_openid-0.6.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/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild,v 1.3 2012/10/16 03:07:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild,v 1.4 2012/12/09 16:49:44 ulm Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="An OpenID authentication module for the apache webserver" HOMEPAGE="http://trac.butterfat.net/public/mod_auth_openid" SRC_URI="http://butterfat.net/releases/mod_auth_openid/${P}.tar.gz" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |