From 1e0b3ca09efa1739e2f00181c7ab2435ca5eae7a Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 24 Jan 2024 16:37:50 -0500 Subject: Add dmon --- docs/about/open-source.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') 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) - [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 -- cgit v1.3.1