pyvider-hcl 2026-01-09
Added SPDX header management scripts
2 files · 316+

SPDX header automation scripts

2 files changed
  • add_spdx_headers.py Script to automatically add SPDX license headers to Python files (212 lines)
  • validate_spdx_headers.py Script to validate SPDX-FileCopyrightText and SPDX-License-Identifier headers (104 lines)
  • Added scripts/add_spdx_headers.py to automatically add SPDX license headers to Python files missing them instantiate behavioral
    1 file
    • add_spdx_headers.py
  • Added scripts/validate_spdx_headers.py to validate all Python files have proper SPDX headers instantiate behavioral
    1 file
    • validate_spdx_headers.py