From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/st/
Date: Fri, 9 Feb 2024 13:04:41 +0000 (UTC) [thread overview]
Message-ID: <1707483794.93df4fc2d8c994ec3daa32a252d651c58e0f9954.juippis@gentoo> (raw)
commit: 93df4fc2d8c994ec3daa32a252d651c58e0f9954
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Jan 19 05:46:08 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 13:03:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93df4fc2
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 <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-terms/st/st-0.8.4-r1.ebuild | 4 ++--
x11-terms/st/st-0.8.4.ebuild | 4 ++--
x11-terms/st/st-0.8.5.ebuild | 4 ++--
x11-terms/st/st-0.9.ebuild | 4 ++--
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="
next reply other threads:[~2024-02-09 13:04 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 13:04 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-29 8:54 [gentoo-commits] repo/gentoo:master commit in: x11-terms/st/ Arthur Zamarin
2024-07-29 8:43 Arthur Zamarin
2024-07-29 6:00 Joonas Niilola
2024-07-29 6:00 Joonas Niilola
2024-05-05 8:33 Petr Vaněk
2024-05-05 8:33 Petr Vaněk
2024-05-05 8:33 Petr Vaněk
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2022-10-11 17:15 Arthur Zamarin
2022-10-10 23:36 Sam James
2022-10-10 22:06 Sam James
2022-10-10 22:06 Sam James
2022-10-07 19:09 Georgy Yakovlev
2022-10-07 19:09 Georgy Yakovlev
2022-01-09 22:38 Georgy Yakovlev
2022-01-09 22:38 Georgy Yakovlev
2022-01-09 9:30 James Le Cuirot
2022-01-08 10:29 Georgy Yakovlev
2022-01-08 10:29 Georgy Yakovlev
2022-01-07 20:44 Georgy Yakovlev
2022-01-07 20:44 Georgy Yakovlev
2021-10-14 17:24 Sam James
2021-10-14 17:24 Sam James
2021-09-21 13:41 Yixun Lan
2021-07-17 23:18 Sam James
2021-07-15 21:42 Sam James
2020-11-03 21:55 Georgy Yakovlev
2020-06-30 12:54 Jeroen Roovers
2020-06-30 12:54 Jeroen Roovers
2020-06-19 10:33 Jeroen Roovers
2020-04-27 12:42 Jeroen Roovers
2019-12-31 1:12 Georgy Yakovlev
2019-08-07 7:25 Jeroen Roovers
2019-08-07 7:25 Jeroen Roovers
2019-03-29 11:49 Jeroen Roovers
2019-02-09 12:39 Jeroen Roovers
2018-09-15 8:36 Jeroen Roovers
2018-09-15 8:36 Jeroen Roovers
2018-06-04 19:25 Mart Raudsepp
2018-03-23 15:09 Jeroen Roovers
2018-03-16 20:22 Jeroen Roovers
2018-03-16 15:27 Jeroen Roovers
2017-12-18 16:52 Michael Weber
2017-09-10 21:47 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-07-27 9:56 Jeroen Roovers
2017-03-30 16:37 Jeroen Roovers
2017-03-30 16:37 Jeroen Roovers
2016-08-20 14:05 Jeroen Roovers
2016-08-20 13:55 Jeroen Roovers
2016-08-20 13:55 Jeroen Roovers
2016-08-20 13:53 Jeroen Roovers
2016-08-20 10:53 Jeroen Roovers
2016-08-20 8:46 Jeroen Roovers
2015-08-27 8:34 Jeroen Roovers
2015-08-14 11:47 Jeroen Roovers
2015-08-14 11:43 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1707483794.93df4fc2d8c994ec3daa32a252d651c58e0f9954.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox