From 992933b4ac18f200f6153843ddc428dd90e59313 Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 29 Nov 2018 11:19:17 -0800 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 809721c..6a16dd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # mruby Library for Go [![Build Status](https://travis-ci.org/mitchellh/go-mruby.svg?branch=master)](https://travis-ci.org/mitchellh/go-mruby) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby?ref=badge_shield) go-mruby provides [mruby](https://github.com/mruby/mruby) bindings for [Go](http://golang.org). This allows Go applications to run a lightweight @@ -110,3 +111,7 @@ func main() { fmt.Printf("Result: %s\n", result.String()) } ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby?ref=badge_large) \ No newline at end of file