OSDN Git Service

Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
[android-x86/external-llvm.git] / NOTICE
1 ==============================================================================
2 LLVM Release License
3 ==============================================================================
4 University of Illinois/NCSA
5 Open Source License
6
7 Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign.
8 All rights reserved.
9
10 Developed by:
11
12     LLVM Team
13
14     University of Illinois at Urbana-Champaign
15
16     http://llvm.org
17
18 Permission is hereby granted, free of charge, to any person obtaining a copy of
19 this software and associated documentation files (the "Software"), to deal with
20 the Software without restriction, including without limitation the rights to
21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
22 of the Software, and to permit persons to whom the Software is furnished to do
23 so, subject to the following conditions:
24
25     * Redistributions of source code must retain the above copyright notice,
26       this list of conditions and the following disclaimers.
27
28     * Redistributions in binary form must reproduce the above copyright notice,
29       this list of conditions and the following disclaimers in the
30       documentation and/or other materials provided with the distribution.
31
32     * Neither the names of the LLVM Team, University of Illinois at
33       Urbana-Champaign, nor the names of its contributors may be used to
34       endorse or promote products derived from this Software without specific
35       prior written permission.
36
37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
39 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
40 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
43 SOFTWARE.
44
45 ==============================================================================
46 Copyrights and Licenses for Third Party Software Distributed with LLVM:
47 ==============================================================================
48 The LLVM software contains code written by third parties.  Such software will
49 have its own individual LICENSE.TXT file in the directory in which it appears.
50 This file will describe the copyrights, license, and restrictions which apply
51 to that code.
52
53 The disclaimer of warranty in the University of Illinois Open Source License
54 applies to all code in the LLVM Distribution, and nothing in any of the
55 other licenses gives permission to use the names of the LLVM Team or the
56 University of Illinois to endorse or promote products derived from this
57 Software.
58
59 The following pieces of software have additional or alternate copyrights,
60 licenses, and/or restrictions:
61
62 Program             Directory
63 -------             ---------
64 Autoconf            llvm/autoconf
65                     llvm/projects/ModuleMaker/autoconf
66                     llvm/projects/sample/autoconf
67 CellSPU backend     llvm/lib/Target/CellSPU/README.txt
68 Google Test         llvm/utils/unittest/googletest
69 OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
70
71 ======================================================================
72 == LICENSE.TXT for ./autoconf/LICENSE.TXT
73 ======================================================================
74
75 ------------------------------------------------------------------------------
76 Autoconf Files
77 ------------------------------------------------------------------------------
78 All autoconf files are licensed under the LLVM license with the following
79 additions:
80
81 llvm/autoconf/install-sh:
82         This script is licensed under the LLVM license, with the following
83         additional copyrights and restrictions:
84
85         Copyright 1991 by the Massachusetts Institute of Technology
86
87         Permission to use, copy, modify, distribute, and sell this software and its
88         documentation for any purpose is hereby granted without fee, provided that
89         the above copyright notice appear in all copies and that both that
90         copyright notice and this permission notice appear in supporting 
91         documentation, and that the name of M.I.T. not be used in advertising or
92         publicity pertaining to distribution of the software without specific,
93         written prior permission.  M.I.T. makes no representations about the
94         suitability of this software for any purpose.  It is provided "as is"
95         without express or implied warranty.
96
97 Please see the source files for additional copyrights.
98
99
100 ======================================================================
101 == LICENSE.TXT for ./projects/sample/autoconf/LICENSE.TXT
102 ======================================================================
103
104 ------------------------------------------------------------------------------
105 Autoconf Files
106 ------------------------------------------------------------------------------
107 All autoconf files are licensed under the LLVM license with the following
108 additions:
109
110 llvm/autoconf/install-sh:
111         This script is licensed under the LLVM license, with the following
112         additional copyrights and restrictions:
113
114         Copyright 1991 by the Massachusetts Institute of Technology
115
116         Permission to use, copy, modify, distribute, and sell this software and its
117         documentation for any purpose is hereby granted without fee, provided that
118         the above copyright notice appear in all copies and that both that
119         copyright notice and this permission notice appear in supporting 
120         documentation, and that the name of M.I.T. not be used in advertising or
121         publicity pertaining to distribution of the software without specific,
122         written prior permission.  M.I.T. makes no representations about the
123         suitability of this software for any purpose.  It is provided "as is"
124         without express or implied warranty.
125
126 Please see the source files for additional copyrights.
127
128
129 ======================================================================
130 == LICENSE.TXT for ./utils/unittest/googletest/LICENSE.TXT
131 ======================================================================
132
133 Copyright 2008, Google Inc.
134 All rights reserved.
135
136 Redistribution and use in source and binary forms, with or without
137 modification, are permitted provided that the following conditions are
138 met:
139
140     * Redistributions of source code must retain the above copyright
141 notice, this list of conditions and the following disclaimer.
142     * Redistributions in binary form must reproduce the above
143 copyright notice, this list of conditions and the following disclaimer
144 in the documentation and/or other materials provided with the
145 distribution.
146     * Neither the name of Google Inc. nor the names of its
147 contributors may be used to endorse or promote products derived from
148 this software without specific prior written permission.
149
150 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
151 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
152 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
153 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
154 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
155 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
156 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
157 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
158 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
159 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
160 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
161
162 ======================================================================
163 == LICENSE.TXT for ./include/llvm/Support/LICENSE.TXT
164 ======================================================================
165
166 LLVM System Interface Library
167 -------------------------------------------------------------------------------
168 The LLVM System Interface Library is licensed under the Illinois Open Source
169 License and has the following additional copyright:
170
171 Copyright (C) 2004 eXtensible Systems, Inc.