diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-01-19 07:46:08 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-09 15:03:14 +0200 |
commit | 93df4fc2d8c994ec3daa32a252d651c58e0f9954 (patch) | |
tree | b1dd07c6562dd5d25ce61e402727d7533752d695 /x11-terms | |
parent | x11-misc/svkbd: update LICENSE (diff) | |
download | gentoo-93df4fc2d8c994ec3daa32a252d651c58e0f9954.tar.gz gentoo-93df4fc2d8c994ec3daa32a252d651c58e0f9954.tar.bz2 gentoo-93df4fc2d8c994ec3daa32a252d651c58e0f9954.zip |
x11-terms/st: update LICENSE
* It never had the advertising clause.
https://git.suckless.org/st/file/LICENSE.html
Closes: 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')
-rw-r--r-- | x11-terms/st/st-0.8.4-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/st/st-0.8.4.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/st/st-0.8.5.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/st/st-0.9.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/st/st-9999.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11-terms/st/st-0.8.4-r1.ebuild b/x11-terms/st/st-0.8.4-r1.ebuild index 9ce9140045af..27e7ded76ce4 100644 --- a/x11-terms/st/st-0.8.4-r1.ebuild +++ b/x11-terms/st/st-0.8.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Simple terminal implementation for X" HOMEPAGE="https://st.suckless.org/" SRC_URI="https://dl.suckless.org/st/${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" IUSE="savedconfig" diff --git a/x11-terms/st/st-0.8.4.ebuild b/x11-terms/st/st-0.8.4.ebuild index 6bab6cc56eb3..1e2f4ca7984c 100644 --- a/x11-terms/st/st-0.8.4.ebuild +++ b/x11-terms/st/st-0.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="simple terminal implementation for X" HOMEPAGE="https://st.suckless.org/" SRC_URI="https://dl.suckless.org/st/${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~riscv x86" IUSE="savedconfig" diff --git a/x11-terms/st/st-0.8.5.ebuild b/x11-terms/st/st-0.8.5.ebuild index b275d3b2ed64..a4603f541014 100644 --- a/x11-terms/st/st-0.8.5.ebuild +++ b/x11-terms/st/st-0.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ else KEYWORDS="amd64 ~arm arm64 ~hppa ~m68k ppc64 ~riscv x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" RDEPEND=" diff --git a/x11-terms/st/st-0.9.ebuild b/x11-terms/st/st-0.9.ebuild index 06d9dc95cc9e..b2b6169f16ad 100644 --- a/x11-terms/st/st-0.9.ebuild +++ b/x11-terms/st/st-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ else KEYWORDS="amd64 ~arm arm64 ~hppa ~m68k ppc64 ~riscv x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" RDEPEND=" diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index a54b97850eb9..87d6dfc80752 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" RDEPEND=" |