From 77dc9eb02dc6dfc1185dfaf183364c30f49b30a8 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 24 Jul 2018 17:40:56 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rdoc b/README.rdoc index 53a52fe..5480032 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,3 +1,5 @@ +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fraphael%2Frightcert.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fraphael%2Frightcert?ref=badge_shield) + = RightCert Secure serialization using X.509 Certificates for digital signatures and encryption @@ -131,3 +133,7 @@ Once initialized the serializer can be used the same way other serializers are: data = RightCert::Serializer.dump(obj) RightCert::Serializer.load(data).should eql(obj) + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fraphael%2Frightcert.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fraphael%2Frightcert?ref=badge_large) \ No newline at end of file