diff options
author | Sam James <sam@gentoo.org> | 2021-01-12 23:47:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-12 23:47:51 +0000 |
commit | 9f45a61e367868b175d92e44bdcbb5f1b024f790 (patch) | |
tree | ebd7faca2b1b15a8dd156e504e4064ed5745e489 /dev-libs/freexl | |
parent | dev-libs/freexl: bump to 1.0.6 (diff) | |
download | gentoo-9f45a61e367868b175d92e44bdcbb5f1b024f790.tar.gz gentoo-9f45a61e367868b175d92e44bdcbb5f1b024f790.tar.bz2 gentoo-9f45a61e367868b175d92e44bdcbb5f1b024f790.zip |
dev-libs/freexl: expand LICENSE for 1.0.5 too
FreeXL is licenced under:
"FreeXL is licensed under the MPL tri-license terms; you are free to choose the
best-fit license between:
the MPL 1.1
the GPL v2.0 or any subsequent version
the LGPL v2.1 or any subsequent version"
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/freexl')
-rw-r--r-- | dev-libs/freexl/freexl-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/freexl/freexl-1.0.5.ebuild b/dev-libs/freexl/freexl-1.0.5.ebuild index 86e702667c81..7726ea2dcb1f 100644 --- a/dev-libs/freexl/freexl-1.0.5.ebuild +++ b/dev-libs/freexl/freexl-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DESCRIPTION="Simple XLS data extraction library" HOMEPAGE="https://www.gaia-gis.it/fossil/freexl/index" SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz" -LICENSE="MPL-1.1" +LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86" |