summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-07-09 18:52:13 -0400
committerRusty Wagner <rusty@vector35.com>2020-07-09 18:52:39 -0400
commit045c1a93d032e96ef5647db51803efcd08b6551b (patch)
tree746fddf3c3e10751fe0c1821c6c0bb4a716e34de
parentd34bd65478e02a5dc8d1e2f16f09ce7fcdafcb6d (diff)
Removing Rust download provider
-rw-r--r--docs/about/open-source.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index 72b30fb9..94f44372 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -39,8 +39,6 @@ The previous tools are used in the generation of our documentation, but are not
- [xed] ([xed license] - Apache License 2.0) used for disassembling x86, x64, and x16
- [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler
- [flatbuffer] ([flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries
- - [rust] ([rust license] - MIT)
- - [reqwest] ([reqwest license] - MIT) used for downloading files
* Upvector update library
- [tomcrypt] ([tomcrypt license] - public domain)
@@ -117,8 +115,4 @@ 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
-[rust]: https://www.rust-lang.org/
-[rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
-[reqwest]: https://github.com/seanmonstar/reqwest
-[reqwest license]: https://github.com/seanmonstar/reqwest/blob/master/LICENSE-MIT \ No newline at end of file
+[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING \ No newline at end of file