diff --git a/README.md b/README.md index 3a656b7..a53998d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Corsair CUE SDK wrapper for Java === ## Description +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk?ref=badge_shield) + This wrapper is based on an [JNA](https://github.com/java-native-access/jna) interface generated by [JNAerator](https://github.com/nativelibs4java/JNAerator). The `CueSDK` class provides some helper methods to access the most common needs from the native SDK, simplifying handling arrays of structs, etc. @@ -73,3 +75,7 @@ Set the color af several LED at the same time. Set the color of a single LED. * **Parameters:** `ledColor` — LED identifier and color + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk?ref=badge_large) \ No newline at end of file