Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 13, 2023
1 parent 6d286c9 commit 26db8da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26db8da

Please sign in to comment.