@msvesper/vesper-net-linux-x64 0.1.4

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,2766 @@
1
+ # Third-Party Notices
2
+
3
+ This file covers third-party code embedded in the packaged vesper-net binary.
4
+
5
+ ## Go standard library
6
+
7
+ BEGIN LICENSE TEXT
8
+ Copyright 2009 The Go Authors.
9
+
10
+ Redistribution and use in source and binary forms, with or without
11
+ modification, are permitted provided that the following conditions are
12
+ met:
13
+
14
+ * Redistributions of source code must retain the above copyright
15
+ notice, this list of conditions and the following disclaimer.
16
+ * Redistributions in binary form must reproduce the above
17
+ copyright notice, this list of conditions and the following disclaimer
18
+ in the documentation and/or other materials provided with the
19
+ distribution.
20
+ * Neither the name of Google LLC nor the names of its
21
+ contributors may be used to endorse or promote products derived from
22
+ this software without specific prior written permission.
23
+
24
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+ END LICENSE TEXT
36
+
37
+ ## filippo.io/edwards25519 v1.2.0
38
+
39
+ ### LICENSE
40
+
41
+ BEGIN LICENSE TEXT
42
+ Copyright (c) 2009 The Go Authors. All rights reserved.
43
+
44
+ Redistribution and use in source and binary forms, with or without
45
+ modification, are permitted provided that the following conditions are
46
+ met:
47
+
48
+ * Redistributions of source code must retain the above copyright
49
+ notice, this list of conditions and the following disclaimer.
50
+ * Redistributions in binary form must reproduce the above
51
+ copyright notice, this list of conditions and the following disclaimer
52
+ in the documentation and/or other materials provided with the
53
+ distribution.
54
+ * Neither the name of Google Inc. nor the names of its
55
+ contributors may be used to endorse or promote products derived from
56
+ this software without specific prior written permission.
57
+
58
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
59
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
60
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
61
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
62
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
63
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
64
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
65
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
66
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
67
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
69
+ END LICENSE TEXT
70
+
71
+ ## github.com/coder/websocket v1.8.12
72
+
73
+ ### LICENSE.txt
74
+
75
+ BEGIN LICENSE TEXT
76
+ Copyright (c) 2023 Anmol Sethi <hi@nhooyr.io>
77
+
78
+ Permission to use, copy, modify, and distribute this software for any
79
+ purpose with or without fee is hereby granted, provided that the above
80
+ copyright notice and this permission notice appear in all copies.
81
+
82
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
83
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
84
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
85
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
86
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
87
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
88
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
89
+ END LICENSE TEXT
90
+
91
+ ## github.com/creachadair/msync v0.7.1
92
+
93
+ ### LICENSE
94
+
95
+ BEGIN LICENSE TEXT
96
+ Copyright (C) 2022, Michael J. Fromberger
97
+ All Rights Reserved.
98
+
99
+ Redistribution and use in source and binary forms, with or without
100
+ modification, are permitted provided that the following conditions are met:
101
+
102
+ (1) Redistributions of source code must retain the above copyright notice,
103
+ this list of conditions and the following disclaimer.
104
+
105
+ (2) Redistributions in binary form must reproduce the above copyright
106
+ notice, this list of conditions and the following disclaimer in the
107
+ documentation and/or other materials provided with the distribution.
108
+
109
+ (3) The name of the author may not be used to endorse or promote products
110
+ derived from this software without specific prior written permission.
111
+
112
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
113
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
114
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
115
+ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
116
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
117
+ OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
118
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
119
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
120
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
121
+ OF SUCH DAMAGE.
122
+ END LICENSE TEXT
123
+
124
+ ## github.com/fxamacker/cbor/v2 v2.9.0
125
+
126
+ ### LICENSE
127
+
128
+ BEGIN LICENSE TEXT
129
+ MIT License
130
+
131
+ Copyright (c) 2019-present Faye Amacker
132
+
133
+ Permission is hereby granted, free of charge, to any person obtaining a copy
134
+ of this software and associated documentation files (the "Software"), to deal
135
+ in the Software without restriction, including without limitation the rights
136
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
137
+ copies of the Software, and to permit persons to whom the Software is
138
+ furnished to do so, subject to the following conditions:
139
+
140
+ The above copyright notice and this permission notice shall be included in all
141
+ copies or substantial portions of the Software.
142
+
143
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
144
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
145
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
146
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
147
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
148
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
149
+ SOFTWARE.
150
+ END LICENSE TEXT
151
+
152
+ ## github.com/gaissmai/bart v0.26.1
153
+
154
+ ### LICENSE
155
+
156
+ BEGIN LICENSE TEXT
157
+ MIT License
158
+
159
+ Copyright (c) 2024 Karl Gaissmaier
160
+
161
+ Permission is hereby granted, free of charge, to any person obtaining a copy
162
+ of this software and associated documentation files (the "Software"), to deal
163
+ in the Software without restriction, including without limitation the rights
164
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
165
+ copies of the Software, and to permit persons to whom the Software is
166
+ furnished to do so, subject to the following conditions:
167
+
168
+ The above copyright notice and this permission notice shall be included in all
169
+ copies or substantial portions of the Software.
170
+
171
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
172
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
174
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
175
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
176
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
177
+ SOFTWARE.
178
+ END LICENSE TEXT
179
+
180
+ ## github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
181
+
182
+ ### LICENSE
183
+
184
+ BEGIN LICENSE TEXT
185
+ Copyright (c) 2020 The Go Authors. All rights reserved.
186
+
187
+ Redistribution and use in source and binary forms, with or without
188
+ modification, are permitted provided that the following conditions are
189
+ met:
190
+
191
+ * Redistributions of source code must retain the above copyright
192
+ notice, this list of conditions and the following disclaimer.
193
+ * Redistributions in binary form must reproduce the above
194
+ copyright notice, this list of conditions and the following disclaimer
195
+ in the documentation and/or other materials provided with the
196
+ distribution.
197
+ * Neither the name of Google Inc. nor the names of its
198
+ contributors may be used to endorse or promote products derived from
199
+ this software without specific prior written permission.
200
+
201
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
202
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
203
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
204
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
205
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
206
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
207
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
208
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
209
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
210
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
211
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
212
+ END LICENSE TEXT
213
+
214
+ ## github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466
215
+
216
+ ### LICENSE
217
+
218
+ BEGIN LICENSE TEXT
219
+ Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google
220
+ All rights reserved.
221
+
222
+ Redistribution and use in source and binary forms, with or without
223
+ modification, are permitted provided that the following conditions
224
+ are met:
225
+
226
+ 1. Redistributions of source code must retain the above copyright notice,
227
+ this list of conditions and the following disclaimer.
228
+
229
+ 2. Redistributions in binary form must reproduce the above copyright
230
+ notice, this list of conditions and the following disclaimer in the
231
+ documentation and/or other materials provided with the distribution.
232
+
233
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
234
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
235
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
236
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
237
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
238
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
239
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
240
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
241
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
242
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
243
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
244
+ END LICENSE TEXT
245
+
246
+ ## github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
247
+
248
+ ### LICENSE
249
+
250
+ BEGIN LICENSE TEXT
251
+ Apache License
252
+ Version 2.0, January 2004
253
+ http://www.apache.org/licenses/
254
+
255
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
256
+
257
+ 1. Definitions.
258
+
259
+ "License" shall mean the terms and conditions for use, reproduction, and
260
+ distribution as defined by Sections 1 through 9 of this document.
261
+
262
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright
263
+ owner that is granting the License.
264
+
265
+ "Legal Entity" shall mean the union of the acting entity and all other entities
266
+ that control, are controlled by, or are under common control with that entity.
267
+ For the purposes of this definition, "control" means (i) the power, direct or
268
+ indirect, to cause the direction or management of such entity, whether by
269
+ contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
270
+ outstanding shares, or (iii) beneficial ownership of such entity.
271
+
272
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
273
+ permissions granted by this License.
274
+
275
+ "Source" form shall mean the preferred form for making modifications, including
276
+ but not limited to software source code, documentation source, and configuration
277
+ files.
278
+
279
+ "Object" form shall mean any form resulting from mechanical transformation or
280
+ translation of a Source form, including but not limited to compiled object code,
281
+ generated documentation, and conversions to other media types.
282
+
283
+ "Work" shall mean the work of authorship, whether in Source or Object form, made
284
+ available under the License, as indicated by a copyright notice that is included
285
+ in or attached to the work (an example is provided in the Appendix below).
286
+
287
+ "Derivative Works" shall mean any work, whether in Source or Object form, that
288
+ is based on (or derived from) the Work and for which the editorial revisions,
289
+ annotations, elaborations, or other modifications represent, as a whole, an
290
+ original work of authorship. For the purposes of this License, Derivative Works
291
+ shall not include works that remain separable from, or merely link (or bind by
292
+ name) to the interfaces of, the Work and Derivative Works thereof.
293
+
294
+ "Contribution" shall mean any work of authorship, including the original version
295
+ of the Work and any modifications or additions to that Work or Derivative Works
296
+ thereof, that is intentionally submitted to Licensor for inclusion in the Work
297
+ by the copyright owner or by an individual or Legal Entity authorized to submit
298
+ on behalf of the copyright owner. For the purposes of this definition,
299
+ "submitted" means any form of electronic, verbal, or written communication sent
300
+ to the Licensor or its representatives, including but not limited to
301
+ communication on electronic mailing lists, source code control systems, and
302
+ issue tracking systems that are managed by, or on behalf of, the Licensor for
303
+ the purpose of discussing and improving the Work, but excluding communication
304
+ that is conspicuously marked or otherwise designated in writing by the copyright
305
+ owner as "Not a Contribution."
306
+
307
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
308
+ of whom a Contribution has been received by Licensor and subsequently
309
+ incorporated within the Work.
310
+
311
+ 2. Grant of Copyright License.
312
+
313
+ Subject to the terms and conditions of this License, each Contributor hereby
314
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
315
+ irrevocable copyright license to reproduce, prepare Derivative Works of,
316
+ publicly display, publicly perform, sublicense, and distribute the Work and such
317
+ Derivative Works in Source or Object form.
318
+
319
+ 3. Grant of Patent License.
320
+
321
+ Subject to the terms and conditions of this License, each Contributor hereby
322
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
323
+ irrevocable (except as stated in this section) patent license to make, have
324
+ made, use, offer to sell, sell, import, and otherwise transfer the Work, where
325
+ such license applies only to those patent claims licensable by such Contributor
326
+ that are necessarily infringed by their Contribution(s) alone or by combination
327
+ of their Contribution(s) with the Work to which such Contribution(s) was
328
+ submitted. If You institute patent litigation against any entity (including a
329
+ cross-claim or counterclaim in a lawsuit) alleging that the Work or a
330
+ Contribution incorporated within the Work constitutes direct or contributory
331
+ patent infringement, then any patent licenses granted to You under this License
332
+ for that Work shall terminate as of the date such litigation is filed.
333
+
334
+ 4. Redistribution.
335
+
336
+ You may reproduce and distribute copies of the Work or Derivative Works thereof
337
+ in any medium, with or without modifications, and in Source or Object form,
338
+ provided that You meet the following conditions:
339
+
340
+ You must give any other recipients of the Work or Derivative Works a copy of
341
+ this License; and
342
+ You must cause any modified files to carry prominent notices stating that You
343
+ changed the files; and
344
+ You must retain, in the Source form of any Derivative Works that You distribute,
345
+ all copyright, patent, trademark, and attribution notices from the Source form
346
+ of the Work, excluding those notices that do not pertain to any part of the
347
+ Derivative Works; and
348
+ If the Work includes a "NOTICE" text file as part of its distribution, then any
349
+ Derivative Works that You distribute must include a readable copy of the
350
+ attribution notices contained within such NOTICE file, excluding those notices
351
+ that do not pertain to any part of the Derivative Works, in at least one of the
352
+ following places: within a NOTICE text file distributed as part of the
353
+ Derivative Works; within the Source form or documentation, if provided along
354
+ with the Derivative Works; or, within a display generated by the Derivative
355
+ Works, if and wherever such third-party notices normally appear. The contents of
356
+ the NOTICE file are for informational purposes only and do not modify the
357
+ License. You may add Your own attribution notices within Derivative Works that
358
+ You distribute, alongside or as an addendum to the NOTICE text from the Work,
359
+ provided that such additional attribution notices cannot be construed as
360
+ modifying the License.
361
+ You may add Your own copyright statement to Your modifications and may provide
362
+ additional or different license terms and conditions for use, reproduction, or
363
+ distribution of Your modifications, or for any such Derivative Works as a whole,
364
+ provided Your use, reproduction, and distribution of the Work otherwise complies
365
+ with the conditions stated in this License.
366
+
367
+ 5. Submission of Contributions.
368
+
369
+ Unless You explicitly state otherwise, any Contribution intentionally submitted
370
+ for inclusion in the Work by You to the Licensor shall be under the terms and
371
+ conditions of this License, without any additional terms or conditions.
372
+ Notwithstanding the above, nothing herein shall supersede or modify the terms of
373
+ any separate license agreement you may have executed with Licensor regarding
374
+ such Contributions.
375
+
376
+ 6. Trademarks.
377
+
378
+ This License does not grant permission to use the trade names, trademarks,
379
+ service marks, or product names of the Licensor, except as required for
380
+ reasonable and customary use in describing the origin of the Work and
381
+ reproducing the content of the NOTICE file.
382
+
383
+ 7. Disclaimer of Warranty.
384
+
385
+ Unless required by applicable law or agreed to in writing, Licensor provides the
386
+ Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
387
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
388
+ including, without limitation, any warranties or conditions of TITLE,
389
+ NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
390
+ solely responsible for determining the appropriateness of using or
391
+ redistributing the Work and assume any risks associated with Your exercise of
392
+ permissions under this License.
393
+
394
+ 8. Limitation of Liability.
395
+
396
+ In no event and under no legal theory, whether in tort (including negligence),
397
+ contract, or otherwise, unless required by applicable law (such as deliberate
398
+ and grossly negligent acts) or agreed to in writing, shall any Contributor be
399
+ liable to You for damages, including any direct, indirect, special, incidental,
400
+ or consequential damages of any character arising as a result of this License or
401
+ out of the use or inability to use the Work (including but not limited to
402
+ damages for loss of goodwill, work stoppage, computer failure or malfunction, or
403
+ any and all other commercial damages or losses), even if such Contributor has
404
+ been advised of the possibility of such damages.
405
+
406
+ 9. Accepting Warranty or Additional Liability.
407
+
408
+ While redistributing the Work or Derivative Works thereof, You may choose to
409
+ offer, and charge a fee for, acceptance of support, warranty, indemnity, or
410
+ other liability obligations and/or rights consistent with this License. However,
411
+ in accepting such obligations, You may act only on Your own behalf and on Your
412
+ sole responsibility, not on behalf of any other Contributor, and only if You
413
+ agree to indemnify, defend, and hold each Contributor harmless for any liability
414
+ incurred by, or claims asserted against, such Contributor by reason of your
415
+ accepting any such warranty or additional liability.
416
+
417
+ END OF TERMS AND CONDITIONS
418
+
419
+ APPENDIX: How to apply the Apache License to your work
420
+
421
+ To apply the Apache License to your work, attach the following boilerplate
422
+ notice, with the fields enclosed by brackets "[]" replaced with your own
423
+ identifying information. (Don't include the brackets!) The text should be
424
+ enclosed in the appropriate comment syntax for the file format. We also
425
+ recommend that a file or class name and description of purpose be included on
426
+ the same "printed page" as the copyright notice for easier identification within
427
+ third-party archives.
428
+
429
+ Copyright [yyyy] [name of copyright owner]
430
+
431
+ Licensed under the Apache License, Version 2.0 (the "License");
432
+ you may not use this file except in compliance with the License.
433
+ You may obtain a copy of the License at
434
+
435
+ http://www.apache.org/licenses/LICENSE-2.0
436
+
437
+ Unless required by applicable law or agreed to in writing, software
438
+ distributed under the License is distributed on an "AS IS" BASIS,
439
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
440
+ See the License for the specific language governing permissions and
441
+ limitations under the License.
442
+ END LICENSE TEXT
443
+
444
+ ## github.com/google/btree v1.1.3
445
+
446
+ ### LICENSE
447
+
448
+ BEGIN LICENSE TEXT
449
+
450
+ Apache License
451
+ Version 2.0, January 2004
452
+ http://www.apache.org/licenses/
453
+
454
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
455
+
456
+ 1. Definitions.
457
+
458
+ "License" shall mean the terms and conditions for use, reproduction,
459
+ and distribution as defined by Sections 1 through 9 of this document.
460
+
461
+ "Licensor" shall mean the copyright owner or entity authorized by
462
+ the copyright owner that is granting the License.
463
+
464
+ "Legal Entity" shall mean the union of the acting entity and all
465
+ other entities that control, are controlled by, or are under common
466
+ control with that entity. For the purposes of this definition,
467
+ "control" means (i) the power, direct or indirect, to cause the
468
+ direction or management of such entity, whether by contract or
469
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
470
+ outstanding shares, or (iii) beneficial ownership of such entity.
471
+
472
+ "You" (or "Your") shall mean an individual or Legal Entity
473
+ exercising permissions granted by this License.
474
+
475
+ "Source" form shall mean the preferred form for making modifications,
476
+ including but not limited to software source code, documentation
477
+ source, and configuration files.
478
+
479
+ "Object" form shall mean any form resulting from mechanical
480
+ transformation or translation of a Source form, including but
481
+ not limited to compiled object code, generated documentation,
482
+ and conversions to other media types.
483
+
484
+ "Work" shall mean the work of authorship, whether in Source or
485
+ Object form, made available under the License, as indicated by a
486
+ copyright notice that is included in or attached to the work
487
+ (an example is provided in the Appendix below).
488
+
489
+ "Derivative Works" shall mean any work, whether in Source or Object
490
+ form, that is based on (or derived from) the Work and for which the
491
+ editorial revisions, annotations, elaborations, or other modifications
492
+ represent, as a whole, an original work of authorship. For the purposes
493
+ of this License, Derivative Works shall not include works that remain
494
+ separable from, or merely link (or bind by name) to the interfaces of,
495
+ the Work and Derivative Works thereof.
496
+
497
+ "Contribution" shall mean any work of authorship, including
498
+ the original version of the Work and any modifications or additions
499
+ to that Work or Derivative Works thereof, that is intentionally
500
+ submitted to Licensor for inclusion in the Work by the copyright owner
501
+ or by an individual or Legal Entity authorized to submit on behalf of
502
+ the copyright owner. For the purposes of this definition, "submitted"
503
+ means any form of electronic, verbal, or written communication sent
504
+ to the Licensor or its representatives, including but not limited to
505
+ communication on electronic mailing lists, source code control systems,
506
+ and issue tracking systems that are managed by, or on behalf of, the
507
+ Licensor for the purpose of discussing and improving the Work, but
508
+ excluding communication that is conspicuously marked or otherwise
509
+ designated in writing by the copyright owner as "Not a Contribution."
510
+
511
+ "Contributor" shall mean Licensor and any individual or Legal Entity
512
+ on behalf of whom a Contribution has been received by Licensor and
513
+ subsequently incorporated within the Work.
514
+
515
+ 2. Grant of Copyright License. Subject to the terms and conditions of
516
+ this License, each Contributor hereby grants to You a perpetual,
517
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
518
+ copyright license to reproduce, prepare Derivative Works of,
519
+ publicly display, publicly perform, sublicense, and distribute the
520
+ Work and such Derivative Works in Source or Object form.
521
+
522
+ 3. Grant of Patent License. Subject to the terms and conditions of
523
+ this License, each Contributor hereby grants to You a perpetual,
524
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
525
+ (except as stated in this section) patent license to make, have made,
526
+ use, offer to sell, sell, import, and otherwise transfer the Work,
527
+ where such license applies only to those patent claims licensable
528
+ by such Contributor that are necessarily infringed by their
529
+ Contribution(s) alone or by combination of their Contribution(s)
530
+ with the Work to which such Contribution(s) was submitted. If You
531
+ institute patent litigation against any entity (including a
532
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
533
+ or a Contribution incorporated within the Work constitutes direct
534
+ or contributory patent infringement, then any patent licenses
535
+ granted to You under this License for that Work shall terminate
536
+ as of the date such litigation is filed.
537
+
538
+ 4. Redistribution. You may reproduce and distribute copies of the
539
+ Work or Derivative Works thereof in any medium, with or without
540
+ modifications, and in Source or Object form, provided that You
541
+ meet the following conditions:
542
+
543
+ (a) You must give any other recipients of the Work or
544
+ Derivative Works a copy of this License; and
545
+
546
+ (b) You must cause any modified files to carry prominent notices
547
+ stating that You changed the files; and
548
+
549
+ (c) You must retain, in the Source form of any Derivative Works
550
+ that You distribute, all copyright, patent, trademark, and
551
+ attribution notices from the Source form of the Work,
552
+ excluding those notices that do not pertain to any part of
553
+ the Derivative Works; and
554
+
555
+ (d) If the Work includes a "NOTICE" text file as part of its
556
+ distribution, then any Derivative Works that You distribute must
557
+ include a readable copy of the attribution notices contained
558
+ within such NOTICE file, excluding those notices that do not
559
+ pertain to any part of the Derivative Works, in at least one
560
+ of the following places: within a NOTICE text file distributed
561
+ as part of the Derivative Works; within the Source form or
562
+ documentation, if provided along with the Derivative Works; or,
563
+ within a display generated by the Derivative Works, if and
564
+ wherever such third-party notices normally appear. The contents
565
+ of the NOTICE file are for informational purposes only and
566
+ do not modify the License. You may add Your own attribution
567
+ notices within Derivative Works that You distribute, alongside
568
+ or as an addendum to the NOTICE text from the Work, provided
569
+ that such additional attribution notices cannot be construed
570
+ as modifying the License.
571
+
572
+ You may add Your own copyright statement to Your modifications and
573
+ may provide additional or different license terms and conditions
574
+ for use, reproduction, or distribution of Your modifications, or
575
+ for any such Derivative Works as a whole, provided Your use,
576
+ reproduction, and distribution of the Work otherwise complies with
577
+ the conditions stated in this License.
578
+
579
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
580
+ any Contribution intentionally submitted for inclusion in the Work
581
+ by You to the Licensor shall be under the terms and conditions of
582
+ this License, without any additional terms or conditions.
583
+ Notwithstanding the above, nothing herein shall supersede or modify
584
+ the terms of any separate license agreement you may have executed
585
+ with Licensor regarding such Contributions.
586
+
587
+ 6. Trademarks. This License does not grant permission to use the trade
588
+ names, trademarks, service marks, or product names of the Licensor,
589
+ except as required for reasonable and customary use in describing the
590
+ origin of the Work and reproducing the content of the NOTICE file.
591
+
592
+ 7. Disclaimer of Warranty. Unless required by applicable law or
593
+ agreed to in writing, Licensor provides the Work (and each
594
+ Contributor provides its Contributions) on an "AS IS" BASIS,
595
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
596
+ implied, including, without limitation, any warranties or conditions
597
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
598
+ PARTICULAR PURPOSE. You are solely responsible for determining the
599
+ appropriateness of using or redistributing the Work and assume any
600
+ risks associated with Your exercise of permissions under this License.
601
+
602
+ 8. Limitation of Liability. In no event and under no legal theory,
603
+ whether in tort (including negligence), contract, or otherwise,
604
+ unless required by applicable law (such as deliberate and grossly
605
+ negligent acts) or agreed to in writing, shall any Contributor be
606
+ liable to You for damages, including any direct, indirect, special,
607
+ incidental, or consequential damages of any character arising as a
608
+ result of this License or out of the use or inability to use the
609
+ Work (including but not limited to damages for loss of goodwill,
610
+ work stoppage, computer failure or malfunction, or any and all
611
+ other commercial damages or losses), even if such Contributor
612
+ has been advised of the possibility of such damages.
613
+
614
+ 9. Accepting Warranty or Additional Liability. While redistributing
615
+ the Work or Derivative Works thereof, You may choose to offer,
616
+ and charge a fee for, acceptance of support, warranty, indemnity,
617
+ or other liability obligations and/or rights consistent with this
618
+ License. However, in accepting such obligations, You may act only
619
+ on Your own behalf and on Your sole responsibility, not on behalf
620
+ of any other Contributor, and only if You agree to indemnify,
621
+ defend, and hold each Contributor harmless for any liability
622
+ incurred by, or claims asserted against, such Contributor by reason
623
+ of your accepting any such warranty or additional liability.
624
+
625
+ END OF TERMS AND CONDITIONS
626
+
627
+ APPENDIX: How to apply the Apache License to your work.
628
+
629
+ To apply the Apache License to your work, attach the following
630
+ boilerplate notice, with the fields enclosed by brackets "[]"
631
+ replaced with your own identifying information. (Don't include
632
+ the brackets!) The text should be enclosed in the appropriate
633
+ comment syntax for the file format. We also recommend that a
634
+ file or class name and description of purpose be included on the
635
+ same "printed page" as the copyright notice for easier
636
+ identification within third-party archives.
637
+
638
+ Copyright [yyyy] [name of copyright owner]
639
+
640
+ Licensed under the Apache License, Version 2.0 (the "License");
641
+ you may not use this file except in compliance with the License.
642
+ You may obtain a copy of the License at
643
+
644
+ http://www.apache.org/licenses/LICENSE-2.0
645
+
646
+ Unless required by applicable law or agreed to in writing, software
647
+ distributed under the License is distributed on an "AS IS" BASIS,
648
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
649
+ See the License for the specific language governing permissions and
650
+ limitations under the License.
651
+ END LICENSE TEXT
652
+
653
+ ## github.com/hdevalence/ed25519consensus v0.2.0
654
+
655
+ ### LICENSE
656
+
657
+ BEGIN LICENSE TEXT
658
+ Copyright (c) 2009 The Go Authors. All rights reserved.
659
+ Copyright (c) 2020 Henry de Valence. All rights reserved.
660
+
661
+ Redistribution and use in source and binary forms, with or without
662
+ modification, are permitted provided that the following conditions are
663
+ met:
664
+
665
+ * Redistributions of source code must retain the above copyright
666
+ notice, this list of conditions and the following disclaimer.
667
+ * Redistributions in binary form must reproduce the above
668
+ copyright notice, this list of conditions and the following disclaimer
669
+ in the documentation and/or other materials provided with the
670
+ distribution.
671
+ * Neither the name of Google Inc. nor the names of its
672
+ contributors may be used to endorse or promote products derived from
673
+ this software without specific prior written permission.
674
+
675
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
676
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
677
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
678
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
679
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
680
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
681
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
682
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
683
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
684
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
685
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
686
+ END LICENSE TEXT
687
+
688
+ ## github.com/huin/goupnp v1.3.0
689
+
690
+ ### LICENSE
691
+
692
+ BEGIN LICENSE TEXT
693
+ Copyright (c) 2013, John Beisley <johnbeisleyuk@gmail.com>
694
+ All rights reserved.
695
+
696
+ Redistribution and use in source and binary forms, with or without modification,
697
+ are permitted provided that the following conditions are met:
698
+
699
+ * Redistributions of source code must retain the above copyright notice, this
700
+ list of conditions and the following disclaimer.
701
+
702
+ * Redistributions in binary form must reproduce the above copyright notice, this
703
+ list of conditions and the following disclaimer in the documentation and/or
704
+ other materials provided with the distribution.
705
+
706
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
707
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
708
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
709
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
710
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
711
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
712
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
713
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
714
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
715
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
716
+ END LICENSE TEXT
717
+
718
+ ## github.com/jsimonetti/rtnetlink v1.4.0
719
+
720
+ ### LICENSE.md
721
+
722
+ BEGIN LICENSE TEXT
723
+ MIT License
724
+ ===========
725
+
726
+ Copyright (C) 2016 Jeroen Simonetti
727
+
728
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
729
+
730
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
731
+
732
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
733
+ END LICENSE TEXT
734
+
735
+ ## github.com/klauspost/compress v1.18.5
736
+
737
+ ### LICENSE
738
+
739
+ BEGIN LICENSE TEXT
740
+ Copyright (c) 2012 The Go Authors. All rights reserved.
741
+ Copyright (c) 2019 Klaus Post. All rights reserved.
742
+
743
+ Redistribution and use in source and binary forms, with or without
744
+ modification, are permitted provided that the following conditions are
745
+ met:
746
+
747
+ * Redistributions of source code must retain the above copyright
748
+ notice, this list of conditions and the following disclaimer.
749
+ * Redistributions in binary form must reproduce the above
750
+ copyright notice, this list of conditions and the following disclaimer
751
+ in the documentation and/or other materials provided with the
752
+ distribution.
753
+ * Neither the name of Google Inc. nor the names of its
754
+ contributors may be used to endorse or promote products derived from
755
+ this software without specific prior written permission.
756
+
757
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
758
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
759
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
760
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
761
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
762
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
763
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
764
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
765
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
766
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
767
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
768
+
769
+ ------------------
770
+
771
+ Files: gzhttp/*
772
+
773
+ Apache License
774
+ Version 2.0, January 2004
775
+ http://www.apache.org/licenses/
776
+
777
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
778
+
779
+ 1. Definitions.
780
+
781
+ "License" shall mean the terms and conditions for use, reproduction,
782
+ and distribution as defined by Sections 1 through 9 of this document.
783
+
784
+ "Licensor" shall mean the copyright owner or entity authorized by
785
+ the copyright owner that is granting the License.
786
+
787
+ "Legal Entity" shall mean the union of the acting entity and all
788
+ other entities that control, are controlled by, or are under common
789
+ control with that entity. For the purposes of this definition,
790
+ "control" means (i) the power, direct or indirect, to cause the
791
+ direction or management of such entity, whether by contract or
792
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
793
+ outstanding shares, or (iii) beneficial ownership of such entity.
794
+
795
+ "You" (or "Your") shall mean an individual or Legal Entity
796
+ exercising permissions granted by this License.
797
+
798
+ "Source" form shall mean the preferred form for making modifications,
799
+ including but not limited to software source code, documentation
800
+ source, and configuration files.
801
+
802
+ "Object" form shall mean any form resulting from mechanical
803
+ transformation or translation of a Source form, including but
804
+ not limited to compiled object code, generated documentation,
805
+ and conversions to other media types.
806
+
807
+ "Work" shall mean the work of authorship, whether in Source or
808
+ Object form, made available under the License, as indicated by a
809
+ copyright notice that is included in or attached to the work
810
+ (an example is provided in the Appendix below).
811
+
812
+ "Derivative Works" shall mean any work, whether in Source or Object
813
+ form, that is based on (or derived from) the Work and for which the
814
+ editorial revisions, annotations, elaborations, or other modifications
815
+ represent, as a whole, an original work of authorship. For the purposes
816
+ of this License, Derivative Works shall not include works that remain
817
+ separable from, or merely link (or bind by name) to the interfaces of,
818
+ the Work and Derivative Works thereof.
819
+
820
+ "Contribution" shall mean any work of authorship, including
821
+ the original version of the Work and any modifications or additions
822
+ to that Work or Derivative Works thereof, that is intentionally
823
+ submitted to Licensor for inclusion in the Work by the copyright owner
824
+ or by an individual or Legal Entity authorized to submit on behalf of
825
+ the copyright owner. For the purposes of this definition, "submitted"
826
+ means any form of electronic, verbal, or written communication sent
827
+ to the Licensor or its representatives, including but not limited to
828
+ communication on electronic mailing lists, source code control systems,
829
+ and issue tracking systems that are managed by, or on behalf of, the
830
+ Licensor for the purpose of discussing and improving the Work, but
831
+ excluding communication that is conspicuously marked or otherwise
832
+ designated in writing by the copyright owner as "Not a Contribution."
833
+
834
+ "Contributor" shall mean Licensor and any individual or Legal Entity
835
+ on behalf of whom a Contribution has been received by Licensor and
836
+ subsequently incorporated within the Work.
837
+
838
+ 2. Grant of Copyright License. Subject to the terms and conditions of
839
+ this License, each Contributor hereby grants to You a perpetual,
840
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
841
+ copyright license to reproduce, prepare Derivative Works of,
842
+ publicly display, publicly perform, sublicense, and distribute the
843
+ Work and such Derivative Works in Source or Object form.
844
+
845
+ 3. Grant of Patent License. Subject to the terms and conditions of
846
+ this License, each Contributor hereby grants to You a perpetual,
847
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
848
+ (except as stated in this section) patent license to make, have made,
849
+ use, offer to sell, sell, import, and otherwise transfer the Work,
850
+ where such license applies only to those patent claims licensable
851
+ by such Contributor that are necessarily infringed by their
852
+ Contribution(s) alone or by combination of their Contribution(s)
853
+ with the Work to which such Contribution(s) was submitted. If You
854
+ institute patent litigation against any entity (including a
855
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
856
+ or a Contribution incorporated within the Work constitutes direct
857
+ or contributory patent infringement, then any patent licenses
858
+ granted to You under this License for that Work shall terminate
859
+ as of the date such litigation is filed.
860
+
861
+ 4. Redistribution. You may reproduce and distribute copies of the
862
+ Work or Derivative Works thereof in any medium, with or without
863
+ modifications, and in Source or Object form, provided that You
864
+ meet the following conditions:
865
+
866
+ (a) You must give any other recipients of the Work or
867
+ Derivative Works a copy of this License; and
868
+
869
+ (b) You must cause any modified files to carry prominent notices
870
+ stating that You changed the files; and
871
+
872
+ (c) You must retain, in the Source form of any Derivative Works
873
+ that You distribute, all copyright, patent, trademark, and
874
+ attribution notices from the Source form of the Work,
875
+ excluding those notices that do not pertain to any part of
876
+ the Derivative Works; and
877
+
878
+ (d) If the Work includes a "NOTICE" text file as part of its
879
+ distribution, then any Derivative Works that You distribute must
880
+ include a readable copy of the attribution notices contained
881
+ within such NOTICE file, excluding those notices that do not
882
+ pertain to any part of the Derivative Works, in at least one
883
+ of the following places: within a NOTICE text file distributed
884
+ as part of the Derivative Works; within the Source form or
885
+ documentation, if provided along with the Derivative Works; or,
886
+ within a display generated by the Derivative Works, if and
887
+ wherever such third-party notices normally appear. The contents
888
+ of the NOTICE file are for informational purposes only and
889
+ do not modify the License. You may add Your own attribution
890
+ notices within Derivative Works that You distribute, alongside
891
+ or as an addendum to the NOTICE text from the Work, provided
892
+ that such additional attribution notices cannot be construed
893
+ as modifying the License.
894
+
895
+ You may add Your own copyright statement to Your modifications and
896
+ may provide additional or different license terms and conditions
897
+ for use, reproduction, or distribution of Your modifications, or
898
+ for any such Derivative Works as a whole, provided Your use,
899
+ reproduction, and distribution of the Work otherwise complies with
900
+ the conditions stated in this License.
901
+
902
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
903
+ any Contribution intentionally submitted for inclusion in the Work
904
+ by You to the Licensor shall be under the terms and conditions of
905
+ this License, without any additional terms or conditions.
906
+ Notwithstanding the above, nothing herein shall supersede or modify
907
+ the terms of any separate license agreement you may have executed
908
+ with Licensor regarding such Contributions.
909
+
910
+ 6. Trademarks. This License does not grant permission to use the trade
911
+ names, trademarks, service marks, or product names of the Licensor,
912
+ except as required for reasonable and customary use in describing the
913
+ origin of the Work and reproducing the content of the NOTICE file.
914
+
915
+ 7. Disclaimer of Warranty. Unless required by applicable law or
916
+ agreed to in writing, Licensor provides the Work (and each
917
+ Contributor provides its Contributions) on an "AS IS" BASIS,
918
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
919
+ implied, including, without limitation, any warranties or conditions
920
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
921
+ PARTICULAR PURPOSE. You are solely responsible for determining the
922
+ appropriateness of using or redistributing the Work and assume any
923
+ risks associated with Your exercise of permissions under this License.
924
+
925
+ 8. Limitation of Liability. In no event and under no legal theory,
926
+ whether in tort (including negligence), contract, or otherwise,
927
+ unless required by applicable law (such as deliberate and grossly
928
+ negligent acts) or agreed to in writing, shall any Contributor be
929
+ liable to You for damages, including any direct, indirect, special,
930
+ incidental, or consequential damages of any character arising as a
931
+ result of this License or out of the use or inability to use the
932
+ Work (including but not limited to damages for loss of goodwill,
933
+ work stoppage, computer failure or malfunction, or any and all
934
+ other commercial damages or losses), even if such Contributor
935
+ has been advised of the possibility of such damages.
936
+
937
+ 9. Accepting Warranty or Additional Liability. While redistributing
938
+ the Work or Derivative Works thereof, You may choose to offer,
939
+ and charge a fee for, acceptance of support, warranty, indemnity,
940
+ or other liability obligations and/or rights consistent with this
941
+ License. However, in accepting such obligations, You may act only
942
+ on Your own behalf and on Your sole responsibility, not on behalf
943
+ of any other Contributor, and only if You agree to indemnify,
944
+ defend, and hold each Contributor harmless for any liability
945
+ incurred by, or claims asserted against, such Contributor by reason
946
+ of your accepting any such warranty or additional liability.
947
+
948
+ END OF TERMS AND CONDITIONS
949
+
950
+ APPENDIX: How to apply the Apache License to your work.
951
+
952
+ To apply the Apache License to your work, attach the following
953
+ boilerplate notice, with the fields enclosed by brackets "[]"
954
+ replaced with your own identifying information. (Don't include
955
+ the brackets!) The text should be enclosed in the appropriate
956
+ comment syntax for the file format. We also recommend that a
957
+ file or class name and description of purpose be included on the
958
+ same "printed page" as the copyright notice for easier
959
+ identification within third-party archives.
960
+
961
+ Copyright 2016-2017 The New York Times Company
962
+
963
+ Licensed under the Apache License, Version 2.0 (the "License");
964
+ you may not use this file except in compliance with the License.
965
+ You may obtain a copy of the License at
966
+
967
+ http://www.apache.org/licenses/LICENSE-2.0
968
+
969
+ Unless required by applicable law or agreed to in writing, software
970
+ distributed under the License is distributed on an "AS IS" BASIS,
971
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
972
+ See the License for the specific language governing permissions and
973
+ limitations under the License.
974
+
975
+ ------------------
976
+
977
+ Files: s2/cmd/internal/readahead/*
978
+
979
+ The MIT License (MIT)
980
+
981
+ Copyright (c) 2015 Klaus Post
982
+
983
+ Permission is hereby granted, free of charge, to any person obtaining a copy
984
+ of this software and associated documentation files (the "Software"), to deal
985
+ in the Software without restriction, including without limitation the rights
986
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
987
+ copies of the Software, and to permit persons to whom the Software is
988
+ furnished to do so, subject to the following conditions:
989
+
990
+ The above copyright notice and this permission notice shall be included in all
991
+ copies or substantial portions of the Software.
992
+
993
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
994
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
995
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
996
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
997
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
998
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
999
+ SOFTWARE.
1000
+
1001
+ ---------------------
1002
+ Files: snappy/*
1003
+ Files: internal/snapref/*
1004
+
1005
+ Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
1006
+
1007
+ Redistribution and use in source and binary forms, with or without
1008
+ modification, are permitted provided that the following conditions are
1009
+ met:
1010
+
1011
+ * Redistributions of source code must retain the above copyright
1012
+ notice, this list of conditions and the following disclaimer.
1013
+ * Redistributions in binary form must reproduce the above
1014
+ copyright notice, this list of conditions and the following disclaimer
1015
+ in the documentation and/or other materials provided with the
1016
+ distribution.
1017
+ * Neither the name of Google Inc. nor the names of its
1018
+ contributors may be used to endorse or promote products derived from
1019
+ this software without specific prior written permission.
1020
+
1021
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1022
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1023
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1024
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1025
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1026
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1027
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1028
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1029
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1030
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1031
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1032
+
1033
+ -----------------
1034
+
1035
+ Files: s2/cmd/internal/filepathx/*
1036
+
1037
+ Copyright 2016 The filepathx Authors
1038
+
1039
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1040
+
1041
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1042
+
1043
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1044
+ END LICENSE TEXT
1045
+
1046
+ ## github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42
1047
+
1048
+ ### LICENSE.md
1049
+
1050
+ BEGIN LICENSE TEXT
1051
+ # MIT License
1052
+
1053
+ Copyright (C) 2016-2022 Matt Layher
1054
+
1055
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1056
+
1057
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1058
+
1059
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1060
+ END LICENSE TEXT
1061
+
1062
+ ## github.com/mdlayher/socket v0.5.0
1063
+
1064
+ ### LICENSE.md
1065
+
1066
+ BEGIN LICENSE TEXT
1067
+ # MIT License
1068
+
1069
+ Copyright (C) 2021 Matt Layher
1070
+
1071
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1072
+
1073
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1074
+
1075
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1076
+ END LICENSE TEXT
1077
+
1078
+ ## github.com/mitchellh/go-ps v1.0.0
1079
+
1080
+ ### LICENSE.md
1081
+
1082
+ BEGIN LICENSE TEXT
1083
+ The MIT License (MIT)
1084
+
1085
+ Copyright (c) 2014 Mitchell Hashimoto
1086
+
1087
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1088
+ of this software and associated documentation files (the "Software"), to deal
1089
+ in the Software without restriction, including without limitation the rights
1090
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1091
+ copies of the Software, and to permit persons to whom the Software is
1092
+ furnished to do so, subject to the following conditions:
1093
+
1094
+ The above copyright notice and this permission notice shall be included in
1095
+ all copies or substantial portions of the Software.
1096
+
1097
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1098
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1099
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1100
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1101
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1102
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1103
+ THE SOFTWARE.
1104
+ END LICENSE TEXT
1105
+
1106
+ ## github.com/pires/go-proxyproto v0.8.1
1107
+
1108
+ ### LICENSE
1109
+
1110
+ BEGIN LICENSE TEXT
1111
+ Apache License
1112
+ Version 2.0, January 2004
1113
+ http://www.apache.org/licenses/
1114
+
1115
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1116
+
1117
+ 1. Definitions.
1118
+
1119
+ "License" shall mean the terms and conditions for use, reproduction,
1120
+ and distribution as defined by Sections 1 through 9 of this document.
1121
+
1122
+ "Licensor" shall mean the copyright owner or entity authorized by
1123
+ the copyright owner that is granting the License.
1124
+
1125
+ "Legal Entity" shall mean the union of the acting entity and all
1126
+ other entities that control, are controlled by, or are under common
1127
+ control with that entity. For the purposes of this definition,
1128
+ "control" means (i) the power, direct or indirect, to cause the
1129
+ direction or management of such entity, whether by contract or
1130
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1131
+ outstanding shares, or (iii) beneficial ownership of such entity.
1132
+
1133
+ "You" (or "Your") shall mean an individual or Legal Entity
1134
+ exercising permissions granted by this License.
1135
+
1136
+ "Source" form shall mean the preferred form for making modifications,
1137
+ including but not limited to software source code, documentation
1138
+ source, and configuration files.
1139
+
1140
+ "Object" form shall mean any form resulting from mechanical
1141
+ transformation or translation of a Source form, including but
1142
+ not limited to compiled object code, generated documentation,
1143
+ and conversions to other media types.
1144
+
1145
+ "Work" shall mean the work of authorship, whether in Source or
1146
+ Object form, made available under the License, as indicated by a
1147
+ copyright notice that is included in or attached to the work
1148
+ (an example is provided in the Appendix below).
1149
+
1150
+ "Derivative Works" shall mean any work, whether in Source or Object
1151
+ form, that is based on (or derived from) the Work and for which the
1152
+ editorial revisions, annotations, elaborations, or other modifications
1153
+ represent, as a whole, an original work of authorship. For the purposes
1154
+ of this License, Derivative Works shall not include works that remain
1155
+ separable from, or merely link (or bind by name) to the interfaces of,
1156
+ the Work and Derivative Works thereof.
1157
+
1158
+ "Contribution" shall mean any work of authorship, including
1159
+ the original version of the Work and any modifications or additions
1160
+ to that Work or Derivative Works thereof, that is intentionally
1161
+ submitted to Licensor for inclusion in the Work by the copyright owner
1162
+ or by an individual or Legal Entity authorized to submit on behalf of
1163
+ the copyright owner. For the purposes of this definition, "submitted"
1164
+ means any form of electronic, verbal, or written communication sent
1165
+ to the Licensor or its representatives, including but not limited to
1166
+ communication on electronic mailing lists, source code control systems,
1167
+ and issue tracking systems that are managed by, or on behalf of, the
1168
+ Licensor for the purpose of discussing and improving the Work, but
1169
+ excluding communication that is conspicuously marked or otherwise
1170
+ designated in writing by the copyright owner as "Not a Contribution."
1171
+
1172
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1173
+ on behalf of whom a Contribution has been received by Licensor and
1174
+ subsequently incorporated within the Work.
1175
+
1176
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1177
+ this License, each Contributor hereby grants to You a perpetual,
1178
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1179
+ copyright license to reproduce, prepare Derivative Works of,
1180
+ publicly display, publicly perform, sublicense, and distribute the
1181
+ Work and such Derivative Works in Source or Object form.
1182
+
1183
+ 3. Grant of Patent License. Subject to the terms and conditions of
1184
+ this License, each Contributor hereby grants to You a perpetual,
1185
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1186
+ (except as stated in this section) patent license to make, have made,
1187
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1188
+ where such license applies only to those patent claims licensable
1189
+ by such Contributor that are necessarily infringed by their
1190
+ Contribution(s) alone or by combination of their Contribution(s)
1191
+ with the Work to which such Contribution(s) was submitted. If You
1192
+ institute patent litigation against any entity (including a
1193
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1194
+ or a Contribution incorporated within the Work constitutes direct
1195
+ or contributory patent infringement, then any patent licenses
1196
+ granted to You under this License for that Work shall terminate
1197
+ as of the date such litigation is filed.
1198
+
1199
+ 4. Redistribution. You may reproduce and distribute copies of the
1200
+ Work or Derivative Works thereof in any medium, with or without
1201
+ modifications, and in Source or Object form, provided that You
1202
+ meet the following conditions:
1203
+
1204
+ (a) You must give any other recipients of the Work or
1205
+ Derivative Works a copy of this License; and
1206
+
1207
+ (b) You must cause any modified files to carry prominent notices
1208
+ stating that You changed the files; and
1209
+
1210
+ (c) You must retain, in the Source form of any Derivative Works
1211
+ that You distribute, all copyright, patent, trademark, and
1212
+ attribution notices from the Source form of the Work,
1213
+ excluding those notices that do not pertain to any part of
1214
+ the Derivative Works; and
1215
+
1216
+ (d) If the Work includes a "NOTICE" text file as part of its
1217
+ distribution, then any Derivative Works that You distribute must
1218
+ include a readable copy of the attribution notices contained
1219
+ within such NOTICE file, excluding those notices that do not
1220
+ pertain to any part of the Derivative Works, in at least one
1221
+ of the following places: within a NOTICE text file distributed
1222
+ as part of the Derivative Works; within the Source form or
1223
+ documentation, if provided along with the Derivative Works; or,
1224
+ within a display generated by the Derivative Works, if and
1225
+ wherever such third-party notices normally appear. The contents
1226
+ of the NOTICE file are for informational purposes only and
1227
+ do not modify the License. You may add Your own attribution
1228
+ notices within Derivative Works that You distribute, alongside
1229
+ or as an addendum to the NOTICE text from the Work, provided
1230
+ that such additional attribution notices cannot be construed
1231
+ as modifying the License.
1232
+
1233
+ You may add Your own copyright statement to Your modifications and
1234
+ may provide additional or different license terms and conditions
1235
+ for use, reproduction, or distribution of Your modifications, or
1236
+ for any such Derivative Works as a whole, provided Your use,
1237
+ reproduction, and distribution of the Work otherwise complies with
1238
+ the conditions stated in this License.
1239
+
1240
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1241
+ any Contribution intentionally submitted for inclusion in the Work
1242
+ by You to the Licensor shall be under the terms and conditions of
1243
+ this License, without any additional terms or conditions.
1244
+ Notwithstanding the above, nothing herein shall supersede or modify
1245
+ the terms of any separate license agreement you may have executed
1246
+ with Licensor regarding such Contributions.
1247
+
1248
+ 6. Trademarks. This License does not grant permission to use the trade
1249
+ names, trademarks, service marks, or product names of the Licensor,
1250
+ except as required for reasonable and customary use in describing the
1251
+ origin of the Work and reproducing the content of the NOTICE file.
1252
+
1253
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1254
+ agreed to in writing, Licensor provides the Work (and each
1255
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1256
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1257
+ implied, including, without limitation, any warranties or conditions
1258
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1259
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1260
+ appropriateness of using or redistributing the Work and assume any
1261
+ risks associated with Your exercise of permissions under this License.
1262
+
1263
+ 8. Limitation of Liability. In no event and under no legal theory,
1264
+ whether in tort (including negligence), contract, or otherwise,
1265
+ unless required by applicable law (such as deliberate and grossly
1266
+ negligent acts) or agreed to in writing, shall any Contributor be
1267
+ liable to You for damages, including any direct, indirect, special,
1268
+ incidental, or consequential damages of any character arising as a
1269
+ result of this License or out of the use or inability to use the
1270
+ Work (including but not limited to damages for loss of goodwill,
1271
+ work stoppage, computer failure or malfunction, or any and all
1272
+ other commercial damages or losses), even if such Contributor
1273
+ has been advised of the possibility of such damages.
1274
+
1275
+ 9. Accepting Warranty or Additional Liability. While redistributing
1276
+ the Work or Derivative Works thereof, You may choose to offer,
1277
+ and charge a fee for, acceptance of support, warranty, indemnity,
1278
+ or other liability obligations and/or rights consistent with this
1279
+ License. However, in accepting such obligations, You may act only
1280
+ on Your own behalf and on Your sole responsibility, not on behalf
1281
+ of any other Contributor, and only if You agree to indemnify,
1282
+ defend, and hold each Contributor harmless for any liability
1283
+ incurred by, or claims asserted against, such Contributor by reason
1284
+ of your accepting any such warranty or additional liability.
1285
+
1286
+ END OF TERMS AND CONDITIONS
1287
+
1288
+ APPENDIX: How to apply the Apache License to your work.
1289
+
1290
+ To apply the Apache License to your work, attach the following
1291
+ boilerplate notice, with the fields enclosed by brackets "{}"
1292
+ replaced with your own identifying information. (Don't include
1293
+ the brackets!) The text should be enclosed in the appropriate
1294
+ comment syntax for the file format. We also recommend that a
1295
+ file or class name and description of purpose be included on the
1296
+ same "printed page" as the copyright notice for easier
1297
+ identification within third-party archives.
1298
+
1299
+ Copyright 2016 Paulo Pires
1300
+
1301
+ Licensed under the Apache License, Version 2.0 (the "License");
1302
+ you may not use this file except in compliance with the License.
1303
+ You may obtain a copy of the License at
1304
+
1305
+ http://www.apache.org/licenses/LICENSE-2.0
1306
+
1307
+ Unless required by applicable law or agreed to in writing, software
1308
+ distributed under the License is distributed on an "AS IS" BASIS,
1309
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
+ See the License for the specific language governing permissions and
1311
+ limitations under the License.
1312
+ END LICENSE TEXT
1313
+
1314
+ ## github.com/safchain/ethtool v0.3.0
1315
+
1316
+ ### LICENSE
1317
+
1318
+ BEGIN LICENSE TEXT
1319
+ Apache License
1320
+ Version 2.0, January 2004
1321
+ http://www.apache.org/licenses/
1322
+
1323
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1324
+
1325
+ 1. Definitions.
1326
+
1327
+ "License" shall mean the terms and conditions for use, reproduction,
1328
+ and distribution as defined by Sections 1 through 9 of this document.
1329
+
1330
+ "Licensor" shall mean the copyright owner or entity authorized by
1331
+ the copyright owner that is granting the License.
1332
+
1333
+ "Legal Entity" shall mean the union of the acting entity and all
1334
+ other entities that control, are controlled by, or are under common
1335
+ control with that entity. For the purposes of this definition,
1336
+ "control" means (i) the power, direct or indirect, to cause the
1337
+ direction or management of such entity, whether by contract or
1338
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1339
+ outstanding shares, or (iii) beneficial ownership of such entity.
1340
+
1341
+ "You" (or "Your") shall mean an individual or Legal Entity
1342
+ exercising permissions granted by this License.
1343
+
1344
+ "Source" form shall mean the preferred form for making modifications,
1345
+ including but not limited to software source code, documentation
1346
+ source, and configuration files.
1347
+
1348
+ "Object" form shall mean any form resulting from mechanical
1349
+ transformation or translation of a Source form, including but
1350
+ not limited to compiled object code, generated documentation,
1351
+ and conversions to other media types.
1352
+
1353
+ "Work" shall mean the work of authorship, whether in Source or
1354
+ Object form, made available under the License, as indicated by a
1355
+ copyright notice that is included in or attached to the work
1356
+ (an example is provided in the Appendix below).
1357
+
1358
+ "Derivative Works" shall mean any work, whether in Source or Object
1359
+ form, that is based on (or derived from) the Work and for which the
1360
+ editorial revisions, annotations, elaborations, or other modifications
1361
+ represent, as a whole, an original work of authorship. For the purposes
1362
+ of this License, Derivative Works shall not include works that remain
1363
+ separable from, or merely link (or bind by name) to the interfaces of,
1364
+ the Work and Derivative Works thereof.
1365
+
1366
+ "Contribution" shall mean any work of authorship, including
1367
+ the original version of the Work and any modifications or additions
1368
+ to that Work or Derivative Works thereof, that is intentionally
1369
+ submitted to Licensor for inclusion in the Work by the copyright owner
1370
+ or by an individual or Legal Entity authorized to submit on behalf of
1371
+ the copyright owner. For the purposes of this definition, "submitted"
1372
+ means any form of electronic, verbal, or written communication sent
1373
+ to the Licensor or its representatives, including but not limited to
1374
+ communication on electronic mailing lists, source code control systems,
1375
+ and issue tracking systems that are managed by, or on behalf of, the
1376
+ Licensor for the purpose of discussing and improving the Work, but
1377
+ excluding communication that is conspicuously marked or otherwise
1378
+ designated in writing by the copyright owner as "Not a Contribution."
1379
+
1380
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1381
+ on behalf of whom a Contribution has been received by Licensor and
1382
+ subsequently incorporated within the Work.
1383
+
1384
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1385
+ this License, each Contributor hereby grants to You a perpetual,
1386
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1387
+ copyright license to reproduce, prepare Derivative Works of,
1388
+ publicly display, publicly perform, sublicense, and distribute the
1389
+ Work and such Derivative Works in Source or Object form.
1390
+
1391
+ 3. Grant of Patent License. Subject to the terms and conditions of
1392
+ this License, each Contributor hereby grants to You a perpetual,
1393
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1394
+ (except as stated in this section) patent license to make, have made,
1395
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1396
+ where such license applies only to those patent claims licensable
1397
+ by such Contributor that are necessarily infringed by their
1398
+ Contribution(s) alone or by combination of their Contribution(s)
1399
+ with the Work to which such Contribution(s) was submitted. If You
1400
+ institute patent litigation against any entity (including a
1401
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1402
+ or a Contribution incorporated within the Work constitutes direct
1403
+ or contributory patent infringement, then any patent licenses
1404
+ granted to You under this License for that Work shall terminate
1405
+ as of the date such litigation is filed.
1406
+
1407
+ 4. Redistribution. You may reproduce and distribute copies of the
1408
+ Work or Derivative Works thereof in any medium, with or without
1409
+ modifications, and in Source or Object form, provided that You
1410
+ meet the following conditions:
1411
+
1412
+ (a) You must give any other recipients of the Work or
1413
+ Derivative Works a copy of this License; and
1414
+
1415
+ (b) You must cause any modified files to carry prominent notices
1416
+ stating that You changed the files; and
1417
+
1418
+ (c) You must retain, in the Source form of any Derivative Works
1419
+ that You distribute, all copyright, patent, trademark, and
1420
+ attribution notices from the Source form of the Work,
1421
+ excluding those notices that do not pertain to any part of
1422
+ the Derivative Works; and
1423
+
1424
+ (d) If the Work includes a "NOTICE" text file as part of its
1425
+ distribution, then any Derivative Works that You distribute must
1426
+ include a readable copy of the attribution notices contained
1427
+ within such NOTICE file, excluding those notices that do not
1428
+ pertain to any part of the Derivative Works, in at least one
1429
+ of the following places: within a NOTICE text file distributed
1430
+ as part of the Derivative Works; within the Source form or
1431
+ documentation, if provided along with the Derivative Works; or,
1432
+ within a display generated by the Derivative Works, if and
1433
+ wherever such third-party notices normally appear. The contents
1434
+ of the NOTICE file are for informational purposes only and
1435
+ do not modify the License. You may add Your own attribution
1436
+ notices within Derivative Works that You distribute, alongside
1437
+ or as an addendum to the NOTICE text from the Work, provided
1438
+ that such additional attribution notices cannot be construed
1439
+ as modifying the License.
1440
+
1441
+ You may add Your own copyright statement to Your modifications and
1442
+ may provide additional or different license terms and conditions
1443
+ for use, reproduction, or distribution of Your modifications, or
1444
+ for any such Derivative Works as a whole, provided Your use,
1445
+ reproduction, and distribution of the Work otherwise complies with
1446
+ the conditions stated in this License.
1447
+
1448
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1449
+ any Contribution intentionally submitted for inclusion in the Work
1450
+ by You to the Licensor shall be under the terms and conditions of
1451
+ this License, without any additional terms or conditions.
1452
+ Notwithstanding the above, nothing herein shall supersede or modify
1453
+ the terms of any separate license agreement you may have executed
1454
+ with Licensor regarding such Contributions.
1455
+
1456
+ 6. Trademarks. This License does not grant permission to use the trade
1457
+ names, trademarks, service marks, or product names of the Licensor,
1458
+ except as required for reasonable and customary use in describing the
1459
+ origin of the Work and reproducing the content of the NOTICE file.
1460
+
1461
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1462
+ agreed to in writing, Licensor provides the Work (and each
1463
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1464
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1465
+ implied, including, without limitation, any warranties or conditions
1466
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1467
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1468
+ appropriateness of using or redistributing the Work and assume any
1469
+ risks associated with Your exercise of permissions under this License.
1470
+
1471
+ 8. Limitation of Liability. In no event and under no legal theory,
1472
+ whether in tort (including negligence), contract, or otherwise,
1473
+ unless required by applicable law (such as deliberate and grossly
1474
+ negligent acts) or agreed to in writing, shall any Contributor be
1475
+ liable to You for damages, including any direct, indirect, special,
1476
+ incidental, or consequential damages of any character arising as a
1477
+ result of this License or out of the use or inability to use the
1478
+ Work (including but not limited to damages for loss of goodwill,
1479
+ work stoppage, computer failure or malfunction, or any and all
1480
+ other commercial damages or losses), even if such Contributor
1481
+ has been advised of the possibility of such damages.
1482
+
1483
+ 9. Accepting Warranty or Additional Liability. While redistributing
1484
+ the Work or Derivative Works thereof, You may choose to offer,
1485
+ and charge a fee for, acceptance of support, warranty, indemnity,
1486
+ or other liability obligations and/or rights consistent with this
1487
+ License. However, in accepting such obligations, You may act only
1488
+ on Your own behalf and on Your sole responsibility, not on behalf
1489
+ of any other Contributor, and only if You agree to indemnify,
1490
+ defend, and hold each Contributor harmless for any liability
1491
+ incurred by, or claims asserted against, such Contributor by reason
1492
+ of your accepting any such warranty or additional liability.
1493
+
1494
+ END OF TERMS AND CONDITIONS
1495
+
1496
+ APPENDIX: How to apply the Apache License to your work.
1497
+
1498
+ To apply the Apache License to your work, attach the following
1499
+ boilerplate notice, with the fields enclosed by brackets "{}"
1500
+ replaced with your own identifying information. (Don't include
1501
+ the brackets!) The text should be enclosed in the appropriate
1502
+ comment syntax for the file format. We also recommend that a
1503
+ file or class name and description of purpose be included on the
1504
+ same "printed page" as the copyright notice for easier
1505
+ identification within third-party archives.
1506
+
1507
+ Copyright {yyyy} {name of copyright owner}
1508
+
1509
+ Licensed under the Apache License, Version 2.0 (the "License");
1510
+ you may not use this file except in compliance with the License.
1511
+ You may obtain a copy of the License at
1512
+
1513
+ http://www.apache.org/licenses/LICENSE-2.0
1514
+
1515
+ Unless required by applicable law or agreed to in writing, software
1516
+ distributed under the License is distributed on an "AS IS" BASIS,
1517
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1518
+ See the License for the specific language governing permissions and
1519
+ limitations under the License.
1520
+ END LICENSE TEXT
1521
+
1522
+ ## github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
1523
+
1524
+ ### LICENSE
1525
+
1526
+ BEGIN LICENSE TEXT
1527
+ Copyright (c) 2019 Tailscale Inc. All rights reserved.
1528
+
1529
+ Redistribution and use in source and binary forms, with or without
1530
+ modification, are permitted provided that the following conditions are
1531
+ met:
1532
+
1533
+ * Redistributions of source code must retain the above copyright
1534
+ notice, this list of conditions and the following disclaimer.
1535
+ * Redistributions in binary form must reproduce the above
1536
+ copyright notice, this list of conditions and the following disclaimer
1537
+ in the documentation and/or other materials provided with the
1538
+ distribution.
1539
+ * Neither the name of Google Inc. nor the names of its
1540
+ contributors may be used to endorse or promote products derived from
1541
+ this software without specific prior written permission.
1542
+
1543
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1544
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1545
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1546
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1547
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1548
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1549
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1550
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1551
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1552
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1553
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1554
+ END LICENSE TEXT
1555
+
1556
+ ## github.com/tailscale/peercred v0.0.0-20250107143737-35a0c7bd7edc
1557
+
1558
+ ### LICENSE
1559
+
1560
+ BEGIN LICENSE TEXT
1561
+ BSD 3-Clause License
1562
+
1563
+ Copyright (c) 2021, Tailscale Inc.
1564
+ All rights reserved.
1565
+
1566
+ Redistribution and use in source and binary forms, with or without
1567
+ modification, are permitted provided that the following conditions are met:
1568
+
1569
+ 1. Redistributions of source code must retain the above copyright notice, this
1570
+ list of conditions and the following disclaimer.
1571
+
1572
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1573
+ this list of conditions and the following disclaimer in the documentation
1574
+ and/or other materials provided with the distribution.
1575
+
1576
+ 3. Neither the name of the copyright holder nor the names of its
1577
+ contributors may be used to endorse or promote products derived from
1578
+ this software without specific prior written permission.
1579
+
1580
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1581
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1582
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1583
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1584
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1585
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1586
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1587
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1588
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1589
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1590
+ END LICENSE TEXT
1591
+
1592
+ ## github.com/tailscale/web-client-prebuilt v0.0.0-20250124233751-d4cd19a26976
1593
+
1594
+ ### LICENSE
1595
+
1596
+ BEGIN LICENSE TEXT
1597
+ BSD 3-Clause License
1598
+
1599
+ Copyright (c) 2020 Tailscale Inc & AUTHORS.
1600
+
1601
+ Redistribution and use in source and binary forms, with or without
1602
+ modification, are permitted provided that the following conditions are met:
1603
+
1604
+ 1. Redistributions of source code must retain the above copyright notice, this
1605
+ list of conditions and the following disclaimer.
1606
+
1607
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1608
+ this list of conditions and the following disclaimer in the documentation
1609
+ and/or other materials provided with the distribution.
1610
+
1611
+ 3. Neither the name of the copyright holder nor the names of its
1612
+ contributors may be used to endorse or promote products derived from
1613
+ this software without specific prior written permission.
1614
+
1615
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1616
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1617
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1618
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1619
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1620
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1621
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1622
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1623
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1624
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1625
+ END LICENSE TEXT
1626
+
1627
+ ## github.com/tailscale/wireguard-go v0.0.0-20260527010701-b48af7099cad
1628
+
1629
+ ### LICENSE
1630
+
1631
+ BEGIN LICENSE TEXT
1632
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1633
+ this software and associated documentation files (the "Software"), to deal in
1634
+ the Software without restriction, including without limitation the rights to
1635
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1636
+ of the Software, and to permit persons to whom the Software is furnished to do
1637
+ so, subject to the following conditions:
1638
+
1639
+ The above copyright notice and this permission notice shall be included in all
1640
+ copies or substantial portions of the Software.
1641
+
1642
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1643
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1644
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1645
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1646
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1647
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1648
+ SOFTWARE.
1649
+ END LICENSE TEXT
1650
+
1651
+ ## github.com/x448/float16 v0.8.4
1652
+
1653
+ ### LICENSE
1654
+
1655
+ BEGIN LICENSE TEXT
1656
+ MIT License
1657
+
1658
+ Copyright (c) 2019 Montgomery Edwards⁴⁴⁸ and Faye Amacker
1659
+
1660
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1661
+ of this software and associated documentation files (the "Software"), to deal
1662
+ in the Software without restriction, including without limitation the rights
1663
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1664
+ copies of the Software, and to permit persons to whom the Software is
1665
+ furnished to do so, subject to the following conditions:
1666
+
1667
+ The above copyright notice and this permission notice shall be included in all
1668
+ copies or substantial portions of the Software.
1669
+
1670
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1671
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1672
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1673
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1674
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1675
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1676
+ SOFTWARE.
1677
+ END LICENSE TEXT
1678
+
1679
+ ## go4.org/mem v0.0.0-20240501181205-ae6ca9944745
1680
+
1681
+ ### LICENSE
1682
+
1683
+ BEGIN LICENSE TEXT
1684
+ Apache License
1685
+ Version 2.0, January 2004
1686
+ http://www.apache.org/licenses/
1687
+
1688
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1689
+
1690
+ 1. Definitions.
1691
+
1692
+ "License" shall mean the terms and conditions for use, reproduction,
1693
+ and distribution as defined by Sections 1 through 9 of this document.
1694
+
1695
+ "Licensor" shall mean the copyright owner or entity authorized by
1696
+ the copyright owner that is granting the License.
1697
+
1698
+ "Legal Entity" shall mean the union of the acting entity and all
1699
+ other entities that control, are controlled by, or are under common
1700
+ control with that entity. For the purposes of this definition,
1701
+ "control" means (i) the power, direct or indirect, to cause the
1702
+ direction or management of such entity, whether by contract or
1703
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1704
+ outstanding shares, or (iii) beneficial ownership of such entity.
1705
+
1706
+ "You" (or "Your") shall mean an individual or Legal Entity
1707
+ exercising permissions granted by this License.
1708
+
1709
+ "Source" form shall mean the preferred form for making modifications,
1710
+ including but not limited to software source code, documentation
1711
+ source, and configuration files.
1712
+
1713
+ "Object" form shall mean any form resulting from mechanical
1714
+ transformation or translation of a Source form, including but
1715
+ not limited to compiled object code, generated documentation,
1716
+ and conversions to other media types.
1717
+
1718
+ "Work" shall mean the work of authorship, whether in Source or
1719
+ Object form, made available under the License, as indicated by a
1720
+ copyright notice that is included in or attached to the work
1721
+ (an example is provided in the Appendix below).
1722
+
1723
+ "Derivative Works" shall mean any work, whether in Source or Object
1724
+ form, that is based on (or derived from) the Work and for which the
1725
+ editorial revisions, annotations, elaborations, or other modifications
1726
+ represent, as a whole, an original work of authorship. For the purposes
1727
+ of this License, Derivative Works shall not include works that remain
1728
+ separable from, or merely link (or bind by name) to the interfaces of,
1729
+ the Work and Derivative Works thereof.
1730
+
1731
+ "Contribution" shall mean any work of authorship, including
1732
+ the original version of the Work and any modifications or additions
1733
+ to that Work or Derivative Works thereof, that is intentionally
1734
+ submitted to Licensor for inclusion in the Work by the copyright owner
1735
+ or by an individual or Legal Entity authorized to submit on behalf of
1736
+ the copyright owner. For the purposes of this definition, "submitted"
1737
+ means any form of electronic, verbal, or written communication sent
1738
+ to the Licensor or its representatives, including but not limited to
1739
+ communication on electronic mailing lists, source code control systems,
1740
+ and issue tracking systems that are managed by, or on behalf of, the
1741
+ Licensor for the purpose of discussing and improving the Work, but
1742
+ excluding communication that is conspicuously marked or otherwise
1743
+ designated in writing by the copyright owner as "Not a Contribution."
1744
+
1745
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1746
+ on behalf of whom a Contribution has been received by Licensor and
1747
+ subsequently incorporated within the Work.
1748
+
1749
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1750
+ this License, each Contributor hereby grants to You a perpetual,
1751
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1752
+ copyright license to reproduce, prepare Derivative Works of,
1753
+ publicly display, publicly perform, sublicense, and distribute the
1754
+ Work and such Derivative Works in Source or Object form.
1755
+
1756
+ 3. Grant of Patent License. Subject to the terms and conditions of
1757
+ this License, each Contributor hereby grants to You a perpetual,
1758
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1759
+ (except as stated in this section) patent license to make, have made,
1760
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1761
+ where such license applies only to those patent claims licensable
1762
+ by such Contributor that are necessarily infringed by their
1763
+ Contribution(s) alone or by combination of their Contribution(s)
1764
+ with the Work to which such Contribution(s) was submitted. If You
1765
+ institute patent litigation against any entity (including a
1766
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1767
+ or a Contribution incorporated within the Work constitutes direct
1768
+ or contributory patent infringement, then any patent licenses
1769
+ granted to You under this License for that Work shall terminate
1770
+ as of the date such litigation is filed.
1771
+
1772
+ 4. Redistribution. You may reproduce and distribute copies of the
1773
+ Work or Derivative Works thereof in any medium, with or without
1774
+ modifications, and in Source or Object form, provided that You
1775
+ meet the following conditions:
1776
+
1777
+ (a) You must give any other recipients of the Work or
1778
+ Derivative Works a copy of this License; and
1779
+
1780
+ (b) You must cause any modified files to carry prominent notices
1781
+ stating that You changed the files; and
1782
+
1783
+ (c) You must retain, in the Source form of any Derivative Works
1784
+ that You distribute, all copyright, patent, trademark, and
1785
+ attribution notices from the Source form of the Work,
1786
+ excluding those notices that do not pertain to any part of
1787
+ the Derivative Works; and
1788
+
1789
+ (d) If the Work includes a "NOTICE" text file as part of its
1790
+ distribution, then any Derivative Works that You distribute must
1791
+ include a readable copy of the attribution notices contained
1792
+ within such NOTICE file, excluding those notices that do not
1793
+ pertain to any part of the Derivative Works, in at least one
1794
+ of the following places: within a NOTICE text file distributed
1795
+ as part of the Derivative Works; within the Source form or
1796
+ documentation, if provided along with the Derivative Works; or,
1797
+ within a display generated by the Derivative Works, if and
1798
+ wherever such third-party notices normally appear. The contents
1799
+ of the NOTICE file are for informational purposes only and
1800
+ do not modify the License. You may add Your own attribution
1801
+ notices within Derivative Works that You distribute, alongside
1802
+ or as an addendum to the NOTICE text from the Work, provided
1803
+ that such additional attribution notices cannot be construed
1804
+ as modifying the License.
1805
+
1806
+ You may add Your own copyright statement to Your modifications and
1807
+ may provide additional or different license terms and conditions
1808
+ for use, reproduction, or distribution of Your modifications, or
1809
+ for any such Derivative Works as a whole, provided Your use,
1810
+ reproduction, and distribution of the Work otherwise complies with
1811
+ the conditions stated in this License.
1812
+
1813
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1814
+ any Contribution intentionally submitted for inclusion in the Work
1815
+ by You to the Licensor shall be under the terms and conditions of
1816
+ this License, without any additional terms or conditions.
1817
+ Notwithstanding the above, nothing herein shall supersede or modify
1818
+ the terms of any separate license agreement you may have executed
1819
+ with Licensor regarding such Contributions.
1820
+
1821
+ 6. Trademarks. This License does not grant permission to use the trade
1822
+ names, trademarks, service marks, or product names of the Licensor,
1823
+ except as required for reasonable and customary use in describing the
1824
+ origin of the Work and reproducing the content of the NOTICE file.
1825
+
1826
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1827
+ agreed to in writing, Licensor provides the Work (and each
1828
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1829
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1830
+ implied, including, without limitation, any warranties or conditions
1831
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1832
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1833
+ appropriateness of using or redistributing the Work and assume any
1834
+ risks associated with Your exercise of permissions under this License.
1835
+
1836
+ 8. Limitation of Liability. In no event and under no legal theory,
1837
+ whether in tort (including negligence), contract, or otherwise,
1838
+ unless required by applicable law (such as deliberate and grossly
1839
+ negligent acts) or agreed to in writing, shall any Contributor be
1840
+ liable to You for damages, including any direct, indirect, special,
1841
+ incidental, or consequential damages of any character arising as a
1842
+ result of this License or out of the use or inability to use the
1843
+ Work (including but not limited to damages for loss of goodwill,
1844
+ work stoppage, computer failure or malfunction, or any and all
1845
+ other commercial damages or losses), even if such Contributor
1846
+ has been advised of the possibility of such damages.
1847
+
1848
+ 9. Accepting Warranty or Additional Liability. While redistributing
1849
+ the Work or Derivative Works thereof, You may choose to offer,
1850
+ and charge a fee for, acceptance of support, warranty, indemnity,
1851
+ or other liability obligations and/or rights consistent with this
1852
+ License. However, in accepting such obligations, You may act only
1853
+ on Your own behalf and on Your sole responsibility, not on behalf
1854
+ of any other Contributor, and only if You agree to indemnify,
1855
+ defend, and hold each Contributor harmless for any liability
1856
+ incurred by, or claims asserted against, such Contributor by reason
1857
+ of your accepting any such warranty or additional liability.
1858
+
1859
+ END OF TERMS AND CONDITIONS
1860
+
1861
+ APPENDIX: How to apply the Apache License to your work.
1862
+
1863
+ To apply the Apache License to your work, attach the following
1864
+ boilerplate notice, with the fields enclosed by brackets "{}"
1865
+ replaced with your own identifying information. (Don't include
1866
+ the brackets!) The text should be enclosed in the appropriate
1867
+ comment syntax for the file format. We also recommend that a
1868
+ file or class name and description of purpose be included on the
1869
+ same "printed page" as the copyright notice for easier
1870
+ identification within third-party archives.
1871
+
1872
+ Copyright {yyyy} {name of copyright owner}
1873
+
1874
+ Licensed under the Apache License, Version 2.0 (the "License");
1875
+ you may not use this file except in compliance with the License.
1876
+ You may obtain a copy of the License at
1877
+
1878
+ http://www.apache.org/licenses/LICENSE-2.0
1879
+
1880
+ Unless required by applicable law or agreed to in writing, software
1881
+ distributed under the License is distributed on an "AS IS" BASIS,
1882
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1883
+ See the License for the specific language governing permissions and
1884
+ limitations under the License.
1885
+ END LICENSE TEXT
1886
+
1887
+ ## go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
1888
+
1889
+ ### LICENSE
1890
+
1891
+ BEGIN LICENSE TEXT
1892
+ Copyright (c) 2020 The Inet.af AUTHORS. All rights reserved.
1893
+
1894
+ Redistribution and use in source and binary forms, with or without
1895
+ modification, are permitted provided that the following conditions are
1896
+ met:
1897
+
1898
+ * Redistributions of source code must retain the above copyright
1899
+ notice, this list of conditions and the following disclaimer.
1900
+ * Redistributions in binary form must reproduce the above
1901
+ copyright notice, this list of conditions and the following disclaimer
1902
+ in the documentation and/or other materials provided with the
1903
+ distribution.
1904
+ * Neither the name of Tailscale Inc. nor the names of its
1905
+ contributors may be used to endorse or promote products derived from
1906
+ this software without specific prior written permission.
1907
+
1908
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1909
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1910
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1911
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1912
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1913
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1914
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1915
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1916
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1917
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1918
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1919
+ END LICENSE TEXT
1920
+
1921
+ ## golang.org/x/crypto v0.52.0
1922
+
1923
+ ### LICENSE
1924
+
1925
+ BEGIN LICENSE TEXT
1926
+ Copyright 2009 The Go Authors.
1927
+
1928
+ Redistribution and use in source and binary forms, with or without
1929
+ modification, are permitted provided that the following conditions are
1930
+ met:
1931
+
1932
+ * Redistributions of source code must retain the above copyright
1933
+ notice, this list of conditions and the following disclaimer.
1934
+ * Redistributions in binary form must reproduce the above
1935
+ copyright notice, this list of conditions and the following disclaimer
1936
+ in the documentation and/or other materials provided with the
1937
+ distribution.
1938
+ * Neither the name of Google LLC nor the names of its
1939
+ contributors may be used to endorse or promote products derived from
1940
+ this software without specific prior written permission.
1941
+
1942
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1943
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1944
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1945
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1946
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1947
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1948
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1949
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1950
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1951
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1952
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1953
+ END LICENSE TEXT
1954
+
1955
+ ### PATENTS
1956
+
1957
+ BEGIN LICENSE TEXT
1958
+ Additional IP Rights Grant (Patents)
1959
+
1960
+ "This implementation" means the copyrightable works distributed by
1961
+ Google as part of the Go project.
1962
+
1963
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
1964
+ no-charge, royalty-free, irrevocable (except as stated in this section)
1965
+ patent license to make, have made, use, offer to sell, sell, import,
1966
+ transfer and otherwise run, modify and propagate the contents of this
1967
+ implementation of Go, where such license applies only to those patent
1968
+ claims, both currently owned or controlled by Google and acquired in
1969
+ the future, licensable by Google that are necessarily infringed by this
1970
+ implementation of Go. This grant does not include claims that would be
1971
+ infringed only as a consequence of further modification of this
1972
+ implementation. If you or your agent or exclusive licensee institute or
1973
+ order or agree to the institution of patent litigation against any
1974
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
1975
+ that this implementation of Go or any code incorporated within this
1976
+ implementation of Go constitutes direct or contributory patent
1977
+ infringement, or inducement of patent infringement, then any patent
1978
+ rights granted to you under this License for this implementation of Go
1979
+ shall terminate as of the date such litigation is filed.
1980
+ END LICENSE TEXT
1981
+
1982
+ ## golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
1983
+
1984
+ ### LICENSE
1985
+
1986
+ BEGIN LICENSE TEXT
1987
+ Copyright 2009 The Go Authors.
1988
+
1989
+ Redistribution and use in source and binary forms, with or without
1990
+ modification, are permitted provided that the following conditions are
1991
+ met:
1992
+
1993
+ * Redistributions of source code must retain the above copyright
1994
+ notice, this list of conditions and the following disclaimer.
1995
+ * Redistributions in binary form must reproduce the above
1996
+ copyright notice, this list of conditions and the following disclaimer
1997
+ in the documentation and/or other materials provided with the
1998
+ distribution.
1999
+ * Neither the name of Google LLC nor the names of its
2000
+ contributors may be used to endorse or promote products derived from
2001
+ this software without specific prior written permission.
2002
+
2003
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2004
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2005
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2006
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2007
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2008
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2009
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2010
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2011
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2012
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2013
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2014
+ END LICENSE TEXT
2015
+
2016
+ ### PATENTS
2017
+
2018
+ BEGIN LICENSE TEXT
2019
+ Additional IP Rights Grant (Patents)
2020
+
2021
+ "This implementation" means the copyrightable works distributed by
2022
+ Google as part of the Go project.
2023
+
2024
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
2025
+ no-charge, royalty-free, irrevocable (except as stated in this section)
2026
+ patent license to make, have made, use, offer to sell, sell, import,
2027
+ transfer and otherwise run, modify and propagate the contents of this
2028
+ implementation of Go, where such license applies only to those patent
2029
+ claims, both currently owned or controlled by Google and acquired in
2030
+ the future, licensable by Google that are necessarily infringed by this
2031
+ implementation of Go. This grant does not include claims that would be
2032
+ infringed only as a consequence of further modification of this
2033
+ implementation. If you or your agent or exclusive licensee institute or
2034
+ order or agree to the institution of patent litigation against any
2035
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
2036
+ that this implementation of Go or any code incorporated within this
2037
+ implementation of Go constitutes direct or contributory patent
2038
+ infringement, or inducement of patent infringement, then any patent
2039
+ rights granted to you under this License for this implementation of Go
2040
+ shall terminate as of the date such litigation is filed.
2041
+ END LICENSE TEXT
2042
+
2043
+ ## golang.org/x/net v0.55.0
2044
+
2045
+ ### LICENSE
2046
+
2047
+ BEGIN LICENSE TEXT
2048
+ Copyright 2009 The Go Authors.
2049
+
2050
+ Redistribution and use in source and binary forms, with or without
2051
+ modification, are permitted provided that the following conditions are
2052
+ met:
2053
+
2054
+ * Redistributions of source code must retain the above copyright
2055
+ notice, this list of conditions and the following disclaimer.
2056
+ * Redistributions in binary form must reproduce the above
2057
+ copyright notice, this list of conditions and the following disclaimer
2058
+ in the documentation and/or other materials provided with the
2059
+ distribution.
2060
+ * Neither the name of Google LLC nor the names of its
2061
+ contributors may be used to endorse or promote products derived from
2062
+ this software without specific prior written permission.
2063
+
2064
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2065
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2066
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2067
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2068
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2069
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2070
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2071
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2072
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2073
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2074
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2075
+ END LICENSE TEXT
2076
+
2077
+ ### PATENTS
2078
+
2079
+ BEGIN LICENSE TEXT
2080
+ Additional IP Rights Grant (Patents)
2081
+
2082
+ "This implementation" means the copyrightable works distributed by
2083
+ Google as part of the Go project.
2084
+
2085
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
2086
+ no-charge, royalty-free, irrevocable (except as stated in this section)
2087
+ patent license to make, have made, use, offer to sell, sell, import,
2088
+ transfer and otherwise run, modify and propagate the contents of this
2089
+ implementation of Go, where such license applies only to those patent
2090
+ claims, both currently owned or controlled by Google and acquired in
2091
+ the future, licensable by Google that are necessarily infringed by this
2092
+ implementation of Go. This grant does not include claims that would be
2093
+ infringed only as a consequence of further modification of this
2094
+ implementation. If you or your agent or exclusive licensee institute or
2095
+ order or agree to the institution of patent litigation against any
2096
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
2097
+ that this implementation of Go or any code incorporated within this
2098
+ implementation of Go constitutes direct or contributory patent
2099
+ infringement, or inducement of patent infringement, then any patent
2100
+ rights granted to you under this License for this implementation of Go
2101
+ shall terminate as of the date such litigation is filed.
2102
+ END LICENSE TEXT
2103
+
2104
+ ## golang.org/x/oauth2 v0.36.0
2105
+
2106
+ ### LICENSE
2107
+
2108
+ BEGIN LICENSE TEXT
2109
+ Copyright 2009 The Go Authors.
2110
+
2111
+ Redistribution and use in source and binary forms, with or without
2112
+ modification, are permitted provided that the following conditions are
2113
+ met:
2114
+
2115
+ * Redistributions of source code must retain the above copyright
2116
+ notice, this list of conditions and the following disclaimer.
2117
+ * Redistributions in binary form must reproduce the above
2118
+ copyright notice, this list of conditions and the following disclaimer
2119
+ in the documentation and/or other materials provided with the
2120
+ distribution.
2121
+ * Neither the name of Google LLC nor the names of its
2122
+ contributors may be used to endorse or promote products derived from
2123
+ this software without specific prior written permission.
2124
+
2125
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2126
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2127
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2128
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2129
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2130
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2131
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2132
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2133
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2134
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2135
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2136
+ END LICENSE TEXT
2137
+
2138
+ ## golang.org/x/sync v0.20.0
2139
+
2140
+ ### LICENSE
2141
+
2142
+ BEGIN LICENSE TEXT
2143
+ Copyright 2009 The Go Authors.
2144
+
2145
+ Redistribution and use in source and binary forms, with or without
2146
+ modification, are permitted provided that the following conditions are
2147
+ met:
2148
+
2149
+ * Redistributions of source code must retain the above copyright
2150
+ notice, this list of conditions and the following disclaimer.
2151
+ * Redistributions in binary form must reproduce the above
2152
+ copyright notice, this list of conditions and the following disclaimer
2153
+ in the documentation and/or other materials provided with the
2154
+ distribution.
2155
+ * Neither the name of Google LLC nor the names of its
2156
+ contributors may be used to endorse or promote products derived from
2157
+ this software without specific prior written permission.
2158
+
2159
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2160
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2161
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2162
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2163
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2164
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2165
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2166
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2167
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2168
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2169
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2170
+ END LICENSE TEXT
2171
+
2172
+ ### PATENTS
2173
+
2174
+ BEGIN LICENSE TEXT
2175
+ Additional IP Rights Grant (Patents)
2176
+
2177
+ "This implementation" means the copyrightable works distributed by
2178
+ Google as part of the Go project.
2179
+
2180
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
2181
+ no-charge, royalty-free, irrevocable (except as stated in this section)
2182
+ patent license to make, have made, use, offer to sell, sell, import,
2183
+ transfer and otherwise run, modify and propagate the contents of this
2184
+ implementation of Go, where such license applies only to those patent
2185
+ claims, both currently owned or controlled by Google and acquired in
2186
+ the future, licensable by Google that are necessarily infringed by this
2187
+ implementation of Go. This grant does not include claims that would be
2188
+ infringed only as a consequence of further modification of this
2189
+ implementation. If you or your agent or exclusive licensee institute or
2190
+ order or agree to the institution of patent litigation against any
2191
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
2192
+ that this implementation of Go or any code incorporated within this
2193
+ implementation of Go constitutes direct or contributory patent
2194
+ infringement, or inducement of patent infringement, then any patent
2195
+ rights granted to you under this License for this implementation of Go
2196
+ shall terminate as of the date such litigation is filed.
2197
+ END LICENSE TEXT
2198
+
2199
+ ## golang.org/x/sys v0.45.0
2200
+
2201
+ ### LICENSE
2202
+
2203
+ BEGIN LICENSE TEXT
2204
+ Copyright 2009 The Go Authors.
2205
+
2206
+ Redistribution and use in source and binary forms, with or without
2207
+ modification, are permitted provided that the following conditions are
2208
+ met:
2209
+
2210
+ * Redistributions of source code must retain the above copyright
2211
+ notice, this list of conditions and the following disclaimer.
2212
+ * Redistributions in binary form must reproduce the above
2213
+ copyright notice, this list of conditions and the following disclaimer
2214
+ in the documentation and/or other materials provided with the
2215
+ distribution.
2216
+ * Neither the name of Google LLC nor the names of its
2217
+ contributors may be used to endorse or promote products derived from
2218
+ this software without specific prior written permission.
2219
+
2220
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2221
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2222
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2223
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2224
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2225
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2226
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2227
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2228
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2229
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2230
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2231
+ END LICENSE TEXT
2232
+
2233
+ ### PATENTS
2234
+
2235
+ BEGIN LICENSE TEXT
2236
+ Additional IP Rights Grant (Patents)
2237
+
2238
+ "This implementation" means the copyrightable works distributed by
2239
+ Google as part of the Go project.
2240
+
2241
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
2242
+ no-charge, royalty-free, irrevocable (except as stated in this section)
2243
+ patent license to make, have made, use, offer to sell, sell, import,
2244
+ transfer and otherwise run, modify and propagate the contents of this
2245
+ implementation of Go, where such license applies only to those patent
2246
+ claims, both currently owned or controlled by Google and acquired in
2247
+ the future, licensable by Google that are necessarily infringed by this
2248
+ implementation of Go. This grant does not include claims that would be
2249
+ infringed only as a consequence of further modification of this
2250
+ implementation. If you or your agent or exclusive licensee institute or
2251
+ order or agree to the institution of patent litigation against any
2252
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
2253
+ that this implementation of Go or any code incorporated within this
2254
+ implementation of Go constitutes direct or contributory patent
2255
+ infringement, or inducement of patent infringement, then any patent
2256
+ rights granted to you under this License for this implementation of Go
2257
+ shall terminate as of the date such litigation is filed.
2258
+ END LICENSE TEXT
2259
+
2260
+ ## golang.org/x/term v0.43.0
2261
+
2262
+ ### LICENSE
2263
+
2264
+ BEGIN LICENSE TEXT
2265
+ Copyright 2009 The Go Authors.
2266
+
2267
+ Redistribution and use in source and binary forms, with or without
2268
+ modification, are permitted provided that the following conditions are
2269
+ met:
2270
+
2271
+ * Redistributions of source code must retain the above copyright
2272
+ notice, this list of conditions and the following disclaimer.
2273
+ * Redistributions in binary form must reproduce the above
2274
+ copyright notice, this list of conditions and the following disclaimer
2275
+ in the documentation and/or other materials provided with the
2276
+ distribution.
2277
+ * Neither the name of Google LLC nor the names of its
2278
+ contributors may be used to endorse or promote products derived from
2279
+ this software without specific prior written permission.
2280
+
2281
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2282
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2283
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2284
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2285
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2286
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2287
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2288
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2289
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2290
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2291
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2292
+ END LICENSE TEXT
2293
+
2294
+ ### PATENTS
2295
+
2296
+ BEGIN LICENSE TEXT
2297
+ Additional IP Rights Grant (Patents)
2298
+
2299
+ "This implementation" means the copyrightable works distributed by
2300
+ Google as part of the Go project.
2301
+
2302
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
2303
+ no-charge, royalty-free, irrevocable (except as stated in this section)
2304
+ patent license to make, have made, use, offer to sell, sell, import,
2305
+ transfer and otherwise run, modify and propagate the contents of this
2306
+ implementation of Go, where such license applies only to those patent
2307
+ claims, both currently owned or controlled by Google and acquired in
2308
+ the future, licensable by Google that are necessarily infringed by this
2309
+ implementation of Go. This grant does not include claims that would be
2310
+ infringed only as a consequence of further modification of this
2311
+ implementation. If you or your agent or exclusive licensee institute or
2312
+ order or agree to the institution of patent litigation against any
2313
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
2314
+ that this implementation of Go or any code incorporated within this
2315
+ implementation of Go constitutes direct or contributory patent
2316
+ infringement, or inducement of patent infringement, then any patent
2317
+ rights granted to you under this License for this implementation of Go
2318
+ shall terminate as of the date such litigation is filed.
2319
+ END LICENSE TEXT
2320
+
2321
+ ## golang.org/x/text v0.37.0
2322
+
2323
+ ### LICENSE
2324
+
2325
+ BEGIN LICENSE TEXT
2326
+ Copyright 2009 The Go Authors.
2327
+
2328
+ Redistribution and use in source and binary forms, with or without
2329
+ modification, are permitted provided that the following conditions are
2330
+ met:
2331
+
2332
+ * Redistributions of source code must retain the above copyright
2333
+ notice, this list of conditions and the following disclaimer.
2334
+ * Redistributions in binary form must reproduce the above
2335
+ copyright notice, this list of conditions and the following disclaimer
2336
+ in the documentation and/or other materials provided with the
2337
+ distribution.
2338
+ * Neither the name of Google LLC nor the names of its
2339
+ contributors may be used to endorse or promote products derived from
2340
+ this software without specific prior written permission.
2341
+
2342
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2343
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2344
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2345
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2346
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2347
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2348
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2349
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2350
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2351
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2352
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2353
+ END LICENSE TEXT
2354
+
2355
+ ### PATENTS
2356
+
2357
+ BEGIN LICENSE TEXT
2358
+ Additional IP Rights Grant (Patents)
2359
+
2360
+ "This implementation" means the copyrightable works distributed by
2361
+ Google as part of the Go project.
2362
+
2363
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
2364
+ no-charge, royalty-free, irrevocable (except as stated in this section)
2365
+ patent license to make, have made, use, offer to sell, sell, import,
2366
+ transfer and otherwise run, modify and propagate the contents of this
2367
+ implementation of Go, where such license applies only to those patent
2368
+ claims, both currently owned or controlled by Google and acquired in
2369
+ the future, licensable by Google that are necessarily infringed by this
2370
+ implementation of Go. This grant does not include claims that would be
2371
+ infringed only as a consequence of further modification of this
2372
+ implementation. If you or your agent or exclusive licensee institute or
2373
+ order or agree to the institution of patent litigation against any
2374
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
2375
+ that this implementation of Go or any code incorporated within this
2376
+ implementation of Go constitutes direct or contributory patent
2377
+ infringement, or inducement of patent infringement, then any patent
2378
+ rights granted to you under this License for this implementation of Go
2379
+ shall terminate as of the date such litigation is filed.
2380
+ END LICENSE TEXT
2381
+
2382
+ ## golang.org/x/time v0.12.0
2383
+
2384
+ ### LICENSE
2385
+
2386
+ BEGIN LICENSE TEXT
2387
+ Copyright 2009 The Go Authors.
2388
+
2389
+ Redistribution and use in source and binary forms, with or without
2390
+ modification, are permitted provided that the following conditions are
2391
+ met:
2392
+
2393
+ * Redistributions of source code must retain the above copyright
2394
+ notice, this list of conditions and the following disclaimer.
2395
+ * Redistributions in binary form must reproduce the above
2396
+ copyright notice, this list of conditions and the following disclaimer
2397
+ in the documentation and/or other materials provided with the
2398
+ distribution.
2399
+ * Neither the name of Google LLC nor the names of its
2400
+ contributors may be used to endorse or promote products derived from
2401
+ this software without specific prior written permission.
2402
+
2403
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2404
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2405
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2406
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2407
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2408
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2409
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2410
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2411
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2412
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2413
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2414
+ END LICENSE TEXT
2415
+
2416
+ ### PATENTS
2417
+
2418
+ BEGIN LICENSE TEXT
2419
+ Additional IP Rights Grant (Patents)
2420
+
2421
+ "This implementation" means the copyrightable works distributed by
2422
+ Google as part of the Go project.
2423
+
2424
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
2425
+ no-charge, royalty-free, irrevocable (except as stated in this section)
2426
+ patent license to make, have made, use, offer to sell, sell, import,
2427
+ transfer and otherwise run, modify and propagate the contents of this
2428
+ implementation of Go, where such license applies only to those patent
2429
+ claims, both currently owned or controlled by Google and acquired in
2430
+ the future, licensable by Google that are necessarily infringed by this
2431
+ implementation of Go. This grant does not include claims that would be
2432
+ infringed only as a consequence of further modification of this
2433
+ implementation. If you or your agent or exclusive licensee institute or
2434
+ order or agree to the institution of patent litigation against any
2435
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
2436
+ that this implementation of Go or any code incorporated within this
2437
+ implementation of Go constitutes direct or contributory patent
2438
+ infringement, or inducement of patent infringement, then any patent
2439
+ rights granted to you under this License for this implementation of Go
2440
+ shall terminate as of the date such litigation is filed.
2441
+ END LICENSE TEXT
2442
+
2443
+ ## gvisor.dev/gvisor v0.0.0-20260224225140-573d5e7127a8
2444
+
2445
+ ### LICENSE
2446
+
2447
+ BEGIN LICENSE TEXT
2448
+
2449
+ Apache License
2450
+ Version 2.0, January 2004
2451
+ http://www.apache.org/licenses/
2452
+
2453
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2454
+
2455
+ 1. Definitions.
2456
+
2457
+ "License" shall mean the terms and conditions for use, reproduction,
2458
+ and distribution as defined by Sections 1 through 9 of this document.
2459
+
2460
+ "Licensor" shall mean the copyright owner or entity authorized by
2461
+ the copyright owner that is granting the License.
2462
+
2463
+ "Legal Entity" shall mean the union of the acting entity and all
2464
+ other entities that control, are controlled by, or are under common
2465
+ control with that entity. For the purposes of this definition,
2466
+ "control" means (i) the power, direct or indirect, to cause the
2467
+ direction or management of such entity, whether by contract or
2468
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2469
+ outstanding shares, or (iii) beneficial ownership of such entity.
2470
+
2471
+ "You" (or "Your") shall mean an individual or Legal Entity
2472
+ exercising permissions granted by this License.
2473
+
2474
+ "Source" form shall mean the preferred form for making modifications,
2475
+ including but not limited to software source code, documentation
2476
+ source, and configuration files.
2477
+
2478
+ "Object" form shall mean any form resulting from mechanical
2479
+ transformation or translation of a Source form, including but
2480
+ not limited to compiled object code, generated documentation,
2481
+ and conversions to other media types.
2482
+
2483
+ "Work" shall mean the work of authorship, whether in Source or
2484
+ Object form, made available under the License, as indicated by a
2485
+ copyright notice that is included in or attached to the work
2486
+ (an example is provided in the Appendix below).
2487
+
2488
+ "Derivative Works" shall mean any work, whether in Source or Object
2489
+ form, that is based on (or derived from) the Work and for which the
2490
+ editorial revisions, annotations, elaborations, or other modifications
2491
+ represent, as a whole, an original work of authorship. For the purposes
2492
+ of this License, Derivative Works shall not include works that remain
2493
+ separable from, or merely link (or bind by name) to the interfaces of,
2494
+ the Work and Derivative Works thereof.
2495
+
2496
+ "Contribution" shall mean any work of authorship, including
2497
+ the original version of the Work and any modifications or additions
2498
+ to that Work or Derivative Works thereof, that is intentionally
2499
+ submitted to Licensor for inclusion in the Work by the copyright owner
2500
+ or by an individual or Legal Entity authorized to submit on behalf of
2501
+ the copyright owner. For the purposes of this definition, "submitted"
2502
+ means any form of electronic, verbal, or written communication sent
2503
+ to the Licensor or its representatives, including but not limited to
2504
+ communication on electronic mailing lists, source code control systems,
2505
+ and issue tracking systems that are managed by, or on behalf of, the
2506
+ Licensor for the purpose of discussing and improving the Work, but
2507
+ excluding communication that is conspicuously marked or otherwise
2508
+ designated in writing by the copyright owner as "Not a Contribution."
2509
+
2510
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2511
+ on behalf of whom a Contribution has been received by Licensor and
2512
+ subsequently incorporated within the Work.
2513
+
2514
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2515
+ this License, each Contributor hereby grants to You a perpetual,
2516
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2517
+ copyright license to reproduce, prepare Derivative Works of,
2518
+ publicly display, publicly perform, sublicense, and distribute the
2519
+ Work and such Derivative Works in Source or Object form.
2520
+
2521
+ 3. Grant of Patent License. Subject to the terms and conditions of
2522
+ this License, each Contributor hereby grants to You a perpetual,
2523
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2524
+ (except as stated in this section) patent license to make, have made,
2525
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2526
+ where such license applies only to those patent claims licensable
2527
+ by such Contributor that are necessarily infringed by their
2528
+ Contribution(s) alone or by combination of their Contribution(s)
2529
+ with the Work to which such Contribution(s) was submitted. If You
2530
+ institute patent litigation against any entity (including a
2531
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2532
+ or a Contribution incorporated within the Work constitutes direct
2533
+ or contributory patent infringement, then any patent licenses
2534
+ granted to You under this License for that Work shall terminate
2535
+ as of the date such litigation is filed.
2536
+
2537
+ 4. Redistribution. You may reproduce and distribute copies of the
2538
+ Work or Derivative Works thereof in any medium, with or without
2539
+ modifications, and in Source or Object form, provided that You
2540
+ meet the following conditions:
2541
+
2542
+ (a) You must give any other recipients of the Work or
2543
+ Derivative Works a copy of this License; and
2544
+
2545
+ (b) You must cause any modified files to carry prominent notices
2546
+ stating that You changed the files; and
2547
+
2548
+ (c) You must retain, in the Source form of any Derivative Works
2549
+ that You distribute, all copyright, patent, trademark, and
2550
+ attribution notices from the Source form of the Work,
2551
+ excluding those notices that do not pertain to any part of
2552
+ the Derivative Works; and
2553
+
2554
+ (d) If the Work includes a "NOTICE" text file as part of its
2555
+ distribution, then any Derivative Works that You distribute must
2556
+ include a readable copy of the attribution notices contained
2557
+ within such NOTICE file, excluding those notices that do not
2558
+ pertain to any part of the Derivative Works, in at least one
2559
+ of the following places: within a NOTICE text file distributed
2560
+ as part of the Derivative Works; within the Source form or
2561
+ documentation, if provided along with the Derivative Works; or,
2562
+ within a display generated by the Derivative Works, if and
2563
+ wherever such third-party notices normally appear. The contents
2564
+ of the NOTICE file are for informational purposes only and
2565
+ do not modify the License. You may add Your own attribution
2566
+ notices within Derivative Works that You distribute, alongside
2567
+ or as an addendum to the NOTICE text from the Work, provided
2568
+ that such additional attribution notices cannot be construed
2569
+ as modifying the License.
2570
+
2571
+ You may add Your own copyright statement to Your modifications and
2572
+ may provide additional or different license terms and conditions
2573
+ for use, reproduction, or distribution of Your modifications, or
2574
+ for any such Derivative Works as a whole, provided Your use,
2575
+ reproduction, and distribution of the Work otherwise complies with
2576
+ the conditions stated in this License.
2577
+
2578
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2579
+ any Contribution intentionally submitted for inclusion in the Work
2580
+ by You to the Licensor shall be under the terms and conditions of
2581
+ this License, without any additional terms or conditions.
2582
+ Notwithstanding the above, nothing herein shall supersede or modify
2583
+ the terms of any separate license agreement you may have executed
2584
+ with Licensor regarding such Contributions.
2585
+
2586
+ 6. Trademarks. This License does not grant permission to use the trade
2587
+ names, trademarks, service marks, or product names of the Licensor,
2588
+ except as required for reasonable and customary use in describing the
2589
+ origin of the Work and reproducing the content of the NOTICE file.
2590
+
2591
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2592
+ agreed to in writing, Licensor provides the Work (and each
2593
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2594
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2595
+ implied, including, without limitation, any warranties or conditions
2596
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2597
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2598
+ appropriateness of using or redistributing the Work and assume any
2599
+ risks associated with Your exercise of permissions under this License.
2600
+
2601
+ 8. Limitation of Liability. In no event and under no legal theory,
2602
+ whether in tort (including negligence), contract, or otherwise,
2603
+ unless required by applicable law (such as deliberate and grossly
2604
+ negligent acts) or agreed to in writing, shall any Contributor be
2605
+ liable to You for damages, including any direct, indirect, special,
2606
+ incidental, or consequential damages of any character arising as a
2607
+ result of this License or out of the use or inability to use the
2608
+ Work (including but not limited to damages for loss of goodwill,
2609
+ work stoppage, computer failure or malfunction, or any and all
2610
+ other commercial damages or losses), even if such Contributor
2611
+ has been advised of the possibility of such damages.
2612
+
2613
+ 9. Accepting Warranty or Additional Liability. While redistributing
2614
+ the Work or Derivative Works thereof, You may choose to offer,
2615
+ and charge a fee for, acceptance of support, warranty, indemnity,
2616
+ or other liability obligations and/or rights consistent with this
2617
+ License. However, in accepting such obligations, You may act only
2618
+ on Your own behalf and on Your sole responsibility, not on behalf
2619
+ of any other Contributor, and only if You agree to indemnify,
2620
+ defend, and hold each Contributor harmless for any liability
2621
+ incurred by, or claims asserted against, such Contributor by reason
2622
+ of your accepting any such warranty or additional liability.
2623
+
2624
+ END OF TERMS AND CONDITIONS
2625
+
2626
+ APPENDIX: How to apply the Apache License to your work.
2627
+
2628
+ To apply the Apache License to your work, attach the following
2629
+ boilerplate notice, with the fields enclosed by brackets "[]"
2630
+ replaced with your own identifying information. (Don't include
2631
+ the brackets!) The text should be enclosed in the appropriate
2632
+ comment syntax for the file format. We also recommend that a
2633
+ file or class name and description of purpose be included on the
2634
+ same "printed page" as the copyright notice for easier
2635
+ identification within third-party archives.
2636
+
2637
+ Copyright [yyyy] [name of copyright owner]
2638
+
2639
+ Licensed under the Apache License, Version 2.0 (the "License");
2640
+ you may not use this file except in compliance with the License.
2641
+ You may obtain a copy of the License at
2642
+
2643
+ http://www.apache.org/licenses/LICENSE-2.0
2644
+
2645
+ Unless required by applicable law or agreed to in writing, software
2646
+ distributed under the License is distributed on an "AS IS" BASIS,
2647
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2648
+ See the License for the specific language governing permissions and
2649
+ limitations under the License.
2650
+
2651
+ ------------------
2652
+
2653
+ Some files carry the following license, noted at the top of each file:
2654
+
2655
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2656
+ of this software and associated documentation files (the "Software"), to deal
2657
+ in the Software without restriction, including without limitation the rights
2658
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2659
+ copies of the Software, and to permit persons to whom the Software is
2660
+ furnished to do so, subject to the following conditions:
2661
+
2662
+ The above copyright notice and this permission notice shall be included in
2663
+ all copies or substantial portions of the Software.
2664
+
2665
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2666
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2667
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2668
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2669
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2670
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2671
+ THE SOFTWARE.
2672
+
2673
+ ------------------
2674
+
2675
+ Some files carry the "BSD" license, noted at the top of each file:
2676
+
2677
+ Redistribution and use in source and binary forms, with or without
2678
+ modification, are permitted provided that the following conditions are met:
2679
+
2680
+ * Redistributions of source code must retain the above copyright notice,
2681
+ this list of conditions and the following disclaimer.
2682
+
2683
+ * Redistributions in binary form must reproduce the above copyright
2684
+ notice, this list of conditions and the following disclaimer in the
2685
+ documentation and/or other materials provided with the distribution.
2686
+
2687
+ * Neither the name of Google Inc. nor the names of its contributors may be
2688
+ used to endorse or promote products derived from this software without
2689
+ specific prior written permission.
2690
+
2691
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2692
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2693
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2694
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
2695
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2696
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2697
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2698
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2699
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2700
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2701
+ POSSIBILITY OF SUCH DAMAGE.
2702
+ END LICENSE TEXT
2703
+
2704
+ ## tailscale.com v1.100.0
2705
+
2706
+ ### LICENSE
2707
+
2708
+ BEGIN LICENSE TEXT
2709
+ BSD 3-Clause License
2710
+
2711
+ Copyright (c) 2020 Tailscale Inc & contributors.
2712
+
2713
+ Redistribution and use in source and binary forms, with or without
2714
+ modification, are permitted provided that the following conditions are met:
2715
+
2716
+ 1. Redistributions of source code must retain the above copyright notice, this
2717
+ list of conditions and the following disclaimer.
2718
+
2719
+ 2. Redistributions in binary form must reproduce the above copyright notice,
2720
+ this list of conditions and the following disclaimer in the documentation
2721
+ and/or other materials provided with the distribution.
2722
+
2723
+ 3. Neither the name of the copyright holder nor the names of its
2724
+ contributors may be used to endorse or promote products derived from
2725
+ this software without specific prior written permission.
2726
+
2727
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2728
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2729
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2730
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2731
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2732
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2733
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2734
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2735
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2736
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2737
+ END LICENSE TEXT
2738
+
2739
+ ### PATENTS
2740
+
2741
+ BEGIN LICENSE TEXT
2742
+ Additional IP Rights Grant (Patents)
2743
+
2744
+ "This implementation" means the copyrightable works distributed by
2745
+ Tailscale Inc. as part of the Tailscale project.
2746
+
2747
+ Tailscale Inc. hereby grants to You a perpetual, worldwide,
2748
+ non-exclusive, no-charge, royalty-free, irrevocable (except as stated
2749
+ in this section) patent license to make, have made, use, offer to
2750
+ sell, sell, import, transfer and otherwise run, modify and propagate
2751
+ the contents of this implementation of Tailscale, where such license
2752
+ applies only to those patent claims, both currently owned or
2753
+ controlled by Tailscale Inc. and acquired in the future, licensable
2754
+ by Tailscale Inc. that are necessarily infringed by this
2755
+ implementation of Tailscale. This grant does not include claims that
2756
+ would be infringed only as a consequence of further modification of
2757
+ this implementation. If you or your agent or exclusive licensee
2758
+ institute or order or agree to the institution of patent litigation
2759
+ against any entity (including a cross-claim or counterclaim in a
2760
+ lawsuit) alleging that this implementation of Tailscale or any code
2761
+ incorporated within this implementation of Tailscale constitutes
2762
+ direct or contributory patent infringement, or inducement of patent
2763
+ infringement, then any patent rights granted to you under this License
2764
+ for this implementation of Tailscale shall terminate as of the date
2765
+ such litigation is filed.
2766
+ END LICENSE TEXT