X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/e1b064955f5379492cee7bf6e623c951acdade14..6a74357bfb81a895e4f770ebd643895398675ada:/bin/install-hooks diff --git a/bin/install-hooks b/bin/install-hooks index 840bb6c..8348574 100755 --- a/bin/install-hooks +++ b/bin/install-hooks @@ -1,4 +1,9 @@ #!/usr/bin/env sh + +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + set -o nounset # Treat unset variables as an error and immediately exit set -o errexit # If a command fails exit the whole script