diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-24 14:21:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-24 14:21:12 +0000 |
commit | 227205ed0d262f8725d6afa3bdb1665525e5aae9 (patch) | |
tree | 817c4842bf1b57fa4d687c040f7528d2b896a1ef /app-text/code2html | |
parent | Fix LICENSE, 3-clause BSD license according to COPYING in tarball. (diff) | |
download | gentoo-2-227205ed0d262f8725d6afa3bdb1665525e5aae9.tar.gz gentoo-2-227205ed0d262f8725d6afa3bdb1665525e5aae9.tar.bz2 gentoo-2-227205ed0d262f8725d6afa3bdb1665525e5aae9.zip |
Fix LICENSE, MIT (Expat) license according to LICENSE in tarball.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-text/code2html')
-rw-r--r-- | app-text/code2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/code2html/code2html-0.9.1-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/code2html/ChangeLog b/app-text/code2html/ChangeLog index d8dea5b35142..ae66db61a3fe 100644 --- a/app-text/code2html/ChangeLog +++ b/app-text/code2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/code2html # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.25 2012/05/10 15:22:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.26 2012/11/24 14:21:12 ulm Exp $ + + 24 Nov 2012; Ulrich Müller <ulm@gentoo.org> code2html-0.9.1-r1.ebuild: + Fix LICENSE, MIT (Expat) license according to LICENSE in tarball. 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -code2html-0.9.1.ebuild: Remove old diff --git a/app-text/code2html/code2html-0.9.1-r1.ebuild b/app-text/code2html/code2html-0.9.1-r1.ebuild index eb18186dbc0b..89ce82d7ecd7 100644 --- a/app-text/code2html/code2html-0.9.1-r1.ebuild +++ b/app-text/code2html/code2html-0.9.1-r1.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/app-text/code2html/code2html-0.9.1-r1.ebuild,v 1.10 2012/03/02 21:03:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1-r1.ebuild,v 1.11 2012/11/24 14:21:12 ulm Exp $ EAPI="3" @@ -11,9 +11,8 @@ HOMEPAGE="http://www.palfrader.org/code2html/" SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz mirror://gentoo/${P}-gentoo_patches.tar.bz2" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" - KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" |