From dcfb23ffb1a3da23e22b98202d043f7fcd5dc5b9 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 3 Aug 2018 12:01:45 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 015671d..868f29a 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,8 @@ This will effectively mean two things 2. You will be able to build desktop UI using HTML, whilst still using desktop UI methodology. ## Building +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FNaatan%2FZuul.js.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FNaatan%2FZuul.js?ref=badge_shield) + Note that while this project uses NodeJS and Electron the actual source code for Zuul is pure JavaScript and does not depend on NodeJS. NodeJS is only used to build the distributable, and Electron to test it. @@ -25,4 +27,7 @@ gulp webserver # Navigate to http://localhost:8000/dist/kitchensink.html # Run tests npm test # OR mocha tests -``` \ No newline at end of file +``` + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FNaatan%2FZuul.js.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FNaatan%2FZuul.js?ref=badge_large) \ No newline at end of file