From ebd846de0669b42642daa2946eca5edf6d2058c7 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 1 Mar 2022 14:01:42 -0500 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d9d22f..59f00ec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ - CppUMockGen =========== Mock generator for [CppUTest/CppUMock](http://cpputest.github.io/). [![Build status](https://ci.appveyor.com/api/projects/status/3ch50mcu29pgv5st/branch/master?svg=true)](https://ci.appveyor.com/project/jgonzalezdr/cppumockgen/branch/master) [![codecov](https://codecov.io/gh/jgonzalezdr/CppUMockGen/branch/master/graph/badge.svg)](https://codecov.io/gh/jgonzalezdr/CppUMockGen) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjgonzalezdr%2FCppUMockGen.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjgonzalezdr%2FCppUMockGen?ref=badge_shield) ## What is CppUMockGen? @@ -240,3 +240,7 @@ If during configuration CMake cannot find some dependencies, their installation - libClang: `-DLibClang_HOME=` - CppUTest: `-DCppUTest_HOME=` - LCOV: `-Dlcov_HOME=` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjgonzalezdr%2FCppUMockGen.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjgonzalezdr%2FCppUMockGen?ref=badge_large) \ No newline at end of file