diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-01-27 00:17:42 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-01-27 00:17:42 -0500 |
| commit | bb1fe1d4b3956f92810c107a35355d2622209c99 (patch) | |
| tree | a6bc9a92862256d88685dd1bc87e42bacc257cce /docs | |
| parent | 79986dd0d6429ddca15645e7ab09b71ed2ae4386 (diff) | |
add flatbuffer license
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index e9ff6280..b5abbb3d 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -36,6 +36,7 @@ The previous tools are used in the generation of our documentation, but are not - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 - [xed] ([xed license] - Apache License 2.0) used for disassembling x86, x64, and x16 - [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler + - [flatbuffer] ([flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries * Upvector update library - [tomcrypt] ([tomcrypt license] - public domain) @@ -70,6 +71,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [discount]: http://www.pell.portland.or.us/~orc/Code/discount/ [doxygen license]: https://github.com/doxygen/doxygen/blob/master/LICENSE [doxygen]: http://www.stack.nl/~dimitri/doxygen/ +[flatbuffer]: https://github.com/google/flatbuffers +[flatbuffer license]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt [libgit2]: https://libgit2.github.com/ [libgit2 license]: https://github.com/libgit2/libgit2/blob/master/COPYING [libmspack]: https://www.cabextract.org.uk/libmspack/ |
