We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7296d03 commit b28411bCopy full SHA for b28411b
README.md
@@ -15,22 +15,3 @@ Also includes
15
## License
16
17
[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