From 3f62eb2060f394b876ebd3d7c6764f8115d64875 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 27 Aug 2019 05:34:39 -0700 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 f46e14f9..1a0dd953 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # CodeFormatter [![Build status](https://ci2.dot.net/job/dotnet_codeformatter/job/master/job/innerloop/badge/icon)](https://ci2.dot.net/job/dotnet_codeformatter/job/master/job/innerloop/) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjamiecool%2Fcodeformatter.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjamiecool%2Fcodeformatter?ref=badge_shield) CodeFormatter is a tool that uses Roslyn to automatically rewrite the source to follow our coding styles, which are [documented here][corefx-coding-style]. @@ -37,3 +38,7 @@ We follow the same contribution process that [corefx is using][corefx-contributing]. [corefx-contributing]: https://github.com/dotnet/corefx/wiki/Contributing + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjamiecool%2Fcodeformatter.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjamiecool%2Fcodeformatter?ref=badge_large) \ No newline at end of file