diff options
author | Matt Smith <matt@offtopica.uk> | 2021-04-08 09:30:08 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-27 14:59:14 +0300 |
commit | e85331e89647f08f12d42defe62965656cf53fda (patch) | |
tree | a5e914453068b4366650319b35e965e1575d0af8 /app-misc/screenfetch | |
parent | dev-python/python-mpv: add pypi and github to metadata (diff) | |
download | gentoo-e85331e89647f08f12d42defe62965656cf53fda.tar.gz gentoo-e85331e89647f08f12d42defe62965656cf53fda.tar.bz2 gentoo-e85331e89647f08f12d42defe62965656cf53fda.zip |
app-misc/screenfetch: Correct LICENSE field
Closes: https://bugs.gentoo.org/789591
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/screenfetch')
-rw-r--r-- | app-misc/screenfetch/screenfetch-3.9.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/screenfetch/screenfetch-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/screenfetch/screenfetch-3.9.1.ebuild b/app-misc/screenfetch/screenfetch-3.9.1.ebuild index 5a74091728ce..b60b0c410fdb 100644 --- a/app-misc/screenfetch/screenfetch-3.9.1.ebuild +++ b/app-misc/screenfetch/screenfetch-3.9.1.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 @@ -17,7 +17,7 @@ else S="${WORKDIR}/${MY_PN}-${PV}" fi -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" IUSE="curl X" diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild index 552e3a0655c6..3010104b14ea 100644 --- a/app-misc/screenfetch/screenfetch-9999.ebuild +++ b/app-misc/screenfetch/screenfetch-9999.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 @@ -17,7 +17,7 @@ else S="${WORKDIR}/${MY_PN}-${PV}" fi -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" IUSE="curl X" |