From ba8abe6bb0e7a5ea1d8b867405c576d3ef7a1198 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 6 Jun 2025 19:44:17 -0400 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 7bc091c..459f871 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # FastIO +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLangYa466%2FFastIO.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FLangYa466%2FFastIO?ref=badge_shield) + ## 超轻量高效的文件IO库 只支持Windows (x64) 用C++写的 (JNI) # 使用 maven/gradle 导入 @@ -17,3 +19,7 @@ https://jitpack.io/#LangYa466/FastIO/-SNAPSHOT System.out.println("File Saved: " + result); } ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLangYa466%2FFastIO.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FLangYa466%2FFastIO?ref=badge_large) \ No newline at end of file