diff options
author | Yuan Liao <liaoyuan@gmail.com> | 2022-02-20 17:16:30 -0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-02-27 16:10:29 +0200 |
commit | 113430cb633b00ba9b050619cc6684872b20c598 (patch) | |
tree | f2aa8d50480a6fd720d799ca89c93914b16e3b8f /media-sound/lollypop | |
parent | sys-fs/dfc: QA, port to cmake eclass (diff) | |
download | gentoo-113430cb633b00ba9b050619cc6684872b20c598.tar.gz gentoo-113430cb633b00ba9b050619cc6684872b20c598.tar.bz2 gentoo-113430cb633b00ba9b050619cc6684872b20c598.zip |
media-sound/lollypop: Correct LICENSE to GPL-3+
The source file headers state that the program is licensed under the
terms of GNU GPL, either version 3 or any later version.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/lollypop')
-rw-r--r-- | media-sound/lollypop/lollypop-1.2.35.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lollypop/lollypop-1.4.18.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/lollypop/lollypop-1.2.35.ebuild b/media-sound/lollypop/lollypop-1.2.35.ebuild index 401c080fe933..8ed4f0212a13 100644 --- a/media-sound/lollypop/lollypop-1.2.35.ebuild +++ b/media-sound/lollypop/lollypop-1.2.35.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop" SRC_URI="https://adishatz.org/${PN}/${P}.tar.xz" KEYWORDS="amd64" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" REQUIRED_USE=${PYTHON_REQUIRED_USE} diff --git a/media-sound/lollypop/lollypop-1.4.18.ebuild b/media-sound/lollypop/lollypop-1.4.18.ebuild index 43b03562b2c9..d5c1b55e9ec0 100644 --- a/media-sound/lollypop/lollypop-1.4.18.ebuild +++ b/media-sound/lollypop/lollypop-1.4.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop" SRC_URI="https://adishatz.org/${PN}/${P}.tar.xz" KEYWORDS="amd64 ~arm64" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" REQUIRED_USE=${PYTHON_REQUIRED_USE} |