diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-04-08 14:13:16 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-05-13 15:06:53 -0400 |
| commit | 3c28d7e6eaa84041ec0fe5352a618759c13e6cb3 (patch) | |
| tree | d4115c3e663b30ea388c35add6e5fc7dbd835c11 /docs/about | |
| parent | 0ace079eb70b0c999914a1e95a3eb1324a3b19d8 (diff) | |
Move collaboration to core
Diffstat (limited to 'docs/about')
| -rw-r--r-- | docs/about/open-source.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 28dac467..c191c5a6 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -38,6 +38,9 @@ The previous tools are used in the generation of our documentation, but are not - [xxHash] ([xxHash License] - 2-clause BSD) - [botan] ([botan license] - 2-clause BSD) - [fmt] ([fmt license] - MIT) + - [dtl] ([dtl license] - BSD) + - [JSON for Modern C++] ([JSON for Modern C++ license] - MIT) + - [zstd] ([zstd license] - BSD) * Core (Rust) - [Rust] ([Rust license] - Apache 2.0 / MIT) @@ -343,6 +346,12 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [xxHash license]: https://github.com/Cyan4973/xxHash/blob/release/LICENSE [botan]: https://github.com/randombit/botan [botan license]: https://github.com/randombit/botan/blob/master/license.txt +[dtl]: https://github.com/cubicdaiya/dtl/ +[dtl license]: https://github.com/cubicdaiya/dtl/COPYING +[JSON for Modern C++]: https://github.com/nlohmann/json/ +[JSON for Modern C++ license]: https://github.com/nlohmann/json/blob/develop/LICENSE.MIT +[zstd]: https://github.com/facebook/zstd/ +[zstd license]: https://github.com/facebook/zstd/LICENSE [deprecation]: https://github.com/briancurtin/deprecation [deprecation license]: https://github.com/briancurtin/deprecation/blob/master/LICENSE [API / Documentation]: https://github.com/vector35/binaryninja-api |
