Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 4, 2024
1 parent 7296d03 commit b28411b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,3 @@ Also includes
## License

[Zlib](https://spdx.org/licenses/Zlib.html), same as [SDL](https://github.com/libsdl-org/SDL).

### reuse

This project is using [reuse](https://reuse.software/) to ensure licensing is clear.

To update/add files:

```
reuse annotate -c "Mark Delk <[email protected]>" -l Zlib -y 2024 --copyright-style spdx-symbol --skip-existing --skip-unrecognised `fd -t f -H`
# NOTE: reuse doesn't yet support .{zig,zon} files, so do those separately
reuse annotate -c "Mark Delk <[email protected]>" -l Zlib -y 2024 --copyright-style spdx-symbol --skip-existing --style c `fd -t f | rg zig`
```

To confirm everything's in compliance:

```
reuse lint
```

0 comments on commit b28411b

Please sign in to comment.