From 4b307cd76a33dc2107e7b400749477740b1525ab Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 1 Mar 2022 19:17:03 -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 695cf68..42e6cad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - Color Console Library =========== @@ -43,6 +42,7 @@ Alternatively, the **set_color()** member function can be used, which behaves ju ### Example Output ![Example Output](https://github.com/jgonzalezdr/ColorConsoleLib/blob/gh-pages/images/ColorConsoleLib.png?raw=true) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjgonzalezdr%2FColorConsoleLib.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjgonzalezdr%2FColorConsoleLib?ref=badge_shield) ## Building from Source @@ -75,3 +75,7 @@ Alternatively, the **set_color()** member function can be used, which behaves ju | `-DCOVERAGE` | Enables code coverage in tests
_(only for multi-config generators)_
`ON`_(default)_
`OFF` | | `-DCOVERAGE_VERBOSE` | Enables verbose code coverage
`ON`
`OFF`_(default)_ | | `-DCI_MODE` | Enables Continous Integration mode
`ON`
`OFF`_(default)_ | + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjgonzalezdr%2FColorConsoleLib.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjgonzalezdr%2FColorConsoleLib?ref=badge_large) \ No newline at end of file