Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 30 Jun 2022 12:59:08
Message-Id: 1656593526.3a2b85b14b4bbe89e99c53bbd11621d1c7533cc5.sam@gentoo
1 commit: 3a2b85b14b4bbe89e99c53bbd11621d1c7533cc5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 12:52:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 12:52:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3a2b85b1
7
8 bootstrap-prefix.sh: use standard copyright header
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 039e6a5c61..81aeca51f8 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -1,5 +1,6 @@
20 #!/usr/bin/env bash
21 -# Copyright 2006-2022 Gentoo Authors; Distributed under the GPL v2
22 +# Copyright 2006-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24
25 trap 'exit 1' TERM KILL INT QUIT ABRT