@react-native-oh/react-native-harmony 0.72.86 → 0.77.18

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 (81) hide show
  1. package/LICENSE +21 -0
  2. package/LICENSE-Meta +21 -0
  3. package/Libraries/Alert/delegates/AlertDelegate.harmony.ts +84 -0
  4. package/Libraries/Alert/{AlertManager.ts → delegates/AlertManager.harmony.ts} +10 -4
  5. package/Libraries/Animated/shouldUseTurboAnimatedModule.harmony.ts +10 -0
  6. package/Libraries/Components/AccessibilityInfo/delegates/AccessibilityInfoDelegate.harmony.ts +44 -0
  7. package/Libraries/Components/AccessibilityInfo/{NativeAccessibilityInfoHarmony.ts → delegates/NativeAccessibilityInfoHarmony.harmony.ts} +9 -2
  8. package/Libraries/Components/Keyboard/delegates/KeyboardAvoidingViewDelegate.harmony.ts +42 -0
  9. package/Libraries/Components/RefreshControl/delegates/RefreshControlDelegate.harmony.tsx +29 -0
  10. package/Libraries/Components/SafeAreaView/SafeAreaView.harmony.tsx +93 -31
  11. package/Libraries/Components/ScrollView/delegates/ScrollViewDelegate.harmony.tsx +41 -0
  12. package/Libraries/Components/ScrollView/delegates/ScrollViewNativeComponentDelegate.harmony.ts +89 -0
  13. package/Libraries/Components/ScrollView/processDecelerationRate.harmony.ts +19 -0
  14. package/Libraries/Components/StatusBar/delegates/NativeStatusBarManagerHarmony.harmony.ts +53 -0
  15. package/Libraries/Components/StatusBar/delegates/StatusBarDelegate.harmony.ts +83 -0
  16. package/Libraries/Components/TextInput/delegates/TextInputDelegate.harmony.tsx +98 -0
  17. package/Libraries/Components/TextInput/delegates/TextInputStateDelegate.harmony.tsx +20 -0
  18. package/Libraries/Components/Touchable/delegates/TouchableHighlightDelegate.harmony.ts +14 -0
  19. package/Libraries/Components/Touchable/delegates/TouchableNativeFeedbackDelegate.harmony.ts +14 -0
  20. package/Libraries/Components/Touchable/delegates/TouchableWithoutFeedbackDelegate.harmony.ts +14 -0
  21. package/Libraries/Components/delegates/ButtonDelegate.harmony.ts +41 -0
  22. package/Libraries/Core/setUpPlatform.harmony.js +30 -0
  23. package/Libraries/Image/AssetSourceResolver.harmony.ts +1 -5
  24. package/Libraries/Image/Image.harmony.ts +17 -0
  25. package/Libraries/NativeComponent/BaseViewConfig.harmony.js +12 -326
  26. package/Libraries/NativeComponent/delegates/ViewConfigIgnoreDelegate.harmony.ts +13 -0
  27. package/Libraries/ReactNative/delegates/BridgelessUIManagerDelegate.harmony.ts +14 -0
  28. package/Libraries/ReactNative/delegates/I18nManagerDelegate.harmony.ts +22 -0
  29. package/Libraries/Settings/Settings.harmony.ts +20 -0
  30. package/Libraries/Share/delegates/ShareDelegate.harmony.ts +42 -0
  31. package/Libraries/StyleSheet/NativePlatformColor.harmony.ts +15 -0
  32. package/Libraries/StyleSheet/PlatformColorValueTypes.harmony.ts +8 -1
  33. package/Libraries/Utilities/BackHandler.harmony.ts +10 -0
  34. package/Libraries/Utilities/NativePlatformConstantsHarmony.harmony.ts +17 -0
  35. package/Libraries/Utilities/Platform.harmony.ts +38 -13
  36. package/Libraries/Vibration/delegates/VibrationDelegate.harmony.ts +14 -0
  37. package/NOTICE.md +846 -0
  38. package/README.md +2 -2
  39. package/index.js +53 -63
  40. package/jest.config.js +0 -7
  41. package/metro.config.d.ts +17 -0
  42. package/metro.config.js +398 -115
  43. package/package.json +58 -37
  44. package/react-native.config.js +57 -9
  45. package/react_native_openharmony.har +0 -0
  46. package/tsconfig.json +10 -4
  47. package/types/index.harmony.d.ts +99 -0
  48. package/Libraries/Alert/Alert.harmony.js +0 -77
  49. package/Libraries/Animated/NativeAnimatedHelper.harmony.js +0 -601
  50. package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.harmony.js +0 -441
  51. package/Libraries/Components/Button/Button.harmony.js +0 -451
  52. package/Libraries/Components/Image/Image.flow.harmony.js +0 -53
  53. package/Libraries/Components/Image/Image.harmony.js +0 -317
  54. package/Libraries/Components/Image/NativeImageLoaderHarmony.js +0 -38
  55. package/Libraries/Components/Keyboard/KeyboardAvoidingView.harmony.js +0 -256
  56. package/Libraries/Components/RefreshControl/RefreshControl.harmony.js +0 -210
  57. package/Libraries/Components/ScrollView/ScrollView.harmony.js +0 -1951
  58. package/Libraries/Components/ScrollView/processDecelerationRate.harmony.js +0 -24
  59. package/Libraries/Components/StatusBar/NativeStatusBarManagerHarmony.js +0 -71
  60. package/Libraries/Components/StatusBar/StatusBar.harmony.js +0 -447
  61. package/Libraries/Components/TextInput/TextInput.harmony.js +0 -1716
  62. package/Libraries/Components/TextInput/TextInputState.harmony.js +0 -220
  63. package/Libraries/Components/Touchable/TouchableHighlight.harmony.js +0 -396
  64. package/Libraries/Components/Touchable/TouchableNativeFeedback.harmony.js +0 -364
  65. package/Libraries/Components/Touchable/TouchableWithoutFeedback.harmony.js +0 -227
  66. package/Libraries/Components/View/View.harmony.js +0 -149
  67. package/Libraries/Core/setUpReactDevTools.harmony.js +0 -93
  68. package/Libraries/ReactNative/I18nManager.harmony.js +0 -78
  69. package/Libraries/ReactNative/UIManager.harmony.js +0 -210
  70. package/Libraries/Settings/Settings.harmony.js +0 -15
  71. package/Libraries/Share/Share.harmony.js +0 -174
  72. package/Libraries/StyleSheet/NativePlatformColor.ts +0 -8
  73. package/Libraries/Utilities/BackHandler.harmony.js +0 -109
  74. package/Libraries/Utilities/NativePlatformConstants.harmony.ts +0 -8
  75. package/Libraries/Utilities/Platform.d.ts +0 -117
  76. package/Libraries/Utilities/createPerformanceLogger.harmony.js +0 -328
  77. package/Libraries/Vibration/Vibration.harmony.js +0 -88
  78. package/harmony/.keep +0 -0
  79. package/harmony/rnoh-hvigor-plugin-0.2.0.tgz +0 -0
  80. package/react_native_openharmony_release.har +0 -0
  81. package/types/index.d.ts +0 -108
package/NOTICE.md ADDED
@@ -0,0 +1,846 @@
1
+ # OPEN SOURCE SOFTWARE NOTICE
2
+
3
+ Please note we provide an open source software notice for the third party open source software along with this software and/or this software component (in the following just “this SOFTWARE”). The open source software licenses are granted by the respective right holders.
4
+
5
+ Warranty Disclaimer
6
+ THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
7
+
8
+ ## 1. Third Party Code
9
+
10
+ ### `Libraries`, `src`, `types`
11
+
12
+ These directories contain:
13
+
14
+ - files copyrighted by Meta: See `./LICENSE-Meta`
15
+ - files modified by Huawei but originally copyrighted by Meta: See `./LICENSE-Meta`
16
+ - files copyrighted by Huawei: See `./LICENSE`
17
+
18
+ Each file should have a documentation comment that specifies the copyright holder.
19
+
20
+ ### Code inside `harmony/react_native_openharmony.har` tarball
21
+
22
+ 1. **Precompiled Hermes**
23
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/prebuilt/**/libhermes.so`
24
+ - **License**: MIT License
25
+ - **License Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/prebuilt/LICENSE`
26
+ 2. **ReactCommon**
27
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/rn/ReactCommon`
28
+ - **Path to Patches**: `harmony/react_native_openharmony.har/package/src/main/cpp/patches/react_native_core`
29
+ - **License**: MIT License
30
+ - **License Path 1**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/rn/LICENSE`
31
+ - **License Path 2**: `harmony/react_native_openharmony.har/package/src/main/cpp/patches/react_native_core/LICENSE`
32
+ 3. **BOOST**
33
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/boost`
34
+ - **License**: Boost Software License 1.0
35
+ - **License Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/boost/LICENSE_1_0.txt`
36
+ 4. **Double Conversion**
37
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/double-conversion`
38
+ - **License**: BSD 3-Clause "New" or "Revised" License
39
+ - **License Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/double-conversion/LICENSE`
40
+ 5. **fast_float**
41
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/fast_float`
42
+ - **License**: Licensed under either of Apache License 2.0 or MIT License or Boost Software License 1.0
43
+ - **License Path 1**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/fast_float/LICENSE-APACHE`
44
+ - **License Path 2**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/fast_float/LICENSE-MIT`
45
+ - **License Path 3**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/fast_float/LICENSE-BOOST`
46
+ 6. **{fmt}**
47
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/fmt`
48
+ - **License**: MIT License with the fmt exception
49
+ - **License Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/fmt/LICENSE`
50
+ 7. **folly**
51
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/folly`
52
+ - **License**: Apache License 2.0
53
+ - **License Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/folly/LICENSE`
54
+ 8. **glog**
55
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/glog`
56
+ - **License**: BSD 3-Clause "New" or "Revised" License
57
+ - **License Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/glog/COPYING`
58
+ 9. **libevent**
59
+ - **Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/libevent`
60
+ - **License**: BSD 3-Clause "New" or "Revised" License
61
+ - **License Path**: `harmony/react_native_openharmony.har/package/src/main/cpp/third-party/libevent/LICENSE`
62
+
63
+ ## 2. Notices
64
+
65
+ ### Software: react-native v0.77.1
66
+
67
+ Copyright notice:
68
+ Copyright (c) Meta Platforms, Inc. and affiliates.
69
+ License: MIT License
70
+
71
+ Permission is hereby granted, free of charge, to any person obtaining a copy
72
+ of this software and associated documentation files (the "Software"), to deal
73
+ in the Software without restriction, including without limitation the rights
74
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75
+ copies of the Software, and to permit persons to whom the Software is
76
+ furnished to do so, subject to the following conditions:
77
+
78
+ The above copyright notice and this permission notice shall be included in all
79
+ copies or substantial portions of the Software.
80
+
81
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87
+ SOFTWARE.
88
+
89
+ ### Software: BOOST v1.82.0
90
+
91
+ Copyright notice:
92
+ Boost Software License - Version 1.0 - August 17th, 2003
93
+
94
+ Permission is hereby granted, free of charge, to any person or organization
95
+ obtaining a copy of the software and accompanying documentation covered by
96
+ this license (the "Software") to use, reproduce, display, distribute,
97
+ execute, and transmit the Software, and to prepare derivative works of the
98
+ Software, and to permit third-parties to whom the Software is furnished to
99
+ do so, all subject to the following:
100
+
101
+ The copyright notices in the Software and this entire statement, including
102
+ the above license grant, this restriction and the following disclaimer,
103
+ must be included in all copies of the Software, in whole or in part, and
104
+ all derivative works of the Software, unless such copies or derivative
105
+ works are solely in the form of machine-executable object code generated by
106
+ a source language processor.
107
+
108
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
109
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
110
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
111
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
112
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
113
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
114
+ DEALINGS IN THE SOFTWARE.
115
+
116
+ ### Software: Double Conversion v3.3.0
117
+
118
+ Copyright 2006-2011, the V8 project authors. All rights reserved.
119
+ Redistribution and use in source and binary forms, with or without
120
+ modification, are permitted provided that the following conditions are
121
+ met:
122
+
123
+ * Redistributions of source code must retain the above copyright
124
+ notice, this list of conditions and the following disclaimer.
125
+ * Redistributions in binary form must reproduce the above
126
+ copyright notice, this list of conditions and the following
127
+ disclaimer in the documentation and/or other materials provided
128
+ with the distribution.
129
+ * Neither the name of Google Inc. nor the names of its
130
+ contributors may be used to endorse or promote products derived
131
+ from this software without specific prior written permission.
132
+
133
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
134
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
135
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
136
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
137
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
138
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
139
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
140
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
141
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
142
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
143
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
144
+
145
+ ### Software: fast_float v6.1.4
146
+
147
+ Licensed under either of Apache License, Version 2.0 or MIT license or BOOST license.
148
+
149
+ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this repository by you, as defined in the Apache-2.0 license, shall be triple licensed as above, without any additional terms or conditions.
150
+
151
+ Apache License
152
+ Version 2.0, January 2004
153
+ http://www.apache.org/licenses/
154
+
155
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
156
+
157
+ 1. Definitions.
158
+
159
+ "License" shall mean the terms and conditions for use, reproduction,
160
+ and distribution as defined by Sections 1 through 9 of this document.
161
+
162
+ "Licensor" shall mean the copyright owner or entity authorized by
163
+ the copyright owner that is granting the License.
164
+
165
+ "Legal Entity" shall mean the union of the acting entity and all
166
+ other entities that control, are controlled by, or are under common
167
+ control with that entity. For the purposes of this definition,
168
+ "control" means (i) the power, direct or indirect, to cause the
169
+ direction or management of such entity, whether by contract or
170
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
171
+ outstanding shares, or (iii) beneficial ownership of such entity.
172
+
173
+ "You" (or "Your") shall mean an individual or Legal Entity
174
+ exercising permissions granted by this License.
175
+
176
+ "Source" form shall mean the preferred form for making modifications,
177
+ including but not limited to software source code, documentation
178
+ source, and configuration files.
179
+
180
+ "Object" form shall mean any form resulting from mechanical
181
+ transformation or translation of a Source form, including but
182
+ not limited to compiled object code, generated documentation,
183
+ and conversions to other media types.
184
+
185
+ "Work" shall mean the work of authorship, whether in Source or
186
+ Object form, made available under the License, as indicated by a
187
+ copyright notice that is included in or attached to the work
188
+ (an example is provided in the Appendix below).
189
+
190
+ "Derivative Works" shall mean any work, whether in Source or Object
191
+ form, that is based on (or derived from) the Work and for which the
192
+ editorial revisions, annotations, elaborations, or other modifications
193
+ represent, as a whole, an original work of authorship. For the purposes
194
+ of this License, Derivative Works shall not include works that remain
195
+ separable from, or merely link (or bind by name) to the interfaces of,
196
+ the Work and Derivative Works thereof.
197
+
198
+ "Contribution" shall mean any work of authorship, including
199
+ the original version of the Work and any modifications or additions
200
+ to that Work or Derivative Works thereof, that is intentionally
201
+ submitted to Licensor for inclusion in the Work by the copyright owner
202
+ or by an individual or Legal Entity authorized to submit on behalf of
203
+ the copyright owner. For the purposes of this definition, "submitted"
204
+ means any form of electronic, verbal, or written communication sent
205
+ to the Licensor or its representatives, including but not limited to
206
+ communication on electronic mailing lists, source code control systems,
207
+ and issue tracking systems that are managed by, or on behalf of, the
208
+ Licensor for the purpose of discussing and improving the Work, but
209
+ excluding communication that is conspicuously marked or otherwise
210
+ designated in writing by the copyright owner as "Not a Contribution."
211
+
212
+ "Contributor" shall mean Licensor and any individual or Legal Entity
213
+ on behalf of whom a Contribution has been received by Licensor and
214
+ subsequently incorporated within the Work.
215
+
216
+ 2. Grant of Copyright License. Subject to the terms and conditions of
217
+ this License, each Contributor hereby grants to You a perpetual,
218
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
219
+ copyright license to reproduce, prepare Derivative Works of,
220
+ publicly display, publicly perform, sublicense, and distribute the
221
+ Work and such Derivative Works in Source or Object form.
222
+
223
+ 3. Grant of Patent License. Subject to the terms and conditions of
224
+ this License, each Contributor hereby grants to You a perpetual,
225
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
226
+ (except as stated in this section) patent license to make, have made,
227
+ use, offer to sell, sell, import, and otherwise transfer the Work,
228
+ where such license applies only to those patent claims licensable
229
+ by such Contributor that are necessarily infringed by their
230
+ Contribution(s) alone or by combination of their Contribution(s)
231
+ with the Work to which such Contribution(s) was submitted. If You
232
+ institute patent litigation against any entity (including a
233
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
234
+ or a Contribution incorporated within the Work constitutes direct
235
+ or contributory patent infringement, then any patent licenses
236
+ granted to You under this License for that Work shall terminate
237
+ as of the date such litigation is filed.
238
+
239
+ 4. Redistribution. You may reproduce and distribute copies of the
240
+ Work or Derivative Works thereof in any medium, with or without
241
+ modifications, and in Source or Object form, provided that You
242
+ meet the following conditions:
243
+
244
+ (a) You must give any other recipients of the Work or
245
+ Derivative Works a copy of this License; and
246
+
247
+ (b) You must cause any modified files to carry prominent notices
248
+ stating that You changed the files; and
249
+
250
+ (c) You must retain, in the Source form of any Derivative Works
251
+ that You distribute, all copyright, patent, trademark, and
252
+ attribution notices from the Source form of the Work,
253
+ excluding those notices that do not pertain to any part of
254
+ the Derivative Works; and
255
+
256
+ (d) If the Work includes a "NOTICE" text file as part of its
257
+ distribution, then any Derivative Works that You distribute must
258
+ include a readable copy of the attribution notices contained
259
+ within such NOTICE file, excluding those notices that do not
260
+ pertain to any part of the Derivative Works, in at least one
261
+ of the following places: within a NOTICE text file distributed
262
+ as part of the Derivative Works; within the Source form or
263
+ documentation, if provided along with the Derivative Works; or,
264
+ within a display generated by the Derivative Works, if and
265
+ wherever such third-party notices normally appear. The contents
266
+ of the NOTICE file are for informational purposes only and
267
+ do not modify the License. You may add Your own attribution
268
+ notices within Derivative Works that You distribute, alongside
269
+ or as an addendum to the NOTICE text from the Work, provided
270
+ that such additional attribution notices cannot be construed
271
+ as modifying the License.
272
+
273
+ You may add Your own copyright statement to Your modifications and
274
+ may provide additional or different license terms and conditions
275
+ for use, reproduction, or distribution of Your modifications, or
276
+ for any such Derivative Works as a whole, provided Your use,
277
+ reproduction, and distribution of the Work otherwise complies with
278
+ the conditions stated in this License.
279
+
280
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
281
+ any Contribution intentionally submitted for inclusion in the Work
282
+ by You to the Licensor shall be under the terms and conditions of
283
+ this License, without any additional terms or conditions.
284
+ Notwithstanding the above, nothing herein shall supersede or modify
285
+ the terms of any separate license agreement you may have executed
286
+ with Licensor regarding such Contributions.
287
+
288
+ 6. Trademarks. This License does not grant permission to use the trade
289
+ names, trademarks, service marks, or product names of the Licensor,
290
+ except as required for reasonable and customary use in describing the
291
+ origin of the Work and reproducing the content of the NOTICE file.
292
+
293
+ 7. Disclaimer of Warranty. Unless required by applicable law or
294
+ agreed to in writing, Licensor provides the Work (and each
295
+ Contributor provides its Contributions) on an "AS IS" BASIS,
296
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
297
+ implied, including, without limitation, any warranties or conditions
298
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
299
+ PARTICULAR PURPOSE. You are solely responsible for determining the
300
+ appropriateness of using or redistributing the Work and assume any
301
+ risks associated with Your exercise of permissions under this License.
302
+
303
+ 8. Limitation of Liability. In no event and under no legal theory,
304
+ whether in tort (including negligence), contract, or otherwise,
305
+ unless required by applicable law (such as deliberate and grossly
306
+ negligent acts) or agreed to in writing, shall any Contributor be
307
+ liable to You for damages, including any direct, indirect, special,
308
+ incidental, or consequential damages of any character arising as a
309
+ result of this License or out of the use or inability to use the
310
+ Work (including but not limited to damages for loss of goodwill,
311
+ work stoppage, computer failure or malfunction, or any and all
312
+ other commercial damages or losses), even if such Contributor
313
+ has been advised of the possibility of such damages.
314
+
315
+ 9. Accepting Warranty or Additional Liability. While redistributing
316
+ the Work or Derivative Works thereof, You may choose to offer,
317
+ and charge a fee for, acceptance of support, warranty, indemnity,
318
+ or other liability obligations and/or rights consistent with this
319
+ License. However, in accepting such obligations, You may act only
320
+ on Your own behalf and on Your sole responsibility, not on behalf
321
+ of any other Contributor, and only if You agree to indemnify,
322
+ defend, and hold each Contributor harmless for any liability
323
+ incurred by, or claims asserted against, such Contributor by reason
324
+ of your accepting any such warranty or additional liability.
325
+
326
+ END OF TERMS AND CONDITIONS
327
+
328
+ Copyright 2021 The fast_float authors
329
+
330
+ Licensed under the Apache License, Version 2.0 (the "License");
331
+ you may not use this file except in compliance with the License.
332
+ You may obtain a copy of the License at
333
+
334
+ http://www.apache.org/licenses/LICENSE-2.0
335
+
336
+ Unless required by applicable law or agreed to in writing, software
337
+ distributed under the License is distributed on an "AS IS" BASIS,
338
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
339
+ See the License for the specific language governing permissions and
340
+ limitations under the License.
341
+
342
+ MIT License
343
+
344
+ Copyright (c) 2021 The fast_float authors
345
+
346
+ Permission is hereby granted, free of charge, to any
347
+ person obtaining a copy of this software and associated
348
+ documentation files (the "Software"), to deal in the
349
+ Software without restriction, including without
350
+ limitation the rights to use, copy, modify, merge,
351
+ publish, distribute, sublicense, and/or sell copies of
352
+ the Software, and to permit persons to whom the Software
353
+ is furnished to do so, subject to the following
354
+ conditions:
355
+
356
+ The above copyright notice and this permission notice
357
+ shall be included in all copies or substantial portions
358
+ of the Software.
359
+
360
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
361
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
362
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
363
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
364
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
365
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
366
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
367
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
368
+ DEALINGS IN THE SOFTWARE.
369
+
370
+ Boost Software License - Version 1.0 - August 17th, 2003
371
+
372
+ Permission is hereby granted, free of charge, to any person or organization
373
+ obtaining a copy of the software and accompanying documentation covered by
374
+ this license (the "Software") to use, reproduce, display, distribute,
375
+ execute, and transmit the Software, and to prepare derivative works of the
376
+ Software, and to permit third-parties to whom the Software is furnished to
377
+ do so, all subject to the following:
378
+
379
+ The copyright notices in the Software and this entire statement, including
380
+ the above license grant, this restriction and the following disclaimer,
381
+ must be included in all copies of the Software, in whole or in part, and
382
+ all derivative works of the Software, unless such copies or derivative
383
+ works are solely in the form of machine-executable object code generated by
384
+ a source language processor.
385
+
386
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
387
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
388
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
389
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
390
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
391
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
392
+ DEALINGS IN THE SOFTWARE.
393
+
394
+ ### Software: {fmt} v11.0.2
395
+
396
+ Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
397
+
398
+ Permission is hereby granted, free of charge, to any person obtaining
399
+ a copy of this software and associated documentation files (the
400
+ "Software"), to deal in the Software without restriction, including
401
+ without limitation the rights to use, copy, modify, merge, publish,
402
+ distribute, sublicense, and/or sell copies of the Software, and to
403
+ permit persons to whom the Software is furnished to do so, subject to
404
+ the following conditions:
405
+
406
+ The above copyright notice and this permission notice shall be
407
+ included in all copies or substantial portions of the Software.
408
+
409
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
410
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
411
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
412
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
413
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
414
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
415
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
416
+
417
+ --- Optional exception to the license ---
418
+
419
+ As an exception, if, as a result of your compiling your source code, portions
420
+ of this Software are embedded into a machine-executable object form of such
421
+ source code, you may redistribute such embedded portions in such object form
422
+ without including the above copyright and permission notices.
423
+
424
+ ### Software: folly v2024.11.18.00
425
+
426
+ Apache License
427
+ Version 2.0, January 2004
428
+ http://www.apache.org/licenses/
429
+
430
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
431
+
432
+ 1. Definitions.
433
+
434
+ "License" shall mean the terms and conditions for use, reproduction,
435
+ and distribution as defined by Sections 1 through 9 of this document.
436
+
437
+ "Licensor" shall mean the copyright owner or entity authorized by
438
+ the copyright owner that is granting the License.
439
+
440
+ "Legal Entity" shall mean the union of the acting entity and all
441
+ other entities that control, are controlled by, or are under common
442
+ control with that entity. For the purposes of this definition,
443
+ "control" means (i) the power, direct or indirect, to cause the
444
+ direction or management of such entity, whether by contract or
445
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
446
+ outstanding shares, or (iii) beneficial ownership of such entity.
447
+
448
+ "You" (or "Your") shall mean an individual or Legal Entity
449
+ exercising permissions granted by this License.
450
+
451
+ "Source" form shall mean the preferred form for making modifications,
452
+ including but not limited to software source code, documentation
453
+ source, and configuration files.
454
+
455
+ "Object" form shall mean any form resulting from mechanical
456
+ transformation or translation of a Source form, including but
457
+ not limited to compiled object code, generated documentation,
458
+ and conversions to other media types.
459
+
460
+ "Work" shall mean the work of authorship, whether in Source or
461
+ Object form, made available under the License, as indicated by a
462
+ copyright notice that is included in or attached to the work
463
+ (an example is provided in the Appendix below).
464
+
465
+ "Derivative Works" shall mean any work, whether in Source or Object
466
+ form, that is based on (or derived from) the Work and for which the
467
+ editorial revisions, annotations, elaborations, or other modifications
468
+ represent, as a whole, an original work of authorship. For the purposes
469
+ of this License, Derivative Works shall not include works that remain
470
+ separable from, or merely link (or bind by name) to the interfaces of,
471
+ the Work and Derivative Works thereof.
472
+
473
+ "Contribution" shall mean any work of authorship, including
474
+ the original version of the Work and any modifications or additions
475
+ to that Work or Derivative Works thereof, that is intentionally
476
+ submitted to Licensor for inclusion in the Work by the copyright owner
477
+ or by an individual or Legal Entity authorized to submit on behalf of
478
+ the copyright owner. For the purposes of this definition, "submitted"
479
+ means any form of electronic, verbal, or written communication sent
480
+ to the Licensor or its representatives, including but not limited to
481
+ communication on electronic mailing lists, source code control systems,
482
+ and issue tracking systems that are managed by, or on behalf of, the
483
+ Licensor for the purpose of discussing and improving the Work, but
484
+ excluding communication that is conspicuously marked or otherwise
485
+ designated in writing by the copyright owner as "Not a Contribution."
486
+
487
+ "Contributor" shall mean Licensor and any individual or Legal Entity
488
+ on behalf of whom a Contribution has been received by Licensor and
489
+ subsequently incorporated within the Work.
490
+
491
+ 2. Grant of Copyright License. Subject to the terms and conditions of
492
+ this License, each Contributor hereby grants to You a perpetual,
493
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
494
+ copyright license to reproduce, prepare Derivative Works of,
495
+ publicly display, publicly perform, sublicense, and distribute the
496
+ Work and such Derivative Works in Source or Object form.
497
+
498
+ 3. Grant of Patent License. Subject to the terms and conditions of
499
+ this License, each Contributor hereby grants to You a perpetual,
500
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
501
+ (except as stated in this section) patent license to make, have made,
502
+ use, offer to sell, sell, import, and otherwise transfer the Work,
503
+ where such license applies only to those patent claims licensable
504
+ by such Contributor that are necessarily infringed by their
505
+ Contribution(s) alone or by combination of their Contribution(s)
506
+ with the Work to which such Contribution(s) was submitted. If You
507
+ institute patent litigation against any entity (including a
508
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
509
+ or a Contribution incorporated within the Work constitutes direct
510
+ or contributory patent infringement, then any patent licenses
511
+ granted to You under this License for that Work shall terminate
512
+ as of the date such litigation is filed.
513
+
514
+ 4. Redistribution. You may reproduce and distribute copies of the
515
+ Work or Derivative Works thereof in any medium, with or without
516
+ modifications, and in Source or Object form, provided that You
517
+ meet the following conditions:
518
+
519
+ (a) You must give any other recipients of the Work or
520
+ Derivative Works a copy of this License; and
521
+
522
+ (b) You must cause any modified files to carry prominent notices
523
+ stating that You changed the files; and
524
+
525
+ (c) You must retain, in the Source form of any Derivative Works
526
+ that You distribute, all copyright, patent, trademark, and
527
+ attribution notices from the Source form of the Work,
528
+ excluding those notices that do not pertain to any part of
529
+ the Derivative Works; and
530
+
531
+ (d) If the Work includes a "NOTICE" text file as part of its
532
+ distribution, then any Derivative Works that You distribute must
533
+ include a readable copy of the attribution notices contained
534
+ within such NOTICE file, excluding those notices that do not
535
+ pertain to any part of the Derivative Works, in at least one
536
+ of the following places: within a NOTICE text file distributed
537
+ as part of the Derivative Works; within the Source form or
538
+ documentation, if provided along with the Derivative Works; or,
539
+ within a display generated by the Derivative Works, if and
540
+ wherever such third-party notices normally appear. The contents
541
+ of the NOTICE file are for informational purposes only and
542
+ do not modify the License. You may add Your own attribution
543
+ notices within Derivative Works that You distribute, alongside
544
+ or as an addendum to the NOTICE text from the Work, provided
545
+ that such additional attribution notices cannot be construed
546
+ as modifying the License.
547
+
548
+ You may add Your own copyright statement to Your modifications and
549
+ may provide additional or different license terms and conditions
550
+ for use, reproduction, or distribution of Your modifications, or
551
+ for any such Derivative Works as a whole, provided Your use,
552
+ reproduction, and distribution of the Work otherwise complies with
553
+ the conditions stated in this License.
554
+
555
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
556
+ any Contribution intentionally submitted for inclusion in the Work
557
+ by You to the Licensor shall be under the terms and conditions of
558
+ this License, without any additional terms or conditions.
559
+ Notwithstanding the above, nothing herein shall supersede or modify
560
+ the terms of any separate license agreement you may have executed
561
+ with Licensor regarding such Contributions.
562
+
563
+ 6. Trademarks. This License does not grant permission to use the trade
564
+ names, trademarks, service marks, or product names of the Licensor,
565
+ except as required for reasonable and customary use in describing the
566
+ origin of the Work and reproducing the content of the NOTICE file.
567
+
568
+ 7. Disclaimer of Warranty. Unless required by applicable law or
569
+ agreed to in writing, Licensor provides the Work (and each
570
+ Contributor provides its Contributions) on an "AS IS" BASIS,
571
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
572
+ implied, including, without limitation, any warranties or conditions
573
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
574
+ PARTICULAR PURPOSE. You are solely responsible for determining the
575
+ appropriateness of using or redistributing the Work and assume any
576
+ risks associated with Your exercise of permissions under this License.
577
+
578
+ 8. Limitation of Liability. In no event and under no legal theory,
579
+ whether in tort (including negligence), contract, or otherwise,
580
+ unless required by applicable law (such as deliberate and grossly
581
+ negligent acts) or agreed to in writing, shall any Contributor be
582
+ liable to You for damages, including any direct, indirect, special,
583
+ incidental, or consequential damages of any character arising as a
584
+ result of this License or out of the use or inability to use the
585
+ Work (including but not limited to damages for loss of goodwill,
586
+ work stoppage, computer failure or malfunction, or any and all
587
+ other commercial damages or losses), even if such Contributor
588
+ has been advised of the possibility of such damages.
589
+
590
+ 9. Accepting Warranty or Additional Liability. While redistributing
591
+ the Work or Derivative Works thereof, You may choose to offer,
592
+ and charge a fee for, acceptance of support, warranty, indemnity,
593
+ or other liability obligations and/or rights consistent with this
594
+ License. However, in accepting such obligations, You may act only
595
+ on Your own behalf and on Your sole responsibility, not on behalf
596
+ of any other Contributor, and only if You agree to indemnify,
597
+ defend, and hold each Contributor harmless for any liability
598
+ incurred by, or claims asserted against, such Contributor by reason
599
+ of your accepting any such warranty or additional liability.
600
+
601
+ END OF TERMS AND CONDITIONS
602
+
603
+ Files in folly/external/farmhash licensed as follows
604
+
605
+ Copyright (c) 2014 Google, Inc.
606
+
607
+ Permission is hereby granted, free of charge, to any person obtaining a copy
608
+ of this software and associated documentation files (the "Software"), to deal
609
+ in the Software without restriction, including without limitation the rights
610
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
611
+ copies of the Software, and to permit persons to whom the Software is
612
+ furnished to do so, subject to the following conditions:
613
+
614
+ The above copyright notice and this permission notice shall be included in
615
+ all copies or substantial portions of the Software.
616
+
617
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
618
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
619
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
620
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
621
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
622
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
623
+ THE SOFTWARE.
624
+
625
+ ### Software: glog v0.3.5
626
+
627
+ Copyright (c) 2008, Google Inc.
628
+ All rights reserved.
629
+
630
+ Redistribution and use in source and binary forms, with or without
631
+ modification, are permitted provided that the following conditions are
632
+ met:
633
+
634
+ * Redistributions of source code must retain the above copyright
635
+ notice, this list of conditions and the following disclaimer.
636
+ *Redistributions in binary form must reproduce the above
637
+ copyright notice, this list of conditions and the following disclaimer
638
+ in the documentation and/or other materials provided with the
639
+ distribution.
640
+ * Neither the name of Google Inc. nor the names of its
641
+ contributors may be used to endorse or promote products derived from
642
+ this software without specific prior written permission.
643
+
644
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
645
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
646
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
647
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
648
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
649
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
650
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
651
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
652
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
653
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
654
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
655
+
656
+ A function gettimeofday in utilities.cc is based on
657
+
658
+ <http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd>
659
+
660
+ The license of this code is:
661
+
662
+ Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors
663
+ All Rights Reserved.
664
+
665
+ Redistribution and use in source and binary forms, with or without
666
+ modification, are permitted provided that the following conditions are
667
+ met:
668
+
669
+ 1. Redistributions of source code must retain the above copyright
670
+ notice, this list of conditions and the following disclaimer.
671
+
672
+ 2. Redistributions in binary form must reproduce the above copyright
673
+ notice, this list of conditions and the following disclaimer in the
674
+ documentation and/or other materials provided with the distribution.
675
+
676
+ 3. Neither the name(s) of the above-listed copyright holder(s) nor the
677
+ names of its contributors may be used to endorse or promote products
678
+ derived from this software without specific prior written permission.
679
+
680
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
681
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
682
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
683
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
684
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
685
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
686
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
687
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
688
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
689
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
690
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
691
+
692
+ ### Software: libevent v2024.11.18.00
693
+
694
+ Libevent is available for use under the following license, commonly known
695
+ as the 3-clause (or "modified") BSD license:
696
+
697
+ ==============================
698
+ Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
699
+ Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
700
+
701
+ Redistribution and use in source and binary forms, with or without
702
+ modification, are permitted provided that the following conditions
703
+ are met:
704
+
705
+ 1. Redistributions of source code must retain the above copyright
706
+ notice, this list of conditions and the following disclaimer.
707
+ 2. Redistributions in binary form must reproduce the above copyright
708
+ notice, this list of conditions and the following disclaimer in the
709
+ documentation and/or other materials provided with the distribution.
710
+ 3. The name of the author may not be used to endorse or promote products
711
+ derived from this software without specific prior written permission.
712
+
713
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
714
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
715
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
716
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
717
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
718
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
719
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
720
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
721
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
722
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
723
+ ==============================
724
+
725
+ Portions of Libevent are based on works by others, also made available by
726
+ them under the three-clause BSD license above. The copyright notices are
727
+ available in the corresponding source files; the license is as above. Here's
728
+ a list:
729
+
730
+ log.c:
731
+ Copyright (c) 2000 Dug Song <dugsong@monkey.org>
732
+ Copyright (c) 1993 The Regents of the University of California.
733
+
734
+ strlcpy.c:
735
+ Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
736
+
737
+ win32select.c:
738
+ Copyright (c) 2003 Michael A. Davis <mike@datanerds.net>
739
+
740
+ evport.c:
741
+ Copyright (c) 2007 Sun Microsystems
742
+
743
+ ht-internal.h:
744
+ Copyright (c) 2002 Christopher Clark
745
+
746
+ minheap-internal.h:
747
+ Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
748
+
749
+ ==============================
750
+
751
+ The arc4module is available under the following, sometimes called the
752
+ "OpenBSD" license:
753
+
754
+ Copyright (c) 1996, David Mazieres <dm@uun.org>
755
+ Copyright (c) 2008, Damien Miller <djm@openbsd.org>
756
+
757
+ Permission to use, copy, modify, and distribute this software for any
758
+ purpose with or without fee is hereby granted, provided that the above
759
+ copyright notice and this permission notice appear in all copies.
760
+
761
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
762
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
763
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
764
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
765
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
766
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
767
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
768
+
769
+ ==============================
770
+
771
+ The Windows timer code is based on code from libutp, which is
772
+ distributed under this license, sometimes called the "MIT" license.
773
+
774
+ Copyright (c) 2010 BitTorrent, Inc.
775
+
776
+ Permission is hereby granted, free of charge, to any person obtaining a copy
777
+ of this software and associated documentation files (the "Software"), to deal
778
+ in the Software without restriction, including without limitation the rights
779
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
780
+ copies of the Software, and to permit persons to whom the Software is
781
+ furnished to do so, subject to the following conditions:
782
+
783
+ The above copyright notice and this permission notice shall be included in
784
+ all copies or substantial portions of the Software.
785
+
786
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
787
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
788
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
789
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
790
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
791
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
792
+ THE SOFTWARE.
793
+
794
+ ==============================
795
+
796
+ The wepoll module is available under the following, sometimes called the
797
+ "FreeBSD" license:
798
+
799
+ Copyright 2012-2020, Bert Belder <bertbelder@gmail.com>
800
+ All rights reserved.
801
+
802
+ Redistribution and use in source and binary forms, with or without
803
+ modification, are permitted provided that the following conditions are
804
+ met:
805
+
806
+ - Redistributions of source code must retain the above copyright
807
+ notice, this list of conditions and the following disclaimer.
808
+
809
+ - Redistributions in binary form must reproduce the above copyright
810
+ notice, this list of conditions and the following disclaimer in the
811
+ documentation and/or other materials provided with the distribution.
812
+
813
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
814
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
815
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
816
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
817
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
818
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
819
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
820
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
821
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
822
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
823
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
824
+
825
+ ==============================
826
+
827
+ The ssl-client-mbedtls.c is available under the following license:
828
+
829
+ Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
830
+ SPDX-License-Identifier: Apache-2.0
831
+
832
+ Licensed under the Apache License, Version 2.0 (the "License"); you may
833
+ not use this file except in compliance with the License.
834
+ You may obtain a copy of the License at
835
+
836
+ <http://www.apache.org/licenses/LICENSE-2.0>
837
+
838
+ Unless required by applicable law or agreed to in writing, software
839
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
840
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
841
+ See the License for the specific language governing permissions and
842
+ limitations under the License.
843
+
844
+ This file is part of mbed TLS (<https://tls.mbed.org>)
845
+
846
+ End of Notice