aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/.yandex_meta/devtools.licenses.report
blob: 5322307293f71469765507d0280c1511396f4e75 (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
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
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $     # comments (all commentaries should starts with some number of spaces and # symbol)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
# ${all_file_action} filename
# $ # user commentaries (many lines)
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/3/ya.make
# ${all_file_action} filename
# $    #    user commentaries
# $ generated description
# $ ...
#
# You can modify action, all_file_action and add commentaries
# Available actions:
# keep - keep license in contrib and use in credits
# skip - skip license
# remove - remove all files with this license
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
#
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
# We suppose that that files can contain some license info
# Available all file actions:
# FILE_IGNORE - ignore file (do nothing)
# FILE_INCLUDE - include all file data into licenses text file
# =======================

KEEP     NCSA AND MIT         0791db4b6d90edd44c715bba1e426f74
BELONGS openmp/ya.make
FILE_INCLUDE builtins/LICENSE.txt found in files: openmp/extractExternal.cpp at line 11, openmp/include/30/omp.h.var at line 11, openmp/include/40/omp.h.var at line 11, openmp/include/41/omp.h.var at line 11, openmp/kmp.h at line 12, openmp/kmp_affinity.cpp at line 11, openmp/kmp_affinity.h at line 11, openmp/kmp_alloc.c at line 11, openmp/kmp_atomic.c at line 11, openmp/kmp_atomic.h at line 11, openmp/kmp_barrier.cpp at line 11, openmp/kmp_cancel.cpp at line 7, openmp/kmp_config.h at line 9, openmp/kmp_csupport.c at line 11, openmp/kmp_debug.c at line 11, openmp/kmp_debug.h at line 11, openmp/kmp_debugger.c at line 12, openmp/kmp_debugger.h at line 12, openmp/kmp_dispatch.cpp at line 11, openmp/kmp_environment.c at line 11, openmp/kmp_environment.h at line 11, openmp/kmp_error.c at line 11, openmp/kmp_error.h at line 11, openmp/kmp_ftn_cdecl.c at line 11, openmp/kmp_ftn_entry.h at line 11, openmp/kmp_ftn_extra.c at line 11, openmp/kmp_ftn_os.h at line 11, openmp/kmp_ftn_stdcall.c at line 11, openmp/kmp_global.c at line 11, openmp/kmp_gsupport.c at line 11, openmp/kmp_i18n.c at line 11, openmp/kmp_i18n.h at line 11, openmp/kmp_import.c at line 11, openmp/kmp_io.c at line 11, openmp/kmp_io.h at line 11, openmp/kmp_itt.c at line 14, openmp/kmp_itt.h at line 12, openmp/kmp_itt.inl at line 12, openmp/kmp_lock.cpp at line 11, openmp/kmp_lock.h at line 11, openmp/kmp_omp.h at line 13, openmp/kmp_os.h at line 11, openmp/kmp_platform.h at line 10, openmp/kmp_runtime.c at line 11, openmp/kmp_safe_c_api.h at line 7, openmp/kmp_sched.cpp at line 11, openmp/kmp_settings.c at line 11, openmp/kmp_settings.h at line 11, openmp/kmp_stats.cpp at line 11, openmp/kmp_stats.h at line 14, openmp/kmp_stats_timing.cpp at line 11, openmp/kmp_stats_timing.h at line 14, openmp/kmp_str.c at line 11, openmp/kmp_str.h at line 11, openmp/kmp_stub.c at line 11, openmp/kmp_stub.h at line 11, openmp/kmp_taskdeps.cpp at line 11, openmp/kmp_tasking.c at line 11, openmp/kmp_taskq.c at line 11, openmp/kmp_threadprivate.c at line 11, openmp/kmp_utility.c at line 11, openmp/kmp_version.c at line 11, openmp/kmp_version.h at line 11, openmp/kmp_wait_release.cpp at line 11, openmp/kmp_wait_release.h at line 11, openmp/kmp_wrapper_getpid.h at line 11, openmp/kmp_wrapper_malloc.h at line 12, openmp/omp.h at line 11, openmp/test-touch.c at line 9, openmp/thirdparty/ittnotify/disable_warnings.h at line 7, openmp/thirdparty/ittnotify/ittnotify.h at line 7, openmp/thirdparty/ittnotify/ittnotify_config.h at line 7, openmp/thirdparty/ittnotify/ittnotify_static.c at line 7, openmp/thirdparty/ittnotify/ittnotify_types.h at line 7, openmp/thirdparty/ittnotify/legacy/ittnotify.h at line 7, openmp/z_Linux_util.c at line 11, openmp/z_Windows_NT-586_util.c at line 11, openmp/z_Windows_NT_util.c at line 11
    License text:
        // This file is dual licensed under the MIT and the University of Illinois Open
        // Source Licenses. See LICENSE.txt for details.
    Scancode info:
        Original SPDX id: NCSA
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
    Files with this license:
        openmp/extractExternal.cpp [10:11]
        openmp/include/30/omp.h.var [10:11]
        openmp/include/40/omp.h.var [10:11]
        openmp/include/41/omp.h.var [10:11]
        openmp/kmp.h [11:12]
        openmp/kmp_affinity.cpp [10:11]
        openmp/kmp_affinity.h [10:11]
        openmp/kmp_alloc.c [10:11]
        openmp/kmp_atomic.c [10:11]
        openmp/kmp_atomic.h [10:11]
        openmp/kmp_barrier.cpp [10:11]
        openmp/kmp_cancel.cpp [6:7]
        openmp/kmp_config.h [8:9]
        openmp/kmp_csupport.c [10:11]
        openmp/kmp_debug.c [10:11]
        openmp/kmp_debug.h [10:11]
        openmp/kmp_debugger.c [11:12]
        openmp/kmp_debugger.h [11:12]
        openmp/kmp_dispatch.cpp [10:11]
        openmp/kmp_environment.c [10:11]
        openmp/kmp_environment.h [10:11]
        openmp/kmp_error.c [10:11]
        openmp/kmp_error.h [10:11]
        openmp/kmp_ftn_cdecl.c [10:11]
        openmp/kmp_ftn_entry.h [10:11]
        openmp/kmp_ftn_extra.c [10:11]
        openmp/kmp_ftn_os.h [10:11]
        openmp/kmp_ftn_stdcall.c [10:11]
        openmp/kmp_global.c [10:11]
        openmp/kmp_gsupport.c [10:11]
        openmp/kmp_i18n.c [10:11]
        openmp/kmp_i18n.h [10:11]
        openmp/kmp_import.c [10:11]
        openmp/kmp_io.c [10:11]
        openmp/kmp_io.h [10:11]
        openmp/kmp_itt.c [13:14]
        openmp/kmp_itt.h [11:12]
        openmp/kmp_itt.inl [11:12]
        openmp/kmp_lock.cpp [10:11]
        openmp/kmp_lock.h [10:11]
        openmp/kmp_omp.h [12:13]
        openmp/kmp_os.h [10:11]
        openmp/kmp_platform.h [9:10]
        openmp/kmp_runtime.c [10:11]
        openmp/kmp_safe_c_api.h [6:7]
        openmp/kmp_sched.cpp [10:11]
        openmp/kmp_settings.c [10:11]
        openmp/kmp_settings.h [10:11]
        openmp/kmp_stats.cpp [10:11]
        openmp/kmp_stats.h [13:14]
        openmp/kmp_stats_timing.cpp [10:11]
        openmp/kmp_stats_timing.h [13:14]
        openmp/kmp_str.c [10:11]
        openmp/kmp_str.h [10:11]
        openmp/kmp_stub.c [10:11]
        openmp/kmp_stub.h [10:11]
        openmp/kmp_taskdeps.cpp [10:11]
        openmp/kmp_tasking.c [10:11]
        openmp/kmp_taskq.c [10:11]
        openmp/kmp_threadprivate.c [10:11]
        openmp/kmp_utility.c [10:11]
        openmp/kmp_version.c [10:11]
        openmp/kmp_version.h [10:11]
        openmp/kmp_wait_release.cpp [10:11]
        openmp/kmp_wait_release.h [10:11]
        openmp/kmp_wrapper_getpid.h [10:11]
        openmp/kmp_wrapper_malloc.h [11:12]
        openmp/omp.h [10:11]
        openmp/test-touch.c [8:9]
        openmp/thirdparty/ittnotify/disable_warnings.h [6:7]
        openmp/thirdparty/ittnotify/ittnotify.h [6:7]
        openmp/thirdparty/ittnotify/ittnotify_config.h [6:7]
        openmp/thirdparty/ittnotify/ittnotify_static.c [6:7]
        openmp/thirdparty/ittnotify/ittnotify_types.h [6:7]
        openmp/thirdparty/ittnotify/legacy/ittnotify.h [6:7]
        openmp/z_Linux_util.c [10:11]
        openmp/z_Windows_NT-586_util.c [10:11]
        openmp/z_Windows_NT_util.c [10:11]
    Scancode info:
        Original SPDX id: MIT
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
    Files with this license:
        openmp/extractExternal.cpp [10:11]
        openmp/include/30/omp.h.var [10:11]
        openmp/include/40/omp.h.var [10:11]
        openmp/include/41/omp.h.var [10:11]
        openmp/kmp.h [11:12]
        openmp/kmp_affinity.cpp [10:11]
        openmp/kmp_affinity.h [10:11]
        openmp/kmp_alloc.c [10:11]
        openmp/kmp_atomic.c [10:11]
        openmp/kmp_atomic.h [10:11]
        openmp/kmp_barrier.cpp [10:11]
        openmp/kmp_cancel.cpp [6:7]
        openmp/kmp_config.h [8:9]
        openmp/kmp_csupport.c [10:11]
        openmp/kmp_debug.c [10:11]
        openmp/kmp_debug.h [10:11]
        openmp/kmp_debugger.c [11:12]
        openmp/kmp_debugger.h [11:12]
        openmp/kmp_dispatch.cpp [10:11]
        openmp/kmp_environment.c [10:11]
        openmp/kmp_environment.h [10:11]
        openmp/kmp_error.c [10:11]
        openmp/kmp_error.h [10:11]
        openmp/kmp_ftn_cdecl.c [10:11]
        openmp/kmp_ftn_entry.h [10:11]
        openmp/kmp_ftn_extra.c [10:11]
        openmp/kmp_ftn_os.h [10:11]
        openmp/kmp_ftn_stdcall.c [10:11]
        openmp/kmp_global.c [10:11]
        openmp/kmp_gsupport.c [10:11]
        openmp/kmp_i18n.c [10:11]
        openmp/kmp_i18n.h [10:11]
        openmp/kmp_import.c [10:11]
        openmp/kmp_io.c [10:11]
        openmp/kmp_io.h [10:11]
        openmp/kmp_itt.c [13:14]
        openmp/kmp_itt.h [11:12]
        openmp/kmp_itt.inl [11:12]
        openmp/kmp_lock.cpp [10:11]
        openmp/kmp_lock.h [10:11]
        openmp/kmp_omp.h [12:13]
        openmp/kmp_os.h [10:11]
        openmp/kmp_platform.h [9:10]
        openmp/kmp_runtime.c [10:11]
        openmp/kmp_safe_c_api.h [6:7]
        openmp/kmp_sched.cpp [10:11]
        openmp/kmp_settings.c [10:11]
        openmp/kmp_settings.h [10:11]
        openmp/kmp_stats.cpp [10:11]
        openmp/kmp_stats.h [13:14]
        openmp/kmp_stats_timing.cpp [10:11]
        openmp/kmp_stats_timing.h [13:14]
        openmp/kmp_str.c [10:11]
        openmp/kmp_str.h [10:11]
        openmp/kmp_stub.c [10:11]
        openmp/kmp_stub.h [10:11]
        openmp/kmp_taskdeps.cpp [10:11]
        openmp/kmp_tasking.c [10:11]
        openmp/kmp_taskq.c [10:11]
        openmp/kmp_threadprivate.c [10:11]
        openmp/kmp_utility.c [10:11]
        openmp/kmp_version.c [10:11]
        openmp/kmp_version.h [10:11]
        openmp/kmp_wait_release.cpp [10:11]
        openmp/kmp_wait_release.h [10:11]
        openmp/kmp_wrapper_getpid.h [10:11]
        openmp/kmp_wrapper_malloc.h [11:12]
        openmp/omp.h [10:11]
        openmp/test-touch.c [8:9]
        openmp/thirdparty/ittnotify/disable_warnings.h [6:7]
        openmp/thirdparty/ittnotify/ittnotify.h [6:7]
        openmp/thirdparty/ittnotify/ittnotify_config.h [6:7]
        openmp/thirdparty/ittnotify/ittnotify_static.c [6:7]
        openmp/thirdparty/ittnotify/ittnotify_types.h [6:7]
        openmp/thirdparty/ittnotify/legacy/ittnotify.h [6:7]
        openmp/z_Linux_util.c [10:11]
        openmp/z_Windows_NT-586_util.c [10:11]
        openmp/z_Windows_NT_util.c [10:11]

KEEP     NCSA AND MIT         1f7e00acb6cda5de868d4d4c1ffe3c2b
BELONGS libcxx/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:
        libcxx/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:
        libcxx/LICENSE.TXT [240:245]

KEEP     NCSA AND MIT         479de2cae020eacfac58212c03d33ab1
BELONGS openmp/ya.make
FILE_INCLUDE builtins/LICENSE.txt found in files: openmp/thirdparty/ittnotify/ittnotify_static.h at line 7
    License text:
        // This file is dual licensed under the MIT and the University of Illinois Open
        // Source Licenses. See LICENSE.txt for details.
    Scancode info:
        Original SPDX id: NCSA
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
    Files with this license:
        openmp/thirdparty/ittnotify/ittnotify_static.h [6:7]
    Scancode info:
        Original SPDX id: MIT
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
    Files with this license:
        openmp/thirdparty/ittnotify/ittnotify_static.h [6:7]

KEEP     NCSA                 5a35b4c0d3b3923cac31a5a371332ca2
BELONGS libcxx/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:
        libcxx/LICENSE.TXT [237:237]

KEEP     BSD-2-Clause         5a4c43ebab4641c8f908bfd9c8d25cec
BELONGS libcxxrt/ya.make
FILE_IGNORE libcxx/include/experimental/list found in files: libcxxrt/exception.cc at line 11, libcxxrt/exception.cc at line 8
FILE_IGNORE libcxx/include/list found in files: libcxxrt/exception.cc at line 11, libcxxrt/exception.cc at line 8
FILE_INCLUDE libcxxrt/COPYRIGHT found in files: libcxxrt/exception.cc at line 14, libcxxrt/exception.cc at line 17
    # list - just word, not file reference
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: BSD-2-Clause
        Score           : 100.00
        Match type      : TEXT
        Links           : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
    Files with this license:
        libcxxrt/exception.cc [4:24]

KEEP     MIT                  5debb370f50e1dfd24ff5144233a2ef6
BELONGS libcxx/ya.make
FILE_IGNORE libcxx/include/any found in files: libcxx/LICENSE.TXT at line 295
FILE_INCLUDE libcxxrt/AUTHORS found in files: libcxx/LICENSE.TXT at line 308
FILE_INCLUDE libcxxrt/COPYRIGHT found in files: libcxx/LICENSE.TXT at line 308
    # any - just word, not file reference
    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:
        libcxx/LICENSE.TXT [295:311]

KEEP     NCSA AND MIT         61ab203794bd26e0aab2c6b954e30d9a
BELONGS openmp/ya.make
FILE_INCLUDE builtins/LICENSE.txt found in files: openmp/libomp.rc.var at line 9, openmp/z_Linux_asm.s at line 10
    License text:
        //// This file is dual licensed under the MIT and the University of Illinois Open
        //// Source Licenses. See LICENSE.txt for details.
    Scancode info:
        Original SPDX id: NCSA
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
    Files with this license:
        openmp/libomp.rc.var [8:9]
        openmp/z_Linux_asm.s [9:10]
    Scancode info:
        Original SPDX id: MIT
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
    Files with this license:
        openmp/libomp.rc.var [8:9]
        openmp/z_Linux_asm.s [9:10]

KEEP     Apache-2.0 WITH LLVM-exception 705a75a25bce12b12334e8fc577d8a46
BELONGS libcxx/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:
        libcxx/src/filesystem/int128_builtins.cpp [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:
        libcxx/src/filesystem/int128_builtins.cpp [3:4]

KEEP     Apache-2.0 WITH LLVM-exception 755ab7da3ff8c5d6ae90bdbebd177e49
BELONGS libcxx/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:
        libcxx/include/__availability [4:5]
        libcxx/include/__bit_reference [4:5]
        libcxx/include/__bsd_locale_defaults.h [4:5]
        libcxx/include/__bsd_locale_fallbacks.h [4:5]
        libcxx/include/__config [4:5]
        libcxx/include/__config_site.in [3:4]
        libcxx/include/__debug [4:5]
        libcxx/include/__errc [4:5]
        libcxx/include/__functional_03 [4:5]
        libcxx/include/__functional_base [4:5]
        libcxx/include/__functional_base_03 [4:5]
        libcxx/include/__hash_table [4:5]
        libcxx/include/__locale [4:5]
        libcxx/include/__memory/allocator_traits.h [4:5]
        libcxx/include/__memory/base.h [4:5]
        libcxx/include/__memory/pointer_traits.h [4:5]
        libcxx/include/__memory/utilities.h [4:5]
        libcxx/include/__mutex_base [4:5]
        libcxx/include/__node_handle [4:5]
        libcxx/include/__nullptr [4:5]
        libcxx/include/__sso_allocator [4:5]
        libcxx/include/__std_stream [4:5]
        libcxx/include/__string [4:5]
        libcxx/include/__threading_support [4:5]
        libcxx/include/__tree [4:5]
        libcxx/include/__tuple [4:5]
        libcxx/include/__undef_macros [4:5]
        libcxx/include/algorithm [4:5]
        libcxx/include/any [4:5]
        libcxx/include/array [4:5]
        libcxx/include/atomic [4:5]
        libcxx/include/barrier [4:5]
        libcxx/include/bit [4:5]
        libcxx/include/bitset [4:5]
        libcxx/include/cassert [4:5]
        libcxx/include/ccomplex [4:5]
        libcxx/include/cctype [4:5]
        libcxx/include/cerrno [4:5]
        libcxx/include/cfenv [4:5]
        libcxx/include/cfloat [4:5]
        libcxx/include/charconv [4:5]
        libcxx/include/chrono [4:5]
        libcxx/include/cinttypes [4:5]
        libcxx/include/ciso646 [4:5]
        libcxx/include/climits [4:5]
        libcxx/include/clocale [4:5]
        libcxx/include/cmath [4:5]
        libcxx/include/codecvt [4:5]
        libcxx/include/compare [4:5]
        libcxx/include/complex [4:5]
        libcxx/include/complex.h [4:5]
        libcxx/include/concepts [4:5]
        libcxx/include/condition_variable [4:5]
        libcxx/include/csetjmp [4:5]
        libcxx/include/csignal [4:5]
        libcxx/include/cstdarg [4:5]
        libcxx/include/cstdbool [4:5]
        libcxx/include/cstddef [4:5]
        libcxx/include/cstdint [4:5]
        libcxx/include/cstdio [4:5]
        libcxx/include/cstdlib [4:5]
        libcxx/include/cstring [4:5]
        libcxx/include/ctgmath [4:5]
        libcxx/include/ctime [4:5]
        libcxx/include/ctype.h [4:5]
        libcxx/include/cwchar [4:5]
        libcxx/include/cwctype [4:5]
        libcxx/include/deque [4:5]
        libcxx/include/errno.h [4:5]
        libcxx/include/exception [4:5]
        libcxx/include/execution [4:5]
        libcxx/include/experimental/__memory [4:5]
        libcxx/include/experimental/algorithm [4:5]
        libcxx/include/experimental/coroutine [4:5]
        libcxx/include/experimental/deque [4:5]
        libcxx/include/experimental/filesystem [4:5]
        libcxx/include/experimental/forward_list [4:5]
        libcxx/include/experimental/functional [4:5]
        libcxx/include/experimental/iterator [4:5]
        libcxx/include/experimental/list [4:5]
        libcxx/include/experimental/map [4:5]
        libcxx/include/experimental/memory_resource [4:5]
        libcxx/include/experimental/propagate_const [4:5]
        libcxx/include/experimental/regex [4:5]
        libcxx/include/experimental/set [4:5]
        libcxx/include/experimental/simd [4:5]
        libcxx/include/experimental/string [4:5]
        libcxx/include/experimental/type_traits [4:5]
        libcxx/include/experimental/unordered_map [4:5]
        libcxx/include/experimental/unordered_set [4:5]
        libcxx/include/experimental/utility [4:5]
        libcxx/include/experimental/vector [4:5]
        libcxx/include/ext/__hash [4:5]
        libcxx/include/ext/hash_map [4:5]
        libcxx/include/ext/hash_set [4:5]
        libcxx/include/filesystem [4:5]
        libcxx/include/float.h [4:5]
        libcxx/include/forward_list [4:5]
        libcxx/include/fstream [4:5]
        libcxx/include/functional [4:5]
        libcxx/include/future [4:5]
        libcxx/include/initializer_list [4:5]
        libcxx/include/inttypes.h [4:5]
        libcxx/include/iomanip [4:5]
        libcxx/include/ios [4:5]
        libcxx/include/iosfwd [4:5]
        libcxx/include/iostream [4:5]
        libcxx/include/istream [4:5]
        libcxx/include/iterator [4:5]
        libcxx/include/latch [4:5]
        libcxx/include/limits [4:5]
        libcxx/include/limits.h [4:5]
        libcxx/include/list [4:5]
        libcxx/include/locale [4:5]
        libcxx/include/locale.h [4:5]
        libcxx/include/map [4:5]
        libcxx/include/math.h [4:5]
        libcxx/include/memory [4:5]
        libcxx/include/mutex [4:5]
        libcxx/include/new [4:5]
        libcxx/include/numbers [4:5]
        libcxx/include/numeric [4:5]
        libcxx/include/optional [4:5]
        libcxx/include/ostream [4:5]
        libcxx/include/queue [4:5]
        libcxx/include/random [4:5]
        libcxx/include/ratio [4:5]
        libcxx/include/regex [4:5]
        libcxx/include/scoped_allocator [4:5]
        libcxx/include/semaphore [4:5]
        libcxx/include/set [4:5]
        libcxx/include/setjmp.h [4:5]
        libcxx/include/shared_mutex [4:5]
        libcxx/include/span [4:5]
        libcxx/include/sstream [4:5]
        libcxx/include/stack [4:5]
        libcxx/include/stdbool.h [4:5]
        libcxx/include/stddef.h [4:5]
        libcxx/include/stdexcept [4:5]
        libcxx/include/stdint.h [4:5]
        libcxx/include/stdio.h [4:5]
        libcxx/include/stdlib.h [4:5]
        libcxx/include/streambuf [4:5]
        libcxx/include/string [4:5]
        libcxx/include/string.h [4:5]
        libcxx/include/string_view [4:5]
        libcxx/include/strstream [4:5]
        libcxx/include/support/android/locale_bionic.h [4:5]
        libcxx/include/support/fuchsia/xlocale.h [4:5]
        libcxx/include/support/ibm/limits.h [4:5]
        libcxx/include/support/ibm/locale_mgmt_aix.h [4:5]
        libcxx/include/support/ibm/nanosleep.h [4:5]
        libcxx/include/support/ibm/support.h [4:5]
        libcxx/include/support/ibm/xlocale.h [4:5]
        libcxx/include/support/musl/xlocale.h [4:5]
        libcxx/include/support/newlib/xlocale.h [3:4]
        libcxx/include/support/nuttx/xlocale.h [4:5]
        libcxx/include/support/solaris/floatingpoint.h [3:4]
        libcxx/include/support/solaris/wchar.h [3:4]
        libcxx/include/support/solaris/xlocale.h [3:4]
        libcxx/include/support/win32/limits_msvc_win32.h [4:5]
        libcxx/include/support/win32/locale_win32.h [4:5]
        libcxx/include/support/xlocale/__nop_locale_mgmt.h [4:5]
        libcxx/include/support/xlocale/__posix_l_fallback.h [4:5]
        libcxx/include/support/xlocale/__strtonum_fallback.h [4:5]
        libcxx/include/system_error [4:5]
        libcxx/include/tgmath.h [4:5]
        libcxx/include/thread [4:5]
        libcxx/include/tuple [4:5]
        libcxx/include/type_traits [4:5]
        libcxx/include/typeindex [4:5]
        libcxx/include/typeinfo [4:5]
        libcxx/include/unordered_map [4:5]
        libcxx/include/unordered_set [4:5]
        libcxx/include/utility [4:5]
        libcxx/include/valarray [4:5]
        libcxx/include/variant [4:5]
        libcxx/include/vector [4:5]
        libcxx/include/version [4:5]
        libcxx/include/wchar.h [4:5]
        libcxx/include/wctype.h [4:5]
        libcxx/src/algorithm.cpp [3:4]
        libcxx/src/any.cpp [3:4]
        libcxx/src/atomic.cpp [3:4]
        libcxx/src/barrier.cpp [3:4]
        libcxx/src/bind.cpp [3:4]
        libcxx/src/charconv.cpp [3:4]
        libcxx/src/chrono.cpp [3:4]
        libcxx/src/condition_variable.cpp [3:4]
        libcxx/src/condition_variable_destructor.cpp [3:4]
        libcxx/src/debug.cpp [3:4]
        libcxx/src/exception.cpp [3:4]
        libcxx/src/experimental/memory_resource.cpp [3:4]
        libcxx/src/filesystem/directory_iterator.cpp [3:4]
        libcxx/src/filesystem/filesystem_common.h [3:4]
        libcxx/src/filesystem/operations.cpp [3:4]
        libcxx/src/functional.cpp [3:4]
        libcxx/src/future.cpp [3:4]
        libcxx/src/hash.cpp [3:4]
        libcxx/src/include/apple_availability.h [3:4]
        libcxx/src/include/atomic_support.h [3:4]
        libcxx/src/include/config_elast.h [3:4]
        libcxx/src/include/refstring.h [3:4]
        libcxx/src/ios.cpp [3:4]
        libcxx/src/ios.instantiations.cpp [3:4]
        libcxx/src/iostream.cpp [3:4]
        libcxx/src/locale.cpp [3:4]
        libcxx/src/memory.cpp [3:4]
        libcxx/src/mutex.cpp [3:4]
        libcxx/src/mutex_destructor.cpp [3:4]
        libcxx/src/new.cpp [3:4]
        libcxx/src/optional.cpp [3:4]
        libcxx/src/random.cpp [3:4]
        libcxx/src/random_shuffle.cpp [3:4]
        libcxx/src/regex.cpp [3:4]
        libcxx/src/shared_mutex.cpp [3:4]
        libcxx/src/stdexcept.cpp [3:4]
        libcxx/src/string.cpp [3:4]
        libcxx/src/strstream.cpp [3:4]
        libcxx/src/support/runtime/exception_fallback.ipp [4:5]
        libcxx/src/support/runtime/exception_glibcxx.ipp [4:5]
        libcxx/src/support/runtime/exception_libcxxabi.ipp [4:5]
        libcxx/src/support/runtime/exception_libcxxrt.ipp [4:5]
        libcxx/src/support/runtime/exception_msvc.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_cxxabi.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_glibcxx.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_msvc.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_unimplemented.ipp [4:5]
        libcxx/src/support/runtime/new_handler_fallback.ipp [4:5]
        libcxx/src/support/runtime/stdexcept_default.ipp [3:4]
        libcxx/src/support/runtime/stdexcept_vcruntime.ipp [3:4]
        libcxx/src/support/solaris/xlocale.cpp [3:4]
        libcxx/src/support/win32/locale_win32.cpp [4:5]
        libcxx/src/support/win32/support.cpp [4:5]
        libcxx/src/support/win32/thread_win32.cpp [4:5]
        libcxx/src/system_error.cpp [3:4]
        libcxx/src/thread.cpp [3:4]
        libcxx/src/typeinfo.cpp [3:4]
        libcxx/src/utility.cpp [3:4]
        libcxx/src/valarray.cpp [3:4]
        libcxx/src/variant.cpp [3:4]
        libcxx/src/vector.cpp [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:
        libcxx/include/__availability [4:5]
        libcxx/include/__bit_reference [4:5]
        libcxx/include/__bsd_locale_defaults.h [4:5]
        libcxx/include/__bsd_locale_fallbacks.h [4:5]
        libcxx/include/__config [4:5]
        libcxx/include/__config_site.in [3:4]
        libcxx/include/__debug [4:5]
        libcxx/include/__errc [4:5]
        libcxx/include/__functional_03 [4:5]
        libcxx/include/__functional_base [4:5]
        libcxx/include/__functional_base_03 [4:5]
        libcxx/include/__hash_table [4:5]
        libcxx/include/__locale [4:5]
        libcxx/include/__memory/allocator_traits.h [4:5]
        libcxx/include/__memory/base.h [4:5]
        libcxx/include/__memory/pointer_traits.h [4:5]
        libcxx/include/__memory/utilities.h [4:5]
        libcxx/include/__mutex_base [4:5]
        libcxx/include/__node_handle [4:5]
        libcxx/include/__nullptr [4:5]
        libcxx/include/__sso_allocator [4:5]
        libcxx/include/__std_stream [4:5]
        libcxx/include/__string [4:5]
        libcxx/include/__threading_support [4:5]
        libcxx/include/__tree [4:5]
        libcxx/include/__tuple [4:5]
        libcxx/include/__undef_macros [4:5]
        libcxx/include/algorithm [4:5]
        libcxx/include/any [4:5]
        libcxx/include/array [4:5]
        libcxx/include/atomic [4:5]
        libcxx/include/barrier [4:5]
        libcxx/include/bit [4:5]
        libcxx/include/bitset [4:5]
        libcxx/include/cassert [4:5]
        libcxx/include/ccomplex [4:5]
        libcxx/include/cctype [4:5]
        libcxx/include/cerrno [4:5]
        libcxx/include/cfenv [4:5]
        libcxx/include/cfloat [4:5]
        libcxx/include/charconv [4:5]
        libcxx/include/chrono [4:5]
        libcxx/include/cinttypes [4:5]
        libcxx/include/ciso646 [4:5]
        libcxx/include/climits [4:5]
        libcxx/include/clocale [4:5]
        libcxx/include/cmath [4:5]
        libcxx/include/codecvt [4:5]
        libcxx/include/compare [4:5]
        libcxx/include/complex [4:5]
        libcxx/include/complex.h [4:5]
        libcxx/include/concepts [4:5]
        libcxx/include/condition_variable [4:5]
        libcxx/include/csetjmp [4:5]
        libcxx/include/csignal [4:5]
        libcxx/include/cstdarg [4:5]
        libcxx/include/cstdbool [4:5]
        libcxx/include/cstddef [4:5]
        libcxx/include/cstdint [4:5]
        libcxx/include/cstdio [4:5]
        libcxx/include/cstdlib [4:5]
        libcxx/include/cstring [4:5]
        libcxx/include/ctgmath [4:5]
        libcxx/include/ctime [4:5]
        libcxx/include/ctype.h [4:5]
        libcxx/include/cwchar [4:5]
        libcxx/include/cwctype [4:5]
        libcxx/include/deque [4:5]
        libcxx/include/errno.h [4:5]
        libcxx/include/exception [4:5]
        libcxx/include/execution [4:5]
        libcxx/include/experimental/__memory [4:5]
        libcxx/include/experimental/algorithm [4:5]
        libcxx/include/experimental/coroutine [4:5]
        libcxx/include/experimental/deque [4:5]
        libcxx/include/experimental/filesystem [4:5]
        libcxx/include/experimental/forward_list [4:5]
        libcxx/include/experimental/functional [4:5]
        libcxx/include/experimental/iterator [4:5]
        libcxx/include/experimental/list [4:5]
        libcxx/include/experimental/map [4:5]
        libcxx/include/experimental/memory_resource [4:5]
        libcxx/include/experimental/propagate_const [4:5]
        libcxx/include/experimental/regex [4:5]
        libcxx/include/experimental/set [4:5]
        libcxx/include/experimental/simd [4:5]
        libcxx/include/experimental/string [4:5]
        libcxx/include/experimental/type_traits [4:5]
        libcxx/include/experimental/unordered_map [4:5]
        libcxx/include/experimental/unordered_set [4:5]
        libcxx/include/experimental/utility [4:5]
        libcxx/include/experimental/vector [4:5]
        libcxx/include/ext/__hash [4:5]
        libcxx/include/ext/hash_map [4:5]
        libcxx/include/ext/hash_set [4:5]
        libcxx/include/filesystem [4:5]
        libcxx/include/float.h [4:5]
        libcxx/include/forward_list [4:5]
        libcxx/include/fstream [4:5]
        libcxx/include/functional [4:5]
        libcxx/include/future [4:5]
        libcxx/include/initializer_list [4:5]
        libcxx/include/inttypes.h [4:5]
        libcxx/include/iomanip [4:5]
        libcxx/include/ios [4:5]
        libcxx/include/iosfwd [4:5]
        libcxx/include/iostream [4:5]
        libcxx/include/istream [4:5]
        libcxx/include/iterator [4:5]
        libcxx/include/latch [4:5]
        libcxx/include/limits [4:5]
        libcxx/include/limits.h [4:5]
        libcxx/include/list [4:5]
        libcxx/include/locale [4:5]
        libcxx/include/locale.h [4:5]
        libcxx/include/map [4:5]
        libcxx/include/math.h [4:5]
        libcxx/include/memory [4:5]
        libcxx/include/mutex [4:5]
        libcxx/include/new [4:5]
        libcxx/include/numbers [4:5]
        libcxx/include/numeric [4:5]
        libcxx/include/optional [4:5]
        libcxx/include/ostream [4:5]
        libcxx/include/queue [4:5]
        libcxx/include/random [4:5]
        libcxx/include/ratio [4:5]
        libcxx/include/regex [4:5]
        libcxx/include/scoped_allocator [4:5]
        libcxx/include/semaphore [4:5]
        libcxx/include/set [4:5]
        libcxx/include/setjmp.h [4:5]
        libcxx/include/shared_mutex [4:5]
        libcxx/include/span [4:5]
        libcxx/include/sstream [4:5]
        libcxx/include/stack [4:5]
        libcxx/include/stdbool.h [4:5]
        libcxx/include/stddef.h [4:5]
        libcxx/include/stdexcept [4:5]
        libcxx/include/stdint.h [4:5]
        libcxx/include/stdio.h [4:5]
        libcxx/include/stdlib.h [4:5]
        libcxx/include/streambuf [4:5]
        libcxx/include/string [4:5]
        libcxx/include/string.h [4:5]
        libcxx/include/string_view [4:5]
        libcxx/include/strstream [4:5]
        libcxx/include/support/android/locale_bionic.h [4:5]
        libcxx/include/support/fuchsia/xlocale.h [4:5]
        libcxx/include/support/ibm/limits.h [4:5]
        libcxx/include/support/ibm/locale_mgmt_aix.h [4:5]
        libcxx/include/support/ibm/nanosleep.h [4:5]
        libcxx/include/support/ibm/support.h [4:5]
        libcxx/include/support/ibm/xlocale.h [4:5]
        libcxx/include/support/musl/xlocale.h [4:5]
        libcxx/include/support/newlib/xlocale.h [3:4]
        libcxx/include/support/nuttx/xlocale.h [4:5]
        libcxx/include/support/solaris/floatingpoint.h [3:4]
        libcxx/include/support/solaris/wchar.h [3:4]
        libcxx/include/support/solaris/xlocale.h [3:4]
        libcxx/include/support/win32/limits_msvc_win32.h [4:5]
        libcxx/include/support/win32/locale_win32.h [4:5]
        libcxx/include/support/xlocale/__nop_locale_mgmt.h [4:5]
        libcxx/include/support/xlocale/__posix_l_fallback.h [4:5]
        libcxx/include/support/xlocale/__strtonum_fallback.h [4:5]
        libcxx/include/system_error [4:5]
        libcxx/include/tgmath.h [4:5]
        libcxx/include/thread [4:5]
        libcxx/include/tuple [4:5]
        libcxx/include/type_traits [4:5]
        libcxx/include/typeindex [4:5]
        libcxx/include/typeinfo [4:5]
        libcxx/include/unordered_map [4:5]
        libcxx/include/unordered_set [4:5]
        libcxx/include/utility [4:5]
        libcxx/include/valarray [4:5]
        libcxx/include/variant [4:5]
        libcxx/include/vector [4:5]
        libcxx/include/version [4:5]
        libcxx/include/wchar.h [4:5]
        libcxx/include/wctype.h [4:5]
        libcxx/src/algorithm.cpp [3:4]
        libcxx/src/any.cpp [3:4]
        libcxx/src/atomic.cpp [3:4]
        libcxx/src/barrier.cpp [3:4]
        libcxx/src/bind.cpp [3:4]
        libcxx/src/charconv.cpp [3:4]
        libcxx/src/chrono.cpp [3:4]
        libcxx/src/condition_variable.cpp [3:4]
        libcxx/src/condition_variable_destructor.cpp [3:4]
        libcxx/src/debug.cpp [3:4]
        libcxx/src/exception.cpp [3:4]
        libcxx/src/experimental/memory_resource.cpp [3:4]
        libcxx/src/filesystem/directory_iterator.cpp [3:4]
        libcxx/src/filesystem/filesystem_common.h [3:4]
        libcxx/src/filesystem/operations.cpp [3:4]
        libcxx/src/functional.cpp [3:4]
        libcxx/src/future.cpp [3:4]
        libcxx/src/hash.cpp [3:4]
        libcxx/src/include/apple_availability.h [3:4]
        libcxx/src/include/atomic_support.h [3:4]
        libcxx/src/include/config_elast.h [3:4]
        libcxx/src/include/refstring.h [3:4]
        libcxx/src/ios.cpp [3:4]
        libcxx/src/ios.instantiations.cpp [3:4]
        libcxx/src/iostream.cpp [3:4]
        libcxx/src/locale.cpp [3:4]
        libcxx/src/memory.cpp [3:4]
        libcxx/src/mutex.cpp [3:4]
        libcxx/src/mutex_destructor.cpp [3:4]
        libcxx/src/new.cpp [3:4]
        libcxx/src/optional.cpp [3:4]
        libcxx/src/random.cpp [3:4]
        libcxx/src/random_shuffle.cpp [3:4]
        libcxx/src/regex.cpp [3:4]
        libcxx/src/shared_mutex.cpp [3:4]
        libcxx/src/stdexcept.cpp [3:4]
        libcxx/src/string.cpp [3:4]
        libcxx/src/strstream.cpp [3:4]
        libcxx/src/support/runtime/exception_fallback.ipp [4:5]
        libcxx/src/support/runtime/exception_glibcxx.ipp [4:5]
        libcxx/src/support/runtime/exception_libcxxabi.ipp [4:5]
        libcxx/src/support/runtime/exception_libcxxrt.ipp [4:5]
        libcxx/src/support/runtime/exception_msvc.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_cxxabi.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_glibcxx.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_msvc.ipp [4:5]
        libcxx/src/support/runtime/exception_pointer_unimplemented.ipp [4:5]
        libcxx/src/support/runtime/new_handler_fallback.ipp [4:5]
        libcxx/src/support/runtime/stdexcept_default.ipp [3:4]
        libcxx/src/support/runtime/stdexcept_vcruntime.ipp [3:4]
        libcxx/src/support/solaris/xlocale.cpp [3:4]
        libcxx/src/support/win32/locale_win32.cpp [4:5]
        libcxx/src/support/win32/support.cpp [4:5]
        libcxx/src/support/win32/thread_win32.cpp [4:5]
        libcxx/src/system_error.cpp [3:4]
        libcxx/src/thread.cpp [3:4]
        libcxx/src/typeinfo.cpp [3:4]
        libcxx/src/utility.cpp [3:4]
        libcxx/src/valarray.cpp [3:4]
        libcxx/src/variant.cpp [3:4]
        libcxx/src/vector.cpp [3:4]

KEEP     Apache-2.0 WITH LLVM-exception 8494a9caed330d9a4f40e19cce7dc770
BELONGS libcxx/ya.make
FILE_INCLUDE libcxx/include/exception found in files: libcxx/LICENSE.TXT at line 210
    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:
        libcxx/LICENSE.TXT [208:222]

KEEP     Apache-2.0 WITH LLVM-exception 86617d55e1d949711c543404d91f4cea
BELONGS libcxx/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:
        libcxx/include/experimental/__config [6:6]
    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:
        libcxx/include/experimental/__config [6:6]

KEEP     BSD-3-Clause         88f80886d9ea21e0b7205bd3730230e4
BELONGS libcxxrt/ya.make
    License text:
        The BSD License
    Scancode info:
        Original SPDX id: BSD-3-Clause
        Score           : 99.00
        Match type      : REFERENCE
        Links           : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
    Files with this license:
        libcxxrt/LICENSE [1:1]

KEEP     BSD-2-Clause         8cedb6171c06f89f0e6eefd60e5f79d5
BELONGS libcxxrt/ya.make
FILE_IGNORE libcxx/include/experimental/list found in files: libcxxrt/auxhelper.cc at line 11, libcxxrt/auxhelper.cc at line 8, libcxxrt/dwarf_eh.h at line 11, libcxxrt/dwarf_eh.h at line 8, libcxxrt/dynamic_cast.cc at line 11, libcxxrt/dynamic_cast.cc at line 8, libcxxrt/guard.cc at line 11, libcxxrt/guard.cc at line 8, libcxxrt/memory.cc at line 11, libcxxrt/memory.cc at line 8, libcxxrt/stdexcept.cc at line 11, libcxxrt/stdexcept.cc at line 8, libcxxrt/stdexcept.h at line 11, libcxxrt/stdexcept.h at line 8, libcxxrt/typeinfo.cc at line 11, libcxxrt/typeinfo.cc at line 8, libcxxrt/typeinfo.h at line 11, libcxxrt/typeinfo.h at line 8
FILE_IGNORE libcxx/include/list found in files: libcxxrt/auxhelper.cc at line 11, libcxxrt/auxhelper.cc at line 8, libcxxrt/dwarf_eh.h at line 11, libcxxrt/dwarf_eh.h at line 8, libcxxrt/dynamic_cast.cc at line 11, libcxxrt/dynamic_cast.cc at line 8, libcxxrt/guard.cc at line 11, libcxxrt/guard.cc at line 8, libcxxrt/memory.cc at line 11, libcxxrt/memory.cc at line 8, libcxxrt/stdexcept.cc at line 11, libcxxrt/stdexcept.cc at line 8, libcxxrt/stdexcept.h at line 11, libcxxrt/stdexcept.h at line 8, libcxxrt/typeinfo.cc at line 11, libcxxrt/typeinfo.cc at line 8, libcxxrt/typeinfo.h at line 11, libcxxrt/typeinfo.h at line 8
FILE_INCLUDE libcxxrt/COPYRIGHT found in files: libcxxrt/auxhelper.cc at line 14, libcxxrt/auxhelper.cc at line 17, libcxxrt/dwarf_eh.h at line 14, libcxxrt/dwarf_eh.h at line 17, libcxxrt/dynamic_cast.cc at line 14, libcxxrt/dynamic_cast.cc at line 17, libcxxrt/guard.cc at line 14, libcxxrt/guard.cc at line 17, libcxxrt/memory.cc at line 14, libcxxrt/memory.cc at line 17, libcxxrt/stdexcept.cc at line 14, libcxxrt/stdexcept.cc at line 17, libcxxrt/stdexcept.h at line 14, libcxxrt/stdexcept.h at line 17, libcxxrt/typeinfo.cc at line 14, libcxxrt/typeinfo.cc at line 17, libcxxrt/typeinfo.h at line 14, libcxxrt/typeinfo.h at line 17
    # list - just word, not file reference
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: BSD-2-Clause
        Score           : 100.00
        Match type      : TEXT
        Links           : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
    Files with this license:
        libcxxrt/auxhelper.cc [4:24]
        libcxxrt/dwarf_eh.h [4:24]
        libcxxrt/dynamic_cast.cc [4:24]
        libcxxrt/guard.cc [4:24]
        libcxxrt/memory.cc [4:24]
        libcxxrt/stdexcept.cc [4:24]
        libcxxrt/stdexcept.h [4:24]
        libcxxrt/typeinfo.cc [4:24]
        libcxxrt/typeinfo.h [4:24]

KEEP     MIT                  8ee097b6bcb3429ad39c4dbd5cc0e35e
BELONGS libcxxrt/ya.make
FILE_IGNORE libcxx/include/any found in files: libcxxrt/cxxabi.h at line 4
FILE_INCLUDE libcxxrt/AUTHORS found in files: libcxxrt/cxxabi.h at line 17
FILE_INCLUDE libcxxrt/COPYRIGHT found in files: libcxxrt/cxxabi.h at line 17
    # any - just word, not file reference
    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:
        libcxxrt/cxxabi.h [4:20]

KEEP     Apache-2.0           9ac77f65a898755c7eed97099caded94
BELONGS libcxx/ya.make
FILE_INCLUDE libcxx/import found in files: libcxx/LICENSE.TXT at line 81
FILE_IGNORE libcxx/include/any found in files: libcxx/LICENSE.TXT at line 101, libcxx/LICENSE.TXT at line 104, libcxx/LICENSE.TXT at line 107, libcxx/LICENSE.TXT at line 111, libcxx/LICENSE.TXT at line 114, libcxx/LICENSE.TXT at line 130, libcxx/LICENSE.TXT at line 135, libcxx/LICENSE.TXT at line 137, libcxx/LICENSE.TXT at line 139, libcxx/LICENSE.TXT at line 151, libcxx/LICENSE.TXT at line 154, libcxx/LICENSE.TXT at line 160, libcxx/LICENSE.TXT at line 161, libcxx/LICENSE.TXT at line 162, libcxx/LICENSE.TXT at line 165, libcxx/LICENSE.TXT at line 175, libcxx/LICENSE.TXT at line 176, libcxx/LICENSE.TXT at line 178, libcxx/LICENSE.TXT at line 34, libcxx/LICENSE.TXT at line 44, libcxx/LICENSE.TXT at line 52, libcxx/LICENSE.TXT at line 53, libcxx/LICENSE.TXT at line 58, libcxx/LICENSE.TXT at line 66, libcxx/LICENSE.TXT at line 86, libcxx/LICENSE.TXT at line 89, libcxx/LICENSE.TXT at line 94, libcxx/LICENSE.TXT at line 98
FILE_IGNORE libcxx/include/version found in files: libcxx/LICENSE.TXT at line 53
    # any and version - just words, not file reference
    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:
        libcxx/LICENSE.TXT [5:205]

KEEP     NCSA AND MIT         9d5ffd6253d2b406a8bc3bbf3cb4f38b
BELONGS openmp/ya.make
FILE_INCLUDE builtins/LICENSE.txt found in files: openmp/include/30/omp_lib.f.var at line 9, openmp/include/30/omp_lib.f90.var at line 9, openmp/include/30/omp_lib.h.var at line 9, openmp/include/40/omp_lib.f.var at line 9, openmp/include/40/omp_lib.f90.var at line 9, openmp/include/40/omp_lib.h.var at line 9, openmp/include/41/omp_lib.f.var at line 9, openmp/include/41/omp_lib.f90.var at line 9, openmp/include/41/omp_lib.h.var at line 9
    License text:
        !// This file is dual licensed under the MIT and the University of Illinois Open
        !// Source Licenses. See LICENSE.txt for details.
    Scancode info:
        Original SPDX id: NCSA
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
    Files with this license:
        openmp/include/30/omp_lib.f.var [8:9]
        openmp/include/30/omp_lib.f90.var [8:9]
        openmp/include/30/omp_lib.h.var [8:9]
        openmp/include/40/omp_lib.f.var [8:9]
        openmp/include/40/omp_lib.f90.var [8:9]
        openmp/include/40/omp_lib.h.var [8:9]
        openmp/include/41/omp_lib.f.var [8:9]
        openmp/include/41/omp_lib.f90.var [8:9]
        openmp/include/41/omp_lib.h.var [8:9]
    Scancode info:
        Original SPDX id: MIT
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
    Files with this license:
        openmp/include/30/omp_lib.f.var [8:9]
        openmp/include/30/omp_lib.f90.var [8:9]
        openmp/include/30/omp_lib.h.var [8:9]
        openmp/include/40/omp_lib.f.var [8:9]
        openmp/include/40/omp_lib.f90.var [8:9]
        openmp/include/40/omp_lib.h.var [8:9]
        openmp/include/41/omp_lib.f.var [8:9]
        openmp/include/41/omp_lib.f90.var [8:9]
        openmp/include/41/omp_lib.h.var [8:9]

KEEP     NCSA                 b160d8bd561da097b0edd40b062e1c84
BELONGS libcxx/ya.make
FILE_IGNORE libcxx/include/any found in files: libcxx/LICENSE.TXT at line 264
FILE_IGNORE libcxx/include/experimental/list found in files: libcxx/LICENSE.TXT at line 272, libcxx/LICENSE.TXT at line 275
FILE_IGNORE libcxx/include/list found in files: libcxx/LICENSE.TXT at line 272, libcxx/LICENSE.TXT at line 275
FILE_INCLUDE libcxxrt/COPYRIGHT found in files: libcxx/LICENSE.TXT at line 286
    # any and list - just words, not file reference
    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:
        libcxx/LICENSE.TXT [264:289]

KEEP     BSD-2-Clause AND MIT b1ce5ac90fd7360272c132242b0d10e9
BELONGS libcxx/ya.make
    License text:
        2-clause BSD license instead of the MIT/UUIC license that the rest of libc++ is
    Scancode info:
        Original SPDX id: BSD-2-Clause
        Score           : 100.00
        Match type      : REFERENCE
        Links           : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
    Files with this license:
        libcxx/src/support/solaris/README [3:3]
    Scancode info:
        Original SPDX id: MIT
        Score           : 75.00
        Match type      : REFERENCE
        Links           : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
    Files with this license:
        libcxx/src/support/solaris/README [3:3]

KEEP     Apache-2.0 WITH LLVM-exception b4f32daeb289687c0be6afeacb7df231
BELONGS libcxx/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:
        libcxx/include/experimental/__config [4:5]
    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:
        libcxx/include/experimental/__config [4:5]

KEEP     Apache-2.0 WITH LLVM-exception b7566a1930e050e1090162bf1d543650
BELONGS libcxx/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:
        libcxx/include/__availability [6:6]
        libcxx/include/__bit_reference [6:6]
        libcxx/include/__bsd_locale_defaults.h [6:6]
        libcxx/include/__bsd_locale_fallbacks.h [6:6]
        libcxx/include/__config [6:6]
        libcxx/include/__config_site.in [5:5]
        libcxx/include/__debug [6:6]
        libcxx/include/__errc [6:6]
        libcxx/include/__functional_03 [6:6]
        libcxx/include/__functional_base [6:6]
        libcxx/include/__functional_base_03 [6:6]
        libcxx/include/__hash_table [6:6]
        libcxx/include/__locale [6:6]
        libcxx/include/__memory/allocator_traits.h [6:6]
        libcxx/include/__memory/base.h [6:6]
        libcxx/include/__memory/pointer_traits.h [6:6]
        libcxx/include/__memory/utilities.h [6:6]
        libcxx/include/__mutex_base [6:6]
        libcxx/include/__node_handle [6:6]
        libcxx/include/__nullptr [6:6]
        libcxx/include/__sso_allocator [6:6]
        libcxx/include/__std_stream [6:6]
        libcxx/include/__string [6:6]
        libcxx/include/__threading_support [6:6]
        libcxx/include/__tree [6:6]
        libcxx/include/__tuple [6:6]
        libcxx/include/__undef_macros [6:6]
        libcxx/include/algorithm [6:6]
        libcxx/include/any [6:6]
        libcxx/include/array [6:6]
        libcxx/include/atomic [6:6]
        libcxx/include/barrier [6:6]
        libcxx/include/bit [6:6]
        libcxx/include/bitset [6:6]
        libcxx/include/cassert [6:6]
        libcxx/include/ccomplex [6:6]
        libcxx/include/cctype [6:6]
        libcxx/include/cerrno [6:6]
        libcxx/include/cfenv [6:6]
        libcxx/include/cfloat [6:6]
        libcxx/include/charconv [6:6]
        libcxx/include/chrono [6:6]
        libcxx/include/cinttypes [6:6]
        libcxx/include/ciso646 [6:6]
        libcxx/include/climits [6:6]
        libcxx/include/clocale [6:6]
        libcxx/include/cmath [6:6]
        libcxx/include/codecvt [6:6]
        libcxx/include/compare [6:6]
        libcxx/include/complex [6:6]
        libcxx/include/complex.h [6:6]
        libcxx/include/concepts [6:6]
        libcxx/include/condition_variable [6:6]
        libcxx/include/csetjmp [6:6]
        libcxx/include/csignal [6:6]
        libcxx/include/cstdarg [6:6]
        libcxx/include/cstdbool [6:6]
        libcxx/include/cstddef [6:6]
        libcxx/include/cstdint [6:6]
        libcxx/include/cstdio [6:6]
        libcxx/include/cstdlib [6:6]
        libcxx/include/cstring [6:6]
        libcxx/include/ctgmath [6:6]
        libcxx/include/ctime [6:6]
        libcxx/include/ctype.h [6:6]
        libcxx/include/cwchar [6:6]
        libcxx/include/cwctype [6:6]
        libcxx/include/deque [6:6]
        libcxx/include/errno.h [6:6]
        libcxx/include/exception [6:6]
        libcxx/include/execution [6:6]
        libcxx/include/experimental/__memory [6:6]
        libcxx/include/experimental/algorithm [6:6]
        libcxx/include/experimental/coroutine [6:6]
        libcxx/include/experimental/deque [6:6]
        libcxx/include/experimental/filesystem [6:6]
        libcxx/include/experimental/forward_list [6:6]
        libcxx/include/experimental/functional [6:6]
        libcxx/include/experimental/iterator [6:6]
        libcxx/include/experimental/list [6:6]
        libcxx/include/experimental/map [6:6]
        libcxx/include/experimental/memory_resource [6:6]
        libcxx/include/experimental/propagate_const [6:6]
        libcxx/include/experimental/regex [6:6]
        libcxx/include/experimental/set [6:6]
        libcxx/include/experimental/simd [6:6]
        libcxx/include/experimental/string [6:6]
        libcxx/include/experimental/type_traits [6:6]
        libcxx/include/experimental/unordered_map [6:6]
        libcxx/include/experimental/unordered_set [6:6]
        libcxx/include/experimental/utility [6:6]
        libcxx/include/experimental/vector [6:6]
        libcxx/include/ext/__hash [6:6]
        libcxx/include/ext/hash_map [6:6]
        libcxx/include/ext/hash_set [6:6]
        libcxx/include/filesystem [6:6]
        libcxx/include/float.h [6:6]
        libcxx/include/forward_list [6:6]
        libcxx/include/fstream [6:6]
        libcxx/include/functional [6:6]
        libcxx/include/future [6:6]
        libcxx/include/initializer_list [6:6]
        libcxx/include/inttypes.h [6:6]
        libcxx/include/iomanip [6:6]
        libcxx/include/ios [6:6]
        libcxx/include/iosfwd [6:6]
        libcxx/include/iostream [6:6]
        libcxx/include/istream [6:6]
        libcxx/include/iterator [6:6]
        libcxx/include/latch [6:6]
        libcxx/include/limits [6:6]
        libcxx/include/limits.h [6:6]
        libcxx/include/list [6:6]
        libcxx/include/locale [6:6]
        libcxx/include/locale.h [6:6]
        libcxx/include/map [6:6]
        libcxx/include/math.h [6:6]
        libcxx/include/memory [6:6]
        libcxx/include/mutex [6:6]
        libcxx/include/new [6:6]
        libcxx/include/numbers [6:6]
        libcxx/include/numeric [6:6]
        libcxx/include/optional [6:6]
        libcxx/include/ostream [6:6]
        libcxx/include/queue [6:6]
        libcxx/include/random [6:6]
        libcxx/include/ratio [6:6]
        libcxx/include/regex [6:6]
        libcxx/include/scoped_allocator [6:6]
        libcxx/include/semaphore [6:6]
        libcxx/include/set [6:6]
        libcxx/include/setjmp.h [6:6]
        libcxx/include/shared_mutex [6:6]
        libcxx/include/span [6:6]
        libcxx/include/sstream [6:6]
        libcxx/include/stack [6:6]
        libcxx/include/stdbool.h [6:6]
        libcxx/include/stddef.h [6:6]
        libcxx/include/stdexcept [6:6]
        libcxx/include/stdint.h [6:6]
        libcxx/include/stdio.h [6:6]
        libcxx/include/stdlib.h [6:6]
        libcxx/include/streambuf [6:6]
        libcxx/include/string [6:6]
        libcxx/include/string.h [6:6]
        libcxx/include/string_view [6:6]
        libcxx/include/strstream [6:6]
        libcxx/include/support/android/locale_bionic.h [6:6]
        libcxx/include/support/fuchsia/xlocale.h [6:6]
        libcxx/include/support/ibm/limits.h [6:6]
        libcxx/include/support/ibm/locale_mgmt_aix.h [6:6]
        libcxx/include/support/ibm/nanosleep.h [6:6]
        libcxx/include/support/ibm/support.h [6:6]
        libcxx/include/support/ibm/xlocale.h [6:6]
        libcxx/include/support/musl/xlocale.h [6:6]
        libcxx/include/support/newlib/xlocale.h [5:5]
        libcxx/include/support/nuttx/xlocale.h [6:6]
        libcxx/include/support/solaris/floatingpoint.h [5:5]
        libcxx/include/support/solaris/wchar.h [5:5]
        libcxx/include/support/solaris/xlocale.h [5:5]
        libcxx/include/support/win32/limits_msvc_win32.h [6:6]
        libcxx/include/support/win32/locale_win32.h [6:6]
        libcxx/include/support/xlocale/__nop_locale_mgmt.h [6:6]
        libcxx/include/support/xlocale/__posix_l_fallback.h [6:6]
        libcxx/include/support/xlocale/__strtonum_fallback.h [6:6]
        libcxx/include/system_error [6:6]
        libcxx/include/tgmath.h [6:6]
        libcxx/include/thread [6:6]
        libcxx/include/tuple [6:6]
        libcxx/include/type_traits [6:6]
        libcxx/include/typeindex [6:6]
        libcxx/include/typeinfo [6:6]
        libcxx/include/unordered_map [6:6]
        libcxx/include/unordered_set [6:6]
        libcxx/include/utility [6:6]
        libcxx/include/valarray [6:6]
        libcxx/include/variant [6:6]
        libcxx/include/vector [6:6]
        libcxx/include/version [6:6]
        libcxx/include/wchar.h [6:6]
        libcxx/include/wctype.h [6:6]
        libcxx/src/algorithm.cpp [5:5]
        libcxx/src/any.cpp [5:5]
        libcxx/src/atomic.cpp [5:5]
        libcxx/src/barrier.cpp [5:5]
        libcxx/src/bind.cpp [5:5]
        libcxx/src/charconv.cpp [5:5]
        libcxx/src/chrono.cpp [5:5]
        libcxx/src/condition_variable.cpp [5:5]
        libcxx/src/condition_variable_destructor.cpp [5:5]
        libcxx/src/debug.cpp [5:5]
        libcxx/src/exception.cpp [5:5]
        libcxx/src/experimental/memory_resource.cpp [5:5]
        libcxx/src/filesystem/directory_iterator.cpp [5:5]
        libcxx/src/filesystem/filesystem_common.h [5:5]
        libcxx/src/filesystem/operations.cpp [5:5]
        libcxx/src/functional.cpp [5:5]
        libcxx/src/future.cpp [5:5]
        libcxx/src/hash.cpp [5:5]
        libcxx/src/include/apple_availability.h [5:5]
        libcxx/src/include/atomic_support.h [5:5]
        libcxx/src/include/config_elast.h [5:5]
        libcxx/src/include/refstring.h [5:5]
        libcxx/src/ios.cpp [5:5]
        libcxx/src/ios.instantiations.cpp [5:5]
        libcxx/src/iostream.cpp [5:5]
        libcxx/src/locale.cpp [5:5]
        libcxx/src/memory.cpp [5:5]
        libcxx/src/mutex.cpp [5:5]
        libcxx/src/mutex_destructor.cpp [5:5]
        libcxx/src/new.cpp [5:5]
        libcxx/src/optional.cpp [5:5]
        libcxx/src/random.cpp [5:5]
        libcxx/src/random_shuffle.cpp [5:5]
        libcxx/src/regex.cpp [5:5]
        libcxx/src/shared_mutex.cpp [5:5]
        libcxx/src/stdexcept.cpp [5:5]
        libcxx/src/string.cpp [5:5]
        libcxx/src/strstream.cpp [5:5]
        libcxx/src/support/runtime/exception_fallback.ipp [6:6]
        libcxx/src/support/runtime/exception_glibcxx.ipp [6:6]
        libcxx/src/support/runtime/exception_libcxxabi.ipp [6:6]
        libcxx/src/support/runtime/exception_libcxxrt.ipp [6:6]
        libcxx/src/support/runtime/exception_msvc.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_cxxabi.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_glibcxx.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_msvc.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_unimplemented.ipp [6:6]
        libcxx/src/support/runtime/new_handler_fallback.ipp [6:6]
        libcxx/src/support/runtime/stdexcept_default.ipp [5:5]
        libcxx/src/support/runtime/stdexcept_vcruntime.ipp [5:5]
        libcxx/src/support/solaris/xlocale.cpp [5:5]
        libcxx/src/support/win32/locale_win32.cpp [6:6]
        libcxx/src/support/win32/support.cpp [6:6]
        libcxx/src/support/win32/thread_win32.cpp [6:6]
        libcxx/src/system_error.cpp [5:5]
        libcxx/src/thread.cpp [5:5]
        libcxx/src/typeinfo.cpp [5:5]
        libcxx/src/utility.cpp [5:5]
        libcxx/src/valarray.cpp [5:5]
        libcxx/src/variant.cpp [5:5]
        libcxx/src/vector.cpp [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:
        libcxx/include/__availability [6:6]
        libcxx/include/__bit_reference [6:6]
        libcxx/include/__bsd_locale_defaults.h [6:6]
        libcxx/include/__bsd_locale_fallbacks.h [6:6]
        libcxx/include/__config [6:6]
        libcxx/include/__config_site.in [5:5]
        libcxx/include/__debug [6:6]
        libcxx/include/__errc [6:6]
        libcxx/include/__functional_03 [6:6]
        libcxx/include/__functional_base [6:6]
        libcxx/include/__functional_base_03 [6:6]
        libcxx/include/__hash_table [6:6]
        libcxx/include/__locale [6:6]
        libcxx/include/__memory/allocator_traits.h [6:6]
        libcxx/include/__memory/base.h [6:6]
        libcxx/include/__memory/pointer_traits.h [6:6]
        libcxx/include/__memory/utilities.h [6:6]
        libcxx/include/__mutex_base [6:6]
        libcxx/include/__node_handle [6:6]
        libcxx/include/__nullptr [6:6]
        libcxx/include/__sso_allocator [6:6]
        libcxx/include/__std_stream [6:6]
        libcxx/include/__string [6:6]
        libcxx/include/__threading_support [6:6]
        libcxx/include/__tree [6:6]
        libcxx/include/__tuple [6:6]
        libcxx/include/__undef_macros [6:6]
        libcxx/include/algorithm [6:6]
        libcxx/include/any [6:6]
        libcxx/include/array [6:6]
        libcxx/include/atomic [6:6]
        libcxx/include/barrier [6:6]
        libcxx/include/bit [6:6]
        libcxx/include/bitset [6:6]
        libcxx/include/cassert [6:6]
        libcxx/include/ccomplex [6:6]
        libcxx/include/cctype [6:6]
        libcxx/include/cerrno [6:6]
        libcxx/include/cfenv [6:6]
        libcxx/include/cfloat [6:6]
        libcxx/include/charconv [6:6]
        libcxx/include/chrono [6:6]
        libcxx/include/cinttypes [6:6]
        libcxx/include/ciso646 [6:6]
        libcxx/include/climits [6:6]
        libcxx/include/clocale [6:6]
        libcxx/include/cmath [6:6]
        libcxx/include/codecvt [6:6]
        libcxx/include/compare [6:6]
        libcxx/include/complex [6:6]
        libcxx/include/complex.h [6:6]
        libcxx/include/concepts [6:6]
        libcxx/include/condition_variable [6:6]
        libcxx/include/csetjmp [6:6]
        libcxx/include/csignal [6:6]
        libcxx/include/cstdarg [6:6]
        libcxx/include/cstdbool [6:6]
        libcxx/include/cstddef [6:6]
        libcxx/include/cstdint [6:6]
        libcxx/include/cstdio [6:6]
        libcxx/include/cstdlib [6:6]
        libcxx/include/cstring [6:6]
        libcxx/include/ctgmath [6:6]
        libcxx/include/ctime [6:6]
        libcxx/include/ctype.h [6:6]
        libcxx/include/cwchar [6:6]
        libcxx/include/cwctype [6:6]
        libcxx/include/deque [6:6]
        libcxx/include/errno.h [6:6]
        libcxx/include/exception [6:6]
        libcxx/include/execution [6:6]
        libcxx/include/experimental/__memory [6:6]
        libcxx/include/experimental/algorithm [6:6]
        libcxx/include/experimental/coroutine [6:6]
        libcxx/include/experimental/deque [6:6]
        libcxx/include/experimental/filesystem [6:6]
        libcxx/include/experimental/forward_list [6:6]
        libcxx/include/experimental/functional [6:6]
        libcxx/include/experimental/iterator [6:6]
        libcxx/include/experimental/list [6:6]
        libcxx/include/experimental/map [6:6]
        libcxx/include/experimental/memory_resource [6:6]
        libcxx/include/experimental/propagate_const [6:6]
        libcxx/include/experimental/regex [6:6]
        libcxx/include/experimental/set [6:6]
        libcxx/include/experimental/simd [6:6]
        libcxx/include/experimental/string [6:6]
        libcxx/include/experimental/type_traits [6:6]
        libcxx/include/experimental/unordered_map [6:6]
        libcxx/include/experimental/unordered_set [6:6]
        libcxx/include/experimental/utility [6:6]
        libcxx/include/experimental/vector [6:6]
        libcxx/include/ext/__hash [6:6]
        libcxx/include/ext/hash_map [6:6]
        libcxx/include/ext/hash_set [6:6]
        libcxx/include/filesystem [6:6]
        libcxx/include/float.h [6:6]
        libcxx/include/forward_list [6:6]
        libcxx/include/fstream [6:6]
        libcxx/include/functional [6:6]
        libcxx/include/future [6:6]
        libcxx/include/initializer_list [6:6]
        libcxx/include/inttypes.h [6:6]
        libcxx/include/iomanip [6:6]
        libcxx/include/ios [6:6]
        libcxx/include/iosfwd [6:6]
        libcxx/include/iostream [6:6]
        libcxx/include/istream [6:6]
        libcxx/include/iterator [6:6]
        libcxx/include/latch [6:6]
        libcxx/include/limits [6:6]
        libcxx/include/limits.h [6:6]
        libcxx/include/list [6:6]
        libcxx/include/locale [6:6]
        libcxx/include/locale.h [6:6]
        libcxx/include/map [6:6]
        libcxx/include/math.h [6:6]
        libcxx/include/memory [6:6]
        libcxx/include/mutex [6:6]
        libcxx/include/new [6:6]
        libcxx/include/numbers [6:6]
        libcxx/include/numeric [6:6]
        libcxx/include/optional [6:6]
        libcxx/include/ostream [6:6]
        libcxx/include/queue [6:6]
        libcxx/include/random [6:6]
        libcxx/include/ratio [6:6]
        libcxx/include/regex [6:6]
        libcxx/include/scoped_allocator [6:6]
        libcxx/include/semaphore [6:6]
        libcxx/include/set [6:6]
        libcxx/include/setjmp.h [6:6]
        libcxx/include/shared_mutex [6:6]
        libcxx/include/span [6:6]
        libcxx/include/sstream [6:6]
        libcxx/include/stack [6:6]
        libcxx/include/stdbool.h [6:6]
        libcxx/include/stddef.h [6:6]
        libcxx/include/stdexcept [6:6]
        libcxx/include/stdint.h [6:6]
        libcxx/include/stdio.h [6:6]
        libcxx/include/stdlib.h [6:6]
        libcxx/include/streambuf [6:6]
        libcxx/include/string [6:6]
        libcxx/include/string.h [6:6]
        libcxx/include/string_view [6:6]
        libcxx/include/strstream [6:6]
        libcxx/include/support/android/locale_bionic.h [6:6]
        libcxx/include/support/fuchsia/xlocale.h [6:6]
        libcxx/include/support/ibm/limits.h [6:6]
        libcxx/include/support/ibm/locale_mgmt_aix.h [6:6]
        libcxx/include/support/ibm/nanosleep.h [6:6]
        libcxx/include/support/ibm/support.h [6:6]
        libcxx/include/support/ibm/xlocale.h [6:6]
        libcxx/include/support/musl/xlocale.h [6:6]
        libcxx/include/support/newlib/xlocale.h [5:5]
        libcxx/include/support/nuttx/xlocale.h [6:6]
        libcxx/include/support/solaris/floatingpoint.h [5:5]
        libcxx/include/support/solaris/wchar.h [5:5]
        libcxx/include/support/solaris/xlocale.h [5:5]
        libcxx/include/support/win32/limits_msvc_win32.h [6:6]
        libcxx/include/support/win32/locale_win32.h [6:6]
        libcxx/include/support/xlocale/__nop_locale_mgmt.h [6:6]
        libcxx/include/support/xlocale/__posix_l_fallback.h [6:6]
        libcxx/include/support/xlocale/__strtonum_fallback.h [6:6]
        libcxx/include/system_error [6:6]
        libcxx/include/tgmath.h [6:6]
        libcxx/include/thread [6:6]
        libcxx/include/tuple [6:6]
        libcxx/include/type_traits [6:6]
        libcxx/include/typeindex [6:6]
        libcxx/include/typeinfo [6:6]
        libcxx/include/unordered_map [6:6]
        libcxx/include/unordered_set [6:6]
        libcxx/include/utility [6:6]
        libcxx/include/valarray [6:6]
        libcxx/include/variant [6:6]
        libcxx/include/vector [6:6]
        libcxx/include/version [6:6]
        libcxx/include/wchar.h [6:6]
        libcxx/include/wctype.h [6:6]
        libcxx/src/algorithm.cpp [5:5]
        libcxx/src/any.cpp [5:5]
        libcxx/src/atomic.cpp [5:5]
        libcxx/src/barrier.cpp [5:5]
        libcxx/src/bind.cpp [5:5]
        libcxx/src/charconv.cpp [5:5]
        libcxx/src/chrono.cpp [5:5]
        libcxx/src/condition_variable.cpp [5:5]
        libcxx/src/condition_variable_destructor.cpp [5:5]
        libcxx/src/debug.cpp [5:5]
        libcxx/src/exception.cpp [5:5]
        libcxx/src/experimental/memory_resource.cpp [5:5]
        libcxx/src/filesystem/directory_iterator.cpp [5:5]
        libcxx/src/filesystem/filesystem_common.h [5:5]
        libcxx/src/filesystem/operations.cpp [5:5]
        libcxx/src/functional.cpp [5:5]
        libcxx/src/future.cpp [5:5]
        libcxx/src/hash.cpp [5:5]
        libcxx/src/include/apple_availability.h [5:5]
        libcxx/src/include/atomic_support.h [5:5]
        libcxx/src/include/config_elast.h [5:5]
        libcxx/src/include/refstring.h [5:5]
        libcxx/src/ios.cpp [5:5]
        libcxx/src/ios.instantiations.cpp [5:5]
        libcxx/src/iostream.cpp [5:5]
        libcxx/src/locale.cpp [5:5]
        libcxx/src/memory.cpp [5:5]
        libcxx/src/mutex.cpp [5:5]
        libcxx/src/mutex_destructor.cpp [5:5]
        libcxx/src/new.cpp [5:5]
        libcxx/src/optional.cpp [5:5]
        libcxx/src/random.cpp [5:5]
        libcxx/src/random_shuffle.cpp [5:5]
        libcxx/src/regex.cpp [5:5]
        libcxx/src/shared_mutex.cpp [5:5]
        libcxx/src/stdexcept.cpp [5:5]
        libcxx/src/string.cpp [5:5]
        libcxx/src/strstream.cpp [5:5]
        libcxx/src/support/runtime/exception_fallback.ipp [6:6]
        libcxx/src/support/runtime/exception_glibcxx.ipp [6:6]
        libcxx/src/support/runtime/exception_libcxxabi.ipp [6:6]
        libcxx/src/support/runtime/exception_libcxxrt.ipp [6:6]
        libcxx/src/support/runtime/exception_msvc.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_cxxabi.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_glibcxx.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_msvc.ipp [6:6]
        libcxx/src/support/runtime/exception_pointer_unimplemented.ipp [6:6]
        libcxx/src/support/runtime/new_handler_fallback.ipp [6:6]
        libcxx/src/support/runtime/stdexcept_default.ipp [5:5]
        libcxx/src/support/runtime/stdexcept_vcruntime.ipp [5:5]
        libcxx/src/support/solaris/xlocale.cpp [5:5]
        libcxx/src/support/win32/locale_win32.cpp [6:6]
        libcxx/src/support/win32/support.cpp [6:6]
        libcxx/src/support/win32/thread_win32.cpp [6:6]
        libcxx/src/system_error.cpp [5:5]
        libcxx/src/thread.cpp [5:5]
        libcxx/src/typeinfo.cpp [5:5]
        libcxx/src/utility.cpp [5:5]
        libcxx/src/valarray.cpp [5:5]
        libcxx/src/variant.cpp [5:5]
        libcxx/src/vector.cpp [5:5]

KEEP     Apache-2.0 WITH LLVM-exception c1e6c6536fcc444f916047679115c618
BELONGS libcxx/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:
        libcxx/src/filesystem/int128_builtins.cpp [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:
        libcxx/src/filesystem/int128_builtins.cpp [5:5]

KEEP     NCSA                 c26d0b72f92421989c4471ae0acbc943
BELONGS libcxx/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:
        libcxx/LICENSE.TXT [249:250]

KEEP     NCSA AND MIT         d2725783fa0a2f24d855943aac3dbdf9
BELONGS openmp/ya.make
FILE_INCLUDE builtins/LICENSE.txt found in files: openmp/z_Windows_NT-586_asm.asm at line 10
    License text:
        ;// This file is dual licensed under the MIT and the University of Illinois Open
        ;// Source Licenses. See LICENSE.txt for details.
    Scancode info:
        Original SPDX id: NCSA
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
    Files with this license:
        openmp/z_Windows_NT-586_asm.asm [9:10]
    Scancode info:
        Original SPDX id: MIT
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
    Files with this license:
        openmp/z_Windows_NT-586_asm.asm [9:10]

SKIP     LicenseRef-scancode-unknown-license-reference d4fd839c20b32e384ccf02a801e876d1
BELONGS libcxx/ya.make
    # part of bsd-2-clause text
    License text:
        distributed under.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unknown-license-reference
        Score           : 11.00
        Match type      : INTRO
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE
    Files with this license:
        libcxx/src/support/solaris/README [4:4]

KEEP     Apache-2.0 WITH LLVM-exception df18889e552d44a4679aff552267f802
BELONGS libcxx/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:
        libcxx/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:
        libcxx/LICENSE.TXT [2:2]

KEEP     NCSA AND MIT         e56769dac6aaa0678164025adda8a1da
BELONGS openmp/ya.make
FILE_INCLUDE builtins/LICENSE.txt found in files: openmp/i18n/en_US.txt at line 9
    License text:
        \#// This file is dual licensed under the MIT and the University of Illinois Open
        \#// Source Licenses. See LICENSE.txt for details.
    Scancode info:
        Original SPDX id: NCSA
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
    Files with this license:
        openmp/i18n/en_US.txt [8:9]
    Scancode info:
        Original SPDX id: MIT
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
    Files with this license:
        openmp/i18n/en_US.txt [8:9]

KEEP     BSD-2-Clause         f59cebb43ee786218189ac014af76fbb
BELONGS libcxx/ya.make
FILE_IGNORE libcxx/include/experimental/list found in files: libcxx/src/support/solaris/mbsnrtowcs.inc at line 13, libcxx/src/support/solaris/mbsnrtowcs.inc at line 15, libcxx/src/support/solaris/wcsnrtombs.inc at line 10, libcxx/src/support/solaris/wcsnrtombs.inc at line 8
FILE_IGNORE libcxx/include/list found in files: libcxx/src/support/solaris/mbsnrtowcs.inc at line 13, libcxx/src/support/solaris/mbsnrtowcs.inc at line 15, libcxx/src/support/solaris/wcsnrtombs.inc at line 10, libcxx/src/support/solaris/wcsnrtombs.inc at line 8
    # list - just word, not file reference
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: BSD-2-Clause
        Score           : 100.00
        Match type      : TEXT
        Links           : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
    Files with this license:
        libcxx/src/support/solaris/mbsnrtowcs.inc [9:28]
        libcxx/src/support/solaris/wcsnrtombs.inc [4:23]

KEEP     BSD-2-Clause-Views   fa822847a0868c8922cbd110b73455fc
BELONGS libcxxrt/ya.make
FILE_IGNORE libcxx/include/experimental/list found in files: libcxxrt/LICENSE at line 7, libcxxrt/LICENSE at line 8
FILE_IGNORE libcxx/include/list found in files: libcxxrt/LICENSE at line 7, libcxxrt/LICENSE at line 8
FILE_INCLUDE libcxxrt/COPYRIGHT found in files: libcxxrt/LICENSE at line 12
    # list - just word, not file reference
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: BSD-2-Clause-Views
        Score           : 98.16
        Match type      : TEXT
        Links           : https://github.com/protegeproject/protege/blob/master/license.txt, https://spdx.org/licenses/BSD-2-Clause-Views, https://www.freebsd.org/copyright/freebsd-license.html
    Files with this license:
        libcxxrt/LICENSE [5:14]