aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index b4d23eda..a6138f7e 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#
+# Copyright © 2018, 2020-022 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
+
function AssertZeroExitCode {
EXITCODE=$?
if [ $EXITCODE -ne 0 ]; then