Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
Date: Mon, 01 Feb 2021 13:23:02
Message-Id: 1612185767.56d9595a237dbafe06e6348a5a67827e5d48c5bd.juippis@gentoo
1 commit: 56d9595a237dbafe06e6348a5a67827e5d48c5bd
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Fri Jan 29 20:01:20 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 13:22:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d9595a
7
8 sys-fs/compsize: fix LICENSE
9
10 LICENSE in source is GPL-2+, but files such as 'radix-tree.c' are GPL-2
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
14 Closes: https://github.com/gentoo/gentoo/pull/19135
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 sys-fs/compsize/compsize-1.3.ebuild | 4 ++--
18 sys-fs/compsize/compsize-1.4.ebuild | 2 +-
19 sys-fs/compsize/compsize-9999.ebuild | 2 +-
20 3 files changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
23 index bf8f1d40bf8..fc78e5b437f 100644
24 --- a/sys-fs/compsize/compsize-1.3.ebuild
25 +++ b/sys-fs/compsize/compsize-1.3.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2020 Gentoo Authors
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -16,7 +16,7 @@ else
33 KEYWORDS="amd64 x86"
34 fi
35
36 -LICENSE="GPL-2+"
37 +LICENSE="GPL-2+ GPL-2"
38 IUSE="debug"
39 SLOT="0"
40
41
42 diff --git a/sys-fs/compsize/compsize-1.4.ebuild b/sys-fs/compsize/compsize-1.4.ebuild
43 index 41911740180..f00e46619d5 100644
44 --- a/sys-fs/compsize/compsize-1.4.ebuild
45 +++ b/sys-fs/compsize/compsize-1.4.ebuild
46 @@ -16,7 +16,7 @@ else
47 KEYWORDS="~amd64 ~x86"
48 fi
49
50 -LICENSE="GPL-2+"
51 +LICENSE="GPL-2+ GPL-2"
52 IUSE="debug"
53 SLOT="0"
54
55
56 diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
57 index 41911740180..f00e46619d5 100644
58 --- a/sys-fs/compsize/compsize-9999.ebuild
59 +++ b/sys-fs/compsize/compsize-9999.ebuild
60 @@ -16,7 +16,7 @@ else
61 KEYWORDS="~amd64 ~x86"
62 fi
63
64 -LICENSE="GPL-2+"
65 +LICENSE="GPL-2+ GPL-2"
66 IUSE="debug"
67 SLOT="0"