From 90b758c8dd12ea4a67c71ab671b55284923c33d3 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 16 Sep 2016 20:13:23 -0400 Subject: Adding reference to Markdown library in docs --- 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 8f649608..60218a63 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -23,6 +23,7 @@ The previous tools are used in the generation of our documentation, but are not - [lzf] ([lzf license] - BSD) - [zlib] ([zlib license] - zlib license) - [openssl] ([openssl license] - openssl license) + - [discount] ([discount license] - BSD) * Upvector update Library - [tomcrypt] ([tomcrypt license] - public domain) @@ -59,6 +60,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [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/ +[discount license]: http://www.pell.portland.or.us/~orc/Code/discount/COPYRIGHT.html [zlib]: http://www.zlib.net/ [zlib license]: http://www.zlib.net/zlib_license.html [openssl]: https://www.openssl.org/ -- cgit v1.3.1 From 11a4047470106dd89445f1c521281bb372e3f6ae Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 16 Sep 2016 20:42:40 -0400 Subject: Fix broken link --- docs/about/open-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/about/open-source.md') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 60218a63..1bf7b520 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -59,7 +59,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [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) +[lzf license]: http://oldhome.schmorp.de/marc/liblzf.html [discount]: http://www.pell.portland.or.us/~orc/Code/discount/ [discount license]: http://www.pell.portland.or.us/~orc/Code/discount/COPYRIGHT.html [zlib]: http://www.zlib.net/ -- cgit v1.3.1 From 2e45bcecf1bb0c3bdc4ec82baea7e169084acecc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 25 Sep 2016 11:55:35 -0400 Subject: adding new font licenses --- 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 1bf7b520..c3663e6b 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -18,6 +18,7 @@ The previous tools are used in the generation of our documentation, but are not - [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 - [lzf] ([lzf license] - BSD) @@ -72,6 +73,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [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 [tarball]: https://binary.ninja/qt5.6.0.tar.xz -- cgit v1.3.1 From 55ac7a184b7956c0c2e2ca41d512e7c4a81267d9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 3 Oct 2016 22:40:21 -0400 Subject: updated license --- docs/about/open-source.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/about/open-source.md') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index c3663e6b..dcebbfa5 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -25,6 +25,11 @@ The previous tools are used in the generation of our documentation, but are not - [zlib] ([zlib license] - zlib license) - [openssl] ([openssl license] - openssl license) - [discount] ([discount license] - BSD) + - [sqlite] ([sqlite license] - public domain) + - [llvm] ([llvm license] - BSD-style) + +* Other + - [yasm] ([yasm license] - 2-clause BSD) * Upvector update Library - [tomcrypt] ([tomcrypt license] - public domain) @@ -63,6 +68,12 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [lzf license]: http://oldhome.schmorp.de/marc/liblzf.html [discount]: http://www.pell.portland.or.us/~orc/Code/discount/ [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 +[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/ -- cgit v1.3.1