Commit a622e08
fix: allow REUSE LICENSES/ dir in root-shape allowlist (#20)
## Summary
- `check-root-shape.sh` was rejecting `LICENSES/`, the directory REUSE
compliance mandates for licence texts.
- `.machine_readable/root-allow.txt` never listed it, so a
correctly-REUSE-compliant repo was being flagged as root drift.
- Adds the canonical allowlist entry, copied verbatim from the
already-fixed reference at `this-ssg`.
## Test plan
- [x] `bash scripts/check-root-shape.sh .` no longer flags `LICENSES/`
- [x] Only `.machine_readable/root-allow.txt` touched (1 line added)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 1beeb90 commit a622e08
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
0 commit comments