From 47d68526ff3e0b6a05f06c3770e4007497153280 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 25 Jan 2021 11:38:26 -0800 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 6615353..e9ca462 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Order-statistic-AVL-tree > This is a simple implementation of an order-statistic AVL tree in C++. [![Build Status](https://travis-ci.com/gampu/Order-statistic-AVL-tree.svg?token=77iqP6njyrrs3QHPupD5&branch=master)](https://travis-ci.com/gampu/Order-statistic-AVL-tree) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree?ref=badge_shield) ## Example Usage: ```cpp @@ -230,3 +231,7 @@ The core functionality of an order-statistics AVL tree has been well tested and - Add documentation for workings of different concepts and techniques. - Add coverity scan and profiling. + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree?ref=badge_large) \ No newline at end of file