Skip to content

Commit a7676ef

Browse files
committed
Update the badge url
1 parent 451243f commit a7676ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/license-Apache--2.0-orange.svg" alt="FOSSLight Source is released under the Apache-2.0 License." />
13-
<img src="https://img.shields.io/badge/pypi-1.4.0-brightgreen.svg" alt="Current python package version." />
14-
<img src="https://img.shields.io/badge/python-3.6+-blue.svg" />
12+
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." />
13+
<img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." />
14+
<img src="https://img.shields.io/pypi/pyversions/fosslight_source" />
1515
</p>
1616

1717
**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.

docs/README_Kor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/license-Apache--2.0-orange.svg" alt="FOSSLight Source is released under the Apaceh-2.0 License." />
13-
<img src="https://img.shields.io/badge/pypi-1.4.0-brightgreen.svg" alt="Current python package version." />
14-
<img src="https://img.shields.io/badge/python-3.6+-blue.svg" />
12+
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." />
13+
<img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." />
14+
<img src="https://img.shields.io/pypi/pyversions/fosslight_source" />
1515
</p>
1616

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

0 commit comments

Comments
 (0)