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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
|
# 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 01a81ecb910aed6636479751cf7bb623
BELONGS ya.make
License text:
// Copyright (c) 2007, 2008, 2012 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/make_shared.hpp [6:6]
include/boost/smart_ptr/make_shared_object.hpp [6:6]
KEEP COPYRIGHT_SERVICE_LABEL 01a965702801bb82d96654951bc19d2d
BELONGS ya.make
License text:
// Copyright (c) 2006 Piotr Wyderski
// Copyright (c) 2006 Tomas Puverle
// Copyright (c) 2006 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp [12:14]
include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp [11:14]
KEEP COPYRIGHT_SERVICE_LABEL 063981378c5a34322f72710962459da2
BELONGS ya.make
License text:
// Copyright 2005, 2014 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_interlocked.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 06f3ad25abe7d23073fb48ef1a22454e
BELONGS ya.make
License text:
// Copyright (c) 2002 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/enable_shared_from_this.hpp [7:7]
KEEP COPYRIGHT_SERVICE_LABEL 127ca1debadc86c9870fadcd69654480
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/bad_weak_ptr.hpp [13:13]
include/boost/smart_ptr/detail/shared_count.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_aix.hpp [8:10]
include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp [7:9]
include/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_nt.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_pt.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_spin.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp [8:11]
include/boost/smart_ptr/detail/sp_counted_base_w32.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_impl.hpp [13:14]
KEEP COPYRIGHT_SERVICE_LABEL 18b9bbddbcb28f4b2be6c0306fb4568c
BELONGS ya.make
License text:
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/requires_cxx11.hpp [4:6]
include/boost/smart_ptr/detail/sp_thread_pause.hpp [4:6]
include/boost/smart_ptr/detail/sp_thread_sleep.hpp [4:6]
include/boost/smart_ptr/detail/sp_thread_yield.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 1fa0e333f3a4d9fcde07c8f7722f8e63
BELONGS ya.make
License text:
// (C) Copyright Ion Gaztanaga 2005.
// Copyright (c) 2005 Peter Dimov.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/pointer_to_other.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL 2225076000632a3d391f0c4252302237
BELONGS ya.make
License text:
// Copyright 2007 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp [9:9]
include/boost/smart_ptr/detail/atomic_count_sync.hpp [11:11]
KEEP COPYRIGHT_SERVICE_LABEL 2491de20f7a9d79855692fc382be811a
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
// Copyright 2004-2008 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_spin.hpp [13:14]
KEEP COPYRIGHT_SERVICE_LABEL 264842641253ef729c3d30c20db5d154
BELONGS ya.make
License text:
// Copyright 2020 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/lwm_std_mutex.hpp [4:6]
include/boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp [13:15]
include/boost/smart_ptr/detail/sp_obsolete.hpp [13:15]
include/boost/smart_ptr/owner_equal_to.hpp [4:6]
include/boost/smart_ptr/owner_hash.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 275365ad223b4477b2d7d0620fee65f5
BELONGS ya.make
License text:
// Copyright 2002, 2009, 2014 Peter Dimov
// Copyright 2008-2009 Frank Mori Hess
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/enable_shared_from_raw.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL 2f9fe99648dcd79bc25622757cf728cb
BELONGS ya.make
License text:
// Copyright (c) 2009, Spirent Communications, Inc.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 3097182274a2e77f502de94f323359af
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/detail/atomic_count.hpp [13:13]
include/boost/smart_ptr/detail/atomic_count.hpp [13:14]
include/boost/smart_ptr/detail/atomic_count_gcc.hpp [11:13]
include/boost/smart_ptr/detail/atomic_count_pt.hpp [7:7]
KEEP COPYRIGHT_SERVICE_LABEL 30ed1e3bc7b2db873cea00f66576d6ee
BELONGS ya.make
License text:
// Copyright (c) 2007, 2013 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL 33e18cfc20734ce255518bc39f4f9639
BELONGS ya.make
License text:
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001-2008 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/shared_ptr.hpp [7:8]
include/boost/smart_ptr/shared_ptr.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL 39059a8eede404b2a251f7d030029784
BELONGS ya.make
License text:
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002, 2012 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/shared_array.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL 3b9a2b448e2da4108191c7c48d83f81b
BELONGS ya.make
License text:
// Copyright 2013 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/atomic_count_nt.hpp [11:11]
include/boost/smart_ptr/detail/atomic_count_std_atomic.hpp [9:9]
include/boost/smart_ptr/detail/sp_nullptr_t.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL 3ca4379da2fa49ccbaaf67782ff8bd4f
BELONGS ya.make
License text:
// Copyright (c) 2008 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/spinlock.hpp [13:13]
include/boost/smart_ptr/detail/spinlock_nt.hpp [11:11]
include/boost/smart_ptr/detail/spinlock_pool.hpp [13:13]
include/boost/smart_ptr/detail/spinlock_pt.hpp [11:11]
include/boost/smart_ptr/detail/spinlock_sync.hpp [11:11]
include/boost/smart_ptr/detail/spinlock_w32.hpp [11:11]
KEEP COPYRIGHT_SERVICE_LABEL 48a99b78ca07d64eafb7dfabd3abb686
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
// Copyright 2004-2006 Peter Dimov
// Copyright 2005 Ben Hutchings
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp [7:9]
KEEP COPYRIGHT_SERVICE_LABEL 4f11ac86f9301429ed799696ecdddc76
BELONGS ya.make
License text:
// Copyright 2002, 2009, 2014 Peter Dimov
// Copyright 2008-2009 Frank Mori Hess
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/enable_shared_from_raw.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL 4f74cd3a2feaee90f0c6c2252b0815e4
BELONGS ya.make
License text:
Copyright 2014 Glen Joseph Fernandes
(glenjofe@gmail.com)
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/make_unique.hpp [2:3]
KEEP COPYRIGHT_SERVICE_LABEL 50dda7e3e19313b798039270444f863a
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
// Copyright (c) 2002 Lars Gullik Bjønnes <larsbj@lyx.org>
// Copyright 2003-2005 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/atomic_count_gcc.hpp [11:13]
KEEP COPYRIGHT_SERVICE_LABEL 54c918145a85409d3cb52ce62e5949ce
BELONGS ya.make
License text:
// Copyright 2008 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_convertible.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL 56b725b9f15bba9b40cf58c1889a032b
BELONGS ya.make
License text:
// Copyright 2015 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_disable_deprecated.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 596d215980dce936d1d42dadce287430
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/intrusive_ptr.hpp [7:7]
include/boost/scoped_array.hpp [4:5]
include/boost/scoped_ptr.hpp [4:5]
include/boost/shared_array.hpp [7:8]
include/boost/smart_ptr/intrusive_ptr.hpp [7:7]
include/boost/smart_ptr/scoped_array.hpp [4:5]
include/boost/smart_ptr/scoped_ptr.hpp [4:5]
KEEP COPYRIGHT_SERVICE_LABEL 5ecdbaa136da002e57f3b5ba003bd0db
BELONGS ya.make
License text:
// Copyright (c) 2006 Piotr Wyderski
// Copyright (c) 2006 Tomas Puverle
// Copyright (c) 2006 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp [12:14]
include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp [11:14]
KEEP COPYRIGHT_SERVICE_LABEL 626c8f8e9db5e6888c779655f4dcb00f
BELONGS ya.make
License text:
// Copyright (c) 2001-2005 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/atomic_count_win32.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 6558581a775b2f48ad290a72ccc6c5bd
BELONGS ya.make
License text:
// Copyright (c) 2008, 2009 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 6a8a7f9c1dc28ae01bbb471e161b9528
BELONGS ya.make
License text:
// Copyright (c) 2008 Frank Mori Hess
// Copyright (c) 2016 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/owner_less.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL 6aa5a368ddf82ac8765157c83c7cbccb
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
// Copyright 2004-2005 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/shared_count.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_aix.hpp [8:10]
include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_nt.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_pt.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp [8:11]
include/boost/smart_ptr/detail/sp_counted_base_w32.hpp [13:14]
include/boost/smart_ptr/detail/sp_counted_impl.hpp [13:14]
KEEP COPYRIGHT_SERVICE_LABEL 6d0f48a2307249fe584bb5a13388f05b
BELONGS ya.make
License text:
// Copyright 2016, 2017 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_noexcept.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL 6d36e9ca1481966928ab89687b3d9f81
BELONGS ya.make
License text:
Copyright 2012-2019 Glen Joseph Fernandes
(glenjofe@gmail.com)
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/allocate_shared_array.hpp [2:3]
include/boost/smart_ptr/make_shared_array.hpp [2:3]
include/boost/smart_ptr/make_unique.hpp [2:3]
KEEP COPYRIGHT_SERVICE_LABEL 700d924b0a839bc25561f5ca7e969034
BELONGS ya.make
License text:
// Copyright 2002, 2009 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/enable_shared_from_this.hpp [7:7]
KEEP COPYRIGHT_SERVICE_LABEL 73025b91e8cf54ab81ff410c38be7452
BELONGS ya.make
License text:
// Copyright (c) 2001-2009, 2012 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/operator_bool.hpp [3:3]
KEEP COPYRIGHT_SERVICE_LABEL 778d126a908ae2e1cc990627956713b8
BELONGS ya.make
License text:
// Copyright (c) 2006 Piotr Wyderski
// Copyright (c) 2006 Tomas Puverle
// Copyright (c) 2006 Peter Dimov
// Copyright (c) 2011 Emil Dotchevski
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp [11:14]
KEEP COPYRIGHT_SERVICE_LABEL 7e6f5e41baa083be7230e409d7f43ed2
BELONGS ya.make
License text:
// Copyright (c) 2002, 2003 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/lwm_win32_cs.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 821a90a32ad58f7fc624303cc3fb0243
BELONGS ya.make
License text:
Copyright 2017-2019 Glen Joseph Fernandes
(glenjofe@gmail.com)
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/allocate_local_shared_array.hpp [2:3]
include/boost/smart_ptr/make_local_shared_array.hpp [2:4]
KEEP COPYRIGHT_SERVICE_LABEL 828b79ff16e0bf70fedcf473356bf326
BELONGS ya.make
License text:
// Copyright (c) 2002, 2003 Peter Dimov and Multi Media Ltd.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/detail/lightweight_mutex.hpp [13:13]
include/boost/smart_ptr/detail/lightweight_mutex.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 897c9e939f14dd9c42b2594da26b4078
BELONGS ya.make
License text:
// Copyright (c) 2003 Peter Dimov Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/detail/quick_allocator.hpp [13:14]
include/boost/smart_ptr.hpp [10:12]
include/boost/smart_ptr/detail/quick_allocator.hpp [13:14]
KEEP COPYRIGHT_SERVICE_LABEL 8cc132a0f9df6997e63e69262f2040e4
BELONGS ya.make
License text:
// Copyright 2007, 2019 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_typeinfo_.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL 8ce38e822427eb86a5d1145c3e78e7cd
BELONGS ya.make
License text:
// Copyright (c) 2014 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/spinlock_std_atomic.hpp [11:11]
KEEP COPYRIGHT_SERVICE_LABEL 91104f12c2c5f78e23afc2acf7158941
BELONGS ya.make
License text:
// Copyright 2007 Baruch Zilber
// Copyright 2007 Boris Gubenko
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL 930a6e72883713e7b987065a56197739
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/weak_ptr.hpp [7:7]
include/boost/weak_ptr.hpp [7:7]
KEEP COPYRIGHT_SERVICE_LABEL 9f416aa8f1e6678b0d6d5857d642b969
BELONGS ya.make
License text:
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
// Copyright (c) 2008, 2018 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/detail/lightweight_thread.hpp [12:13]
include/boost/smart_ptr/detail/lightweight_thread.hpp [12:13]
include/boost/smart_ptr/detail/lwm_pthreads.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL 9ff97948b756a57435dc378f82236ad8
BELONGS ya.make
License text:
Copyright 2019-2021 Glen Joseph Fernandes
(glenjofe@gmail.com)
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/allocate_unique.hpp [2:3]
KEEP COPYRIGHT_SERVICE_LABEL a3ceba6f7698685b264af6347b8fb8c7
BELONGS ya.make
License text:
// Copyright (c) 2007 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_sync.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL a41ad2da0912020d91a14b82ad75b7a9
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
// Copyright (c) 2002 Lars Gullik Bjønnes <larsbj@lyx.org>
// Copyright 2003-2005 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/atomic_count_gcc.hpp [11:13]
KEEP COPYRIGHT_SERVICE_LABEL a81f16b19633169e29f73443fb23e585
BELONGS ya.make
License text:
// Copyright (c) 2003 David Abrahams
// Copyright (c) 2003 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/detail/quick_allocator.hpp [13:14]
include/boost/smart_ptr/detail/quick_allocator.hpp [13:14]
KEEP COPYRIGHT_SERVICE_LABEL b13bccd796707ee307c756c5292480d5
BELONGS ya.make
License text:
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/scoped_array.hpp [4:5]
include/boost/scoped_ptr.hpp [4:5]
include/boost/shared_array.hpp [7:8]
include/boost/shared_ptr.hpp [7:8]
include/boost/smart_ptr/scoped_array.hpp [4:5]
include/boost/smart_ptr/scoped_ptr.hpp [4:5]
include/boost/smart_ptr/shared_array.hpp [7:8]
include/boost/smart_ptr/shared_ptr.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL b39953493d9be5c8894d91c3d15d8030
BELONGS ya.make
License text:
// Copyright 2007, 2020 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/atomic_count_gcc_atomic.hpp [8:8]
include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp [12:14]
KEEP COPYRIGHT_SERVICE_LABEL b772c78fde56122bdba5336e5bb0a93a
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
// Copyright 2004-2006 Peter Dimov
// Copyright 2005 Ben Hutchings
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp [7:9]
KEEP COPYRIGHT_SERVICE_LABEL b949b0b096894aa6f558866792d8101e
BELONGS ya.make
License text:
// Copyright 2007 Baruch Zilber
// Copyright 2007 Boris Gubenko
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL c01ae716b2d1d913ab203a9f2242558c
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
// Copyright 2004-2005 Peter Dimov
// Copyright 2006 Michael van der Westhuizen
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_aix.hpp [8:10]
include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp [8:11]
KEEP COPYRIGHT_SERVICE_LABEL c40d50ae1b61c61b9043bc01cb1ee1cd
BELONGS ya.make
License text:
// Copyright 2008, 2020 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp [10:12]
include/boost/smart_ptr/detail/yield_k.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL ca676dbdf976b8c423696b3ace2a200a
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
// Copyright (c) 2013 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/atomic_count.hpp [13:14]
include/boost/smart_ptr/detail/atomic_count_spin.hpp [7:7]
KEEP COPYRIGHT_SERVICE_LABEL cce23f190bcbb33ec0fdc7d06d0dcba3
BELONGS ya.make
License text:
* Copyright Andrey Semashev 2007 - 2013.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/intrusive_ref_counter.hpp [2:4]
KEEP COPYRIGHT_SERVICE_LABEL dd8f136175da98ea2d07dcd9de1ecaf5
BELONGS ya.make
License text:
// Copyright (c) 2008, 2011 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp [5:5]
KEEP COPYRIGHT_SERVICE_LABEL df0ccc1d436763dd3030b1b12f23d451
BELONGS ya.make
License text:
// Copyright 2008,2012 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_forward.hpp [12:12]
KEEP COPYRIGHT_SERVICE_LABEL e323857368fb1433c9c3079428ca51d3
BELONGS ya.make
License text:
// Copyright 2017 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/atomic_shared_ptr.hpp [7:7]
include/boost/smart_ptr/detail/local_counted_base.hpp [12:12]
include/boost/smart_ptr/detail/local_sp_deleter.hpp [12:12]
include/boost/smart_ptr/local_shared_ptr.hpp [6:6]
include/boost/smart_ptr/make_local_shared.hpp [6:6]
include/boost/smart_ptr/make_local_shared_array.hpp [2:4]
include/boost/smart_ptr/make_local_shared_object.hpp [6:6]
KEEP COPYRIGHT_SERVICE_LABEL e7b0cb15f49a0534732f0753e83b9649
BELONGS ya.make
License text:
// (C) Copyright Ion Gaztanaga 2005.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/pointer_cast.hpp [3:5]
include/boost/pointer_to_other.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL ea6952b116e7dc3746a21d3d95928c35
BELONGS ya.make
License text:
// Copyright (c) 2008 Frank Mori Hess
// Copyright (c) 2016 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/owner_less.hpp [7:8]
KEEP COPYRIGHT_SERVICE_LABEL eb1a7a239eede3df076875abfbb7cf41
BELONGS ya.make
License text:
// Copyright 2005-2013 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base.hpp [13:13]
KEEP COPYRIGHT_SERVICE_LABEL eccfc79f4bc874aa87c7a2d097dd730f
BELONGS ya.make
License text:
// Copyright (c) 2007, 2008 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/make_shared.hpp [6:6]
KEEP COPYRIGHT_SERVICE_LABEL ef065a1edbfbbc1a66c01819893fb0ae
BELONGS ya.make
License text:
// Copyright (c) 2006 Piotr Wyderski
// Copyright (c) 2006 Tomas Puverle
// Copyright (c) 2006 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp [12:14]
include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp [11:14]
KEEP COPYRIGHT_SERVICE_LABEL f1024c091dd2c793b61b861740198222
BELONGS ya.make
License text:
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
// Copyright (c) 2008, 2018 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/detail/lightweight_thread.hpp [12:13]
include/boost/smart_ptr/detail/lightweight_thread.hpp [12:13]
KEEP COPYRIGHT_SERVICE_LABEL f68164228ffa5c0764d510b1da25be15
BELONGS ya.make
License text:
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
// Copyright 2004-2005 Peter Dimov
// Copyright 2006 Michael van der Westhuizen
// Copyright 2012 IBM Corp.
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp [8:11]
KEEP COPYRIGHT_SERVICE_LABEL f8048579413ece800bdff405ec05bec9
BELONGS ya.make
License text:
// Copyright 2019, 2020 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/smart_ptr/enable_shared_from.hpp [6:6]
|