@@ -232,80 +232,3 @@ mechanisms:
232
232
which apply to that software, or
233
233
2) It will contain specific license and restriction terms at the top of every
234
234
file.
235
-
236
- ==============================================================================
237
- Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
238
- ==============================================================================
239
-
240
- The orc-rt library is dual licensed under both the University of Illinois
241
- "BSD-Like" license and the MIT license. As a user of this code you may choose
242
- to use it under either license. As a contributor, you agree to allow your code
243
- to be used under both.
244
-
245
- Full text of the relevant licenses is included below.
246
-
247
- ==============================================================================
248
-
249
- University of Illinois/NCSA
250
- Open Source License
251
-
252
- Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT
253
-
254
- All rights reserved.
255
-
256
- Developed by:
257
-
258
- LLVM Team
259
-
260
- University of Illinois at Urbana-Champaign
261
-
262
- http://llvm.org
263
-
264
- Permission is hereby granted, free of charge, to any person obtaining a copy of
265
- this software and associated documentation files (the "Software"), to deal with
266
- the Software without restriction, including without limitation the rights to
267
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
268
- of the Software, and to permit persons to whom the Software is furnished to do
269
- so, subject to the following conditions:
270
-
271
- * Redistributions of source code must retain the above copyright notice,
272
- this list of conditions and the following disclaimers.
273
-
274
- * Redistributions in binary form must reproduce the above copyright notice,
275
- this list of conditions and the following disclaimers in the
276
- documentation and/or other materials provided with the distribution.
277
-
278
- * Neither the names of the LLVM Team, University of Illinois at
279
- Urbana-Champaign, nor the names of its contributors may be used to
280
- endorse or promote products derived from this Software without specific
281
- prior written permission.
282
-
283
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
284
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
285
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
286
- CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
287
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
288
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
289
- SOFTWARE.
290
-
291
- ==============================================================================
292
-
293
- Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
294
-
295
- Permission is hereby granted, free of charge, to any person obtaining a copy
296
- of this software and associated documentation files (the "Software"), to deal
297
- in the Software without restriction, including without limitation the rights
298
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
299
- copies of the Software, and to permit persons to whom the Software is
300
- furnished to do so, subject to the following conditions:
301
-
302
- The above copyright notice and this permission notice shall be included in
303
- all copies or substantial portions of the Software.
304
-
305
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
306
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
307
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
308
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
309
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
310
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
311
- THE SOFTWARE.
0 commit comments