summaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-07-28 17:10:30 -0400
committerJordan Wiens <jordan@psifertex.com>2025-07-28 17:10:30 -0400
commit8055b2b46549b27db7008d50c21477b380c18903 (patch)
treefecc9fa121bcb550810ff2424628a72646888605 /docs/about
parent149e822acf3d661152efa725e7682055244c2a6e (diff)
add open source to core licenses
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/open-source.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index ada5550e..321432f5 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
- [dtl] ([dtl license] - BSD)
- [JSON for Modern C++] ([JSON for Modern C++ license] - MIT)
- [zstd] ([zstd license] - BSD)
+ - [openssl] ([openssl license] - Apache 2.0)
* Other
- [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64
@@ -184,3 +185,5 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[idb import license]: https://github.com/Vector35/binaryninja-api/blob/dev/LICENSE.txt
[SCC]: https://github.com/Vector35/scc/
[scc license]: https://github.com/Vector35/scc/blob/master/LICENSE.txt
+[openssl]: https://github.com/openssl/openssl
+[openssl license]: https://github.com/openssl/openssl/blob/master/LICENSE.txt