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 BA890158003 for ; Thu, 30 Jun 2022 12:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7BABE0837; Thu, 30 Jun 2022 12:59:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C0576E086E for ; Thu, 30 Jun 2022 12:59:07 +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 B47733413B8 for ; Thu, 30 Jun 2022 12:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C564ED for ; Thu, 30 Jun 2022 12:59:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656593526.3a2b85b14b4bbe89e99c53bbd11621d1c7533cc5.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3a2b85b14b4bbe89e99c53bbd11621d1c7533cc5 X-VCS-Branch: master Date: Thu, 30 Jun 2022 12:59:05 +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: 2b631e10-a061-4adc-9683-b3de0ce76071 X-Archives-Hash: 20ed582d9a95e867d6d158f2ebae250b commit: 3a2b85b14b4bbe89e99c53bbd11621d1c7533cc5 Author: Sam James gentoo org> AuthorDate: Thu Jun 30 12:52:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 30 12:52:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3a2b85b1 bootstrap-prefix.sh: use standard copyright header Signed-off-by: Sam James gentoo.org> scripts/bootstrap-prefix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 039e6a5c61..81aeca51f8 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright 2006-2022 Gentoo Authors; Distributed under the GPL v2 +# Copyright 2006-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 trap 'exit 1' TERM KILL INT QUIT ABRT