• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1==============================================================================
2Copyrights and Licenses for Third Party Software Distributed with LLVM:
3==============================================================================
4The LLVM software contains code written by third parties.  Such software will
5have its own individual LICENSE.TXT file in the directory in which it appears.
6This file will describe the copyrights, license, and restrictions which apply
7to that code.
8
9The disclaimer of warranty in the University of Illinois Open Source License
10applies to all code in the LLVM Distribution, and nothing in any of the
11other licenses gives permission to use the names of the LLVM Team or the
12University of Illinois to endorse or promote products derived from this
13Software.
14
15The following pieces of software have additional or alternate copyrights,
16licenses, and/or restrictions:
17
18Program             Directory
19-------             ---------
20System Library      llvm/lib/System
21Compiler Driver     llvm/tools/llvmc
22Autoconf            llvm/autoconf
23                    llvm/projects/ModuleMaker/autoconf
24                    llvm/projects/sample/autoconf
25CellSPU backend     llvm/lib/Target/CellSPU/README.txt
26Google Test         llvm/utils/unittest/googletest
27OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
28pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
29ARM contributions   llvm/lib/Target/ARM/LICENSE.TXT
30md5 contributions   llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h
31miniz               llvm/lib/Miniz/miniz.c llvm/include/miniz/miniz.h llvm/lib/Miniz/LICENSE.txt
32clang-tidy          clang-tidy/cert
33clang-tidy          clang-tidy/hicpp
34