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