diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2019-07-12 12:48:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 12:48:31 +0000 |
commit | bde00fcddae90f0a80c668cc54cda6647ca1be49 (patch) | |
tree | 65c94bc0c66c617391844b656b84aa2e53923343 /README.md | |
parent | update (diff) | |
parent | Add license scan report and status (diff) | |
download | faultreiber-bde00fcddae90f0a80c668cc54cda6647ca1be49.tar.gz faultreiber-bde00fcddae90f0a80c668cc54cda6647ca1be49.zip |
Merge pull request #9 from fossabot/master
Add license scan report and status
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,6 @@ # faultreiber +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Ffaultreiber.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Ffaultreiber?ref=badge_shield) + `faultreiber` generates a parser library in C for a structured (binary) file format. The input is an XML file that describes the format.<br/> The C source code will be in the form of multiple source and header files.<br/> The headers have header guards and are already `extern "C"`ed.<br/> @@ -125,3 +127,6 @@ The list of the projects that use faulreiber:<br/> ## License `faultreiber` is provided under MIT. I'm assuming(I'm not a lawyer) the generated code is considered "derived work". If it is, then the generated code will also fall under MIT.<br/> + + +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Ffaultreiber.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Ffaultreiber?ref=badge_large)
\ No newline at end of file |