Skip to content

Commit b28411b

Browse files
committed
readme cleanup
1 parent 7296d03 commit b28411b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

-19
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,3 @@ Also includes
1515
## License
1616

1717
[Zlib](https://spdx.org/licenses/Zlib.html), same as [SDL](https://github.com/libsdl-org/SDL).
18-
19-
### reuse
20-
21-
This project is using [reuse](https://reuse.software/) to ensure licensing is clear.
22-
23-
To update/add files:
24-
25-
```
26-
reuse annotate -c "Mark Delk <jethrodaniel@gmail.com>" -l Zlib -y 2024 --copyright-style spdx-symbol --skip-existing --skip-unrecognised `fd -t f -H`
27-
28-
# NOTE: reuse doesn't yet support .{zig,zon} files, so do those separately
29-
reuse annotate -c "Mark Delk <jethrodaniel@gmail.com>" -l Zlib -y 2024 --copyright-style spdx-symbol --skip-existing --style c `fd -t f | rg zig`
30-
```
31-
32-
To confirm everything's in compliance:
33-
34-
```
35-
reuse lint
36-
```

0 commit comments

Comments
 (0)