Commit 474b874
authored
fix(guix): restore MPL-2.0 (squisher clobber downgraded it to PMPL) (#86)
`guix.scm` declared `PMPL-1.0-or-later` while its **own SPDX header said
MPL-2.0** and the root `LICENSE` is the Mozilla Public License — the
file contradicted itself. That is the squisher-corpus clobber signature.
Measured across all 418 estate repos: **64** guix.scm files asserted
PMPL; exactly **2 were self-consistent** and are deliberately untouched
(`palimpsest-license`, `polystack`). The other **62**, including this
one, were contradictory.
Now uses Guix's built-in `mpl2.0` instead of the hand-rolled licence
record, which also drops the palimpsest-license URL that had no business
on an MPL-2.0 package.
**Verified:** no PMPL remains; file still parses as Scheme.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
0 commit comments