Skip to content

Commit 8c18dc3

Browse files
chore(license): migrate PMPL-1.0-or-later → MPL-2.0 (solo) (#23)
Replace LICENSE file with canonical MPL-2.0 text and update package metadata (Cargo.toml/package.json/deno.json/mix.exs/pyproject.toml where present) to declare the new SPDX identifier. Rationale: solo. Part of estate-wide metadata cleanup 2026-05-26.
1 parent a544382 commit 8c18dc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

geo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.1.0"
55
edition = "2021"
66
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
77
description = "Geospatial extension for Lith - spatial indexing without compromising auditability"
8-
license = "PMPL-1.0-or-later"
8+
license = "MPL-2.0"
99
repository = "https://github.com/hyperpolymath/lithoglyph-geo"
1010
keywords = ["lithoglyph", "geospatial", "spatial-index", "r-tree", "gis"]
1111
categories = ["database", "science::geo"]

studio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "lithoglyph-studio"
44
version = "0.1.0"
55
description = "Zero-friction interface for Lith with dependently-typed GQL"
66
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
7-
license = "PMPL-1.0-or-later"
7+
license = "MPL-2.0"
88
repository = "https://github.com/hyperpolymath/lithoglyph-studio"
99
edition = "2021"
1010

0 commit comments

Comments
 (0)