From 189ab49a3f38b3e7661263a3e7aebbaa4a6df0da Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 8 Oct 2018 04:35:13 -0700 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 f309a9e..f6c0752 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # jsonSQL [![npm version](https://badge.fury.io/js/jsonsql.svg?branche=master)](http://badge.fury.io/js/jsonsql) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frockdragon%2FjsonSQL.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Frockdragon%2FjsonSQL?ref=badge_shield) A SQL-like query language for JSON objects. @@ -216,4 +217,7 @@ console.log('======RESULT 1\n',res); { Version: '123', CreateDate: '2016-05-24T06:50:25.584Z', Desc: 'xfsstd' } ] -``` \ No newline at end of file +``` + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frockdragon%2FjsonSQL.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Frockdragon%2FjsonSQL?ref=badge_large) \ No newline at end of file