@@ -39,3 +39,49 @@ TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
39
39
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
40
40
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
41
41
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
42
+
43
+ License notice for The LLVM Compiler Infrastructure
44
+ ---------------------------------------------------
45
+ ==============================================================================
46
+ LLVM Release License
47
+ ==============================================================================
48
+ University of Illinois/NCSA
49
+ Open Source License
50
+
51
+ Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.
52
+ All rights reserved.
53
+
54
+ Developed by:
55
+
56
+ LLVM Team
57
+
58
+ University of Illinois at Urbana-Champaign
59
+
60
+ http://llvm.org
61
+
62
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
63
+ this software and associated documentation files (the "Software"), to deal with
64
+ the Software without restriction, including without limitation the rights to
65
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
66
+ of the Software, and to permit persons to whom the Software is furnished to do
67
+ so, subject to the following conditions:
68
+
69
+ * Redistributions of source code must retain the above copyright notice,
70
+ this list of conditions and the following disclaimers.
71
+
72
+ * Redistributions in binary form must reproduce the above copyright notice,
73
+ this list of conditions and the following disclaimers in the
74
+ documentation and/or other materials provided with the distribution.
75
+
76
+ * Neither the names of the LLVM Team, University of Illinois at
77
+ Urbana-Champaign, nor the names of its contributors may be used to
78
+ endorse or promote products derived from this Software without specific
79
+ prior written permission.
80
+
81
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
83
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
87
+ SOFTWARE.
0 commit comments