Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 27 Jan 2020 02:53:36
Message-Id: 1580093537.299f064040213f1ebcf936d3f710c9967d7fb243.heroxbd@gentoo
1 commit: 299f064040213f1ebcf936d3f710c9967d7fb243
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 13:25:09 2019 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 02:52:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=299f0640
7
8 scripts/bootstrap-prefix.sh: Change headers to Gentoo standard.
9
10 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index b0d2a09ec8..b0e69b37c9 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -1,5 +1,5 @@
20 #!/usr/bin/env bash
21 -# Copyright 2006-2018 Gentoo Foundation; Distributed under the GPL v2
22 +# Copyright 2006-2019 Gentoo Authors; Distributed under the GPL v2
23
24 trap 'exit 1' TERM KILL INT QUIT ABRT