From 8db73ff837a635811ba6b959b6a0eb960d99130d Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 19 May 2026 21:34:45 +0100 Subject: [PATCH] licence(#7): normalise PMPL-1.0 -> PMPL-1.0-or-later (owner carve-out, SPDX-only) not a relicence; owner-sanctioned standards LICENCE-POLICY A8(1); Refs LICENCE-DEBT-LEDGER-2026-05-18 Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/spark-theatre-gate.yml | 2 +- container-stack/cerro-torre/src/build/ct_mvp_build.adb | 2 +- container-stack/cerro-torre/src/build/ct_mvp_build.ads | 2 +- container-stack/cerro-torre/tools/mvp/publish_bundle.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spark-theatre-gate.yml b/.github/workflows/spark-theatre-gate.yml index 2684ccf..722a382 100644 --- a/.github/workflows/spark-theatre-gate.yml +++ b/.github/workflows/spark-theatre-gate.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0 +# SPDX-License-Identifier: PMPL-1.0-or-later # Estate SPARK Theatre Gate — thin caller of the reusable workflow in # hyperpolymath/standards (#135 / #141). Pinned by commit SHA per the # estate action-pinning policy. Regenerate the pin only when the reusable diff --git a/container-stack/cerro-torre/src/build/ct_mvp_build.adb b/container-stack/cerro-torre/src/build/ct_mvp_build.adb index 04843ee..c79c74b 100644 --- a/container-stack/cerro-torre/src/build/ct_mvp_build.adb +++ b/container-stack/cerro-torre/src/build/ct_mvp_build.adb @@ -1,4 +1,4 @@ --- SPDX-License-Identifier: PMPL-1.0 OR PMPL-1.0-or-later +-- SPDX-License-Identifier: PMPL-1.0-or-later OR PMPL-1.0-or-later -- MVP build pipeline (Ada orchestration with external tools) with Ada.Text_IO; diff --git a/container-stack/cerro-torre/src/build/ct_mvp_build.ads b/container-stack/cerro-torre/src/build/ct_mvp_build.ads index ef0f1e5..b4aae29 100644 --- a/container-stack/cerro-torre/src/build/ct_mvp_build.ads +++ b/container-stack/cerro-torre/src/build/ct_mvp_build.ads @@ -1,4 +1,4 @@ --- SPDX-License-Identifier: PMPL-1.0 OR PMPL-1.0-or-later +-- SPDX-License-Identifier: PMPL-1.0-or-later OR PMPL-1.0-or-later -- MVP build pipeline (Ada orchestration) package CT_MVP_Build is diff --git a/container-stack/cerro-torre/tools/mvp/publish_bundle.sh b/container-stack/cerro-torre/tools/mvp/publish_bundle.sh index 596d7f3..760681e 100644 --- a/container-stack/cerro-torre/tools/mvp/publish_bundle.sh +++ b/container-stack/cerro-torre/tools/mvp/publish_bundle.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-License-Identifier: PMPL-1.0 OR PMPL-1.0-or-later +# SPDX-License-Identifier: PMPL-1.0-or-later OR PMPL-1.0-or-later set -euo pipefail if [[ $# -lt 3 ]]; then