From 6bece0157b8588292e6c5575d29a16f621a3316b Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 23 Aug 2018 01:31:35 -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 6ebcfa5..408066f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # yesql-php [![Build Status](https://travis-ci.org/nulpunkt/yesql-php.png?branch=master)](https://travis-ci.org/nulpunkt/yesql-php) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php?ref=badge_shield) I'm trying to build a clone of the wonderful yesql library from clojure. The idea is to have a seperate sql file for queries, which you can then access @@ -113,3 +114,7 @@ class MyObject { $o = new MyObject; $r->insertObject($i, $o) ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php?ref=badge_large) \ No newline at end of file