Commit 6b1ad8e
committed
fix(ci): check-spdx prose licence variable → CC-BY-SA-4.0
check-spdx.sh set the prose SPDX variable to MPL-2.0, which contradicted the
repo's own machine-readable declaration (licensing-policy.toml: prose =
CC-BY-SA-4.0) and the checker's own failure label. Every prose file already
carries CC-BY-SA-4.0, so the checker was failing `just license-check` on a
pristine tree. Point the variable at the declared policy and exclude the
canonical LICENSES/ REUSE texts (mirrored in licensing-policy.toml).
No licence header on any file is changed — this only corrects the enforcer to
accept the headers that are already present and declared.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012MpYSh6Wy8YMBH2E3qVyT71 parent fe0abcf commit 6b1ad8e
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments