Skip to content

Commit 7c6198e

Browse files
chore(license): PMPL → MPL-2.0 sweep (9 files) (#52)
Sole-owner repo. Per the 2026-06-02 canonical license policy, PMPL is restricted to palimpsest-license / palimpsest-plasma / consent-aware-http; this repo gets MPL-2.0. Files: 9 SPDX headers flipped + NOTICE rewrite (if applicable) + orphan PMPL license file delete (if applicable). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 786c5f2 commit 7c6198e

10 files changed

Lines changed: 15 additions & 25 deletions

File tree

.clusterfuzzlite/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0
1+
# SPDX-License-Identifier: MPL-2.0
22
FROM gcr.io/oss-fuzz-base/base-builder-rust@sha256:73c1d5648db54100639339d411a5d192cbc8bf413ee91e843a07cf6f0e319dc7
33

44
COPY . $SRC/zerostep

.clusterfuzzlite/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -eu
2-
# SPDX-License-Identifier: PMPL-1.0
2+
# SPDX-License-Identifier: MPL-2.0
33
cd $SRC/zerostep
44
cargo +nightly fuzz build
55
for target in $(cargo +nightly fuzz list); do

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0
1+
# SPDX-License-Identifier: MPL-2.0
22
name: OSSF Scorecard
33
on:
44
push:

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0
1+
# SPDX-License-Identifier: MPL-2.0
22
# Prevention workflow - scans for hardcoded secrets before they reach main
33
name: Secret Scanner
44

NOTICE

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@ Licensing Notice
22
================
33

44
This project is authored by Jonathan D.A. Jewell (hyperpolymath) and
5-
is licensed under the Palimpsest License (MPL-2.0).
5+
is licensed under the Mozilla Public License 2.0 (MPL-2.0).
66

7-
The MPL-2.0 is a philosophical extension of the Mozilla Public
8-
License 2.0, adding provisions for cryptographic provenance, emotional
9-
lineage preservation, and quantum-safe signatures. The full PMPL text is
10-
available in LICENSES/MPL-2.0.txt.
7+
Per the estate license policy, this is a sole-owner repository and
8+
uses MPL-2.0 throughout — LICENSE file, package metadata, and all
9+
SPDX-License-Identifier source-file headers.
1110

12-
For compatibility with automated license detection tools and platforms
13-
that require OSI-approved licenses, the root LICENSE file contains the
14-
standard Mozilla Public License 2.0 text. This ensures that package
15-
registries, CI systems, and other tooling correctly identify the license.
16-
17-
The legally binding terms are:
18-
- Source files: governed by MPL-2.0 (per SPDX headers)
19-
- Combined works: compatible with MPL-2.0 (per PMPL Section 6)
20-
21-
For more information about the Palimpsest License:
22-
https://github.com/hyperpolymath/palimpsest-license
11+
For the MPL-2.0 license:
12+
https://www.mozilla.org/en-US/MPL/2.0/

RSR_OUTLINE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This template is part of:
209209

210210
== License
211211

212-
SPDX-License-Identifier: MPL-2.0-or-later
212+
SPDX-License-Identifier: MPL-2.0
213213

214214
== Links
215215

fuzz/fuzz_targets/fuzz_input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: PMPL-1.0
1+
// SPDX-License-Identifier: MPL-2.0
22
//! Generic fuzz target for arbitrary input processing
33
44
#![no_main]

vae-normalizer/LICENSES/GPL-3.0-or-later.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPDX-License-Identifier: MPL-2.0-or-later
1+
SPDX-License-Identifier: MPL-2.0
22

33
GNU GENERAL PUBLIC LICENSE
44
Version 3, 29 June 2007

vae-normalizer/LICENSES/LicenseRef-Palimpsest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPDX-License-Identifier: MPL-2.0-or-later
1+
SPDX-License-Identifier: MPL-2.0
22

33
PALIMPSEST LICENSE
44
Version 0.8

vae-normalizer/LICENSES/MIT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPDX-License-Identifier: MPL-2.0-or-later
1+
SPDX-License-Identifier: MPL-2.0
22

33
MIT License
44

0 commit comments

Comments
 (0)