diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-09 03:44:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-09 04:01:38 +0700 |
| commit | 2094be654563456e33dd9432b2538037fbc18e92 (patch) | |
| tree | f1569370ec21178f90cc7902733aa7690ccf0fa4 /testdata/loadConfig | |
| parent | bf2b9dd3c9bf0a52b8b102a8cb2763027a27be01 (diff) | |
| download | spdxconv-2094be654563456e33dd9432b2538037fbc18e92.tar.xz | |
all: implement the scan command
The scan command scan the files that need to be converted or inserted with
SPDX identifiers in the current directory.
The result of scan is stored inside a report file named "spdxconv.report".
There are no other files modified after scan completed.
User then can inspect and modify the report to exclude certain files or
changes the behaviour of apply command.
Deleting a line in the report means excluding the file from being
processed by "apply" command.
Diffstat (limited to 'testdata/loadConfig')
| -rw-r--r-- | testdata/loadConfig/config_exists/spdxconv.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/loadConfig/config_exists/spdxconv.cfg b/testdata/loadConfig/config_exists/spdxconv.cfg index c1a11e5..1defeef 100644 --- a/testdata/loadConfig/config_exists/spdxconv.cfg +++ b/testdata/loadConfig/config_exists/spdxconv.cfg @@ -3,7 +3,7 @@ [default] license_identifier = GPL-3.0-only -file_copyright_text = Author <author@email.info> +file_copyright_text = Author <contact@email.local> max_line_match = 10 [match-license] |
