Commit 6417580
committed
License GitHub community-health workflows as MPL-2.0 (fix reuse lint)
The reuse-lint check failed because the three standards-adopted
community-health workflow stubs (hypatia-scan.yml, governance.yml,
scorecard.yml) declared a bare `SPDX-License-Identifier: PMPL-1.0-or-later`.
PMPL is a custom license, so REUSE rejects the bare identifier (custom
licenses must use a `LicenseRef-` prefix); and REUSE.toml already aggregates
`.github/**` + `**/*.yml` as MPL-2.0 on top, leaving PMPL "used" but invalid.
Per maintainer direction, license the GitHub community-health files as
MPL-2.0 (the estate's code/config license) with the standard two-line SPDX
header, keeping MPL-2.0 + CC-BY-SA-4.0 as the repo's two licenses. PMPL is no
longer used, so no PMPL license text file is required.
Verified locally with `reuse lint`: compliant with REUSE 3.3
(Used licenses: CC-BY-SA-4.0, MPL-2.0; 0 bad / 0 missing / 0 unused;
775/775 files covered).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017nyxs8RgqZa72PzrTu3L751 parent 0288818 commit 6417580
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments