pyvider-hcl
2026-01-09
Added SPDX header management scripts
2 files · 316+
SPDX header automation scripts
2 files changed
add_spdx_headers.pyScript to automatically add SPDX license headers to Python files (212 lines)validate_spdx_headers.pyScript to validate SPDX-FileCopyrightText and SPDX-License-Identifier headers (104 lines)
- Added
scripts/add_spdx_headers.pyto automatically add SPDX license headers to Python files missing them instantiate behavioral1 file
add_spdx_headers.py
- Added
scripts/validate_spdx_headers.pyto validate all Python files have proper SPDX headers instantiate behavioral1 file
validate_spdx_headers.py