From 6bbe2107beafd27323c23e9acc2558f17d439c2b Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 26 May 2026 14:24:02 +0100 Subject: [PATCH] chore(licence): migrate Cargo.toml license field from PMPL-1.0 to MPL-2.0 Closes part of Item 2 of the 2026-05-26 estate tech-debt audit follow-up (hyperpolymath/standards#196). The estate-wide policy is 'MPL-1.0/PMPL-1.0 -> MPL-2.0' (see estate language policy memory). This PR migrates the manifest's declared license field; the LICENSE file's Palimpsest preamble (if present) is unchanged, and the MPL-2.0 body text it wraps is the load-bearing licence. The licence-consistency CI check landed in standards#201 catches future SPDX-vs-manifest drift. Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44e6490..9f1a4ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" version = "0.1.0" edition = "2021" authors = ["Jonathan D.A. Jewell "] -license = "PMPL-1.0" +license = "MPL-2.0" repository = "https://gitlab.com/hyperpolymath/wharf" description = "The Sovereign Web Hypervisor - Immutable CMS Infrastructure"