Skip to content

Commit 8f28288

Browse files
abbajaj806smuppand
authored andcommitted
Merge pull request #294 from smuppand/license
Legal: update SPDX license from BSD-3-Clause-Clear to BSD-3-Clause
2 parents 7f0e1b3 + 3da8a7d commit 8f28288

File tree

126 files changed

+743
-880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+743
-880
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2-
# SPDX-License-Identifier: BSD-3-Clause-Clear
3-
2+
# SPDX-License-Identifier: BSD-3-Clause
43
# 🛠️ Contributing to qcom-linux-testkit
54

65
Thank you for considering contributing to the **qcom-linux-testkit** project! Your contributions help improve the quality and functionality of our test suite. Please follow the guidelines below to ensure a smooth contribution process.
@@ -78,8 +77,7 @@ Runner/
7877

7978
```sh
8079
#!/bin/sh
81-
# SPDX-License-Identifier: BSD-3-Clause-Clear
82-
80+
# SPDX-License-Identifier: BSD-3-Clause
8381
#Source init_env and functestlib.sh
8482
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
8583
INIT_ENV=""
@@ -160,8 +158,7 @@ Ensure that all new files include the appropriate license header:
160158

161159
```sh
162160
#!/bin/sh
163-
# SPDX-License-Identifier: BSD-3-Clause-Clear
164-
```
161+
# SPDX-License-Identifier: BSD-3-Clause```
165162

166163
---
167164

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
22

3-
SPDX-License-Identifier: BSD-3-Clause-Clear
3+
SPDX-License-Identifier: BSD-3-Clause

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,4 @@ These tests can be used as CI jobs in:
111111

112112
```
113113
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
114-
SPDX-License-Identifier: BSD-3-Clause-Clear
115-
```
114+
SPDX-License-Identifier: BSD-3-Clause```

Runner/init_env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/sh
22

33
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4-
# SPDX-License-Identifier: BSD-3-Clause-Clear
5-
4+
# SPDX-License-Identifier: BSD-3-Clause
65
# Idempotency guard: only initialize ONCE per shell session
76
[ -n "$__INIT_ENV_LOADED" ] && return
87
__INIT_ENV_LOADED=1

Runner/run-test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/sh
22

33
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4-
# SPDX-License-Identifier: BSD-3-Clause-Clear
5-
4+
# SPDX-License-Identifier: BSD-3-Clause
65
# Resolve the real path of this script
76
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
87

Runner/suites/Connectivity/Bluetooth/BT_FW_KMD_Service/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
3-
# SPDX-License-Identifier: BSD-3-Clause-Clear
4-
#
3+
# SPDX-License-Identifier: BSD-3-Clause#
54
# BT_FW_KMD_Service - Bluetooth FW + KMD + service + controller infra validation
65
# Non-expect version, using lib_bluetooth.sh helpers.
76

Runner/suites/Connectivity/Bluetooth/BT_ON_OFF/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
3-
# SPDX-License-Identifier: BSD-3-Clause-Clear
4-
# BT_ON_OFF - Basic Bluetooth power toggle validation (non-expect version)
3+
# SPDX-License-Identifier: BSD-3-Clause# BT_ON_OFF - Basic Bluetooth power toggle validation (non-expect version)
54

65
# Robustly find and source init_env
76
SCRIPT_DIR="$(

Runner/suites/Connectivity/Bluetooth/BT_SCAN/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
3-
# SPDX-License-Identifier: BSD-3-Clause-Clear
4-
# BT_SCAN – Bluetooth scanning validation (non-expect version)
3+
# SPDX-License-Identifier: BSD-3-Clause# BT_SCAN – Bluetooth scanning validation (non-expect version)
54
# ---------- Repo env + helpers ----------
65
SCRIPT_DIR="$(
76
cd "$(dirname "$0")" || exit 1

Runner/suites/Connectivity/Bluetooth/BT_SCAN_PAIR/BT_SCAN_PAIR_README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ When a whitelist is specified (CLI or `BT_WHITELIST_ENV`), only devices whose MA
121121

122122
## License
123123

124-
SPDX-License-Identifier: BSD-3-Clause-Clear
125-
© Qualcomm Technologies, Inc. and/or its subsidiaries.
124+
SPDX-License-Identifier: BSD-3-Clause© Qualcomm Technologies, Inc. and/or its subsidiaries.

Runner/suites/Connectivity/Bluetooth/BT_SCAN_PAIR/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/sh
22

33
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4-
# SPDX-License-Identifier: BSD-3-Clause-Clear
5-
4+
# SPDX-License-Identifier: BSD-3-Clause
65
# Robustly find and source init_env
76
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
87
INIT_ENV=""

0 commit comments

Comments
 (0)