1193323Sed==============================================================================
2193323SedLLVM Release License
3193323Sed==============================================================================
4193323SedUniversity of Illinois/NCSA
5193323SedOpen Source License
6193323Sed
7249423SdimCopyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
8193323SedAll rights reserved.
9193323Sed
10193323SedDeveloped by:
11193323Sed
12193323Sed    LLVM Team
13193323Sed
14193323Sed    University of Illinois at Urbana-Champaign
15193323Sed
16193323Sed    http://llvm.org
17193323Sed
18193323SedPermission is hereby granted, free of charge, to any person obtaining a copy of
19193323Sedthis software and associated documentation files (the "Software"), to deal with
20193323Sedthe Software without restriction, including without limitation the rights to
21193323Seduse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
22193323Sedof the Software, and to permit persons to whom the Software is furnished to do
23193323Sedso, subject to the following conditions:
24193323Sed
25193323Sed    * Redistributions of source code must retain the above copyright notice,
26193323Sed      this list of conditions and the following disclaimers.
27193323Sed
28193323Sed    * Redistributions in binary form must reproduce the above copyright notice,
29193323Sed      this list of conditions and the following disclaimers in the
30193323Sed      documentation and/or other materials provided with the distribution.
31193323Sed
32193323Sed    * Neither the names of the LLVM Team, University of Illinois at
33193323Sed      Urbana-Champaign, nor the names of its contributors may be used to
34193323Sed      endorse or promote products derived from this Software without specific
35193323Sed      prior written permission.
36193323Sed
37193323SedTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38193323SedIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
39193323SedFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
40193323SedCONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41193323SedLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42193323SedOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
43193323SedSOFTWARE.
44193323Sed
45193323Sed==============================================================================
46193323SedCopyrights and Licenses for Third Party Software Distributed with LLVM:
47193323Sed==============================================================================
48193323SedThe LLVM software contains code written by third parties.  Such software will
49193323Sedhave its own individual LICENSE.TXT file in the directory in which it appears.
50193323SedThis file will describe the copyrights, license, and restrictions which apply
51193323Sedto that code.
52193323Sed
53193323SedThe disclaimer of warranty in the University of Illinois Open Source License
54193323Sedapplies to all code in the LLVM Distribution, and nothing in any of the
55193323Sedother licenses gives permission to use the names of the LLVM Team or the
56193323SedUniversity of Illinois to endorse or promote products derived from this
57193323SedSoftware.
58193323Sed
59193323SedThe following pieces of software have additional or alternate copyrights,
60193323Sedlicenses, and/or restrictions:
61193323Sed
62193323SedProgram             Directory
63193323Sed-------             ---------
64193323SedAutoconf            llvm/autoconf
65193323Sed                    llvm/projects/ModuleMaker/autoconf
66193323Sed                    llvm/projects/sample/autoconf
67193323SedGoogle Test         llvm/utils/unittest/googletest
68198090SrdivackyOpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
69234353Sdimpyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
70249423SdimARM contributions   llvm/lib/Target/ARM/LICENSE.TXT
71