From 10c88f331e8d74e7c9aad3c67518fb4eb8386da9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 1 Jul 2017 11:41:48 -0400 Subject: add license info for libmspack --- docs/about/open-source.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/about/open-source.md') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 7feb1b7a..bc0bf5a1 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -24,6 +24,7 @@ The previous tools are used in the generation of our documentation, but are not - [discount] ([discount license] - BSD) - [libcurl] ([libcurl license] - MIT/X derivative) - [libgit2] ([libgit2 license] - GPLv2 with linking exception) + - [libmspack] ([libmspack license] - LGPL, v2) - [llvm] ([llvm license] - BSD-style) - [lzf] ([lzf license] - BSD) - [openssl] ([openssl license] - openssl license) @@ -64,12 +65,14 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [discount]: http://www.pell.portland.or.us/~orc/Code/discount/ [doxygen license]: https://github.com/doxygen/doxygen/blob/master/LICENSE [doxygen]: http://www.stack.nl/~dimitri/doxygen/ -[libcurl license]: https://curl.haxx.se/docs/copyright.html [libcurl]: https://curl.haxx.se/ -[libgit2 license]: https://github.com/libgit2/libgit2/blob/master/COPYING +[libcurl license]: https://curl.haxx.se/docs/copyright.html [libgit2]: https://libgit2.github.com/ -[llvm license]: http://llvm.org/releases/3.8.1/LICENSE.TXT +[libgit2 license]: https://github.com/libgit2/libgit2/blob/master/COPYING +[libmspack]: https://www.cabextract.org.uk/libmspack/ +[libmspack license]: https://www.cabextract.org.uk/libmspack/#license [llvm]: http://llvm.org/releases/3.8.1/ +[llvm license]: http://llvm.org/releases/3.8.1/LICENSE.TXT [lzf license]: http://oldhome.schmorp.de/marc/liblzf.html [lzf]: http://oldhome.schmorp.de/marc/liblzf.html [mkdocs license]: https://github.com/mkdocs/mkdocs/blob/master/LICENSE -- cgit v1.3.1 From 091e90f70c789e161c354ef47f7babc35997cad3 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 27 Jul 2017 11:45:17 -0700 Subject: add jemalloc license info --- docs/about/open-source.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/about/open-source.md') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index bc0bf5a1..2f0a60f2 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 - [libmspack] ([libmspack license] - LGPL, v2) - [llvm] ([llvm license] - BSD-style) - [lzf] ([lzf license] - BSD) + - [jemalloc] ([jemalloc license] - BSD) - [openssl] ([openssl license] - openssl license) - [sqlite] ([sqlite license] - public domain) - [zlib] ([zlib license] - zlib license) @@ -73,6 +74,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [libmspack license]: https://www.cabextract.org.uk/libmspack/#license [llvm]: http://llvm.org/releases/3.8.1/ [llvm license]: http://llvm.org/releases/3.8.1/LICENSE.TXT +[jemalloc]: http://jemalloc.net/ +[jemalloc license]: https://github.com/jemalloc/jemalloc/blob/dev/COPYING [lzf license]: http://oldhome.schmorp.de/marc/liblzf.html [lzf]: http://oldhome.schmorp.de/marc/liblzf.html [mkdocs license]: https://github.com/mkdocs/mkdocs/blob/master/LICENSE -- cgit v1.3.1 From 0b30396eb319e89e4f69d9cbac12fc3d4b453f53 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 31 Aug 2017 20:29:25 -0400 Subject: include capstone license --- docs/about/open-source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/about/open-source.md') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 2f0a60f2..9f385633 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -33,7 +33,8 @@ The previous tools are used in the generation of our documentation, but are not - [zlib] ([zlib license] - zlib license) * Other - - [yasm] ([yasm license] - 2-clause BSD) + - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 + - [capstone] ([capstone license] - 3-clause BSD) used in the PPC architecture module as an example of how to wrap an external disassembler * Upvector update library - [tomcrypt] ([tomcrypt license] - public domain) @@ -56,6 +57,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [Building Qt 5 from Git]: https://wiki.qt.io/Building-Qt-5-from-Git [Qt 5.6]: https://www.qt.io/qt-licensing-terms/ +[capstone]: https://github.com/aquynh/capstone +[capstone license]: https://github.com/aquynh/capstone/blob/master/LICENSE.TXT [breathe license]: https://github.com/michaeljones/breathe/blob/master/LICENSE [breathe-rtd-theme license]: https://github.com/snide/sphinx_rtd_theme/blob/master/LICENSE [breathe-rtd-theme]: https://github.com/snide/sphinx_rtd_theme/ -- cgit v1.3.1