diff options
author | Michael Weber <xmw@gentoo.org> | 2013-05-04 14:14:52 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-05-04 14:14:52 +0000 |
commit | e2c3657fe999acc822313f34393898cd466692b1 (patch) | |
tree | d3921f54732afd3db4a3cf0964fce3d74b057d8e /app-text | |
parent | media-libs/libxmi: Version BUmp, unbundled from plotutils (diff) | |
download | gentoo-2-e2c3657fe999acc822313f34393898cd466692b1.tar.gz gentoo-2-e2c3657fe999acc822313f34393898cd466692b1.tar.bz2 gentoo-2-e2c3657fe999acc822313f34393898cd466692b1.zip |
Fix LICENSE to AGPL-3
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/mupdf/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mupdf/mupdf-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mupdf/ChangeLog b/app-text/mupdf/ChangeLog index cc8afdf51b16..cb7d72b38d7c 100644 --- a/app-text/mupdf/ChangeLog +++ b/app-text/mupdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mupdf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.64 2013/04/11 13:15:07 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.65 2013/05/04 14:14:52 xmw Exp $ + + 04 May 2013; Michael Weber <xmw@gentoo.org> mupdf-9999.ebuild: + Fix LICENSE to AGPL-3 11 Apr 2013; Michael Weber <xmw@gentoo.org> mupdf-9999.ebuild: Upstream included desktop-integration.patch (bug 444924) diff --git a/app-text/mupdf/mupdf-9999.ebuild b/app-text/mupdf/mupdf-9999.ebuild index 050704f0e151..fbbd8ef8213e 100644 --- a/app-text/mupdf/mupdf-9999.ebuild +++ b/app-text/mupdf/mupdf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.25 2013/04/11 13:15:07 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.26 2013/05/04 14:14:52 xmw Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" HOMEPAGE="http://mupdf.com/" EGIT_REPO_URI="git://git.ghostscript.com/mupdf.git" -LICENSE="GPL-3" +LICENSE="AGPL-3" SLOT="0" KEYWORDS="" IUSE="X vanilla" |