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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
|
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $ # comments (all commentaries should starts with some number of spaces and # symbol)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
# ${all_file_action} filename
# $ # user commentaries (many lines)
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/3/ya.make
# ${all_file_action} filename
# $ # user commentaries
# $ generated description
# $ ...
#
# You can modify action, all_file_action and add commentaries
# Available actions:
# keep - keep license in contrib and use in credits
# skip - skip license
# remove - remove all files with this license
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
#
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
# We suppose that that files can contain some license info
# Available all file actions:
# FILE_IGNORE - ignore file (do nothing)
# FILE_INCLUDE - include all file data into licenses text file
# =======================
KEEP NCSA AND MIT 0791db4b6d90edd44c715bba1e426f74
BELONGS ya.make
FILE_INCLUDE LICENSE.txt found in files: kmp.h at line 12, kmp_affinity.cpp at line 11, kmp_affinity.h at line 11, kmp_alloc.c at line 11, kmp_atomic.c at line 11, kmp_atomic.h at line 11, kmp_barrier.cpp at line 11, kmp_cancel.cpp at line 7, kmp_config.h at line 9, kmp_csupport.c at line 11, kmp_debug.c at line 11, kmp_debug.h at line 11, kmp_dispatch.cpp at line 11, kmp_environment.c at line 11, kmp_environment.h at line 11, kmp_error.c at line 11, kmp_error.h at line 11, kmp_ftn_cdecl.c at line 11, kmp_ftn_entry.h at line 11, kmp_ftn_extra.c at line 11, kmp_ftn_os.h at line 11, kmp_global.c at line 11, kmp_gsupport.c at line 11, kmp_i18n.c at line 11, kmp_i18n.h at line 11, kmp_io.c at line 11, kmp_io.h at line 11, kmp_itt.c at line 14, kmp_itt.h at line 12, kmp_itt.inl at line 12, kmp_lock.cpp at line 11, kmp_lock.h at line 11, kmp_os.h at line 11, kmp_platform.h at line 10, kmp_runtime.c at line 11, kmp_safe_c_api.h at line 7, kmp_sched.cpp at line 11, kmp_settings.c at line 11, kmp_settings.h at line 11, kmp_stats.h at line 14, kmp_str.c at line 11, kmp_str.h at line 11, kmp_taskdeps.cpp at line 11, kmp_tasking.c at line 11, kmp_taskq.c at line 11, kmp_threadprivate.c at line 11, kmp_utility.c at line 11, kmp_version.c at line 11, kmp_version.h at line 11, kmp_wait_release.cpp at line 11, kmp_wait_release.h at line 11, kmp_wrapper_getpid.h at line 11, kmp_wrapper_malloc.h at line 12, omp.h at line 11, thirdparty/ittnotify/disable_warnings.h at line 7, thirdparty/ittnotify/ittnotify.h at line 7, thirdparty/ittnotify/ittnotify_config.h at line 7, thirdparty/ittnotify/ittnotify_static.c at line 7, thirdparty/ittnotify/ittnotify_types.h at line 7, thirdparty/ittnotify/legacy/ittnotify.h at line 7, z_Linux_util.c at line 11
License text:
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.txt for details.
Scancode info:
Original SPDX id: NCSA
Score : 100.00
Match type : NOTICE
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
kmp.h [11:12]
kmp_affinity.cpp [10:11]
kmp_affinity.h [10:11]
kmp_alloc.c [10:11]
kmp_atomic.c [10:11]
kmp_atomic.h [10:11]
kmp_barrier.cpp [10:11]
kmp_cancel.cpp [6:7]
kmp_config.h [8:9]
kmp_csupport.c [10:11]
kmp_debug.c [10:11]
kmp_debug.h [10:11]
kmp_dispatch.cpp [10:11]
kmp_environment.c [10:11]
kmp_environment.h [10:11]
kmp_error.c [10:11]
kmp_error.h [10:11]
kmp_ftn_cdecl.c [10:11]
kmp_ftn_entry.h [10:11]
kmp_ftn_extra.c [10:11]
kmp_ftn_os.h [10:11]
kmp_global.c [10:11]
kmp_gsupport.c [10:11]
kmp_i18n.c [10:11]
kmp_i18n.h [10:11]
kmp_io.c [10:11]
kmp_io.h [10:11]
kmp_itt.c [13:14]
kmp_itt.h [11:12]
kmp_itt.inl [11:12]
kmp_lock.cpp [10:11]
kmp_lock.h [10:11]
kmp_os.h [10:11]
kmp_platform.h [9:10]
kmp_runtime.c [10:11]
kmp_safe_c_api.h [6:7]
kmp_sched.cpp [10:11]
kmp_settings.c [10:11]
kmp_settings.h [10:11]
kmp_stats.h [13:14]
kmp_str.c [10:11]
kmp_str.h [10:11]
kmp_taskdeps.cpp [10:11]
kmp_tasking.c [10:11]
kmp_taskq.c [10:11]
kmp_threadprivate.c [10:11]
kmp_utility.c [10:11]
kmp_version.c [10:11]
kmp_version.h [10:11]
kmp_wait_release.cpp [10:11]
kmp_wait_release.h [10:11]
kmp_wrapper_getpid.h [10:11]
kmp_wrapper_malloc.h [11:12]
omp.h [10:11]
thirdparty/ittnotify/disable_warnings.h [6:7]
thirdparty/ittnotify/ittnotify.h [6:7]
thirdparty/ittnotify/ittnotify_config.h [6:7]
thirdparty/ittnotify/ittnotify_static.c [6:7]
thirdparty/ittnotify/ittnotify_types.h [6:7]
thirdparty/ittnotify/legacy/ittnotify.h [6:7]
z_Linux_util.c [10:11]
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
kmp.h [11:12]
kmp_affinity.cpp [10:11]
kmp_affinity.h [10:11]
kmp_alloc.c [10:11]
kmp_atomic.c [10:11]
kmp_atomic.h [10:11]
kmp_barrier.cpp [10:11]
kmp_cancel.cpp [6:7]
kmp_config.h [8:9]
kmp_csupport.c [10:11]
kmp_debug.c [10:11]
kmp_debug.h [10:11]
kmp_dispatch.cpp [10:11]
kmp_environment.c [10:11]
kmp_environment.h [10:11]
kmp_error.c [10:11]
kmp_error.h [10:11]
kmp_ftn_cdecl.c [10:11]
kmp_ftn_entry.h [10:11]
kmp_ftn_extra.c [10:11]
kmp_ftn_os.h [10:11]
kmp_global.c [10:11]
kmp_gsupport.c [10:11]
kmp_i18n.c [10:11]
kmp_i18n.h [10:11]
kmp_io.c [10:11]
kmp_io.h [10:11]
kmp_itt.c [13:14]
kmp_itt.h [11:12]
kmp_itt.inl [11:12]
kmp_lock.cpp [10:11]
kmp_lock.h [10:11]
kmp_os.h [10:11]
kmp_platform.h [9:10]
kmp_runtime.c [10:11]
kmp_safe_c_api.h [6:7]
kmp_sched.cpp [10:11]
kmp_settings.c [10:11]
kmp_settings.h [10:11]
kmp_stats.h [13:14]
kmp_str.c [10:11]
kmp_str.h [10:11]
kmp_taskdeps.cpp [10:11]
kmp_tasking.c [10:11]
kmp_taskq.c [10:11]
kmp_threadprivate.c [10:11]
kmp_utility.c [10:11]
kmp_version.c [10:11]
kmp_version.h [10:11]
kmp_wait_release.cpp [10:11]
kmp_wait_release.h [10:11]
kmp_wrapper_getpid.h [10:11]
kmp_wrapper_malloc.h [11:12]
omp.h [10:11]
thirdparty/ittnotify/disable_warnings.h [6:7]
thirdparty/ittnotify/ittnotify.h [6:7]
thirdparty/ittnotify/ittnotify_config.h [6:7]
thirdparty/ittnotify/ittnotify_static.c [6:7]
thirdparty/ittnotify/ittnotify_types.h [6:7]
thirdparty/ittnotify/legacy/ittnotify.h [6:7]
z_Linux_util.c [10:11]
KEEP NCSA AND MIT 1046d955b73b76a5985bad28cebed867
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: NCSA
Score : 100.00
Match type : NOTICE
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
LICENSE.txt [3:10]
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
LICENSE.txt [3:10]
Scancode info:
Original SPDX id: LicenseRef-scancode-generic-cla
Score : 100.00
Match type : NOTICE
Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-cla.LICENSE
Files with this license:
LICENSE.txt [3:10]
KEEP NCSA AND MIT 479de2cae020eacfac58212c03d33ab1
BELONGS ya.make
FILE_INCLUDE LICENSE.txt found in files: thirdparty/ittnotify/ittnotify_static.h at line 7
License text:
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.txt for details.
Scancode info:
Original SPDX id: NCSA
Score : 100.00
Match type : NOTICE
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
thirdparty/ittnotify/ittnotify_static.h [6:7]
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
thirdparty/ittnotify/ittnotify_static.h [6:7]
KEEP MIT 5debb370f50e1dfd24ff5144233a2ef6
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : TEXT
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
LICENSE.txt [56:72]
KEEP NCSA AND MIT 61ab203794bd26e0aab2c6b954e30d9a
BELONGS ya.make
FILE_INCLUDE LICENSE.txt found in files: z_Linux_asm.s at line 10
License text:
//// This file is dual licensed under the MIT and the University of Illinois Open
//// Source Licenses. See LICENSE.txt for details.
Scancode info:
Original SPDX id: NCSA
Score : 100.00
Match type : NOTICE
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
z_Linux_asm.s [9:10]
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
z_Linux_asm.s [9:10]
KEEP NCSA 6caabae7bd314fb6e6055ec150ee747f
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: NCSA
Score : 99.55
Match type : TEXT
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
LICENSE.txt [26:50]
KEEP NCSA c26d0b72f92421989c4471ae0acbc943
BELONGS ya.make
License text:
University of Illinois/NCSA
Open Source License
Scancode info:
Original SPDX id: NCSA
Score : 100.00
Match type : REFERENCE
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
LICENSE.txt [14:15]
KEEP Intel-LLVM-SGA d5a6528c4e206fd72c16045a75e34576
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: LicenseRef-scancode-arm-llvm-sga
Score : 99.00
Match type : TEXT
Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/arm-llvm-sga.LICENSE
Files with this license:
LICENSE.txt [78:122]
KEEP NCSA AND MIT e56769dac6aaa0678164025adda8a1da
BELONGS ya.make
FILE_INCLUDE LICENSE.txt found in files: exports_so.txt at line 9
License text:
\#// This file is dual licensed under the MIT and the University of Illinois Open
\#// Source Licenses. See LICENSE.txt for details.
Scancode info:
Original SPDX id: NCSA
Score : 100.00
Match type : NOTICE
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
exports_so.txt [8:9]
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
exports_so.txt [8:9]
|