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 E898B15838C for ; Sun, 28 Jan 2024 16:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C4ABE29BE; Sun, 28 Jan 2024 16:34:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA252E29BE for ; Sun, 28 Jan 2024 16:34:11 +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 E7ED734345D for ; Sun, 28 Jan 2024 16:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B77FA7 for ; Sun, 28 Jan 2024 16:34:09 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1706459544.3713becb072e05d999779852ce0789998cb9f0ba.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/nvidia-drivers/files/nvidia-persistenced.initd X-VCS-Directories: x11-drivers/nvidia-drivers/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3713becb072e05d999779852ce0789998cb9f0ba X-VCS-Branch: master Date: Sun, 28 Jan 2024 16:34:09 +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: a434954f-dff6-4473-878d-7efd03f0ddea X-Archives-Hash: f5c22fc32c5a351dff2c5e8f73d99bbd commit: 3713becb072e05d999779852ce0789998cb9f0ba Author: Ionen Wolkens gentoo org> AuthorDate: Sun Jan 28 12:08:04 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Jan 28 16:32:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3713becb x11-drivers/nvidia-drivers: relicense nvidia-persistenced.initd Tiny script that was entirely written by me, and came to prefer installed+redistributed simple scripts to not carry extra baggage. (MIT is already in the ebuild's LICENSE) Signed-off-by: Ionen Wolkens gentoo.org> x11-drivers/nvidia-drivers/files/nvidia-persistenced.initd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-drivers/nvidia-drivers/files/nvidia-persistenced.initd b/x11-drivers/nvidia-drivers/files/nvidia-persistenced.initd index e199efc1e54e..27d8bb37d98a 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-persistenced.initd +++ b/x11-drivers/nvidia-drivers/files/nvidia-persistenced.initd @@ -1,6 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 +# SPDX-License-Identifier: MIT description="Maintain persistent software state in the NVIDIA driver" command="nvidia-persistenced"