From 9fc538ba2ec880dc7ab9f85827e27a6ec1b1d3e3 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 02:21:42 +0000 Subject: [PATCH] =?UTF-8?q?chore(ci):=20normalize=20standards-reusable=20w?= =?UTF-8?q?rapper=20headers=20PMPL-1.0-or-later=20=E2=86=92=20MPL-2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The three standards-reusable wrapper workflows adopted in 5d49228 (hypatia-scan / scorecard / governance) carried `PMPL-1.0-or-later` SPDX identifiers, regressing the MPL-2.0 estate license policy (gap-006). Normalize all three to MPL-2.0. Note: the Hypatia CI failure (unresolvable `actions/cache@d4373f26…` pin) is a separate root cause living inside the reusable itself — hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml — which is outside this session's repo scope and must be fixed there. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01BJmfoz1ZS1Pejy9LLMY742 --- .github/workflows/governance.yml | 2 +- .github/workflows/hypatia-scan.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 8161ec2..32b7e0d 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.yml b/.github/workflows/hypatia-scan.yml index e715848..aa8bde7 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.yml b/.github/workflows/scorecard.yml index 47acbb5..5484457 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: PMPL-1.0-or-later +# SPDX-License-Identifier: MPL-2.0 name: OSSF Scorecard on: