Skip to content

Commit 1a87817

Browse files
claudehyperpolymath
authored andcommitted
fix(license): restore MPL-2.0 on secret-scanner.yml + scorecard.yml
Both workflow files carried SPDX PMPL-1.0, applied by a prior bulk license sweep (see CHANGELOG: "global AGPL-3.0-or-later -> PMPL-1.0-or-later replacement"). Per estate policy PMPL is reserved for palimpsest-license, palimpsest-plasma, and consent-aware-http only; empty-linter is a sole-owner repo and defaults to MPL-2.0 (matching every other workflow here). The identifier was also malformed (PMPL-1.0 vs the repo's PMPL-1.0-or-later). Owner-approved, per-file correction; no other files touched. https://claude.ai/code/session_01EqEysvTPzPwhS9ZGY7EYdr
1 parent d20d0a4 commit 1a87817

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
2-
# SPDX-License-Identifier: PMPL-1.0
2+
# SPDX-License-Identifier: MPL-2.0
33
name: Scorecards supply-chain security
44

55
on:

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
2-
# SPDX-License-Identifier: PMPL-1.0
2+
# SPDX-License-Identifier: MPL-2.0
33
name: Secret Scanner
44
on:
55
pull_request:

0 commit comments

Comments
 (0)