Warning, /sdk/clazy/windows-package/LICENSE-LLVM.TXT is written in an unsupported language. File is not indexed.

0001 ==============================================================================
0002 LLVM Release License
0003 ==============================================================================
0004 University of Illinois/NCSA
0005 Open Source License
0006 
0007 Copyright (c) 2003-2016 University of Illinois at Urbana-Champaign.
0008 All rights reserved.
0009 
0010 Developed by:
0011 
0012     LLVM Team
0013 
0014     University of Illinois at Urbana-Champaign
0015 
0016     http://llvm.org
0017 
0018 Permission is hereby granted, free of charge, to any person obtaining a copy of
0019 this software and associated documentation files (the "Software"), to deal with
0020 the Software without restriction, including without limitation the rights to
0021 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
0022 of the Software, and to permit persons to whom the Software is furnished to do
0023 so, subject to the following conditions:
0024 
0025     * Redistributions of source code must retain the above copyright notice,
0026       this list of conditions and the following disclaimers.
0027 
0028     * Redistributions in binary form must reproduce the above copyright notice,
0029       this list of conditions and the following disclaimers in the
0030       documentation and/or other materials provided with the distribution.
0031 
0032     * Neither the names of the LLVM Team, University of Illinois at
0033       Urbana-Champaign, nor the names of its contributors may be used to
0034       endorse or promote products derived from this Software without specific
0035       prior written permission.
0036 
0037 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0038 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
0039 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
0040 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0041 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0042 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
0043 SOFTWARE.
0044 
0045 ==============================================================================
0046 Copyrights and Licenses for Third Party Software Distributed with LLVM:
0047 ==============================================================================
0048 The LLVM software contains code written by third parties.  Such software will
0049 have its own individual LICENSE.TXT file in the directory in which it appears.
0050 This file will describe the copyrights, license, and restrictions which apply
0051 to that code.
0052 
0053 The disclaimer of warranty in the University of Illinois Open Source License
0054 applies to all code in the LLVM Distribution, and nothing in any of the
0055 other licenses gives permission to use the names of the LLVM Team or the
0056 University of Illinois to endorse or promote products derived from this
0057 Software.
0058 
0059 The following pieces of software have additional or alternate copyrights,
0060 licenses, and/or restrictions:
0061 
0062 Program             Directory
0063 -------             ---------
0064 Google Test         llvm/utils/unittest/googletest
0065 OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
0066 pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
0067 ARM contributions   llvm/lib/Target/ARM/LICENSE.TXT
0068 md5 contributions   llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h