summaryrefslogtreecommitdiff
path: root/docs/about/open-source.md
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-03-05 13:12:01 -0500
committerPeter LaFosse <peter@vector35.com>2017-03-05 13:12:01 -0500
commitcf5997848b8819725315bd2c8dd8a04c70da3b63 (patch)
tree24d9360e3ccfaee361aca4d345072c142c386a41 /docs/about/open-source.md
parenta0132eed82d28d4408a2475847e1804a157b3dc1 (diff)
parent27f1271083efb09efc6405f91be893ab38dad9a0 (diff)
Merginging with dev
Diffstat (limited to 'docs/about/open-source.md')
-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 dcebbfa5..60b90635 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -27,11 +27,12 @@ The previous tools are used in the generation of our documentation, but are not
- [discount] ([discount license] - BSD)
- [sqlite] ([sqlite license] - public domain)
- [llvm] ([llvm license] - BSD-style)
+ - [libgit2] ([libgit2 license] - GPLv2 with linking exception)
* Other
- [yasm] ([yasm license] - 2-clause BSD)
-* Upvector update Library
+* Upvector update library
- [tomcrypt] ([tomcrypt license] - public domain)
@@ -72,6 +73,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[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
+[libgit2]: https://libgit2.github.com/
+[libgit2 license]: https://github.com/libgit2/libgit2/blob/master/COPYING
[yasm]: http://yasm.tortall.net/
[yasm license]: https://github.com/yasm/yasm/blob/master/BSD.txt
[zlib]: http://www.zlib.net/