Skip to content

Commit 7a90180

Browse files
licence(A5/#7): normalise malformed PMPL SPDX values -> PMPL-1.0-or-later (owner carve-out, SPDX-only) (#13)
Placeholder (PLMP/PMLP), doubled-suffix (PMPL-1.0-or-later-or-later), and bare (PMPL-1.0) malformed SPDX values normalised to canonical PMPL-1.0-or-later. NOT a relicence: same Palimpsest licence, only the SPDX expression corrected. Owner-sanctioned, standards LICENCE-POLICY A8(1)+A5. Refs LICENCE-DEBT-LEDGER-2026-05-18. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2d63272 commit 7a90180

10 files changed

Lines changed: 10 additions & 10 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: PMPL-1.0-or-later
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: PMPL-1.0-or-later
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: PMPL-1.0-or-later
22
# Prevention workflow - scans for hardcoded secrets before they reach main
33
name: Secret Scanner
44

affinescript/.machine_readable/contractiles/dust/Dustfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PLMP-1.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Dustfile template - recovery and rollback semantics
33

44
version: 1

affinescript/.machine_readable/contractiles/must/Mustfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PLMP-1.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Mustfile - declarative state contract (template)
33
# See: https://github.com/hyperpolymath/mustfile
44

affinescript/.machine_readable/contractiles/trust/Trustfile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- SPDX-License-Identifier: PLMP-1.0-or-later
1+
-- SPDX-License-Identifier: PMPL-1.0-or-later
22
-- Trustfile template - cryptographic and provenance verification
33

44
module Trustfile where

affinescript/LICENSING-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ graph TD
168168

169169
**File Header:**
170170
```rust
171-
// SPDX-License-Identifier: PMPL-1.0
171+
// SPDX-License-Identifier: PMPL-1.0-or-later
172172
// SPDX-License-Identifier: MPL-2.0
173173
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
174174
//

affinescript/ROADMAP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Priority areas for contributors:
312312

313313
== License
314314

315-
SPDX-License-Identifier: PMPL-1.0-or-later-or-later
315+
SPDX-License-Identifier: PMPL-1.0-or-later
316316

317317
== See Also
318318

affinescript/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: PMPL-1.0-or-later-or-later
212+
SPDX-License-Identifier: PMPL-1.0-or-later
213213

214214
== Links
215215

affinescript/stdlib/effects.affine

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: PMPL-1.0-or-later
22
// AffineScript Standard Library - Effect Declarations
33

44
// Core IO effect - file and console operations

0 commit comments

Comments
 (0)