Skip to content

Commit ae884de

Browse files
chore(license): migrate to MPL-2.0 (#38)
## Summary Migrates this repo's license declaration from `PMPL-1.0-or-later` to `MPL-2.0`. **Rationale:** solo. ## Changes - LICENSE file replaced with canonical `MPL-2.0` text (including SPDX header). - Package metadata updated where present (Cargo.toml, package.json, deno.json, mix.exs, pyproject.toml). Part of estate-wide metadata cleanup 2026-05-26.
1 parent e46230e commit ae884de

2 files changed

Lines changed: 371 additions & 149 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515
version = "0.1.0"
1616
edition = "2021"
1717
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
18-
license = "PMPL-1.0"
18+
license = "MPL-2.0"
1919
repository = "https://gitlab.com/hyperpolymath/wharf"
2020
description = "The Sovereign Web Hypervisor - Immutable CMS Infrastructure"
2121

0 commit comments

Comments
 (0)