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 9637913835A for ; Mon, 1 Feb 2021 13:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC11DE0938; Mon, 1 Feb 2021 13:23: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 B1981E0938 for ; Mon, 1 Feb 2021 13:23:01 +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 46412340D39 for ; Mon, 1 Feb 2021 13:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE074AE for ; Mon, 1 Feb 2021 13:22:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1612185767.56d9595a237dbafe06e6348a5a67827e5d48c5bd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/compsize/compsize-1.3.ebuild sys-fs/compsize/compsize-1.4.ebuild sys-fs/compsize/compsize-9999.ebuild X-VCS-Directories: sys-fs/compsize/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 56d9595a237dbafe06e6348a5a67827e5d48c5bd X-VCS-Branch: master Date: Mon, 1 Feb 2021 13:22:57 +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: 918dff92-b573-41dc-99dd-df268f2d0598 X-Archives-Hash: e9093ffdfc4a34fad118e6001a13234c commit: 56d9595a237dbafe06e6348a5a67827e5d48c5bd Author: Theo Anderson posteo de> AuthorDate: Fri Jan 29 20:01:20 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 1 13:22:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d9595a sys-fs/compsize: fix LICENSE LICENSE in source is GPL-2+, but files such as 'radix-tree.c' are GPL-2 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19135 Signed-off-by: Joonas Niilola gentoo.org> sys-fs/compsize/compsize-1.3.ebuild | 4 ++-- sys-fs/compsize/compsize-1.4.ebuild | 2 +- sys-fs/compsize/compsize-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild index bf8f1d40bf8..fc78e5b437f 100644 --- a/sys-fs/compsize/compsize-1.3.ebuild +++ b/sys-fs/compsize/compsize-1.3.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 @@ -16,7 +16,7 @@ else KEYWORDS="amd64 x86" fi -LICENSE="GPL-2+" +LICENSE="GPL-2+ GPL-2" IUSE="debug" SLOT="0" diff --git a/sys-fs/compsize/compsize-1.4.ebuild b/sys-fs/compsize/compsize-1.4.ebuild index 41911740180..f00e46619d5 100644 --- a/sys-fs/compsize/compsize-1.4.ebuild +++ b/sys-fs/compsize/compsize-1.4.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~x86" fi -LICENSE="GPL-2+" +LICENSE="GPL-2+ GPL-2" IUSE="debug" SLOT="0" diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild index 41911740180..f00e46619d5 100644 --- a/sys-fs/compsize/compsize-9999.ebuild +++ b/sys-fs/compsize/compsize-9999.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~x86" fi -LICENSE="GPL-2+" +LICENSE="GPL-2+ GPL-2" IUSE="debug" SLOT="0"