@@ -76,87 +76,6 @@ their own copyright notices and license terms:
7676 BSD-compatible licenses. See src/llvm-project/llvm/LICENSE.TXT
7777 for details.
7878
79- * compiler-rt, in src/compiler-rt is dual licensed under
80- LLVM's license and MIT:
81-
82- Copyright (c) 2009-2014 by the contributors listed in
83- CREDITS.TXT
84-
85- All rights reserved.
86-
87- Developed by:
88-
89- LLVM Team
90-
91- University of Illinois at Urbana-Champaign
92-
93- http://llvm.org
94-
95- Permission is hereby granted, free of charge, to any
96- person obtaining a copy of this software and associated
97- documentation files (the "Software"), to deal with the
98- Software without restriction, including without
99- limitation the rights to use, copy, modify, merge,
100- publish, distribute, sublicense, and/or sell copies of
101- the Software, and to permit persons to whom the Software
102- is furnished to do so, subject to the following
103- conditions:
104-
105- * Redistributions of source code must retain the
106- above copyright notice, this list of conditions
107- and the following disclaimers.
108-
109- * Redistributions in binary form must reproduce the
110- above copyright notice, this list of conditions
111- and the following disclaimers in the documentation
112- and/or other materials provided with the
113- distribution.
114-
115- * Neither the names of the LLVM Team, University of
116- Illinois at Urbana-Champaign, nor the names of its
117- contributors may be used to endorse or promote
118- products derived from this Software without
119- specific prior written permission.
120-
121- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
122- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
123- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
124- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
125- SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE
126- FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
127- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
128- OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
129- OTHER DEALINGS WITH THE SOFTWARE.
130-
131- ========================================================
132-
133- Copyright (c) 2009-2014 by the contributors listed in
134- CREDITS.TXT
135-
136- Permission is hereby granted, free of charge, to any
137- person obtaining a copy of this software and associated
138- documentation files (the "Software"), to deal in the
139- Software without restriction, including without
140- limitation the rights to use, copy, modify, merge,
141- publish, distribute, sublicense, and/or sell copies of
142- the Software, and to permit persons to whom the Software
143- is furnished to do so, subject to the following
144- conditions:
145-
146- The above copyright notice and this permission notice
147- shall be included in all copies or substantial portions
148- of the Software.
149-
150- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
151- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
152- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
153- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
154- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
155- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
156- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
157- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
158- DEALINGS IN THE SOFTWARE.
159-
16079* Portions of the FFI code for interacting with the native ABI
16180 is derived from the Clay programming language, which carries
16281 the following license.
0 commit comments