From b28411b431a0f1c14e7cd7ac666740a46c93c6d6 Mon Sep 17 00:00:00 2001 From: Mark Delk Date: Wed, 4 Sep 2024 15:47:12 -0500 Subject: [PATCH] readme cleanup --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 7d2e5a9..fbe1c91 100644 --- a/README.md +++ b/README.md @@ -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 " -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 " -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 -```