summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2020-11-12 19:11:14 +0000
committerKyleMiles <krm504@nyu.edu>2020-11-12 19:13:39 +0000
commit613dba5b7bca6aebaf86f3ed6dba810fc8bf93f6 (patch)
tree78c4e4952dc997d2a86bd59d7c55930f807ae331
parentd07086bde73b403e5d6816be7d25f2f67460eeb2 (diff)
Add nom license reference
-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 c1339fa6..49190f86 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -35,6 +35,7 @@ The previous tools are used in the generation of our documentation, but are not
- [Rust] ([Rust license] - MIT)
- [curl-rust] ([curl-rust license] - MIT)
- [curl] ([curl license] - MIT)
+ - [NOM] ([NOM license] - MIT)
* Other
- [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64
@@ -121,4 +122,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[curl-rust license]: https://github.com/alexcrichton/curl-rust/blob/master/LICENSE
[curl-rust]: https://github.com/alexcrichton/curl-rust
[curl license]: https://github.com/curl/curl/blob/master/COPYING
-[curl]: https://github.com/curl/curl \ No newline at end of file
+[curl]: https://github.com/curl/curl
+[nom license]: https://github.com/Geal/nom/blob/master/LICENSE
+[nom]: https://github.com/Geal/nom \ No newline at end of file