diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,7 @@ This tool works in tandem with [REUSE software](https://reuse.software). Features, +- Detect annotations from REUSE configuration (REUSE.toml) - Customizable values for default license identifier and copyright - Customizable pattern for setting comment syntax based on file name - Customizable pattern for searching and capturing existing license through @@ -249,6 +250,9 @@ by "apply" command. The scan command work in the following way, +(0) Skip the file if its ignored by git or already annotated in REUSE.toml +configuration. + (1) Check the file for SPDX-License-Identifier and SPDX-FileCopyrightText. If both exist, skip the file. |
