From 2624b95609c80e26b6ed8e75333b7a5532b52cdc Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 17 Jun 2026 11:49:14 -0500 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ad0e38..798522e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # jsonrpc-fdpass-go +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbootc-dev%2Fjsonrpc-fdpass-go.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fbootc-dev%2Fjsonrpc-fdpass-go?ref=badge_shield) + A Go implementation of JSON-RPC 2.0 with file descriptor passing over Unix domain sockets. @@ -66,3 +68,6 @@ func main() { ## License MIT + + +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbootc-dev%2Fjsonrpc-fdpass-go.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fbootc-dev%2Fjsonrpc-fdpass-go?ref=badge_large) \ No newline at end of file