Skip to content

Commit a85ab15

Browse files
chore(spdx): migrate PMPL-1.0-or-later → MPL-2.0 (20 files) (#54)
## Summary The repo's LICENSE file is canonical **MPL-2.0** (migrated in absolute-zero#42 alongside the wrapper-conversion sweep). But 20 files across the repo still carried the legacy `PMPL-1.0-or-later` SPDX header. Per estate language policy ([`feedback_estate_lang_policy_2026_05_25`](../../README.md#license)): `PMPL-1.0/MPL-1.0 → MPL-2.0`. This PR brings the headers in line with the LICENSE. ## Files touched (all mechanical) - 3 root .adoc: `AUDIT.adoc`, `ROADMAP.adoc`, `RSR_COMPLIANCE.adoc` - 12 `docs/wiki/*.md` - 3 `*/README.adoc` (tests, tools, verification) - 2 `docs/archive/*.adoc` ## Verification Post-merge `grep -rl 'PMPL-1.0-or-later'` returns 0 hits outside of git history.
1 parent 468b7e4 commit a85ab15

20 files changed

Lines changed: 20 additions & 20 deletions

AUDIT.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: PMPL-1.0-or-later
1+
// SPDX-License-Identifier: MPL-2.0
22
= Absolute Zero — Audit Trail
33
Jonathan D. A. Jewell <developer@joshuajewell.dev>
44
:toc:

ROADMAP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: PMPL-1.0-or-later
1+
// SPDX-License-Identifier: MPL-2.0
22
= Absolute Zero: Roadmap to v12.0
33
Jonathan D. A. Jewell <jonathan.jewell@open.ac.uk>
44
:toc: left

RSR_COMPLIANCE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: PMPL-1.0-or-later
1+
// SPDX-License-Identifier: MPL-2.0
22
= Absolute Zero — Rhodium Standard Repository (RSR) Compliance
33
Jonathan D. A. Jewell <developer@joshuajewell.dev>
44
:toc:

docs/archive/ROADMAP-2026-02-05.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: PMPL-1.0-or-later
1+
// SPDX-License-Identifier: MPL-2.0
22
= Absolute Zero Roadmap
33
Jonathan D. A. Jewell <jonathan.jewell@open.ac.uk>
44
:toc:

docs/archive/SESSION-2026-05-25-HANDOFF.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: PMPL-1.0-or-later
1+
// SPDX-License-Identifier: MPL-2.0
22
= Session Handoff — 2026-05-25 Repo Tidy
33
Claude (session 7927557c-2938-4d53-b987-a6f8ebc44611)
44
:toc:

docs/wiki/ABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
22
# ABI
33

44
The Idris2 ABI surface at `src/abi/` declares the FFI boundary that the

docs/wiki/Architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
22
# Architecture
33

44
Three layers, loosely coupled.

docs/wiki/Audit-Trail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
22
# Audit Trail
33

44
Short summary; the authoritative ledger is [`AUDIT.adoc`](../../AUDIT.adoc).

docs/wiki/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
22
# Contributing
33

44
Short summary; the authoritative version is [`CONTRIBUTING.adoc`](../../CONTRIBUTING.adoc) at the root.

docs/wiki/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
22
# FAQ
33

44
### Why prove that a program does nothing?

0 commit comments

Comments
 (0)