summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/linuxdoc-tools/ChangeLog9
-rw-r--r--app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p11.ebuild6
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"