diff options
| -rw-r--r-- | docs/about/open-source.md | 5 |
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 |
