diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-08-26 18:51:02 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-08-26 18:51:02 -0400 |
| commit | a2ea93d70200a7d8f6e948965285b48bffbbbade (patch) | |
| tree | 8c028aa8b3a299e058f3995efb1eaac3056875d7 /docs/about | |
| parent | c73b0268d13928ee5ed980db8c4104cf0e0422ce (diff) | |
Adding rust/curl to open source list
Diffstat (limited to 'docs/about')
| -rw-r--r-- | docs/about/open-source.md | 11 |
1 files changed, 10 insertions, 1 deletions
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 |
