From 73fd8e66515b479744a4df22e1d6d6979e8be392 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 3 Sep 2025 10:38:07 -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 3022c36..514bbf1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A C# wrapper library for developing plugins for Cheat Engine. Provides managed .NET interfaces for memory scanning, process manipulation, and reverse engineering tasks. ## Status +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhedgehogform%2FCESDK.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhedgehogform%2FCESDK?ref=badge_shield) + This project is currently under active development. The core SDK infrastructure is implemented but many features are still being developed and tested. @@ -32,3 +34,7 @@ dotnet build ### Why not on Nuget? I just want to make sure the library works first as I really can't implement unit testing with a DLL since it requires Cheat Engine running at runtime. + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhedgehogform%2FCESDK.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhedgehogform%2FCESDK?ref=badge_large) \ No newline at end of file