aam-ruby 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CREDITS.html ADDED
@@ -0,0 +1,1148 @@
1
+ <html>
2
+
3
+ <head>
4
+ <style>
5
+ @media (prefers-color-scheme: dark) {
6
+ body {
7
+ background: #333;
8
+ color: white;
9
+ }
10
+
11
+ a {
12
+ color: skyblue;
13
+ }
14
+ }
15
+
16
+ .container {
17
+ font-family: sans-serif;
18
+ max-width: 800px;
19
+ margin: 0 auto;
20
+ }
21
+
22
+ .intro {
23
+ text-align: center;
24
+ }
25
+
26
+ .licenses-list {
27
+ list-style-type: none;
28
+ margin: 0;
29
+ padding: 0;
30
+ }
31
+
32
+ .license-used-by {
33
+ margin-top: -10px;
34
+ }
35
+
36
+ .license-text {
37
+ max-height: 200px;
38
+ overflow-y: scroll;
39
+ white-space: pre-wrap;
40
+ }
41
+ </style>
42
+ </head>
43
+
44
+ <body>
45
+ <main class="container">
46
+ <div class="intro">
47
+ <h1>Third Party Licenses for aam-rs</h1>
48
+ <p>This page lists the open-source licenses for the dependencies used in the aam-rs ecosystem.</p>
49
+ </div>
50
+
51
+ <h2>Overview of licenses:</h2>
52
+ <ul class="licenses-overview">
53
+ <li><a href="#MIT">MIT License</a> (44)</li>
54
+ <li><a href="#MPL-2.0">Mozilla Public License 2.0</a> (1)</li>
55
+ <li><a href="#Unicode-3.0">Unicode License v3</a> (1)</li>
56
+ </ul>
57
+
58
+ <h2>All license text:</h2>
59
+ <ul class="licenses-list">
60
+ <li class="license">
61
+ <h3 id="MIT">MIT License</h3>
62
+ <h4>Used by:</h4>
63
+ <ul class="license-used-by">
64
+ <li><a href=" https://github.com/rust-lang/cfg-if ">cfg-if 1.0.4</a>
65
+ </li>
66
+ </ul>
67
+ <pre class="license-text">Copyright (c) 2014 Alex Crichton
68
+
69
+ Permission is hereby granted, free of charge, to any
70
+ person obtaining a copy of this software and associated
71
+ documentation files (the &quot;Software&quot;), to deal in the
72
+ Software without restriction, including without
73
+ limitation the rights to use, copy, modify, merge,
74
+ publish, distribute, sublicense, and/or sell copies of
75
+ the Software, and to permit persons to whom the Software
76
+ is furnished to do so, subject to the following
77
+ conditions:
78
+
79
+ The above copyright notice and this permission notice
80
+ shall be included in all copies or substantial portions
81
+ of the Software.
82
+
83
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
84
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
85
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
86
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
87
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
88
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
89
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
90
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
91
+ DEALINGS IN THE SOFTWARE.
92
+ </pre>
93
+ </li>
94
+ <li class="license">
95
+ <h3 id="MIT">MIT License</h3>
96
+ <h4>Used by:</h4>
97
+ <ul class="license-used-by">
98
+ <li><a href=" https://github.com/lambda-fairy/rust-errno ">errno 0.3.14</a>
99
+ </li>
100
+ </ul>
101
+ <pre class="license-text">Copyright (c) 2014 Chris Wong
102
+
103
+ Permission is hereby granted, free of charge, to any
104
+ person obtaining a copy of this software and associated
105
+ documentation files (the &quot;Software&quot;), to deal in the
106
+ Software without restriction, including without
107
+ limitation the rights to use, copy, modify, merge,
108
+ publish, distribute, sublicense, and/or sell copies of
109
+ the Software, and to permit persons to whom the Software
110
+ is furnished to do so, subject to the following
111
+ conditions:
112
+
113
+ The above copyright notice and this permission notice
114
+ shall be included in all copies or substantial portions
115
+ of the Software.
116
+
117
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
118
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
119
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
120
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
121
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
122
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
123
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
124
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
125
+ DEALINGS IN THE SOFTWARE.
126
+ </pre>
127
+ </li>
128
+ <li class="license">
129
+ <h3 id="MIT">MIT License</h3>
130
+ <h4>Used by:</h4>
131
+ <ul class="license-used-by">
132
+ <li><a href=" https://github.com/bitflags/bitflags ">bitflags 2.11.0</a>
133
+ </li>
134
+ </ul>
135
+ <pre class="license-text">Copyright (c) 2014 The Rust Project Developers
136
+
137
+ Permission is hereby granted, free of charge, to any
138
+ person obtaining a copy of this software and associated
139
+ documentation files (the &quot;Software&quot;), to deal in the
140
+ Software without restriction, including without
141
+ limitation the rights to use, copy, modify, merge,
142
+ publish, distribute, sublicense, and/or sell copies of
143
+ the Software, and to permit persons to whom the Software
144
+ is furnished to do so, subject to the following
145
+ conditions:
146
+
147
+ The above copyright notice and this permission notice
148
+ shall be included in all copies or substantial portions
149
+ of the Software.
150
+
151
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
152
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
153
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
154
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
155
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
156
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
157
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
158
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
159
+ DEALINGS IN THE SOFTWARE.
160
+ </pre>
161
+ </li>
162
+ <li class="license">
163
+ <h3 id="MIT">MIT License</h3>
164
+ <h4>Used by:</h4>
165
+ <ul class="license-used-by">
166
+ <li><a href=" https://github.com/Stebalien/tempfile ">tempfile 3.27.0</a>
167
+ </li>
168
+ </ul>
169
+ <pre class="license-text">Copyright (c) 2015 Steven Allen
170
+
171
+ Permission is hereby granted, free of charge, to any
172
+ person obtaining a copy of this software and associated
173
+ documentation files (the &quot;Software&quot;), to deal in the
174
+ Software without restriction, including without
175
+ limitation the rights to use, copy, modify, merge,
176
+ publish, distribute, sublicense, and/or sell copies of
177
+ the Software, and to permit persons to whom the Software
178
+ is furnished to do so, subject to the following
179
+ conditions:
180
+
181
+ The above copyright notice and this permission notice
182
+ shall be included in all copies or substantial portions
183
+ of the Software.
184
+
185
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
186
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
187
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
188
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
189
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
190
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
191
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
192
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
193
+ DEALINGS IN THE SOFTWARE.
194
+ </pre>
195
+ </li>
196
+ <li class="license">
197
+ <h3 id="MIT">MIT License</h3>
198
+ <h4>Used by:</h4>
199
+ <ul class="license-used-by">
200
+ <li><a href=" https://github.com/rust-lang/hashbrown ">hashbrown 0.16.1</a>
201
+ </li>
202
+ </ul>
203
+ <pre class="license-text">Copyright (c) 2016 Amanieu d&#x27;Antras
204
+
205
+ Permission is hereby granted, free of charge, to any
206
+ person obtaining a copy of this software and associated
207
+ documentation files (the &quot;Software&quot;), to deal in the
208
+ Software without restriction, including without
209
+ limitation the rights to use, copy, modify, merge,
210
+ publish, distribute, sublicense, and/or sell copies of
211
+ the Software, and to permit persons to whom the Software
212
+ is furnished to do so, subject to the following
213
+ conditions:
214
+
215
+ The above copyright notice and this permission notice
216
+ shall be included in all copies or substantial portions
217
+ of the Software.
218
+
219
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
220
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
221
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
222
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
223
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
224
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
225
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
226
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
227
+ DEALINGS IN THE SOFTWARE.
228
+ </pre>
229
+ </li>
230
+ <li class="license">
231
+ <h3 id="MIT">MIT License</h3>
232
+ <h4>Used by:</h4>
233
+ <ul class="license-used-by">
234
+ <li><a href=" https://github.com/rust-random/getrandom ">getrandom 0.4.2</a>
235
+ </li>
236
+ </ul>
237
+ <pre class="license-text">Copyright (c) 2018-2026 The rust-random Project Developers
238
+ Copyright (c) 2014 The Rust Project Developers
239
+
240
+ Permission is hereby granted, free of charge, to any
241
+ person obtaining a copy of this software and associated
242
+ documentation files (the &quot;Software&quot;), to deal in the
243
+ Software without restriction, including without
244
+ limitation the rights to use, copy, modify, merge,
245
+ publish, distribute, sublicense, and/or sell copies of
246
+ the Software, and to permit persons to whom the Software
247
+ is furnished to do so, subject to the following
248
+ conditions:
249
+
250
+ The above copyright notice and this permission notice
251
+ shall be included in all copies or substantial portions
252
+ of the Software.
253
+
254
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
255
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
256
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
257
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
258
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
259
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
260
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
261
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
262
+ DEALINGS IN THE SOFTWARE.
263
+ </pre>
264
+ </li>
265
+ <li class="license">
266
+ <h3 id="MIT">MIT License</h3>
267
+ <h4>Used by:</h4>
268
+ <ul class="license-used-by">
269
+ <li><a href=" https://github.com/fitzgen/bumpalo ">bumpalo 3.20.2</a>
270
+ </li>
271
+ </ul>
272
+ <pre class="license-text">Copyright (c) 2019 Nick Fitzgerald
273
+
274
+ Permission is hereby granted, free of charge, to any
275
+ person obtaining a copy of this software and associated
276
+ documentation files (the &quot;Software&quot;), to deal in the
277
+ Software without restriction, including without
278
+ limitation the rights to use, copy, modify, merge,
279
+ publish, distribute, sublicense, and/or sell copies of
280
+ the Software, and to permit persons to whom the Software
281
+ is furnished to do so, subject to the following
282
+ conditions:
283
+
284
+ The above copyright notice and this permission notice
285
+ shall be included in all copies or substantial portions
286
+ of the Software.
287
+
288
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
289
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
290
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
291
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
292
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
293
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
294
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
295
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
296
+ DEALINGS IN THE SOFTWARE.
297
+ </pre>
298
+ </li>
299
+ <li class="license">
300
+ <h3 id="MIT">MIT License</h3>
301
+ <h4>Used by:</h4>
302
+ <ul class="license-used-by">
303
+ <li><a href=" https://github.com/RazrFalcon/memmap2-rs ">memmap2 0.9.10</a>
304
+ </li>
305
+ </ul>
306
+ <pre class="license-text">Copyright (c) 2020 Yevhenii Reizner
307
+ Copyright (c) 2015 Dan Burkert
308
+
309
+ Permission is hereby granted, free of charge, to any
310
+ person obtaining a copy of this software and associated
311
+ documentation files (the &quot;Software&quot;), to deal in the
312
+ Software without restriction, including without
313
+ limitation the rights to use, copy, modify, merge,
314
+ publish, distribute, sublicense, and/or sell copies of
315
+ the Software, and to permit persons to whom the Software
316
+ is furnished to do so, subject to the following
317
+ conditions:
318
+
319
+ The above copyright notice and this permission notice
320
+ shall be included in all copies or substantial portions
321
+ of the Software.
322
+
323
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
324
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
325
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
326
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
327
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
328
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
329
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
330
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
331
+ DEALINGS IN THE SOFTWARE.
332
+ </pre>
333
+ </li>
334
+ <li class="license">
335
+ <h3 id="MIT">MIT License</h3>
336
+ <h4>Used by:</h4>
337
+ <ul class="license-used-by">
338
+ <li><a href=" https://github.com/rust-lang/libc ">libc 0.2.184</a>
339
+ </li>
340
+ </ul>
341
+ <pre class="license-text">Copyright (c) The Rust Project Developers
342
+
343
+ Permission is hereby granted, free of charge, to any
344
+ person obtaining a copy of this software and associated
345
+ documentation files (the &quot;Software&quot;), to deal in the
346
+ Software without restriction, including without
347
+ limitation the rights to use, copy, modify, merge,
348
+ publish, distribute, sublicense, and/or sell copies of
349
+ the Software, and to permit persons to whom the Software
350
+ is furnished to do so, subject to the following
351
+ conditions:
352
+
353
+ The above copyright notice and this permission notice
354
+ shall be included in all copies or substantial portions
355
+ of the Software.
356
+
357
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
358
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
359
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
360
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
361
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
362
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
363
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
364
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
365
+ DEALINGS IN THE SOFTWARE.
366
+ </pre>
367
+ </li>
368
+ <li class="license">
369
+ <h3 id="MIT">MIT License</h3>
370
+ <h4>Used by:</h4>
371
+ <ul class="license-used-by">
372
+ <li><a href=" https://github.com/rkyv/bytecheck ">bytecheck_derive 0.8.2</a>
373
+ </li>
374
+ </ul>
375
+ <pre class="license-text">Copyright 2020 David Koloski
376
+
377
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
378
+
379
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
380
+
381
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
382
+ </pre>
383
+ </li>
384
+ <li class="license">
385
+ <h3 id="MIT">MIT License</h3>
386
+ <h4>Used by:</h4>
387
+ <ul class="license-used-by">
388
+ <li><a href=" https://github.com/rkyv/ptr_meta ">ptr_meta 0.3.1</a>
389
+ </li>
390
+ <li><a href=" https://github.com/rkyv/ptr_meta ">ptr_meta_derive 0.3.1</a>
391
+ </li>
392
+ <li><a href=" https://github.com/djkoloski/rend ">rend 0.5.3</a>
393
+ </li>
394
+ <li><a href=" https://github.com/rkyv/rkyv ">rkyv 0.8.15</a>
395
+ </li>
396
+ <li><a href=" https://github.com/rkyv/rkyv ">rkyv_derive 0.8.15</a>
397
+ </li>
398
+ </ul>
399
+ <pre class="license-text">Copyright 2021 David Koloski
400
+
401
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
402
+
403
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
404
+
405
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
406
+ </pre>
407
+ </li>
408
+ <li class="license">
409
+ <h3 id="MIT">MIT License</h3>
410
+ <h4>Used by:</h4>
411
+ <ul class="license-used-by">
412
+ <li><a href=" https://github.com/rkyv/bytecheck ">bytecheck 0.8.2</a>
413
+ </li>
414
+ </ul>
415
+ <pre class="license-text">Copyright 2023 David Koloski
416
+
417
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
418
+
419
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
420
+
421
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
422
+ </pre>
423
+ </li>
424
+ <li class="license">
425
+ <h3 id="MIT">MIT License</h3>
426
+ <h4>Used by:</h4>
427
+ <ul class="license-used-by">
428
+ <li><a href=" https://github.com/rkyv/rancor ">rancor 0.1.1</a>
429
+ </li>
430
+ </ul>
431
+ <pre class="license-text">Copyright 2023 David Koloski
432
+
433
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
434
+
435
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
436
+
437
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
438
+ </pre>
439
+ </li>
440
+ <li class="license">
441
+ <h3 id="MIT">MIT License</h3>
442
+ <h4>Used by:</h4>
443
+ <ul class="license-used-by">
444
+ <li><a href=" https://github.com/djkoloski/munge ">munge 0.4.7</a>
445
+ </li>
446
+ <li><a href=" https://github.com/djkoloski/munge ">munge_macro 0.4.7</a>
447
+ </li>
448
+ </ul>
449
+ <pre class="license-text">Copyright 2024 David Koloski
450
+
451
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
452
+
453
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
454
+
455
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
456
+ </pre>
457
+ </li>
458
+ <li class="license">
459
+ <h3 id="MIT">MIT License</h3>
460
+ <h4>Used by:</h4>
461
+ <ul class="license-used-by">
462
+ <li><a href=" https://github.com/Soveu/tinyvec_macros ">tinyvec_macros 0.1.1</a>
463
+ </li>
464
+ </ul>
465
+ <pre class="license-text">MIT License
466
+
467
+ Copyright (c) 2020 Soveu
468
+
469
+ Permission is hereby granted, free of charge, to any person obtaining a copy
470
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
471
+ in the Software without restriction, including without limitation the rights
472
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
473
+ copies of the Software, and to permit persons to whom the Software is
474
+ furnished to do so, subject to the following conditions:
475
+
476
+ The above copyright notice and this permission notice shall be included in all
477
+ copies or substantial portions of the Software.
478
+
479
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
480
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
481
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
482
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
483
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
484
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
485
+ SOFTWARE.
486
+ </pre>
487
+ </li>
488
+ <li class="license">
489
+ <h3 id="MIT">MIT License</h3>
490
+ <h4>Used by:</h4>
491
+ <ul class="license-used-by">
492
+ <li><a href=" https://github.com/INiNiDS/aam-rs/ ">aam-rs 2.0.1</a>
493
+ </li>
494
+ </ul>
495
+ <pre class="license-text">MIT License
496
+
497
+ Copyright (c) 2026 Nikita Goncharov
498
+
499
+ Permission is hereby granted, free of charge, to any person obtaining a copy
500
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
501
+ in the Software without restriction, including without limitation the rights
502
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
503
+ copies of the Software, and to permit persons to whom the Software is
504
+ furnished to do so, subject to the following conditions:
505
+
506
+ The above copyright notice and this permission notice shall be included in all
507
+ copies or substantial portions of the Software.
508
+
509
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
510
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
511
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
512
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
513
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
514
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
515
+ SOFTWARE.
516
+ </pre>
517
+ </li>
518
+ <li class="license">
519
+ <h3 id="MIT">MIT License</h3>
520
+ <h4>Used by:</h4>
521
+ <ul class="license-used-by">
522
+ <li><a href=" https://github.com/r-efi/r-efi ">r-efi 6.0.0</a>
523
+ </li>
524
+ <li><a href=" https://github.com/bytecodealliance/wasi-rs ">wasip2 1.0.2+wasi-0.2.9</a>
525
+ </li>
526
+ <li><a href=" https://github.com/bytecodealliance/wasi-rs ">wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06</a>
527
+ </li>
528
+ <li><a href=" https://github.com/microsoft/windows-rs ">windows-link 0.2.1</a>
529
+ </li>
530
+ <li><a href=" https://github.com/microsoft/windows-rs ">windows-sys 0.61.2</a>
531
+ </li>
532
+ </ul>
533
+ <pre class="license-text">MIT License
534
+
535
+ Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
536
+
537
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
538
+ associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including
539
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
540
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
541
+ following conditions:
542
+
543
+ The above copyright notice and this permission notice shall be included in all copies or substantial
544
+ portions of the Software.
545
+
546
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
547
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
548
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
549
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
550
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
551
+ </pre>
552
+ </li>
553
+ <li class="license">
554
+ <h3 id="MIT">MIT License</h3>
555
+ <h4>Used by:</h4>
556
+ <ul class="license-used-by">
557
+ <li><a href=" https://github.com/rusticstuff/simdutf8 ">simdutf8 0.1.5</a>
558
+ </li>
559
+ </ul>
560
+ <pre class="license-text">MIT License
561
+
562
+ Permission is hereby granted, free of charge, to any person obtaining a copy
563
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
564
+ in the Software without restriction, including without limitation the rights
565
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
566
+ copies of the Software, and to permit persons to whom the Software is
567
+ furnished to do so, subject to the following conditions:
568
+
569
+ The above copyright notice and this permission notice shall be included in all
570
+ copies or substantial portions of the Software.
571
+
572
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
573
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
574
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
575
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
576
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
577
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
578
+ SOFTWARE.</pre>
579
+ </li>
580
+ <li class="license">
581
+ <h3 id="MIT">MIT License</h3>
582
+ <h4>Used by:</h4>
583
+ <ul class="license-used-by">
584
+ <li><a href=" https://github.com/rust-lang/rustc-hash ">rustc-hash 2.1.2</a>
585
+ </li>
586
+ </ul>
587
+ <pre class="license-text">Permission is hereby granted, free of charge, to any
588
+ person obtaining a copy of this software and associated
589
+ documentation files (the &quot;Software&quot;), to deal in the
590
+ Software without restriction, including without
591
+ limitation the rights to use, copy, modify, merge,
592
+ publish, distribute, sublicense, and/or sell copies of
593
+ the Software, and to permit persons to whom the Software
594
+ is furnished to do so, subject to the following
595
+ conditions:
596
+
597
+ The above copyright notice and this permission notice
598
+ shall be included in all copies or substantial portions
599
+ of the Software.
600
+
601
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
602
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
603
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
604
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
605
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
606
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
607
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
608
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
609
+ DEALINGS IN THE SOFTWARE.</pre>
610
+ </li>
611
+ <li class="license">
612
+ <h3 id="MIT">MIT License</h3>
613
+ <h4>Used by:</h4>
614
+ <ul class="license-used-by">
615
+ <li><a href=" https://github.com/smol-rs/fastrand ">fastrand 2.3.0</a>
616
+ </li>
617
+ <li><a href=" https://github.com/dtolnay/itoa ">itoa 1.0.18</a>
618
+ </li>
619
+ <li><a href=" https://github.com/sunfishcode/linux-raw-sys ">linux-raw-sys 0.12.1</a>
620
+ </li>
621
+ <li><a href=" https://github.com/matklad/once_cell ">once_cell 1.21.4</a>
622
+ </li>
623
+ <li><a href=" https://github.com/dtolnay/proc-macro2 ">proc-macro2 1.0.106</a>
624
+ </li>
625
+ <li><a href=" https://github.com/dtolnay/quote ">quote 1.0.45</a>
626
+ </li>
627
+ <li><a href=" https://github.com/bytecodealliance/rustix ">rustix 1.1.4</a>
628
+ </li>
629
+ <li><a href=" https://github.com/serde-rs/serde ">serde_core 1.0.228</a>
630
+ </li>
631
+ <li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.149</a>
632
+ </li>
633
+ <li><a href=" https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str ">smol_str 0.3.6</a>
634
+ </li>
635
+ <li><a href=" https://github.com/dtolnay/syn ">syn 2.0.117</a>
636
+ </li>
637
+ <li><a href=" https://github.com/dtolnay/unicode-ident ">unicode-ident 1.0.24</a>
638
+ </li>
639
+ <li><a href=" https://github.com/bytecodealliance/wit-bindgen ">wit-bindgen 0.51.0</a>
640
+ </li>
641
+ <li><a href=" https://github.com/dtolnay/zmij ">zmij 1.0.21</a>
642
+ </li>
643
+ </ul>
644
+ <pre class="license-text">Permission is hereby granted, free of charge, to any
645
+ person obtaining a copy of this software and associated
646
+ documentation files (the &quot;Software&quot;), to deal in the
647
+ Software without restriction, including without
648
+ limitation the rights to use, copy, modify, merge,
649
+ publish, distribute, sublicense, and/or sell copies of
650
+ the Software, and to permit persons to whom the Software
651
+ is furnished to do so, subject to the following
652
+ conditions:
653
+
654
+ The above copyright notice and this permission notice
655
+ shall be included in all copies or substantial portions
656
+ of the Software.
657
+
658
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF
659
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
660
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
661
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
662
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
663
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
664
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
665
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
666
+ DEALINGS IN THE SOFTWARE.
667
+ </pre>
668
+ </li>
669
+ <li class="license">
670
+ <h3 id="MIT">MIT License</h3>
671
+ <h4>Used by:</h4>
672
+ <ul class="license-used-by">
673
+ <li><a href=" https://github.com/Lokathor/tinyvec ">tinyvec 1.11.0</a>
674
+ </li>
675
+ </ul>
676
+ <pre class="license-text">Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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:
677
+
678
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
679
+
680
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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.
681
+ </pre>
682
+ </li>
683
+ <li class="license">
684
+ <h3 id="MIT">MIT License</h3>
685
+ <h4>Used by:</h4>
686
+ <ul class="license-used-by">
687
+ <li><a href=" https://github.com/BurntSushi/memchr ">memchr 2.8.0</a>
688
+ </li>
689
+ </ul>
690
+ <pre class="license-text">The MIT License (MIT)
691
+
692
+ Copyright (c) 2015 Andrew Gallant
693
+
694
+ Permission is hereby granted, free of charge, to any person obtaining a copy
695
+ of this software and associated documentation files (the &quot;Software&quot;), to deal
696
+ in the Software without restriction, including without limitation the rights
697
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
698
+ copies of the Software, and to permit persons to whom the Software is
699
+ furnished to do so, subject to the following conditions:
700
+
701
+ The above copyright notice and this permission notice shall be included in
702
+ all copies or substantial portions of the Software.
703
+
704
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
705
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
706
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
707
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
708
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
709
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
710
+ THE SOFTWARE.
711
+ </pre>
712
+ </li>
713
+ <li class="license">
714
+ <h3 id="MPL-2.0">Mozilla Public License 2.0</h3>
715
+ <h4>Used by:</h4>
716
+ <ul class="license-used-by">
717
+ <li><a href=" https://github.com/mackwic/colored ">colored 3.1.1</a>
718
+ </li>
719
+ </ul>
720
+ <pre class="license-text">Mozilla Public License Version 2.0
721
+ &#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;
722
+
723
+ 1. Definitions
724
+ --------------
725
+
726
+ 1.1. &quot;Contributor&quot;
727
+ means each individual or legal entity that creates, contributes to
728
+ the creation of, or owns Covered Software.
729
+
730
+ 1.2. &quot;Contributor Version&quot;
731
+ means the combination of the Contributions of others (if any) used
732
+ by a Contributor and that particular Contributor&#x27;s Contribution.
733
+
734
+ 1.3. &quot;Contribution&quot;
735
+ means Covered Software of a particular Contributor.
736
+
737
+ 1.4. &quot;Covered Software&quot;
738
+ means Source Code Form to which the initial Contributor has attached
739
+ the notice in Exhibit A, the Executable Form of such Source Code
740
+ Form, and Modifications of such Source Code Form, in each case
741
+ including portions thereof.
742
+
743
+ 1.5. &quot;Incompatible With Secondary Licenses&quot;
744
+ means
745
+
746
+ (a) that the initial Contributor has attached the notice described
747
+ in Exhibit B to the Covered Software; or
748
+
749
+ (b) that the Covered Software was made available under the terms of
750
+ version 1.1 or earlier of the License, but not also under the
751
+ terms of a Secondary License.
752
+
753
+ 1.6. &quot;Executable Form&quot;
754
+ means any form of the work other than Source Code Form.
755
+
756
+ 1.7. &quot;Larger Work&quot;
757
+ means a work that combines Covered Software with other material, in
758
+ a separate file or files, that is not Covered Software.
759
+
760
+ 1.8. &quot;License&quot;
761
+ means this document.
762
+
763
+ 1.9. &quot;Licensable&quot;
764
+ means having the right to grant, to the maximum extent possible,
765
+ whether at the time of the initial grant or subsequently, any and
766
+ all of the rights conveyed by this License.
767
+
768
+ 1.10. &quot;Modifications&quot;
769
+ means any of the following:
770
+
771
+ (a) any file in Source Code Form that results from an addition to,
772
+ deletion from, or modification of the contents of Covered
773
+ Software; or
774
+
775
+ (b) any new file in Source Code Form that contains any Covered
776
+ Software.
777
+
778
+ 1.11. &quot;Patent Claims&quot; of a Contributor
779
+ means any patent claim(s), including without limitation, method,
780
+ process, and apparatus claims, in any patent Licensable by such
781
+ Contributor that would be infringed, but for the grant of the
782
+ License, by the making, using, selling, offering for sale, having
783
+ made, import, or transfer of either its Contributions or its
784
+ Contributor Version.
785
+
786
+ 1.12. &quot;Secondary License&quot;
787
+ means either the GNU General Public License, Version 2.0, the GNU
788
+ Lesser General Public License, Version 2.1, the GNU Affero General
789
+ Public License, Version 3.0, or any later versions of those
790
+ licenses.
791
+
792
+ 1.13. &quot;Source Code Form&quot;
793
+ means the form of the work preferred for making modifications.
794
+
795
+ 1.14. &quot;You&quot; (or &quot;Your&quot;)
796
+ means an individual or a legal entity exercising rights under this
797
+ License. For legal entities, &quot;You&quot; includes any entity that
798
+ controls, is controlled by, or is under common control with You. For
799
+ purposes of this definition, &quot;control&quot; means (a) the power, direct
800
+ or indirect, to cause the direction or management of such entity,
801
+ whether by contract or otherwise, or (b) ownership of more than
802
+ fifty percent (50%) of the outstanding shares or beneficial
803
+ ownership of such entity.
804
+
805
+ 2. License Grants and Conditions
806
+ --------------------------------
807
+
808
+ 2.1. Grants
809
+
810
+ Each Contributor hereby grants You a world-wide, royalty-free,
811
+ non-exclusive license:
812
+
813
+ (a) under intellectual property rights (other than patent or trademark)
814
+ Licensable by such Contributor to use, reproduce, make available,
815
+ modify, display, perform, distribute, and otherwise exploit its
816
+ Contributions, either on an unmodified basis, with Modifications, or
817
+ as part of a Larger Work; and
818
+
819
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
820
+ for sale, have made, import, and otherwise transfer either its
821
+ Contributions or its Contributor Version.
822
+
823
+ 2.2. Effective Date
824
+
825
+ The licenses granted in Section 2.1 with respect to any Contribution
826
+ become effective for each Contribution on the date the Contributor first
827
+ distributes such Contribution.
828
+
829
+ 2.3. Limitations on Grant Scope
830
+
831
+ The licenses granted in this Section 2 are the only rights granted under
832
+ this License. No additional rights or licenses will be implied from the
833
+ distribution or licensing of Covered Software under this License.
834
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
835
+ Contributor:
836
+
837
+ (a) for any code that a Contributor has removed from Covered Software;
838
+ or
839
+
840
+ (b) for infringements caused by: (i) Your and any other third party&#x27;s
841
+ modifications of Covered Software, or (ii) the combination of its
842
+ Contributions with other software (except as part of its Contributor
843
+ Version); or
844
+
845
+ (c) under Patent Claims infringed by Covered Software in the absence of
846
+ its Contributions.
847
+
848
+ This License does not grant any rights in the trademarks, service marks,
849
+ or logos of any Contributor (except as may be necessary to comply with
850
+ the notice requirements in Section 3.4).
851
+
852
+ 2.4. Subsequent Licenses
853
+
854
+ No Contributor makes additional grants as a result of Your choice to
855
+ distribute the Covered Software under a subsequent version of this
856
+ License (see Section 10.2) or under the terms of a Secondary License (if
857
+ permitted under the terms of Section 3.3).
858
+
859
+ 2.5. Representation
860
+
861
+ Each Contributor represents that the Contributor believes its
862
+ Contributions are its original creation(s) or it has sufficient rights
863
+ to grant the rights to its Contributions conveyed by this License.
864
+
865
+ 2.6. Fair Use
866
+
867
+ This License is not intended to limit any rights You have under
868
+ applicable copyright doctrines of fair use, fair dealing, or other
869
+ equivalents.
870
+
871
+ 2.7. Conditions
872
+
873
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
874
+ in Section 2.1.
875
+
876
+ 3. Responsibilities
877
+ -------------------
878
+
879
+ 3.1. Distribution of Source Form
880
+
881
+ All distribution of Covered Software in Source Code Form, including any
882
+ Modifications that You create or to which You contribute, must be under
883
+ the terms of this License. You must inform recipients that the Source
884
+ Code Form of the Covered Software is governed by the terms of this
885
+ License, and how they can obtain a copy of this License. You may not
886
+ attempt to alter or restrict the recipients&#x27; rights in the Source Code
887
+ Form.
888
+
889
+ 3.2. Distribution of Executable Form
890
+
891
+ If You distribute Covered Software in Executable Form then:
892
+
893
+ (a) such Covered Software must also be made available in Source Code
894
+ Form, as described in Section 3.1, and You must inform recipients of
895
+ the Executable Form how they can obtain a copy of such Source Code
896
+ Form by reasonable means in a timely manner, at a charge no more
897
+ than the cost of distribution to the recipient; and
898
+
899
+ (b) You may distribute such Executable Form under the terms of this
900
+ License, or sublicense it under different terms, provided that the
901
+ license for the Executable Form does not attempt to limit or alter
902
+ the recipients&#x27; rights in the Source Code Form under this License.
903
+
904
+ 3.3. Distribution of a Larger Work
905
+
906
+ You may create and distribute a Larger Work under terms of Your choice,
907
+ provided that You also comply with the requirements of this License for
908
+ the Covered Software. If the Larger Work is a combination of Covered
909
+ Software with a work governed by one or more Secondary Licenses, and the
910
+ Covered Software is not Incompatible With Secondary Licenses, this
911
+ License permits You to additionally distribute such Covered Software
912
+ under the terms of such Secondary License(s), so that the recipient of
913
+ the Larger Work may, at their option, further distribute the Covered
914
+ Software under the terms of either this License or such Secondary
915
+ License(s).
916
+
917
+ 3.4. Notices
918
+
919
+ You may not remove or alter the substance of any license notices
920
+ (including copyright notices, patent notices, disclaimers of warranty,
921
+ or limitations of liability) contained within the Source Code Form of
922
+ the Covered Software, except that You may alter any license notices to
923
+ the extent required to remedy known factual inaccuracies.
924
+
925
+ 3.5. Application of Additional Terms
926
+
927
+ You may choose to offer, and to charge a fee for, warranty, support,
928
+ indemnity or liability obligations to one or more recipients of Covered
929
+ Software. However, You may do so only on Your own behalf, and not on
930
+ behalf of any Contributor. You must make it absolutely clear that any
931
+ such warranty, support, indemnity, or liability obligation is offered by
932
+ You alone, and You hereby agree to indemnify every Contributor for any
933
+ liability incurred by such Contributor as a result of warranty, support,
934
+ indemnity or liability terms You offer. You may include additional
935
+ disclaimers of warranty and limitations of liability specific to any
936
+ jurisdiction.
937
+
938
+ 4. Inability to Comply Due to Statute or Regulation
939
+ ---------------------------------------------------
940
+
941
+ If it is impossible for You to comply with any of the terms of this
942
+ License with respect to some or all of the Covered Software due to
943
+ statute, judicial order, or regulation then You must: (a) comply with
944
+ the terms of this License to the maximum extent possible; and (b)
945
+ describe the limitations and the code they affect. Such description must
946
+ be placed in a text file included with all distributions of the Covered
947
+ Software under this License. Except to the extent prohibited by statute
948
+ or regulation, such description must be sufficiently detailed for a
949
+ recipient of ordinary skill to be able to understand it.
950
+
951
+ 5. Termination
952
+ --------------
953
+
954
+ 5.1. The rights granted under this License will terminate automatically
955
+ if You fail to comply with any of its terms. However, if You become
956
+ compliant, then the rights granted under this License from a particular
957
+ Contributor are reinstated (a) provisionally, unless and until such
958
+ Contributor explicitly and finally terminates Your grants, and (b) on an
959
+ ongoing basis, if such Contributor fails to notify You of the
960
+ non-compliance by some reasonable means prior to 60 days after You have
961
+ come back into compliance. Moreover, Your grants from a particular
962
+ Contributor are reinstated on an ongoing basis if such Contributor
963
+ notifies You of the non-compliance by some reasonable means, this is the
964
+ first time You have received notice of non-compliance with this License
965
+ from such Contributor, and You become compliant prior to 30 days after
966
+ Your receipt of the notice.
967
+
968
+ 5.2. If You initiate litigation against any entity by asserting a patent
969
+ infringement claim (excluding declaratory judgment actions,
970
+ counter-claims, and cross-claims) alleging that a Contributor Version
971
+ directly or indirectly infringes any patent, then the rights granted to
972
+ You by any and all Contributors for the Covered Software under Section
973
+ 2.1 of this License shall terminate.
974
+
975
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
976
+ end user license agreements (excluding distributors and resellers) which
977
+ have been validly granted by You or Your distributors under this License
978
+ prior to termination shall survive termination.
979
+
980
+ ************************************************************************
981
+ * *
982
+ * 6. Disclaimer of Warranty *
983
+ * ------------------------- *
984
+ * *
985
+ * Covered Software is provided under this License on an &quot;as is&quot; *
986
+ * basis, without warranty of any kind, either expressed, implied, or *
987
+ * statutory, including, without limitation, warranties that the *
988
+ * Covered Software is free of defects, merchantable, fit for a *
989
+ * particular purpose or non-infringing. The entire risk as to the *
990
+ * quality and performance of the Covered Software is with You. *
991
+ * Should any Covered Software prove defective in any respect, You *
992
+ * (not any Contributor) assume the cost of any necessary servicing, *
993
+ * repair, or correction. This disclaimer of warranty constitutes an *
994
+ * essential part of this License. No use of any Covered Software is *
995
+ * authorized under this License except under this disclaimer. *
996
+ * *
997
+ ************************************************************************
998
+
999
+ ************************************************************************
1000
+ * *
1001
+ * 7. Limitation of Liability *
1002
+ * -------------------------- *
1003
+ * *
1004
+ * Under no circumstances and under no legal theory, whether tort *
1005
+ * (including negligence), contract, or otherwise, shall any *
1006
+ * Contributor, or anyone who distributes Covered Software as *
1007
+ * permitted above, be liable to You for any direct, indirect, *
1008
+ * special, incidental, or consequential damages of any character *
1009
+ * including, without limitation, damages for lost profits, loss of *
1010
+ * goodwill, work stoppage, computer failure or malfunction, or any *
1011
+ * and all other commercial damages or losses, even if such party *
1012
+ * shall have been informed of the possibility of such damages. This *
1013
+ * limitation of liability shall not apply to liability for death or *
1014
+ * personal injury resulting from such party&#x27;s negligence to the *
1015
+ * extent applicable law prohibits such limitation. Some *
1016
+ * jurisdictions do not allow the exclusion or limitation of *
1017
+ * incidental or consequential damages, so this exclusion and *
1018
+ * limitation may not apply to You. *
1019
+ * *
1020
+ ************************************************************************
1021
+
1022
+ 8. Litigation
1023
+ -------------
1024
+
1025
+ Any litigation relating to this License may be brought only in the
1026
+ courts of a jurisdiction where the defendant maintains its principal
1027
+ place of business and such litigation shall be governed by laws of that
1028
+ jurisdiction, without reference to its conflict-of-law provisions.
1029
+ Nothing in this Section shall prevent a party&#x27;s ability to bring
1030
+ cross-claims or counter-claims.
1031
+
1032
+ 9. Miscellaneous
1033
+ ----------------
1034
+
1035
+ This License represents the complete agreement concerning the subject
1036
+ matter hereof. If any provision of this License is held to be
1037
+ unenforceable, such provision shall be reformed only to the extent
1038
+ necessary to make it enforceable. Any law or regulation which provides
1039
+ that the language of a contract shall be construed against the drafter
1040
+ shall not be used to construe this License against a Contributor.
1041
+
1042
+ 10. Versions of the License
1043
+ ---------------------------
1044
+
1045
+ 10.1. New Versions
1046
+
1047
+ Mozilla Foundation is the license steward. Except as provided in Section
1048
+ 10.3, no one other than the license steward has the right to modify or
1049
+ publish new versions of this License. Each version will be given a
1050
+ distinguishing version number.
1051
+
1052
+ 10.2. Effect of New Versions
1053
+
1054
+ You may distribute the Covered Software under the terms of the version
1055
+ of the License under which You originally received the Covered Software,
1056
+ or under the terms of any subsequent version published by the license
1057
+ steward.
1058
+
1059
+ 10.3. Modified Versions
1060
+
1061
+ If you create software not governed by this License, and you want to
1062
+ create a new license for such software, you may create and use a
1063
+ modified version of this License if you rename the license and remove
1064
+ any references to the name of the license steward (except to note that
1065
+ such modified license differs from this License).
1066
+
1067
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
1068
+ Licenses
1069
+
1070
+ If You choose to distribute Source Code Form that is Incompatible With
1071
+ Secondary Licenses under the terms of this version of the License, the
1072
+ notice described in Exhibit B of this License must be attached.
1073
+
1074
+ Exhibit A - Source Code Form License Notice
1075
+ -------------------------------------------
1076
+
1077
+ This Source Code Form is subject to the terms of the Mozilla Public
1078
+ License, v. 2.0. If a copy of the MPL was not distributed with this
1079
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
1080
+
1081
+ If it is not possible or desirable to put the notice in a particular
1082
+ file, then You may include the notice in a location (such as a LICENSE
1083
+ file in a relevant directory) where a recipient would be likely to look
1084
+ for such a notice.
1085
+
1086
+ You may add additional accurate notices of copyright ownership.
1087
+
1088
+ Exhibit B - &quot;Incompatible With Secondary Licenses&quot; Notice
1089
+ ---------------------------------------------------------
1090
+
1091
+ This Source Code Form is &quot;Incompatible With Secondary Licenses&quot;, as
1092
+ defined by the Mozilla Public License, v. 2.0.
1093
+ </pre>
1094
+ </li>
1095
+ <li class="license">
1096
+ <h3 id="Unicode-3.0">Unicode License v3</h3>
1097
+ <h4>Used by:</h4>
1098
+ <ul class="license-used-by">
1099
+ <li><a href=" https://github.com/dtolnay/unicode-ident ">unicode-ident 1.0.24</a>
1100
+ </li>
1101
+ </ul>
1102
+ <pre class="license-text">UNICODE LICENSE V3
1103
+
1104
+ COPYRIGHT AND PERMISSION NOTICE
1105
+
1106
+ Copyright © 1991-2023 Unicode, Inc.
1107
+
1108
+ NOTICE TO USER: Carefully read the following legal agreement. BY
1109
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
1110
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
1111
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
1112
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
1113
+
1114
+ Permission is hereby granted, free of charge, to any person obtaining a
1115
+ copy of data files and any associated documentation (the &quot;Data Files&quot;) or
1116
+ software and any associated documentation (the &quot;Software&quot;) to deal in the
1117
+ Data Files or Software without restriction, including without limitation
1118
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
1119
+ copies of the Data Files or Software, and to permit persons to whom the
1120
+ Data Files or Software are furnished to do so, provided that either (a)
1121
+ this copyright and permission notice appear with all copies of the Data
1122
+ Files or Software, or (b) this copyright and permission notice appear in
1123
+ associated Documentation.
1124
+
1125
+ THE DATA FILES AND SOFTWARE ARE PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY
1126
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1127
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
1128
+ THIRD PARTY RIGHTS.
1129
+
1130
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
1131
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
1132
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1133
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1134
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
1135
+ FILES OR SOFTWARE.
1136
+
1137
+ Except as contained in this notice, the name of a copyright holder shall
1138
+ not be used in advertising or otherwise to promote the sale, use or other
1139
+ dealings in these Data Files or Software without prior written
1140
+ authorization of the copyright holder.
1141
+ </pre>
1142
+ </li>
1143
+ </ul>
1144
+ </main>
1145
+ </body>
1146
+
1147
+ </html>
1148
+