From d1b1f589c5fb7990a9bbea8b6c7a91d869272949 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 20:54:13 +0000 Subject: [PATCH] chore(licence): correct stray PMPL SPDX headers to MPL-2.0 in standards infra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 8 standards-authored CI/infra files declared SPDX PMPL-1.0-or-later; standards is a sole-owner repo (→ MPL-2.0 per the estate licence classification). The repo's own contractile (.machine_readable/contractiles/must/Mustfile.a2ml) already asserts 'PMPL appears in no standards-authored header' — these 8 files violated that check. Corrected: 6 workflows: hypatia-scan, governance, scorecard-reusable, hypatia-scan-reusable, scorecard-enforcer, governance-reusable 2 scripts: check-workflow-staleness{,-test}.sh Owner-directed licence correction (2026-06-26). Satellite palimpsest content (legitimately PMPL) untouched. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01SuLNP87x3i5YXdq2wYERRK --- .github/workflows/governance-reusable.yml | 2 +- .github/workflows/governance.yml | 2 +- .github/workflows/hypatia-scan-reusable.yml | 2 +- .github/workflows/hypatia-scan.yml | 2 +- .github/workflows/scorecard-enforcer.yml | 2 +- .github/workflows/scorecard-reusable.yml | 2 +- scripts/check-workflow-staleness.sh | 2 +- scripts/tests/check-workflow-staleness-test.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/governance-reusable.yml b/.github/workflows/governance-reusable.yml index e429e34d..56fc21d5 100644 --- a/.github/workflows/governance-reusable.yml +++ b/.github/workflows/governance-reusable.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 # Governance checks for hyperpolymath repositories — Reusable Workflow name: Governance Reusable Workflow diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index e5b65041..884cf8be 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 name: Governance on: diff --git a/.github/workflows/hypatia-scan-reusable.yml b/.github/workflows/hypatia-scan-reusable.yml index c57c8210..3749bbe3 100644 --- a/.github/workflows/hypatia-scan-reusable.yml +++ b/.github/workflows/hypatia-scan-reusable.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 # Hypatia Neurosymbolic CI/CD Security Scan — Reusable Workflow name: Hypatia Reusable Scan diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index d3b5e9e2..ee95c17b 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 name: Hypatia Security Scan on: diff --git a/.github/workflows/scorecard-enforcer.yml b/.github/workflows/scorecard-enforcer.yml index 77449716..212cb1b2 100644 --- a/.github/workflows/scorecard-enforcer.yml +++ b/.github/workflows/scorecard-enforcer.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 # Prevention workflow - runs OpenSSF Scorecard and fails on low scores name: OpenSSF Scorecard Enforcer diff --git a/.github/workflows/scorecard-reusable.yml b/.github/workflows/scorecard-reusable.yml index 36ed5f55..b3e8cc38 100644 --- a/.github/workflows/scorecard-reusable.yml +++ b/.github/workflows/scorecard-reusable.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 name: OSSF Scorecard Reusable Workflow on: diff --git a/scripts/check-workflow-staleness.sh b/scripts/check-workflow-staleness.sh index 1592791b..98615852 100755 --- a/scripts/check-workflow-staleness.sh +++ b/scripts/check-workflow-staleness.sh @@ -1,5 +1,5 @@ #!/bin/bash -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 set -eo pipefail # Staleness checker script for hyperpolymath estate repositories. diff --git a/scripts/tests/check-workflow-staleness-test.sh b/scripts/tests/check-workflow-staleness-test.sh index eefac226..145e7ba5 100755 --- a/scripts/tests/check-workflow-staleness-test.sh +++ b/scripts/tests/check-workflow-staleness-test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 set -euo pipefail # Regression test for check-workflow-staleness.sh (recency-window model).