From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 192B91382C5 for ; Tue, 12 Jan 2021 23:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC4BE0ABE; Tue, 12 Jan 2021 23:48:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC33BE0ABD for ; Tue, 12 Jan 2021 23:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A885340E7C for ; Tue, 12 Jan 2021 23:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F32D6496 for ; Tue, 12 Jan 2021 23:47:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610495271.9f45a61e367868b175d92e44bdcbb5f1b024f790.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/freexl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/freexl/freexl-1.0.5.ebuild X-VCS-Directories: dev-libs/freexl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f45a61e367868b175d92e44bdcbb5f1b024f790 X-VCS-Branch: master Date: Tue, 12 Jan 2021 23:47:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19fbf8e5-111d-49aa-b13b-ae953bd90947 X-Archives-Hash: e65b7a1c47c8d8bcbd9c170a4729f763 commit: 9f45a61e367868b175d92e44bdcbb5f1b024f790 Author: Sam James gentoo org> AuthorDate: Tue Jan 12 23:47:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 12 23:47:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f45a61e 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 gentoo.org> dev-libs/freexl/freexl-1.0.5.ebuild | 4 ++-- 1 file 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 86e702667c8..7726ea2dcb1 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"