Skip to content

Commit 7802f6a

Browse files
authored
Merge pull request #50 from fossabot/add-license-scan-badge
Add license scan report and status
2 parents 96abc9c + 38234b0 commit 7802f6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# KCL Artifact Library for SDKs
2+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcl-lang%2Flib.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcl-lang%2Flib?ref=badge_shield)
3+
24

35
This repo mainly includes the binding of the low-level API and spec of the [KCL language core](https://github.com/kcl-lang/kcl), and the SDKs of various languages are based on this to encapsulate higher-level APIs.
46

@@ -68,3 +70,7 @@ api = api.API()
6870
result = api.exec_program(args)
6971
print(result.yaml_result)
7072
```
73+
74+
75+
## License
76+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcl-lang%2Flib.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcl-lang%2Flib?ref=badge_large)

0 commit comments

Comments
 (0)