From 03c6d25c4c64c8870ba9162990a107ea4b6b81c9 Mon Sep 17 00:00:00 2001 From: fossabot Date: Sat, 10 Aug 2024 04:49:15 -0600 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 e6ef367..0b207d0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![codecov](https://codecov.io/gh/tlog-dev/eazy/tags/latest/graph/badge.svg)](https://codecov.io/gh/tlog-dev/eazy) [![Go Report Card](https://goreportcard.com/badge/tlog.app/go/eazy)](https://goreportcard.com/report/tlog.app/go/eazy) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/tlog-dev/eazy?sort=semver) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftlog-dev%2Feazy.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftlog-dev%2Feazy?ref=badge_shield) # eazy @@ -37,3 +38,7 @@ func DecompressingReader(r io.Reader) io.Reader { return eazy.NewReader(r) } ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftlog-dev%2Feazy.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftlog-dev%2Feazy?ref=badge_large) \ No newline at end of file