commit: 3a2b85b14b4bbe89e99c53bbd11621d1c7533cc5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 30 12:52:06 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 12:52:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3a2b85b1
bootstrap-prefix.sh: use standard copyright header Signed-off-by: Sam James <sam <AT> gentoo.org> scripts/bootstrap-prefix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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
