Skip to content

Commit c1f7970

Browse files
committed
Add copyright header to setup_testing.sh
Signed-off-by: Erik Lundell <[email protected]> Change-Id: I7859514463feae3d22cf283afa9517e60ca1365d
1 parent 63155d0 commit c1f7970

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backends/arm/test/setup_testing.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/usr/bin/env bash
2+
# Copyright 2024 Arm Limited and/or its affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
7+
28
set -eu
39

410
script_dir=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)

0 commit comments

Comments
 (0)