summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-01-17 06:54:40 +0000
committerUlrich Müller <ulm@gentoo.org>2010-01-17 06:54:40 +0000
commit9813f9d4fd0af288637d19ea000df799c9a72f41 (patch)
tree323e0695e3a97ec997749f969b8fbfec97c7c489 /dev-libs/xqilla
parentFix LICENSE, bug 300426. (diff)
downloadgentoo-2-9813f9d4fd0af288637d19ea000df799c9a72f41.tar.gz
gentoo-2-9813f9d4fd0af288637d19ea000df799c9a72f41.tar.bz2
gentoo-2-9813f9d4fd0af288637d19ea000df799c9a72f41.zip
Fix LICENSE, bug 300426.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-libs/xqilla')
-rw-r--r--dev-libs/xqilla/ChangeLog7
-rw-r--r--dev-libs/xqilla/xqilla-2.1.3-r1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/xqilla/ChangeLog b/dev-libs/xqilla/ChangeLog
index 75dafac178fb..bed3c1cc4805 100644
--- a/dev-libs/xqilla/ChangeLog
+++ b/dev-libs/xqilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/xqilla
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.7 2009/11/14 14:01:23 scarabeus Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/ChangeLog,v 1.8 2010/01/17 06:54:40 ulm Exp $
+
+ 17 Jan 2010; Ulrich Mueller <ulm@gentoo.org> xqilla-2.1.3-r1.ebuild:
+ Fix LICENSE, bug 300426.
14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> -xqilla-9999.ebuild:
QA: Drop live version that has lots its purpose and is heavily out of
diff --git a/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild b/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild
index e4aac5088edc..21392cc1261e 100644
--- a/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild
+++ b/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild,v 1.1 2009/03/01 13:23:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xqilla/xqilla-2.1.3-r1.ebuild,v 1.2 2010/01/17 06:54:40 ulm Exp $
EAPI="2"
@@ -11,7 +11,8 @@ MY_P="XQilla-${PV}"
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++."
HOMEPAGE="http://xqilla.sourceforge.net/HomePage"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="Sleepycat BSD"
+
+LICENSE="Apache-2.0 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc faxpp htmltidy"