summaryrefslogtreecommitdiffstats
path: root/debian/copyright
blob: edf1cc050684da1818ce0034aee51189da9ece9b (plain)
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
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rust
Source: https://www.rust-lang.org
Files-Excluded:
 *.min.js
 src/llvm-project
# Pre-generated docs
 src/tools/rustfmt/docs
# Fonts already in Debian, covered by d-0003-mdbook-strip-embedded-libs.patch
 vendor/mdbook/src/theme/fonts
 vendor/mdbook/src/theme/FontAwesome
 vendor/mdbook/src/theme/highlight.js
 vendor/mdbook/src/theme/highlight.css
# DOCX versions of TRPL book prepared for No Starch Press
 src/doc/book/nostarch/docx
# Exclude submodules https://github.com/rust-lang/rust/tree/master/src/tools
# We prefer to do them in different Debian packages so they can have their own
# version numbers. If upstream merges them "properly" (i.e. unify the version
# numbers) then we can merge the packages in Debian. Note that cargotest here
# does actually belong to rustc, it is an integration test suite for rustc to
# check that certain popular crates continue to compile. It is not the same as
# cargo's own test suite (in its own package) also called cargotest.
# NB: don't exclude rust-installer, it's needed for "install" functionality
 .gitmodules
 src/tools/cargo
 src/tools/rls
 src/tools/remote-test-client
 src/tools/remote-test-server
 src/tools/miri
# rust-analyzer parts we don't need (yet)
 src/tools/rust-analyzer/editors
 src/tools/rust-analyzer/.github
# Embedded GH pages
 src/tools/clippy/util/gh-pages
# Embedded C libraries
 vendor/lzma-sys*/xz-*
# Embedded binary blobs
 vendor/jsonpath_lib/docs
 vendor/mdbook/src/theme/playground_editor
 vendor/psm/src/arch/wasm32.o
 vendor/rustix/src/backend/linux_raw/arch/outline/*/*.a
 vendor/rustix-0.*/src/backend/linux_raw/arch/outline/*/*.a
 vendor/winapi-*/*/*.a
# Embedded submodule used for CI
 library/stdarch/crates/intrinsic-test/acle
# unused dependencies, generated by debian/prune-unused-deps
# DO NOT EDIT below, AUTOGENERATED
 vendor/ahash-0.7.4
 vendor/ansi_term
 vendor/anyhow-1.0.65
 vendor/anyhow-1.0.66
 vendor/anymap
 vendor/arbitrary
 vendor/arc-swap
 vendor/arrayvec-0.5.2
 vendor/arrayvec-0.7.0
 vendor/backtrace-0.3.66
 vendor/base16ct
 vendor/base64
 vendor/base64ct
 vendor/bitmaps
 vendor/bstr
 vendor/btoi
 vendor/bumpalo
 vendor/bytesize
 vendor/camino-1.0.9
 vendor/cargo_metadata-0.15.2
 vendor/cc-1.0.73
 vendor/cc-1.0.77
 vendor/chalk-derive
 vendor/chalk-ir
 vendor/chalk-recursive
 vendor/chalk-solve
 vendor/clru
 vendor/color-eyre
 vendor/color-spantrace
 vendor/command-group
 vendor/concolor
 vendor/concolor-query-0.1.0
 vendor/const-oid
 vendor/content_inspector
 vendor/core-foundation
 vendor/core-foundation-sys-0.8.0
 vendor/cranelift-bforest
 vendor/cranelift-codegen
 vendor/cranelift-codegen-meta
 vendor/cranelift-codegen-shared
 vendor/cranelift-entity
 vendor/cranelift-frontend
 vendor/cranelift-isle
 vendor/cranelift-jit
 vendor/cranelift-module
 vendor/cranelift-native
 vendor/cranelift-object
 vendor/crypto-bigint
 vendor/crypto-common-0.1.3
 vendor/ct-codecs
 vendor/ctor-0.1.22
 vendor/curl
 vendor/curl-sys
 vendor/der
 vendor/derive_arbitrary
 vendor/diff-0.1.12
 vendor/digest-0.10.3
 vendor/directories
 vendor/dissimilar-1.0.4
 vendor/dot
 vendor/dunce
 vendor/ecdsa
 vendor/ed25519-compact
 vendor/either-1.6.0
 vendor/either-1.6.1
 vendor/elliptic-curve
 vendor/ena-0.14.0
 vendor/eyre
 vendor/ff
 vendor/fiat-crypto
 vendor/filetime-0.2.16
 vendor/filetime-0.2.19
 vendor/flate2-1.0.23
 vendor/foreign-types
 vendor/foreign-types-shared
 vendor/form_urlencoded-1.0.1
 vendor/fsevent-sys
 vendor/fs_extra
 vendor/fst
 vendor/fwdansi
 vendor/fxhash
 vendor/generic-array-0.14.4
 vendor/git2
 vendor/git2-curl
 vendor/gix-actor
 vendor/gix-attributes
 vendor/gix-bitmap
 vendor/gix
 vendor/gix-chunk
 vendor/gix-command
 vendor/gix-config
 vendor/gix-config-value
 vendor/gix-credentials
 vendor/gix-date
 vendor/gix-diff
 vendor/gix-discover
 vendor/gix-features
 vendor/gix-glob
 vendor/gix-hash
 vendor/gix-hashtable
 vendor/gix-index
 vendor/gix-lock
 vendor/gix-mailmap
 vendor/gix-object
 vendor/gix-odb
 vendor/gix-pack
 vendor/gix-packetline
 vendor/gix-path
 vendor/gix-prompt
 vendor/gix-protocol
 vendor/gix-quote
 vendor/gix-ref
 vendor/gix-refspec
 vendor/gix-revision
 vendor/gix-sec
 vendor/gix-tempfile
 vendor/gix-transport
 vendor/gix-traverse
 vendor/gix-url
 vendor/gix-validate
 vendor/gix-worktree
 vendor/globset-0.4.8
 vendor/group
 vendor/handlebars-3.5.5
 vendor/heck-0.3.3
 vendor/hermit-abi-0.3.0
 vendor/hex-0.4.2
 vendor/hkalbasi-rustc-ap-rustc_abi
 vendor/hkalbasi-rustc-ap-rustc_index
 vendor/hkdf
 vendor/hmac
 vendor/home-0.5.3
 vendor/http-auth
 vendor/idna-0.2.0
 vendor/imara-diff
 vendor/im-rc
 vendor/indenter
 vendor/indexmap-1.9.2
 vendor/inotify
 vendor/inotify-sys
 vendor/io-close
 vendor/io-lifetimes-1.0.3
 vendor/is-terminal-0.4.4
 vendor/itoa-1.0.2
 vendor/itoa-1.0.5
 vendor/jemalloc-sys
 vendor/jod-thread
 vendor/js-sys
 vendor/kqueue
 vendor/kqueue-sys
 vendor/libc-0.2.138
 vendor/libc-0.2.139
 vendor/libffi
 vendor/libffi-sys
 vendor/libgit2-sys
 vendor/libloading-0.7.1
 vendor/libmimalloc-sys
 vendor/libnghttp2-sys
 vendor/libssh2-sys
 vendor/libz-sys
 vendor/linked-hash-map
 vendor/lock_api-0.4.7
 vendor/log-0.4.14
 vendor/lzma-sys-0.1.16
 vendor/mach
 vendor/matches
 vendor/maybe-async
 vendor/memmap2-0.5.8
 vendor/mimalloc
 vendor/mio
 vendor/nix
 vendor/nom8
 vendor/normalize-line-endings
 vendor/notify
 vendor/num_cpus-1.13.1
 vendor/num_threads
 vendor/object-0.30.1
 vendor/once_cell-1.12.0
 vendor/once_cell-1.16.0
 vendor/once_cell-1.17.0
 vendor/oorandom
 vendor/openssl
 vendor/openssl-macros
 vendor/openssl-probe
 vendor/openssl-src
 vendor/openssl-sys
 vendor/ordered-float
 vendor/orion
 vendor/os_info
 vendor/owo-colors
 vendor/p384
 vendor/parking_lot_core-0.8.5
 vendor/parking_lot_core-0.9.4
 vendor/pasetors
 vendor/paste
 vendor/pem-rfc7468
 vendor/percent-encoding-2.1.0
 vendor/pin-project-lite-0.2.8
 vendor/pkcs8
 vendor/pretty_env_logger
 vendor/proc-macro2-1.0.46
 vendor/proc-macro2-1.0.50
 vendor/prodash
 vendor/protobuf
 vendor/protobuf-support
 vendor/pulldown-cmark-to-cmark
 vendor/quick-error
 vendor/quote-1.0.18
 vendor/quote-1.0.23
 vendor/rayon-1.5.3
 vendor/rayon-1.6.0
 vendor/rayon-core-1.9.3
 vendor/redox_syscall-0.2.10
 vendor/redox_syscall-0.2.13
 vendor/regalloc2
 vendor/regex-1.5.6
 vendor/regex-syntax-0.6.26
 vendor/region
 vendor/rfc6979
 vendor/rustc-build-sysroot
 vendor/ryu-1.0.10
 vendor/ryu-1.0.5
 vendor/salsa
 vendor/salsa-macros
 vendor/schannel
 vendor/scip
 vendor/scoped-tls-1.0.0
 vendor/sec1
 vendor/security-framework
 vendor/security-framework-sys
 vendor/semver-1.0.12
 vendor/serde-1.0.137
 vendor/serde-1.0.152
 vendor/serde_derive-1.0.137
 vendor/serde_derive-1.0.152
 vendor/serde_ignored
 vendor/serde_json-1.0.81
 vendor/serde_json-1.0.85
 vendor/serde_spanned
 vendor/serde-value
 vendor/sha1_smol
 vendor/sha2-0.10.2
 vendor/sharded-slab-0.1.1
 vendor/signal-hook
 vendor/signal-hook-registry
 vendor/signature
 vendor/similar
 vendor/sized-chunks
 vendor/slice-group-by
 vendor/snapbox
 vendor/snapbox-macros
 vendor/socket2
 vendor/spki
 vendor/strip-ansi-escapes
 vendor/subtle
 vendor/syn-1.0.102
 vendor/target-lexicon
 vendor/termcolor-1.1.3
 vendor/tikv-jemallocator
 vendor/tikv-jemalloc-ctl
 vendor/tikv-jemalloc-sys
 vendor/time-macros
 vendor/toml-0.5.7
 vendor/toml
 vendor/toml_datetime
 vendor/toml_edit
 vendor/tracing-0.1.35
 vendor/tracing-attributes-0.1.22
 vendor/tracing-core-0.1.28
 vendor/tracing-error
 vendor/tracing-log-0.1.2
 vendor/tracing-subscriber-0.3.3
 vendor/tracing-tree-0.2.0
 vendor/typed-arena
 vendor/typenum-1.15.0
 vendor/ui_test
 vendor/unicode-bidi-0.3.4
 vendor/unicode-bom
 vendor/unicode-ident-1.0.0
 vendor/unicode-ident-1.0.5
 vendor/unicode-width-0.1.9
 vendor/url-2.2.2
 vendor/vcpkg
 vendor/vte
 vendor/vte_generate_state_changes
 vendor/wasm-bindgen-backend
 vendor/wasm-bindgen
 vendor/wasm-bindgen-macro
 vendor/wasm-bindgen-macro-support
 vendor/wasm-bindgen-shared
 vendor/wasmtime-jit-icache-coherence
 vendor/windows-0.43.0
 vendor/windows_aarch64_gnullvm-0.42.0
 vendor/windows_aarch64_gnullvm-0.42.1
 vendor/windows_aarch64_msvc-0.42.0
 vendor/windows_aarch64_msvc-0.42.1
 vendor/windows_i686_gnu-0.42.0
 vendor/windows_i686_gnu-0.42.1
 vendor/windows_i686_msvc-0.42.0
 vendor/windows_i686_msvc-0.42.1
 vendor/windows_x86_64_gnu-0.42.0
 vendor/windows_x86_64_gnu-0.42.1
 vendor/windows_x86_64_gnullvm-0.42.0
 vendor/windows_x86_64_gnullvm-0.42.1
 vendor/windows_x86_64_msvc-0.42.0
 vendor/windows_x86_64_msvc-0.42.1
 vendor/xattr-0.2.2
 vendor/yaml-merge-keys
 vendor/yaml-rust
 vendor/zeroize
# DO NOT EDIT above, AUTOGENERATED

Files: C*.md
       R*.md
       Cargo.lock
       Cargo.toml
       COPYRIGHT
       LICENSE*
       compiler/*
       configure
       config.example.toml
       git-commit-hash
       git-commit-info
       library/*
       src/README.md
       src/bootstrap/*
       src/ci/*
       src/doc/*
       src/etc/*
       src/lib*
       src/rust*
       src/stage0.json
       src/tools/*
       src/version
       tests/*
       version
       x.py
       .cargo/config.toml
Copyright: 2006-2009 Graydon Hoare
           2009-2012 Mozilla Foundation
           2012-2017 The Rust Project Developers (see AUTHORS.txt)
License: MIT or Apache-2.0

Files: src/librustdoc/html/static/fonts/FiraSans*
Copyright: 2014, Mozilla Foundation, 2014, Telefonica S.A.
License: SIL-OPEN-FONT

Files: src/librustdoc/html/static/fonts/NanumBarun*
Copyright: 2010 NAVER Corporation
License: SIL-OPEN-FONT

Files: src/librustdoc/html/static/fonts/SourceCodePro*
Copyright: 2010, 2012 Adobe Systems Incorporated
License: SIL-OPEN-FONT

Files: src/librustdoc/html/static/fonts/SourceSerif4*
Copyright: 2014-2021 Adobe Systems Incorporated
License: SIL-OPEN-FONT

Files: vendor/compiler_builtins/*
Copyright: 2016-2019 Jorge Aparicio <japaricious@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/rust-lang-nursery/compiler-builtins

Files: vendor/compiletest_rs/*
Copyright: 2015-2020 The Rust Project Developers
           2015-2020 Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>
           2015-2020 Manish Goregaokar <manishsmail@gmail.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/laumann/compiletest-rs

Files:
 vendor/ahash/*
 vendor/ahash-0.*/*
Copyright: 2019-2022 Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/tkaitchuck/ahash

Files:
 vendor/anstream/*
 vendor/anstyle/*
 vendor/anstyle-parse/*
 vendor/anstyle-wincon/*
Copyright: 2023 Ed Page <eopage@gmail.com>
License: MIT or Apache-2.0

Files: vendor/ar_archive_writer/*
Copyright: 2003-2017 University of Illinois at Urbana-Champaign.
License: Apache-2.0 with LLVM exception
Comment:
 see https://github.com/rust-lang/ar_archive_writer
 derived from LLVM code

Files: vendor/askama*/*
Copyright: 2016-2022 Dirkjan Ochtman
License: MIT OR Apache-2.0
Comment: see https://github.com/djc/askama

Files:
 vendor/bitflags/*
 vendor/cc/*
 vendor/cmake/*
 vendor/env_logger/*
 vendor/env_logger-0.*/*
 vendor/getopts/*
 vendor/glob/*
 vendor/libc/*
 vendor/log/*
 vendor/regex/*
 vendor/regex-syntax/*
 vendor/rustc-hash/*
 vendor/time/*
 vendor/time-0.*/*
Copyright: 2010-2021 The Rust Project Developers
License: MIT or Apache-2.0
Comment:
 This is a collection of external crates embedded here to bootstrap cargo.
 Most of them come from the original upstream Rust project, thus share the
 same MIT/Apache-2.0 dual-license. See https://github.com/rust-lang.
 Exceptions are noted below.

Files:
 vendor/time-core/*
Copyright: 2019-2023 Jacob Pratt <open-source@jhpratt.dev>
           2019-2023 Time contributors
License: MIT OR Apache-2.0
Comment: see https://github.com/time-rs/time

Files: vendor/core-foundation-sys/*
Copyright: 2012-2022 The Servo Project Developers
License: MIT  or  Apache-2.0
Comment: see https://github.com/servo/core-foundation-rs

Files: vendor/num-integer/*
       vendor/num-traits/*
Copyright: 2014-2018 The Rust Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/rust-num/num

Files:
 vendor/string_cache/*
 vendor/string_cache_codegen/*
 vendor/unicode-bidi/*
Copyright: 2015-2017 Alex Crichton <alex@alexcrichton.com>
           2015-2017 Keegan McAllister <kmcallister@mozilla.com>
           2015-2017 Chris Morgan <me@chrismorgan.info>
           2014-2017 The html5ever Project Developers
           2014-2017 The Servo Project Developers
           2013-2017 Simon Sapin <simon.sapin@exyr.org>
License: MIT or Apache-2.0
Comment: see https://github.com/servo/

Files:
 vendor/getrandom/*
 vendor/rand/*
 vendor/rand_chacha/*
 vendor/rand_core/*
 vendor/rand_xorshift/*
 vendor/rand_xoshiro/*
Copyright: 2010-2019 The Rand Project Developers
           2010-2019 The Rust Project Developers
License: MIT or Apache-2.0
Comment:
 see https://github.com/rust-random/getrandom
 see https://github.com/rust-random/rand
 see https://github.com/rust-random/small-rngs

Files:
 vendor/cfg-if/*
 vendor/filetime/*
 vendor/flate2/*
 vendor/fnv/*
 vendor/jobserver/*
 vendor/lzma-sys/*
 vendor/pkg-config/*
 vendor/proc-macro2/*
 vendor/rustc-demangle/*
 vendor/scoped-tls/*
 vendor/tar/*
 vendor/toml-0*/*
 vendor/xz2/*
Copyright: 2014-2020 Alex Crichton <alex@alexcrichton.com>
           2015-2017 The Rust Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/alexcrichton/

Files: vendor/dlmalloc/*
Copyright: 2017-2019 Alex Crichton <alex@alexcrichton.com>
License: MIT or Apache-2.0
Comment: see https://github.com/alexcrichton/dlmalloc-rs

Files: vendor/dlmalloc/src/dlmalloc.c
Copyright: 2000-2012 Doug Lea <dl@cs.oswego.edu>
License: CC0-1.0

Files: vendor/tester/*
Copyright: 2016-2019 The Rust Project Developers
License: MIT OR Apache-2.0
Comment: see https://github.com/messense/rustc-test

Files:
 vendor/addr2line/*
 vendor/addr2line-*/*
Copyright:
 2016-2021 Nick Fitzgerald <fitzgen@gmail.com>
 2016-2021 Philip Craig <philipjcraig@gmail.com>
 2016-2021 Jon Gjengset <jon@thesquareplanet.com>
 2016-2021 Noah Bergbauer <noah.bergbauer@tum.de>
License: Apache-2.0 or MIT
Comment: see https://github.com/gimli-rs/addr2line

Files: 
 vendor/adler/*
Copyright: 2020-2021 Jonas Schievink <jonasschievink@gmail.com>
License: 0BSD or MIT or Apache-2.0
Comment: see https://github.com/jonas-schievink/adler.git

Files: vendor/always-assert/*
Copyright: 2021-2021 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/always-assert

Files: vendor/ammonia/*
Copyright: 2015-2018 Michael Howell <michael@notriddle.com>
License: MIT  or  Apache-2.0
Comment: see https://github.com/notriddle/ammonia

Files:
 vendor/annotate-snippets/*
Copyright: 2018-2020 Zibi Braniecki <gandalf@mozilla.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/zbraniecki/annotate-snippets-rs

Files: vendor/aho-corasick/*
       vendor/memchr/*
Copyright: 2015 Andrew Gallant <jamslam@gmail.com>
           2015-2018 bluss
License: MIT or Unlicense
Comment: see upstream projects,
 * https://github.com/BurntSushi/aho-corasick
 * https://github.com/BurntSushi/rust-memchr

Files: vendor/array_tool/*
Copyright: 2015-2018 Daniel P. Clark <6ftdan@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/danielpclark/array_tool

Files: vendor/autocfg/*
Copyright: 2018-2020 Josh Stone <cuviper@gmail.com>
License: Apache-2.0 or MIT

Files: vendor/atty/*
Copyright: 2015-2017 softprops <d.tangren@gmail.com>
License: MIT
Comment: see https://github.com/softprops/atty

Files: vendor/backtrace/*
Copyright: 2015-2022 The Rust Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/rust-lang/backtrace-rs

Files: vendor/basic-toml/*
Copyright: 2014-2023 Alex Crichton <alex@alexcrichton.com>
           2014-2023 David Tolnay <dtolnay@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/dtolnay/basic-toml

Files:
 vendor/block-buffer/*
 vendor/digest/*
 vendor/md-5/*
 vendor/sha1/*
 vendor/sha2/*
Copyright: 2016-2020 RustCrypto Developers
License: MIT or Apache-2.0
Comment:
 see https://github.com/RustCrypto/hashes
 see https://github.com/RustCrypto/traits
 see https://github.com/RustCrypto/utils

Files: vendor/bstr-0.*/*
Copyright: 2018-2020 Andrew Gallant <jamslam@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/BurntSushi/bstr

Files: vendor/bytecount/*
Copyright: 2016-2020 Andre Bogus <bogusandre@gmail.de>
           2016-2020 Joshua Landau <joshua@landau.ws>
License: Apache-2.0 or MIT
Comment: see https://github.com/llogiq/bytecount

Files: vendor/byteorder/*
Copyright: 2015-2023 Andrew Gallant <jamslam@gmail.com>
License: Unlicense OR MIT
Comment: see https://github.com/BurntSushi/byteorder

Files:
 vendor/globset/*
 vendor/ignore/*
 vendor/same-file/*
 vendor/termcolor/*
 vendor/walkdir/*
 vendor/winapi-util/*
Copyright: 2015-2020 Andrew Gallant <jamslam@gmail.com>
License: Unlicense or MIT
Comment:
 see https://github.com/BurntSushi/same-file
 see https://github.com/BurntSushi/walkdir
 see https://github.com/BurntSushi/winapi-util
 see https://github.com/BurntSushi/ripgrep/tree/master/globset
 see https://github.com/BurntSushi/ripgrep/tree/master/ignore
 see https://github.com/BurntSushi/ripgrep/tree/master/termcolor

Files: vendor/camino/*
Copyright: 2020-2022 Without Boats <saoirse@without.boats>
           2020-2022 Ashley Williams <ashley666ashley@gmail.com>
           2020-2022 Steve Klabnik <steve@steveklabnik.com>
           2020-2022 Rain <rain@sunshowers.io>
License: MIT OR Apache-2.0
Comment: see https://github.com/withoutboats/camino

Files:
 vendor/cargo_metadata/*
 vendor/cargo_metadata-0.14.0/*
Copyright: 2016-2020 Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
License: MIT
Comment:
 see https://github.com/oli-obk/cargo_metadata

Files: vendor/cargo-platform/*
Copyright: 2019-2022 The Cargo Project Developers
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-lang/cargo

Files: vendor/ppv-lite86/*
Copyright: 2019-2019 The CryptoCorrosion Contributors
License: MIT or Apache-2.0
Comment: see https://github.com/cryptocorrosion/cryptocorrosion

Files:
 vendor/chalk-derive-0.*/*
 vendor/chalk-engine/*
 vendor/chalk-ir-0.*/*
 vendor/chalk-solve-0.*/*
Copyright:
 2015-2022 Rust Compiler Team
 2015-2022 Chalk developers
License: Apache-2.0 or MIT
Comment: see https://github.com/rust-lang/chalk

Files: vendor/chrono/*
Copyright: 2014-2018 Kang Seonghoon <public+rust@mearie.org>
License: MIT or Apache-2.0
Comment: see https://github.com/chronotope/chrono

Files: 
 vendor/clap/*
 vendor/clap-3.*/*
 vendor/clap_builder/*
 vendor/clap_complete/*
 vendor/clap_derive/*
 vendor/clap_derive-3.*/*
 vendor/clap_lex/*
 vendor/clap_lex-0.*/*
Copyright: 2015-2022 Kevin K. <kbknapp@gmail.com>
License: MIT
Comment: see https://github.com/clap-rs/clap

Files: vendor/colored/*
Copyright: 2016-2020 Thomas Wickham <mackwic@gmail.com>
License: MPL-2.0
Comment: see https://github.com/mackwic/colored

Files:
 vendor/concolor-override/*
 vendor/concolor-query/*
Copyright: 2021-2022 Ed Page <eopage@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-cli/concolor

Files: vendor/convert_case/*
Copyright: 2020-2022 David Purdum <purdum41@gmail.com>
License: MIT
Comment: see https://github.com/rutrum/convert-case

Files: vendor/countme/*
Copyright: 2021-2022 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/countme

Files: vendor/cov-mark/*
Copyright: 2020-2021 Aleksey Kladov <aleksey.kladov@gmail.com>
           2020-2021 Simonas Kazlauskas <cov-mark@kazlauskas.me>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/cov-mark

Files: vendor/crc32fast/*
Copyright: 2018-2019 Sam Rijs <srijs@airpost.net>
           2018-2019 Alex Crichton <alex@alexcrichton.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/srijs/rust-crc32fast

Files:
 vendor/crossbeam-channel/*
 vendor/crossbeam-deque/*
 vendor/crossbeam-epoch/*
 vendor/crossbeam-utils/*
Copyright: 2015-2022 The Crossbeam Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/crossbeam-rs

Files: vendor/cstr/*
Copyright: 2018-2020 Xidorn Quan <me@upsuper.org>
License: MIT
Comment: see https://github.com/upsuper/cstr

Files: vendor/ctor/*
Copyright: 2018-2020 Matt Mastracci <matthew@mastracci.com>
License: Apache-2.0 OR MIT
Comment: see https://github.com/mmastrac/rust-ctor

Files: vendor/dashmap/*
Copyright: 2019-2022 Acrimon <joel.wejdenstal@gmail.com>
License: MIT
Comment: see https://github.com/xacrimon/dashmap

Files: vendor/datafrog/*
Copyright:
 2018 Frank McSherry <fmcsherry@me.com>
 2018 The Rust Project Developers
 2018 Datafrog Developers
License: Apache-2.0 or MIT
Comment: see https://github.com/rust-lang-nursery/datafrog

Files: vendor/derive_more/*
Copyright: 2016-2023 Jelte Fennema <github-tech@jeltef.nl>
License: MIT
Comment: see https://github.com/JelteF/derive_more

Files: vendor/derive-new/*
Copyright: 2016-2020 Nick Cameron <ncameron@mozilla.com>
License: MIT
Comment: see https://github.com/nrc/derive-new

Files: vendor/diff/*
Copyright: 2015-2017 Utkarsh Kukreti <utkarshkukreti@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/utkarshkukreti/diff.rs

Files:
 vendor/anyhow/*
 vendor/dissimilar/*
 vendor/itoa/*
 vendor/quote/*
 vendor/syn/*
 vendor/syn-1.*/*
 vendor/unicode-ident/*
Copyright: 2016-2022 David Tolnay <dtolnay@gmail.com>
License: MIT or Apache-2.0
Comment:
 see https://github.com/dtolnay/anyhow
 see https://github.com/dtolnay/dissimilar
 see https://github.com/dtolnay/itoa
 see https://github.com/dtolnay/quote
 see https://github.com/dtolnay/syn
 see https://github.com/dtolnay/unicode-ident

Files:
 vendor/arrayvec/*
 vendor/either/*
 vendor/fixedbitset/*
 vendor/itertools/*
 vendor/maplit/*
 vendor/scopeguard/*
Copyright: 2014-2020 bluss
License: MIT or Apache-2.0
Comment:
 see https://github.com/bluss/rust-itertools
 see https://github.com/bluss/either
 see https://github.com/bluss/arrayvec
 see https://github.com/bluss/fixedbitset
 see https://github.com/bluss/maplit
 see https://github.com/bluss/scopeguard

Files:
 vendor/dirs/*
 vendor/dirs-sys/*
Copyright: 2015-2020 Simon Ochsenreither <simon@ochsenreither.de>
           2015-2020 dirs-rs contributors
License: MIT OR Apache-2.0
Comment:
 see https://github.com/dirs-dev/dirs-rs
 see https://github.com/dirs-dev/dirs-sys-rs

Files:
 vendor/dirs-next/*
 vendor/dirs-sys-next/*
Copyright: 2017-2021 The @xdg-rs members
License: MIT OR Apache-2.0
Comment: see https://github.com/xdg-rs/dirs

Files: vendor/displaydoc/*
Copyright: 2019-2023 Jane Lusby <jlusby@yaah.dev>
License: MIT OR Apache-2.0
Comment: see https://github.com/yaahc/displaydoc

Files: vendor/drop_bomb/*
Copyright: 2018-2020 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/drop_bomb

Files: vendor/elasticlunr-rs/*
Copyright: 2017-2018 Matt Ickstadt <mattico8@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/mattico/elasticlunr-rs

Files: vendor/elsa/*
Copyright: 2018-2023 Manish Goregaokar <manishsmail@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/manishearth/elsa

Files: vendor/ena/*
Copyright: 2015-2020 Niko Matsakis <niko@alum.mit.edu>
License: MIT or Apache-2.0
Comment: see https://github.com/nikomatsakis/ena

Files:
 vendor/errno/*
 vendor/errno-*/*
Copyright: 2015-2022 Chris Wong <lambda.fairy@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/lambda-fairy/rust-errno

Files: vendor/errno-dragonfly/*
Copyright: 2017-2021 Michael Neumann <mneumann@ntecs.de>
License: MIT
Comment: see https://github.com/mneumann/errno-dragonfly-rs

Files: vendor/expect-test/*
Copyright: 2020-2022 rust-analyzer developers
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-analyzer/expect-test

Files: vendor/fallible-iterator/*
Copyright: 2016-2019 Steven Fackler <sfackler@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/sfackler/rust-fallible-iterator

Files: vendor/fastrand/*
Copyright: 2020-2023 Stjepan Glavina <stjepang@gmail.com>
License: Apache-2.0 OR MIT
Comment: see https://github.com/smol-rs/fastrand

Files: vendor/fd-lock/*
Copyright: 2019-2022 Yoshua Wuyts <yoshuawuyts@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/yoshuawuyts/fd-lock

Files: 
 vendor/fluent-bundle/*
 vendor/fluent-syntax/*
 vendor/intl-memoizer/*
Copyright: 2016-2022 Zibi Braniecki <gandalf@mozilla.com>
           2016-2022 Staś Małolepszy <stas@mozilla.com>
           2016-2022 Manish Goregaokar <manishsmail@gmail.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/projectfluent/fluent-rs

Files: vendor/fluent-langneg/*
Copyright: 2017-2021 Zibi Braniecki <gandalf@mozilla.com>
License: Apache-2.0
Comment: see https://github.com/projectfluent/fluent-langneg-rs

Files: vendor/fortanix-sgx-abi/*
Copyright: 2015-2019 Jethro Beekman <jethro@fortanix.com>
License: MPL-2.0
Comment: see https://github.com/fortanix/rust-sgx

Files: vendor/fs-err/*
Copyright: 2020-2020 Andrew Hickman <andrew.hickman1@sky.com>
License: MIT or Apache-2.0
Comment: see https://github.com/andrewhickman/fs-err

Files: vendor/futf/*
Copyright: 2015-2018 Keegan McAllister <kmcallister@mozilla.com>
License: MIT  or  Apache-2.0
Comment: see https://github.com/servo/futf

Files:
 vendor/generic-array/*
Copyright:
 2015-2020 Bartłomiej Kamiński <fizyk20@gmail.com>
 2015-2020 Aaron Trent <novacrazy@gmail.com>
License: MIT
Comment: see https://github.com/fizyk20/generic-array.git

Files:
 vendor/gimli/*
 vendor/gimli-*/*
Copyright:
 2016-2021 Nick Fitzgerald <fitzgen@gmail.com>
 2016-2021 Philip Craig <philipjcraig@gmail.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/gimli-rs/gimli

Files: vendor/gsgdt/*
Copyright: 2020 Vishnunarayan K I <appukuttancr@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/vn-ki/gsgdt-rs

Files: vendor/handlebars/*
Copyright: 2014-2017 Ning Sun <sunng@about.me>
License: MIT
Comment: see https://github.com/sunng87/handlebars-rust

Files: vendor/heck/*
Copyright: 2017-2018 Without Boats <woboats@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/withoutboats/heck

Files:
 vendor/hermit-abi/*
 vendor/hermit-abi-0.*/*
Copyright: 2019-2019 Stefan Lankes
License: MIT or Apache-2.0
Comment: see https://github.com/hermitcore/hermit-abi

Files: vendor/hex/*
Copyright: 2015-2020 KokaKiwi <kokakiwi@kokakiwi.net>
License: MIT OR Apache-2.0
Comment: see https://github.com/KokaKiwi/rust-hex

Files: vendor/home/*
Copyright: 2017-2022 Brian Anderson <andersrb@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/brson/home

Files:
 vendor/html5ever/*
 vendor/markup5ever/*
Copyright: 2014-2020 The html5ever Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/servo/html5ever

Files:
 vendor/humantime/*
 vendor/humantime-*/*
Copyright:
 2016-2018 Paul Colomiets <paul@colomiets.name>
 2016 The humantime Developers
 2016 Pyfisch
 2005-2013 Rich Felker
License: MIT or Apache-2.0

Files: vendor/if_chain/*
Copyright: 2016-2020 Chris Wong <lambda.fairy@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/lfairy/if_chain

Files:
 vendor/form_urlencoded/*
 vendor/idna/*
 vendor/percent-encoding/*
 vendor/url/*
Copyright: 2013-2021 The rust-url developers
License: MIT or Apache-2.0
Comment: see https://github.com/servo/rust-url/

Files: vendor/indexmap/*
Copyright: 2016-2019 bluss
           2016-2019 Josh Stone <cuviper@gmail.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/bluss/indexmap

Files:
 vendor/indoc/*
Copyright: 2016-2022 David Tolnay <dtolnay@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/dtolnay/indoc

Files: vendor/instant/*
Copyright: 2019-2020 sebcrozet <developer@crozet.re>
License: BSD-3-Clause
Comment: see https://github.com/sebcrozet/instant

Files: vendor/intl_pluralrules/*
Copyright: 2018-2021 Kekoa Riggin <kekoariggin@gmail.com>
           2018-2021 Zibi Braniecki <zbraniecki@mozilla.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/zbraniecki/pluralrules

Files: vendor/io-lifetimes/*
Copyright: 2021-2022 Dan Gohman <dev@sunfishcode.online>
License: Apache-2.0 with LLVM exception OR Apache-2.0 OR MIT
Comment: see https://github.com/sunfishcode/io-lifetimes

Files: vendor/is-terminal/*
Copyright: 2022-2023 softprops <d.tangren@gmail.com>
           2022-2023 Dan Gohman <dev@sunfishcode.online>
License: MIT
Comment: see https://github.com/sunfishcode/is-terminal

Files: vendor/jsonpath_lib/*
Copyright: 2018-2021 Changseok Han <freestrings@gmail.com>
License: MIT
Comment: see https://github.com/freestrings/jsonpath

Files: vendor/junction/*
Copyright: 2019-2023 Lzu Tao <taolzu@gmail.com>
License: MIT
Comment: see https://github.com/lzutao/junction

Files: vendor/lazycell/*
Copyright: 2016-2020 Alex Crichton <alex@alexcrichton.com>
           2016-2020 Nikita Pekin <contact@nikitapek.in>
License: MIT or Apache-2.0
Comment: see https://github.com/indiv0/lazycell

Files: vendor/lazy_static/*
Copyright: 2014-2018 Marvin Löbel <loebel.marvin@gmail.com>
License: MIT or Apache-2.0
Comment:
 see https://github.com/rust-lang-nursery/lazy-static.rs
 see https://github.com/Kimundi/owning-ref-rs

Files: vendor/libloading/*
Copyright: 2015-2022 Simonas Kazlauskas <libloading@kazlauskas.me>
License: ISC
Comment: see https://github.com/nagisa/rust_libloading/

Files: vendor/libm/*
Copyright: 2018-2021 Jorge Aparicio <jorge@japaric.io>
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-lang-nursery/libm

Files:
 vendor/linux-raw-sys/*
 vendor/linux-raw-sys-0.*/*
Copyright: 2021-2022 Dan Gohman <dev@sunfishcode.online>
License: Apache-2.0 with LLVM exception OR Apache-2.0 OR MIT
Comment: see https://github.com/sunfishcode/linux-raw-sys

Files: vendor/lsp-types/*
Copyright: 2016-2022 Markus Westerlind <marwes91@gmail.com>
           2016-2022 Bruno Medeiros <bruno.do.medeiros@gmail.com>
License: MIT
Comment: see https://github.com/gluon-lang/lsp-types

Files: vendor/mac/*
Copyright: 2014-2017 Jonathan Reem <jonathan.reem@gmail.com>
License: MIT
Comment:
 see https://github.com/reem/rust-mac.git

Files: vendor/matchers/*
Copyright: 2019-2019 Eliza Weisman <eliza@buoyant.io>
License: MIT
Comment: see https://github.com/hawkw/matchers

Files: vendor/mdbook/*
Copyright: 2015-2017 Mathieu David <mathieudavid@mathieudavid.org>
License: MPL-2.0
Comment: see https://github.com/azerupi/mdBook

Files: vendor/measureme/*
Copyright: 2019-2020 Wesley Wiser <wwiser@gmail.com>
           2019-2020 Michael Woerister <michaelwoerister@posteo>
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-lang/measureme

Files:
 vendor/memmap2/*
 vendor/memmap2-0*/*
Copyright: 2015-2021 Dan Burkert <dan@danburkert.com>
           2015-2021 Evgeniy Reizner <razrfalcon@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/RazrFalcon/memmap2-rs

Files:
 vendor/memoffset/*
 vendor/memoffset-0.6.5/*
Copyright: 2017-2019 Gilad Naaman <gilad.naaman@gmail.com>
License: MIT
Comment: see https://github.com/Gilnaa/memoffset

Files: vendor/mime/*
Copyright: 2014-2019 Sean McArthur <sean@seanmonstar.com>
License: MIT or Apache-2.0
Comment: see https://github.com/hyperium/mime

Files: vendor/mime_guess/*
Copyright: 2015-2023 Austin Bonander <austin.bonander@gmail.com>
License: MIT
Comment: see https://github.com/abonander/mime_guess

Files: vendor/minifier/*
Copyright: 2017-2018 Guillaume Gomez <guillaume1.gomez@gmail.com>
License: MIT
Comment:
 see https://github.com/GuillaumeGomez/minifier-rs

Files:
 vendor/miniz_oxide/*
 vendor/miniz_oxide-0*/*
Copyright: 2017-2020 Frommi <daniil.liferenko@gmail.com>
License: MIT
Comment: see https://github.com/Frommi/miniz_oxide

Files:
 vendor/miow/*
 vendor/miow-0.3.7/*
Copyright: 2014-2021 Alex Crichton <alex@alexcrichton.com>
License: MIT or Apache-2.0
Comment: see https://github.com/yoshuawuyts/miow

Files: vendor/new_debug_unreachable/*
Copyright: 2014-2018 Matt Brubeck <mbrubeck@limpet.net>
           2014-2018 Jonathan Reem <jonathan.reem@gmail.com>
License: MIT
Comment: see https://github.com/mbrubeck/rust-debug-unreachable

Files: vendor/ntapi/*
Copyright: 2018-2022 MSxDOS <melcodos@gmail.com>
License: Apache-2.0 OR MIT
Comment: see https://github.com/MSxDOS/ntapi

Files: vendor/nu-ansi-term/*
Copyright: 2014-2023 ogham@bsago.me
           2014-2023 Ryan Scheel (Havvy) <ryan.havvy@gmail.com>
           2014-2023 Josh Triplett <josh@joshtriplett.org>
           2014-2023 The Nushell Project Developers
License: MIT
Comment: see https://github.com/nushell/nu-ansi-term

Files: vendor/num_cpus/*
Copyright: 2015 Sean McArthur <sean.monstar@gmail.com>
License: MIT
Comment: see https://github.com/seanmonstar/num_cpus

Files:
    vendor/object/*
    vendor/object-0.*/*
Copyright:
 2016-2020 Nick Fitzgerald <fitzgen@gmail.com>
 2016-2020 Philip Craig <philipjcraig@gmail.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/gimli-rs/object

Files: vendor/odht/*
Copyright: 2021 Michael Woerister <michaelwoerister@posteo>
License: Apache-2.0 or MIT
Comment: see https://github.com/rust-lang/odht

Files: vendor/opener/*
Copyright: 2018-2020 Brian Bowman <seeker14491@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/Seeker14491/opener

Files: vendor/once_cell/*
Copyright: 2018-2019 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/once_cell

Files: vendor/os_str_bytes/*
Copyright: 2019-2022 dylni
License: MIT OR Apache-2.0
Comment: see https://github.com/dylni/os_str_bytes

Files: vendor/output_vt100/*
Copyright: 2019-2019 Phuntsok Drak-pa <phundrak@phundrak.fr>
License: MIT
Comment: see https://github.com/Phundrak/output-vt100-rs

Files: vendor/overload/*
Copyright: 2019-2022 Daniel Salvadori <danaugrs@gmail.com>
License: MIT
Comment: see https://github.com/danaugrs/overload

Files:
 vendor/hashbrown/*
 vendor/hashbrown-0.*/*
 vendor/lock_api/*
 vendor/thread_local/*
 vendor/parking_lot/*
 vendor/parking_lot-0.11.2/*
 vendor/parking_lot_core/*
 vendor/parking_lot_core-0.*/*
Copyright: 2016-2019 Amanieu d'Antras <amanieu@gmail.com>
License: MIT or Apache-2.0
Comment:
 see https://github.com/rust-lang/hashbrown
 see https://github.com/Amanieu/thread_local-rs
 see https://github.com/Amanieu/parking_lot

Files: vendor/packed_simd_2/*
Copyright: 2018-2021 Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>
           2018-2021 Jubilee Young <workingjubilee@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/rust-lang-nursery/packed_simd

Files: vendor/pathdiff/*
Copyright: 2017-2020 Manish Goregaokar <manishsmail@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/Manishearth/pathdiff

Files:
 vendor/perf-event/*
 vendor/perf-event-open-sys/*
Copyright: 2019-2022 Jim Blandy <jimb@red-bean.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/jimblandy/perf-event.git

Files:
 vendor/pest/*
 vendor/pest_derive/*
 vendor/pest_generator/*
 vendor/pest_meta/*
Copyright: 2016-2019 Dragoș Tiselice <dragostiselice@gmail.com>
License: MIT or Apache-2.0
Comment:
 see https://github.com/dragostis/pest
 see https://github.com/pest-parser/pest

Files: vendor/polonius-engine/*
Copyright: 2018-2018 The Rust Project Developers
           2018-2018 Polonius Developers
License: Apache-2.0 or MIT
Comment: see https://github.com/rust-lang-nursery/polonius

Files: vendor/petgraph/*
Copyright: 2014-2018 bluss
           2014-2018 mitchmindtree
License: MIT or Apache-2.0
Comment: see https://github.com/bluss/petgraph

Files:
 vendor/phf/*
 vendor/phf_codegen/*
 vendor/phf_generator/*
 vendor/phf_shared/*
Copyright: 2014-2018 Steven Fackler <sfackler@gmail.com>
License: MIT
Comment: see https://github.com/sfackler/rust-phf

Files: vendor/pin-project-lite/*
Copyright: 2018-2021 Taiki Endo <te316e89@gmail.com>
License: Apache-2.0 or MIT
Comment:
 see https://github.com/taiki-e/pin-project-lite

Files: vendor/precomputed-hash/*
Copyright: 2017-2017 Emilio Cobos Álvarez <emilio@crisal.io>
License: MIT
Comment: see https://github.com/emilio/precomputed-hash

Files: vendor/pretty_assertions/*
Copyright: 2017-2022 Colin Kiegel <kiegel@gmx.de>
           2017-2022 Florent Fayolle <florent.fayolle69@gmail.com>
           2017-2022 Tom Milligan <code@tommilligan.net>
License: MIT or Apache-2.0
Comment: see https://github.com/colin-kiegel/rust-pretty-assertions

Files:
 vendor/proc-macro-error/*
 vendor/proc-macro-error-attr/*
Copyright: 2019-2020 CreepySkeleton <creepy-skeleton@yandex.ru>
License: MIT OR Apache-2.0
Comment: see https://gitlab.com/CreepySkeleton/proc-macro-error

Files: vendor/proc-macro-hack/*
Copyright: 2016-2022 David Tolnay <dtolnay@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/dtolnay/proc-macro-hack

Files: vendor/psm/*
Copyright: 2015-2020 Simonas Kazlauskas <git@kazlauskas.me>
License: MIT or Apache-2.0
Comment: see https://github.com/rust-lang/stacker/

Files: vendor/pulldown-cmark/*
Copyright: 2015-2017 Raph Levien <raph@google.com>
License: MIT
Comment: see https://github.com/google/pulldown-cmark

Files: vendor/punycode/*
Copyright: 2015-2019 mcarton <cartonmartin+git@gmail.com>
License: MIT
Comment: see https://github.com/mcarton/rust-punycode.git

Files:
 vendor/quick-error-1.*/*
Copyright:
 2015-2020 Paul Colomiets <paul@colomiets.name>
 2015-2020 Colin Kiegel <kiegel@gmx.de>
License: MIT or Apache-2.0
Comment: see http://github.com/tailhook/quick-error

Files: vendor/quine-mc_cluskey/*
Copyright: 2016-2016 Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
License: MIT
Comment: see https://github.com/oli-obk/quine-mc_cluskey

Files:
 vendor/rayon/*
 vendor/rayon-core/*
 vendor/rustc-rayon/*
 vendor/rustc-rayon-core/*
Copyright: 2014-2018 Niko Matsakis <niko@alum.mit.edu>
           2014-2018 Josh Stone <cuviper@gmail.com>
License: Apache-2.0 or MIT
Comment:
 see https://github.com/rayon-rs/rayon
 see https://github.com/Zoxc/rayon/tree/rustc

Files: vendor/redox_users/*
Copyright: 2017-2021 Jose Narvaez <goyox86@gmail.com>
           2017-2021 Wesley Hershberger <mggmugginsmc@gmail.com>
License: MIT
Comment: see https://gitlab.redox-os.org/redox-os/users

Files: vendor/redox_syscall/*
Copyright: 2016-2021 Jeremy Soller <jackpot51@gmail.com>
License: MIT
Comment:
 see https://github.com/redox-os/syscall

Files:
 vendor/regex-automata/*
 vendor/regex-automata-0.1.10/*
Copyright: 2018-2020 Andrew Gallant <jamslam@gmail.com>
License: Unlicense or MIT
Comment: see https://github.com/BurntSushi/regex-automata

Files: vendor/remove_dir_all/*
Copyright: 2017-2018 Aaronepower <theaaronepower@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/Aaronepower/remove_dir_all.git

Files: vendor/rowan/*
Copyright: 2018-2022 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-analyzer/rowan

Files: vendor/rustc-ap-rustc_lexer/*
Copyright: 2010-2022 The Rust Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/rust-lang/rust

Files: vendor/rustc_tools_util/*
Copyright: 2014-2022 The Rust Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/rust-lang/rust-clippy/tree/master/rustc_tools_util

Files: vendor/rustc-semver/*
Copyright: 2020-2020 flip1995 <hello@philkrones.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/flip1995/rustc-semver

Files: vendor/rustc_version/*
Copyright: 2015-2021 Dirkjan Ochtman <dirkjan@ochtman.nl>
           2015-2021 Marvin Löbel <loebel.marvin@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/Kimundi/rustc-version-rs

Files: vendor/rustfix/*
Copyright:
 2016-2021 Pascal Hertleif <killercup@gmail.com>
 2016-2021 Oliver Schneider <oli-obk@users.noreply.github.com>
License: Apache-2.0 or MIT
Comment: see https://github.com/killercup/rustfix

Files:
 vendor/rustix/*
 vendor/rustix-0.*/*
Copyright: 2020-2023 Dan Gohman <dev@sunfishcode.online>
           2020-2023 Jakub Konka <kubkon@jakubkonka.com>
License: Apache-2.0 with LLVM exception OR Apache-2.0 OR MIT
Comment: see https://github.com/bytecodealliance/rustix

Files: vendor/rustversion/*
Copyright: 2019-2021 David Tolnay <dtolnay@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/dtolnay/rustversion

Files: vendor/ryu/*
Copyright: 2018-2018 David Tolnay <dtolnay@gmail.com>
License: Apache-2.0 or BSL-1.0
Comment: see https://github.com/dtolnay/ryu

Files: vendor/self_cell/*
Copyright: 2020-2021 Lukas Bergdoll <lukas.bergdoll@gmail.com>
License: Apache-2.0
Comment: see https://github.com/Voultapher/self_cell

Files: vendor/semver/*
Copyright:
 2014-2020 Steve Klabnik <steve@steveklabnik.com>
 2014-2020 The Rust Project Developers
License: MIT or Apache-2.0
Comment:
 see https://github.com/steveklabnik/semver
 see https://github.com/steveklabnik/semver-parser

Files: vendor/serde/*
       vendor/serde_json/*
Copyright: 2014-2017 Erick Tryzelaar <erick.tryzelaar@gmail.com>
License: MIT or Apache-2.0
Comment:
 see https://github.com/serde-rs/serde
 see https://github.com/serde-rs/json

Files: vendor/serde_derive/*
Copyright: 2014-2017 Erick Tryzelaar <erick.tryzelaar@gmail.com>
           2016-2017 David Tolnay <dtolnay@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/serde-rs/serde

Files: vendor/serde_repr/*
Copyright: 2019-2022 David Tolnay <dtolnay@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/dtolnay/serde-repr

Files: vendor/sharded-slab/*
Copyright: 2019-2020 Eliza Weisman <eliza@buoyant.io>
License: MIT
Comment: see https://github.com/hawkw/sharded-slab

Files: vendor/shell-escape/*
Copyright: 2016-2020 Steven Fackler <sfackler@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/sfackler/shell-escape

Files: vendor/shlex/*
Copyright: 2015-2015 comex <comexk@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/comex/rust-shlex

Files: vendor/siphasher/*
Copyright: 2016-2018 Frank Denis <github@pureftpd.org>
License: MIT or Apache-2.0
Comment: see https://github.com/jedisct1/rust-siphash

Files: vendor/smallvec/*
Copyright: 2015-2020 Simon Sapin <simon.sapin@exyr.org>
License: MPL-2.0
Comment: see https://github.com/servo/rust-smallvec

Files: vendor/smol_str/*
Copyright: 2018-2022 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-analyzer/smol_str

Files: vendor/snap/*
Copyright: 2016-2020 Andrew Gallant <jamslam@gmail.com>
License: BSD-3-Clause
Comment: see https://github.com/BurntSushi/rust-snappy

Files:
 vendor/spdx-expression/*
 vendor/spdx-rs/*
Copyright: 2021-2022 Mikko Murto <mikko.murto@hhpartners.fi>
License: MIT
Comment:
 see https://github.com/doubleopen-project/spdx-expression
 see https://github.com/doubleopen-project/spdx-rs

Files: vendor/stable_deref_trait/*
Copyright: 2017-2017 Robert Grosse <n210241048576@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/storyyeller/stable_deref_trait

Files: vendor/stacker/*
Copyright: 2015-2020 Alex Crichton <alex@alexcrichton.com>
           2015-2020 Simonas Kazlauskas <git@kazlauskas.me>
License: MIT or Apache-2.0
Comment: see https://github.com/rust-lang/stacker

Files: vendor/static_assertions/*
Copyright: 2017-2020 Nikolai Vazquez
License: MIT OR Apache-2.0
Comment: see https://github.com/nvzqz/static-assertions-rs

Files: vendor/strsim/*
Copyright: 2015-2021 Danny Guo <dannyguo91@gmail.com>
License: MIT
Comment: see https://github.com/dguo/strsim-rs

Files:
 vendor/strum/*
 vendor/strum_macros/*
Copyright: 2017-2023 Peter Glotfelty <peter.glotfelty@microsoft.com>
License: MIT
Comment: see https://github.com/Peternator7/strum

Files:
 vendor/synstructure/*
 vendor/synstructure-0.*/*
Copyright:
 2016-2023 Nika Layzell <nika@thelayzells.com>
License: MIT
Comment: see https://github.com/mystor/synstructure

Files: vendor/sysinfo/*
Copyright: 2015-2022 Guillaume Gomez <guillaume1.gomez@gmail.com>
License: MIT
Comment: see https://github.com/GuillaumeGomez/sysinfo

Files: vendor/tempfile/*
Copyright: 2015-2018 Steven Allen <steven@stebalien.com>
           2015-2018 The Rust Project Developers
           2015-2018 Ashley Mannix <ashleymannix@live.com.au>
           2015-2018 Jason White <jasonaw0@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/Stebalien/tempfile

Files: vendor/tendril/*
Copyright: 2015-2017 Keegan McAllister <mcallister.keegan@gmail.com>
           2015-2017 Simon Sapin <simon.sapin@exyr.org>
           2015-2017 Chris Morgan <me@chrismorgan.info>
License: MIT or Apache-2.0
Comment: see https://github.com/servo/tendril

Files: vendor/term/*
Copyright:
 2014-2021 The Rust Project Developers
 2014-2021 Steven Allen
License: MIT or Apache-2.0
Comment: see https://github.com/Stebalien/term

Files: vendor/terminal_size/*
Copyright: 2015-2023 Andrew Chin <achin@eminence32.net>
License: MIT OR Apache-2.0
Comment: see https://github.com/eminence/terminal-size

Files: vendor/termize/*
Copyright: 2016-2020 Yuki Okushi <huyuumi.dev@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/JohnTitor/termize

Files: vendor/text-size/*
Copyright: 2018-2021 Aleksey Kladov <aleksey.kladov@gmail.com>
           2018-2021 Christopher Durham (CAD97) <cad97@cad97.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-analyzer/text-size

Files: vendor/textwrap/*
Copyright: 2016-2022 Martin Geisler <martin@geisler.net>
License: MIT
Comment: see https://github.com/mgeisler/textwrap

Files: vendor/thin-vec/*
Copyright: 2017-2022 Aria Beingessner <a.beingessner@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/gankra/thin-vec

Files:
 vendor/thiserror/*
 vendor/thiserror-impl/*
Copyright: 2019-2020 David Tolnay <dtolnay@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/dtolnay/thiserror

Files: vendor/thorin-dwp/*
Copyright: 2021-2022 David Wood <david.wood@huawei.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/davidtwco/thorin

Files: vendor/threadpool/*
Copyright: 2015-2021 The Rust Project Developers
           2015-2021 Corey Farwell <coreyf@rwell.org>
           2015-2021 Stefan Schindler <dns2utf8@estada.ch>
License: MIT or Apache-2.0
Comment: see https://github.com/rust-threadpool/rust-threadpool

Files: vendor/tinystr/*
Copyright: 2019-2022 Raph Levien <raph.levien@gmail.com>
           2019-2022 Zibi Braniecki <zibi@braniecki.net>
License: Apache-2.0 or MIT
Comment: see https://github.com/zbraniecki/tinystr

Files: vendor/tinyvec/*
Copyright: 2020 Lokathor <zefria@gmail.com>
License: Zlib
Comment: see https://github.com/Lokathor/tinyvec

Files: vendor/tinyvec_macros/*
Copyright: 2020 Soveu <marx.tomasz@gmail.com>
License: MIT or Apache-2.0 or Zlib
Comment: see https://github.com/Soveu/tinyvec_macros

Files: vendor/topological-sort/*
Copyright: 2015-2018 gifnksm <makoto.nksm+github@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/gifnksm/topological-sort-rs

Files:
 vendor/tracing/*
 vendor/tracing-attributes/*
 vendor/tracing-core/*
 vendor/tracing-log/*
 vendor/tracing-subscriber/*
Copyright:
 2018-2020 Eliza Weisman <eliza@buoyant.io>
 2018-2020 Tokio Contributors <team@tokio.rs>
 2018-2020 David Barsky <dbarsky@amazon.com>
License: MIT
Comment: see https://github.com/tokio-rs/tracing

Files: vendor/tracing-tree/*
Copyright: 2020-2020 David Barsky <me@davidbarsky.com>
           2020-2020 Nathan Whitaker
License: MIT OR Apache-2.0
Comment: see https://github.com/davidbarsky/tracing-tree

Files: vendor/twox-hash/*
Copyright: 2015-2022 Jake Goulding <jake.goulding@gmail.com>
License: MIT
Comment: see https://github.com/shepmaster/twox-hash

Files: vendor/type-map/*
Copyright: 2019-2022 Jacob Brown <kardeiz@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/kardeiz/type-map

Files: vendor/typenum/*
Copyright: 2015-2019 Paho Lurie-Gregg <paho@paholg.com>
           2015-2019 Andre Bogus <bogusandre@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/paholg/typenum

Files: vendor/version_check/*
Copyright: 2017-2019 Sergio Benitez <sb@sergio.bz>
License: MIT or Apache-2.0
Comment: see https://github.com/SergioBenitez/version_check

Files:
 vendor/ucd-parse/*
 vendor/ucd-trie/*
Copyright: 2017-2020 Andrew Gallant <jamslam@gmail.com>
License: MIT or Apache-2.0
Comment:
 see https://github.com/BurntSushi/rucd
 see https://github.com/BurntSushi/ucd-generate

Files: vendor/ungrammar/*
Copyright: 2020-2022 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/ungrammar

Files: vendor/unicase/*
Copyright: 2014-2019 Sean McArthur <sean@seanmonstar.com>
License: MIT or Apache-2.0
Comment: see https://github.com/seanmonstar/unicase

Files: vendor/unicode_categories/*
Copyright: 2015-2016 Sean Gillespie <sean@swgillespie.me>
License: MIT OR Apache-2.0
Comment: see https://github.com/swgillespie/unicode-categories

Files: vendor/unic-*/*
Copyright: 2017-2022 The UNIC Project Developers
License: MIT or Apache-2.0
Comment: see https://github.com/open-i18n/rust-unic/

Files:
 vendor/unicode-normalization/*
 vendor/unicode-segmentation/*
 vendor/unicode-width/*
Copyright: 2015-2019 kwantam <kwantam@gmail.com>
License: MIT or Apache-2.0
Comment:
 see https://github.com/unicode-rs/unicode-normalization
 see https://github.com/unicode-rs/unicode-segmentation
 see https://github.com/unicode-rs/unicode-width

Files: vendor/unicode-xid/*
Copyright: 2015-2017 erick.tryzelaar <erick.tryzelaar@gmail.com>
           2015-2017 kwantam <kwantam@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/unicode-rs/unicode-xid

Files: vendor/unicode-script/*
Copyright: 2017-2020 Manish Goregaokar <manishsmail@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/unicode-rs/unicode-script

Files: vendor/unicode-security/*
Copyright: 2020-2020 Charles Lew <crlf0710@gmail.com>
           2020-2020 Manish Goregaokar <manishsmail@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/unicode-rs/unicode-security

Files: vendor/unified-diff/*
Copyright: 2021-2021 Michael Howell <michael@notriddle.com>
           2021-2021 The Rust Project Developers
License: MIT OR Apache-2.0
Comment: see https://github.com/notriddle/rust-unified-diff

Files: vendor/utf-8/*
Copyright: 2015-2018 Simon Sapin <simon.sapin@exyr.org>
License: MIT OR Apache-2.0
Comment: see https://github.com/SimonSapin/rust-utf8

Files: vendor/utf8parse/*
Copyright: 2016-2023 Joe Wilm <joe@jwilm.com>
           2016-2023 Christian Duerr <contact@christianduerr.com>
License: Apache-2.0 OR MIT
Comment: see https://github.com/alacritty/vte

Files: vendor/uuid/*
Copyright: 2014-2023 Ashley Mannix<ashleymannix@live.com.au>
           2014-2023 Christopher Armstrong
           2014-2023 Dylan DPC<dylan.dpc@gmail.com>
           2014-2023 Hunar Roop Kahlon<hunar.roop@gmail.com>
License: Apache-2.0 OR MIT
Comment: see https://github.com/uuid-rs/uuid

Files: vendor/wasi/*
Copyright: 2019-2020 The Cranelift Project Developers
License: Apache-2.0 with LLVM exception or Apache-2.0 or MIT
Comment: see https://github.com/CraneStation/rust-wasi

Files: vendor/winapi/*
Copyright:
 2014-2019 Peter Atashian <retep998@gmail.com>
 2014-2019 winapi-rs developers
License: MIT
Comment: see https://github.com/retep998/winapi-rs

Files: vendor/winapi-*-pc-windows-gnu/*
Copyright: 2014-2018 Peter Atashian <retep998@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/retep998/winapi-rs

Files: vendor/xattr/*
Copyright: 2015-2017 Steven Allen <steven@stebalien.com>
License: MIT or Apache-2.0
Comment: see https://github.com/Stebalien/xattr

Files: vendor/yansi/*
Copyright: 2017-2022 Sergio Benitez <sb@sergio.bz>
License: MIT or Apache-2.0
Comment: see https://github.com/SergioBenitez/yansi

Files: vendor/yansi-term/*
Copyright: 2014-2020 ogham@bsago.me
           2014-2020 Ryan Scheel (Havvy) <ryan.havvy@gmail.com>
           2014-2020 Josh Triplett <josh@joshtriplett.org>
           2014-2020 Juan Aguilar Santillana <mhpoin@gmail.com>
License: MIT
Comment: see https://github.com/botika/yansi-term

Files: vendor/bytes/*
Copyright: 2015-2022 Carl Lerche <me@carllerche.com>
           2015-2022 Sean McArthur <sean@seanmonstar.com>
License: MIT
Comment: see https://github.com/tokio-rs/bytes

Files: vendor/cpufeatures/*
Copyright: 2016-2022 RustCrypto Developers
License: MIT OR Apache-2.0
Comment: see https://github.com/RustCrypto/utils

Files: vendor/crypto-common/*
Copyright: 2017-2022 RustCrypto Developers
License: MIT OR Apache-2.0
Comment: see https://github.com/RustCrypto/traits

Files:
 vendor/futures/*
 vendor/futures-channel/*
 vendor/futures-core/*
 vendor/futures-executor/*
 vendor/futures-io/*
 vendor/futures-macro/*
 vendor/futures-sink/*
 vendor/futures-task/*
 vendor/futures-util/*
Copyright:
 2016-2018 Alex Crichton <alex@alexcrichton.com>
 2017 The Tokio Authors
 2018-2022 The Rust Project Developers
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-lang/futures-rs

Files: vendor/minimal-lexical/*
Copyright: 2020-2022 Alex Huszagh <ahuszagh@gmail.com>
License: MIT or Apache-2.0
Comment: see https://github.com/Alexhuszagh/minimal-lexical

Files: vendor/nom/*
Copyright: 2014-2022 contact@geoffroycouprie.com
License: MIT
Comment: see https://github.com/Geal/nom

Files: vendor/pin-utils/*
Copyright: 2018-2022 Josef Brandl <mail@josefbrandl.de>
License: MIT OR Apache-2.0
Comment: see https://github.com/rust-lang-nursery/pin-utils

Files: vendor/slab/*
Copyright: 2015-2022 Carl Lerche <me@carllerche.com>
License: MIT
Comment: see https://github.com/carllerche/slab

Files: vendor/tokio/*
Copyright: 2016-2022 Tokio Contributors <team@tokio.rs>
License: MIT
Comment: see https://github.com/tokio-rs/tokio

Files: vendor/valuable/*
Copyright:
 2021 Valuable Contributors
 2021-2022 Carl Lerche
 2021-2022 Taiki Endo
License: MIT
Comment: see https://github.com/tokio-rs/valuable

Files:
 vendor/windows/*
 vendor/windows-sys/*
 vendor/windows-sys-0.*/*
 vendor/windows-targets/*
 vendor/windows_aarch64_gnullvm/*
 vendor/windows_aarch64_msvc/*
 vendor/windows_i686_gnu/*
 vendor/windows_i686_msvc/*
 vendor/windows_x86_64_gnu/*
 vendor/windows_x86_64_gnullvm/*
 vendor/windows_x86_64_msvc/*
Copyright: 2019-2023 Microsoft Corporation
License: MIT OR Apache-2.0
Comment: see https://github.com/microsoft/windows-rs

Files: vendor/write-json/*
Copyright: 2020-2020 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/write-json

Files:
 vendor/xflags/*
 vendor/xflags-macros/*
Copyright: 2021-2022 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/xflags

Files:
 vendor/xshell/*
 vendor/xshell-macros/*
Copyright: 2020-2022 Aleksey Kladov <aleksey.kladov@gmail.com>
License: MIT OR Apache-2.0
Comment: see https://github.com/matklad/xshell

Files: vendor/zip/*
Copyright: 2014-2023 Mathijs van de Nes <git@mathijs.vd-nes.nl>
           2014-2023 Marli Frost <marli@frost.red>
           2014-2023 Ryan Levick <ryan.levick@gmail.com>
License: MIT
Comment: see https://github.com/zip-rs/zip.git

Files:
 vendor/icu_list/*
 vendor/icu_locid/*
 vendor/icu_provider/*
 vendor/icu_provider_adapters/*
 vendor/icu_provider_macros/*
 vendor/litemap/*
 vendor/yoke/*
 vendor/yoke-derive/*
 vendor/writeable/*
 vendor/zerofrom/*
 vendor/zerofrom-derive/*
 vendor/zerovec/*
 vendor/zerovec-derive/*
Copyright: 1999-2022 Unicode, Inc.
License: Unicode-Data-Files-and-Software-License
Comment: See https://github.com/unicode-org/icu4x

Files: debian/*
Copyright: 2013-2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
License: MIT or Apache-2.0

Files: debian/icons/rust-logo-32x32-blk.png
Copyright: Mozilla Foundation
License: CC-BY
Comment:
 Relevant discussion in https://github.com/rust-lang/rust/issues/11562

License: 0BSD
 Permission to use, copy, modify, and/or distribute this software for
 any purpose with or without fee is hereby granted.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: Apache-2.0
 On Debian systems, the full text of the Apache License Version 2.0
 can be found in the file `/usr/share/common-licenses/Apache-2.0'.

License: Apache-2.0 with LLVM exception
 On Debian systems, the full text of the Apache License Version 2.0
 can be found in the file `/usr/share/common-licenses/Apache-2.0'.
 Additionally, the LLVM exception is as follows:
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with
 or without modification, are permitted provided that the
 following conditions are met:
 .
 1. Redistributions of source code must retain the above
    copyright notice, this list of conditions and the
    following disclaimer.
 2. Redistributions in binary form must reproduce the
    above copyright notice, this list of conditions and
    the following disclaimer in the documentation and/or
    other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: CC0-1.0
 On Debian systems, the full text of the CC0 1.0 Universal
 License can be found in the file
 `/usr/share/common-licenses/CC0-1.0'.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any purpose
 with or without fee is hereby granted, provided that the above copyright notice
 and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

License: MIT
 Permission is hereby granted, free of charge, to any
 person obtaining a copy of this software and associated
 documentation files (the "Software"), to deal in the
 Software without restriction, including without
 limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of
 the Software, and to permit persons to whom the Software
 is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice
 shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: BSL-1.0
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the organization nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: Unlicense
 This is free and unencumbered software released into the public domain.
 .
 Anyone is free to copy, modify, publish, use, compile, sell, or
 distribute this software, either in source code form or as a compiled
 binary, for any purpose, commercial or non-commercial, and by any
 means.
 .
 In jurisdictions that recognize copyright laws, the author or authors
 of this software dedicate any and all copyright interest in the
 software to the public domain. We make this dedication for the
 benefit of the public at large and to the detriment of our heirs and
 successors. We intend this dedication to be an overt act of
 relinquishment in perpetuity of all present and future rights to this
 software under copyright law.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 For more information, please refer to <http://unlicense.org/>

License: SIL-OPEN-FONT
 This Font Software is licensed under the SIL Open Font License,
 Version 1.1.
 .
 This license is copied below, and is also available with a FAQ at:
 http://scripts.sil.org/OFL
 .
 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
 .
 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
 worldwide development of collaborative font projects, to support the font
 creation efforts of academic and linguistic communities, and to provide
 a free and open framework in which fonts may be shared and improved in
 partnership with others.
 .
 The OFL allows the licensed fonts to be used, studied, modified and
 redistributed freely as long as they are not sold by themselves.
 The fonts, including any derivative works, can be bundled, embedded,
 redistributed and/or sold with any software provided that any reserved
 names are not used by derivative works.  The fonts and derivatives,
 however, cannot be released under any other type of license.  The
 requirement for fonts to remain under this license does not apply to
 any document created using the fonts or their derivatives.
 .
 DEFINITIONS
 "Font Software" refers to the set of files released by the Copyright
 Holder(s) under this license and clearly marked as such.
 This may include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such after the
 copyright statement(s).
 .
 "Original Version" refers to the collection of Font Software components
 as distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative made by adding to, deleting,
 or substituting ? in part or in whole ?
 any of the components of the Original Version, by changing formats or
 by porting the Font Software to a new environment.
 .
 "Author" refers to any designer, engineer, programmer, technical writer
 or other person who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the Font Software, to use, study, copy, merge, embed, modify,
 redistribute, and sell modified and unmodified copies of the Font
 Software, subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components,in
    Original or Modified Versions, may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software may be bundled,
    redistributed and/or sold with any software, provided that each copy
    contains the above copyright notice and this license. These can be
    included either as stand-alone text files, human-readable headers or
    in the appropriate machine-readable metadata fields within text or
    binary files as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use the Reserved Font
    Name(s) unless explicit written permission is granted by the
    corresponding Copyright Holder. This restriction only applies to the
    primary font name as presented to the users.
 .
 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
    Software shall not be used to promote, endorse or advertise any
    Modified Version, except to acknowledge the contribution(s) of the
    Copyright Holder(s) and the Author(s) or with their explicit written
    permission.
 5) The Font Software, modified or unmodified, in part or in whole, must
    be distributed entirely under this license, and must not be distributed
    under any other license. The requirement for fonts to remain under
    this license does not apply to any document created using the Font
    Software.
 .
 TERMINATION
 This license becomes null and void if any of the above conditions are not met.
 .
 DISCLAIMER
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.  IN NO EVENT SHALL THE
 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF THE USE OR INABILITY

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, see /usr/share/common-licenses/GPL-2 for the full
 text of the GPL version 2.

License: CC-BY
 Attribution 4.0 International
 .
 =======================================================================
 .
 Creative Commons Corporation ("Creative Commons") is not a law firm and
 does not provide legal services or legal advice. Distribution of
 Creative Commons public licenses does not create a lawyer-client or
 other relationship. Creative Commons makes its licenses and related
 information available on an "as-is" basis. Creative Commons gives no
 warranties regarding its licenses, any material licensed under their
 terms and conditions, or any related information. Creative Commons
 disclaims all liability for damages resulting from their use to the
 fullest extent possible.
 .
 Using Creative Commons Public Licenses
 .
 Creative Commons public licenses provide a standard set of terms and
 conditions that creators and other rights holders may use to share
 original works of authorship and other material subject to copyright
 and certain other rights specified in the public license below. The
 following considerations are for informational purposes only, are not
 exhaustive, and do not form part of our licenses.
 .
      Considerations for licensors: Our public licenses are
      intended for use by those authorized to give the public
      permission to use material in ways otherwise restricted by
      copyright and certain other rights. Our licenses are
      irrevocable. Licensors should read and understand the terms
      and conditions of the license they choose before applying it.
      Licensors should also secure all rights necessary before
      applying our licenses so that the public can reuse the
      material as expected. Licensors should clearly mark any
      material not subject to the license. This includes other CC-
      licensed material, or material used under an exception or
      limitation to copyright. More considerations for licensors:
      wiki.creativecommons.org/Considerations_for_licensors
 .
      Considerations for the public: By using one of our public
      licenses, a licensor grants the public permission to use the
      licensed material under specified terms and conditions. If
      the licensor's permission is not necessary for any reason--for
      example, because of any applicable exception or limitation to
      copyright--then that use is not regulated by the license. Our
      licenses grant only permissions under copyright and certain
      other rights that a licensor has authority to grant. Use of
      the licensed material may still be restricted for other
      reasons, including because others have copyright or other
      rights in the material. A licensor may make special requests,
      such as asking that all changes be marked or described.
      Although not required by our licenses, you are encouraged to
      respect those requests where reasonable. More_considerations
      for the public:
     wiki.creativecommons.org/Considerations_for_licensees
 .
 =======================================================================
 .
 Creative Commons Attribution 4.0 International Public License
 .
 By exercising the Licensed Rights (defined below), You accept and agree
 to be bound by the terms and conditions of this Creative Commons
 Attribution 4.0 International Public License ("Public License"). To the
 extent this Public License may be interpreted as a contract, You are
 granted the Licensed Rights in consideration of Your acceptance of
 these terms and conditions, and the Licensor grants You such rights in
 consideration of benefits the Licensor receives from making the
 Licensed Material available under these terms and conditions.
 .
 .
 Section 1 -- Definitions.
 .
   a. Adapted Material means material subject to Copyright and Similar
      Rights that is derived from or based upon the Licensed Material
      and in which the Licensed Material is translated, altered,
      arranged, transformed, or otherwise modified in a manner requiring
      permission under the Copyright and Similar Rights held by the
      Licensor. For purposes of this Public License, where the Licensed
      Material is a musical work, performance, or sound recording,
      Adapted Material is always produced where the Licensed Material is
      synched in timed relation with a moving image.
 .
   b. Adapter's License means the license You apply to Your Copyright
      and Similar Rights in Your contributions to Adapted Material in
      accordance with the terms and conditions of this Public License.
 .
   c. Copyright and Similar Rights means copyright and/or similar rights
      closely related to copyright including, without limitation,
      performance, broadcast, sound recording, and Sui Generis Database
      Rights, without regard to how the rights are labeled or
      categorized. For purposes of this Public License, the rights
      specified in Section 2(b)(1)-(2) are not Copyright and Similar
      Rights.
 .
   d. Effective Technological Measures means those measures that, in the
      absence of proper authority, may not be circumvented under laws
      fulfilling obligations under Article 11 of the WIPO Copyright
      Treaty adopted on December 20, 1996, and/or similar international
      agreements.
 .
   e. Exceptions and Limitations means fair use, fair dealing, and/or
      any other exception or limitation to Copyright and Similar Rights
      that applies to Your use of the Licensed Material.
 .
   f. Licensed Material means the artistic or literary work, database,
      or other material to which the Licensor applied this Public
      License.
 .
   g. Licensed Rights means the rights granted to You subject to the
      terms and conditions of this Public License, which are limited to
      all Copyright and Similar Rights that apply to Your use of the
      Licensed Material and that the Licensor has authority to license.
 .
   h. Licensor means the individual(s) or entity(ies) granting rights
      under this Public License.
 .
   i. Share means to provide material to the public by any means or
      process that requires permission under the Licensed Rights, such
      as reproduction, public display, public performance, distribution,
      dissemination, communication, or importation, and to make material
      available to the public including in ways that members of the
      public may access the material from a place and at a time
      individually chosen by them.
 .
   j. Sui Generis Database Rights means rights other than copyright
      resulting from Directive 96/9/EC of the European Parliament and of
      the Council of 11 March 1996 on the legal protection of databases,
      as amended and/or succeeded, as well as other essentially
      equivalent rights anywhere in the world.
 .
   k. You means the individual or entity exercising the Licensed Rights
      under this Public License. Your has a corresponding meaning.
 .
 .
 Section 2 -- Scope.
 .
   a. License grant.
 .
     1. Subject to the terms and conditions of this Public License,
        the Licensor hereby grants You a worldwide, royalty-free,
        non-sublicensable, non-exclusive, irrevocable license to
        exercise the Licensed Rights in the Licensed Material to:
 .
          a. reproduce and Share the Licensed Material, in whole or
         in part; and
 .
          b. produce, reproduce, and Share Adapted Material.
 .
     2. Exceptions and Limitations. For the avoidance of doubt, where
        Exceptions and Limitations apply to Your use, this Public
        License does not apply, and You do not need to comply with
        its terms and conditions.
 .
     3. Term. The term of this Public License is specified in Section
        6(a).
 .
     4. Media and formats; technical modifications allowed. The
        Licensor authorizes You to exercise the Licensed Rights in
        all media and formats whether now known or hereafter created,
        and to make technical modifications necessary to do so. The
        Licensor waives and/or agrees not to assert any right or
        authority to forbid You from making technical modifications
        necessary to exercise the Licensed Rights, including
        technical modifications necessary to circumvent Effective
        Technological Measures. For purposes of this Public License,
        simply making modifications authorized by this Section 2(a)
        (4) never produces Adapted Material.
 .
     5. Downstream recipients.
 .
          a. Offer from the Licensor -- Licensed Material. Every
         recipient of the Licensed Material automatically
         receives an offer from the Licensor to exercise the
         Licensed Rights under the terms and conditions of this
         Public License.
 .
          b. No downstream restrictions. You may not offer or impose
         any additional or different terms or conditions on, or
         apply any Effective Technological Measures to, the
         Licensed Material if doing so restricts exercise of the
         Licensed Rights by any recipient of the Licensed
         Material.
 .
     6. No endorsement. Nothing in this Public License constitutes or
        may be construed as permission to assert or imply that You
        are, or that Your use of the Licensed Material is, connected
        with, or sponsored, endorsed, or granted official status by,
        the Licensor or others designated to receive attribution as
        provided in Section 3(a)(1)(A)(i).
 .
   b. Other rights.
 .
     1. Moral rights, such as the right of integrity, are not
        licensed under this Public License, nor are publicity,
        privacy, and/or other similar personality rights; however, to
        the extent possible, the Licensor waives and/or agrees not to
        assert any such rights held by the Licensor to the limited
        extent necessary to allow You to exercise the Licensed
        Rights, but not otherwise.
 .
     2. Patent and trademark rights are not licensed under this
        Public License.
 .
     3. To the extent possible, the Licensor waives any right to
        collect royalties from You for the exercise of the Licensed
        Rights, whether directly or through a collecting society
        under any voluntary or waivable statutory or compulsory
        licensing scheme. In all other cases the Licensor expressly
        reserves any right to collect such royalties.
 .
 .
 Section 3 -- License Conditions.
 .
 Your exercise of the Licensed Rights is expressly made subject to the
 following conditions.
 .
   a. Attribution.
 .
     1. If You Share the Licensed Material (including in modified
        form), You must:
 .
          a. retain the following if it is supplied by the Licensor
         with the Licensed Material:
 .
           i. identification of the creator(s) of the Licensed
              Material and any others designated to receive
              attribution, in any reasonable manner requested by
              the Licensor (including by pseudonym if
              designated);
 .
          ii. a copyright notice;
 .
         iii. a notice that refers to this Public License;
 .
          iv. a notice that refers to the disclaimer of
              warranties;
 .
           v. a URI or hyperlink to the Licensed Material to the
              extent reasonably practicable;
 .
          b. indicate if You modified the Licensed Material and
         retain an indication of any previous modifications; and
 .
          c. indicate the Licensed Material is licensed under this
         Public License, and include the text of, or the URI or
         hyperlink to, this Public License.
 .
     2. You may satisfy the conditions in Section 3(a)(1) in any
        reasonable manner based on the medium, means, and context in
        which You Share the Licensed Material. For example, it may be
        reasonable to satisfy the conditions by providing a URI or
        hyperlink to a resource that includes the required
        information.
 .
     3. If requested by the Licensor, You must remove any of the
        information required by Section 3(a)(1)(A) to the extent
        reasonably practicable.
 .
     4. If You Share Adapted Material You produce, the Adapter's
        License You apply must not prevent recipients of the Adapted
        Material from complying with this Public License.
 .
 .
 Section 4 -- Sui Generis Database Rights.
 .
 Where the Licensed Rights include Sui Generis Database Rights that
 apply to Your use of the Licensed Material:
 .
   a. for the avoidance of doubt, Section 2(a)(1) grants You the right
      to extract, reuse, reproduce, and Share all or a substantial
      portion of the contents of the database;
 .
   b. if You include all or a substantial portion of the database
      contents in a database in which You have Sui Generis Database
      Rights, then the database in which You have Sui Generis Database
      Rights (but not its individual contents) is Adapted Material; and
 .
   c. You must comply with the conditions in Section 3(a) if You Share
      all or a substantial portion of the contents of the database.
 .
 For the avoidance of doubt, this Section 4 supplements and does not
 replace Your obligations under this Public License where the Licensed
 Rights include other Copyright and Similar Rights.
 .
 .
 Section 5 -- Disclaimer of Warranties and Limitation of Liability.
 .
   a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
      EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
      AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
      ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
      IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
      WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
      PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
      ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
      KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
      ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
 .
   b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
      TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
      NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
      INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
      COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
      USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
      ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
      DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
      IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
 .
   c. The disclaimer of warranties and limitation of liability provided
      above shall be interpreted in a manner that, to the extent
      possible, most closely approximates an absolute disclaimer and
      waiver of all liability.
 .
 .
 Section 6 -- Term and Termination.
 .
   a. This Public License applies for the term of the Copyright and
      Similar Rights licensed here. However, if You fail to comply with
      this Public License, then Your rights under this Public License
      terminate automatically.
 .
   b. Where Your right to use the Licensed Material has terminated under
      Section 6(a), it reinstates:
 .
     1. automatically as of the date the violation is cured, provided
        it is cured within 30 days of Your discovery of the
        violation; or
 .
     2. upon express reinstatement by the Licensor.
 .
      For the avoidance of doubt, this Section 6(b) does not affect any
      right the Licensor may have to seek remedies for Your violations
      of this Public License.
 .
   c. For the avoidance of doubt, the Licensor may also offer the
      Licensed Material under separate terms or conditions or stop
      distributing the Licensed Material at any time; however, doing so
      will not terminate this Public License.
 .
   d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
      License.
 .
 .
 Section 7 -- Other Terms and Conditions.
 .
   a. The Licensor shall not be bound by any additional or different
      terms or conditions communicated by You unless expressly agreed.
 .
   b. Any arrangements, understandings, or agreements regarding the
      Licensed Material not stated herein are separate from and
      independent of the terms and conditions of this Public License.
 .
 .
 Section 8 -- Interpretation.
 .
   a. For the avoidance of doubt, this Public License does not, and
      shall not be interpreted to, reduce, limit, restrict, or impose
      conditions on any use of the Licensed Material that could lawfully
      be made without permission under this Public License.
 .
   b. To the extent possible, if any provision of this Public License is
      deemed unenforceable, it shall be automatically reformed to the
      minimum extent necessary to make it enforceable. If the provision
      cannot be reformed, it shall be severed from this Public License
      without affecting the enforceability of the remaining terms and
      conditions.
 .
   c. No term or condition of this Public License will be waived and no
      failure to comply consented to unless expressly agreed to by the
      Licensor.
 .
   d. Nothing in this Public License constitutes or may be interpreted
      as a limitation upon, or waiver of, any privileges and immunities
      that apply to the Licensor or You, including from the legal
      processes of any jurisdiction or authority.
 .
 .
 =======================================================================
 .
 Creative Commons is not a party to its public licenses.
 Notwithstanding, Creative Commons may elect to apply one of its public
 licenses to material it publishes and in those instances will be
 considered the "Licensor." Except for the limited purpose of indicating
 that material is shared under a Creative Commons public license or as
 otherwise permitted by the Creative Commons policies published at
 creativecommons.org/policies, Creative Commons does not authorize the
 use of the trademark "Creative Commons" or any other trademark or logo
 of Creative Commons without its prior written consent including,
 without limitation, in connection with any unauthorized modifications
 to any of its public licenses or any other arrangements,
 understandings, or agreements concerning use of licensed material. For
 the avoidance of doubt, this paragraph does not form part of the public
 licenses.
 .
 Creative Commons may be contacted at creativecommons.org.

License: MPL-2.0
 This Source Code Form is subject to the terms of the Mozilla Public
 License, v. 2.0. If a copy of the MPL was not distributed with this
 file, You can obtain one at http://mozilla.org/MPL/2.0/.
 .
 On Debian systems, see /usr/share/common-licenses/MPL-2.0 for the full
 text of the MPL version 2.0.

License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

License: Unicode-Data-Files-and-Software-License
 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
 .
 See Terms of Use <https://www.unicode.org/copyright.html>
 for definitions of Unicode Inc.’s Data Files and Software.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 .
 Copyright © 1991-2022 Unicode, Inc. All rights reserved.
 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder
 shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in these Data Files or Software without prior
 written authorization of the copyright holder.