fix(ci): add SPDX-License-Identifier to LICENSE + license field to Project.toml#29
Merged
Merged
Conversation
Clears the Governance 'Licence consistency' gate (check-licence-consistency.sh requires an SPDX-License-Identifier on LICENSE's first lines). LICENSE is the verbatim MPL-2.0 text; this adds the matching identifier + copyright. Sole-owner repo -> MPL-2.0. (tropical: also adds a license field to Project.toml.) Branch reset to current main; prior proof/RSR work already merged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019awZjBD1qx61tvmEuEKNpn
hyperpolymath
marked this pull request as ready for review
June 27, 2026 19:58
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.
Fixes the pre-existing Governance → "Licence consistency" failure on
main.The gate reported two issues:
[ERROR] LICENSE file has no 'SPDX-License-Identifier:' headerand[WARN] Project.toml present but no licence field. This addresses both:SPDX-License-Identifier: MPL-2.0+ copyright toLICENSE(verbatim MPL-2.0 text; no relicensing; sole-owner repo);license = "MPL-2.0"toProject.toml.Branch reset to current
main(the prior RSR-Bronze + Lean-20/20 work from #24 already merged); clean fix on top.🤖 Generated with Claude Code
https://claude.ai/code/session_019awZjBD1qx61tvmEuEKNpn
Generated by Claude Code