From 38234b07b3576de9eedb852ca3d41bdfb7800472 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 19 Mar 2024 19:10:11 -0700 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2bd6a938..f1029e68 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # KCL Artifact Library for SDKs +[![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) + 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. @@ -68,3 +70,7 @@ api = api.API() result = api.exec_program(args) print(result.yaml_result) ``` + + +## License +[![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) \ No newline at end of file