From 7ac6102ce30819c0a2709d41097a710ee91ddf7c Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 11 Nov 2022 14:20:53 -0700 Subject: Add botan to open source list --- docs/about/open-source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 26cff4b5..884e7d4b 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -42,6 +42,7 @@ The previous tools are used in the generation of our documentation, but are not - [nom] ([nom license] - MIT) - [xxHash] ([xxHash License] - 2-clause BSD) - [pdb (Rust crate)] ([pdb license] - Apache 2.0 / MIT) + - [botan] ([botan license] - 2-clause BSD) * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 @@ -145,4 +146,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [xxHash]: https://github.com/Cyan4973/xxHash [xxHash license]: https://github.com/Cyan4973/xxHash/blob/release/LICENSE [pdb (Rust crate)]: https://github.com/willglynn/pdb -[pdb license]: https://github.com/willglynn/pdb/blob/master/LICENSE-APACHE \ No newline at end of file +[pdb license]: https://github.com/willglynn/pdb/blob/master/LICENSE-APACHE +[botan]: https://github.com/randombit/botan +[botan license]: https://github.com/randombit/botan/blob/master/license.txt \ No newline at end of file -- cgit v1.3.1