diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-16 09:40:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-16 09:40:59 +0000 |
commit | 73042840ebc691e5ad5b38f03f788cc53a6be8bd (patch) | |
tree | f8d928baaea45b439d4de3af4fc0ed8585276825 /app-text | |
parent | Update LICENSE, this is exactly the MIT/X11 license, only with different copy... (diff) | |
download | gentoo-2-73042840ebc691e5ad5b38f03f788cc53a6be8bd.tar.gz gentoo-2-73042840ebc691e5ad5b38f03f788cc53a6be8bd.tar.bz2 gentoo-2-73042840ebc691e5ad5b38f03f788cc53a6be8bd.zip |
Update LICENSE, this is exactly the MIT/X11 license, only with different copyright holder.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/linuxdoc-tools/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-text/linuxdoc-tools/ChangeLog b/app-text/linuxdoc-tools/ChangeLog index e51565b52134..fdb119dc46aa 100644 --- a/app-text/linuxdoc-tools/ChangeLog +++ b/app-text/linuxdoc-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/linuxdoc-tools -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/ChangeLog,v 1.17 2010/08/01 20:02:03 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/ChangeLog,v 1.18 2012/11/16 09:40:59 ulm Exp $ + + 16 Nov 2012; Ulrich Müller <ulm@gentoo.org> + linuxdoc-tools-0.9.21_p11.ebuild: + Update LICENSE, this is exactly the MIT/X11 license, only with different + copyright holder. 01 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> linuxdoc-tools-0.9.21_p11.ebuild, diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild index 07e743fcc911..622757ac48eb 100644 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild,v 1.8 2010/08/01 20:02:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild,v 1.9 2012/11/16 09:40:59 ulm Exp $ inherit eutils sgml-catalog toolchain-funcs @@ -11,7 +11,7 @@ DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files" HOMEPAGE="http://packages.qa.debian.org/l/linuxdoc-tools.html" SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${MY_PV}.tar.gz" -LICENSE="KenMacLeod SGMLUG" +LICENSE="MIT SGMLUG" SLOT="0" KEYWORDS="amd64 ~ia64 ppc x86 ~x86-fbsd" IUSE="latex" |