diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2019-07-12 12:20:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 12:20:33 +0000 |
commit | b6b37a04f495ba5be06f64e7b47342b6c490296f (patch) | |
tree | 69aa2dc8e8ca04447e101ef6a92b31d8d9960c9e | |
parent | checked with trunk version 355787. if you use the trunk llvm-clang you build ... (diff) | |
parent | Add license scan report and status (diff) | |
download | cgrep-b6b37a04f495ba5be06f64e7b47342b6c490296f.tar.gz cgrep-b6b37a04f495ba5be06f64e7b47342b6c490296f.zip |
Merge pull request #5 from fossabot/master
Add license scan report and status
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |