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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
|
# 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 281d1ec07e86b61c925d7c514deecb25
BELONGS ya.make
License text:
Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.
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:
README.txt [7:8]
KEEP NCSA 5a35b4c0d3b3923cac31a5a371332ca2
BELONGS ya.make
License text:
Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
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 [237:237]
KEEP Public-Domain 5ab2e1de3ac199ad15211e88647b49aa
BELONGS ya.make
License text:
// This code is taken from public domain
Scancode info:
Original SPDX id: LicenseRef-scancode-public-domain
Score : 70.00
Match type : REFERENCE
Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
Files with this license:
lib/fuzzer/FuzzerSHA1.cpp [8:8]
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 [295:311]
KEEP Apache-2.0 WITH LLVM-exception 755ab7da3ff8c5d6ae90bdbebd177e49
BELONGS lib/fuzzer/afl/ya.make ya.make
License text:
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Scancode info:
Original SPDX id: Apache-2.0
Score : 100.00
Match type : NOTICE
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
include/fuzzer/FuzzedDataProvider.h [3:4]
lib/fuzzer/FuzzerBuiltins.h [3:4]
lib/fuzzer/FuzzerBuiltinsMsvc.h [3:4]
lib/fuzzer/FuzzerCommand.h [3:4]
lib/fuzzer/FuzzerCorpus.h [3:4]
lib/fuzzer/FuzzerCrossOver.cpp [3:4]
lib/fuzzer/FuzzerDataFlowTrace.cpp [3:4]
lib/fuzzer/FuzzerDataFlowTrace.h [3:4]
lib/fuzzer/FuzzerDefs.h [3:4]
lib/fuzzer/FuzzerDictionary.h [3:4]
lib/fuzzer/FuzzerDriver.cpp [3:4]
lib/fuzzer/FuzzerExtFunctions.def [3:4]
lib/fuzzer/FuzzerExtFunctions.h [3:4]
lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [3:4]
lib/fuzzer/FuzzerExtFunctionsWeak.cpp [3:4]
lib/fuzzer/FuzzerExtFunctionsWindows.cpp [3:4]
lib/fuzzer/FuzzerExtraCounters.cpp [3:4]
lib/fuzzer/FuzzerExtraCountersDarwin.cpp [3:4]
lib/fuzzer/FuzzerExtraCountersWindows.cpp [3:4]
lib/fuzzer/FuzzerFlags.def [3:4]
lib/fuzzer/FuzzerFork.cpp [3:4]
lib/fuzzer/FuzzerFork.h [3:4]
lib/fuzzer/FuzzerIO.cpp [3:4]
lib/fuzzer/FuzzerIO.h [3:4]
lib/fuzzer/FuzzerIOPosix.cpp [3:4]
lib/fuzzer/FuzzerIOWindows.cpp [3:4]
lib/fuzzer/FuzzerInterface.h [3:4]
lib/fuzzer/FuzzerInternal.h [3:4]
lib/fuzzer/FuzzerLoop.cpp [3:4]
lib/fuzzer/FuzzerMain.cpp [3:4]
lib/fuzzer/FuzzerMerge.cpp [3:4]
lib/fuzzer/FuzzerMerge.h [3:4]
lib/fuzzer/FuzzerMutate.cpp [3:4]
lib/fuzzer/FuzzerMutate.h [3:4]
lib/fuzzer/FuzzerOptions.h [2:3]
lib/fuzzer/FuzzerPlatform.h [3:4]
lib/fuzzer/FuzzerRandom.h [3:4]
lib/fuzzer/FuzzerSHA1.cpp [3:4]
lib/fuzzer/FuzzerSHA1.h [3:4]
lib/fuzzer/FuzzerTracePC.cpp [3:4]
lib/fuzzer/FuzzerTracePC.h [3:4]
lib/fuzzer/FuzzerUtil.cpp [3:4]
lib/fuzzer/FuzzerUtil.h [3:4]
lib/fuzzer/FuzzerUtilDarwin.cpp [3:4]
lib/fuzzer/FuzzerUtilLinux.cpp [3:4]
lib/fuzzer/FuzzerUtilPosix.cpp [3:4]
lib/fuzzer/FuzzerUtilWindows.cpp [3:4]
lib/fuzzer/FuzzerValueBitMap.h [3:4]
lib/fuzzer/afl/afl_driver.cpp [3:4]
lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [3:4]
Scancode info:
Original SPDX id: LLVM-exception
Score : 100.00
Match type : NOTICE
Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
Files with this license:
include/fuzzer/FuzzedDataProvider.h [3:4]
lib/fuzzer/FuzzerBuiltins.h [3:4]
lib/fuzzer/FuzzerBuiltinsMsvc.h [3:4]
lib/fuzzer/FuzzerCommand.h [3:4]
lib/fuzzer/FuzzerCorpus.h [3:4]
lib/fuzzer/FuzzerCrossOver.cpp [3:4]
lib/fuzzer/FuzzerDataFlowTrace.cpp [3:4]
lib/fuzzer/FuzzerDataFlowTrace.h [3:4]
lib/fuzzer/FuzzerDefs.h [3:4]
lib/fuzzer/FuzzerDictionary.h [3:4]
lib/fuzzer/FuzzerDriver.cpp [3:4]
lib/fuzzer/FuzzerExtFunctions.def [3:4]
lib/fuzzer/FuzzerExtFunctions.h [3:4]
lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [3:4]
lib/fuzzer/FuzzerExtFunctionsWeak.cpp [3:4]
lib/fuzzer/FuzzerExtFunctionsWindows.cpp [3:4]
lib/fuzzer/FuzzerExtraCounters.cpp [3:4]
lib/fuzzer/FuzzerExtraCountersDarwin.cpp [3:4]
lib/fuzzer/FuzzerExtraCountersWindows.cpp [3:4]
lib/fuzzer/FuzzerFlags.def [3:4]
lib/fuzzer/FuzzerFork.cpp [3:4]
lib/fuzzer/FuzzerFork.h [3:4]
lib/fuzzer/FuzzerIO.cpp [3:4]
lib/fuzzer/FuzzerIO.h [3:4]
lib/fuzzer/FuzzerIOPosix.cpp [3:4]
lib/fuzzer/FuzzerIOWindows.cpp [3:4]
lib/fuzzer/FuzzerInterface.h [3:4]
lib/fuzzer/FuzzerInternal.h [3:4]
lib/fuzzer/FuzzerLoop.cpp [3:4]
lib/fuzzer/FuzzerMain.cpp [3:4]
lib/fuzzer/FuzzerMerge.cpp [3:4]
lib/fuzzer/FuzzerMerge.h [3:4]
lib/fuzzer/FuzzerMutate.cpp [3:4]
lib/fuzzer/FuzzerMutate.h [3:4]
lib/fuzzer/FuzzerOptions.h [2:3]
lib/fuzzer/FuzzerPlatform.h [3:4]
lib/fuzzer/FuzzerRandom.h [3:4]
lib/fuzzer/FuzzerSHA1.cpp [3:4]
lib/fuzzer/FuzzerSHA1.h [3:4]
lib/fuzzer/FuzzerTracePC.cpp [3:4]
lib/fuzzer/FuzzerTracePC.h [3:4]
lib/fuzzer/FuzzerUtil.cpp [3:4]
lib/fuzzer/FuzzerUtil.h [3:4]
lib/fuzzer/FuzzerUtilDarwin.cpp [3:4]
lib/fuzzer/FuzzerUtilLinux.cpp [3:4]
lib/fuzzer/FuzzerUtilPosix.cpp [3:4]
lib/fuzzer/FuzzerUtilWindows.cpp [3:4]
lib/fuzzer/FuzzerValueBitMap.h [3:4]
lib/fuzzer/afl/afl_driver.cpp [3:4]
lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [3:4]
KEEP Apache-2.0 WITH LLVM-exception 8494a9caed330d9a4f40e19cce7dc770
BELONGS ya.make
# starts with --- LLVM Exceptions to the Apache 2.0 License ----
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: LLVM-exception
Score : 100.00
Match type : TEXT
Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
Files with this license:
LICENSE.TXT [208:222]
KEEP Apache-2.0 9ac77f65a898755c7eed97099caded94
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: Apache-2.0
Score : 100.00
Match type : TEXT
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
LICENSE.TXT [5:205]
KEEP Public-Domain 9af2e28b3ed3ba201bece4b3024268de
BELONGS ya.make
License text:
/* This code is public-domain - it is based on libcrypt
Scancode info:
Original SPDX id: LicenseRef-scancode-public-domain
Score : 16.00
Match type : TEXT
Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
Files with this license:
lib/fuzzer/FuzzerSHA1.cpp [22:22]
KEEP NCSA AND MIT acaf5a1ddffd6829f7ebecb9e50c6c5f
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 [240:245]
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 [240:245]
KEEP NCSA b160d8bd561da097b0edd40b062e1c84
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 : TEXT
Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
Files with this license:
LICENSE.TXT [264:289]
KEEP Apache-2.0 WITH LLVM-exception b7566a1930e050e1090162bf1d543650
BELONGS lib/fuzzer/afl/ya.make ya.make
License text:
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Scancode info:
Original SPDX id: Apache-2.0
Score : 100.00
Match type : TAG
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
include/fuzzer/FuzzedDataProvider.h [5:5]
lib/fuzzer/FuzzerBuiltins.h [5:5]
lib/fuzzer/FuzzerBuiltinsMsvc.h [5:5]
lib/fuzzer/FuzzerCommand.h [5:5]
lib/fuzzer/FuzzerCorpus.h [5:5]
lib/fuzzer/FuzzerCrossOver.cpp [5:5]
lib/fuzzer/FuzzerDataFlowTrace.cpp [5:5]
lib/fuzzer/FuzzerDataFlowTrace.h [5:5]
lib/fuzzer/FuzzerDefs.h [5:5]
lib/fuzzer/FuzzerDictionary.h [5:5]
lib/fuzzer/FuzzerDriver.cpp [5:5]
lib/fuzzer/FuzzerExtFunctions.def [5:5]
lib/fuzzer/FuzzerExtFunctions.h [5:5]
lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [5:5]
lib/fuzzer/FuzzerExtFunctionsWeak.cpp [5:5]
lib/fuzzer/FuzzerExtFunctionsWindows.cpp [5:5]
lib/fuzzer/FuzzerExtraCounters.cpp [5:5]
lib/fuzzer/FuzzerExtraCountersDarwin.cpp [5:5]
lib/fuzzer/FuzzerExtraCountersWindows.cpp [5:5]
lib/fuzzer/FuzzerFlags.def [5:5]
lib/fuzzer/FuzzerFork.cpp [5:5]
lib/fuzzer/FuzzerFork.h [5:5]
lib/fuzzer/FuzzerIO.cpp [5:5]
lib/fuzzer/FuzzerIO.h [5:5]
lib/fuzzer/FuzzerIOPosix.cpp [5:5]
lib/fuzzer/FuzzerIOWindows.cpp [5:5]
lib/fuzzer/FuzzerInterface.h [5:5]
lib/fuzzer/FuzzerInternal.h [5:5]
lib/fuzzer/FuzzerLoop.cpp [5:5]
lib/fuzzer/FuzzerMain.cpp [5:5]
lib/fuzzer/FuzzerMerge.cpp [5:5]
lib/fuzzer/FuzzerMerge.h [5:5]
lib/fuzzer/FuzzerMutate.cpp [5:5]
lib/fuzzer/FuzzerMutate.h [5:5]
lib/fuzzer/FuzzerOptions.h [4:4]
lib/fuzzer/FuzzerPlatform.h [5:5]
lib/fuzzer/FuzzerRandom.h [5:5]
lib/fuzzer/FuzzerSHA1.cpp [5:5]
lib/fuzzer/FuzzerSHA1.h [5:5]
lib/fuzzer/FuzzerTracePC.cpp [5:5]
lib/fuzzer/FuzzerTracePC.h [5:5]
lib/fuzzer/FuzzerUtil.cpp [5:5]
lib/fuzzer/FuzzerUtil.h [5:5]
lib/fuzzer/FuzzerUtilDarwin.cpp [5:5]
lib/fuzzer/FuzzerUtilLinux.cpp [5:5]
lib/fuzzer/FuzzerUtilPosix.cpp [5:5]
lib/fuzzer/FuzzerUtilWindows.cpp [5:5]
lib/fuzzer/FuzzerValueBitMap.h [5:5]
lib/fuzzer/afl/afl_driver.cpp [5:5]
lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [5:5]
Scancode info:
Original SPDX id: LLVM-exception
Score : 100.00
Match type : TAG
Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
Files with this license:
include/fuzzer/FuzzedDataProvider.h [5:5]
lib/fuzzer/FuzzerBuiltins.h [5:5]
lib/fuzzer/FuzzerBuiltinsMsvc.h [5:5]
lib/fuzzer/FuzzerCommand.h [5:5]
lib/fuzzer/FuzzerCorpus.h [5:5]
lib/fuzzer/FuzzerCrossOver.cpp [5:5]
lib/fuzzer/FuzzerDataFlowTrace.cpp [5:5]
lib/fuzzer/FuzzerDataFlowTrace.h [5:5]
lib/fuzzer/FuzzerDefs.h [5:5]
lib/fuzzer/FuzzerDictionary.h [5:5]
lib/fuzzer/FuzzerDriver.cpp [5:5]
lib/fuzzer/FuzzerExtFunctions.def [5:5]
lib/fuzzer/FuzzerExtFunctions.h [5:5]
lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [5:5]
lib/fuzzer/FuzzerExtFunctionsWeak.cpp [5:5]
lib/fuzzer/FuzzerExtFunctionsWindows.cpp [5:5]
lib/fuzzer/FuzzerExtraCounters.cpp [5:5]
lib/fuzzer/FuzzerExtraCountersDarwin.cpp [5:5]
lib/fuzzer/FuzzerExtraCountersWindows.cpp [5:5]
lib/fuzzer/FuzzerFlags.def [5:5]
lib/fuzzer/FuzzerFork.cpp [5:5]
lib/fuzzer/FuzzerFork.h [5:5]
lib/fuzzer/FuzzerIO.cpp [5:5]
lib/fuzzer/FuzzerIO.h [5:5]
lib/fuzzer/FuzzerIOPosix.cpp [5:5]
lib/fuzzer/FuzzerIOWindows.cpp [5:5]
lib/fuzzer/FuzzerInterface.h [5:5]
lib/fuzzer/FuzzerInternal.h [5:5]
lib/fuzzer/FuzzerLoop.cpp [5:5]
lib/fuzzer/FuzzerMain.cpp [5:5]
lib/fuzzer/FuzzerMerge.cpp [5:5]
lib/fuzzer/FuzzerMerge.h [5:5]
lib/fuzzer/FuzzerMutate.cpp [5:5]
lib/fuzzer/FuzzerMutate.h [5:5]
lib/fuzzer/FuzzerOptions.h [4:4]
lib/fuzzer/FuzzerPlatform.h [5:5]
lib/fuzzer/FuzzerRandom.h [5:5]
lib/fuzzer/FuzzerSHA1.cpp [5:5]
lib/fuzzer/FuzzerSHA1.h [5:5]
lib/fuzzer/FuzzerTracePC.cpp [5:5]
lib/fuzzer/FuzzerTracePC.h [5:5]
lib/fuzzer/FuzzerUtil.cpp [5:5]
lib/fuzzer/FuzzerUtil.h [5:5]
lib/fuzzer/FuzzerUtilDarwin.cpp [5:5]
lib/fuzzer/FuzzerUtilLinux.cpp [5:5]
lib/fuzzer/FuzzerUtilPosix.cpp [5:5]
lib/fuzzer/FuzzerUtilWindows.cpp [5:5]
lib/fuzzer/FuzzerValueBitMap.h [5:5]
lib/fuzzer/afl/afl_driver.cpp [5:5]
lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [5:5]
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 [249:250]
KEEP Apache-2.0 WITH LLVM-exception df18889e552d44a4679aff552267f802
BELONGS ya.make
License text:
The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
Scancode info:
Original SPDX id: Apache-2.0
Score : 100.00
Match type : NOTICE
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
LICENSE.TXT [2:2]
Scancode info:
Original SPDX id: LLVM-exception
Score : 100.00
Match type : NOTICE
Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
Files with this license:
LICENSE.TXT [2:2]
KEEP Public-Domain f452f4d0b721fed73ab5c8bb024a0478
BELONGS ya.make
License text:
* placed in the public domain by Wei Dai and other contributors.
Scancode info:
Original SPDX id: LicenseRef-scancode-public-domain
Score : 100.00
Match type : TEXT
Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
Files with this license:
lib/fuzzer/FuzzerSHA1.cpp [23:23]
|