diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-03-19 16:59:06 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-06 13:48:00 -0400 |
commit | 113644c68fbce7ef401ea7a9b8ad9d7eb3963b7c (patch) | |
tree | dd39600906714e1e14ff7cd5ddd3abb57259fe16 /dev-libs/libmateweather | |
parent | dev-libs/libmateweather: Bump to 1.24.0 (diff) | |
download | gentoo-113644c68fbce7ef401ea7a9b8ad9d7eb3963b7c.tar.gz gentoo-113644c68fbce7ef401ea7a9b8ad9d7eb3963b7c.tar.bz2 gentoo-113644c68fbce7ef401ea7a9b8ad9d7eb3963b7c.zip |
dev-libs/libmateweather: Fix LICENSE
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'dev-libs/libmateweather')
-rw-r--r-- | dev-libs/libmateweather/libmateweather-1.22.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libmateweather/libmateweather-1.22.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libmateweather/libmateweather-1.24.0.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libmateweather/libmateweather-1.22.0-r1.ebuild b/dev-libs/libmateweather/libmateweather-1.22.0-r1.ebuild index 783a9ab05bd1..0ddc5e5e490e 100644 --- a/dev-libs/libmateweather/libmateweather-1.22.0-r1.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.22.0-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="MATE library to access weather information from online services" -LICENSE="GPL-2" +LICENSE="LGPL-2.1+ GPL-2+" SLOT="0" IUSE="debug" diff --git a/dev-libs/libmateweather/libmateweather-1.22.1.ebuild b/dev-libs/libmateweather/libmateweather-1.22.1.ebuild index 1ab199cd9adb..f35dfb99ff58 100644 --- a/dev-libs/libmateweather/libmateweather-1.22.1.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.22.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="MATE library to access weather information from online services" -LICENSE="GPL-2" +LICENSE="LGPL-2.1+ GPL-2+" SLOT="0" IUSE="debug" diff --git a/dev-libs/libmateweather/libmateweather-1.24.0.ebuild b/dev-libs/libmateweather/libmateweather-1.24.0.ebuild index a414e7422623..13fda05338e9 100644 --- a/dev-libs/libmateweather/libmateweather-1.24.0.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.24.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="MATE library to access weather information from online services" -LICENSE="GPL-2" +LICENSE="LGPL-2.1+ GPL-2+" SLOT="0" IUSE="debug" |