diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-01-19 07:47:27 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-09 15:03:14 +0200 |
commit | 0c4d24194fe5a59f699a3c7bd731e9d684e65905 (patch) | |
tree | 55708d2865003d1bb5250c095c256d70d6c34455 /x11-terms/st-terminfo | |
parent | x11-terms/st: update LICENSE (diff) | |
download | gentoo-0c4d24194fe5a59f699a3c7bd731e9d684e65905.tar.gz gentoo-0c4d24194fe5a59f699a3c7bd731e9d684e65905.tar.bz2 gentoo-0c4d24194fe5a59f699a3c7bd731e9d684e65905.zip |
x11-terms/st-terminfo: update LICENSE
* It never had the advertising clause.
https://git.suckless.org/st/file/LICENSE.html
Bug: https://bugs.gentoo.org/922456
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms/st-terminfo')
-rw-r--r-- | x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/st-terminfo/st-terminfo-0.9.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/st-terminfo/st-terminfo-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild b/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild index 4f837eebf88d..95fa225624f3 100644 --- a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild +++ b/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ else KEYWORDS="amd64 ~arm arm64 ~hppa ~m68k ppc64 ~riscv x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" BDEPEND=">=sys-libs/ncurses-6.0" diff --git a/x11-terms/st-terminfo/st-terminfo-0.9.ebuild b/x11-terms/st-terminfo/st-terminfo-0.9.ebuild index 5af9b3e710aa..95fa225624f3 100644 --- a/x11-terms/st-terminfo/st-terminfo-0.9.ebuild +++ b/x11-terms/st-terminfo/st-terminfo-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ else KEYWORDS="amd64 ~arm arm64 ~hppa ~m68k ppc64 ~riscv x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" BDEPEND=">=sys-libs/ncurses-6.0" diff --git a/x11-terms/st-terminfo/st-terminfo-9999.ebuild b/x11-terms/st-terminfo/st-terminfo-9999.ebuild index e7705495c78e..4ecb17624dad 100644 --- a/x11-terms/st-terminfo/st-terminfo-9999.ebuild +++ b/x11-terms/st-terminfo/st-terminfo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" BDEPEND=">=sys-libs/ncurses-6.0" |