From a911d8de08c54fd27850f1bb76b04bd115789f30 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 19 May 2026 00:16:13 +0100 Subject: [PATCH] fix(licence): clear scaffold-placeholder leak (PLMP sentinel + doubled suffix) #3 PILOT (volumod). NOT a relicensing change: PLMP-1.0-or-later is the intentional scaffold placeholder sentinel; its survival is an unsubstituted-scaffold leak (process bug, per LICENCE-POLICY.adoc A5), and PMPL-1.0-or-later-or-later is the same scaffold-substituter family. Substituted to the correct estate id PMPL-1.0-or-later. - contractiles/must/Mustfile PLMP- -> PMPL-1.0-or-later (3a) - contractiles/trust/Trustfile.hs PLMP- -> PMPL-1.0-or-later (3a) - RSR_OUTLINE.adoc doubled -> PMPL-1.0-or-later (3b) Diff = SPDX identifier lines ONLY (diff-shape asserted). Mustfile:37 placeholder tripwire now green. No 3c-sensitive file touched. Refs hyperpolymath/standards LICENCE-POLICY.adoc A5. Co-Authored-By: Claude Opus 4.7 (1M context) --- RSR_OUTLINE.adoc | 2 +- contractiles/must/Mustfile | 2 +- contractiles/trust/Trustfile.hs | 2 +- 3 files changed, 3 insertions(+), 3 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/must/Mustfile b/contractiles/must/Mustfile index 2f366ce..7928e4b 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 - mandatory checks # 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