Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/spark-theatre-gate.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion container-stack/cerro-torre/src/build/ct_mvp_build.adb
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion container-stack/cerro-torre/src/build/ct_mvp_build.ads
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion container-stack/cerro-torre/tools/mvp/publish_bundle.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading