finox 0.1.0 → 0.2.0

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.
@@ -0,0 +1,1095 @@
1
+ Third-party licenses for finox
2
+ ==============================
3
+
4
+ The finox native extension statically links the Rust crates listed
5
+ below. Their license terms and attribution notices are reproduced in
6
+ this file, as required for redistribution in both source and
7
+ precompiled binary form.
8
+
9
+ This file is generated with cargo-about. To regenerate:
10
+
11
+ cargo install cargo-about --locked --features cli
12
+ cargo about generate about.hbs -o LICENSE-THIRD-PARTY.txt
13
+
14
+ Overview
15
+ --------
16
+ * Apache License 2.0: 17 crate(s)
17
+ * MIT License: 6 crate(s)
18
+ * Unicode License v3: 1 crate(s)
19
+
20
+ --------------------------------------------------------------------------------
21
+ Apache License 2.0
22
+
23
+ Used by:
24
+ * windows-link 0.2.1 (https://github.com/microsoft/windows-rs)
25
+ * windows-sys 0.61.2 (https://github.com/microsoft/windows-rs)
26
+
27
+ Apache License
28
+ Version 2.0, January 2004
29
+ http://www.apache.org/licenses/
30
+
31
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32
+
33
+ 1. Definitions.
34
+
35
+ "License" shall mean the terms and conditions for use, reproduction,
36
+ and distribution as defined by Sections 1 through 9 of this document.
37
+
38
+ "Licensor" shall mean the copyright owner or entity authorized by
39
+ the copyright owner that is granting the License.
40
+
41
+ "Legal Entity" shall mean the union of the acting entity and all
42
+ other entities that control, are controlled by, or are under common
43
+ control with that entity. For the purposes of this definition,
44
+ "control" means (i) the power, direct or indirect, to cause the
45
+ direction or management of such entity, whether by contract or
46
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
47
+ outstanding shares, or (iii) beneficial ownership of such entity.
48
+
49
+ "You" (or "Your") shall mean an individual or Legal Entity
50
+ exercising permissions granted by this License.
51
+
52
+ "Source" form shall mean the preferred form for making modifications,
53
+ including but not limited to software source code, documentation
54
+ source, and configuration files.
55
+
56
+ "Object" form shall mean any form resulting from mechanical
57
+ transformation or translation of a Source form, including but
58
+ not limited to compiled object code, generated documentation,
59
+ and conversions to other media types.
60
+
61
+ "Work" shall mean the work of authorship, whether in Source or
62
+ Object form, made available under the License, as indicated by a
63
+ copyright notice that is included in or attached to the work
64
+ (an example is provided in the Appendix below).
65
+
66
+ "Derivative Works" shall mean any work, whether in Source or Object
67
+ form, that is based on (or derived from) the Work and for which the
68
+ editorial revisions, annotations, elaborations, or other modifications
69
+ represent, as a whole, an original work of authorship. For the purposes
70
+ of this License, Derivative Works shall not include works that remain
71
+ separable from, or merely link (or bind by name) to the interfaces of,
72
+ the Work and Derivative Works thereof.
73
+
74
+ "Contribution" shall mean any work of authorship, including
75
+ the original version of the Work and any modifications or additions
76
+ to that Work or Derivative Works thereof, that is intentionally
77
+ submitted to Licensor for inclusion in the Work by the copyright owner
78
+ or by an individual or Legal Entity authorized to submit on behalf of
79
+ the copyright owner. For the purposes of this definition, "submitted"
80
+ means any form of electronic, verbal, or written communication sent
81
+ to the Licensor or its representatives, including but not limited to
82
+ communication on electronic mailing lists, source code control systems,
83
+ and issue tracking systems that are managed by, or on behalf of, the
84
+ Licensor for the purpose of discussing and improving the Work, but
85
+ excluding communication that is conspicuously marked or otherwise
86
+ designated in writing by the copyright owner as "Not a Contribution."
87
+
88
+ "Contributor" shall mean Licensor and any individual or Legal Entity
89
+ on behalf of whom a Contribution has been received by Licensor and
90
+ subsequently incorporated within the Work.
91
+
92
+ 2. Grant of Copyright License. Subject to the terms and conditions of
93
+ this License, each Contributor hereby grants to You a perpetual,
94
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
95
+ copyright license to reproduce, prepare Derivative Works of,
96
+ publicly display, publicly perform, sublicense, and distribute the
97
+ Work and such Derivative Works in Source or Object form.
98
+
99
+ 3. Grant of Patent License. Subject to the terms and conditions of
100
+ this License, each Contributor hereby grants to You a perpetual,
101
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
102
+ (except as stated in this section) patent license to make, have made,
103
+ use, offer to sell, sell, import, and otherwise transfer the Work,
104
+ where such license applies only to those patent claims licensable
105
+ by such Contributor that are necessarily infringed by their
106
+ Contribution(s) alone or by combination of their Contribution(s)
107
+ with the Work to which such Contribution(s) was submitted. If You
108
+ institute patent litigation against any entity (including a
109
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
110
+ or a Contribution incorporated within the Work constitutes direct
111
+ or contributory patent infringement, then any patent licenses
112
+ granted to You under this License for that Work shall terminate
113
+ as of the date such litigation is filed.
114
+
115
+ 4. Redistribution. You may reproduce and distribute copies of the
116
+ Work or Derivative Works thereof in any medium, with or without
117
+ modifications, and in Source or Object form, provided that You
118
+ meet the following conditions:
119
+
120
+ (a) You must give any other recipients of the Work or
121
+ Derivative Works a copy of this License; and
122
+
123
+ (b) You must cause any modified files to carry prominent notices
124
+ stating that You changed the files; and
125
+
126
+ (c) You must retain, in the Source form of any Derivative Works
127
+ that You distribute, all copyright, patent, trademark, and
128
+ attribution notices from the Source form of the Work,
129
+ excluding those notices that do not pertain to any part of
130
+ the Derivative Works; and
131
+
132
+ (d) If the Work includes a "NOTICE" text file as part of its
133
+ distribution, then any Derivative Works that You distribute must
134
+ include a readable copy of the attribution notices contained
135
+ within such NOTICE file, excluding those notices that do not
136
+ pertain to any part of the Derivative Works, in at least one
137
+ of the following places: within a NOTICE text file distributed
138
+ as part of the Derivative Works; within the Source form or
139
+ documentation, if provided along with the Derivative Works; or,
140
+ within a display generated by the Derivative Works, if and
141
+ wherever such third-party notices normally appear. The contents
142
+ of the NOTICE file are for informational purposes only and
143
+ do not modify the License. You may add Your own attribution
144
+ notices within Derivative Works that You distribute, alongside
145
+ or as an addendum to the NOTICE text from the Work, provided
146
+ that such additional attribution notices cannot be construed
147
+ as modifying the License.
148
+
149
+ You may add Your own copyright statement to Your modifications and
150
+ may provide additional or different license terms and conditions
151
+ for use, reproduction, or distribution of Your modifications, or
152
+ for any such Derivative Works as a whole, provided Your use,
153
+ reproduction, and distribution of the Work otherwise complies with
154
+ the conditions stated in this License.
155
+
156
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
157
+ any Contribution intentionally submitted for inclusion in the Work
158
+ by You to the Licensor shall be under the terms and conditions of
159
+ this License, without any additional terms or conditions.
160
+ Notwithstanding the above, nothing herein shall supersede or modify
161
+ the terms of any separate license agreement you may have executed
162
+ with Licensor regarding such Contributions.
163
+
164
+ 6. Trademarks. This License does not grant permission to use the trade
165
+ names, trademarks, service marks, or product names of the Licensor,
166
+ except as required for reasonable and customary use in describing the
167
+ origin of the Work and reproducing the content of the NOTICE file.
168
+
169
+ 7. Disclaimer of Warranty. Unless required by applicable law or
170
+ agreed to in writing, Licensor provides the Work (and each
171
+ Contributor provides its Contributions) on an "AS IS" BASIS,
172
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
173
+ implied, including, without limitation, any warranties or conditions
174
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
175
+ PARTICULAR PURPOSE. You are solely responsible for determining the
176
+ appropriateness of using or redistributing the Work and assume any
177
+ risks associated with Your exercise of permissions under this License.
178
+
179
+ 8. Limitation of Liability. In no event and under no legal theory,
180
+ whether in tort (including negligence), contract, or otherwise,
181
+ unless required by applicable law (such as deliberate and grossly
182
+ negligent acts) or agreed to in writing, shall any Contributor be
183
+ liable to You for damages, including any direct, indirect, special,
184
+ incidental, or consequential damages of any character arising as a
185
+ result of this License or out of the use or inability to use the
186
+ Work (including but not limited to damages for loss of goodwill,
187
+ work stoppage, computer failure or malfunction, or any and all
188
+ other commercial damages or losses), even if such Contributor
189
+ has been advised of the possibility of such damages.
190
+
191
+ 9. Accepting Warranty or Additional Liability. While redistributing
192
+ the Work or Derivative Works thereof, You may choose to offer,
193
+ and charge a fee for, acceptance of support, warranty, indemnity,
194
+ or other liability obligations and/or rights consistent with this
195
+ License. However, in accepting such obligations, You may act only
196
+ on Your own behalf and on Your sole responsibility, not on behalf
197
+ of any other Contributor, and only if You agree to indemnify,
198
+ defend, and hold each Contributor harmless for any liability
199
+ incurred by, or claims asserted against, such Contributor by reason
200
+ of your accepting any such warranty or additional liability.
201
+
202
+ END OF TERMS AND CONDITIONS
203
+
204
+ APPENDIX: How to apply the Apache License to your work.
205
+
206
+ To apply the Apache License to your work, attach the following
207
+ boilerplate notice, with the fields enclosed by brackets "[]"
208
+ replaced with your own identifying information. (Don't include
209
+ the brackets!) The text should be enclosed in the appropriate
210
+ comment syntax for the file format. We also recommend that a
211
+ file or class name and description of purpose be included on the
212
+ same "printed page" as the copyright notice for easier
213
+ identification within third-party archives.
214
+
215
+ Copyright (c) Microsoft Corporation.
216
+
217
+ Licensed under the Apache License, Version 2.0 (the "License");
218
+ you may not use this file except in compliance with the License.
219
+ You may obtain a copy of the License at
220
+
221
+ http://www.apache.org/licenses/LICENSE-2.0
222
+
223
+ Unless required by applicable law or agreed to in writing, software
224
+ distributed under the License is distributed on an "AS IS" BASIS,
225
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
226
+ See the License for the specific language governing permissions and
227
+ limitations under the License.
228
+
229
+
230
+ --------------------------------------------------------------------------------
231
+ Apache License 2.0
232
+
233
+ Used by:
234
+ * rb-sys 0.9.128 (https://github.com/oxidize-rb/rb-sys)
235
+
236
+ Apache License
237
+ Version 2.0, January 2004
238
+ http://www.apache.org/licenses/
239
+
240
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
241
+
242
+ 1. Definitions.
243
+
244
+ "License" shall mean the terms and conditions for use, reproduction,
245
+ and distribution as defined by Sections 1 through 9 of this document.
246
+
247
+ "Licensor" shall mean the copyright owner or entity authorized by
248
+ the copyright owner that is granting the License.
249
+
250
+ "Legal Entity" shall mean the union of the acting entity and all
251
+ other entities that control, are controlled by, or are under common
252
+ control with that entity. For the purposes of this definition,
253
+ "control" means (i) the power, direct or indirect, to cause the
254
+ direction or management of such entity, whether by contract or
255
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
256
+ outstanding shares, or (iii) beneficial ownership of such entity.
257
+
258
+ "You" (or "Your") shall mean an individual or Legal Entity
259
+ exercising permissions granted by this License.
260
+
261
+ "Source" form shall mean the preferred form for making modifications,
262
+ including but not limited to software source code, documentation
263
+ source, and configuration files.
264
+
265
+ "Object" form shall mean any form resulting from mechanical
266
+ transformation or translation of a Source form, including but
267
+ not limited to compiled object code, generated documentation,
268
+ and conversions to other media types.
269
+
270
+ "Work" shall mean the work of authorship, whether in Source or
271
+ Object form, made available under the License, as indicated by a
272
+ copyright notice that is included in or attached to the work
273
+ (an example is provided in the Appendix below).
274
+
275
+ "Derivative Works" shall mean any work, whether in Source or Object
276
+ form, that is based on (or derived from) the Work and for which the
277
+ editorial revisions, annotations, elaborations, or other modifications
278
+ represent, as a whole, an original work of authorship. For the purposes
279
+ of this License, Derivative Works shall not include works that remain
280
+ separable from, or merely link (or bind by name) to the interfaces of,
281
+ the Work and Derivative Works thereof.
282
+
283
+ "Contribution" shall mean any work of authorship, including
284
+ the original version of the Work and any modifications or additions
285
+ to that Work or Derivative Works thereof, that is intentionally
286
+ submitted to Licensor for inclusion in the Work by the copyright owner
287
+ or by an individual or Legal Entity authorized to submit on behalf of
288
+ the copyright owner. For the purposes of this definition, "submitted"
289
+ means any form of electronic, verbal, or written communication sent
290
+ to the Licensor or its representatives, including but not limited to
291
+ communication on electronic mailing lists, source code control systems,
292
+ and issue tracking systems that are managed by, or on behalf of, the
293
+ Licensor for the purpose of discussing and improving the Work, but
294
+ excluding communication that is conspicuously marked or otherwise
295
+ designated in writing by the copyright owner as "Not a Contribution."
296
+
297
+ "Contributor" shall mean Licensor and any individual or Legal Entity
298
+ on behalf of whom a Contribution has been received by Licensor and
299
+ subsequently incorporated within the Work.
300
+
301
+ 2. Grant of Copyright License. Subject to the terms and conditions of
302
+ this License, each Contributor hereby grants to You a perpetual,
303
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
304
+ copyright license to reproduce, prepare Derivative Works of,
305
+ publicly display, publicly perform, sublicense, and distribute the
306
+ Work and such Derivative Works in Source or Object form.
307
+
308
+ 3. Grant of Patent License. Subject to the terms and conditions of
309
+ this License, each Contributor hereby grants to You a perpetual,
310
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
311
+ (except as stated in this section) patent license to make, have made,
312
+ use, offer to sell, sell, import, and otherwise transfer the Work,
313
+ where such license applies only to those patent claims licensable
314
+ by such Contributor that are necessarily infringed by their
315
+ Contribution(s) alone or by combination of their Contribution(s)
316
+ with the Work to which such Contribution(s) was submitted. If You
317
+ institute patent litigation against any entity (including a
318
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
319
+ or a Contribution incorporated within the Work constitutes direct
320
+ or contributory patent infringement, then any patent licenses
321
+ granted to You under this License for that Work shall terminate
322
+ as of the date such litigation is filed.
323
+
324
+ 4. Redistribution. You may reproduce and distribute copies of the
325
+ Work or Derivative Works thereof in any medium, with or without
326
+ modifications, and in Source or Object form, provided that You
327
+ meet the following conditions:
328
+
329
+ (a) You must give any other recipients of the Work or
330
+ Derivative Works a copy of this License; and
331
+
332
+ (b) You must cause any modified files to carry prominent notices
333
+ stating that You changed the files; and
334
+
335
+ (c) You must retain, in the Source form of any Derivative Works
336
+ that You distribute, all copyright, patent, trademark, and
337
+ attribution notices from the Source form of the Work,
338
+ excluding those notices that do not pertain to any part of
339
+ the Derivative Works; and
340
+
341
+ (d) If the Work includes a "NOTICE" text file as part of its
342
+ distribution, then any Derivative Works that You distribute must
343
+ include a readable copy of the attribution notices contained
344
+ within such NOTICE file, excluding those notices that do not
345
+ pertain to any part of the Derivative Works, in at least one
346
+ of the following places: within a NOTICE text file distributed
347
+ as part of the Derivative Works; within the Source form or
348
+ documentation, if provided along with the Derivative Works; or,
349
+ within a display generated by the Derivative Works, if and
350
+ wherever such third-party notices normally appear. The contents
351
+ of the NOTICE file are for informational purposes only and
352
+ do not modify the License. You may add Your own attribution
353
+ notices within Derivative Works that You distribute, alongside
354
+ or as an addendum to the NOTICE text from the Work, provided
355
+ that such additional attribution notices cannot be construed
356
+ as modifying the License.
357
+
358
+ You may add Your own copyright statement to Your modifications and
359
+ may provide additional or different license terms and conditions
360
+ for use, reproduction, or distribution of Your modifications, or
361
+ for any such Derivative Works as a whole, provided Your use,
362
+ reproduction, and distribution of the Work otherwise complies with
363
+ the conditions stated in this License.
364
+
365
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
366
+ any Contribution intentionally submitted for inclusion in the Work
367
+ by You to the Licensor shall be under the terms and conditions of
368
+ this License, without any additional terms or conditions.
369
+ Notwithstanding the above, nothing herein shall supersede or modify
370
+ the terms of any separate license agreement you may have executed
371
+ with Licensor regarding such Contributions.
372
+
373
+ 6. Trademarks. This License does not grant permission to use the trade
374
+ names, trademarks, service marks, or product names of the Licensor,
375
+ except as required for reasonable and customary use in describing the
376
+ origin of the Work and reproducing the content of the NOTICE file.
377
+
378
+ 7. Disclaimer of Warranty. Unless required by applicable law or
379
+ agreed to in writing, Licensor provides the Work (and each
380
+ Contributor provides its Contributions) on an "AS IS" BASIS,
381
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
382
+ implied, including, without limitation, any warranties or conditions
383
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
384
+ PARTICULAR PURPOSE. You are solely responsible for determining the
385
+ appropriateness of using or redistributing the Work and assume any
386
+ risks associated with Your exercise of permissions under this License.
387
+
388
+ 8. Limitation of Liability. In no event and under no legal theory,
389
+ whether in tort (including negligence), contract, or otherwise,
390
+ unless required by applicable law (such as deliberate and grossly
391
+ negligent acts) or agreed to in writing, shall any Contributor be
392
+ liable to You for damages, including any direct, indirect, special,
393
+ incidental, or consequential damages of any character arising as a
394
+ result of this License or out of the use or inability to use the
395
+ Work (including but not limited to damages for loss of goodwill,
396
+ work stoppage, computer failure or malfunction, or any and all
397
+ other commercial damages or losses), even if such Contributor
398
+ has been advised of the possibility of such damages.
399
+
400
+ 9. Accepting Warranty or Additional Liability. While redistributing
401
+ the Work or Derivative Works thereof, You may choose to offer,
402
+ and charge a fee for, acceptance of support, warranty, indemnity,
403
+ or other liability obligations and/or rights consistent with this
404
+ License. However, in accepting such obligations, You may act only
405
+ on Your own behalf and on Your sole responsibility, not on behalf
406
+ of any other Contributor, and only if You agree to indemnify,
407
+ defend, and hold each Contributor harmless for any liability
408
+ incurred by, or claims asserted against, such Contributor by reason
409
+ of your accepting any such warranty or additional liability.
410
+
411
+ END OF TERMS AND CONDITIONS
412
+
413
+ Copyright 2021-2022 Ian Ker-Seymer
414
+
415
+ Licensed under the Apache License, Version 2.0 (the "License");
416
+ you may not use this file except in compliance with the License.
417
+ You may obtain a copy of the License at
418
+
419
+ http://www.apache.org/licenses/LICENSE-2.0
420
+
421
+ Unless required by applicable law or agreed to in writing, software
422
+ distributed under the License is distributed on an "AS IS" BASIS,
423
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
424
+ See the License for the specific language governing permissions and
425
+ limitations under the License.
426
+
427
+
428
+ --------------------------------------------------------------------------------
429
+ Apache License 2.0
430
+
431
+ Used by:
432
+ * cfg-if 1.0.4 (https://github.com/rust-lang/cfg-if)
433
+ * log 0.4.33 (https://github.com/rust-lang/log)
434
+ * sqlparser 0.62.0 (https://github.com/apache/datafusion-sqlparser-rs)
435
+ * stacker 0.1.24 (https://github.com/rust-lang/stacker)
436
+
437
+ Apache License
438
+ Version 2.0, January 2004
439
+ http://www.apache.org/licenses/
440
+
441
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
442
+
443
+ 1. Definitions.
444
+
445
+ "License" shall mean the terms and conditions for use, reproduction,
446
+ and distribution as defined by Sections 1 through 9 of this document.
447
+
448
+ "Licensor" shall mean the copyright owner or entity authorized by
449
+ the copyright owner that is granting the License.
450
+
451
+ "Legal Entity" shall mean the union of the acting entity and all
452
+ other entities that control, are controlled by, or are under common
453
+ control with that entity. For the purposes of this definition,
454
+ "control" means (i) the power, direct or indirect, to cause the
455
+ direction or management of such entity, whether by contract or
456
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
457
+ outstanding shares, or (iii) beneficial ownership of such entity.
458
+
459
+ "You" (or "Your") shall mean an individual or Legal Entity
460
+ exercising permissions granted by this License.
461
+
462
+ "Source" form shall mean the preferred form for making modifications,
463
+ including but not limited to software source code, documentation
464
+ source, and configuration files.
465
+
466
+ "Object" form shall mean any form resulting from mechanical
467
+ transformation or translation of a Source form, including but
468
+ not limited to compiled object code, generated documentation,
469
+ and conversions to other media types.
470
+
471
+ "Work" shall mean the work of authorship, whether in Source or
472
+ Object form, made available under the License, as indicated by a
473
+ copyright notice that is included in or attached to the work
474
+ (an example is provided in the Appendix below).
475
+
476
+ "Derivative Works" shall mean any work, whether in Source or Object
477
+ form, that is based on (or derived from) the Work and for which the
478
+ editorial revisions, annotations, elaborations, or other modifications
479
+ represent, as a whole, an original work of authorship. For the purposes
480
+ of this License, Derivative Works shall not include works that remain
481
+ separable from, or merely link (or bind by name) to the interfaces of,
482
+ the Work and Derivative Works thereof.
483
+
484
+ "Contribution" shall mean any work of authorship, including
485
+ the original version of the Work and any modifications or additions
486
+ to that Work or Derivative Works thereof, that is intentionally
487
+ submitted to Licensor for inclusion in the Work by the copyright owner
488
+ or by an individual or Legal Entity authorized to submit on behalf of
489
+ the copyright owner. For the purposes of this definition, "submitted"
490
+ means any form of electronic, verbal, or written communication sent
491
+ to the Licensor or its representatives, including but not limited to
492
+ communication on electronic mailing lists, source code control systems,
493
+ and issue tracking systems that are managed by, or on behalf of, the
494
+ Licensor for the purpose of discussing and improving the Work, but
495
+ excluding communication that is conspicuously marked or otherwise
496
+ designated in writing by the copyright owner as "Not a Contribution."
497
+
498
+ "Contributor" shall mean Licensor and any individual or Legal Entity
499
+ on behalf of whom a Contribution has been received by Licensor and
500
+ subsequently incorporated within the Work.
501
+
502
+ 2. Grant of Copyright License. Subject to the terms and conditions of
503
+ this License, each Contributor hereby grants to You a perpetual,
504
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
505
+ copyright license to reproduce, prepare Derivative Works of,
506
+ publicly display, publicly perform, sublicense, and distribute the
507
+ Work and such Derivative Works in Source or Object form.
508
+
509
+ 3. Grant of Patent License. Subject to the terms and conditions of
510
+ this License, each Contributor hereby grants to You a perpetual,
511
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
512
+ (except as stated in this section) patent license to make, have made,
513
+ use, offer to sell, sell, import, and otherwise transfer the Work,
514
+ where such license applies only to those patent claims licensable
515
+ by such Contributor that are necessarily infringed by their
516
+ Contribution(s) alone or by combination of their Contribution(s)
517
+ with the Work to which such Contribution(s) was submitted. If You
518
+ institute patent litigation against any entity (including a
519
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
520
+ or a Contribution incorporated within the Work constitutes direct
521
+ or contributory patent infringement, then any patent licenses
522
+ granted to You under this License for that Work shall terminate
523
+ as of the date such litigation is filed.
524
+
525
+ 4. Redistribution. You may reproduce and distribute copies of the
526
+ Work or Derivative Works thereof in any medium, with or without
527
+ modifications, and in Source or Object form, provided that You
528
+ meet the following conditions:
529
+
530
+ (a) You must give any other recipients of the Work or
531
+ Derivative Works a copy of this License; and
532
+
533
+ (b) You must cause any modified files to carry prominent notices
534
+ stating that You changed the files; and
535
+
536
+ (c) You must retain, in the Source form of any Derivative Works
537
+ that You distribute, all copyright, patent, trademark, and
538
+ attribution notices from the Source form of the Work,
539
+ excluding those notices that do not pertain to any part of
540
+ the Derivative Works; and
541
+
542
+ (d) If the Work includes a "NOTICE" text file as part of its
543
+ distribution, then any Derivative Works that You distribute must
544
+ include a readable copy of the attribution notices contained
545
+ within such NOTICE file, excluding those notices that do not
546
+ pertain to any part of the Derivative Works, in at least one
547
+ of the following places: within a NOTICE text file distributed
548
+ as part of the Derivative Works; within the Source form or
549
+ documentation, if provided along with the Derivative Works; or,
550
+ within a display generated by the Derivative Works, if and
551
+ wherever such third-party notices normally appear. The contents
552
+ of the NOTICE file are for informational purposes only and
553
+ do not modify the License. You may add Your own attribution
554
+ notices within Derivative Works that You distribute, alongside
555
+ or as an addendum to the NOTICE text from the Work, provided
556
+ that such additional attribution notices cannot be construed
557
+ as modifying the License.
558
+
559
+ You may add Your own copyright statement to Your modifications and
560
+ may provide additional or different license terms and conditions
561
+ for use, reproduction, or distribution of Your modifications, or
562
+ for any such Derivative Works as a whole, provided Your use,
563
+ reproduction, and distribution of the Work otherwise complies with
564
+ the conditions stated in this License.
565
+
566
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
567
+ any Contribution intentionally submitted for inclusion in the Work
568
+ by You to the Licensor shall be under the terms and conditions of
569
+ this License, without any additional terms or conditions.
570
+ Notwithstanding the above, nothing herein shall supersede or modify
571
+ the terms of any separate license agreement you may have executed
572
+ with Licensor regarding such Contributions.
573
+
574
+ 6. Trademarks. This License does not grant permission to use the trade
575
+ names, trademarks, service marks, or product names of the Licensor,
576
+ except as required for reasonable and customary use in describing the
577
+ origin of the Work and reproducing the content of the NOTICE file.
578
+
579
+ 7. Disclaimer of Warranty. Unless required by applicable law or
580
+ agreed to in writing, Licensor provides the Work (and each
581
+ Contributor provides its Contributions) on an "AS IS" BASIS,
582
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
583
+ implied, including, without limitation, any warranties or conditions
584
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
585
+ PARTICULAR PURPOSE. You are solely responsible for determining the
586
+ appropriateness of using or redistributing the Work and assume any
587
+ risks associated with Your exercise of permissions under this License.
588
+
589
+ 8. Limitation of Liability. In no event and under no legal theory,
590
+ whether in tort (including negligence), contract, or otherwise,
591
+ unless required by applicable law (such as deliberate and grossly
592
+ negligent acts) or agreed to in writing, shall any Contributor be
593
+ liable to You for damages, including any direct, indirect, special,
594
+ incidental, or consequential damages of any character arising as a
595
+ result of this License or out of the use or inability to use the
596
+ Work (including but not limited to damages for loss of goodwill,
597
+ work stoppage, computer failure or malfunction, or any and all
598
+ other commercial damages or losses), even if such Contributor
599
+ has been advised of the possibility of such damages.
600
+
601
+ 9. Accepting Warranty or Additional Liability. While redistributing
602
+ the Work or Derivative Works thereof, You may choose to offer,
603
+ and charge a fee for, acceptance of support, warranty, indemnity,
604
+ or other liability obligations and/or rights consistent with this
605
+ License. However, in accepting such obligations, You may act only
606
+ on Your own behalf and on Your sole responsibility, not on behalf
607
+ of any other Contributor, and only if You agree to indemnify,
608
+ defend, and hold each Contributor harmless for any liability
609
+ incurred by, or claims asserted against, such Contributor by reason
610
+ of your accepting any such warranty or additional liability.
611
+
612
+ END OF TERMS AND CONDITIONS
613
+
614
+ APPENDIX: How to apply the Apache License to your work.
615
+
616
+ To apply the Apache License to your work, attach the following
617
+ boilerplate notice, with the fields enclosed by brackets "[]"
618
+ replaced with your own identifying information. (Don't include
619
+ the brackets!) The text should be enclosed in the appropriate
620
+ comment syntax for the file format. We also recommend that a
621
+ file or class name and description of purpose be included on the
622
+ same "printed page" as the copyright notice for easier
623
+ identification within third-party archives.
624
+
625
+ Copyright [yyyy] [name of copyright owner]
626
+
627
+ Licensed under the Apache License, Version 2.0 (the "License");
628
+ you may not use this file except in compliance with the License.
629
+ You may obtain a copy of the License at
630
+
631
+ http://www.apache.org/licenses/LICENSE-2.0
632
+
633
+ Unless required by applicable law or agreed to in writing, software
634
+ distributed under the License is distributed on an "AS IS" BASIS,
635
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
636
+ See the License for the specific language governing permissions and
637
+ limitations under the License.
638
+
639
+
640
+ --------------------------------------------------------------------------------
641
+ Apache License 2.0
642
+
643
+ Used by:
644
+ * psm 0.1.31 (https://github.com/rust-lang/stacker/)
645
+
646
+ Apache License
647
+ Version 2.0, January 2004
648
+ http://www.apache.org/licenses/
649
+
650
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
651
+
652
+ 1. Definitions.
653
+
654
+ "License" shall mean the terms and conditions for use, reproduction,
655
+ and distribution as defined by Sections 1 through 9 of this document.
656
+
657
+ "Licensor" shall mean the copyright owner or entity authorized by
658
+ the copyright owner that is granting the License.
659
+
660
+ "Legal Entity" shall mean the union of the acting entity and all
661
+ other entities that control, are controlled by, or are under common
662
+ control with that entity. For the purposes of this definition,
663
+ "control" means (i) the power, direct or indirect, to cause the
664
+ direction or management of such entity, whether by contract or
665
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
666
+ outstanding shares, or (iii) beneficial ownership of such entity.
667
+
668
+ "You" (or "Your") shall mean an individual or Legal Entity
669
+ exercising permissions granted by this License.
670
+
671
+ "Source" form shall mean the preferred form for making modifications,
672
+ including but not limited to software source code, documentation
673
+ source, and configuration files.
674
+
675
+ "Object" form shall mean any form resulting from mechanical
676
+ transformation or translation of a Source form, including but
677
+ not limited to compiled object code, generated documentation,
678
+ and conversions to other media types.
679
+
680
+ "Work" shall mean the work of authorship, whether in Source or
681
+ Object form, made available under the License, as indicated by a
682
+ copyright notice that is included in or attached to the work
683
+ (an example is provided in the Appendix below).
684
+
685
+ "Derivative Works" shall mean any work, whether in Source or Object
686
+ form, that is based on (or derived from) the Work and for which the
687
+ editorial revisions, annotations, elaborations, or other modifications
688
+ represent, as a whole, an original work of authorship. For the purposes
689
+ of this License, Derivative Works shall not include works that remain
690
+ separable from, or merely link (or bind by name) to the interfaces of,
691
+ the Work and Derivative Works thereof.
692
+
693
+ "Contribution" shall mean any work of authorship, including
694
+ the original version of the Work and any modifications or additions
695
+ to that Work or Derivative Works thereof, that is intentionally
696
+ submitted to Licensor for inclusion in the Work by the copyright owner
697
+ or by an individual or Legal Entity authorized to submit on behalf of
698
+ the copyright owner. For the purposes of this definition, "submitted"
699
+ means any form of electronic, verbal, or written communication sent
700
+ to the Licensor or its representatives, including but not limited to
701
+ communication on electronic mailing lists, source code control systems,
702
+ and issue tracking systems that are managed by, or on behalf of, the
703
+ Licensor for the purpose of discussing and improving the Work, but
704
+ excluding communication that is conspicuously marked or otherwise
705
+ designated in writing by the copyright owner as "Not a Contribution."
706
+
707
+ "Contributor" shall mean Licensor and any individual or Legal Entity
708
+ on behalf of whom a Contribution has been received by Licensor and
709
+ subsequently incorporated within the Work.
710
+
711
+ 2. Grant of Copyright License. Subject to the terms and conditions of
712
+ this License, each Contributor hereby grants to You a perpetual,
713
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
714
+ copyright license to reproduce, prepare Derivative Works of,
715
+ publicly display, publicly perform, sublicense, and distribute the
716
+ Work and such Derivative Works in Source or Object form.
717
+
718
+ 3. Grant of Patent License. Subject to the terms and conditions of
719
+ this License, each Contributor hereby grants to You a perpetual,
720
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
721
+ (except as stated in this section) patent license to make, have made,
722
+ use, offer to sell, sell, import, and otherwise transfer the Work,
723
+ where such license applies only to those patent claims licensable
724
+ by such Contributor that are necessarily infringed by their
725
+ Contribution(s) alone or by combination of their Contribution(s)
726
+ with the Work to which such Contribution(s) was submitted. If You
727
+ institute patent litigation against any entity (including a
728
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
729
+ or a Contribution incorporated within the Work constitutes direct
730
+ or contributory patent infringement, then any patent licenses
731
+ granted to You under this License for that Work shall terminate
732
+ as of the date such litigation is filed.
733
+
734
+ 4. Redistribution. You may reproduce and distribute copies of the
735
+ Work or Derivative Works thereof in any medium, with or without
736
+ modifications, and in Source or Object form, provided that You
737
+ meet the following conditions:
738
+
739
+ (a) You must give any other recipients of the Work or
740
+ Derivative Works a copy of this License; and
741
+
742
+ (b) You must cause any modified files to carry prominent notices
743
+ stating that You changed the files; and
744
+
745
+ (c) You must retain, in the Source form of any Derivative Works
746
+ that You distribute, all copyright, patent, trademark, and
747
+ attribution notices from the Source form of the Work,
748
+ excluding those notices that do not pertain to any part of
749
+ the Derivative Works; and
750
+
751
+ (d) If the Work includes a "NOTICE" text file as part of its
752
+ distribution, then any Derivative Works that You distribute must
753
+ include a readable copy of the attribution notices contained
754
+ within such NOTICE file, excluding those notices that do not
755
+ pertain to any part of the Derivative Works, in at least one
756
+ of the following places: within a NOTICE text file distributed
757
+ as part of the Derivative Works; within the Source form or
758
+ documentation, if provided along with the Derivative Works; or,
759
+ within a display generated by the Derivative Works, if and
760
+ wherever such third-party notices normally appear. The contents
761
+ of the NOTICE file are for informational purposes only and
762
+ do not modify the License. You may add Your own attribution
763
+ notices within Derivative Works that You distribute, alongside
764
+ or as an addendum to the NOTICE text from the Work, provided
765
+ that such additional attribution notices cannot be construed
766
+ as modifying the License.
767
+
768
+ You may add Your own copyright statement to Your modifications and
769
+ may provide additional or different license terms and conditions
770
+ for use, reproduction, or distribution of Your modifications, or
771
+ for any such Derivative Works as a whole, provided Your use,
772
+ reproduction, and distribution of the Work otherwise complies with
773
+ the conditions stated in this License.
774
+
775
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
776
+ any Contribution intentionally submitted for inclusion in the Work
777
+ by You to the Licensor shall be under the terms and conditions of
778
+ this License, without any additional terms or conditions.
779
+ Notwithstanding the above, nothing herein shall supersede or modify
780
+ the terms of any separate license agreement you may have executed
781
+ with Licensor regarding such Contributions.
782
+
783
+ 6. Trademarks. This License does not grant permission to use the trade
784
+ names, trademarks, service marks, or product names of the Licensor,
785
+ except as required for reasonable and customary use in describing the
786
+ origin of the Work and reproducing the content of the NOTICE file.
787
+
788
+ 7. Disclaimer of Warranty. Unless required by applicable law or
789
+ agreed to in writing, Licensor provides the Work (and each
790
+ Contributor provides its Contributions) on an "AS IS" BASIS,
791
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
792
+ implied, including, without limitation, any warranties or conditions
793
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
794
+ PARTICULAR PURPOSE. You are solely responsible for determining the
795
+ appropriateness of using or redistributing the Work and assume any
796
+ risks associated with Your exercise of permissions under this License.
797
+
798
+ 8. Limitation of Liability. In no event and under no legal theory,
799
+ whether in tort (including negligence), contract, or otherwise,
800
+ unless required by applicable law (such as deliberate and grossly
801
+ negligent acts) or agreed to in writing, shall any Contributor be
802
+ liable to You for damages, including any direct, indirect, special,
803
+ incidental, or consequential damages of any character arising as a
804
+ result of this License or out of the use or inability to use the
805
+ Work (including but not limited to damages for loss of goodwill,
806
+ work stoppage, computer failure or malfunction, or any and all
807
+ other commercial damages or losses), even if such Contributor
808
+ has been advised of the possibility of such damages.
809
+
810
+ 9. Accepting Warranty or Additional Liability. While redistributing
811
+ the Work or Derivative Works thereof, You may choose to offer,
812
+ and charge a fee for, acceptance of support, warranty, indemnity,
813
+ or other liability obligations and/or rights consistent with this
814
+ License. However, in accepting such obligations, You may act only
815
+ on Your own behalf and on Your sole responsibility, not on behalf
816
+ of any other Contributor, and only if You agree to indemnify,
817
+ defend, and hold each Contributor harmless for any liability
818
+ incurred by, or claims asserted against, such Contributor by reason
819
+ of your accepting any such warranty or additional liability.
820
+
821
+ END OF TERMS AND CONDITIONS
822
+
823
+ APPENDIX: How to apply the Apache License to your work.
824
+
825
+ To apply the Apache License to your work, attach the following
826
+ boilerplate notice, with the fields enclosed by brackets "[]"
827
+ replaced with your own identifying information. (Don't include
828
+ the brackets!) The text should be enclosed in the appropriate
829
+ comment syntax for the file format. We also recommend that a
830
+ file or class name and description of purpose be included on the
831
+ same "printed page" as the copyright notice for easier
832
+ identification within third-party archives.
833
+
834
+ Copyright [yyyy] [name of copyright owner]
835
+
836
+ Licensed under the Apache License, Version 2.0 (the "License");
837
+ you may not use this file except in compliance with the License.
838
+ You may obtain a copy of the License at
839
+
840
+ http://www.apache.org/licenses/LICENSE-2.0
841
+
842
+ Unless required by applicable law or agreed to in writing, software
843
+ distributed under the License is distributed on an "AS IS" BASIS,
844
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
845
+ See the License for the specific language governing permissions and
846
+ limitations under the License.
847
+
848
+
849
+ --------------------------------------------------------------------------------
850
+ Apache License 2.0
851
+
852
+ Used by:
853
+ * libc 0.2.186 (https://github.com/rust-lang/libc)
854
+ * proc-macro2 1.0.106 (https://github.com/dtolnay/proc-macro2)
855
+ * quote 1.0.46 (https://github.com/dtolnay/quote)
856
+ * seq-macro 0.3.6 (https://github.com/dtolnay/seq-macro)
857
+ * serde 1.0.228 (https://github.com/serde-rs/serde)
858
+ * serde_core 1.0.228 (https://github.com/serde-rs/serde)
859
+ * serde_derive 1.0.228 (https://github.com/serde-rs/serde)
860
+ * syn 2.0.119 (https://github.com/dtolnay/syn)
861
+ * unicode-ident 1.0.24 (https://github.com/dtolnay/unicode-ident)
862
+
863
+ Apache License
864
+ Version 2.0, January 2004
865
+ http://www.apache.org/licenses/
866
+
867
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
868
+
869
+ 1. Definitions.
870
+
871
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
872
+
873
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
874
+
875
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
876
+
877
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
878
+
879
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
880
+
881
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
882
+
883
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
884
+
885
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
886
+
887
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
888
+
889
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
890
+
891
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
892
+
893
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
894
+
895
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
896
+
897
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
898
+
899
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
900
+
901
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
902
+
903
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
904
+
905
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
906
+
907
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
908
+
909
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
910
+
911
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
912
+
913
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
914
+
915
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
916
+
917
+ END OF TERMS AND CONDITIONS
918
+
919
+ APPENDIX: How to apply the Apache License to your work.
920
+
921
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
922
+
923
+ Copyright [yyyy] [name of copyright owner]
924
+
925
+ Licensed under the Apache License, Version 2.0 (the "License");
926
+ you may not use this file except in compliance with the License.
927
+ You may obtain a copy of the License at
928
+
929
+ http://www.apache.org/licenses/LICENSE-2.0
930
+
931
+ Unless required by applicable law or agreed to in writing, software
932
+ distributed under the License is distributed on an "AS IS" BASIS,
933
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
934
+ See the License for the specific language governing permissions and
935
+ limitations under the License.
936
+
937
+
938
+ --------------------------------------------------------------------------------
939
+ MIT License
940
+
941
+ Used by:
942
+ * serde_magnus 0.11.0 (https://github.com/OneSignal/serde-magnus)
943
+
944
+ Copyright 2022 George Claghorn
945
+
946
+ Permission is hereby granted, free of charge, to any person obtaining a copy
947
+ of this software and associated documentation files (the "Software"), to deal
948
+ in the Software without restriction, including without limitation the rights to
949
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
950
+ of the Software, and to permit persons to whom the Software is furnished to do
951
+ so, subject to the following conditions:
952
+
953
+ The above copyright notice and this permission notice shall be included in all
954
+ copies or substantial portions of the Software.
955
+
956
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
957
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
958
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
959
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
960
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
961
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
962
+ SOFTWARE.
963
+
964
+
965
+ --------------------------------------------------------------------------------
966
+ MIT License
967
+
968
+ Used by:
969
+ * recursive-proc-macro-impl 0.1.1 (https://github.com/orlp/recursive)
970
+ * recursive 0.1.1 (https://github.com/orlp/recursive)
971
+
972
+ Copyright 2024, Orson R. L. Peters
973
+
974
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
975
+ this software and associated documentation files (the “Software”), to deal in
976
+ the Software without restriction, including without limitation the rights to
977
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
978
+ the Software, and to permit persons to whom the Software is furnished to do so,
979
+ subject to the following conditions:
980
+
981
+ The above copyright notice and this permission notice shall be included in all
982
+ copies or substantial portions of the Software.
983
+
984
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
985
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
986
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
987
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
988
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
989
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
990
+
991
+ --------------------------------------------------------------------------------
992
+ MIT License
993
+
994
+ Used by:
995
+ * tap 1.0.1 (https://github.com/myrrlyn/tap)
996
+
997
+ MIT License
998
+
999
+ Copyright (c) 2017 Elliot Linder <darfink@gmail.com>
1000
+
1001
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1002
+ of this software and associated documentation files (the "Software"), to deal
1003
+ in the Software without restriction, including without limitation the rights
1004
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1005
+ copies of the Software, and to permit persons to whom the Software is
1006
+ furnished to do so, subject to the following conditions:
1007
+
1008
+ The above copyright notice and this permission notice shall be included in all
1009
+ copies or substantial portions of the Software.
1010
+
1011
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1012
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1013
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1014
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1015
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1016
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1017
+ SOFTWARE.
1018
+
1019
+
1020
+ --------------------------------------------------------------------------------
1021
+ MIT License
1022
+
1023
+ Used by:
1024
+ * magnus-macros 0.8.0 (https://github.com/matsadler/magnus)
1025
+ * magnus 0.8.2 (https://github.com/matsadler/magnus)
1026
+
1027
+ MIT License
1028
+
1029
+ Copyright (c) 2023, 2022, 2021 Matthew Sadler
1030
+
1031
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1032
+ of this software and associated documentation files (the "Software"), to deal
1033
+ in the Software without restriction, including without limitation the rights
1034
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1035
+ copies of the Software, and to permit persons to whom the Software is
1036
+ furnished to do so, subject to the following conditions:
1037
+
1038
+ The above copyright notice and this permission notice shall be included in all
1039
+ copies or substantial portions of the Software.
1040
+
1041
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1042
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1043
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1044
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1045
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1046
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1047
+ SOFTWARE.
1048
+
1049
+
1050
+ --------------------------------------------------------------------------------
1051
+ Unicode License v3
1052
+
1053
+ Used by:
1054
+ * unicode-ident 1.0.24 (https://github.com/dtolnay/unicode-ident)
1055
+
1056
+ UNICODE LICENSE V3
1057
+
1058
+ COPYRIGHT AND PERMISSION NOTICE
1059
+
1060
+ Copyright © 1991-2023 Unicode, Inc.
1061
+
1062
+ NOTICE TO USER: Carefully read the following legal agreement. BY
1063
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
1064
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
1065
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
1066
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
1067
+
1068
+ Permission is hereby granted, free of charge, to any person obtaining a
1069
+ copy of data files and any associated documentation (the "Data Files") or
1070
+ software and any associated documentation (the "Software") to deal in the
1071
+ Data Files or Software without restriction, including without limitation
1072
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
1073
+ copies of the Data Files or Software, and to permit persons to whom the
1074
+ Data Files or Software are furnished to do so, provided that either (a)
1075
+ this copyright and permission notice appear with all copies of the Data
1076
+ Files or Software, or (b) this copyright and permission notice appear in
1077
+ associated Documentation.
1078
+
1079
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
1080
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1081
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
1082
+ THIRD PARTY RIGHTS.
1083
+
1084
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
1085
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
1086
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1087
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1088
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
1089
+ FILES OR SOFTWARE.
1090
+
1091
+ Except as contained in this notice, the name of a copyright holder shall
1092
+ not be used in advertising or otherwise to promote the sale, use or other
1093
+ dealings in these Data Files or Software without prior written
1094
+ authorization of the copyright holder.
1095
+