Skip to content

Commit a9fb5c2

Browse files
chore(licence): migrate license fields from PMPL-1.0-or-later to MPL-2.0 (#55)
Closes part of Item 2 of the 2026-05-26 estate tech-debt audit follow-up (hyperpolymath/standards#196). Touches both Cargo.toml and package.json in this dual-toolchain repo. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9c4394a commit a9fb5c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
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
#
33
# PanLL eNSAID — Gossamer backend
44
#
@@ -17,7 +17,7 @@ version = "0.2.0"
1717
description = "PanLL eNSAID - Environment for NeSy-Agentic Integrated Development (Gossamer backend)"
1818
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
1919
edition = "2021"
20-
license = "PMPL-1.0-or-later"
20+
license = "MPL-2.0"
2121
repository = "https://github.com/hyperpolymath/panll"
2222

2323
# Testable logic library — GTK/WebKit-free. `cargo test --lib` runs without

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"gossamer"
1818
],
1919
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
20-
"license": "PMPL-1.0-or-later",
20+
"license": "MPL-2.0",
2121
"dependencies": {
2222
"@rescript/runtime": "^12.2.0"
2323
}

0 commit comments

Comments
 (0)