aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2019-07-12 12:20:33 +0000
committerGitHub <noreply@github.com>2019-07-12 12:20:33 +0000
commitb6b37a04f495ba5be06f64e7b47342b6c490296f (patch)
tree69aa2dc8e8ca04447e101ef6a92b31d8d9960c9e
parentchecked with trunk version 355787. if you use the trunk llvm-clang you build ... (diff)
parentAdd license scan report and status (diff)
downloadcgrep-b6b37a04f495ba5be06f64e7b47342b6c490296f.tar.gz
cgrep-b6b37a04f495ba5be06f64e7b47342b6c490296f.zip
Merge pull request #5 from fossabot/master
Add license scan report and status
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ca3f08..688f822 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/bloodstalker/cgrep.svg?branch=master)](https://travis-ci.org/bloodstalker/cgrep)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/bloodstalker/cgrep.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bloodstalker/cgrep/context:cpp)
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Fcgrep.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fcgrep?ref=badge_shield)
# cgrep
`grep` for C/C++ source files.<br/>
@@ -55,3 +56,7 @@ For an up-to-date list, you can run `crep --help`.<br/>
-var - match variables only
```
`cgrep` is a clang tool, so it will accecpt all valid clang commandline options.<br/>
+
+
+## License
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Fcgrep.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fcgrep?ref=badge_large) \ No newline at end of file