Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 01 Jun 2020 11:55:47
Message-Id: 1591012540.425b26fa025d897f20a11e415748ff14cdd8f6a4.grobian@gentoo
1 commit: 425b26fa025d897f20a11e415748ff14cdd8f6a4
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 11:55:40 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 11:55:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=425b26fa
7
8 scripts/bootstrap-prefix: update copyright
9
10 Signed-off-by: Fabian Groffen <grobian <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 0f01cf54ca..e70bc57311 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-2019 Gentoo Authors; Distributed under the GPL v2
22 +# Copyright 2006-2020 Gentoo Authors; Distributed under the GPL v2
23
24 trap 'exit 1' TERM KILL INT QUIT ABRT