summaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-06-23 18:36:37 -0400
committerRusty Wagner <rusty@vector35.com>2017-06-23 18:36:37 -0400
commitc51f3bed6bdef577253feee0e85a71fda1931bd7 (patch)
tree1cf26ff28e0b9bfb6bfbed044ba7ca520d63f862 /docs/about
parent4b988c0d24c8d8c8dc67485f3aaeb7106eb4af18 (diff)
parentcca0fe6ea60eb7f6b35cc433a6fff96cc65b3ff8 (diff)
Merge branch 'dev'
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/open-source.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index f884b0b7..60b90635 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -27,6 +27,7 @@ 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)
@@ -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/