@hraness/ghostget 0.18.0 → 0.18.3

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +315 -0
  2. package/README.md +7 -7
  3. package/dist/apple-photos-client.js +2 -1
  4. package/dist/beeper-client.js +2 -1
  5. package/dist/client.js +1 -0
  6. package/dist/imessage-direct-install-2gm3kge7.js +324 -0
  7. package/dist/index-01eeae9e.js +5 -0
  8. package/dist/index-2ymnp8xv.js +145 -0
  9. package/dist/{index-9wca02er.js → index-cnbz0gws.js} +1 -1
  10. package/dist/index-en5hycxp.js +175 -0
  11. package/dist/index-n4szk3nw.js +50 -0
  12. package/dist/index-yq6maz71.js +1105 -0
  13. package/dist/index-z1w83f81.js +4 -0
  14. package/dist/index.js +4 -47
  15. package/dist/messaging-automation-api.js +21 -0
  16. package/dist/messaging-automation-j4274hvc.js +609 -0
  17. package/dist/messaging-native-install-8w1j36ah.js +16 -0
  18. package/dist/messaging.js +1 -0
  19. package/dist/omni-client.js +1 -0
  20. package/dist/whatsapp-automation-runtime-hgh1e9rm.js +845 -0
  21. package/dist/whatsapp-client.js +1 -0
  22. package/docs/control-panel.md +2 -2
  23. package/docs/imessage-direct-provider.md +31 -7
  24. package/docs/messaging-automation.md +103 -0
  25. package/package.json +22 -2
  26. package/skills/ghostget/references/control-panel.md +1 -1
  27. package/skills/ghostget/references/install.md +5 -5
  28. package/skills/ghostget/references/linkedin-adapter.md +215 -13
  29. package/skills/ghostget/references/platform-patterns.md +1 -1
  30. package/src/args.ts +18 -5
  31. package/src/assets/adapters/imessage/wrench-web-adapter.json +126 -0
  32. package/src/assets/adapters/linkedin/wrench-web-adapter.json +1 -1
  33. package/src/assets/adapters/whatsapp/wrench-web-adapter.json +144 -0
  34. package/src/assets/messaging-runtime/NOTICE.txt +2580 -0
  35. package/src/assets/messaging-runtime/imsg-darwin-arm64.gz +0 -0
  36. package/src/assets/messaging-runtime/phone-number-info.plist.gz +0 -0
  37. package/src/assets/messaging-runtime/phone-number-metadata.json.gz +0 -0
  38. package/src/assets/messaging-runtime/phone-number-privacy.plist.gz +0 -0
  39. package/src/assets/messaging-runtime/wacli-darwin-arm64.gz +0 -0
  40. package/src/beeper-client-types.ts +1 -1
  41. package/src/ghostget.ts +16 -4
  42. package/src/messaging-automation-api.ts +12 -0
  43. package/src/messaging-automation-descriptors.ts +29 -0
  44. package/src/messaging-automation-factory.ts +148 -0
  45. package/src/messaging-automation-server.ts +183 -0
  46. package/src/messaging-automation-types.ts +155 -0
  47. package/src/messaging-automation-validation.ts +110 -0
  48. package/src/messaging-automation.ts +356 -0
  49. package/src/plugins/imessage-direct/plugin.ts +12 -1
  50. package/src/plugins/imessage-direct/vendor/0003-feat-rpc-add-no-fetch-rich-cards.patch +276 -0
  51. package/src/plugins/imessage-direct/vendor/provenance.json +84 -10
  52. package/src/plugins/linkedin-web/plugin.ts +1 -1
  53. package/src/plugins/whatsapp-linked-device/plugin.ts +7 -2
  54. package/src/plugins/whatsapp-linked-device/vendor/0001-ghostget-private-messaging.patch +1093 -0
  55. package/src/plugins/whatsapp-linked-device/vendor/README.md +39 -0
  56. package/src/plugins/whatsapp-linked-device/vendor/provenance.json +45 -0
  57. package/src/provider-plugin.ts +14 -0
  58. package/src/providers/imessage-automation.ts +250 -0
  59. package/src/providers/imessage-direct-install.ts +7 -0
  60. package/src/providers/imessage-direct-runtime.ts +32 -2
  61. package/src/providers/imessage-direct.ts +13 -3
  62. package/src/providers/linkedin-contact-failure.ts +21 -0
  63. package/src/providers/linkedin-contact-platform.ts +8 -1
  64. package/src/providers/linkedin-contact-program.ts +31 -6
  65. package/src/providers/linkedin-web-contact.ts +1072 -51
  66. package/src/providers/linkedin-web-profile-browser.ts +659 -45
  67. package/src/providers/linkedin-web-runtime.ts +1 -0
  68. package/src/providers/linkedin-web.ts +46 -2
  69. package/src/providers/messaging-native-artifacts.ts +38 -0
  70. package/src/providers/messaging-native-install.ts +75 -0
  71. package/src/providers/whatsapp-automation-runtime.ts +240 -0
  72. package/src/providers/whatsapp-automation.ts +153 -0
  73. package/src/usage.ts +3 -1
  74. package/src/version.ts +1 -1
  75. package/src/web-session-contract-definitions.ts +1 -1
  76. package/tsconfig.json +3 -0
@@ -0,0 +1,2580 @@
1
+ Bundled messaging runtimes — source and license notices
2
+
3
+ wacli: https://github.com/openclaw/wacli/tree/a020de724180d31eccfa5241d45443402d62fb06
4
+ Ghostget patches and build provenance accompany this package.
5
+ imsg: https://github.com/openclaw/imsg/tree/25beb76c902b0acf2dd7ae392f1b0792f6813240
6
+ PhoneNumberKit 5.0.6: e18a029dbada1d8eb32e3f81a4eb72eba539ff75
7
+ Commander 0.2.4: bd219c4ee9032fee3e009856f81fcc6ec09a85f4
8
+ SQLite.swift 0.16.0: 964c300fb0736699ce945c9edb56ecd62eba27a3
9
+
10
+
11
+ --- wacli-source/LICENSE ---
12
+ MIT License
13
+
14
+ Copyright (c) 2026 Peter Steinberger
15
+
16
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17
+ of this software and associated documentation files (the "Software"), to deal
18
+ in the Software without restriction, including without limitation the rights
19
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ copies of the Software, and to permit persons to whom the Software is
21
+ furnished to do so, subject to the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be included in all
24
+ copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32
+ SOFTWARE.
33
+
34
+
35
+ --- go/LICENSE ---
36
+ Copyright 2009 The Go Authors.
37
+
38
+ Redistribution and use in source and binary forms, with or without
39
+ modification, are permitted provided that the following conditions are
40
+ met:
41
+
42
+ * Redistributions of source code must retain the above copyright
43
+ notice, this list of conditions and the following disclaimer.
44
+ * Redistributions in binary form must reproduce the above
45
+ copyright notice, this list of conditions and the following disclaimer
46
+ in the documentation and/or other materials provided with the
47
+ distribution.
48
+ * Neither the name of Google LLC nor the names of its
49
+ contributors may be used to endorse or promote products derived from
50
+ this software without specific prior written permission.
51
+
52
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63
+
64
+
65
+ --- imsg-license.txt ---
66
+ MIT License
67
+
68
+ Copyright (c) 2026 Peter Steinberger
69
+
70
+ Permission is hereby granted, free of charge, to any person obtaining a copy
71
+ of this software and associated documentation files (the "Software"), to deal
72
+ in the Software without restriction, including without limitation the rights
73
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74
+ copies of the Software, and to permit persons to whom the Software is
75
+ furnished to do so, subject to the following conditions:
76
+
77
+ The above copyright notice and this permission notice shall be included in all
78
+ copies or substantial portions of the Software.
79
+
80
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
86
+ SOFTWARE.
87
+
88
+
89
+ --- phonenumber-license.txt ---
90
+ The MIT License (MIT)
91
+
92
+ Copyright (c) 2018 Roy Marmelstein
93
+ Copyright (c) 2026 Bruno Guidolim and contributors
94
+
95
+ Permission is hereby granted, free of charge, to any person obtaining a copy
96
+ of this software and associated documentation files (the "Software"), to deal
97
+ in the Software without restriction, including without limitation the rights
98
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
+ copies of the Software, and to permit persons to whom the Software is
100
+ furnished to do so, subject to the following conditions:
101
+
102
+ The above copyright notice and this permission notice shall be included in all
103
+ copies or substantial portions of the Software.
104
+
105
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
106
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
107
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
108
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
109
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
110
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
111
+ SOFTWARE.
112
+
113
+
114
+ --- commander-license.txt ---
115
+ MIT License
116
+
117
+ Copyright (c) 2026 Peter Steinberger
118
+
119
+ Permission is hereby granted, free of charge, to any person obtaining a copy
120
+ of this software and associated documentation files (the "Software"), to deal
121
+ in the Software without restriction, including without limitation the rights
122
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
123
+ copies of the Software, and to permit persons to whom the Software is
124
+ furnished to do so, subject to the following conditions:
125
+
126
+ The above copyright notice and this permission notice shall be included in all
127
+ copies or substantial portions of the Software.
128
+
129
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
130
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
131
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
132
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
133
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
134
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
135
+ SOFTWARE.
136
+
137
+
138
+ --- sqlite-swift-license.txt ---
139
+ (The MIT License)
140
+
141
+ Copyright (c) 2014-2015 Stephen Celis (<stephen@stephencelis.com>)
142
+
143
+ Permission is hereby granted, free of charge, to any person obtaining a copy
144
+ of this software and associated documentation files (the "Software"), to deal
145
+ in the Software without restriction, including without limitation the rights
146
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
147
+ copies of the Software, and to permit persons to whom the Software is
148
+ furnished to do so, subject to the following conditions:
149
+
150
+ The above copyright notice and this permission notice shall be included in all
151
+ copies or substantial portions of the Software.
152
+
153
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
154
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
155
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
156
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
157
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
158
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
159
+ SOFTWARE.
160
+
161
+
162
+ --- filippo.io/edwards25519@v1.2.0/LICENSE ---
163
+ Copyright (c) 2009 The Go Authors. All rights reserved.
164
+
165
+ Redistribution and use in source and binary forms, with or without
166
+ modification, are permitted provided that the following conditions are
167
+ met:
168
+
169
+ * Redistributions of source code must retain the above copyright
170
+ notice, this list of conditions and the following disclaimer.
171
+ * Redistributions in binary form must reproduce the above
172
+ copyright notice, this list of conditions and the following disclaimer
173
+ in the documentation and/or other materials provided with the
174
+ distribution.
175
+ * Neither the name of Google Inc. nor the names of its
176
+ contributors may be used to endorse or promote products derived from
177
+ this software without specific prior written permission.
178
+
179
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
180
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
181
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
182
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
183
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
184
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
185
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
186
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
187
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
188
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
189
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
190
+
191
+
192
+ --- github.com/beeper/argo-go@v1.1.2/LICENSE ---
193
+
194
+
195
+ Copyright 2025 Automattic Inc.
196
+
197
+ 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:
198
+
199
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
200
+
201
+ 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.
202
+
203
+
204
+ --- github.com/coder/websocket@v1.8.15/LICENSE.txt ---
205
+ Copyright (c) 2025 Coder
206
+
207
+ Permission to use, copy, modify, and distribute this software for any
208
+ purpose with or without fee is hereby granted, provided that the above
209
+ copyright notice and this permission notice appear in all copies.
210
+
211
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
212
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
213
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
214
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
215
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
216
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
217
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
218
+
219
+
220
+ --- github.com/elliotchance/orderedmap/v3@v3.1.0/LICENSE ---
221
+ MIT License
222
+
223
+ Copyright (c) 2020 Elliot Chance
224
+
225
+ Permission is hereby granted, free of charge, to any person obtaining a copy
226
+ of this software and associated documentation files (the "Software"), to deal
227
+ in the Software without restriction, including without limitation the rights
228
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
229
+ copies of the Software, and to permit persons to whom the Software is
230
+ furnished to do so, subject to the following conditions:
231
+
232
+ The above copyright notice and this permission notice shall be included in all
233
+ copies or substantial portions of the Software.
234
+
235
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
236
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
237
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
238
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
239
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
240
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
241
+ SOFTWARE.
242
+
243
+
244
+ --- github.com/google/uuid@v1.6.0/LICENSE ---
245
+ Copyright (c) 2009,2014 Google Inc. All rights reserved.
246
+
247
+ Redistribution and use in source and binary forms, with or without
248
+ modification, are permitted provided that the following conditions are
249
+ met:
250
+
251
+ * Redistributions of source code must retain the above copyright
252
+ notice, this list of conditions and the following disclaimer.
253
+ * Redistributions in binary form must reproduce the above
254
+ copyright notice, this list of conditions and the following disclaimer
255
+ in the documentation and/or other materials provided with the
256
+ distribution.
257
+ * Neither the name of Google Inc. nor the names of its
258
+ contributors may be used to endorse or promote products derived from
259
+ this software without specific prior written permission.
260
+
261
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
262
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
263
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
264
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
265
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
266
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
267
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
268
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
269
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
270
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
271
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
272
+
273
+
274
+ --- github.com/mattn/go-colorable@v0.1.14/LICENSE ---
275
+ The MIT License (MIT)
276
+
277
+ Copyright (c) 2016 Yasuhiro Matsumoto
278
+
279
+ Permission is hereby granted, free of charge, to any person obtaining a copy
280
+ of this software and associated documentation files (the "Software"), to deal
281
+ in the Software without restriction, including without limitation the rights
282
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
283
+ copies of the Software, and to permit persons to whom the Software is
284
+ furnished to do so, subject to the following conditions:
285
+
286
+ The above copyright notice and this permission notice shall be included in all
287
+ copies or substantial portions of the Software.
288
+
289
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
290
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
291
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
292
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
293
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
294
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
295
+ SOFTWARE.
296
+
297
+
298
+ --- github.com/mattn/go-isatty@v0.0.22/LICENSE ---
299
+ Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
300
+
301
+ MIT License (Expat)
302
+
303
+ 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:
304
+
305
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
306
+
307
+ 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.
308
+
309
+
310
+ --- github.com/mattn/go-sqlite3@v1.14.48/LICENSE ---
311
+ The MIT License (MIT)
312
+
313
+ Copyright (c) 2014 Yasuhiro Matsumoto
314
+
315
+ Permission is hereby granted, free of charge, to any person obtaining a copy
316
+ of this software and associated documentation files (the "Software"), to deal
317
+ in the Software without restriction, including without limitation the rights
318
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
319
+ copies of the Software, and to permit persons to whom the Software is
320
+ furnished to do so, subject to the following conditions:
321
+
322
+ The above copyright notice and this permission notice shall be included in all
323
+ copies or substantial portions of the Software.
324
+
325
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
326
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
327
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
328
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
329
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
330
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
331
+ SOFTWARE.
332
+
333
+
334
+ --- github.com/mdp/qrterminal/v3@v3.2.1/LICENSE ---
335
+ Copyright 2019 Mark Percival <m@mdp.im>
336
+
337
+ Permission is hereby granted, free of charge, to any person obtaining a copy
338
+ of this software and associated documentation files (the "Software"), to deal
339
+ in the Software without restriction, including without limitation the rights
340
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
341
+ copies of the Software, and to permit persons to whom the Software is
342
+ furnished to do so, subject to the following conditions:
343
+
344
+ The above copyright notice and this permission notice shall be included in all
345
+ copies or substantial portions of the Software.
346
+
347
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
348
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
349
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
350
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
351
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
352
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
353
+ SOFTWARE.
354
+
355
+
356
+ --- github.com/petermattis/goid@v0.0.0-20260713124913-97594f28f5ca/LICENSE ---
357
+ Apache License
358
+ Version 2.0, January 2004
359
+ http://www.apache.org/licenses/
360
+
361
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
362
+
363
+ 1. Definitions.
364
+
365
+ "License" shall mean the terms and conditions for use, reproduction,
366
+ and distribution as defined by Sections 1 through 9 of this document.
367
+
368
+ "Licensor" shall mean the copyright owner or entity authorized by
369
+ the copyright owner that is granting the License.
370
+
371
+ "Legal Entity" shall mean the union of the acting entity and all
372
+ other entities that control, are controlled by, or are under common
373
+ control with that entity. For the purposes of this definition,
374
+ "control" means (i) the power, direct or indirect, to cause the
375
+ direction or management of such entity, whether by contract or
376
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
377
+ outstanding shares, or (iii) beneficial ownership of such entity.
378
+
379
+ "You" (or "Your") shall mean an individual or Legal Entity
380
+ exercising permissions granted by this License.
381
+
382
+ "Source" form shall mean the preferred form for making modifications,
383
+ including but not limited to software source code, documentation
384
+ source, and configuration files.
385
+
386
+ "Object" form shall mean any form resulting from mechanical
387
+ transformation or translation of a Source form, including but
388
+ not limited to compiled object code, generated documentation,
389
+ and conversions to other media types.
390
+
391
+ "Work" shall mean the work of authorship, whether in Source or
392
+ Object form, made available under the License, as indicated by a
393
+ copyright notice that is included in or attached to the work
394
+ (an example is provided in the Appendix below).
395
+
396
+ "Derivative Works" shall mean any work, whether in Source or Object
397
+ form, that is based on (or derived from) the Work and for which the
398
+ editorial revisions, annotations, elaborations, or other modifications
399
+ represent, as a whole, an original work of authorship. For the purposes
400
+ of this License, Derivative Works shall not include works that remain
401
+ separable from, or merely link (or bind by name) to the interfaces of,
402
+ the Work and Derivative Works thereof.
403
+
404
+ "Contribution" shall mean any work of authorship, including
405
+ the original version of the Work and any modifications or additions
406
+ to that Work or Derivative Works thereof, that is intentionally
407
+ submitted to Licensor for inclusion in the Work by the copyright owner
408
+ or by an individual or Legal Entity authorized to submit on behalf of
409
+ the copyright owner. For the purposes of this definition, "submitted"
410
+ means any form of electronic, verbal, or written communication sent
411
+ to the Licensor or its representatives, including but not limited to
412
+ communication on electronic mailing lists, source code control systems,
413
+ and issue tracking systems that are managed by, or on behalf of, the
414
+ Licensor for the purpose of discussing and improving the Work, but
415
+ excluding communication that is conspicuously marked or otherwise
416
+ designated in writing by the copyright owner as "Not a Contribution."
417
+
418
+ "Contributor" shall mean Licensor and any individual or Legal Entity
419
+ on behalf of whom a Contribution has been received by Licensor and
420
+ subsequently incorporated within the Work.
421
+
422
+ 2. Grant of Copyright License. Subject to the terms and conditions of
423
+ this License, each Contributor hereby grants to You a perpetual,
424
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
425
+ copyright license to reproduce, prepare Derivative Works of,
426
+ publicly display, publicly perform, sublicense, and distribute the
427
+ Work and such Derivative Works in Source or Object form.
428
+
429
+ 3. Grant of Patent License. Subject to the terms and conditions of
430
+ this License, each Contributor hereby grants to You a perpetual,
431
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
432
+ (except as stated in this section) patent license to make, have made,
433
+ use, offer to sell, sell, import, and otherwise transfer the Work,
434
+ where such license applies only to those patent claims licensable
435
+ by such Contributor that are necessarily infringed by their
436
+ Contribution(s) alone or by combination of their Contribution(s)
437
+ with the Work to which such Contribution(s) was submitted. If You
438
+ institute patent litigation against any entity (including a
439
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
440
+ or a Contribution incorporated within the Work constitutes direct
441
+ or contributory patent infringement, then any patent licenses
442
+ granted to You under this License for that Work shall terminate
443
+ as of the date such litigation is filed.
444
+
445
+ 4. Redistribution. You may reproduce and distribute copies of the
446
+ Work or Derivative Works thereof in any medium, with or without
447
+ modifications, and in Source or Object form, provided that You
448
+ meet the following conditions:
449
+
450
+ (a) You must give any other recipients of the Work or
451
+ Derivative Works a copy of this License; and
452
+
453
+ (b) You must cause any modified files to carry prominent notices
454
+ stating that You changed the files; and
455
+
456
+ (c) You must retain, in the Source form of any Derivative Works
457
+ that You distribute, all copyright, patent, trademark, and
458
+ attribution notices from the Source form of the Work,
459
+ excluding those notices that do not pertain to any part of
460
+ the Derivative Works; and
461
+
462
+ (d) If the Work includes a "NOTICE" text file as part of its
463
+ distribution, then any Derivative Works that You distribute must
464
+ include a readable copy of the attribution notices contained
465
+ within such NOTICE file, excluding those notices that do not
466
+ pertain to any part of the Derivative Works, in at least one
467
+ of the following places: within a NOTICE text file distributed
468
+ as part of the Derivative Works; within the Source form or
469
+ documentation, if provided along with the Derivative Works; or,
470
+ within a display generated by the Derivative Works, if and
471
+ wherever such third-party notices normally appear. The contents
472
+ of the NOTICE file are for informational purposes only and
473
+ do not modify the License. You may add Your own attribution
474
+ notices within Derivative Works that You distribute, alongside
475
+ or as an addendum to the NOTICE text from the Work, provided
476
+ that such additional attribution notices cannot be construed
477
+ as modifying the License.
478
+
479
+ You may add Your own copyright statement to Your modifications and
480
+ may provide additional or different license terms and conditions
481
+ for use, reproduction, or distribution of Your modifications, or
482
+ for any such Derivative Works as a whole, provided Your use,
483
+ reproduction, and distribution of the Work otherwise complies with
484
+ the conditions stated in this License.
485
+
486
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
487
+ any Contribution intentionally submitted for inclusion in the Work
488
+ by You to the Licensor shall be under the terms and conditions of
489
+ this License, without any additional terms or conditions.
490
+ Notwithstanding the above, nothing herein shall supersede or modify
491
+ the terms of any separate license agreement you may have executed
492
+ with Licensor regarding such Contributions.
493
+
494
+ 6. Trademarks. This License does not grant permission to use the trade
495
+ names, trademarks, service marks, or product names of the Licensor,
496
+ except as required for reasonable and customary use in describing the
497
+ origin of the Work and reproducing the content of the NOTICE file.
498
+
499
+ 7. Disclaimer of Warranty. Unless required by applicable law or
500
+ agreed to in writing, Licensor provides the Work (and each
501
+ Contributor provides its Contributions) on an "AS IS" BASIS,
502
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
503
+ implied, including, without limitation, any warranties or conditions
504
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
505
+ PARTICULAR PURPOSE. You are solely responsible for determining the
506
+ appropriateness of using or redistributing the Work and assume any
507
+ risks associated with Your exercise of permissions under this License.
508
+
509
+ 8. Limitation of Liability. In no event and under no legal theory,
510
+ whether in tort (including negligence), contract, or otherwise,
511
+ unless required by applicable law (such as deliberate and grossly
512
+ negligent acts) or agreed to in writing, shall any Contributor be
513
+ liable to You for damages, including any direct, indirect, special,
514
+ incidental, or consequential damages of any character arising as a
515
+ result of this License or out of the use or inability to use the
516
+ Work (including but not limited to damages for loss of goodwill,
517
+ work stoppage, computer failure or malfunction, or any and all
518
+ other commercial damages or losses), even if such Contributor
519
+ has been advised of the possibility of such damages.
520
+
521
+ 9. Accepting Warranty or Additional Liability. While redistributing
522
+ the Work or Derivative Works thereof, You may choose to offer,
523
+ and charge a fee for, acceptance of support, warranty, indemnity,
524
+ or other liability obligations and/or rights consistent with this
525
+ License. However, in accepting such obligations, You may act only
526
+ on Your own behalf and on Your sole responsibility, not on behalf
527
+ of any other Contributor, and only if You agree to indemnify,
528
+ defend, and hold each Contributor harmless for any liability
529
+ incurred by, or claims asserted against, such Contributor by reason
530
+ of your accepting any such warranty or additional liability.
531
+
532
+ END OF TERMS AND CONDITIONS
533
+
534
+ APPENDIX: How to apply the Apache License to your work.
535
+
536
+ To apply the Apache License to your work, attach the following
537
+ boilerplate notice, with the fields enclosed by brackets "{}"
538
+ replaced with your own identifying information. (Don't include
539
+ the brackets!) The text should be enclosed in the appropriate
540
+ comment syntax for the file format. We also recommend that a
541
+ file or class name and description of purpose be included on the
542
+ same "printed page" as the copyright notice for easier
543
+ identification within third-party archives.
544
+
545
+ Copyright {yyyy} {name of copyright owner}
546
+
547
+ Licensed under the Apache License, Version 2.0 (the "License");
548
+ you may not use this file except in compliance with the License.
549
+ You may obtain a copy of the License at
550
+
551
+ http://www.apache.org/licenses/LICENSE-2.0
552
+
553
+ Unless required by applicable law or agreed to in writing, software
554
+ distributed under the License is distributed on an "AS IS" BASIS,
555
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
556
+ See the License for the specific language governing permissions and
557
+ limitations under the License.
558
+
559
+
560
+
561
+ --- github.com/rs/zerolog@v1.35.1/LICENSE ---
562
+ MIT License
563
+
564
+ Copyright (c) 2017 Olivier Poitrey
565
+
566
+ Permission is hereby granted, free of charge, to any person obtaining a copy
567
+ of this software and associated documentation files (the "Software"), to deal
568
+ in the Software without restriction, including without limitation the rights
569
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
570
+ copies of the Software, and to permit persons to whom the Software is
571
+ furnished to do so, subject to the following conditions:
572
+
573
+ The above copyright notice and this permission notice shall be included in all
574
+ copies or substantial portions of the Software.
575
+
576
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
577
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
578
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
579
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
580
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
581
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
582
+ SOFTWARE.
583
+
584
+
585
+ --- github.com/spf13/cobra@v1.10.2/LICENSE.txt ---
586
+ Apache License
587
+ Version 2.0, January 2004
588
+ http://www.apache.org/licenses/
589
+
590
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
591
+
592
+ 1. Definitions.
593
+
594
+ "License" shall mean the terms and conditions for use, reproduction,
595
+ and distribution as defined by Sections 1 through 9 of this document.
596
+
597
+ "Licensor" shall mean the copyright owner or entity authorized by
598
+ the copyright owner that is granting the License.
599
+
600
+ "Legal Entity" shall mean the union of the acting entity and all
601
+ other entities that control, are controlled by, or are under common
602
+ control with that entity. For the purposes of this definition,
603
+ "control" means (i) the power, direct or indirect, to cause the
604
+ direction or management of such entity, whether by contract or
605
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
606
+ outstanding shares, or (iii) beneficial ownership of such entity.
607
+
608
+ "You" (or "Your") shall mean an individual or Legal Entity
609
+ exercising permissions granted by this License.
610
+
611
+ "Source" form shall mean the preferred form for making modifications,
612
+ including but not limited to software source code, documentation
613
+ source, and configuration files.
614
+
615
+ "Object" form shall mean any form resulting from mechanical
616
+ transformation or translation of a Source form, including but
617
+ not limited to compiled object code, generated documentation,
618
+ and conversions to other media types.
619
+
620
+ "Work" shall mean the work of authorship, whether in Source or
621
+ Object form, made available under the License, as indicated by a
622
+ copyright notice that is included in or attached to the work
623
+ (an example is provided in the Appendix below).
624
+
625
+ "Derivative Works" shall mean any work, whether in Source or Object
626
+ form, that is based on (or derived from) the Work and for which the
627
+ editorial revisions, annotations, elaborations, or other modifications
628
+ represent, as a whole, an original work of authorship. For the purposes
629
+ of this License, Derivative Works shall not include works that remain
630
+ separable from, or merely link (or bind by name) to the interfaces of,
631
+ the Work and Derivative Works thereof.
632
+
633
+ "Contribution" shall mean any work of authorship, including
634
+ the original version of the Work and any modifications or additions
635
+ to that Work or Derivative Works thereof, that is intentionally
636
+ submitted to Licensor for inclusion in the Work by the copyright owner
637
+ or by an individual or Legal Entity authorized to submit on behalf of
638
+ the copyright owner. For the purposes of this definition, "submitted"
639
+ means any form of electronic, verbal, or written communication sent
640
+ to the Licensor or its representatives, including but not limited to
641
+ communication on electronic mailing lists, source code control systems,
642
+ and issue tracking systems that are managed by, or on behalf of, the
643
+ Licensor for the purpose of discussing and improving the Work, but
644
+ excluding communication that is conspicuously marked or otherwise
645
+ designated in writing by the copyright owner as "Not a Contribution."
646
+
647
+ "Contributor" shall mean Licensor and any individual or Legal Entity
648
+ on behalf of whom a Contribution has been received by Licensor and
649
+ subsequently incorporated within the Work.
650
+
651
+ 2. Grant of Copyright License. Subject to the terms and conditions of
652
+ this License, each Contributor hereby grants to You a perpetual,
653
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
654
+ copyright license to reproduce, prepare Derivative Works of,
655
+ publicly display, publicly perform, sublicense, and distribute the
656
+ Work and such Derivative Works in Source or Object form.
657
+
658
+ 3. Grant of Patent License. Subject to the terms and conditions of
659
+ this License, each Contributor hereby grants to You a perpetual,
660
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
661
+ (except as stated in this section) patent license to make, have made,
662
+ use, offer to sell, sell, import, and otherwise transfer the Work,
663
+ where such license applies only to those patent claims licensable
664
+ by such Contributor that are necessarily infringed by their
665
+ Contribution(s) alone or by combination of their Contribution(s)
666
+ with the Work to which such Contribution(s) was submitted. If You
667
+ institute patent litigation against any entity (including a
668
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
669
+ or a Contribution incorporated within the Work constitutes direct
670
+ or contributory patent infringement, then any patent licenses
671
+ granted to You under this License for that Work shall terminate
672
+ as of the date such litigation is filed.
673
+
674
+ 4. Redistribution. You may reproduce and distribute copies of the
675
+ Work or Derivative Works thereof in any medium, with or without
676
+ modifications, and in Source or Object form, provided that You
677
+ meet the following conditions:
678
+
679
+ (a) You must give any other recipients of the Work or
680
+ Derivative Works a copy of this License; and
681
+
682
+ (b) You must cause any modified files to carry prominent notices
683
+ stating that You changed the files; and
684
+
685
+ (c) You must retain, in the Source form of any Derivative Works
686
+ that You distribute, all copyright, patent, trademark, and
687
+ attribution notices from the Source form of the Work,
688
+ excluding those notices that do not pertain to any part of
689
+ the Derivative Works; and
690
+
691
+ (d) If the Work includes a "NOTICE" text file as part of its
692
+ distribution, then any Derivative Works that You distribute must
693
+ include a readable copy of the attribution notices contained
694
+ within such NOTICE file, excluding those notices that do not
695
+ pertain to any part of the Derivative Works, in at least one
696
+ of the following places: within a NOTICE text file distributed
697
+ as part of the Derivative Works; within the Source form or
698
+ documentation, if provided along with the Derivative Works; or,
699
+ within a display generated by the Derivative Works, if and
700
+ wherever such third-party notices normally appear. The contents
701
+ of the NOTICE file are for informational purposes only and
702
+ do not modify the License. You may add Your own attribution
703
+ notices within Derivative Works that You distribute, alongside
704
+ or as an addendum to the NOTICE text from the Work, provided
705
+ that such additional attribution notices cannot be construed
706
+ as modifying the License.
707
+
708
+ You may add Your own copyright statement to Your modifications and
709
+ may provide additional or different license terms and conditions
710
+ for use, reproduction, or distribution of Your modifications, or
711
+ for any such Derivative Works as a whole, provided Your use,
712
+ reproduction, and distribution of the Work otherwise complies with
713
+ the conditions stated in this License.
714
+
715
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
716
+ any Contribution intentionally submitted for inclusion in the Work
717
+ by You to the Licensor shall be under the terms and conditions of
718
+ this License, without any additional terms or conditions.
719
+ Notwithstanding the above, nothing herein shall supersede or modify
720
+ the terms of any separate license agreement you may have executed
721
+ with Licensor regarding such Contributions.
722
+
723
+ 6. Trademarks. This License does not grant permission to use the trade
724
+ names, trademarks, service marks, or product names of the Licensor,
725
+ except as required for reasonable and customary use in describing the
726
+ origin of the Work and reproducing the content of the NOTICE file.
727
+
728
+ 7. Disclaimer of Warranty. Unless required by applicable law or
729
+ agreed to in writing, Licensor provides the Work (and each
730
+ Contributor provides its Contributions) on an "AS IS" BASIS,
731
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
732
+ implied, including, without limitation, any warranties or conditions
733
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
734
+ PARTICULAR PURPOSE. You are solely responsible for determining the
735
+ appropriateness of using or redistributing the Work and assume any
736
+ risks associated with Your exercise of permissions under this License.
737
+
738
+ 8. Limitation of Liability. In no event and under no legal theory,
739
+ whether in tort (including negligence), contract, or otherwise,
740
+ unless required by applicable law (such as deliberate and grossly
741
+ negligent acts) or agreed to in writing, shall any Contributor be
742
+ liable to You for damages, including any direct, indirect, special,
743
+ incidental, or consequential damages of any character arising as a
744
+ result of this License or out of the use or inability to use the
745
+ Work (including but not limited to damages for loss of goodwill,
746
+ work stoppage, computer failure or malfunction, or any and all
747
+ other commercial damages or losses), even if such Contributor
748
+ has been advised of the possibility of such damages.
749
+
750
+ 9. Accepting Warranty or Additional Liability. While redistributing
751
+ the Work or Derivative Works thereof, You may choose to offer,
752
+ and charge a fee for, acceptance of support, warranty, indemnity,
753
+ or other liability obligations and/or rights consistent with this
754
+ License. However, in accepting such obligations, You may act only
755
+ on Your own behalf and on Your sole responsibility, not on behalf
756
+ of any other Contributor, and only if You agree to indemnify,
757
+ defend, and hold each Contributor harmless for any liability
758
+ incurred by, or claims asserted against, such Contributor by reason
759
+ of your accepting any such warranty or additional liability.
760
+
761
+
762
+ --- github.com/spf13/pflag@v1.0.10/LICENSE ---
763
+ Copyright (c) 2012 Alex Ogier. All rights reserved.
764
+ Copyright (c) 2012 The Go Authors. All rights reserved.
765
+
766
+ Redistribution and use in source and binary forms, with or without
767
+ modification, are permitted provided that the following conditions are
768
+ met:
769
+
770
+ * Redistributions of source code must retain the above copyright
771
+ notice, this list of conditions and the following disclaimer.
772
+ * Redistributions in binary form must reproduce the above
773
+ copyright notice, this list of conditions and the following disclaimer
774
+ in the documentation and/or other materials provided with the
775
+ distribution.
776
+ * Neither the name of Google Inc. nor the names of its
777
+ contributors may be used to endorse or promote products derived from
778
+ this software without specific prior written permission.
779
+
780
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
781
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
782
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
783
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
784
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
785
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
786
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
787
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
788
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
789
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
790
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
791
+
792
+
793
+ --- github.com/vektah/gqlparser/v2@v2.5.33/LICENSE ---
794
+ Copyright (c) 2018 Adam Scarr
795
+
796
+ Permission is hereby granted, free of charge, to any person obtaining a copy
797
+ of this software and associated documentation files (the "Software"), to deal
798
+ in the Software without restriction, including without limitation the rights
799
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
800
+ copies of the Software, and to permit persons to whom the Software is
801
+ furnished to do so, subject to the following conditions:
802
+
803
+ The above copyright notice and this permission notice shall be included in all
804
+ copies or substantial portions of the Software.
805
+
806
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
807
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
808
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
809
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
810
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
811
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
812
+ SOFTWARE.
813
+
814
+ --- go.mau.fi/libsignal@v0.2.2/LICENSE ---
815
+ GNU GENERAL PUBLIC LICENSE
816
+ Version 3, 29 June 2007
817
+
818
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
819
+ Everyone is permitted to copy and distribute verbatim copies
820
+ of this license document, but changing it is not allowed.
821
+
822
+ Preamble
823
+
824
+ The GNU General Public License is a free, copyleft license for
825
+ software and other kinds of works.
826
+
827
+ The licenses for most software and other practical works are designed
828
+ to take away your freedom to share and change the works. By contrast,
829
+ the GNU General Public License is intended to guarantee your freedom to
830
+ share and change all versions of a program--to make sure it remains free
831
+ software for all its users. We, the Free Software Foundation, use the
832
+ GNU General Public License for most of our software; it applies also to
833
+ any other work released this way by its authors. You can apply it to
834
+ your programs, too.
835
+
836
+ When we speak of free software, we are referring to freedom, not
837
+ price. Our General Public Licenses are designed to make sure that you
838
+ have the freedom to distribute copies of free software (and charge for
839
+ them if you wish), that you receive source code or can get it if you
840
+ want it, that you can change the software or use pieces of it in new
841
+ free programs, and that you know you can do these things.
842
+
843
+ To protect your rights, we need to prevent others from denying you
844
+ these rights or asking you to surrender the rights. Therefore, you have
845
+ certain responsibilities if you distribute copies of the software, or if
846
+ you modify it: responsibilities to respect the freedom of others.
847
+
848
+ For example, if you distribute copies of such a program, whether
849
+ gratis or for a fee, you must pass on to the recipients the same
850
+ freedoms that you received. You must make sure that they, too, receive
851
+ or can get the source code. And you must show them these terms so they
852
+ know their rights.
853
+
854
+ Developers that use the GNU GPL protect your rights with two steps:
855
+ (1) assert copyright on the software, and (2) offer you this License
856
+ giving you legal permission to copy, distribute and/or modify it.
857
+
858
+ For the developers' and authors' protection, the GPL clearly explains
859
+ that there is no warranty for this free software. For both users' and
860
+ authors' sake, the GPL requires that modified versions be marked as
861
+ changed, so that their problems will not be attributed erroneously to
862
+ authors of previous versions.
863
+
864
+ Some devices are designed to deny users access to install or run
865
+ modified versions of the software inside them, although the manufacturer
866
+ can do so. This is fundamentally incompatible with the aim of
867
+ protecting users' freedom to change the software. The systematic
868
+ pattern of such abuse occurs in the area of products for individuals to
869
+ use, which is precisely where it is most unacceptable. Therefore, we
870
+ have designed this version of the GPL to prohibit the practice for those
871
+ products. If such problems arise substantially in other domains, we
872
+ stand ready to extend this provision to those domains in future versions
873
+ of the GPL, as needed to protect the freedom of users.
874
+
875
+ Finally, every program is threatened constantly by software patents.
876
+ States should not allow patents to restrict development and use of
877
+ software on general-purpose computers, but in those that do, we wish to
878
+ avoid the special danger that patents applied to a free program could
879
+ make it effectively proprietary. To prevent this, the GPL assures that
880
+ patents cannot be used to render the program non-free.
881
+
882
+ The precise terms and conditions for copying, distribution and
883
+ modification follow.
884
+
885
+ TERMS AND CONDITIONS
886
+
887
+ 0. Definitions.
888
+
889
+ "This License" refers to version 3 of the GNU General Public License.
890
+
891
+ "Copyright" also means copyright-like laws that apply to other kinds of
892
+ works, such as semiconductor masks.
893
+
894
+ "The Program" refers to any copyrightable work licensed under this
895
+ License. Each licensee is addressed as "you". "Licensees" and
896
+ "recipients" may be individuals or organizations.
897
+
898
+ To "modify" a work means to copy from or adapt all or part of the work
899
+ in a fashion requiring copyright permission, other than the making of an
900
+ exact copy. The resulting work is called a "modified version" of the
901
+ earlier work or a work "based on" the earlier work.
902
+
903
+ A "covered work" means either the unmodified Program or a work based
904
+ on the Program.
905
+
906
+ To "propagate" a work means to do anything with it that, without
907
+ permission, would make you directly or secondarily liable for
908
+ infringement under applicable copyright law, except executing it on a
909
+ computer or modifying a private copy. Propagation includes copying,
910
+ distribution (with or without modification), making available to the
911
+ public, and in some countries other activities as well.
912
+
913
+ To "convey" a work means any kind of propagation that enables other
914
+ parties to make or receive copies. Mere interaction with a user through
915
+ a computer network, with no transfer of a copy, is not conveying.
916
+
917
+ An interactive user interface displays "Appropriate Legal Notices"
918
+ to the extent that it includes a convenient and prominently visible
919
+ feature that (1) displays an appropriate copyright notice, and (2)
920
+ tells the user that there is no warranty for the work (except to the
921
+ extent that warranties are provided), that licensees may convey the
922
+ work under this License, and how to view a copy of this License. If
923
+ the interface presents a list of user commands or options, such as a
924
+ menu, a prominent item in the list meets this criterion.
925
+
926
+ 1. Source Code.
927
+
928
+ The "source code" for a work means the preferred form of the work
929
+ for making modifications to it. "Object code" means any non-source
930
+ form of a work.
931
+
932
+ A "Standard Interface" means an interface that either is an official
933
+ standard defined by a recognized standards body, or, in the case of
934
+ interfaces specified for a particular programming language, one that
935
+ is widely used among developers working in that language.
936
+
937
+ The "System Libraries" of an executable work include anything, other
938
+ than the work as a whole, that (a) is included in the normal form of
939
+ packaging a Major Component, but which is not part of that Major
940
+ Component, and (b) serves only to enable use of the work with that
941
+ Major Component, or to implement a Standard Interface for which an
942
+ implementation is available to the public in source code form. A
943
+ "Major Component", in this context, means a major essential component
944
+ (kernel, window system, and so on) of the specific operating system
945
+ (if any) on which the executable work runs, or a compiler used to
946
+ produce the work, or an object code interpreter used to run it.
947
+
948
+ The "Corresponding Source" for a work in object code form means all
949
+ the source code needed to generate, install, and (for an executable
950
+ work) run the object code and to modify the work, including scripts to
951
+ control those activities. However, it does not include the work's
952
+ System Libraries, or general-purpose tools or generally available free
953
+ programs which are used unmodified in performing those activities but
954
+ which are not part of the work. For example, Corresponding Source
955
+ includes interface definition files associated with source files for
956
+ the work, and the source code for shared libraries and dynamically
957
+ linked subprograms that the work is specifically designed to require,
958
+ such as by intimate data communication or control flow between those
959
+ subprograms and other parts of the work.
960
+
961
+ The Corresponding Source need not include anything that users
962
+ can regenerate automatically from other parts of the Corresponding
963
+ Source.
964
+
965
+ The Corresponding Source for a work in source code form is that
966
+ same work.
967
+
968
+ 2. Basic Permissions.
969
+
970
+ All rights granted under this License are granted for the term of
971
+ copyright on the Program, and are irrevocable provided the stated
972
+ conditions are met. This License explicitly affirms your unlimited
973
+ permission to run the unmodified Program. The output from running a
974
+ covered work is covered by this License only if the output, given its
975
+ content, constitutes a covered work. This License acknowledges your
976
+ rights of fair use or other equivalent, as provided by copyright law.
977
+
978
+ You may make, run and propagate covered works that you do not
979
+ convey, without conditions so long as your license otherwise remains
980
+ in force. You may convey covered works to others for the sole purpose
981
+ of having them make modifications exclusively for you, or provide you
982
+ with facilities for running those works, provided that you comply with
983
+ the terms of this License in conveying all material for which you do
984
+ not control copyright. Those thus making or running the covered works
985
+ for you must do so exclusively on your behalf, under your direction
986
+ and control, on terms that prohibit them from making any copies of
987
+ your copyrighted material outside their relationship with you.
988
+
989
+ Conveying under any other circumstances is permitted solely under
990
+ the conditions stated below. Sublicensing is not allowed; section 10
991
+ makes it unnecessary.
992
+
993
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
994
+
995
+ No covered work shall be deemed part of an effective technological
996
+ measure under any applicable law fulfilling obligations under article
997
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
998
+ similar laws prohibiting or restricting circumvention of such
999
+ measures.
1000
+
1001
+ When you convey a covered work, you waive any legal power to forbid
1002
+ circumvention of technological measures to the extent such circumvention
1003
+ is effected by exercising rights under this License with respect to
1004
+ the covered work, and you disclaim any intention to limit operation or
1005
+ modification of the work as a means of enforcing, against the work's
1006
+ users, your or third parties' legal rights to forbid circumvention of
1007
+ technological measures.
1008
+
1009
+ 4. Conveying Verbatim Copies.
1010
+
1011
+ You may convey verbatim copies of the Program's source code as you
1012
+ receive it, in any medium, provided that you conspicuously and
1013
+ appropriately publish on each copy an appropriate copyright notice;
1014
+ keep intact all notices stating that this License and any
1015
+ non-permissive terms added in accord with section 7 apply to the code;
1016
+ keep intact all notices of the absence of any warranty; and give all
1017
+ recipients a copy of this License along with the Program.
1018
+
1019
+ You may charge any price or no price for each copy that you convey,
1020
+ and you may offer support or warranty protection for a fee.
1021
+
1022
+ 5. Conveying Modified Source Versions.
1023
+
1024
+ You may convey a work based on the Program, or the modifications to
1025
+ produce it from the Program, in the form of source code under the
1026
+ terms of section 4, provided that you also meet all of these conditions:
1027
+
1028
+ a) The work must carry prominent notices stating that you modified
1029
+ it, and giving a relevant date.
1030
+
1031
+ b) The work must carry prominent notices stating that it is
1032
+ released under this License and any conditions added under section
1033
+ 7. This requirement modifies the requirement in section 4 to
1034
+ "keep intact all notices".
1035
+
1036
+ c) You must license the entire work, as a whole, under this
1037
+ License to anyone who comes into possession of a copy. This
1038
+ License will therefore apply, along with any applicable section 7
1039
+ additional terms, to the whole of the work, and all its parts,
1040
+ regardless of how they are packaged. This License gives no
1041
+ permission to license the work in any other way, but it does not
1042
+ invalidate such permission if you have separately received it.
1043
+
1044
+ d) If the work has interactive user interfaces, each must display
1045
+ Appropriate Legal Notices; however, if the Program has interactive
1046
+ interfaces that do not display Appropriate Legal Notices, your
1047
+ work need not make them do so.
1048
+
1049
+ A compilation of a covered work with other separate and independent
1050
+ works, which are not by their nature extensions of the covered work,
1051
+ and which are not combined with it such as to form a larger program,
1052
+ in or on a volume of a storage or distribution medium, is called an
1053
+ "aggregate" if the compilation and its resulting copyright are not
1054
+ used to limit the access or legal rights of the compilation's users
1055
+ beyond what the individual works permit. Inclusion of a covered work
1056
+ in an aggregate does not cause this License to apply to the other
1057
+ parts of the aggregate.
1058
+
1059
+ 6. Conveying Non-Source Forms.
1060
+
1061
+ You may convey a covered work in object code form under the terms
1062
+ of sections 4 and 5, provided that you also convey the
1063
+ machine-readable Corresponding Source under the terms of this License,
1064
+ in one of these ways:
1065
+
1066
+ a) Convey the object code in, or embodied in, a physical product
1067
+ (including a physical distribution medium), accompanied by the
1068
+ Corresponding Source fixed on a durable physical medium
1069
+ customarily used for software interchange.
1070
+
1071
+ b) Convey the object code in, or embodied in, a physical product
1072
+ (including a physical distribution medium), accompanied by a
1073
+ written offer, valid for at least three years and valid for as
1074
+ long as you offer spare parts or customer support for that product
1075
+ model, to give anyone who possesses the object code either (1) a
1076
+ copy of the Corresponding Source for all the software in the
1077
+ product that is covered by this License, on a durable physical
1078
+ medium customarily used for software interchange, for a price no
1079
+ more than your reasonable cost of physically performing this
1080
+ conveying of source, or (2) access to copy the
1081
+ Corresponding Source from a network server at no charge.
1082
+
1083
+ c) Convey individual copies of the object code with a copy of the
1084
+ written offer to provide the Corresponding Source. This
1085
+ alternative is allowed only occasionally and noncommercially, and
1086
+ only if you received the object code with such an offer, in accord
1087
+ with subsection 6b.
1088
+
1089
+ d) Convey the object code by offering access from a designated
1090
+ place (gratis or for a charge), and offer equivalent access to the
1091
+ Corresponding Source in the same way through the same place at no
1092
+ further charge. You need not require recipients to copy the
1093
+ Corresponding Source along with the object code. If the place to
1094
+ copy the object code is a network server, the Corresponding Source
1095
+ may be on a different server (operated by you or a third party)
1096
+ that supports equivalent copying facilities, provided you maintain
1097
+ clear directions next to the object code saying where to find the
1098
+ Corresponding Source. Regardless of what server hosts the
1099
+ Corresponding Source, you remain obligated to ensure that it is
1100
+ available for as long as needed to satisfy these requirements.
1101
+
1102
+ e) Convey the object code using peer-to-peer transmission, provided
1103
+ you inform other peers where the object code and Corresponding
1104
+ Source of the work are being offered to the general public at no
1105
+ charge under subsection 6d.
1106
+
1107
+ A separable portion of the object code, whose source code is excluded
1108
+ from the Corresponding Source as a System Library, need not be
1109
+ included in conveying the object code work.
1110
+
1111
+ A "User Product" is either (1) a "consumer product", which means any
1112
+ tangible personal property which is normally used for personal, family,
1113
+ or household purposes, or (2) anything designed or sold for incorporation
1114
+ into a dwelling. In determining whether a product is a consumer product,
1115
+ doubtful cases shall be resolved in favor of coverage. For a particular
1116
+ product received by a particular user, "normally used" refers to a
1117
+ typical or common use of that class of product, regardless of the status
1118
+ of the particular user or of the way in which the particular user
1119
+ actually uses, or expects or is expected to use, the product. A product
1120
+ is a consumer product regardless of whether the product has substantial
1121
+ commercial, industrial or non-consumer uses, unless such uses represent
1122
+ the only significant mode of use of the product.
1123
+
1124
+ "Installation Information" for a User Product means any methods,
1125
+ procedures, authorization keys, or other information required to install
1126
+ and execute modified versions of a covered work in that User Product from
1127
+ a modified version of its Corresponding Source. The information must
1128
+ suffice to ensure that the continued functioning of the modified object
1129
+ code is in no case prevented or interfered with solely because
1130
+ modification has been made.
1131
+
1132
+ If you convey an object code work under this section in, or with, or
1133
+ specifically for use in, a User Product, and the conveying occurs as
1134
+ part of a transaction in which the right of possession and use of the
1135
+ User Product is transferred to the recipient in perpetuity or for a
1136
+ fixed term (regardless of how the transaction is characterized), the
1137
+ Corresponding Source conveyed under this section must be accompanied
1138
+ by the Installation Information. But this requirement does not apply
1139
+ if neither you nor any third party retains the ability to install
1140
+ modified object code on the User Product (for example, the work has
1141
+ been installed in ROM).
1142
+
1143
+ The requirement to provide Installation Information does not include a
1144
+ requirement to continue to provide support service, warranty, or updates
1145
+ for a work that has been modified or installed by the recipient, or for
1146
+ the User Product in which it has been modified or installed. Access to a
1147
+ network may be denied when the modification itself materially and
1148
+ adversely affects the operation of the network or violates the rules and
1149
+ protocols for communication across the network.
1150
+
1151
+ Corresponding Source conveyed, and Installation Information provided,
1152
+ in accord with this section must be in a format that is publicly
1153
+ documented (and with an implementation available to the public in
1154
+ source code form), and must require no special password or key for
1155
+ unpacking, reading or copying.
1156
+
1157
+ 7. Additional Terms.
1158
+
1159
+ "Additional permissions" are terms that supplement the terms of this
1160
+ License by making exceptions from one or more of its conditions.
1161
+ Additional permissions that are applicable to the entire Program shall
1162
+ be treated as though they were included in this License, to the extent
1163
+ that they are valid under applicable law. If additional permissions
1164
+ apply only to part of the Program, that part may be used separately
1165
+ under those permissions, but the entire Program remains governed by
1166
+ this License without regard to the additional permissions.
1167
+
1168
+ When you convey a copy of a covered work, you may at your option
1169
+ remove any additional permissions from that copy, or from any part of
1170
+ it. (Additional permissions may be written to require their own
1171
+ removal in certain cases when you modify the work.) You may place
1172
+ additional permissions on material, added by you to a covered work,
1173
+ for which you have or can give appropriate copyright permission.
1174
+
1175
+ Notwithstanding any other provision of this License, for material you
1176
+ add to a covered work, you may (if authorized by the copyright holders of
1177
+ that material) supplement the terms of this License with terms:
1178
+
1179
+ a) Disclaiming warranty or limiting liability differently from the
1180
+ terms of sections 15 and 16 of this License; or
1181
+
1182
+ b) Requiring preservation of specified reasonable legal notices or
1183
+ author attributions in that material or in the Appropriate Legal
1184
+ Notices displayed by works containing it; or
1185
+
1186
+ c) Prohibiting misrepresentation of the origin of that material, or
1187
+ requiring that modified versions of such material be marked in
1188
+ reasonable ways as different from the original version; or
1189
+
1190
+ d) Limiting the use for publicity purposes of names of licensors or
1191
+ authors of the material; or
1192
+
1193
+ e) Declining to grant rights under trademark law for use of some
1194
+ trade names, trademarks, or service marks; or
1195
+
1196
+ f) Requiring indemnification of licensors and authors of that
1197
+ material by anyone who conveys the material (or modified versions of
1198
+ it) with contractual assumptions of liability to the recipient, for
1199
+ any liability that these contractual assumptions directly impose on
1200
+ those licensors and authors.
1201
+
1202
+ All other non-permissive additional terms are considered "further
1203
+ restrictions" within the meaning of section 10. If the Program as you
1204
+ received it, or any part of it, contains a notice stating that it is
1205
+ governed by this License along with a term that is a further
1206
+ restriction, you may remove that term. If a license document contains
1207
+ a further restriction but permits relicensing or conveying under this
1208
+ License, you may add to a covered work material governed by the terms
1209
+ of that license document, provided that the further restriction does
1210
+ not survive such relicensing or conveying.
1211
+
1212
+ If you add terms to a covered work in accord with this section, you
1213
+ must place, in the relevant source files, a statement of the
1214
+ additional terms that apply to those files, or a notice indicating
1215
+ where to find the applicable terms.
1216
+
1217
+ Additional terms, permissive or non-permissive, may be stated in the
1218
+ form of a separately written license, or stated as exceptions;
1219
+ the above requirements apply either way.
1220
+
1221
+ 8. Termination.
1222
+
1223
+ You may not propagate or modify a covered work except as expressly
1224
+ provided under this License. Any attempt otherwise to propagate or
1225
+ modify it is void, and will automatically terminate your rights under
1226
+ this License (including any patent licenses granted under the third
1227
+ paragraph of section 11).
1228
+
1229
+ However, if you cease all violation of this License, then your
1230
+ license from a particular copyright holder is reinstated (a)
1231
+ provisionally, unless and until the copyright holder explicitly and
1232
+ finally terminates your license, and (b) permanently, if the copyright
1233
+ holder fails to notify you of the violation by some reasonable means
1234
+ prior to 60 days after the cessation.
1235
+
1236
+ Moreover, your license from a particular copyright holder is
1237
+ reinstated permanently if the copyright holder notifies you of the
1238
+ violation by some reasonable means, this is the first time you have
1239
+ received notice of violation of this License (for any work) from that
1240
+ copyright holder, and you cure the violation prior to 30 days after
1241
+ your receipt of the notice.
1242
+
1243
+ Termination of your rights under this section does not terminate the
1244
+ licenses of parties who have received copies or rights from you under
1245
+ this License. If your rights have been terminated and not permanently
1246
+ reinstated, you do not qualify to receive new licenses for the same
1247
+ material under section 10.
1248
+
1249
+ 9. Acceptance Not Required for Having Copies.
1250
+
1251
+ You are not required to accept this License in order to receive or
1252
+ run a copy of the Program. Ancillary propagation of a covered work
1253
+ occurring solely as a consequence of using peer-to-peer transmission
1254
+ to receive a copy likewise does not require acceptance. However,
1255
+ nothing other than this License grants you permission to propagate or
1256
+ modify any covered work. These actions infringe copyright if you do
1257
+ not accept this License. Therefore, by modifying or propagating a
1258
+ covered work, you indicate your acceptance of this License to do so.
1259
+
1260
+ 10. Automatic Licensing of Downstream Recipients.
1261
+
1262
+ Each time you convey a covered work, the recipient automatically
1263
+ receives a license from the original licensors, to run, modify and
1264
+ propagate that work, subject to this License. You are not responsible
1265
+ for enforcing compliance by third parties with this License.
1266
+
1267
+ An "entity transaction" is a transaction transferring control of an
1268
+ organization, or substantially all assets of one, or subdividing an
1269
+ organization, or merging organizations. If propagation of a covered
1270
+ work results from an entity transaction, each party to that
1271
+ transaction who receives a copy of the work also receives whatever
1272
+ licenses to the work the party's predecessor in interest had or could
1273
+ give under the previous paragraph, plus a right to possession of the
1274
+ Corresponding Source of the work from the predecessor in interest, if
1275
+ the predecessor has it or can get it with reasonable efforts.
1276
+
1277
+ You may not impose any further restrictions on the exercise of the
1278
+ rights granted or affirmed under this License. For example, you may
1279
+ not impose a license fee, royalty, or other charge for exercise of
1280
+ rights granted under this License, and you may not initiate litigation
1281
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
1282
+ any patent claim is infringed by making, using, selling, offering for
1283
+ sale, or importing the Program or any portion of it.
1284
+
1285
+ 11. Patents.
1286
+
1287
+ A "contributor" is a copyright holder who authorizes use under this
1288
+ License of the Program or a work on which the Program is based. The
1289
+ work thus licensed is called the contributor's "contributor version".
1290
+
1291
+ A contributor's "essential patent claims" are all patent claims
1292
+ owned or controlled by the contributor, whether already acquired or
1293
+ hereafter acquired, that would be infringed by some manner, permitted
1294
+ by this License, of making, using, or selling its contributor version,
1295
+ but do not include claims that would be infringed only as a
1296
+ consequence of further modification of the contributor version. For
1297
+ purposes of this definition, "control" includes the right to grant
1298
+ patent sublicenses in a manner consistent with the requirements of
1299
+ this License.
1300
+
1301
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
1302
+ patent license under the contributor's essential patent claims, to
1303
+ make, use, sell, offer for sale, import and otherwise run, modify and
1304
+ propagate the contents of its contributor version.
1305
+
1306
+ In the following three paragraphs, a "patent license" is any express
1307
+ agreement or commitment, however denominated, not to enforce a patent
1308
+ (such as an express permission to practice a patent or covenant not to
1309
+ sue for patent infringement). To "grant" such a patent license to a
1310
+ party means to make such an agreement or commitment not to enforce a
1311
+ patent against the party.
1312
+
1313
+ If you convey a covered work, knowingly relying on a patent license,
1314
+ and the Corresponding Source of the work is not available for anyone
1315
+ to copy, free of charge and under the terms of this License, through a
1316
+ publicly available network server or other readily accessible means,
1317
+ then you must either (1) cause the Corresponding Source to be so
1318
+ available, or (2) arrange to deprive yourself of the benefit of the
1319
+ patent license for this particular work, or (3) arrange, in a manner
1320
+ consistent with the requirements of this License, to extend the patent
1321
+ license to downstream recipients. "Knowingly relying" means you have
1322
+ actual knowledge that, but for the patent license, your conveying the
1323
+ covered work in a country, or your recipient's use of the covered work
1324
+ in a country, would infringe one or more identifiable patents in that
1325
+ country that you have reason to believe are valid.
1326
+
1327
+ If, pursuant to or in connection with a single transaction or
1328
+ arrangement, you convey, or propagate by procuring conveyance of, a
1329
+ covered work, and grant a patent license to some of the parties
1330
+ receiving the covered work authorizing them to use, propagate, modify
1331
+ or convey a specific copy of the covered work, then the patent license
1332
+ you grant is automatically extended to all recipients of the covered
1333
+ work and works based on it.
1334
+
1335
+ A patent license is "discriminatory" if it does not include within
1336
+ the scope of its coverage, prohibits the exercise of, or is
1337
+ conditioned on the non-exercise of one or more of the rights that are
1338
+ specifically granted under this License. You may not convey a covered
1339
+ work if you are a party to an arrangement with a third party that is
1340
+ in the business of distributing software, under which you make payment
1341
+ to the third party based on the extent of your activity of conveying
1342
+ the work, and under which the third party grants, to any of the
1343
+ parties who would receive the covered work from you, a discriminatory
1344
+ patent license (a) in connection with copies of the covered work
1345
+ conveyed by you (or copies made from those copies), or (b) primarily
1346
+ for and in connection with specific products or compilations that
1347
+ contain the covered work, unless you entered into that arrangement,
1348
+ or that patent license was granted, prior to 28 March 2007.
1349
+
1350
+ Nothing in this License shall be construed as excluding or limiting
1351
+ any implied license or other defenses to infringement that may
1352
+ otherwise be available to you under applicable patent law.
1353
+
1354
+ 12. No Surrender of Others' Freedom.
1355
+
1356
+ If conditions are imposed on you (whether by court order, agreement or
1357
+ otherwise) that contradict the conditions of this License, they do not
1358
+ excuse you from the conditions of this License. If you cannot convey a
1359
+ covered work so as to satisfy simultaneously your obligations under this
1360
+ License and any other pertinent obligations, then as a consequence you may
1361
+ not convey it at all. For example, if you agree to terms that obligate you
1362
+ to collect a royalty for further conveying from those to whom you convey
1363
+ the Program, the only way you could satisfy both those terms and this
1364
+ License would be to refrain entirely from conveying the Program.
1365
+
1366
+ 13. Use with the GNU Affero General Public License.
1367
+
1368
+ Notwithstanding any other provision of this License, you have
1369
+ permission to link or combine any covered work with a work licensed
1370
+ under version 3 of the GNU Affero General Public License into a single
1371
+ combined work, and to convey the resulting work. The terms of this
1372
+ License will continue to apply to the part which is the covered work,
1373
+ but the special requirements of the GNU Affero General Public License,
1374
+ section 13, concerning interaction through a network will apply to the
1375
+ combination as such.
1376
+
1377
+ 14. Revised Versions of this License.
1378
+
1379
+ The Free Software Foundation may publish revised and/or new versions of
1380
+ the GNU General Public License from time to time. Such new versions will
1381
+ be similar in spirit to the present version, but may differ in detail to
1382
+ address new problems or concerns.
1383
+
1384
+ Each version is given a distinguishing version number. If the
1385
+ Program specifies that a certain numbered version of the GNU General
1386
+ Public License "or any later version" applies to it, you have the
1387
+ option of following the terms and conditions either of that numbered
1388
+ version or of any later version published by the Free Software
1389
+ Foundation. If the Program does not specify a version number of the
1390
+ GNU General Public License, you may choose any version ever published
1391
+ by the Free Software Foundation.
1392
+
1393
+ If the Program specifies that a proxy can decide which future
1394
+ versions of the GNU General Public License can be used, that proxy's
1395
+ public statement of acceptance of a version permanently authorizes you
1396
+ to choose that version for the Program.
1397
+
1398
+ Later license versions may give you additional or different
1399
+ permissions. However, no additional obligations are imposed on any
1400
+ author or copyright holder as a result of your choosing to follow a
1401
+ later version.
1402
+
1403
+ 15. Disclaimer of Warranty.
1404
+
1405
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1406
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1407
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
1408
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1409
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1410
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
1411
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
1412
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1413
+
1414
+ 16. Limitation of Liability.
1415
+
1416
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1417
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1418
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1419
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1420
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1421
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1422
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1423
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1424
+ SUCH DAMAGES.
1425
+
1426
+ 17. Interpretation of Sections 15 and 16.
1427
+
1428
+ If the disclaimer of warranty and limitation of liability provided
1429
+ above cannot be given local legal effect according to their terms,
1430
+ reviewing courts shall apply local law that most closely approximates
1431
+ an absolute waiver of all civil liability in connection with the
1432
+ Program, unless a warranty or assumption of liability accompanies a
1433
+ copy of the Program in return for a fee.
1434
+
1435
+ END OF TERMS AND CONDITIONS
1436
+
1437
+ How to Apply These Terms to Your New Programs
1438
+
1439
+ If you develop a new program, and you want it to be of the greatest
1440
+ possible use to the public, the best way to achieve this is to make it
1441
+ free software which everyone can redistribute and change under these terms.
1442
+
1443
+ To do so, attach the following notices to the program. It is safest
1444
+ to attach them to the start of each source file to most effectively
1445
+ state the exclusion of warranty; and each file should have at least
1446
+ the "copyright" line and a pointer to where the full notice is found.
1447
+
1448
+ libsignal-protocol-go
1449
+ Copyright (C) 2017 RadicalApp LLC
1450
+
1451
+ This program is free software: you can redistribute it and/or modify
1452
+ it under the terms of the GNU General Public License as published by
1453
+ the Free Software Foundation, either version 3 of the License, or
1454
+ (at your option) any later version.
1455
+
1456
+ This program is distributed in the hope that it will be useful,
1457
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1458
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1459
+ GNU General Public License for more details.
1460
+
1461
+ You should have received a copy of the GNU General Public License
1462
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
1463
+
1464
+ Also add information on how to contact you by electronic and paper mail.
1465
+
1466
+ If the program does terminal interaction, make it output a short
1467
+ notice like this when it starts in an interactive mode:
1468
+
1469
+ libsignal-protocol-go Copyright (C) 2017 RadicalApp LLC
1470
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1471
+ This is free software, and you are welcome to redistribute it
1472
+ under certain conditions; type `show c' for details.
1473
+
1474
+ The hypothetical commands `show w' and `show c' should show the appropriate
1475
+ parts of the General Public License. Of course, your program's commands
1476
+ might be different; for a GUI interface, you would use an "about box".
1477
+
1478
+ You should also get your employer (if you work as a programmer) or school,
1479
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
1480
+ For more information on this, and how to apply and follow the GNU GPL, see
1481
+ <http://www.gnu.org/licenses/>.
1482
+
1483
+ The GNU General Public License does not permit incorporating your program
1484
+ into proprietary programs. If your program is a subroutine library, you
1485
+ may consider it more useful to permit linking proprietary applications with
1486
+ the library. If this is what you want to do, use the GNU Lesser General
1487
+ Public License instead of this License. But first, please read
1488
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
1489
+
1490
+
1491
+ --- go.mau.fi/util@v0.9.12-0.20260717235539-f9ffa7eca58d/LICENSE ---
1492
+ Mozilla Public License Version 2.0
1493
+ ==================================
1494
+
1495
+ 1. Definitions
1496
+ --------------
1497
+
1498
+ 1.1. "Contributor"
1499
+ means each individual or legal entity that creates, contributes to
1500
+ the creation of, or owns Covered Software.
1501
+
1502
+ 1.2. "Contributor Version"
1503
+ means the combination of the Contributions of others (if any) used
1504
+ by a Contributor and that particular Contributor's Contribution.
1505
+
1506
+ 1.3. "Contribution"
1507
+ means Covered Software of a particular Contributor.
1508
+
1509
+ 1.4. "Covered Software"
1510
+ means Source Code Form to which the initial Contributor has attached
1511
+ the notice in Exhibit A, the Executable Form of such Source Code
1512
+ Form, and Modifications of such Source Code Form, in each case
1513
+ including portions thereof.
1514
+
1515
+ 1.5. "Incompatible With Secondary Licenses"
1516
+ means
1517
+
1518
+ (a) that the initial Contributor has attached the notice described
1519
+ in Exhibit B to the Covered Software; or
1520
+
1521
+ (b) that the Covered Software was made available under the terms of
1522
+ version 1.1 or earlier of the License, but not also under the
1523
+ terms of a Secondary License.
1524
+
1525
+ 1.6. "Executable Form"
1526
+ means any form of the work other than Source Code Form.
1527
+
1528
+ 1.7. "Larger Work"
1529
+ means a work that combines Covered Software with other material, in
1530
+ a separate file or files, that is not Covered Software.
1531
+
1532
+ 1.8. "License"
1533
+ means this document.
1534
+
1535
+ 1.9. "Licensable"
1536
+ means having the right to grant, to the maximum extent possible,
1537
+ whether at the time of the initial grant or subsequently, any and
1538
+ all of the rights conveyed by this License.
1539
+
1540
+ 1.10. "Modifications"
1541
+ means any of the following:
1542
+
1543
+ (a) any file in Source Code Form that results from an addition to,
1544
+ deletion from, or modification of the contents of Covered
1545
+ Software; or
1546
+
1547
+ (b) any new file in Source Code Form that contains any Covered
1548
+ Software.
1549
+
1550
+ 1.11. "Patent Claims" of a Contributor
1551
+ means any patent claim(s), including without limitation, method,
1552
+ process, and apparatus claims, in any patent Licensable by such
1553
+ Contributor that would be infringed, but for the grant of the
1554
+ License, by the making, using, selling, offering for sale, having
1555
+ made, import, or transfer of either its Contributions or its
1556
+ Contributor Version.
1557
+
1558
+ 1.12. "Secondary License"
1559
+ means either the GNU General Public License, Version 2.0, the GNU
1560
+ Lesser General Public License, Version 2.1, the GNU Affero General
1561
+ Public License, Version 3.0, or any later versions of those
1562
+ licenses.
1563
+
1564
+ 1.13. "Source Code Form"
1565
+ means the form of the work preferred for making modifications.
1566
+
1567
+ 1.14. "You" (or "Your")
1568
+ means an individual or a legal entity exercising rights under this
1569
+ License. For legal entities, "You" includes any entity that
1570
+ controls, is controlled by, or is under common control with You. For
1571
+ purposes of this definition, "control" means (a) the power, direct
1572
+ or indirect, to cause the direction or management of such entity,
1573
+ whether by contract or otherwise, or (b) ownership of more than
1574
+ fifty percent (50%) of the outstanding shares or beneficial
1575
+ ownership of such entity.
1576
+
1577
+ 2. License Grants and Conditions
1578
+ --------------------------------
1579
+
1580
+ 2.1. Grants
1581
+
1582
+ Each Contributor hereby grants You a world-wide, royalty-free,
1583
+ non-exclusive license:
1584
+
1585
+ (a) under intellectual property rights (other than patent or trademark)
1586
+ Licensable by such Contributor to use, reproduce, make available,
1587
+ modify, display, perform, distribute, and otherwise exploit its
1588
+ Contributions, either on an unmodified basis, with Modifications, or
1589
+ as part of a Larger Work; and
1590
+
1591
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
1592
+ for sale, have made, import, and otherwise transfer either its
1593
+ Contributions or its Contributor Version.
1594
+
1595
+ 2.2. Effective Date
1596
+
1597
+ The licenses granted in Section 2.1 with respect to any Contribution
1598
+ become effective for each Contribution on the date the Contributor first
1599
+ distributes such Contribution.
1600
+
1601
+ 2.3. Limitations on Grant Scope
1602
+
1603
+ The licenses granted in this Section 2 are the only rights granted under
1604
+ this License. No additional rights or licenses will be implied from the
1605
+ distribution or licensing of Covered Software under this License.
1606
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
1607
+ Contributor:
1608
+
1609
+ (a) for any code that a Contributor has removed from Covered Software;
1610
+ or
1611
+
1612
+ (b) for infringements caused by: (i) Your and any other third party's
1613
+ modifications of Covered Software, or (ii) the combination of its
1614
+ Contributions with other software (except as part of its Contributor
1615
+ Version); or
1616
+
1617
+ (c) under Patent Claims infringed by Covered Software in the absence of
1618
+ its Contributions.
1619
+
1620
+ This License does not grant any rights in the trademarks, service marks,
1621
+ or logos of any Contributor (except as may be necessary to comply with
1622
+ the notice requirements in Section 3.4).
1623
+
1624
+ 2.4. Subsequent Licenses
1625
+
1626
+ No Contributor makes additional grants as a result of Your choice to
1627
+ distribute the Covered Software under a subsequent version of this
1628
+ License (see Section 10.2) or under the terms of a Secondary License (if
1629
+ permitted under the terms of Section 3.3).
1630
+
1631
+ 2.5. Representation
1632
+
1633
+ Each Contributor represents that the Contributor believes its
1634
+ Contributions are its original creation(s) or it has sufficient rights
1635
+ to grant the rights to its Contributions conveyed by this License.
1636
+
1637
+ 2.6. Fair Use
1638
+
1639
+ This License is not intended to limit any rights You have under
1640
+ applicable copyright doctrines of fair use, fair dealing, or other
1641
+ equivalents.
1642
+
1643
+ 2.7. Conditions
1644
+
1645
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
1646
+ in Section 2.1.
1647
+
1648
+ 3. Responsibilities
1649
+ -------------------
1650
+
1651
+ 3.1. Distribution of Source Form
1652
+
1653
+ All distribution of Covered Software in Source Code Form, including any
1654
+ Modifications that You create or to which You contribute, must be under
1655
+ the terms of this License. You must inform recipients that the Source
1656
+ Code Form of the Covered Software is governed by the terms of this
1657
+ License, and how they can obtain a copy of this License. You may not
1658
+ attempt to alter or restrict the recipients' rights in the Source Code
1659
+ Form.
1660
+
1661
+ 3.2. Distribution of Executable Form
1662
+
1663
+ If You distribute Covered Software in Executable Form then:
1664
+
1665
+ (a) such Covered Software must also be made available in Source Code
1666
+ Form, as described in Section 3.1, and You must inform recipients of
1667
+ the Executable Form how they can obtain a copy of such Source Code
1668
+ Form by reasonable means in a timely manner, at a charge no more
1669
+ than the cost of distribution to the recipient; and
1670
+
1671
+ (b) You may distribute such Executable Form under the terms of this
1672
+ License, or sublicense it under different terms, provided that the
1673
+ license for the Executable Form does not attempt to limit or alter
1674
+ the recipients' rights in the Source Code Form under this License.
1675
+
1676
+ 3.3. Distribution of a Larger Work
1677
+
1678
+ You may create and distribute a Larger Work under terms of Your choice,
1679
+ provided that You also comply with the requirements of this License for
1680
+ the Covered Software. If the Larger Work is a combination of Covered
1681
+ Software with a work governed by one or more Secondary Licenses, and the
1682
+ Covered Software is not Incompatible With Secondary Licenses, this
1683
+ License permits You to additionally distribute such Covered Software
1684
+ under the terms of such Secondary License(s), so that the recipient of
1685
+ the Larger Work may, at their option, further distribute the Covered
1686
+ Software under the terms of either this License or such Secondary
1687
+ License(s).
1688
+
1689
+ 3.4. Notices
1690
+
1691
+ You may not remove or alter the substance of any license notices
1692
+ (including copyright notices, patent notices, disclaimers of warranty,
1693
+ or limitations of liability) contained within the Source Code Form of
1694
+ the Covered Software, except that You may alter any license notices to
1695
+ the extent required to remedy known factual inaccuracies.
1696
+
1697
+ 3.5. Application of Additional Terms
1698
+
1699
+ You may choose to offer, and to charge a fee for, warranty, support,
1700
+ indemnity or liability obligations to one or more recipients of Covered
1701
+ Software. However, You may do so only on Your own behalf, and not on
1702
+ behalf of any Contributor. You must make it absolutely clear that any
1703
+ such warranty, support, indemnity, or liability obligation is offered by
1704
+ You alone, and You hereby agree to indemnify every Contributor for any
1705
+ liability incurred by such Contributor as a result of warranty, support,
1706
+ indemnity or liability terms You offer. You may include additional
1707
+ disclaimers of warranty and limitations of liability specific to any
1708
+ jurisdiction.
1709
+
1710
+ 4. Inability to Comply Due to Statute or Regulation
1711
+ ---------------------------------------------------
1712
+
1713
+ If it is impossible for You to comply with any of the terms of this
1714
+ License with respect to some or all of the Covered Software due to
1715
+ statute, judicial order, or regulation then You must: (a) comply with
1716
+ the terms of this License to the maximum extent possible; and (b)
1717
+ describe the limitations and the code they affect. Such description must
1718
+ be placed in a text file included with all distributions of the Covered
1719
+ Software under this License. Except to the extent prohibited by statute
1720
+ or regulation, such description must be sufficiently detailed for a
1721
+ recipient of ordinary skill to be able to understand it.
1722
+
1723
+ 5. Termination
1724
+ --------------
1725
+
1726
+ 5.1. The rights granted under this License will terminate automatically
1727
+ if You fail to comply with any of its terms. However, if You become
1728
+ compliant, then the rights granted under this License from a particular
1729
+ Contributor are reinstated (a) provisionally, unless and until such
1730
+ Contributor explicitly and finally terminates Your grants, and (b) on an
1731
+ ongoing basis, if such Contributor fails to notify You of the
1732
+ non-compliance by some reasonable means prior to 60 days after You have
1733
+ come back into compliance. Moreover, Your grants from a particular
1734
+ Contributor are reinstated on an ongoing basis if such Contributor
1735
+ notifies You of the non-compliance by some reasonable means, this is the
1736
+ first time You have received notice of non-compliance with this License
1737
+ from such Contributor, and You become compliant prior to 30 days after
1738
+ Your receipt of the notice.
1739
+
1740
+ 5.2. If You initiate litigation against any entity by asserting a patent
1741
+ infringement claim (excluding declaratory judgment actions,
1742
+ counter-claims, and cross-claims) alleging that a Contributor Version
1743
+ directly or indirectly infringes any patent, then the rights granted to
1744
+ You by any and all Contributors for the Covered Software under Section
1745
+ 2.1 of this License shall terminate.
1746
+
1747
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
1748
+ end user license agreements (excluding distributors and resellers) which
1749
+ have been validly granted by You or Your distributors under this License
1750
+ prior to termination shall survive termination.
1751
+
1752
+ ************************************************************************
1753
+ * *
1754
+ * 6. Disclaimer of Warranty *
1755
+ * ------------------------- *
1756
+ * *
1757
+ * Covered Software is provided under this License on an "as is" *
1758
+ * basis, without warranty of any kind, either expressed, implied, or *
1759
+ * statutory, including, without limitation, warranties that the *
1760
+ * Covered Software is free of defects, merchantable, fit for a *
1761
+ * particular purpose or non-infringing. The entire risk as to the *
1762
+ * quality and performance of the Covered Software is with You. *
1763
+ * Should any Covered Software prove defective in any respect, You *
1764
+ * (not any Contributor) assume the cost of any necessary servicing, *
1765
+ * repair, or correction. This disclaimer of warranty constitutes an *
1766
+ * essential part of this License. No use of any Covered Software is *
1767
+ * authorized under this License except under this disclaimer. *
1768
+ * *
1769
+ ************************************************************************
1770
+
1771
+ ************************************************************************
1772
+ * *
1773
+ * 7. Limitation of Liability *
1774
+ * -------------------------- *
1775
+ * *
1776
+ * Under no circumstances and under no legal theory, whether tort *
1777
+ * (including negligence), contract, or otherwise, shall any *
1778
+ * Contributor, or anyone who distributes Covered Software as *
1779
+ * permitted above, be liable to You for any direct, indirect, *
1780
+ * special, incidental, or consequential damages of any character *
1781
+ * including, without limitation, damages for lost profits, loss of *
1782
+ * goodwill, work stoppage, computer failure or malfunction, or any *
1783
+ * and all other commercial damages or losses, even if such party *
1784
+ * shall have been informed of the possibility of such damages. This *
1785
+ * limitation of liability shall not apply to liability for death or *
1786
+ * personal injury resulting from such party's negligence to the *
1787
+ * extent applicable law prohibits such limitation. Some *
1788
+ * jurisdictions do not allow the exclusion or limitation of *
1789
+ * incidental or consequential damages, so this exclusion and *
1790
+ * limitation may not apply to You. *
1791
+ * *
1792
+ ************************************************************************
1793
+
1794
+ 8. Litigation
1795
+ -------------
1796
+
1797
+ Any litigation relating to this License may be brought only in the
1798
+ courts of a jurisdiction where the defendant maintains its principal
1799
+ place of business and such litigation shall be governed by laws of that
1800
+ jurisdiction, without reference to its conflict-of-law provisions.
1801
+ Nothing in this Section shall prevent a party's ability to bring
1802
+ cross-claims or counter-claims.
1803
+
1804
+ 9. Miscellaneous
1805
+ ----------------
1806
+
1807
+ This License represents the complete agreement concerning the subject
1808
+ matter hereof. If any provision of this License is held to be
1809
+ unenforceable, such provision shall be reformed only to the extent
1810
+ necessary to make it enforceable. Any law or regulation which provides
1811
+ that the language of a contract shall be construed against the drafter
1812
+ shall not be used to construe this License against a Contributor.
1813
+
1814
+ 10. Versions of the License
1815
+ ---------------------------
1816
+
1817
+ 10.1. New Versions
1818
+
1819
+ Mozilla Foundation is the license steward. Except as provided in Section
1820
+ 10.3, no one other than the license steward has the right to modify or
1821
+ publish new versions of this License. Each version will be given a
1822
+ distinguishing version number.
1823
+
1824
+ 10.2. Effect of New Versions
1825
+
1826
+ You may distribute the Covered Software under the terms of the version
1827
+ of the License under which You originally received the Covered Software,
1828
+ or under the terms of any subsequent version published by the license
1829
+ steward.
1830
+
1831
+ 10.3. Modified Versions
1832
+
1833
+ If you create software not governed by this License, and you want to
1834
+ create a new license for such software, you may create and use a
1835
+ modified version of this License if you rename the license and remove
1836
+ any references to the name of the license steward (except to note that
1837
+ such modified license differs from this License).
1838
+
1839
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
1840
+ Licenses
1841
+
1842
+ If You choose to distribute Source Code Form that is Incompatible With
1843
+ Secondary Licenses under the terms of this version of the License, the
1844
+ notice described in Exhibit B of this License must be attached.
1845
+
1846
+ Exhibit A - Source Code Form License Notice
1847
+ -------------------------------------------
1848
+
1849
+ This Source Code Form is subject to the terms of the Mozilla Public
1850
+ License, v. 2.0. If a copy of the MPL was not distributed with this
1851
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
1852
+
1853
+ If it is not possible or desirable to put the notice in a particular
1854
+ file, then You may include the notice in a location (such as a LICENSE
1855
+ file in a relevant directory) where a recipient would be likely to look
1856
+ for such a notice.
1857
+
1858
+ You may add additional accurate notices of copyright ownership.
1859
+
1860
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
1861
+ ---------------------------------------------------------
1862
+
1863
+ This Source Code Form is "Incompatible With Secondary Licenses", as
1864
+ defined by the Mozilla Public License, v. 2.0.
1865
+
1866
+
1867
+ --- go.mau.fi/whatsmeow@v0.0.0-20260718134955-fac667d55293/LICENSE ---
1868
+ Mozilla Public License Version 2.0
1869
+ ==================================
1870
+
1871
+ 1. Definitions
1872
+ --------------
1873
+
1874
+ 1.1. "Contributor"
1875
+ means each individual or legal entity that creates, contributes to
1876
+ the creation of, or owns Covered Software.
1877
+
1878
+ 1.2. "Contributor Version"
1879
+ means the combination of the Contributions of others (if any) used
1880
+ by a Contributor and that particular Contributor's Contribution.
1881
+
1882
+ 1.3. "Contribution"
1883
+ means Covered Software of a particular Contributor.
1884
+
1885
+ 1.4. "Covered Software"
1886
+ means Source Code Form to which the initial Contributor has attached
1887
+ the notice in Exhibit A, the Executable Form of such Source Code
1888
+ Form, and Modifications of such Source Code Form, in each case
1889
+ including portions thereof.
1890
+
1891
+ 1.5. "Incompatible With Secondary Licenses"
1892
+ means
1893
+
1894
+ (a) that the initial Contributor has attached the notice described
1895
+ in Exhibit B to the Covered Software; or
1896
+
1897
+ (b) that the Covered Software was made available under the terms of
1898
+ version 1.1 or earlier of the License, but not also under the
1899
+ terms of a Secondary License.
1900
+
1901
+ 1.6. "Executable Form"
1902
+ means any form of the work other than Source Code Form.
1903
+
1904
+ 1.7. "Larger Work"
1905
+ means a work that combines Covered Software with other material, in
1906
+ a separate file or files, that is not Covered Software.
1907
+
1908
+ 1.8. "License"
1909
+ means this document.
1910
+
1911
+ 1.9. "Licensable"
1912
+ means having the right to grant, to the maximum extent possible,
1913
+ whether at the time of the initial grant or subsequently, any and
1914
+ all of the rights conveyed by this License.
1915
+
1916
+ 1.10. "Modifications"
1917
+ means any of the following:
1918
+
1919
+ (a) any file in Source Code Form that results from an addition to,
1920
+ deletion from, or modification of the contents of Covered
1921
+ Software; or
1922
+
1923
+ (b) any new file in Source Code Form that contains any Covered
1924
+ Software.
1925
+
1926
+ 1.11. "Patent Claims" of a Contributor
1927
+ means any patent claim(s), including without limitation, method,
1928
+ process, and apparatus claims, in any patent Licensable by such
1929
+ Contributor that would be infringed, but for the grant of the
1930
+ License, by the making, using, selling, offering for sale, having
1931
+ made, import, or transfer of either its Contributions or its
1932
+ Contributor Version.
1933
+
1934
+ 1.12. "Secondary License"
1935
+ means either the GNU General Public License, Version 2.0, the GNU
1936
+ Lesser General Public License, Version 2.1, the GNU Affero General
1937
+ Public License, Version 3.0, or any later versions of those
1938
+ licenses.
1939
+
1940
+ 1.13. "Source Code Form"
1941
+ means the form of the work preferred for making modifications.
1942
+
1943
+ 1.14. "You" (or "Your")
1944
+ means an individual or a legal entity exercising rights under this
1945
+ License. For legal entities, "You" includes any entity that
1946
+ controls, is controlled by, or is under common control with You. For
1947
+ purposes of this definition, "control" means (a) the power, direct
1948
+ or indirect, to cause the direction or management of such entity,
1949
+ whether by contract or otherwise, or (b) ownership of more than
1950
+ fifty percent (50%) of the outstanding shares or beneficial
1951
+ ownership of such entity.
1952
+
1953
+ 2. License Grants and Conditions
1954
+ --------------------------------
1955
+
1956
+ 2.1. Grants
1957
+
1958
+ Each Contributor hereby grants You a world-wide, royalty-free,
1959
+ non-exclusive license:
1960
+
1961
+ (a) under intellectual property rights (other than patent or trademark)
1962
+ Licensable by such Contributor to use, reproduce, make available,
1963
+ modify, display, perform, distribute, and otherwise exploit its
1964
+ Contributions, either on an unmodified basis, with Modifications, or
1965
+ as part of a Larger Work; and
1966
+
1967
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
1968
+ for sale, have made, import, and otherwise transfer either its
1969
+ Contributions or its Contributor Version.
1970
+
1971
+ 2.2. Effective Date
1972
+
1973
+ The licenses granted in Section 2.1 with respect to any Contribution
1974
+ become effective for each Contribution on the date the Contributor first
1975
+ distributes such Contribution.
1976
+
1977
+ 2.3. Limitations on Grant Scope
1978
+
1979
+ The licenses granted in this Section 2 are the only rights granted under
1980
+ this License. No additional rights or licenses will be implied from the
1981
+ distribution or licensing of Covered Software under this License.
1982
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
1983
+ Contributor:
1984
+
1985
+ (a) for any code that a Contributor has removed from Covered Software;
1986
+ or
1987
+
1988
+ (b) for infringements caused by: (i) Your and any other third party's
1989
+ modifications of Covered Software, or (ii) the combination of its
1990
+ Contributions with other software (except as part of its Contributor
1991
+ Version); or
1992
+
1993
+ (c) under Patent Claims infringed by Covered Software in the absence of
1994
+ its Contributions.
1995
+
1996
+ This License does not grant any rights in the trademarks, service marks,
1997
+ or logos of any Contributor (except as may be necessary to comply with
1998
+ the notice requirements in Section 3.4).
1999
+
2000
+ 2.4. Subsequent Licenses
2001
+
2002
+ No Contributor makes additional grants as a result of Your choice to
2003
+ distribute the Covered Software under a subsequent version of this
2004
+ License (see Section 10.2) or under the terms of a Secondary License (if
2005
+ permitted under the terms of Section 3.3).
2006
+
2007
+ 2.5. Representation
2008
+
2009
+ Each Contributor represents that the Contributor believes its
2010
+ Contributions are its original creation(s) or it has sufficient rights
2011
+ to grant the rights to its Contributions conveyed by this License.
2012
+
2013
+ 2.6. Fair Use
2014
+
2015
+ This License is not intended to limit any rights You have under
2016
+ applicable copyright doctrines of fair use, fair dealing, or other
2017
+ equivalents.
2018
+
2019
+ 2.7. Conditions
2020
+
2021
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
2022
+ in Section 2.1.
2023
+
2024
+ 3. Responsibilities
2025
+ -------------------
2026
+
2027
+ 3.1. Distribution of Source Form
2028
+
2029
+ All distribution of Covered Software in Source Code Form, including any
2030
+ Modifications that You create or to which You contribute, must be under
2031
+ the terms of this License. You must inform recipients that the Source
2032
+ Code Form of the Covered Software is governed by the terms of this
2033
+ License, and how they can obtain a copy of this License. You may not
2034
+ attempt to alter or restrict the recipients' rights in the Source Code
2035
+ Form.
2036
+
2037
+ 3.2. Distribution of Executable Form
2038
+
2039
+ If You distribute Covered Software in Executable Form then:
2040
+
2041
+ (a) such Covered Software must also be made available in Source Code
2042
+ Form, as described in Section 3.1, and You must inform recipients of
2043
+ the Executable Form how they can obtain a copy of such Source Code
2044
+ Form by reasonable means in a timely manner, at a charge no more
2045
+ than the cost of distribution to the recipient; and
2046
+
2047
+ (b) You may distribute such Executable Form under the terms of this
2048
+ License, or sublicense it under different terms, provided that the
2049
+ license for the Executable Form does not attempt to limit or alter
2050
+ the recipients' rights in the Source Code Form under this License.
2051
+
2052
+ 3.3. Distribution of a Larger Work
2053
+
2054
+ You may create and distribute a Larger Work under terms of Your choice,
2055
+ provided that You also comply with the requirements of this License for
2056
+ the Covered Software. If the Larger Work is a combination of Covered
2057
+ Software with a work governed by one or more Secondary Licenses, and the
2058
+ Covered Software is not Incompatible With Secondary Licenses, this
2059
+ License permits You to additionally distribute such Covered Software
2060
+ under the terms of such Secondary License(s), so that the recipient of
2061
+ the Larger Work may, at their option, further distribute the Covered
2062
+ Software under the terms of either this License or such Secondary
2063
+ License(s).
2064
+
2065
+ 3.4. Notices
2066
+
2067
+ You may not remove or alter the substance of any license notices
2068
+ (including copyright notices, patent notices, disclaimers of warranty,
2069
+ or limitations of liability) contained within the Source Code Form of
2070
+ the Covered Software, except that You may alter any license notices to
2071
+ the extent required to remedy known factual inaccuracies.
2072
+
2073
+ 3.5. Application of Additional Terms
2074
+
2075
+ You may choose to offer, and to charge a fee for, warranty, support,
2076
+ indemnity or liability obligations to one or more recipients of Covered
2077
+ Software. However, You may do so only on Your own behalf, and not on
2078
+ behalf of any Contributor. You must make it absolutely clear that any
2079
+ such warranty, support, indemnity, or liability obligation is offered by
2080
+ You alone, and You hereby agree to indemnify every Contributor for any
2081
+ liability incurred by such Contributor as a result of warranty, support,
2082
+ indemnity or liability terms You offer. You may include additional
2083
+ disclaimers of warranty and limitations of liability specific to any
2084
+ jurisdiction.
2085
+
2086
+ 4. Inability to Comply Due to Statute or Regulation
2087
+ ---------------------------------------------------
2088
+
2089
+ If it is impossible for You to comply with any of the terms of this
2090
+ License with respect to some or all of the Covered Software due to
2091
+ statute, judicial order, or regulation then You must: (a) comply with
2092
+ the terms of this License to the maximum extent possible; and (b)
2093
+ describe the limitations and the code they affect. Such description must
2094
+ be placed in a text file included with all distributions of the Covered
2095
+ Software under this License. Except to the extent prohibited by statute
2096
+ or regulation, such description must be sufficiently detailed for a
2097
+ recipient of ordinary skill to be able to understand it.
2098
+
2099
+ 5. Termination
2100
+ --------------
2101
+
2102
+ 5.1. The rights granted under this License will terminate automatically
2103
+ if You fail to comply with any of its terms. However, if You become
2104
+ compliant, then the rights granted under this License from a particular
2105
+ Contributor are reinstated (a) provisionally, unless and until such
2106
+ Contributor explicitly and finally terminates Your grants, and (b) on an
2107
+ ongoing basis, if such Contributor fails to notify You of the
2108
+ non-compliance by some reasonable means prior to 60 days after You have
2109
+ come back into compliance. Moreover, Your grants from a particular
2110
+ Contributor are reinstated on an ongoing basis if such Contributor
2111
+ notifies You of the non-compliance by some reasonable means, this is the
2112
+ first time You have received notice of non-compliance with this License
2113
+ from such Contributor, and You become compliant prior to 30 days after
2114
+ Your receipt of the notice.
2115
+
2116
+ 5.2. If You initiate litigation against any entity by asserting a patent
2117
+ infringement claim (excluding declaratory judgment actions,
2118
+ counter-claims, and cross-claims) alleging that a Contributor Version
2119
+ directly or indirectly infringes any patent, then the rights granted to
2120
+ You by any and all Contributors for the Covered Software under Section
2121
+ 2.1 of this License shall terminate.
2122
+
2123
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
2124
+ end user license agreements (excluding distributors and resellers) which
2125
+ have been validly granted by You or Your distributors under this License
2126
+ prior to termination shall survive termination.
2127
+
2128
+ ************************************************************************
2129
+ * *
2130
+ * 6. Disclaimer of Warranty *
2131
+ * ------------------------- *
2132
+ * *
2133
+ * Covered Software is provided under this License on an "as is" *
2134
+ * basis, without warranty of any kind, either expressed, implied, or *
2135
+ * statutory, including, without limitation, warranties that the *
2136
+ * Covered Software is free of defects, merchantable, fit for a *
2137
+ * particular purpose or non-infringing. The entire risk as to the *
2138
+ * quality and performance of the Covered Software is with You. *
2139
+ * Should any Covered Software prove defective in any respect, You *
2140
+ * (not any Contributor) assume the cost of any necessary servicing, *
2141
+ * repair, or correction. This disclaimer of warranty constitutes an *
2142
+ * essential part of this License. No use of any Covered Software is *
2143
+ * authorized under this License except under this disclaimer. *
2144
+ * *
2145
+ ************************************************************************
2146
+
2147
+ ************************************************************************
2148
+ * *
2149
+ * 7. Limitation of Liability *
2150
+ * -------------------------- *
2151
+ * *
2152
+ * Under no circumstances and under no legal theory, whether tort *
2153
+ * (including negligence), contract, or otherwise, shall any *
2154
+ * Contributor, or anyone who distributes Covered Software as *
2155
+ * permitted above, be liable to You for any direct, indirect, *
2156
+ * special, incidental, or consequential damages of any character *
2157
+ * including, without limitation, damages for lost profits, loss of *
2158
+ * goodwill, work stoppage, computer failure or malfunction, or any *
2159
+ * and all other commercial damages or losses, even if such party *
2160
+ * shall have been informed of the possibility of such damages. This *
2161
+ * limitation of liability shall not apply to liability for death or *
2162
+ * personal injury resulting from such party's negligence to the *
2163
+ * extent applicable law prohibits such limitation. Some *
2164
+ * jurisdictions do not allow the exclusion or limitation of *
2165
+ * incidental or consequential damages, so this exclusion and *
2166
+ * limitation may not apply to You. *
2167
+ * *
2168
+ ************************************************************************
2169
+
2170
+ 8. Litigation
2171
+ -------------
2172
+
2173
+ Any litigation relating to this License may be brought only in the
2174
+ courts of a jurisdiction where the defendant maintains its principal
2175
+ place of business and such litigation shall be governed by laws of that
2176
+ jurisdiction, without reference to its conflict-of-law provisions.
2177
+ Nothing in this Section shall prevent a party's ability to bring
2178
+ cross-claims or counter-claims.
2179
+
2180
+ 9. Miscellaneous
2181
+ ----------------
2182
+
2183
+ This License represents the complete agreement concerning the subject
2184
+ matter hereof. If any provision of this License is held to be
2185
+ unenforceable, such provision shall be reformed only to the extent
2186
+ necessary to make it enforceable. Any law or regulation which provides
2187
+ that the language of a contract shall be construed against the drafter
2188
+ shall not be used to construe this License against a Contributor.
2189
+
2190
+ 10. Versions of the License
2191
+ ---------------------------
2192
+
2193
+ 10.1. New Versions
2194
+
2195
+ Mozilla Foundation is the license steward. Except as provided in Section
2196
+ 10.3, no one other than the license steward has the right to modify or
2197
+ publish new versions of this License. Each version will be given a
2198
+ distinguishing version number.
2199
+
2200
+ 10.2. Effect of New Versions
2201
+
2202
+ You may distribute the Covered Software under the terms of the version
2203
+ of the License under which You originally received the Covered Software,
2204
+ or under the terms of any subsequent version published by the license
2205
+ steward.
2206
+
2207
+ 10.3. Modified Versions
2208
+
2209
+ If you create software not governed by this License, and you want to
2210
+ create a new license for such software, you may create and use a
2211
+ modified version of this License if you rename the license and remove
2212
+ any references to the name of the license steward (except to note that
2213
+ such modified license differs from this License).
2214
+
2215
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
2216
+ Licenses
2217
+
2218
+ If You choose to distribute Source Code Form that is Incompatible With
2219
+ Secondary Licenses under the terms of this version of the License, the
2220
+ notice described in Exhibit B of this License must be attached.
2221
+
2222
+ Exhibit A - Source Code Form License Notice
2223
+ -------------------------------------------
2224
+
2225
+ This Source Code Form is subject to the terms of the Mozilla Public
2226
+ License, v. 2.0. If a copy of the MPL was not distributed with this
2227
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
2228
+
2229
+ If it is not possible or desirable to put the notice in a particular
2230
+ file, then You may include the notice in a location (such as a LICENSE
2231
+ file in a relevant directory) where a recipient would be likely to look
2232
+ for such a notice.
2233
+
2234
+ You may add additional accurate notices of copyright ownership.
2235
+
2236
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
2237
+ ---------------------------------------------------------
2238
+
2239
+ This Source Code Form is "Incompatible With Secondary Licenses", as
2240
+ defined by the Mozilla Public License, v. 2.0.
2241
+
2242
+
2243
+
2244
+ --- golang.org/x/crypto@v0.54.0/LICENSE ---
2245
+ Copyright 2009 The Go Authors.
2246
+
2247
+ Redistribution and use in source and binary forms, with or without
2248
+ modification, are permitted provided that the following conditions are
2249
+ met:
2250
+
2251
+ * Redistributions of source code must retain the above copyright
2252
+ notice, this list of conditions and the following disclaimer.
2253
+ * Redistributions in binary form must reproduce the above
2254
+ copyright notice, this list of conditions and the following disclaimer
2255
+ in the documentation and/or other materials provided with the
2256
+ distribution.
2257
+ * Neither the name of Google LLC nor the names of its
2258
+ contributors may be used to endorse or promote products derived from
2259
+ this software without specific prior written permission.
2260
+
2261
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2262
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2263
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2264
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2265
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2266
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2267
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2268
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2269
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2270
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2271
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2272
+
2273
+
2274
+ --- golang.org/x/exp@v0.0.0-20260709172345-9ea1abe57597/LICENSE ---
2275
+ Copyright 2009 The Go Authors.
2276
+
2277
+ Redistribution and use in source and binary forms, with or without
2278
+ modification, are permitted provided that the following conditions are
2279
+ met:
2280
+
2281
+ * Redistributions of source code must retain the above copyright
2282
+ notice, this list of conditions and the following disclaimer.
2283
+ * Redistributions in binary form must reproduce the above
2284
+ copyright notice, this list of conditions and the following disclaimer
2285
+ in the documentation and/or other materials provided with the
2286
+ distribution.
2287
+ * Neither the name of Google LLC nor the names of its
2288
+ contributors may be used to endorse or promote products derived from
2289
+ this software without specific prior written permission.
2290
+
2291
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2292
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2293
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2294
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2295
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2296
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2297
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2298
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2299
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2300
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2301
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2302
+
2303
+
2304
+ --- golang.org/x/net@v0.57.0/LICENSE ---
2305
+ Copyright 2009 The Go Authors.
2306
+
2307
+ Redistribution and use in source and binary forms, with or without
2308
+ modification, are permitted provided that the following conditions are
2309
+ met:
2310
+
2311
+ * Redistributions of source code must retain the above copyright
2312
+ notice, this list of conditions and the following disclaimer.
2313
+ * Redistributions in binary form must reproduce the above
2314
+ copyright notice, this list of conditions and the following disclaimer
2315
+ in the documentation and/or other materials provided with the
2316
+ distribution.
2317
+ * Neither the name of Google LLC nor the names of its
2318
+ contributors may be used to endorse or promote products derived from
2319
+ this software without specific prior written permission.
2320
+
2321
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2322
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2323
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2324
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2325
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2326
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2327
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2328
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2329
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2330
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2331
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2332
+
2333
+
2334
+ --- golang.org/x/sync@v0.22.0/LICENSE ---
2335
+ Copyright 2009 The Go Authors.
2336
+
2337
+ Redistribution and use in source and binary forms, with or without
2338
+ modification, are permitted provided that the following conditions are
2339
+ met:
2340
+
2341
+ * Redistributions of source code must retain the above copyright
2342
+ notice, this list of conditions and the following disclaimer.
2343
+ * Redistributions in binary form must reproduce the above
2344
+ copyright notice, this list of conditions and the following disclaimer
2345
+ in the documentation and/or other materials provided with the
2346
+ distribution.
2347
+ * Neither the name of Google LLC nor the names of its
2348
+ contributors may be used to endorse or promote products derived from
2349
+ this software without specific prior written permission.
2350
+
2351
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2352
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2353
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2354
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2355
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2356
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2357
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2358
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2359
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2360
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2361
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2362
+
2363
+
2364
+ --- golang.org/x/sys@v0.47.0/LICENSE ---
2365
+ Copyright 2009 The Go Authors.
2366
+
2367
+ Redistribution and use in source and binary forms, with or without
2368
+ modification, are permitted provided that the following conditions are
2369
+ met:
2370
+
2371
+ * Redistributions of source code must retain the above copyright
2372
+ notice, this list of conditions and the following disclaimer.
2373
+ * Redistributions in binary form must reproduce the above
2374
+ copyright notice, this list of conditions and the following disclaimer
2375
+ in the documentation and/or other materials provided with the
2376
+ distribution.
2377
+ * Neither the name of Google LLC nor the names of its
2378
+ contributors may be used to endorse or promote products derived from
2379
+ this software without specific prior written permission.
2380
+
2381
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2382
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2383
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2384
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2385
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2386
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2387
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2388
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2389
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2390
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2391
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2392
+
2393
+
2394
+ --- golang.org/x/term@v0.45.0/LICENSE ---
2395
+ Copyright 2009 The Go Authors.
2396
+
2397
+ Redistribution and use in source and binary forms, with or without
2398
+ modification, are permitted provided that the following conditions are
2399
+ met:
2400
+
2401
+ * Redistributions of source code must retain the above copyright
2402
+ notice, this list of conditions and the following disclaimer.
2403
+ * Redistributions in binary form must reproduce the above
2404
+ copyright notice, this list of conditions and the following disclaimer
2405
+ in the documentation and/or other materials provided with the
2406
+ distribution.
2407
+ * Neither the name of Google LLC nor the names of its
2408
+ contributors may be used to endorse or promote products derived from
2409
+ this software without specific prior written permission.
2410
+
2411
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2412
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2413
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2414
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2415
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2416
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2417
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2418
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2419
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2420
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2421
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2422
+
2423
+
2424
+ --- golang.org/x/text@v0.40.0/LICENSE ---
2425
+ Copyright 2009 The Go Authors.
2426
+
2427
+ Redistribution and use in source and binary forms, with or without
2428
+ modification, are permitted provided that the following conditions are
2429
+ met:
2430
+
2431
+ * Redistributions of source code must retain the above copyright
2432
+ notice, this list of conditions and the following disclaimer.
2433
+ * Redistributions in binary form must reproduce the above
2434
+ copyright notice, this list of conditions and the following disclaimer
2435
+ in the documentation and/or other materials provided with the
2436
+ distribution.
2437
+ * Neither the name of Google LLC nor the names of its
2438
+ contributors may be used to endorse or promote products derived from
2439
+ this software without specific prior written permission.
2440
+
2441
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2442
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2443
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2444
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2445
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2446
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2447
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2448
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2449
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2450
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2451
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2452
+
2453
+
2454
+ --- google.golang.org/protobuf@v1.36.11/LICENSE ---
2455
+ Copyright (c) 2018 The Go Authors. All rights reserved.
2456
+
2457
+ Redistribution and use in source and binary forms, with or without
2458
+ modification, are permitted provided that the following conditions are
2459
+ met:
2460
+
2461
+ * Redistributions of source code must retain the above copyright
2462
+ notice, this list of conditions and the following disclaimer.
2463
+ * Redistributions in binary form must reproduce the above
2464
+ copyright notice, this list of conditions and the following disclaimer
2465
+ in the documentation and/or other materials provided with the
2466
+ distribution.
2467
+ * Neither the name of Google Inc. nor the names of its
2468
+ contributors may be used to endorse or promote products derived from
2469
+ this software without specific prior written permission.
2470
+
2471
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2472
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2473
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2474
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2475
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2476
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2477
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2478
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2479
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2480
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2481
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2482
+
2483
+
2484
+ --- gopkg.in/yaml.v3@v3.0.1/LICENSE ---
2485
+
2486
+ This project is covered by two different licenses: MIT and Apache.
2487
+
2488
+ #### MIT License ####
2489
+
2490
+ The following files were ported to Go from C files of libyaml, and thus
2491
+ are still covered by their original MIT license, with the additional
2492
+ copyright staring in 2011 when the project was ported over:
2493
+
2494
+ apic.go emitterc.go parserc.go readerc.go scannerc.go
2495
+ writerc.go yamlh.go yamlprivateh.go
2496
+
2497
+ Copyright (c) 2006-2010 Kirill Simonov
2498
+ Copyright (c) 2006-2011 Kirill Simonov
2499
+
2500
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2501
+ this software and associated documentation files (the "Software"), to deal in
2502
+ the Software without restriction, including without limitation the rights to
2503
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2504
+ of the Software, and to permit persons to whom the Software is furnished to do
2505
+ so, subject to the following conditions:
2506
+
2507
+ The above copyright notice and this permission notice shall be included in all
2508
+ copies or substantial portions of the Software.
2509
+
2510
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2511
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2512
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2513
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2514
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2515
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2516
+ SOFTWARE.
2517
+
2518
+ ### Apache License ###
2519
+
2520
+ All the remaining project files are covered by the Apache license:
2521
+
2522
+ Copyright (c) 2011-2019 Canonical Ltd
2523
+
2524
+ Licensed under the Apache License, Version 2.0 (the "License");
2525
+ you may not use this file except in compliance with the License.
2526
+ You may obtain a copy of the License at
2527
+
2528
+ http://www.apache.org/licenses/LICENSE-2.0
2529
+
2530
+ Unless required by applicable law or agreed to in writing, software
2531
+ distributed under the License is distributed on an "AS IS" BASIS,
2532
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2533
+ See the License for the specific language governing permissions and
2534
+ limitations under the License.
2535
+
2536
+
2537
+ --- gopkg.in/yaml.v3@v3.0.1/NOTICE ---
2538
+ Copyright 2011-2016 Canonical Ltd.
2539
+
2540
+ Licensed under the Apache License, Version 2.0 (the "License");
2541
+ you may not use this file except in compliance with the License.
2542
+ You may obtain a copy of the License at
2543
+
2544
+ http://www.apache.org/licenses/LICENSE-2.0
2545
+
2546
+ Unless required by applicable law or agreed to in writing, software
2547
+ distributed under the License is distributed on an "AS IS" BASIS,
2548
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2549
+ See the License for the specific language governing permissions and
2550
+ limitations under the License.
2551
+
2552
+
2553
+ --- rsc.io/qr@v0.2.0/LICENSE ---
2554
+ Copyright (c) 2009 The Go Authors. All rights reserved.
2555
+
2556
+ Redistribution and use in source and binary forms, with or without
2557
+ modification, are permitted provided that the following conditions are
2558
+ met:
2559
+
2560
+ * Redistributions of source code must retain the above copyright
2561
+ notice, this list of conditions and the following disclaimer.
2562
+ * Redistributions in binary form must reproduce the above
2563
+ copyright notice, this list of conditions and the following disclaimer
2564
+ in the documentation and/or other materials provided with the
2565
+ distribution.
2566
+ * Neither the name of Google Inc. nor the names of its
2567
+ contributors may be used to endorse or promote products derived from
2568
+ this software without specific prior written permission.
2569
+
2570
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2571
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2572
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2573
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2574
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2575
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2576
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2577
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2578
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2579
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2580
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.