diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-09-21 11:41:01 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-09-21 11:41:01 -0400 |
| commit | aedcef7c44c6aab17ba7b2962fc1c347847ad2af (patch) | |
| tree | 040a0b04873c7b45942c76f568b8b0a68954d190 /docs | |
| parent | 18335e0e5603380ff43bd5967d6d8aa7ec37f71d (diff) | |
adding rapidjson license information
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 a90da9c1..114d5b53 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -30,6 +30,7 @@ The previous tools are used in the generation of our documentation, but are not - [python] ([python license] - Python Software Foundation License 2 -- a Python 2.7 built without GPL components is currently shipped with Windows builds only, other platforms leverage existing Python installs) - [sqlite] ([sqlite license] - public domain) - [zlib] ([zlib license] - zlib license) + - [rapidjson] ([rapidjson license] - MIT) * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 @@ -87,6 +88,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [python license]: https://github.com/python/cpython/blob/master/LICENSE [qt license]: https://www.qt.io/qt-licensing-terms/ [qt]: https://www.qt.io/download/ +[rapidjson]: http://rapidjson.org/ +[rapidjson license]: https://github.com/Tencent/rapidjson/blob/master/license.txt [rlcompleter]: https://github.com/python/cpython/blob/master/Lib/rlcompleter.py [sourcecodepro license]: https://github.com/adobe-fonts/source-code-pro/blob/master/LICENSE.md [sourcecodepro]: https://github.com/adobe-fonts/source-code-pro |
