summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-10-03 22:40:21 -0400
committerJordan Wiens <jordan@psifertex.com>2016-10-03 22:40:21 -0400
commit55ac7a184b7956c0c2e2ca41d512e7c4a81267d9 (patch)
treefa1ee82d342c12ed5d42e7caf9397312edf7cf63
parentcd4fdd14072e0dace3253d4e0928f7d62d9a424b (diff)
updated license
-rw-r--r--docs/about/open-source.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index c3663e6b..dcebbfa5 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -25,6 +25,11 @@ The previous tools are used in the generation of our documentation, but are not
- [zlib] ([zlib license] - zlib license)
- [openssl] ([openssl license] - openssl license)
- [discount] ([discount license] - BSD)
+ - [sqlite] ([sqlite license] - public domain)
+ - [llvm] ([llvm license] - BSD-style)
+
+* Other
+ - [yasm] ([yasm license] - 2-clause BSD)
* Upvector update Library
- [tomcrypt] ([tomcrypt license] - public domain)
@@ -63,6 +68,12 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[lzf license]: http://oldhome.schmorp.de/marc/liblzf.html
[discount]: http://www.pell.portland.or.us/~orc/Code/discount/
[discount license]: http://www.pell.portland.or.us/~orc/Code/discount/COPYRIGHT.html
+[sqlite]: https://www.sqlite.org/index.html
+[sqlite license]: https://www.sqlite.org/copyright.html
+[llvm]: http://llvm.org/releases/3.8.1/
+[llvm license]: http://llvm.org/releases/3.8.1/LICENSE.TXT
+[yasm]: http://yasm.tortall.net/
+[yasm license]: https://github.com/yasm/yasm/blob/master/BSD.txt
[zlib]: http://www.zlib.net/
[zlib license]: http://www.zlib.net/zlib_license.html
[openssl]: https://www.openssl.org/