From 658a6c2b5cfaf951825326df2b52b8e805f502a2 Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Thu, 11 Feb 2016 08:27:20 -0700 Subject: licensing: Add RenderDoc to LICENSE.txt --- LICENSE.txt | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 6af7ff0e..1d503e1f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -131,4 +131,83 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /// THE SOFTWARE. /// - +RenderDoc License +RenderDoc is licensed under the MIT License: + The MIT License (MIT) + Copyright (c) 2015-2016 Baldur Karlsson + Copyright (c) 2014 Crytek + Permission is hereby granted, free of charge, to any person obtaining a copy of this + software and associated documentation files (the "Software"), to deal in the Software + without restriction, including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons + to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE + FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + RenderDoc also uses several external libraries and components which include their own + licenses, linked below: + + http://codefromthe70s.org/mhook23.aspx + mhook distributed under the MIT license. Copyright Marton Anka 2007-2012, + portions Copyright 2007 Matt Conover. + + http://www.codeproject.com/Articles/23746/TreeView-with-Columns + http://www.codeproject.com/info/cpol10.aspx + TreeView with Columns distributed under the CPOL license. + + http://dockpanelsuite.com/ + Dock Panel Suite distributed under the MIT license. Copyright 2007 Weifen Luo. + + http://www.famfamfam.com/lab/icons/silk/ + famfamfam silk icons distributed under Creative Commons Attribution 2.5. Authored by + Mark James. + + http://scintillanet.codeplex.com/ + ScintillaNET (and Scintilla) distributed under the MIT license. ScintillaNET Copyright + 2002-2006 Garrett Serack, Scintilla Copyright 1998-2006 Neil Hodgson. + + https://code.google.com/p/google-breakpad/ + Google Breakpad distributed under the New BSD License (3 Clause). Copyright 2006 + Google Inc. + + https://code.google.com/p/miniz/ + miniz released to the Public Domain by Rich Geldreich. + + https://github.com/openexr/openexr/tree/master/IlmBase/Half + ILM's half implementation distributed under BSD license. Copyright 2002 Industrial Light + & Magic, a division of Lucas Digital Ltd. LLC + + https://code.google.com/p/jpeg-compressor/ + jpeg-compressor released to the Public Domain by Rich Geldreich. + + https://code.google.com/p/lz4/ + lz4 distributed under the New BSD License (3 Clause). Copyright 2013 Yann Collet. + + https://github.com/nothings/stb + released to the Public Domain by Sean Barrett. + + https://github.com/adobe-fonts/source-code-pro + distributed under the SIL Open Font License 1.1. Copyright 2010, 2012 Adobe Systems + Incorporated. + + http://ironpython.net/ + IronPython distributed under the Apache 2.0 License. Copyright IronPython Team. + + https://github.com/syoyo/tinyexr + tinyexr distributed under the New BSD License (3 Clause). Copyright 2014 Syoyo Fujita. + + https://github.com/KhronosGroup/glslang + glslang distributed under the New BSD License (3 Clause). Copyright 2002-2005 3Dlabs Inc. + Ltd. 2012-2013 LunarG, Inc. + + http://www.qt.io/ + Qt distributed under the GNU Lesser General Public License (LGPL) version 2.1. Copyright + 2015 The Qt Company Ltd. -- cgit v1.2.3