summaryrefslogtreecommitdiff
path: root/docs/about/open-source.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-02-14 13:39:02 -0500
committerJordan Wiens <jordan@psifertex.com>2017-02-14 13:39:02 -0500
commit6ac3ea169e980b86c45c017892ef8a76fe5fb95d (patch)
tree7b83c9fece6a22847e5b529d77c0b3b6dce5bd47 /docs/about/open-source.md
parent8dc0e19037bd9b605ae1df87014b758025d87930 (diff)
add libgit2 to licensing info
Diffstat (limited to 'docs/about/open-source.md')
-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/