From 07f3dbaa53fdd318e73f8cbd07caa02833385cec Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 1 May 2018 11:45:21 -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 b5d84ab..216ffb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # functional-java +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdistil%2Ffunctional-java.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdistil%2Ffunctional-java?ref=badge_shield) + A library to ease functional programming in Java. `functional-java` has borrowed alot of the interfaces and ideas from how `Rust` does it. @@ -69,3 +71,7 @@ dependencies { compile 'com.github.distil:functional-java:1.0' } ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdistil%2Ffunctional-java.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdistil%2Ffunctional-java?ref=badge_large) \ No newline at end of file