feat: REUSE/SPDX compliance - license headers, dep5 bulk assignment, CI check#102
Merged
Conversation
…k assignment Closes #79 Brings the repository into full REUSE 3.x compliance: - LICENSES/Apache-2.0.txt: canonical license text (required by REUSE spec; all SPDX identifiers must have a corresponding file in LICENSES/) - .reuse/dep5: bulk SPDX assignment for non-source files (Markdown, YAML, Makefile, go.mod/sum, GitHub Actions, config files, legal files) - api/proto/v1/semantic_release.proto: replace verbose Apache 2.0 boilerplate with compact SPDX tags (consistent with existing .go files) - .github/workflows/reuse.yaml: new CI job using fsfe/reuse-action@v5.0.0 (SHA-pinned) to enforce REUSE lint on every PR and push to main - Makefile: add 'reuse' target for local compliance checks All .go source files already carried correct SPDX headers from the initial scaffold (PR #87). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: mwaldheim <mwaldheim@users.noreply.github.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the repository into full REUSE 3.x compliance — a requirement for CNCF Sandbox eligibility and CLOMonitor Green status.
Closes #79
Changes
Note
All .go\ files already carried correct SPDX headers from PR #87 — no changes needed there.
Checklist