diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-03-24 22:02:02 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-06 13:48:51 -0400 |
commit | 6cffa03020be8951c0aa3e3f13ac05e6c8f9b75a (patch) | |
tree | ab3b6430d05f3f1fc2a4268e774020a157a25b6f /mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild | |
parent | mate-extra/mate-user-share: Bump to 1.24.0 (diff) | |
download | gentoo-6cffa03020be8951c0aa3e3f13ac05e6c8f9b75a.tar.gz gentoo-6cffa03020be8951c0aa3e3f13ac05e6c8f9b75a.tar.bz2 gentoo-6cffa03020be8951c0aa3e3f13ac05e6c8f9b75a.zip |
mate-extra/mate-user-share: 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/mate-user-share/mate-user-share-1.22.1.ebuild')
-rw-r--r-- | mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild index 80932af77200..4d22498948df 100644 --- a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild +++ b/mate-extra/mate-user-share/mate-user-share-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="Personal file sharing for the MATE desktop" -LICENSE="GPL-2" +LICENSE="FDL-1.1+ GPL-2+" SLOT="0" IUSE="X" |