From 613dba5b7bca6aebaf86f3ed6dba810fc8bf93f6 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 12 Nov 2020 19:11:14 +0000 Subject: Add nom license reference --- docs/about/open-source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/about') 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 -- cgit v1.3.1