From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABF9F15827B for ; Wed, 13 Aug 2025 21:42:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 982D2340DD1 for ; Wed, 13 Aug 2025 21:42:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 87EC5110280; Wed, 13 Aug 2025 21:42:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7A7B2110280 for ; Wed, 13 Aug 2025 21:42:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20026340DBF for ; Wed, 13 Aug 2025 21:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7885A15AB for ; Wed, 13 Aug 2025 21:42:50 +0000 (UTC) From: "Kerin Millar" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kerin Millar" Message-ID: <1755101017.f67ab6941fd7b3539b7d61bee21e5df9f7324962.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: f67ab6941fd7b3539b7d61bee21e5df9f7324962 X-VCS-Branch: master Date: Wed, 13 Aug 2025 21:42:50 +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: 4ce47d30-bc42-4f32-8f76-86b7cb4f468a X-Archives-Hash: d1d32345f1b41117806959166f44f477 commit: f67ab6941fd7b3539b7d61bee21e5df9f7324962 Author: Kerin Millar plushkava net> AuthorDate: Wed Aug 13 16:03:10 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Wed Aug 13 16:03:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=f67ab694 Link to spdx.org from the output of --version GNU has a track record of downplaying the GPL-2.0-only license and wilfully breaking existing links to it. Signed-off-by: Kerin Millar plushkava.net> locale-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale-gen b/locale-gen index ee96985..766df77 100755 --- a/locale-gen +++ b/locale-gen @@ -231,7 +231,7 @@ sub show_version () { print <<~EOF; locale-gen $VERSION Copyright 2024 Kerin Millar - License GPL-2.0-only + License GPL-2.0-only EOF }