diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-08-31 20:29:25 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-08-31 20:29:25 -0400 |
| commit | 0b30396eb319e89e4f69d9cbac12fc3d4b453f53 (patch) | |
| tree | 25846f8d0e811b16b28291aeaf6359bee51e28c4 /docs | |
| parent | b41ce98a3930dc7c17be8081ef3a1ada3e2d58e8 (diff) | |
include capstone license
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 2f0a60f2..9f385633 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -33,7 +33,8 @@ The previous tools are used in the generation of our documentation, but are not - [zlib] ([zlib license] - zlib license) * Other - - [yasm] ([yasm license] - 2-clause BSD) + - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 + - [capstone] ([capstone license] - 3-clause BSD) used in the PPC architecture module as an example of how to wrap an external disassembler * Upvector update library - [tomcrypt] ([tomcrypt license] - public domain) @@ -56,6 +57,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [Building Qt 5 from Git]: https://wiki.qt.io/Building-Qt-5-from-Git [Qt 5.6]: https://www.qt.io/qt-licensing-terms/ +[capstone]: https://github.com/aquynh/capstone +[capstone license]: https://github.com/aquynh/capstone/blob/master/LICENSE.TXT [breathe license]: https://github.com/michaeljones/breathe/blob/master/LICENSE [breathe-rtd-theme license]: https://github.com/snide/sphinx_rtd_theme/blob/master/LICENSE [breathe-rtd-theme]: https://github.com/snide/sphinx_rtd_theme/ |
