From dadf1b63f2d8e2ee90d29fddd8e8fc693ba941c2 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 3 Nov 2017 11:01:52 -0700 Subject: [PATCH] Add license scan report and status --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce1db66..b8df08e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # JSON Web Token [![Build Status](http://img.shields.io/travis/kylef/JSONWebToken.swift/master.svg?style=flat)](https://travis-ci.org/kylef/JSONWebToken.swift) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkylef%2FJSONWebToken.swift.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkylef%2FJSONWebToken.swift?ref=badge_shield) Swift implementation of [JSON Web Token](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32). @@ -98,3 +99,6 @@ This library supports the following algorithms: ## License JSONWebToken is licensed under the BSD license. See [LICENSE](LICENSE) for more info. + + +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkylef%2FJSONWebToken.swift.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkylef%2FJSONWebToken.swift?ref=badge_large) \ No newline at end of file