diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-06-28 22:12:14 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-06-28 22:12:14 -0400 |
| commit | 980e2f090fb47f7f71a46b03e8c636819f3214ec (patch) | |
| tree | f981eaf7f74eebc382974def5acc997cc9a215bd /docs | |
| parent | c51f3bed6bdef577253feee0e85a71fda1931bd7 (diff) | |
| parent | d3a401da5af8dd471adf842b63c7368c7f8e87d0 (diff) | |
Merging dev to master for linux demo fix -- will not change personal or
commercial builds
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 91 |
1 files changed, 47 insertions, 44 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 60b90635..7feb1b7a 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -5,29 +5,30 @@ Vector 35 is grateful for the following open source packages that are used in Binary Ninja directly or indirectly: * Documentation - - [mkdocs] ([mkdocs license] - BSD) - - [mkdocs-material] ([mkdocs-material License] - BSD) - - [breathe] ([breathe license] - BSD) - [breathe-rtd-theme] ([breathe-rtd-theme license] - MIT) - - [sphinx] ([sphinx license] - BSD and others) + - [breathe] ([breathe license] - BSD) - [doxygen] ([doxygen license] - GPLv2) + - [mkdocs-material] ([mkdocs-material License] - BSD) + - [mkdocs] ([mkdocs license] - BSD) + - [sphinx] ([sphinx license] - BSD and others) The previous tools are used in the generation of our documentation, but are not distributed themselves and are merely listed here in acknowledgement for the value they provide. * UI + - [dejavusanscode] ([dejavusanscode license] - multiple open licenses) + - [opensans] ([opensans license] - Apache 2.0) - [qt] ([qt license] - LGPLv3 / note, please see our [qt build instructions below](open-source.md#building-qt)) - [sourcecodepro] ([sourcecodepro license] - SIL open font license) - - [opensans] ([opensans license] - Apache 2.0) - - [dejavusanscode] ([dejavusanscode license] - multiple open licenses) * Core + - [discount] ([discount license] - BSD) + - [libcurl] ([libcurl license] - MIT/X derivative) + - [libgit2] ([libgit2 license] - GPLv2 with linking exception) + - [llvm] ([llvm license] - BSD-style) - [lzf] ([lzf license] - BSD) - - [zlib] ([zlib license] - zlib license) - [openssl] ([openssl license] - openssl license) - - [discount] ([discount license] - BSD) - [sqlite] ([sqlite license] - public domain) - - [llvm] ([llvm license] - BSD-style) - - [libgit2] ([libgit2 license] - GPLv2 with linking exception) + - [zlib] ([zlib license] - zlib license) * Other - [yasm] ([yasm license] - 2-clause BSD) @@ -51,45 +52,47 @@ Please note that we offer no support for running Binary Ninja with modified Qt l - On Windows, replace the `Qt5core.dll`, `Qt5Gui.dll`, `Qt5Network.dll`, and `Qt5Widgets.dll` files in `C:\Program Files\Vector35\BinaryNinja\` - On Linux, replace the `libQt5Core.so.5`, `libQt5DBus.so.5`, `libQt5Gui.so.5`, `libQt5Network.so.5`, `libQt5Widgets.so.5`, `libQt5XcbQpa.so.5` files wherever Binary Ninja was extracted -[mkdocs]: http://www.mkdocs.org/ -[mkdocs license]: https://github.com/mkdocs/mkdocs/blob/master/LICENSE -[mkdocs-material]: https://github.com/squidfunk/mkdocs-material -[mkdocs-material license]: https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE -[breathe]: https://github.com/michaeljones/breathe +[Building Qt 5 from Git]: https://wiki.qt.io/Building-Qt-5-from-Git +[Qt 5.6]: https://www.qt.io/qt-licensing-terms/ [breathe license]: https://github.com/michaeljones/breathe/blob/master/LICENSE -[breathe-rtd-theme]: https://github.com/snide/sphinx_rtd_theme/ [breathe-rtd-theme license]: https://github.com/snide/sphinx_rtd_theme/blob/master/LICENSE -[sphinx]: http://www.sphinx-doc.org/en/stable/index.html -[sphinx license]: https://github.com/sphinx-doc/sphinx/blob/master/LICENSE -[doxygen]: http://www.stack.nl/~dimitri/doxygen/ -[doxygen license]: https://github.com/doxygen/doxygen/blob/master/LICENSE -[qt]: https://www.qt.io/download/ -[qt license]: https://www.qt.io/qt-licensing-terms/ -[lzf]: http://oldhome.schmorp.de/marc/liblzf.html -[lzf license]: http://oldhome.schmorp.de/marc/liblzf.html -[discount]: http://www.pell.portland.or.us/~orc/Code/discount/ +[breathe-rtd-theme]: https://github.com/snide/sphinx_rtd_theme/ +[breathe]: https://github.com/michaeljones/breathe +[dejavusanscode license]: https://github.com/SSNikolaevich/DejaVuSansCode/blob/master/LICENSE +[dejavusanscode]: https://github.com/SSNikolaevich/DejaVuSansCode [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 -[libgit2]: https://libgit2.github.com/ +[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 -[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/ +[libgit2]: https://libgit2.github.com/ +[llvm license]: http://llvm.org/releases/3.8.1/LICENSE.TXT +[llvm]: http://llvm.org/releases/3.8.1/ +[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 +[mkdocs-material license]: https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE +[mkdocs-material]: https://github.com/squidfunk/mkdocs-material +[mkdocs]: http://www.mkdocs.org/ +[opensans license]: http://www.apache.org/licenses/LICENSE-2.0.html +[opensans]: https://www.google.com/fonts/specimen/Open+Sans [openssl license]: https://www.openssl.org/source/license.html -[tomcrypt]: https://github.com/libtom/libtomcrypt -[tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE -[sourcecodepro]: https://github.com/adobe-fonts/source-code-pro +[openssl]: https://www.openssl.org/ +[qt license]: https://www.qt.io/qt-licensing-terms/ +[qt]: https://www.qt.io/download/ [sourcecodepro license]: https://github.com/adobe-fonts/source-code-pro/blob/master/LICENSE.txt -[opensans]: https://www.google.com/fonts/specimen/Open+Sans -[opensans license]: http://www.apache.org/licenses/LICENSE-2.0.html -[dejavusanscode]: https://github.com/SSNikolaevich/DejaVuSansCode -[dejavusanscode license]: https://github.com/SSNikolaevich/DejaVuSansCode/blob/master/LICENSE -[Qt 5.6]: https://www.qt.io/qt-licensing-terms/ -[Building Qt 5 from Git]: https://wiki.qt.io/Building-Qt-5-from-Git +[sourcecodepro]: https://github.com/adobe-fonts/source-code-pro +[sphinx license]: https://github.com/sphinx-doc/sphinx/blob/master/LICENSE +[sphinx]: http://www.sphinx-doc.org/en/stable/index.html +[sqlite license]: https://www.sqlite.org/copyright.html +[sqlite]: https://www.sqlite.org/index.html [tarball]: https://binary.ninja/qt5.6.0.tar.xz +[tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE +[tomcrypt]: https://github.com/libtom/libtomcrypt [unsign]: https://github.com/steakknife/unsign +[yasm license]: https://github.com/yasm/yasm/blob/master/BSD.txt +[yasm]: http://yasm.tortall.net/ +[zlib license]: http://www.zlib.net/zlib_license.html +[zlib]: http://www.zlib.net/ |
