Severity
low
Category
maintainability
Problem
resources/sbt-warmup.sh and .github/scripts/*.sh lack SPDX license headers. The repository uses Apache 2.0 (LICENSE file) but scripts don't declare it individually, creating ambiguity for OSS consumers.
Suggested solution
Add to top of each script:
# SPDX-License-Identifier: Apache-2.0
Acceptance criteria
Related files
resources/sbt-warmup.sh
.github/scripts/buildkit-build.sh
.github/scripts/update-readme.sh
Estimated complexity
S
Severity
low
Category
maintainability
Problem
resources/sbt-warmup.shand.github/scripts/*.shlack SPDX license headers. The repository uses Apache 2.0 (LICENSE file) but scripts don't declare it individually, creating ambiguity for OSS consumers.Suggested solution
Add to top of each script:
# SPDX-License-Identifier: Apache-2.0Acceptance criteria
.shfiles have SPDX headerRelated files
resources/sbt-warmup.sh.github/scripts/buildkit-build.sh.github/scripts/update-readme.shEstimated complexity
S