Skip to content

Commit 2dd2b44

Browse files
smuppandmwasilew
authored andcommitted
Add SPDX license headers to init_env and run-test.sh scripts
Updates shell scripts to include proper SPDX license identifiers and copyright: SPDX-License-Identifier: BSD-3-Clause-Clear These changes support automation tools like repolinter and align with open source best practices.Add SPDX and copyright headers to run_test.sh & init_env Signed-off-by: smuppand <[email protected]>
1 parent eb2dbdf commit 2dd2b44

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Runner/init_env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2+
# SPDX-License-Identifier: BSD-3-Clause-Clear
3+
14
# Source this file to setup the test suite environment
25
if [ -e '/var/Runner' ];then
36
export BASEDIR='/var/Runner'

Runner/run-test.sh

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2+
# SPDX-License-Identifier: BSD-3-Clause-Clear
3+
14
#!/bin/sh
25
# Import test suite definitions
36
source /var/Runner/init_env

0 commit comments

Comments
 (0)