diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index c191c5a6..58668b6f 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -72,6 +72,7 @@ The previous tools are used in the generation of our documentation, but are not - [clang-sys] ([clang-sys license] - APACHE 2.0) - [core-foundation-sys] ([core-foundation-sys license] - APACHE 2.0 / MIT) - [core-foundation] ([core-foundation license] - APACHE 2.0 / MIT) + - [cpp-demangle] ([cpp-demangle license] - APACHE 2.0 / MIT) - [cpufeatures] ([cpufeatures license] - APACHE 2.0 / MIT) - [crc] ([crc license] - APACHE 2.0 / MIT) - [crc-catalog] ([crc-catalog license] - APACHE 2.0 / MIT) @@ -426,6 +427,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [core-foundation-sys license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT [core-foundation]: https://github.com/servo/core-foundation-rs [core-foundation license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT +[cpp-demangle]: https://github.com/gimli-rs/cpp_demangle +[cpp-demangle license]: https://github.com/gimli-rs/cpp_demangle/blob/master/LICENSE-MIT [cpufeatures]: https://github.com/RustCrypto/utils/tree/master/cpufeatures [cpufeatures license]: https://github.com/RustCrypto/utils/blob/master/cpufeatures/LICENSE-MIT [crc]: https://github.com/mrhooray/crc-rs |
