diff --git a/.reuse/dep5 b/.reuse/dep5 index 9c6a545..855e733 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -50,7 +50,7 @@ Copyright: 2015-2023 Artur Weigandt https://wlabs.de/kontakt License: GPL-3.0-or-later # Ignore following folders -# for some reason reuse does not ignore files definded in .gitignore +# for some reason reuse does not ignore files defined in .gitignore Files: .phpunit.cache/* Copyright: 2015-2023 Artur Weigandt https://wlabs.de/kontakt diff --git a/README.md b/README.md index c30f43e..e200ed8 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,13 @@ You can find the code coverage report in `.phpunit.cache/code-coverage/index.htm The [REUSE Helper tool](https://reuse.software/dev/) makes licensing easy for humans and machines alike. It downloads the full license texts, adds copyright and license information to file headers, and contains a linter to identify problems. -Run this command to annotate all files: +Check all files for REUSE spec compliance: + +``` bash +composer run reuse-lint +``` + +Run this command to annotate PHP files in src and tests folders: ``` bash composer run reuse-annotate