Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/
Date: Sun, 27 Feb 2022 14:10:36
Message-Id: 1645971029.113430cb633b00ba9b050619cc6684872b20c598.juippis@gentoo
1 commit: 113430cb633b00ba9b050619cc6684872b20c598
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 21 01:16:30 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 14:10:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113430cb
7
8 media-sound/lollypop: Correct LICENSE to GPL-3+
9
10 The source file headers state that the program is licensed under the
11 terms of GNU GPL, either version 3 or any later version.
12
13 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 media-sound/lollypop/lollypop-1.2.35.ebuild | 4 ++--
17 media-sound/lollypop/lollypop-1.4.18.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/media-sound/lollypop/lollypop-1.2.35.ebuild b/media-sound/lollypop/lollypop-1.2.35.ebuild
21 index 401c080fe933..8ed4f0212a13 100644
22 --- a/media-sound/lollypop/lollypop-1.2.35.ebuild
23 +++ b/media-sound/lollypop/lollypop-1.2.35.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
31 SRC_URI="https://adishatz.org/${PN}/${P}.tar.xz"
32 KEYWORDS="amd64"
33
34 -LICENSE="GPL-3"
35 +LICENSE="GPL-3+"
36 SLOT="0"
37 REQUIRED_USE=${PYTHON_REQUIRED_USE}
38
39
40 diff --git a/media-sound/lollypop/lollypop-1.4.18.ebuild b/media-sound/lollypop/lollypop-1.4.18.ebuild
41 index 43b03562b2c9..d5c1b55e9ec0 100644
42 --- a/media-sound/lollypop/lollypop-1.4.18.ebuild
43 +++ b/media-sound/lollypop/lollypop-1.4.18.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2021 Gentoo Authors
46 +# Copyright 1999-2022 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
51 SRC_URI="https://adishatz.org/${PN}/${P}.tar.xz"
52 KEYWORDS="amd64 ~arm64"
53
54 -LICENSE="GPL-3"
55 +LICENSE="GPL-3+"
56 SLOT="0"
57 REQUIRED_USE=${PYTHON_REQUIRED_USE}