Commit d9b9a14
fix(licence): align everything to MPL-2.0 (governance Licence-consistency CI green) (#23)
LICENSE file is MPL-2.0 but 39 satellite files declared PMPL-1.0-or-later
(SPDX headers, manifest licence fields, badge, docs). The standards
`check-licence-consistency.sh` script compares SPDX header vs each
manifest declaration and was failing on `julia-professional-registry-tests.ipkg`.
This PR resolves everything in favour of MPL-2.0 per owner directive:
- SPDX headers: `PMPL-1.0-or-later` → `MPL-2.0` across 36 files
(workflows, .a2ml manifests, docs, ipkg, Justfile-style, scheme)
- Manifest licence fields: `stapeln.toml`, `.machine_readable/6a2/META.a2ml`
- Human-visible: GOVERNANCE/TOPOLOGY/CONTRIBUTING/llm-warmup docs
- README badge: PMPL-1.0 (palimpsest-license) → MPL-2.0 (mozilla.org)
- `guix.scm`: dropped palimpsest-license URL, points at mozilla.org MPL/2.0
- `flake.nix`: `licenses.mit` (stale comment said MIT+Palimpsest) → `mpl20`
- `contractile.just` + `contractiles/trust/Trustfile.a2ml`:
removed `PMPL` from the grep alternation in trust-license-content
Verified locally: `bash standards/scripts/check-licence-consistency.sh`
now reports `[OK] Licence consistency check passed.`
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ca60cd0 commit d9b9a14
40 files changed
Lines changed: 54 additions & 54 deletions
File tree
- .github
- workflows
- .machine_readable
- 6a2
- agent_instructions
- contractiles
- bust
- dust
- trust
- integrations
- contractiles
- intend
- must
- trust
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments