summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-30 12:52:06 +0000
committerSam James <sam@gentoo.org>2022-06-30 12:52:06 +0000
commit3a2b85b14b4bbe89e99c53bbd11621d1c7533cc5 (patch)
tree6e8a9fafb0b770c509be29a259785dcf512ce064
parentbootstrap-prefix.sh: fix fallback logic for bootstrap_coreutils (diff)
downloadprefix-3a2b85b1.tar.gz
prefix-3a2b85b1.tar.bz2
prefix-3a2b85b1.zip
bootstrap-prefix.sh: use standard copyright header
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh3
1 files changed, 2 insertions, 1 deletions
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