| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | ==============================================================================LLVM Release License==============================================================================University of Illinois/NCSAOpen Source LicenseCopyright (c) 2003-2015 University of Illinois at Urbana-Champaign.All rights reserved.Developed by:    LLVM Team    University of Illinois at Urbana-Champaign    http://llvm.orgPermission is hereby granted, free of charge, to any person obtaining a copy ofthis software and associated documentation files (the "Software"), to deal withthe Software without restriction, including without limitation the rights touse, copy, modify, merge, publish, distribute, sublicense, and/or sell copiesof the Software, and to permit persons to whom the Software is furnished to doso, subject to the following conditions:    * Redistributions of source code must retain the above copyright notice,      this list of conditions and the following disclaimers.    * Redistributions in binary form must reproduce the above copyright notice,      this list of conditions and the following disclaimers in the      documentation and/or other materials provided with the distribution.    * Neither the names of the LLVM Team, University of Illinois at      Urbana-Champaign, nor the names of its contributors may be used to      endorse or promote products derived from this Software without specific      prior written permission.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESSFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THECONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 WITH THESOFTWARE.==============================================================================Copyrights and Licenses for Third Party Software Distributed with LLVM:==============================================================================The LLVM software contains code written by third parties.  Such software willhave its own individual LICENSE.TXT file in the directory in which it appears.This file will describe the copyrights, license, and restrictions which applyto that code.The disclaimer of warranty in the University of Illinois Open Source Licenseapplies to all code in the LLVM Distribution, and nothing in any of theother licenses gives permission to use the names of the LLVM Team or theUniversity of Illinois to endorse or promote products derived from thisSoftware.The following pieces of software have additional or alternate copyrights,licenses, and/or restrictions:Program             Directory-------             ---------Autoconf            llvm/autoconf                    llvm/projects/ModuleMaker/autoconfGoogle Test         llvm/utils/unittest/googletestOpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}ARM contributions   llvm/lib/Target/ARM/LICENSE.TXTmd5 contributions   llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.hminiz               llvm/lib/Miniz/miniz.c llvm/include/miniz/miniz.h llvm/lib/Miniz/LICENSE.txt
 |