Commit 52df844
fix(ci): add SPDX-License-Identifier header to LICENSE (#284)
Fixes the pre-existing **Governance → "Licence consistency"** failure on
`main`.
`standards`' `check-licence-consistency.sh` scans the caller repo's
`LICENSE` for an `SPDX-License-Identifier:` header on its first lines
and exits 1 if absent. echo-types' `LICENSE` is the verbatim MPL-2.0
text with no SPDX line, so the gate fails.
This prepends the matching identifier + copyright:
```
SPDX-License-Identifier: MPL-2.0
SPDX-FileCopyrightText: 2024-2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
```
No relicensing — the file is already MPL-2.0; this adds the
machine-readable identifier the gate requires. Sole-owner repo → MPL-2.0
per estate policy.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_019awZjBD1qx61tvmEuEKNpn
---
_Generated by [Claude
Code](https://claude.ai/code/session_019awZjBD1qx61tvmEuEKNpn)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent 1eec5b3 commit 52df844
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments