From 3c3370e53a5c00bd827c283d2f2817aa79c5223b Mon Sep 17 00:00:00 2001 From: fossabot Date: Sun, 27 Sep 2020 19:04:36 -0700 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 27325f9..ec25e91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # ActiveCampaignNet +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmathieukempe%2FActiveCampaignNet.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmathieukempe%2FActiveCampaignNet?ref=badge_shield) + ActiveCampaignNet is a .NET class library that provides an easy-to-use interface for the http://www.activecampaign.com/ web api # Examples @@ -43,3 +45,7 @@ if (result.IsSuccessful) Console.WriteLine(result.Data); } ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmathieukempe%2FActiveCampaignNet.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmathieukempe%2FActiveCampaignNet?ref=badge_large) \ No newline at end of file