diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-04-28 12:25:01 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-04-28 12:25:01 -0400 |
| commit | 0f2b20ae34a101ce3b1c36f666c2685cedca8967 (patch) | |
| tree | 03752277c8a7f055a7aced87afa12a1cf2a151a9 /docs/about | |
| parent | 26ec1a9a51067631fa5bc11408e2af9eee10bf7e (diff) | |
add jsoncpp reference
Diffstat (limited to 'docs/about')
| -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 8c5b0661..16474da2 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -27,6 +27,7 @@ The previous tools are used in the generation of our documentation, but are not * Core - [abseil-cpp] ([abseil-cpp license] - Apache 2.0) - [discount] ([discount license] - BSD) + - [jsoncpp] ([jsoncpp] - Public Domain / MIT) - [libmspack] ([libmspack license] - LGPL, v2) - [llvm] ([llvm license] - BSD-style) - [lzf] ([lzf license] - BSD) @@ -85,6 +86,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [doxygen]: http://www.stack.nl/~dimitri/doxygen/ [flatbuffer]: https://github.com/google/flatbuffers [flatbuffer license]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt +[jsoncpp]: https://github.com/open-source-parsers/jsoncpp +[jsoncpp license]: https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE [libmspack]: https://www.cabextract.org.uk/libmspack/ [libmspack license]: https://www.cabextract.org.uk/libmspack/#license [llvm]: http://llvm.org/releases/3.8.1/ |
