fix(licence): project licence is AGPL-3.0-or-later — align LICENSE, badges, manifests#312
Merged
Merged
Conversation
…adges, manifests (owner decision 2026-07-07)
Governance 'Licence consistency' has been red on main: LICENSE carried
MPL-2.0 text while Cargo.toml (and 6 of 9 workspace crates) already
declared AGPL-3.0-or-later. Owner ruled AGPL.
- LICENSE -> verbatim GNU AGPL-3.0 text with an SPDX identifier header
(the gate script accepts SPDX-header identity; AGPL body is not in
its template table, so the header is load-bearing)
- LICENSES/AGPL-3.0-or-later.txt added for REUSE
- The three lagging interface crates (grpc/graphql/rest) aligned to
AGPL-3.0-or-later
- guix.scm license field -> license:agpl3+ (was a palimpsest-licence
non-copyleft stub commented MPL-2.0)
- README badge/licence section/citation + CLAUDE.md licence lines
updated; docs keep their MPL-2.0/CC-BY-SA headers (intentional doc
stance), per-file header migration remains the owner-managed sweep
Verified: standards check-licence-consistency.sh passes locally
against this tree ('Licence identity matches manifest declaration').
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hyperpolymath
added a commit
that referenced
this pull request
Jul 7, 2026
…fix (#313) Echidna's governance pin (`d7c2271`, 2026-06-01) predates the standards baseline-gate repair (standards#455/#464/#466, merged 2026-07-03) — the same stale-pin class as the nine repos bumped on 07-04; echidna was missed. The old reusable runs the hypatia scan unconditionally and exits 1 on any findings ≥ medium (currently 152: 70 high / 82 medium), which is the last red Governance sub-job (licence went green with #312). On the current reusable (`6208833`), `Validate Hypatia Baseline` only runs when the caller ships `.hypatia-baseline.json`; echidna has none, so the job skips → Governance fully green. Caller contract unchanged (single optional `runs-on` input); actionlint clean. **Follow-up (filed separately):** generate `.hypatia-baseline.json` to re-arm the gate with the 152 existing findings grandfathered, then burn them down. 🤖 Generated with [Claude Code](https://claude.com/claude-code) 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.
Owner decision (2026-07-07)
The Governance Licence consistency gate has been red on main:
LICENSEcarried MPL-2.0 text whileCargo.toml— and 6 of 9 workspace crates — already declaredAGPL-3.0-or-later. Owner ruled AGPL.Changes
LICENSE→ verbatim GNU AGPL-3.0 text with anSPDX-License-Identifier: AGPL-3.0-or-laterheader. (The gate script establishes identity from the SPDX header; AGPL isn't in its body-template table, so the header is load-bearing — body then correctly WARNs 'manual review' without failing.)LICENSES/AGPL-3.0-or-later.txtadded (REUSE).grpc/graphql/rest) aligned from MPL-2.0 to AGPL-3.0-or-later.guix.scmlicence field →license:agpl3+(was a palimpsest non-copyleft stub commented "MPL-2.0").Verification
Ran the actual gate script (
standards/scripts/check-licence-consistency.sh) against this tree:REUSE lint findings are unchanged pre-existing debt (missing CC0/MIT/PMPL texts predate this PR).
Closes the licence half of the Governance red; the other half (Validate Hypatia Baseline) is tracked separately.
🤖 Generated with Claude Code