From 0e5770926b5f2d6b9fabb66a2fcb5a9245d802c5 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 2 Aug 2022 17:01:59 +0100 Subject: IVGCVSW-7090 Add licensing info to awkward files Signed-off-by: Jim Flynn Change-Id: I908aa5c7581b7bb1eebeb8e32625c9b64a9ff7e9 --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.sh') 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 -- cgit v1.2.1