You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SPDX license headers to README.md & CONTRIBUTING.md files under root repo folders
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]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff 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
+
1
4
# Contributing to the Shell Scripts Repository
2
5
3
6
Welcome! This repository contains hardware validation shell scripts for Qualcomm embedded robotic platform boards running Linux systems. These scripts follow POSIX standards for maximum portability and integration into CI tools like LAVA.
0 commit comments