Commit 0cffac1
committed
chore(reuse): add SPDX licensing for patches/ + apply-llama-patches.cmake
The REUSE license-compliance check (fsfe/reuse-action) failed on the new files:
- cmake/apply-llama-patches.cmake had the license but no copyright -> add inline
SPDX-FileCopyrightText (mirrors build.sh).
- patches/*.patch is unified-diff format and cannot carry an inline header without
corrupting the diff -> annotate via REUSE.toml with a patches/** glob, so every
current and future patch in the directory is covered automatically.
Verified locally: `reuse lint` -> compliant with REUSE 3.3.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SfvSZ76NW4e1qX1PjL4RKq1 parent 1d875b1 commit 0cffac1
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments