Skip to content

Commit ce39208

Browse files
Update README.md to add description for SCANOSS (#56)
* Update README.md to add description for SCANOSS
1 parent f80e1b4 commit ce39208

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Detect the license for the source code.
1818
Use Source Code Scanner and process the scanner results.
1919
```
2020

21-
**FOSSLight Source Scanner** uses [ScanCode][sc], a source code scanner, to detect the copyright and license phrases contained in the file. Some files (ex- build script), binary files, directory and files in specific directories (ex-test) are excluded from the result. And removes words such as "-only" and "-old-style" from the license name to be printed. The output result is generated in Excel format.
21+
**FOSSLight Source Scanner** uses source code scanners, [ScanCode][sc] and [SCANOSS][scanoss]. [ScanCode][sc] detects copyright and license phrases contained in the file and [SCANOSS][scanoss] searches OSS Name, OSS Version, download location, copyright and license information from [OSSKB][osskb]. Some files (ex- build script), binary files, directory and files in specific directories (ex-test) are excluded from the result. And removes words such as "-only" and "-old-style" from the license name to be printed. The output result is generated in spreadsheet format.
2222

2323

2424
[sc]: https://github.com/nexB/scancode-toolkit
25+
[scanoss]: https://github.com/scanoss/scanoss.py
26+
[osskb]: https://osskb.org/
2527

2628

2729
## 📖 User Guide

0 commit comments

Comments
 (0)