commit: 56d9595a237dbafe06e6348a5a67827e5d48c5bd Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Fri Jan 29 20:01:20 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <telans <AT> posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19135 Signed-off-by: Joonas Niilola <juippis <AT> 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"
