1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:35:35 +02:00

reuse: add annotate example (#16543)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
the0xdev 2025-05-24 05:48:57 +00:00 committed by GitHub
parent 91ec5f2648
commit e9a31096f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,14 @@
`reuse --root {{path/to/directory}} lint`
- Add copyright statement to file:
`reuse annotate {{[-c|--copyright]}} "{{your_name}} <{{your_email}}>" --fallback-dot-license {{path/to/file}}`
- Add licence information to file:
`reuse annotate {{[-l|--license]}} {{spdx_identifier}} --fallback-dot-license {{path/to/file}}`
- Download a license by its SPDX identifier and place it in the LICENSES directory:
`reuse download {{spdx-identifier}}`