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
<imgsrc="https://img.shields.io/pypi/l/fosslight_source"alt="FOSSLight Source is released under the Apache-2.0 License." /> <imgsrc="https://img.shields.io/pypi/v/fosslight_source"alt="Current python package version." /> <imgsrc="https://img.shields.io/pypi/pyversions/fosslight_source" /> [](https://api.reuse.software/info/github.com/fosslight/fosslight_source)
13
+
<imgsrc="https://img.shields.io/pypi/l/fosslight_source"alt="FOSSLight Source Scanner is released under the Apache-2.0 License." /> <imgsrc="https://img.shields.io/pypi/v/fosslight_source"alt="Current python package version." /> <imgsrc="https://img.shields.io/pypi/pyversions/fosslight_source" /> [](https://api.reuse.software/info/github.com/fosslight/fosslight_source)
14
14
</p>
15
15
16
16
```note
17
17
Detect the license for the source code.
18
18
Use Source Code Scanner and process the scanner results.
19
19
```
20
20
21
-
**FOSSLight Source** 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 [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.
22
22
23
23
24
24
[sc]: https://github.com/nexB/scancode-toolkit
@@ -35,7 +35,7 @@ Use Source Code Scanner and process the scanner results.
35
35
36
36
## ๐ Prerequisite
37
37
38
-
FOSSLight Source needs a Python 3.6+.
38
+
FOSSLight Source Scanner needs a Python 3.6+.
39
39
For windows, you need to install [Microsoft Visual C++ Build Tools][ms_build].
Copy file name to clipboardExpand all lines: docs/README_Kor.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</a>
5
5
</p>
6
6
7
-
# FOSSLight Source
7
+
# FOSSLight Source Scanner
8
8
9
9
<imgsrc="https://img.shields.io/pypi/l/fosslight_source"alt="FOSSLight Source is released under the Apache-2.0 License." /> <imgsrc="https://img.shields.io/pypi/v/fosslight_source"alt="Current python package version." /> <imgsrc="https://img.shields.io/pypi/pyversions/fosslight_source" /> [](https://api.reuse.software/info/github.com/fosslight/fosslight_source)
0 commit comments