diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-01-24 16:37:50 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-02-02 15:40:49 -0500 |
| commit | 1e0b3ca09efa1739e2f00181c7ab2435ca5eae7a (patch) | |
| tree | 039e12a90e05b72b32ae908acf504bc4c8a3fe2a /docs/about/open-source.md | |
| parent | 668f9cb0e0ea45c6d2cdc802dbe99b12f5623fff (diff) | |
Add dmon
Diffstat (limited to 'docs/about/open-source.md')
| -rw-r--r-- | docs/about/open-source.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index f7c6e0ff..5662beba 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -38,6 +38,7 @@ 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) + - [dmon] ([dmon license] - 2-clause BSD) * Core (Rust) - [Rust] ([Rust license] - Apache 2.0 / MIT) @@ -237,7 +238,7 @@ The previous tools are used in the generation of our documentation, but are not - [API / Documentation] ([api license] - MIT) APIs (Python, C, C++) and Documentation (User, API, etc)</li> - [Rust API] ([rust api license] - Apache License 2.0) - LIB Files ([api license] - MIT) .lib files included with the native windows builds of Binary Ninja are released under the same MIT license as the API itself, distinct from the standard EULA - - [Views] ([views license] - Apache License 2.0) Binary views included with the product + - [Views] ([views license] - Apache License 2.0) Binary views included with the product - [Architectures] ([architectures license] - Apache License 2.0) Architecture support included with the product - [DWARF Import] - ([dwarf import license] - Apache License 2.0) - [DWARF Export] - ([dwarf export license] - Apache License 2.0) @@ -410,6 +411,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [curl license]: https://github.com/alexcrichton/curl-rust/blob/main/LICENSE [digest]: https://github.com/RustCrypto/traits/tree/master/digest [digest license]: https://github.com/RustCrypto/traits/blob/master/digest/LICENSE-MIT +[dmon]: https://github.com/septag/dmon/ +[dmon license]: https://github.com/septag/dmon/blob/master/LICENSE [either]: https://github.com/bluss/either [either license]: https://github.com/bluss/either/blob/master/LICENSE-MIT [encoding_rs]: https://github.com/hsivonen/encoding_rs @@ -705,4 +708,4 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [which]: https://github.com/harryfei/which-rs.git [which license]: https://github.com/harryfei/which-rs/blob/master/LICENSE.txt [x509-signature]: https://github.com/paritytech/x509-signature -[x509-signature license]: https://github.com/paritytech/x509-signature/blob/master/LICENSE-MIT
\ No newline at end of file +[x509-signature license]: https://github.com/paritytech/x509-signature/blob/master/LICENSE-MIT |
