You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3-1. When running on a project basis. (without -f parameter)
53
53
- If there is no ./reuse/dep5 file in the Root Path, it is created.
54
54
- If it already exists, copy it to bk file and append the default config value to the existing dep file.
55
-
- By creating dep5 files, exclude binary or .json, venv*/*, node_modules/*,. */* from reuse.
55
+
- By creating the dep5 file, exclude binary or .json, venv*/*, node_modules/*,. */* from reuse.
56
56
- Run the reuse lint
57
57
If the OSS Package Information file exists, the list of missing license files is not printed.
58
-
-Rollback dep5-related file creation part.
58
+
-Remove dep5-related file.
59
59
60
-
3-2. When executing in file unit (with -f option)
60
+
3-2. When executing in file unit (with -f parameter)
61
61
- Print the copyright text and license text extraction by file.
62
62
- However, if the file does not exist or the file is binary or .json, copyright text and license text are not printed.
63
63
@@ -112,9 +112,9 @@ $ fosslight_reuse report
112
112
| p |[path_to_check]| O | Convert all oss-pkg-info*.yaml or oss-pkg-info*.yml in the path recursively |
113
113
| h | None | X | Print help message. |
114
114
| o |[result_file_name]| X | Output file name |
115
-
| f |[file1,file2,...]| X | 1. Yaml files are converted as OSS Report (separated by, if multiple) <br> ex) -f src/oss-pkg-info.yaml,main/setting.yml 2. OSS Report file to be converted to oss-pkg-info.yaml. |
115
+
| f |[file1,file2,...]| X | 1. Yaml files are converted as FOSSLight Report (separated by, if multiple) <br> ex) -f src/oss-pkg-info.yaml,main/setting.yml 2. FOSSLight Report file to be converted to oss-pkg-info.yaml. |
116
116
117
-
### Ex 1. Convert oss-pkg-info.yaml file to OSS Report.
117
+
### Ex 1. Convert oss-pkg-info.yaml file to FOSSLight Report.
118
118
1-1. Convert all oss-pkg-info*.yaml or oss-pkg-info*.yml in the path recursively.
0 commit comments