diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-03-24 20:35:17 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-06 13:48:43 -0400 |
commit | fba62c5d4360cfd7a51c70b33d9c96db4f8a6aa9 (patch) | |
tree | 8f8c1952037e3b2f2eefac44fdbf47cd56dcd199 /mate-extra | |
parent | mate-extra/mate-indicator-applet: Bump to 1.24.0 (diff) | |
download | gentoo-fba62c5d4360cfd7a51c70b33d9c96db4f8a6aa9.tar.gz gentoo-fba62c5d4360cfd7a51c70b33d9c96db4f8a6aa9.tar.bz2 gentoo-fba62c5d4360cfd7a51c70b33d9c96db4f8a6aa9.zip |
mate-extra/mate-indicator-applet: Fix LICENSE
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild | 4 | ||||
-rw-r--r-- | mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild index ed3d14dae04e..02aae41238c2 100644 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="MATE indicator applet" -LICENSE="GPL-2 FDL-1.1 LGPL-2" +LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+" SLOT="0" IUSE="" diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild index 337652f429d1..23ea522d31a3 100644 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="MATE indicator applet" -LICENSE="GPL-2 FDL-1.1 LGPL-2" +LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+" SLOT="0" IUSE="" |