Skip to content

Commit

Permalink
Merge pull request #3116 from bwjohnson-ss/patch-1
Browse files Browse the repository at this point in the history
Fixed restructuredtext bulleted list to use *
  • Loading branch information
pombredanne committed Sep 27, 2022
2 parents 6007301 + 33cb746 commit 69fe74b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/explanations/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ ScanCode-Toolkit performs the scan on a codebase in the following steps :

Scan results are provided in various formats:

- a JSON file simple or pretty-printed,
- SPDX tag value or XML, RDF formats,
- CSV,
- a simple unformatted HTML file that can be opened in browser or as a spreadsheet.
* a JSON file simple or pretty-printed,
* SPDX tag value or XML, RDF formats,
* CSV,
* a simple unformatted HTML file that can be opened in browser or as a spreadsheet.

For each scanned file, the result contains:

- its location in the codebase,
- the detected licenses and copyright statements,
- the start and end line numbers identifying where the license or copyright was found in the
* its location in the codebase,
* the detected licenses and copyright statements,
* the start and end line numbers identifying where the license or copyright was found in the
scanned file, and
- reference information for the detected license.
* reference information for the detected license.

For archive extraction, ScanCode uses a combination of Python modules, 7zip and libarchive/bsdtar
to detect archive types and extract these recursively.
Expand Down

0 comments on commit 69fe74b

Please sign in to comment.