Skip to content

Commit 23a2318

Browse files
committed
Update README
1 parent 3136413 commit 23a2318

File tree

2 files changed

+17
-26
lines changed

2 files changed

+17
-26
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
[Kor]
44
</a>
55
</p>
6-
<p align="center">
7-
<a href="https://github.com/fosslight/fosslight_source">
8-
<img alt="fosslight" src="https://github.com/fosslight/fosslight_source/raw/main/docs/img/fosslight_source.png">
9-
</a>
10-
</p>
11-
<p align="center">
12-
<strong>Detect the license for the source code.</strong><br>
13-
Use Source Code Scanner and process the scanner results
14-
</p>
156

16-
<p align="center">
17-
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." />
18-
<img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." />
19-
<img src="https://img.shields.io/pypi/pyversions/fosslight_source" />
7+
# FOSSLight Source
8+
9+
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." /> <img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_source" />
2010
</p>
2111

12+
```note
13+
Detect the license for the source code.
14+
Use Source Code Scanner and process the scanner results.
15+
```
16+
2217
**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.
2318

19+
2420
[sc]: https://github.com/nexB/scancode-toolkit
2521

2622
## Contents

docs/README_Kor.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,17 @@
33
[Eng]
44
</a>
55
</p>
6-
<p align="center">
7-
<a href="https://github.com/fosslight/fosslight_source">
8-
<img alt="fosslight" src="img/fosslight_source.png">
9-
</a>
10-
</p>
11-
<p align="center">
12-
<strong>Source Code의 License를 검출합니다</strong><br>
13-
Source Code 스캐너를 이용하고 결과를 가공합니다
14-
</p>
156

16-
<p align="center">
17-
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." />
18-
<img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." />
19-
<img src="https://img.shields.io/pypi/pyversions/fosslight_source" />
7+
# FOSSLight Source
8+
9+
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." /> <img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_source" />
2010
</p>
2111

12+
```note
13+
Source Code의 License를 검출합니다
14+
Source Code 스캐너를 이용하고 결과를 가공합니다
15+
```
16+
2217
**FOSSLight Source** 소스 코드 스캐너인 [ScanCode][sc]를 이용하여, 파일 안에 포함된 Copyright과 License 문구를 검출합니다. Build Script, Binary, Directory, 특정 Directory (ex-test) 안의 파일을 제외시킵니다. 그리고 License 이름에서 "-only", "-old-style"와 같은 문구를 제거합니다. 결과는 Excel 형태로 출력됩니다.
2318

2419
[sc]: https://github.com/nexB/scancode-toolkit

0 commit comments

Comments
 (0)