diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-03-25 15:56:24 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-06 13:48:53 -0400 |
commit | d8681a6a5f08cb93486a2016d7b9c148f0161be4 (patch) | |
tree | a8fd8db3f89605599b4685abb212acb71a8f21bc /mate-extra | |
parent | mate-extra/mate-utils: Bump to 1.24.0 (diff) | |
download | gentoo-d8681a6a5f08cb93486a2016d7b9c148f0161be4.tar.gz gentoo-d8681a6a5f08cb93486a2016d7b9c148f0161be4.tar.bz2 gentoo-d8681a6a5f08cb93486a2016d7b9c148f0161be4.zip |
mate-extra/mate-utils: 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-utils/mate-utils-1.22.0.ebuild | 4 | ||||
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild | 4 | ||||
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.22.2.ebuild | 2 | ||||
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.24.0.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/mate-extra/mate-utils/mate-utils-1.22.0.ebuild b/mate-extra/mate-utils/mate-utils-1.22.0.ebuild index a2cc4f1b501f..1d7235cde03e 100644 --- a/mate-extra/mate-utils/mate-utils-1.22.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-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 @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="Utilities for the MATE desktop" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+" SLOT="0" IUSE="X applet debug ipv6 test" diff --git a/mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild b/mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild index 55038d726a0a..eda93518f5ea 100644 --- a/mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.22.1-r1.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="Utilities for the MATE desktop" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+" SLOT="0" IUSE="X applet debug ipv6 test" diff --git a/mate-extra/mate-utils/mate-utils-1.22.2.ebuild b/mate-extra/mate-utils/mate-utils-1.22.2.ebuild index 4e2e7e051f45..e739dfd98991 100644 --- a/mate-extra/mate-utils/mate-utils-1.22.2.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.22.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="Utilities for the MATE desktop" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+" SLOT="0" IUSE="X applet debug ipv6 test" diff --git a/mate-extra/mate-utils/mate-utils-1.24.0.ebuild b/mate-extra/mate-utils/mate-utils-1.24.0.ebuild index 91364a738349..c6f28252c16d 100644 --- a/mate-extra/mate-utils/mate-utils-1.24.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.24.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="Utilities for the MATE desktop" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+" SLOT="0" IUSE="X applet debug ipv6 test udisks" |