Skip to content

Commit eb2dbdf

Browse files
smuppandmwasilew
authored andcommitted
Add SPDX license headers to utility scripts
Updates shell scripts under the utils/ directory 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. Signed-off-by: smuppand <[email protected]>
1 parent e99016c commit eb2dbdf

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Runner/utils/basics.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
# Import test suite definitions
25
source ../../../../init_env
36

Runner/utils/functestlib.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
#
25
# Import test suite definitions
36
source /var/Runner/init_env

Runner/utils/platform.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
# Detect Android userland
25
ANDROID_PATH=/system/build.prop
36
if [ -f $ANDROID_PATH ]; then

0 commit comments

Comments
 (0)