From 90d5b7fac60938998a834eb9a2e6047e2d10dce3 Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 1 Aug 2019 09:26:45 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf771e7..9eeadde 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # errors [![Travis-CI](https://travis-ci.org/pkg/errors.svg)](https://travis-ci.org/pkg/errors) [![AppVeyor](https://ci.appveyor.com/api/projects/status/b98mptawhudj53ep/branch/master?svg=true)](https://ci.appveyor.com/project/davecheney/errors/branch/master) [![GoDoc](https://godoc.org/github.com/pkg/errors?status.svg)](http://godoc.org/github.com/pkg/errors) [![Report card](https://goreportcard.com/badge/github.com/pkg/errors)](https://goreportcard.com/report/github.com/pkg/errors) [![Sourcegraph](https://sourcegraph.com/github.com/pkg/errors/-/badge.svg)](https://sourcegraph.com/github.com/pkg/errors?badge) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FStreamJar%2Fgo-errors.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FStreamJar%2Fgo-errors?ref=badge_shield) Package errors provides simple error handling primitives. @@ -57,3 +58,6 @@ Before sending a PR, please discuss your change by raising an issue. ## License BSD-2-Clause + + +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FStreamJar%2Fgo-errors.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FStreamJar%2Fgo-errors?ref=badge_large) \ No newline at end of file