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
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
|
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $ # comments (all commentaries should starts with some number of spaces and # symbol)
# $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits
# $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files
# $ # user comments
# $
# ${action} {license id} {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 COPYRIGHT_SERVICE_LABEL 040eb53afdd3e42bceae7b112ed0c7b5
BELONGS ya.make
License text:
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/tasm/tasm.c [232:233]
frontends/vsyasm/vsyasm.c [224:225]
KEEP COPYRIGHT_SERVICE_LABEL 1042f3722f2b5478932208894fc0c75d
BELONGS ya.make
License text:
"Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/yasm/yasm.c [228:229]
KEEP COPYRIGHT_SERVICE_LABEL 16ed76d63a9c46131af23245e9ca696b
BELONGS ya.make
License text:
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/compat-queue.h [4:5]
KEEP COPYRIGHT_SERVICE_LABEL 1d19971221d4512a51d42f2f33f54c75
BELONGS ya.make
License text:
* Copyright (C) 2004-2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/cmake-module.c [4:4]
libyasm/genmodule.c [5:5]
libyasm/listfmt.h [6:6]
modules/listfmts/nasm/nasm-listfmt.c [4:4]
modules/objfmts/xdf/xdf-objfmt.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL 35e7f29f814e74c19fb7ee407d6deffa
BELONGS ya.make
License text:
* Copyright (C) 2005-2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/bc-align.c [4:4]
libyasm/bc-org.c [4:4]
libyasm/insn.c [4:4]
modules/gas-token.c [6:6]
modules/parsers/gas/gas-parse.c [4:4]
modules/parsers/gas/gas-parser.c [4:4]
modules/parsers/gas/gas-parser.h [4:4]
KEEP COPYRIGHT_SERVICE_LABEL 3f9f5289ef7a60a17964e1be49906fee
BELONGS ya.make
License text:
* Copyright (C) 2008 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/yasm/yasm-plugin.c [4:4]
frontends/yasm/yasm-plugin.h [4:4]
KEEP COPYRIGHT_SERVICE_LABEL 43f1294a917d0e7b31cf14c81c7a5422
BELONGS ya.make
License text:
* Copyright (C) 2001-2008 Peter Johnson
* Copyright (C) 2007-2008 Samuel Thibault
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/tasm/tasm.c [4:5]
KEEP COPYRIGHT_SERVICE_LABEL 483a0cb9e254906fa6961f9279e1b8eb
BELONGS ya.make
License text:
"Yasm is Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/tasm/license.c [4:4]
frontends/vsyasm/license.c [4:4]
frontends/yasm/license.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL 4b83ff0699eb0004b36d21ba43ea57b3
BELONGS ya.make
License text:
* Copyright (C) 2001-2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/vsyasm/vsyasm.c [4:4]
frontends/yasm/yasm.c [4:4]
libyasm/bc-data.c [4:4]
libyasm/bc-incbin.c [4:4]
libyasm/bc-reserve.c [4:4]
libyasm/bytecode.c [4:4]
libyasm/bytecode.h [6:6]
libyasm/coretype.h [6:6]
libyasm/errwarn.c [4:4]
libyasm/errwarn.h [6:6]
libyasm/file.c [4:4]
libyasm/file.h [6:6]
libyasm/floatnum.c [4:4]
libyasm/floatnum.h [6:6]
libyasm/hamt.c [4:4]
libyasm/hamt.h [6:6]
libyasm/intnum.c [4:4]
libyasm/intnum.h [6:6]
libyasm/objfmt.h [6:6]
libyasm/parser.h [6:6]
libyasm/preproc.h [6:6]
libyasm/section.c [4:4]
libyasm/section.h [6:6]
libyasm/valparam.c [4:4]
libyasm/valparam.h [6:6]
libyasm/xmalloc.c [4:4]
modules/arch/x86/x86arch.h [4:4]
modules/arch/x86/x86bc.c [4:4]
modules/arch/x86/x86expr.c [4:4]
modules/nasm-token.c [6:6]
modules/objfmts/dbg/dbg-objfmt.c [4:4]
modules/parsers/nasm/nasm-parser.c [4:4]
modules/preprocs/cpp/cpp-preproc.c [4:5]
modules/preprocs/raw/raw-preproc.c [4:4]
util.h [7:7]
KEEP COPYRIGHT_SERVICE_LABEL 4bf0523d979d6e4ffec62a69e2cc9bf7
BELONGS ya.make
License text:
* Copyright (C) 2010 Alexei Svitkine
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/parsers/gas/gas-parse-intel.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL 5002082c77059b83b868762a4572de81
BELONGS ya.make
License text:
(c) Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this
code any way you wish, private, educational, or commercial, as long
as this whole comment accompanies it.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/phash.c [182:184]
KEEP COPYRIGHT_SERVICE_LABEL 5ac482aab2ee8bf12db24a2bdd4523b9
BELONGS ya.make
License text:
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/xstrdup.c [4:5]
KEEP COPYRIGHT_SERVICE_LABEL 65ad918678850b70e761686f90d3ec0b
BELONGS ya.make
License text:
* Copyright (C) 2001-2007 Michael Urman, Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/expr.c [4:4]
libyasm/expr.h [6:6]
libyasm/symrec.c [4:4]
libyasm/symrec.h [6:6]
KEEP COPYRIGHT_SERVICE_LABEL 69ff6cc122b7ebf829e73cd9469b6699
BELONGS ya.make
License text:
Yasm is Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
COPYING [1:1]
KEEP COPYRIGHT_SERVICE_LABEL 71a5570b4ed12474c30d73d9c6d6af57
BELONGS ya.make
License text:
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/mergesort.c [4:5]
KEEP COPYRIGHT_SERVICE_LABEL 85f01196787841ee930c7d9e9afe5891
BELONGS ya.make
License text:
Copyright (C) 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
GNU_LGPL-2.0 [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 8cf91579d8cb4087b6bd775cd2b2bbed
BELONGS ya.make
License text:
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
GNU_GPL-2.0 [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 91ed2a52abb6d4174e5a50147be44f81
BELONGS ya.make
License text:
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/strsep.c [4:5]
KEEP COPYRIGHT_SERVICE_LABEL 971686ad99f50d98207ab34abd52386e
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/bitvect.c [3858:3862]
libyasm/bitvect.h [477:481]
KEEP COPYRIGHT_SERVICE_LABEL 9d17f6c33ccdc6f4d2d121490290915e
BELONGS ya.make
License text:
* Copyright (c) 1988, 1993, 2019
* The Regents of the University of California. All rights reserved.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/replace_path.c [2:3]
KEEP COPYRIGHT_SERVICE_LABEL 9d779b0d83ae00030ec57f9afde03f57
BELONGS ya.make
License text:
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/strcasecmp.c [5:6]
KEEP COPYRIGHT_SERVICE_LABEL a4efb4ed0f45e53e8b61395c4f0f82c8
BELONGS ya.make
License text:
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/tasm/tasm-options.c [4:4]
frontends/tasm/tasm-options.h [4:4]
frontends/yasm/yasm-options.c [4:4]
frontends/yasm/yasm-options.h [4:4]
KEEP COPYRIGHT_SERVICE_LABEL a5279380087fd196a366e39471c2a41e
BELONGS ya.make
License text:
* Copyright (C) 2004-2007 Michael Urman
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/objfmts/elf/elf-machine.h [4:4]
modules/objfmts/elf/elf-x86-amd64.c [4:4]
modules/objfmts/elf/elf-x86-x86.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL aaec82dc936a1832c334f30e48c11863
BELONGS ya.make
License text:
* Copyright (C) 2007 Henryk Richter, built upon xdf objfmt (C) Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/objfmts/macho/macho-objfmt.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL af24fae8ec2496b32445bfd9cdb6de72
BELONGS ya.make
License text:
* Copyright (C) 2009 Alexei Svitkine
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/preprocs/gas/gas-preproc.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL b4fcd0c4417f6edb1a48b0357023158a
BELONGS ya.make
License text:
* Copyright (C) 2003-2007 Michael Urman
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/dbgfmts/stabs/stabs-dbgfmt.c [4:4]
modules/objfmts/elf/elf-objfmt.c [4:4]
modules/objfmts/elf/elf.c [4:4]
modules/objfmts/elf/elf.h [4:4]
KEEP COPYRIGHT_SERVICE_LABEL b672346749080186fc3300636097f33e
BELONGS ya.make
License text:
* Copyright (C) 2003-2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm.h [6:6]
libyasm/assocdat.c [4:4]
libyasm/assocdat.h [6:6]
modules/arch/lc3b/lc3barch.c [4:4]
modules/arch/lc3b/lc3barch.h [4:4]
modules/arch/lc3b/lc3bbc.c [4:4]
modules/lc3bid.c [6:6]
KEEP COPYRIGHT_SERVICE_LABEL bbe7fd4f2281aa1375aa1eff44193f3c
BELONGS ya.make
License text:
* Copyright (C) 2007 Henryk Richter, built upon xdf objfmt (C) Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/objfmts/macho/macho-objfmt.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL c0a580767e4df988cbeb3a33fe57d251
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
GNU_GPL-2.0 [251:256]
GNU_LGPL-2.0 [407:412]
KEEP COPYRIGHT_SERVICE_LABEL c2e6e65775055bdd08934848b2c77a4f
BELONGS ya.make
License text:
* Copyright (C) 2001-2008 Peter Johnson
* Copyright (C) 2007-2008 Samuel Thibault
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
frontends/tasm/tasm.c [4:5]
KEEP COPYRIGHT_SERVICE_LABEL c3518306e014a9991f4178523d335795
BELONGS ya.make
License text:
* Copyright (C) 2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/objfmts/coff/coff-objfmt.h [4:4]
modules/objfmts/coff/win64-except.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL c751cfb88d8b5235f973b776d96e1d77
BELONGS ya.make
License text:
* Copyright (C) 2007 Paul Barker
* Copyright (C) 2001-2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/preprocs/cpp/cpp-preproc.c [4:5]
KEEP COPYRIGHT_SERVICE_LABEL d150d738185f9bc17b25edf92c376806
BELONGS ya.make
License text:
* Copyright (C) 2006-2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/value.c [4:4]
libyasm/value.h [6:6]
modules/dbgfmts/codeview/cv-dbgfmt.c [4:4]
modules/dbgfmts/codeview/cv-dbgfmt.h [4:4]
modules/dbgfmts/codeview/cv-symline.c [4:4]
modules/dbgfmts/codeview/cv-type.c [4:4]
modules/dbgfmts/dwarf2/dwarf2-aranges.c [4:4]
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c [4:4]
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h [4:4]
modules/dbgfmts/dwarf2/dwarf2-info.c [4:4]
modules/dbgfmts/dwarf2/dwarf2-line.c [4:4]
modules/objfmts/rdf/rdf-objfmt.c [4:4]
modules/preprocs/nasm/genversion.c [5:5]
KEEP COPYRIGHT_SERVICE_LABEL d994daedad9e22cf696cbcf2db306afd
BELONGS ya.make
License text:
* Copyright (C) 2001-2007 Peter Johnson, Michael Urman
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/parsers/nasm/nasm-parse.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL e5aac90afa3b20372e075373a6ff4520
BELONGS ya.make
License text:
* Copyright (C) 2012 Michael Urman and H.J. Lu
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
modules/objfmts/elf/elf-x86-x32.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL e5d4de804bede12afce9eb05d2078806
BELONGS ya.make
License text:
* Copyright (C) 2002-2007 Peter Johnson
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
libyasm/arch.h [6:6]
libyasm/dbgfmt.h [6:6]
libyasm/insn.h [6:6]
libyasm/linemap.c [4:4]
libyasm/linemap.h [6:6]
libyasm/module.h [4:4]
modules/arch/x86/x86arch.c [4:4]
modules/arch/x86/x86id.c [4:4]
modules/dbgfmts/null/null-dbgfmt.c [4:4]
modules/objfmts/bin/bin-objfmt.c [4:4]
modules/objfmts/coff/coff-objfmt.c [4:4]
modules/parsers/nasm/nasm-parser-struct.h [4:4]
modules/parsers/nasm/nasm-parser.h [4:4]
modules/preprocs/nasm/nasm-preproc.c [4:4]
KEEP COPYRIGHT_SERVICE_LABEL f764b5881815e4324e7ce4ae38fc5d4c
BELONGS ya.make
License text:
Copyright 1996-2009 the NASM Authors - All rights reserved.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
BSD.txt [49:49]
|