diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-01-19 07:34:30 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-09 15:03:13 +0200 |
commit | 8f8c948af2014368992d67d32e92107ac50a4723 (patch) | |
tree | 3d84ac8bbda25ce39d56a326a494d37035ce52a0 /gui-libs | |
parent | app-misc/neofetch: update LICENSE (diff) | |
download | gentoo-8f8c948af2014368992d67d32e92107ac50a4723.tar.gz gentoo-8f8c948af2014368992d67d32e92107ac50a4723.tar.bz2 gentoo-8f8c948af2014368992d67d32e92107ac50a4723.zip |
gui-libs/gtk-layer-shell: update LICENSE
* It never had the advertising clause.
https://github.com/wmww/gtk-layer-shell/blob/master/LICENSE_MIT.txt
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild index 29666b4e58d8..75687014e060 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol" HOMEPAGE="https://github.com/wmww/gtk-layer-shell" -LICENSE="MIT-with-advertising LGPL-3+" +LICENSE="MIT LGPL-3+" SLOT="0" IUSE="examples gtk-doc introspection test vala" RESTRICT="!test? ( test )" diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild index 3b224e730c66..02e8dcbdac99 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild @@ -18,7 +18,7 @@ fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol" HOMEPAGE="https://github.com/wmww/gtk-layer-shell" -LICENSE="MIT-with-advertising LGPL-3+" +LICENSE="MIT LGPL-3+" SLOT="0" IUSE="examples gtk-doc introspection test vala" RESTRICT="!test? ( test )" |