From 5e3b799a6fccf2de321eb2fb4549056890765673 Mon Sep 17 00:00:00 2001 From: Wonjae Park Date: Mon, 3 Jan 2022 17:02:37 +0900 Subject: [PATCH 1/2] Update README.md to add description for SCANOSS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a18095..883894c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,12 @@ Use Source Code Scanner and process the scanner results. ``` **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. +**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. [sc]: https://github.com/nexB/scancode-toolkit +[scanoss]: https://github.com/scanoss/scanoss.py +[osskb]: https://osskb.org/ ## 📖 User Guide From 928cc4e59cb3fbc071538c27155b1897988dee93 Mon Sep 17 00:00:00 2001 From: Wonjae Park Date: Mon, 3 Jan 2022 17:03:13 +0900 Subject: [PATCH 2/2] Fix Error at README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 883894c..43005dd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Detect the license for the source code. Use Source Code Scanner and process the scanner results. ``` -**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. **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.