summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2022-11-11 14:20:53 -0700
committerRusty Wagner <rusty.wagner@gmail.com>2022-11-25 20:33:28 -0500
commit7ac6102ce30819c0a2709d41097a710ee91ddf7c (patch)
tree986910be656752f5f18b5f03de18c783fdb7c783 /docs
parentd0bea5579c77acbf682faa98a0071bdf6fffcf1f (diff)
Add botan to open source list
Diffstat (limited to 'docs')
-rw-r--r--docs/about/open-source.md5
1 files changed, 4 insertions, 1 deletions
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