IVGCVSW-7090 Add licensing info to awkward files

Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Change-Id: I908aa5c7581b7bb1eebeb8e32625c9b64a9ff7e9
diff --git a/setup.sh b/setup.sh
index b4d23ed..a6138f7 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