Skip to content

Commit 38234b0

Browse files
committed
Add license scan report and status
Signed off by: fossabot <[email protected]>
1 parent 96abc9c commit 38234b0

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)