Skip to content

Fix SPDX headers in skill-card-generator scripts - #23

Merged
pmaiti-nvidia merged 2 commits into
mainfrom
fix/spdx-headers
Jun 30, 2026
Merged

Fix SPDX headers in skill-card-generator scripts#23
pmaiti-nvidia merged 2 commits into
mainfrom
fix/spdx-headers

Conversation

@pmaiti-nvidia

Copy link
Copy Markdown
Member

Summary

Fixes SPDX headers in three skill-card-generator Python scripts to comply with OSS requirements.

Changes

  • Keep only Python-valid # comment lines — Removed the /* */ block and bare copyright line that would cause SyntaxError
  • Set year to 2026
  • Use lowercase (c) — Matches SPDX standard
  • Use Apache-2.0 license — Code files are Apache-2.0 only; dual licensing (CC-BY-4.0 AND Apache-2.0) lives only in top-level LICENSE file

Files Modified

  • skills/skill-card-generator/scripts/discover_assets.py
  • skills/skill-card-generator/scripts/render_card.py
  • skills/skill-card-generator/scripts/validate_submission.py

- Keep only Python-valid # comment lines
- Remove invalid /* */ block and bare copyright line
- Set year to 2026
- Use lowercase (c)
- Change license to Apache-2.0 only (not dual-license)
@pmaiti-nvidia

Copy link
Copy Markdown
Member Author

/nvskills-ci

Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
@pmaiti-nvidia
pmaiti-nvidia merged commit bd74217 into main Jun 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants