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 1B3E3158091 for ; Fri, 3 Jun 2022 18:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 449C9E0992; Fri, 3 Jun 2022 18:36:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 30085E0992 for ; Fri, 3 Jun 2022 18:36:49 +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 4351E3425D2 for ; Fri, 3 Jun 2022 18:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4A74E5 for ; Fri, 3 Jun 2022 18:36:45 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1654261678.449ac619bc6af27af870f5adac2be50aaa943c57.concord@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: gentoo/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: gentoo/release-userspace.sh X-VCS-Directories: gentoo/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 449ac619bc6af27af870f5adac2be50aaa943c57 X-VCS-Branch: master Date: Fri, 3 Jun 2022 18:36:45 +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: ccfa8087-152b-4f76-98b0-689c3e4e8bac X-Archives-Hash: c7ed81693e98bc114b358ce278054fcf commit: 449ac619bc6af27af870f5adac2be50aaa943c57 Author: Kenton Groombridge gentoo org> AuthorDate: Thu Jun 2 20:10:54 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Fri Jun 3 13:07:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=449ac619 Update copyright in release-userspace script Signed-off-by: Kenton Groombridge gentoo.org> gentoo/release-userspace.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gentoo/release-userspace.sh b/gentoo/release-userspace.sh index 4b81d2fd..9532c250 100644 --- a/gentoo/release-userspace.sh +++ b/gentoo/release-userspace.sh @@ -1,7 +1,8 @@ #!/bin/sh # Copyright 2013,2014 Sven Vermeulen -# Copyright 2017-2021 Jason Zaman +# Copyright 2017-2022 Jason Zaman +# Copyright 2022 Kenton Groombridge # Licensed under the GPL-3 license NEWVERSION="${1}"