Skip to content

Commit 4d2c2c6

Browse files
committed
chore(license): migrate PMPL-1.0-or-later → MPL-2.0 (solo)
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 76a3e11 commit 4d2c2c6

4 files changed

Lines changed: 373 additions & 151 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "absolute-zero"
33
version = "1.0.0"
44
edition = "2021"
55
description = "Certified Null Operation - A program that does absolutely nothing"
6-
license = "MIT"
6+
license = "MPL-2.0"
77

88
[profile.release]
99
opt-level = "z"

0 commit comments

Comments
 (0)