@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
44 -->
55<p align =' right ' >
66 <a href =" https://github.com/fosslight/fosslight_source/blob/main/docs/README_Kor.md " >
7- [Kor ]
7+ [Korean ]
88 </a >
99</p >
1010
@@ -53,30 +53,30 @@ $ pip3 install fosslight_source
5353There are two commands for FOSSLight Scanner.
5454
5555### 1. fosslight_source
56- After executing ScanCode, the source code scanner, print the OSS Report.
56+ After executing ScanCode, the source code scanner, print the FOSSLight Report.
5757
5858| Parameter | Argument | Description |
5959| ------------- | ------------- | ------------- |
6060| h | None | Print help message. |
6161| p | String | Path to detect source. |
62- | j | None | As an output, the result of executing ScanCode in json format other than OSS Report is additionally generated. |
62+ | j | None | As an output, the result of executing ScanCode in json format other than FOSSLight Report is additionally generated. |
6363| o | String | Output file name without file extension. |
6464
65- #### Ex. Print result to OSS Report and json file
65+ #### Ex. Print result to FOSSLight Report and json file
6666```
6767$ fosslight_source -p /home/source_path -j
6868```
6969
7070### 2. fosslight_convert
71- Converts the result of executing ScanCode in json format into OSS Report format.
71+ Converts the result of executing ScanCode in json format into FOSSLight Report format.
7272
7373| Parameter | Argument | Description |
7474| ------------- | ------------- | ------------- |
7575| h | None | Print help message. |
7676| p | String | Path of ScanCode json files. |
7777| o | String | Output file name without file extension. |
7878
79- #### Ex. Converting scancode json result to OSS report
79+ #### Ex. Converting scancode json result to FOSSLight report
8080```
8181$ fosslight_convert -p /home/jsonfile_dir
8282```
@@ -86,14 +86,14 @@ $ fosslight_convert -p /home/jsonfile_dir
8686```
8787$ tree
8888.
89- ├── OSS -Report_2021-05-03_00-39-49.csv
90- ├── OSS -Report_2021-05-03_00-39-49.xlsx
89+ ├── FOSSLight -Report_2021-05-03_00-39-49.csv
90+ ├── FOSSLight -Report_2021-05-03_00-39-49.xlsx
9191├── scancode_2021-05-03_00-39-49.json
9292└── fosslight_src_log_2021-05-03_00-39-49.txt
9393
9494```
95- - OSS -Report_ [ datetime] .xlsx : FOSSLight Source result in OSS Report format.
96- - OSS -Report_ [ datetime] .csv : FOSSLight Source result in csv format. (Except Windows)
95+ - FOSSLight -Report_ [ datetime] .xlsx : FOSSLight Source result in OSS Report format.
96+ - FOSSLight -Report_ [ datetime] .csv : FOSSLight Source result in csv format. (Except Windows)
9797- fosslight_src_log_ [ datetime] .txt : The execution log.
9898- scancode_ [ datetime] .json : The ScanCode result in case of -j option.
9999
0 commit comments