X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/703e0047f809f20919e47718cfe074e4dd8f3b70..41d951c810b0abdf4ffabcd65dccad33692fe73d:/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