Options (2)
-c, --copyrightbooleanAdd copyright statement to file
Example:
reuse annotate {{[-c|--copyright]}} "{{your_name}} <{{your_email}}>" --fallback-dot-license {{path/to/file}}-l, --licensebooleanAdd license information to file
Example:
reuse annotate {{[-l|--license]}} {{spdx_identifier}} --fallback-dot-license {{path/to/file}}Examples (6)
Lint for REUSE compliance for the current project (version control aware)
reuse lintLint for REUSE compliance from the specified directory
reuse --root path/to/directory lintAdd copyright statement to file
reuse annotate [-c|--copyright] "your_name <your_email>" --fallback-dot-license path/to/fileAdd license information to file
reuse annotate [-l|--license] spdx_identifier --fallback-dot-license path/to/fileDownload a license by its SPDX identifier and place it in the LICENSES directory
reuse download spdx-identifierDownload all missing licenses detected in the project
reuse download --allmade by @shridhargupta | data from tldr-pages