summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 682b87e1..a33768a6 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -48,6 +48,7 @@ The previous tools are used in the generation of our documentation, but are not
- [xed] ([xed license] - Apache License 2.0) used for disassembling x86, x64, and x16
- [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler
- [flatbuffer] ([flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries
+ - [deprecation] ([deprecation license] - Apache License 2.0) used in the Python API for marking deprecated functions/properties/classes
## Building Qt
@@ -140,4 +141,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[pdb (Rust crate)]: https://github.com/willglynn/pdb
[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
+[botan license]: https://github.com/randombit/botan/blob/master/license.txt
+[deprecation]: https://github.com/briancurtin/deprecation
+[deprecation license]: https://github.com/briancurtin/deprecation/blob/master/LICENSE \ No newline at end of file