|
| 1 | + |
| 2 | +The oneAPI DPC++ Compiler can be found here: |
| 3 | + |
| 4 | + https://github.com/intel/llvm |
| 5 | + |
| 6 | +It uses various components with following licenses: |
| 7 | + |
| 8 | + https://github.com/intel/llvm/blob/master/flang/LICENSE.TXT |
| 9 | + https://github.com/intel/llvm/blob/master/compiler-rt/LICENSE.TXT |
| 10 | + https://github.com/intel/llvm/blob/master/mlir/LICENSE.TXT |
| 11 | + https://github.com/intel/llvm/blob/master/libclc/LICENSE.TXT |
| 12 | + https://github.com/intel/llvm/blob/master/libcxxabi/LICENSE.TXT |
| 13 | + https://github.com/intel/llvm/blob/master/lld/LICENSE.TXT |
| 14 | + https://github.com/intel/llvm/blob/master/cross-project-tests/debuginfo-tests/dexter/LICENSE.txt |
| 15 | + https://github.com/intel/llvm/blob/master/libc/LICENSE.TXT |
| 16 | + https://github.com/intel/llvm/blob/master/clang-tools-extra/LICENSE.TXT |
| 17 | + https://github.com/intel/llvm/blob/master/clang-tools-extra/clang-tidy/cert/LICENSE.TXT |
| 18 | + https://github.com/intel/llvm/blob/master/clang-tools-extra/clang-tidy/hicpp/LICENSE.TXT |
| 19 | + https://github.com/intel/llvm/blob/master/lldb/LICENSE.TXT |
| 20 | + https://github.com/intel/llvm/blob/master/lldb/third_party/Python/module/ptyprocess-0.6.0/LICENSE |
| 21 | + https://github.com/intel/llvm/blob/master/lldb/third_party/Python/module/six/LICENSE |
| 22 | + https://github.com/intel/llvm/blob/master/lldb/third_party/Python/module/pexpect-4.6/LICENSE |
| 23 | + https://github.com/intel/llvm/blob/master/polly/LICENSE.TXT |
| 24 | + https://github.com/intel/llvm/blob/master/polly/lib/External/isl/LICENSE |
| 25 | + https://github.com/intel/llvm/blob/master/polly/lib/External/isl/imath/LICENSE |
| 26 | + https://github.com/intel/llvm/blob/master/polly/tools/GPURuntime/LICENSE.TXT |
| 27 | + https://github.com/intel/llvm/blob/master/sycl/LICENSE.TXT |
| 28 | + https://github.com/intel/llvm/blob/master/llvm-spirv/LICENSE.TXT |
| 29 | + https://github.com/intel/llvm/blob/master/bolt/LICENSE.TXT |
| 30 | + https://github.com/intel/llvm/blob/master/pstl/LICENSE.TXT |
| 31 | + https://github.com/intel/llvm/blob/master/clang/LICENSE.TXT |
| 32 | + https://github.com/intel/llvm/blob/master/llvm/utils/lit/LICENSE.TXT |
| 33 | + https://github.com/intel/llvm/blob/master/llvm/utils/unittest/googletest/LICENSE.TXT |
| 34 | + https://github.com/intel/llvm/blob/master/llvm/utils/unittest/googlemock/LICENSE.txt |
| 35 | + https://github.com/intel/llvm/blob/master/llvm/LICENSE.TXT |
| 36 | + https://github.com/intel/llvm/blob/master/llvm/include/llvm/Support/LICENSE.TXT |
| 37 | + https://github.com/intel/llvm/blob/master/llvm/lib/Support/BLAKE3/LICENSE |
| 38 | + https://github.com/intel/llvm/blob/master/llvm/test/YAMLParser/LICENSE.txt |
| 39 | + https://github.com/intel/llvm/blob/master/libunwind/LICENSE.TXT |
| 40 | + https://github.com/intel/llvm/blob/master/openmp/LICENSE.TXT |
| 41 | + https://github.com/intel/llvm/blob/master/openmp/runtime/src/thirdparty/ittnotify/LICENSE.txt |
| 42 | + https://github.com/intel/llvm/blob/master/third-party/benchmark/LICENSE |
| 43 | + https://github.com/intel/llvm/blob/master/libcxx/LICENSE.TXT |
| 44 | + |
| 45 | +The following people and companies contributed to the LLVM project: |
| 46 | + |
| 47 | + https://github.com/intel/llvm/blob/master/compiler-rt/CREDITS.TXT |
| 48 | + https://github.com/intel/llvm/blob/master/libclc/CREDITS.TXT |
| 49 | + https://github.com/intel/llvm/blob/master/libcxxabi/CREDITS.TXT |
| 50 | + https://github.com/intel/llvm/blob/master/polly/CREDITS.txt |
| 51 | + https://github.com/intel/llvm/blob/master/pstl/CREDITS.txt |
| 52 | + https://github.com/intel/llvm/blob/master/llvm/CREDITS.TXT |
| 53 | + https://github.com/intel/llvm/blob/master/openmp/CREDITS.txt |
| 54 | + https://github.com/intel/llvm/blob/master/libcxx/CREDITS.TXT |
| 55 | + |
| 56 | +============================================================================== |
| 57 | +Software from third parties included in the LLVM Project: |
| 58 | +============================================================================== |
| 59 | +The LLVM Project contains third party software which is under different license |
| 60 | +terms. All such code will be identified clearly using at least one of two |
| 61 | +mechanisms: |
| 62 | +1) It will be in a separate directory tree with its own `LICENSE.txt` or |
| 63 | + `LICENSE` file at the top containing the specific license and restrictions |
| 64 | + which apply to that software, or |
| 65 | +2) It will contain specific license and restriction terms at the top of every |
| 66 | + file. |
| 67 | + |
| 68 | +============================================================================== |
| 69 | +Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy): |
| 70 | +============================================================================== |
| 71 | +University of Illinois/NCSA |
| 72 | +Open Source License |
| 73 | + |
| 74 | +Copyright (c) 2003-2020 University of Illinois at Urbana-Champaign. |
| 75 | +All rights reserved. |
| 76 | + |
| 77 | +Developed by: |
| 78 | + |
| 79 | + LLVM Team |
| 80 | + |
| 81 | + University of Illinois at Urbana-Champaign |
| 82 | + |
| 83 | + http://llvm.org |
| 84 | + |
| 85 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 86 | +this software and associated documentation files (the "Software"), to deal with |
| 87 | +the Software without restriction, including without limitation the rights to |
| 88 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 89 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 90 | +so, subject to the following conditions: |
| 91 | + |
| 92 | + * Redistributions of source code must retain the above copyright notice, |
| 93 | + this list of conditions and the following disclaimers. |
| 94 | + |
| 95 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 96 | + this list of conditions and the following disclaimers in the |
| 97 | + documentation and/or other materials provided with the distribution. |
| 98 | + |
| 99 | + * Neither the names of the LLVM Team, University of Illinois at |
| 100 | + Urbana-Champaign, nor the names of its contributors may be used to |
| 101 | + endorse or promote products derived from this Software without specific |
| 102 | + prior written permission. |
| 103 | + |
| 104 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 105 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 106 | +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 107 | +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 108 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 109 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 110 | +SOFTWARE. |
0 commit comments