From 60aec7e2e2fa9f2c66e221391f16ac0e4d3a1b62 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 17 Jul 2019 11:57:37 -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 2223c59..ec5e377 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![](https://godoc.org/github.com/mfdeux/pushshift?status.svg)](http://godoc.org/github.com/mfdeux/pushshift) [![Go Report Card](https://goreportcard.com/badge/github.com/mfdeux/pushshift)](https://goreportcard.com/report/github.com/mfdeux/pushshift) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmfdeux%2Fpushshift.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmfdeux%2Fpushshift?ref=badge_shield) A Go client for the [pushshift.io reddit API](https://pushshift.io/api-parameters/). @@ -25,3 +26,7 @@ For detailed examples, check out the examples folder. client := pushshift.NewClient("myApp/0.1.0") ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmfdeux%2Fpushshift.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmfdeux%2Fpushshift?ref=badge_large) \ No newline at end of file