aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/interprocess/.yandex_meta/devtools.licenses.report
blob: 8ccac06101378239ecf559e96e395a875e825856 (plain) (blame)
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
# 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     BSL-1.0              07d4ea27a275fc0b7043690f14bf03f1
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2006-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/file_wrapper.hpp [3:5]
        include/boost/interprocess/detail/managed_open_or_create_impl.hpp [3:5]
        include/boost/interprocess/smart_ptr/detail/shared_count.hpp [7:9]
        include/boost/interprocess/smart_ptr/enable_shared_from_this.hpp [6:8]
        include/boost/interprocess/smart_ptr/intrusive_ptr.hpp [6:8]
        include/boost/interprocess/smart_ptr/scoped_ptr.hpp [7:9]

SKIP     LicenseRef-scancode-other-permissive 0bee3b00e8750de5f3ce9c579c53bed5
BELONGS ya.make
    License text:
        // in supporting documentation.  William E. Kempf makes no representations
        // about the suitability of this software for any purpose.
        // It is provided "as is" without express or implied warranty.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-permissive
        Score           : 100.00
        Match type      : NOTICE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
    Files with this license:
        include/boost/interprocess/sync/interprocess_recursive_mutex.hpp [22:24]
        include/boost/interprocess/sync/posix/mutex.hpp [22:24]
        include/boost/interprocess/sync/posix/recursive_mutex.hpp [22:24]
        include/boost/interprocess/sync/spin/recursive_mutex.hpp [22:24]

KEEP     BSL-1.0              27c441c3cf7de0c94aaeb366f028696b
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2020-2021. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/char_wchar_holder.hpp [3:5]

KEEP     BSL-1.0              2cc71fe4bd12718a9884bf7ff37269f3
BELONGS ya.make
    License text:
        // 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/min_max.hpp [5:7]
        include/boost/interprocess/detail/move.hpp [4:6]
        include/boost/interprocess/detail/mpl.hpp [5:7]
        include/boost/interprocess/detail/pointer_type.hpp [6:8]
        include/boost/interprocess/detail/timed_utils.hpp [5:7]
        include/boost/interprocess/detail/transform_iterator.hpp [6:8]
        include/boost/interprocess/detail/type_traits.hpp [5:7]
        include/boost/interprocess/detail/utilities.hpp [6:8]
        include/boost/interprocess/smart_ptr/deleter.hpp [5:7]
        include/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp [5:7]
        include/boost/interprocess/smart_ptr/shared_ptr.hpp [8:10]
        include/boost/interprocess/smart_ptr/weak_ptr.hpp [7:9]

KEEP     BSL-1.0              304c8552dc56cab871c2de4763ff6fc9
BELONGS ya.make
    License text:
        // 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/math_functions.hpp [6:8]

KEEP     BSL-1.0              3a69d67d5822ad2987752d722c44ca2a
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2007-2014. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/shared_dir_helpers.hpp [3:5]

KEEP     BSL-1.0              47a0454637d4fa45d78eb2557ccd70c4
BELONGS ya.make
    License text:
        // 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/atomic.hpp [7:9]
        include/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp [16:18]
        include/boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp [20:22]

KEEP     BSL-1.0              4d5252e413de14514a327fd589154ef8
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2005-2013. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/os_thread_functions.hpp [3:5]

KEEP     BSL-1.0              4ea1383dd870de8fa4ba78b3f077f660
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2009-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/containers/containers_fwd.hpp [3:5]
        include/boost/interprocess/detail/file_locking_helpers.hpp [3:5]
        include/boost/interprocess/detail/intermodule_singleton.hpp [3:5]
        include/boost/interprocess/detail/intermodule_singleton_common.hpp [3:5]
        include/boost/interprocess/detail/managed_global_memory.hpp [3:5]
        include/boost/interprocess/detail/portable_intermodule_singleton.hpp [3:5]
        include/boost/interprocess/detail/windows_intermodule_singleton.hpp [3:5]
        include/boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp [3:5]
        include/boost/interprocess/xsi_shared_memory.hpp [3:5]

KEEP     BSL-1.0              4ebf5547dee6ab6b8aeb6b822352227b
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2005-2015. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/win32_api.hpp [3:5]
        include/boost/interprocess/detail/workaround.hpp [3:5]
        include/boost/interprocess/exceptions.hpp [3:5]
        include/boost/interprocess/offset_ptr.hpp [3:5]

KEEP     BSL-1.0              4ee4563f1657e4bee051a7033c20db63
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2009. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/xsi_key.hpp [3:5]

KEEP     Mit-Old-Style        55e81d3c6ec19a0377f36e6e6d487cd9
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-mit-old-style
        Score           : 100.00
        Match type      : TEXT
        Links           : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE
    Files with this license:
        include/boost/interprocess/sync/interprocess_recursive_mutex.hpp [18:22]
        include/boost/interprocess/sync/posix/mutex.hpp [18:22]
        include/boost/interprocess/sync/posix/recursive_mutex.hpp [18:22]
        include/boost/interprocess/sync/spin/recursive_mutex.hpp [18:22]

KEEP     BSL-1.0              56f4fcb5d91e0daef7ad21bf68734337
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2008-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/allocators/detail/allocator_common.hpp [3:5]
        include/boost/interprocess/containers/allocation_type.hpp [3:5]
        include/boost/interprocess/containers/deque.hpp [3:5]
        include/boost/interprocess/containers/flat_map.hpp [3:5]
        include/boost/interprocess/containers/flat_set.hpp [3:5]
        include/boost/interprocess/containers/list.hpp [3:5]
        include/boost/interprocess/containers/map.hpp [3:5]
        include/boost/interprocess/containers/pair.hpp [3:5]
        include/boost/interprocess/containers/set.hpp [3:5]
        include/boost/interprocess/containers/slist.hpp [3:5]
        include/boost/interprocess/containers/stable_vector.hpp [3:5]
        include/boost/interprocess/containers/string.hpp [3:5]
        include/boost/interprocess/containers/vector.hpp [3:5]
        include/boost/interprocess/containers/version_type.hpp [3:5]
        include/boost/interprocess/detail/variadic_templates_tools.hpp [3:5]
        include/boost/interprocess/managed_xsi_shared_memory.hpp [3:5]

KEEP     BSL-1.0              67d6eeedc82fbc62f6f52eb0c128e9e6
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2012-2013. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/sync/detail/common_algorithms.hpp [3:5]

KEEP     BSL-1.0              6dd5c9f652ff038348bb42aa68a7164c
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2010-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/robust_emulation.hpp [3:5]

KEEP     BSL-1.0              7046eb5e05d97f8094aad004556f5459
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2006-2014. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/smart_ptr/unique_ptr.hpp [3:5]

KEEP     BSL-1.0              745252704aa72167f50d9aad40337785
BELONGS ya.make
    License text:
        //  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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/os_thread_functions.hpp [18:20]

KEEP     BSL-1.0              75a19a6388a7f4489e2a025313437ca8
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2005-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/allocators/adaptive_pool.hpp [3:5]
        include/boost/interprocess/allocators/allocator.hpp [3:5]
        include/boost/interprocess/allocators/cached_adaptive_pool.hpp [3:5]
        include/boost/interprocess/allocators/cached_node_allocator.hpp [3:5]
        include/boost/interprocess/allocators/detail/adaptive_node_pool.hpp [3:5]
        include/boost/interprocess/allocators/detail/node_pool.hpp [3:5]
        include/boost/interprocess/allocators/node_allocator.hpp [3:5]
        include/boost/interprocess/allocators/private_adaptive_pool.hpp [3:5]
        include/boost/interprocess/allocators/private_node_allocator.hpp [3:5]
        include/boost/interprocess/anonymous_shared_memory.hpp [3:5]
        include/boost/interprocess/creation_tags.hpp [3:5]
        include/boost/interprocess/detail/cast_tags.hpp [3:5]
        include/boost/interprocess/detail/config_begin.hpp [3:5]
        include/boost/interprocess/detail/config_end.hpp [3:5]
        include/boost/interprocess/detail/in_place_interface.hpp [3:5]
        include/boost/interprocess/detail/intersegment_ptr.hpp [3:5]
        include/boost/interprocess/detail/managed_memory_impl.hpp [3:5]
        include/boost/interprocess/detail/managed_multi_shared_memory.hpp [3:5]
        include/boost/interprocess/detail/named_proxy.hpp [3:5]
        include/boost/interprocess/detail/os_file_functions.hpp [3:5]
        include/boost/interprocess/detail/segment_manager_helper.hpp [3:5]
        include/boost/interprocess/errors.hpp [3:5]
        include/boost/interprocess/file_mapping.hpp [3:5]
        include/boost/interprocess/indexes/flat_map_index.hpp [3:5]
        include/boost/interprocess/indexes/iset_index.hpp [3:5]
        include/boost/interprocess/indexes/iunordered_set_index.hpp [3:5]
        include/boost/interprocess/indexes/map_index.hpp [3:5]
        include/boost/interprocess/indexes/null_index.hpp [3:5]
        include/boost/interprocess/indexes/unordered_map_index.hpp [3:5]
        include/boost/interprocess/interprocess_fwd.hpp [3:5]
        include/boost/interprocess/ipc/message_queue.hpp [3:5]
        include/boost/interprocess/managed_external_buffer.hpp [3:5]
        include/boost/interprocess/managed_heap_memory.hpp [3:5]
        include/boost/interprocess/managed_mapped_file.hpp [3:5]
        include/boost/interprocess/managed_shared_memory.hpp [3:5]
        include/boost/interprocess/managed_windows_shared_memory.hpp [3:5]
        include/boost/interprocess/mapped_region.hpp [3:5]
        include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp [3:5]
        include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp [3:5]
        include/boost/interprocess/mem_algo/rbtree_best_fit.hpp [3:5]
        include/boost/interprocess/mem_algo/simple_seq_fit.hpp [3:5]
        include/boost/interprocess/permissions.hpp [3:5]
        include/boost/interprocess/segment_manager.hpp [3:5]
        include/boost/interprocess/shared_memory_object.hpp [3:5]
        include/boost/interprocess/streams/bufferstream.hpp [3:5]
        include/boost/interprocess/streams/vectorstream.hpp [3:5]
        include/boost/interprocess/sync/detail/condition_algorithm_8a.hpp [3:5]
        include/boost/interprocess/sync/file_lock.hpp [3:5]
        include/boost/interprocess/sync/interprocess_condition.hpp [3:5]
        include/boost/interprocess/sync/interprocess_mutex.hpp [3:5]
        include/boost/interprocess/sync/interprocess_recursive_mutex.hpp [3:5]
        include/boost/interprocess/sync/interprocess_semaphore.hpp [3:5]
        include/boost/interprocess/sync/interprocess_sharable_mutex.hpp [7:9]
        include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp [5:7]
        include/boost/interprocess/sync/lock_options.hpp [3:5]
        include/boost/interprocess/sync/mutex_family.hpp [3:5]
        include/boost/interprocess/sync/named_condition.hpp [3:5]
        include/boost/interprocess/sync/named_condition_any.hpp [3:5]
        include/boost/interprocess/sync/named_mutex.hpp [3:5]
        include/boost/interprocess/sync/named_recursive_mutex.hpp [3:5]
        include/boost/interprocess/sync/named_semaphore.hpp [3:5]
        include/boost/interprocess/sync/named_sharable_mutex.hpp [3:5]
        include/boost/interprocess/sync/named_upgradable_mutex.hpp [3:5]
        include/boost/interprocess/sync/null_mutex.hpp [3:5]
        include/boost/interprocess/sync/posix/condition.hpp [3:5]
        include/boost/interprocess/sync/posix/mutex.hpp [3:5]
        include/boost/interprocess/sync/posix/named_mutex.hpp [3:5]
        include/boost/interprocess/sync/posix/named_semaphore.hpp [3:5]
        include/boost/interprocess/sync/posix/pthread_helpers.hpp [3:5]
        include/boost/interprocess/sync/posix/recursive_mutex.hpp [3:5]
        include/boost/interprocess/sync/posix/semaphore.hpp [3:5]
        include/boost/interprocess/sync/posix/semaphore_wrapper.hpp [3:5]
        include/boost/interprocess/sync/posix/timepoint_to_timespec.hpp [3:5]
        include/boost/interprocess/sync/scoped_lock.hpp [3:5]
        include/boost/interprocess/sync/sharable_lock.hpp [3:5]
        include/boost/interprocess/sync/shm/named_condition.hpp [3:5]
        include/boost/interprocess/sync/shm/named_condition_any.hpp [3:5]
        include/boost/interprocess/sync/shm/named_mutex.hpp [3:5]
        include/boost/interprocess/sync/shm/named_recursive_mutex.hpp [3:5]
        include/boost/interprocess/sync/shm/named_semaphore.hpp [3:5]
        include/boost/interprocess/sync/shm/named_upgradable_mutex.hpp [3:5]
        include/boost/interprocess/sync/spin/condition.hpp [3:5]
        include/boost/interprocess/sync/spin/mutex.hpp [3:5]
        include/boost/interprocess/sync/spin/recursive_mutex.hpp [3:5]
        include/boost/interprocess/sync/spin/semaphore.hpp [3:5]
        include/boost/interprocess/sync/upgradable_lock.hpp [3:5]
        include/boost/interprocess/sync/windows/condition.hpp [3:5]
        include/boost/interprocess/sync/windows/mutex.hpp [3:5]
        include/boost/interprocess/sync/windows/recursive_mutex.hpp [3:5]
        include/boost/interprocess/sync/windows/semaphore.hpp [3:5]
        include/boost/interprocess/sync/windows/sync_utils.hpp [3:5]
        include/boost/interprocess/windows_shared_memory.hpp [3:5]

KEEP     BSL-1.0              8abbac2c705b0911702566954b0ebe9b
BELONGS ya.make
    License text:
        //  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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/sync/cv_status.hpp [6:8]

KEEP     BSL-1.0              9345cd12d4429cfc366f36202f6b68bd
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2007-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/allocators/detail/node_tools.hpp [3:5]
        include/boost/interprocess/detail/interprocess_tester.hpp [3:5]
        include/boost/interprocess/sync/shm/named_creation_functor.hpp [3:5]

KEEP     Mit-Old-Style        99b210ed9efe704d061e43a6c4c4beb3
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-mit-old-style
        Score           : 100.00
        Match type      : TEXT
        Links           : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE
    Files with this license:
        include/boost/interprocess/streams/bufferstream.hpp [20:26]
        include/boost/interprocess/streams/vectorstream.hpp [20:26]

KEEP     BSL-1.0              b2055be15799034e5690865f2062c03a
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2011-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/sync/windows/named_condition.hpp [3:5]
        include/boost/interprocess/sync/windows/named_condition_any.hpp [3:5]
        include/boost/interprocess/sync/windows/named_mutex.hpp [3:5]
        include/boost/interprocess/sync/windows/named_recursive_mutex.hpp [3:5]
        include/boost/interprocess/sync/windows/named_semaphore.hpp [3:5]
        include/boost/interprocess/sync/windows/named_sync.hpp [3:5]
        include/boost/interprocess/sync/windows/winapi_mutex_wrapper.hpp [3:5]
        include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp [3:5]
        include/boost/interprocess/sync/windows/winapi_wrapper_common.hpp [3:5]

KEEP     BSL-1.0              b6a409674a4ee07847ea12b101a0118a
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2006. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp [6:8]
        include/boost/interprocess/sync/spin/interprocess_barrier.hpp [3:5]

KEEP     BSL-1.0              bfce030a4887d21b304b87b154737065
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2013-2013. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/sync/spin/wait.hpp [4:6]

KEEP     BSL-1.0              d4d0d34f805f5eee001a987f1e04a4a4
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2012-2012. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/config_external_begin.hpp [3:5]
        include/boost/interprocess/detail/config_external_end.hpp [3:5]
        include/boost/interprocess/sync/detail/condition_any_algorithm.hpp [3:5]
        include/boost/interprocess/sync/detail/locks.hpp [3:5]
        include/boost/interprocess/sync/interprocess_condition_any.hpp [3:5]

KEEP     BSL-1.0              d61752484f220755bd1f5e838c59307b
BELONGS ya.make
    License text:
        // (C) Copyright Ion Gaztanaga 2014-2015. 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: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/detail/nothrow.hpp [3:5]
        include/boost/interprocess/detail/simple_swap.hpp [5:7]
        include/boost/interprocess/detail/std_fwd.hpp [3:5]

KEEP     BSL-1.0              f0421be5a87b237d5f722433355f7a9e
BELONGS ya.make
    License text:
        //  Use, modification, and distribution is subject to 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: BSL-1.0
        Score           : 96.88
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/errors.hpp [15:17]

KEEP     BSL-1.0              fe371f5eab8bfd96a6b2bcb62751072f
BELONGS ya.make
    License text:
        // (C) Copyright Howard Hinnant 2007-2010. Distributed under the Boost
        // Software License, Version 1.0. (see http://www.boost.org/LICENSE_1_0.txt)
    Scancode info:
        Original SPDX id: BSL-1.0
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
    Files with this license:
        include/boost/interprocess/sync/interprocess_sharable_mutex.hpp [4:5]