File: copyright

package info (click to toggle)
intel-graphics-compiler2 2.28.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792,744 kB
  • sloc: cpp: 5,761,745; ansic: 466,928; lisp: 312,143; python: 114,790; asm: 44,736; pascal: 10,930; sh: 8,033; perl: 7,914; ml: 3,625; awk: 3,523; yacc: 2,747; javascript: 2,667; lex: 1,898; f90: 1,028; cs: 573; xml: 474; makefile: 344; objc: 162
file content (183 lines) | stat: -rw-r--r-- 7,928 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: intel-graphics-compiler
Source: https://github.com/intel/intel-graphics-compiler

Files: *
Copyright: (C) 2017-2021 Intel Corporation
License: MIT

Files: IGC/AdaptorOCL/SPIRV/*
Copyright: (C) 2017-2021 Intel Corporation
           (C) 2014 Advanced Micro Devices, Inc. All rights reserved.
License: MIT

Files:
 IGC/AdaptorOCL/SPIRV/libSPIRV/OpenCL.std.h
 IGC/AdaptorOCL/SPIRV/libSPIRV/spirv.hpp
Copyright: (C) 2017-2021 Intel Corporation
           (C) 2014-2015 The Khronos Group Inc.
License: MIT

Files: IGC/BiFModule/Implementation/ExternalLibraries/libclc/*
Copyright: (C) 2017-2021 Intel Corporation
           (c) 2014 Advanced Micro Devices, Inc.
License: MIT

Files:
 IGC/BiFModule/Implementation/ExternalLibraries/libclc/erf.cl
 IGC/BiFModule/Implementation/ExternalLibraries/libclc/doubles.cl
Copyright: (C) 2017-2021 Intel Corporation
           (c) 2014 Advanced Micro Devices, Inc.
           (C) 1993 by Sun Microsystems, Inc. All rights reserved.
License: MIT

Files: IGC/BiFModule/Implementation/ExternalLibraries/sun/*
Copyright: (C) 2017-2021 Intel Corporation
           (C) 2004 by Sun Microsystems, Inc. All rights reserved.
License: MIT

Files: llvm-project/*
Copyright: 2003-2017 University of Illinois at Urbana-Champaign.
License: APACHE-2-LLVM-EXCEPTIONS
 On Debian systems the full text of the Apache Software License 2.0 can be
 found in the `/usr/share/common-licenses/Apache-2.0' file.
 .
 ---- LLVM Exceptions to the Apache 2.0 License ----
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

Files: llvm-project/compiler-rt/lib/BlocksRuntime/*
 llvm-project/lldb/tools/debugserver/source/MacOSX/stack_logging.h
Copyright: 2008-2010 Apple, Inc.
License: MIT

Files: llvm-project/llvm/lib/Support/ConvertUTF.cpp
Copyright: 1991-2015 Unicode, Inc.
License: BSD-3-clause

Files: llvm-project/llvm/lib/Support/reg*
Copyright: 1992, 1993, 1994 Henry Spencer
           1992, 1993, 1994 The Regents of the University of California
License: BSD-3-clause

Files: llvm-project/llvm/lib/Support/MD5.cpp llvm-project/llvm/include/llvm/Support/MD5.h
Copyright: 2001 Alexander Peslyak <solar at openwall.com>
License: solar-public-domain
 This software was written by Alexander Peslyak in 2001.  No copyright is
 claimed, and the software is hereby placed in the public domain.
 In case this attempt to disclaim copyright and place the software in the
 public domain is deemed null and void, then the software is
 Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
 general public under the following terms:
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted.
 .
 * There's ABSOLUTELY NO WARRANTY, express or implied.

Files: llvm-project/lldb/third_party/Python/module/unittest2*
Copyright: 1999-2003 Steve Purcell
           2003-2010 Python Software Foundation
License: Python
 This module is free software, and you may redistribute it and/or modify
 it under the same terms as Python itself, so long as this copyright message
 and disclaimer are retained in their original form.
 .
 IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
 SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
 THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGE.
 .
 THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

Files: llvm-project/llvm/llvmtest/YAMLParser/*
Copyright: 2006 Kirill Simonov
License: MIT

Files: llvm-project/llvm/utils/unittest/googletest/*
Copyright: 2006-2008, Google Inc.
License: BSD-3-Clause

Files: llvm-project/llvm/utils/unittest/googlemock/*
Copyright: 2008, Google Inc.
License: BSD-3-Clause

Files: llvm-project/clang/lib/Headers/cuda_wrappers/*
 llvm-project/clang/lib/Headers/avx512vlvp2intersectintrin.h
 llvm-project/clang/lib/Headers/avx512vp2intersectintrin.h
Copyright: 2016-2020, Google Inc.
License: MIT

Files: llvm-project/llvm/projects/opencl-clang/*
Copyright:
 (c) 2009-2018 Intel Corporation
License: BSD-3-clause

Files: debian/*
Copyright: 2019 Timo Aaltonen <tjaalton@debian.org>
           © 2022 Andreas Beckmann <anbe@debian.org>
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-3-clause
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal with
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.
 .
    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.
 .
    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
 SOFTWARE.