diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-03-04 14:38:15 -0500 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-06 13:47:56 -0400 |
commit | 3e3f8fc7d61fa1e9b64da09f7c93b44e7e11a2f2 (patch) | |
tree | c2d701135dce94c141b18626ec4c4b9315538431 /mate-base | |
parent | mate-base/libmatekbd: Bump to 1.24.0 (diff) | |
download | gentoo-3e3f8fc7d61fa1e9b64da09f7c93b44e7e11a2f2.tar.gz gentoo-3e3f8fc7d61fa1e9b64da09f7c93b44e7e11a2f2.tar.bz2 gentoo-3e3f8fc7d61fa1e9b64da09f7c93b44e7e11a2f2.zip |
mate-base/libmatekbd: 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-base')
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.18.2.ebuild | 4 | ||||
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.22.0.ebuild | 4 | ||||
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.24.0.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mate-base/libmatekbd/libmatekbd-1.18.2.ebuild b/mate-base/libmatekbd/libmatekbd-1.18.2.ebuild index e9f848a44c50..64b6b12cdc48 100644 --- a/mate-base/libmatekbd/libmatekbd-1.18.2.ebuild +++ b/mate-base/libmatekbd/libmatekbd-1.18.2.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="MATE keyboard configuration library" -LICENSE="LGPL-2" +LICENSE="GPL-2+ LGPL-2+" SLOT="0" IUSE="X +introspection test" diff --git a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild index f9121254f2c7..1148990fa5c6 100644 --- a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild +++ b/mate-base/libmatekbd/libmatekbd-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="MATE keyboard configuration library" -LICENSE="LGPL-2" +LICENSE="GPL-2+ LGPL-2+" SLOT="0" IUSE="X +introspection test" diff --git a/mate-base/libmatekbd/libmatekbd-1.24.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.24.0.ebuild index 8fa3f563c226..0ec6291319fc 100644 --- a/mate-base/libmatekbd/libmatekbd-1.24.0.ebuild +++ b/mate-base/libmatekbd/libmatekbd-1.24.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="MATE keyboard configuration library" -LICENSE="LGPL-2" +LICENSE="GPL-2+ LGPL-2+" SLOT="0" IUSE="X +introspection test" |