Skip to content

Commit 3298afe

Browse files
committed
Add SPDX license headers to USBHost/run.sh
Updates shell script under the USBHost/ directory to include proper SPDX license identifiers and copyright: SPDX-License-Identifier: BSD-3-Clause-Clear This change supports automation tools like repolinter and align with open source best practices. Signed-off-by: Aanchal Chaurasia <[email protected]>
1 parent bf5e14a commit 3298afe

File tree

1 file changed

+3
-0
lines changed
  • Runner/suites/Kernel/FunctionalArea/baseport/USBHost

1 file changed

+3
-0
lines changed

Runner/suites/Kernel/FunctionalArea/baseport/USBHost/run.sh

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
$(pwd)/init_env

0 commit comments

Comments
 (0)