Fix licensing issues
[arvados-formula.git] / bin / install-hooks
index 840bb6c5c5244206a03e37e4c57b2e872aa2dfec..8348574959581e00c51945fc32ddd5ecc1e24e20 100755 (executable)
@@ -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