From a2ea93d70200a7d8f6e948965285b48bffbbbade Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 26 Aug 2020 18:51:02 -0400 Subject: Adding rust/curl to open source list --- docs/about/open-source.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 99595437..c1339fa6 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -32,6 +32,9 @@ The previous tools are used in the generation of our documentation, but are not - [zlib] ([zlib license] - zlib license) - [rapidjson] ([rapidjson license] - MIT) - [jemalloc] ([jemalloc license] - 2-clause BSD) + - [Rust] ([Rust license] - MIT) + - [curl-rust] ([curl-rust license] - MIT) + - [curl] ([curl license] - MIT) * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 @@ -112,4 +115,10 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [jemalloc]: https://github.com/jemalloc/jemalloc [jemalloc license]: https://github.com/jemalloc/jemalloc/blob/master/COPYING [libxcb]: https://gitlab.freedesktop.org/xorg/lib/libxcb -[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING \ No newline at end of file +[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING +[Rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT +[Rust]: https://www.rust-lang.org/ +[curl-rust license]: https://github.com/alexcrichton/curl-rust/blob/master/LICENSE +[curl-rust]: https://github.com/alexcrichton/curl-rust +[curl license]: https://github.com/curl/curl/blob/master/COPYING +[curl]: https://github.com/curl/curl \ No newline at end of file -- cgit v1.3.1