Skip to content

Commit 76c47d6

Browse files
chore(license): PMPL → MPL-2.0 sweep (3 files) (#23)
* chore(license): sweep stray PMPL SPDX stamps → MPL-2.0 Per the 2026-06-02 owner directive reinforcing the canonical estate license policy: PMPL-1.0-or-later is reserved EXCLUSIVELY for palimpsest-license + palimpsest-plasma + consent-aware-http (prospective). This repo is sole-owner per the 5-way matrix; MPL-2.0 is the correct identifier throughout. Changes: - SPDX-License-Identifier: PMPL-* / Palimpsest / MPL-2.0-or-later → MPL-2.0 - NOTICE rewritten to plain MPL-2.0 (if it had PMPL framing) - Orphan LICENSES/PMPL-*.txt deleted (if no remaining PMPL SPDX) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> * chore(license): pass 2 — catch PMPL-1.0 (no -or-later) variant Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> --------- Signed-off-by: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c595080 commit 76c47d6

4 files changed

Lines changed: 9 additions & 19 deletions

File tree

.github/workflows/codeql.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: CodeQL Security Analysis
33

44
on:

.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: Scorecards supply-chain security
33

44
on:

.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
name: Secret Scanner
33

44
on:

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/

0 commit comments

Comments
 (0)