diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-03-22 15:28:36 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-06 13:48:22 -0400 |
commit | 4e81aae84b5f85ee515b291a9d9e610a68334de8 (patch) | |
tree | 7b0f238060e9f3527913a41345955a07a4c594f1 | |
parent | mate-base/mate-control-center: Bump to 1.24.0 (diff) | |
download | gentoo-4e81aae84b5f85ee515b291a9d9e610a68334de8.tar.gz gentoo-4e81aae84b5f85ee515b291a9d9e610a68334de8.tar.bz2 gentoo-4e81aae84b5f85ee515b291a9d9e610a68334de8.zip |
mate-base/mate-control-center: Fix LICENSE
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
3 files changed, 4 insertions, 4 deletions
diff --git a/mate-base/mate-control-center/mate-control-center-1.22.1.ebuild b/mate-base/mate-control-center/mate-control-center-1.22.1.ebuild index aacac89cb364..4ba72e7475b1 100644 --- a/mate-base/mate-control-center/mate-control-center-1.22.1.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.22.1.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 @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="The MATE Desktop configuration tool" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND" SLOT="0" IUSE="accountsservice appindicator debug" diff --git a/mate-base/mate-control-center/mate-control-center-1.22.2.ebuild b/mate-base/mate-control-center/mate-control-center-1.22.2.ebuild index 5f9a77101ef3..6e0e3e43186d 100644 --- a/mate-base/mate-control-center/mate-control-center-1.22.2.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.22.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="The MATE Desktop configuration tool" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND" SLOT="0" IUSE="accountsservice appindicator debug" diff --git a/mate-base/mate-control-center/mate-control-center-1.24.0.ebuild b/mate-base/mate-control-center/mate-control-center-1.24.0.ebuild index 97b7d7077660..ccc6fa34d900 100644 --- a/mate-base/mate-control-center/mate-control-center-1.24.0.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.24.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="The MATE Desktop configuration tool" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND" SLOT="0" IUSE="accountsservice appindicator debug" |