Skip to content

Commit 2a34859

Browse files
chore(license): migrate to MPL-2.0 (#49)
## 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 76a3e11 commit 2a34859

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)