aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-08-02 17:01:59 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-08-05 16:37:24 +0100
commit0e5770926b5f2d6b9fabb66a2fcb5a9245d802c5 (patch)
tree0a5f33c5c736d21d19795e8cfb74e31e8472d3cc /setup.sh
parentb8fed7d31bf9cfd1011f7facc0aa72b6af9dfe2a (diff)
downloadandroid-nn-driver-0e5770926b5f2d6b9fabb66a2fcb5a9245d802c5.tar.gz
IVGCVSW-7090 Add licensing info to awkward files
Signed-off-by: Jim Flynn <jim.flynn@arm.com> Change-Id: I908aa5c7581b7bb1eebeb8e32625c9b64a9ff7e9
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