aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4f51d3..1fdf810 100644
--- a/README.md
+++ b/README.md
@@ -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.