flavorpack
2026-01-09
SPDX header tooling added: two scripts for adding and validating SPDX
3 files · 319+
SPDX Header Scripts
2 files changed
add_spdx_headers.pyUpdated add_spdx_headers.py scriptvalidate_spdx_headers.pyUpdated validate_spdx_headers.py script
- Added
scripts/add_spdx_headers.py(212 lines) — script to add SPDX-FileCopyrightText headers to all Python source files instantiate internal1 file
add_spdx_headers.py
- Added
scripts/validate_spdx_headers.py(104 lines) — script to validate that all files have correct SPDX headers; used in CI remediate internal1 file
validate_spdx_headers.py
New Module
1 file changed
__init__.pyUpdated PSP __init__