From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D55EE15815E for ; Fri, 9 Feb 2024 13:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 642DB2BC03E; Fri, 9 Feb 2024 13:04:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C2C72BC03E for ; Fri, 9 Feb 2024 13:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89D3334312E for ; Fri, 9 Feb 2024 13:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2548014D2 for ; Fri, 9 Feb 2024 13:04:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1707483794.0c4d24194fe5a59f699a3c7bd731e9d684e65905.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/st-terminfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild x11-terms/st-terminfo/st-terminfo-0.9.ebuild x11-terms/st-terminfo/st-terminfo-9999.ebuild X-VCS-Directories: x11-terms/st-terminfo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0c4d24194fe5a59f699a3c7bd731e9d684e65905 X-VCS-Branch: master Date: Fri, 9 Feb 2024 13:04:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbd1b45b-0a09-40e1-98a4-6c52032e7303 X-Archives-Hash: 6d0f014d4d38ae7354c56f94b7743f27 commit: 0c4d24194fe5a59f699a3c7bd731e9d684e65905 Author: Alfred Wingate protonmail com> AuthorDate: Fri Jan 19 05:47:27 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 9 13:03:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4d2419 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 protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild | 4 ++-- x11-terms/st-terminfo/st-terminfo-0.9.ebuild | 4 ++-- 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"