From a516fad1a39d364db231cb8a5156a15d072a18e7 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 19 May 2026 01:08:50 +0100 Subject: [PATCH] fix(licence): clear scaffold-placeholder leak (isolated; dirty repo) #3 isolated commit. ONLY placeholder SPDX lines staged; repo's other uncommitted WIP deliberately left untouched/unstaged. PLMP/PMLP + doubled = scaffold artifacts (LICENCE-POLICY.adoc A5), NOT relicensing. Diff-shape asserted (SPDX-only). Refs standards LICENCE-POLICY.adoc A5. Co-Authored-By: Claude Opus 4.7 (1M context) (cherry picked from commit 3ce2399ddf768a28bd3e2e5fda4d5246dfea6868) --- RSR_OUTLINE.adoc | 2 +- contractiles/dust/Dustfile | 2 +- contractiles/must/Mustfile | 2 +- contractiles/trust/Trustfile.hs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RSR_OUTLINE.adoc b/RSR_OUTLINE.adoc index 6e9f598..75296fd 100644 --- a/RSR_OUTLINE.adoc +++ b/RSR_OUTLINE.adoc @@ -209,7 +209,7 @@ This template is part of: == License -SPDX-License-Identifier: PMPL-1.0-or-later-or-later +SPDX-License-Identifier: PMPL-1.0-or-later == Links diff --git a/contractiles/dust/Dustfile b/contractiles/dust/Dustfile index 6f93c6a..df42b13 100644 --- a/contractiles/dust/Dustfile +++ b/contractiles/dust/Dustfile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PLMP-1.0-or-later +# SPDX-License-Identifier: PMPL-1.0-or-later # Dustfile template - recovery and rollback semantics version: 1 diff --git a/contractiles/must/Mustfile b/contractiles/must/Mustfile index dc2c6b6..5a97a60 100644 --- a/contractiles/must/Mustfile +++ b/contractiles/must/Mustfile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PLMP-1.0-or-later +# SPDX-License-Identifier: PMPL-1.0-or-later # Mustfile - declarative state contract (template) # See: https://github.com/hyperpolymath/mustfile diff --git a/contractiles/trust/Trustfile.hs b/contractiles/trust/Trustfile.hs index 60e68c2..03c6d0d 100644 --- a/contractiles/trust/Trustfile.hs +++ b/contractiles/trust/Trustfile.hs @@ -1,4 +1,4 @@ --- SPDX-License-Identifier: PLMP-1.0-or-later +-- SPDX-License-Identifier: PMPL-1.0-or-later -- Trustfile template - cryptographic and provenance verification module Trustfile where