summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2021-04-14 14:47:51 -0400
committerJosh Ferrell <josh@vector35.com>2021-04-14 14:47:51 -0400
commite8b9e5e4520522bcfcd5b2ed2b343892f171d750 (patch)
treea813c2877fa35fc11d87f97022baba7a5dac1f64
parentd11a28c2fcffef386fed2ac4ce559b49a02fad5b (diff)
Add xxHash license
-rw-r--r--docs/about/open-source.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index eb031d52..999b34f3 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -37,6 +37,7 @@ The previous tools are used in the generation of our documentation, but are not
- [curl-rust] ([curl-rust license] - MIT)
- [curl] ([curl license] - MIT)
- [nom] ([nom license] - MIT)
+ - [xxHash] ([xxHash License] - 2-clause BSD)
* Other
- [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64
@@ -131,4 +132,5 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[nom license]: https://github.com/Geal/nom/blob/master/LICENSE
[nom]: https://github.com/Geal/nom
[QCheckboxCombo]: https://github.com/CuriousCrow/QCheckboxCombo
-[QCheckboxCombo License]: https://github.com/CuriousCrow/QCheckboxCombo/blob/master/LICENSE \ No newline at end of file
+[QCheckboxCombo License]: https://github.com/CuriousCrow/QCheckboxCombo/blob/master/LICENSE
+[xxHash license]: https://github.com/Cyan4973/xxHash/blob/release/LICENSE