chore(licence): normalise to MPL-2.0 + CC-BY-SA-4.0 (canonical pair) - #45
Merged
Merged
Conversation
- LICENSES/ = {MPL-2.0.txt, CC-BY-SA-4.0.txt}; root LICENSE = verbatim MPL-2.0 (GitHub display)
- SPDX: code -> MPL-2.0, docs (.md/.adoc) -> CC-BY-SA-4.0; metadata/badge fixes; vendored untouched
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
that referenced
this pull request
Jul 27, 2026
…n label, guix licence (#59) ## What Three fixes toward a fully green main, from the 2026-07-27 sitrep (`dev-notes/eclexia-sitrep-2026-07-27.md`): 1. **Scorecards `startup_failure`** — the reusable requests `contents: read` at workflow level; our explicit job-level permissions block zeroed it out, so Actions rejected the whole file at parse time (zero jobs, no check run — invisible to `gh pr checks`). Fix: grant `contents: read` on the caller job, same as the Secret Scanner fix (#51). 2. **Cargo Audit red** — RUSTSEC-2026-0204 (`crossbeam-epoch` 0.9.18 → 0.9.20, invalid pointer deref in `fmt::Pointer`) plus warning-only RUSTSEC-2026-0190 (`anyhow` 1.0.101 → 1.0.104). `cargo check --workspace` passes locally after the bumps. 3. **CodeQL pin label** — the pinned SHA `7188fc36` was commented `# v3.28.1` but `git ls-remote` shows it is actually tag **v4.37.1**. SHA kept (it's what's green on main), comment corrected. Supersedes local commit `3a140ae` which changed the label to the equally-wrong `# v3`. 4. **guix.scm licence** — `license:pmpl-1.0-or-later` is not a Guix licence symbol and contradicts the MPL-2.0 normalisation (#45); now `license:mpl2.0`. ## Not in this PR - **ClusterFuzzLite red is a REAL finding** (reproducible OOM in `fuzz_main`, artifact `oom-abc6a184…`) — compiler bug, filed separately, workflow untouched. - The squisher guix.scm clobber existed only as uncommitted dirty-tree damage in the local checkout; discarded, never committed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
Estate licence normalisation. LICENSES/={MPL-2.0,CC-BY-SA-4.0}; root LICENSE=verbatim MPL-2.0 (GitHub display); code->MPL-2.0, docs(.md/.adoc)->CC-BY-SA-4.0; vendored untouched. Residual mentions (mostly legitimate anti-AGPL rules): 23. Manual-review licence PR.