Skip to content

Commit 359d7f6

Browse files
chore(licence): migrate Cargo.toml from PMPL-1.0 to MPL-2.0 (#37)
## Summary - Updates `Cargo.toml` license field from `PMPL-1.0` to `MPL-2.0`. - Closes the SPDX-vs-manifest mismatch flagged by [standards#196](hyperpolymath/standards#196) (estate licence-debt audit, 2026-05-26). - Aligns this repo with the estate policy of `MPL-1.0/PMPL-1.0 → MPL-2.0` migration. ## What this PR does NOT do This is the manifest field only. The LICENSE file (if it carries a Palimpsest preamble) keeps that preamble — the load-bearing MPL-2.0 text is unchanged. ## Companion - standards#196 — licence debt audit - standards#201 — licence-consistency CI check (will catch future drift) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5c4f2ed commit 359d7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mobile-ai-orchestrator"
33
version = "1.0.0"
44
edition = "2021"
55
authors = ["Jonathan Bowman <hyperpolymath@protonmail.com>"]
6-
license = "PMPL-1.0"
6+
license = "MPL-2.0"
77
repository = "https://github.com/Hyperpolymath/heterogenous-mobile-computing"
88
description = "Hybrid AI orchestration system for constrained mobile platforms with reservoir computing"
99
keywords = ["ai", "mobile", "orchestration", "reservoir-computing", "offline-first"]

0 commit comments

Comments
 (0)