diff options
author | Theo Anderson <telans@posteo.de> | 2021-01-30 09:01:20 +1300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-02-01 15:22:47 +0200 |
commit | 56d9595a237dbafe06e6348a5a67827e5d48c5bd (patch) | |
tree | a9c18fdb3a6aa097a8bd4f5a0d0128065f12e8b0 /sys-fs/compsize | |
parent | sys-fs/compsize: bump to 1.4 (diff) | |
download | gentoo-56d9595a237dbafe06e6348a5a67827e5d48c5bd.tar.gz gentoo-56d9595a237dbafe06e6348a5a67827e5d48c5bd.tar.bz2 gentoo-56d9595a237dbafe06e6348a5a67827e5d48c5bd.zip |
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@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/19135
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/compsize')
-rw-r--r-- | sys-fs/compsize/compsize-1.3.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/compsize/compsize-1.4.ebuild | 2 | ||||
-rw-r--r-- | 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 bf8f1d40bf84..fc78e5b437fd 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 41911740180e..f00e46619d53 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 41911740180e..f00e46619d53 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" |