summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2019-12-27 21:25:09 +0800
committerBenda Xu <heroxbd@gentoo.org>2020-01-27 10:52:17 +0800
commit299f064040213f1ebcf936d3f710c9967d7fb243 (patch)
tree6113a0faa7ca42192b7b20ea96cfbf354629c771
parentscripts/bootstrap-prefix: bootstrap Python-3.6.10 (diff)
downloadprefix-299f0640.tar.gz
prefix-299f0640.tar.bz2
prefix-299f0640.zip
scripts/bootstrap-prefix.sh: Change headers to Gentoo standard.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index b0d2a09ec8..b0e69b37c9 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright 2006-2018 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2006-2019 Gentoo Authors; Distributed under the GPL v2
trap 'exit 1' TERM KILL INT QUIT ABRT