@one-agent-ctx/source 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,982 @@
1
+ # 第三方组件声明(THIRD-PARTY NOTICES)
2
+
3
+ 本包内含的 `agent-ctx-os` 二进制静态链接了下列第三方组件。各组件版权归其作者所有,
4
+ 按其许可条款分发;许可是本包分发的前提条件之一,故全文随包附带。
5
+
6
+ 内核自身(含 C++ 向量引擎)以 AGPL-3.0-only 分发,对应源码可得声明见 `SOURCE.md`。
7
+
8
+ | 组件 | 许可 |
9
+ |---|---|
10
+ | engine-cpp(C++ 向量引擎) | AGPL-3.0-only |
11
+ | CRoaring(Roaring Bitmap) | Apache-2.0 |
12
+ | LevelDB 1.23 | BSD-3-Clause |
13
+ | RapidJSON | MIT(含 BSD/JSON 条款,见全文) |
14
+ | spdlog 1.14.1 | MIT |
15
+ | KRL(Kunpeng Retrieval Library,Huawei)—— ARM NEON 距离函数 | Apache-2.0 |
16
+ | ring(Rust 密码学 crate,含 BoringSSL 派生代码) | ISC(新代码)+ BoringSSL 许可 + 其它条款 |
17
+
18
+ ---
19
+
20
+ ## engine-cpp(C++ 向量引擎)
21
+
22
+ - 路径:`vendor/engine-cpp`
23
+ - 许可:AGPL-3.0-only
24
+ - 说明:上游 volcengine/OpenViking 的 src/ 引擎,本仓以薄 C ABI shim 链接;许可与仓一致,全文见包内 LICENSE 与仓根 NOTICE。
25
+
26
+ ---
27
+
28
+ ## CRoaring(Roaring Bitmap)
29
+
30
+ - 路径:`vendor/engine-cpp/third_party/croaring`
31
+ - 许可:Apache-2.0
32
+
33
+ ### vendor/engine-cpp/third_party/croaring/LICENSE
34
+
35
+ ```
36
+ The CRoaring project is under a dual license (Apache/MIT).
37
+ Users of the library may choose one or the other license.
38
+
39
+ ------------------
40
+
41
+ Apache License
42
+ Version 2.0, January 2004
43
+ http://www.apache.org/licenses/
44
+
45
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
46
+
47
+ 1. Definitions.
48
+
49
+ "License" shall mean the terms and conditions for use, reproduction,
50
+ and distribution as defined by Sections 1 through 9 of this document.
51
+
52
+ "Licensor" shall mean the copyright owner or entity authorized by
53
+ the copyright owner that is granting the License.
54
+
55
+ "Legal Entity" shall mean the union of the acting entity and all
56
+ other entities that control, are controlled by, or are under common
57
+ control with that entity. For the purposes of this definition,
58
+ "control" means (i) the power, direct or indirect, to cause the
59
+ direction or management of such entity, whether by contract or
60
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
61
+ outstanding shares, or (iii) beneficial ownership of such entity.
62
+
63
+ "You" (or "Your") shall mean an individual or Legal Entity
64
+ exercising permissions granted by this License.
65
+
66
+ "Source" form shall mean the preferred form for making modifications,
67
+ including but not limited to software source code, documentation
68
+ source, and configuration files.
69
+
70
+ "Object" form shall mean any form resulting from mechanical
71
+ transformation or translation of a Source form, including but
72
+ not limited to compiled object code, generated documentation,
73
+ and conversions to other media types.
74
+
75
+ "Work" shall mean the work of authorship, whether in Source or
76
+ Object form, made available under the License, as indicated by a
77
+ copyright notice that is included in or attached to the work
78
+ (an example is provided in the Appendix below).
79
+
80
+ "Derivative Works" shall mean any work, whether in Source or Object
81
+ form, that is based on (or derived from) the Work and for which the
82
+ editorial revisions, annotations, elaborations, or other modifications
83
+ represent, as a whole, an original work of authorship. For the purposes
84
+ of this License, Derivative Works shall not include works that remain
85
+ separable from, or merely link (or bind by name) to the interfaces of,
86
+ the Work and Derivative Works thereof.
87
+
88
+ "Contribution" shall mean any work of authorship, including
89
+ the original version of the Work and any modifications or additions
90
+ to that Work or Derivative Works thereof, that is intentionally
91
+ submitted to Licensor for inclusion in the Work by the copyright owner
92
+ or by an individual or Legal Entity authorized to submit on behalf of
93
+ the copyright owner. For the purposes of this definition, "submitted"
94
+ means any form of electronic, verbal, or written communication sent
95
+ to the Licensor or its representatives, including but not limited to
96
+ communication on electronic mailing lists, source code control systems,
97
+ and issue tracking systems that are managed by, or on behalf of, the
98
+ Licensor for the purpose of discussing and improving the Work, but
99
+ excluding communication that is conspicuously marked or otherwise
100
+ designated in writing by the copyright owner as "Not a Contribution."
101
+
102
+ "Contributor" shall mean Licensor and any individual or Legal Entity
103
+ on behalf of whom a Contribution has been received by Licensor and
104
+ subsequently incorporated within the Work.
105
+
106
+ 2. Grant of Copyright License. Subject to the terms and conditions of
107
+ this License, each Contributor hereby grants to You a perpetual,
108
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
109
+ copyright license to reproduce, prepare Derivative Works of,
110
+ publicly display, publicly perform, sublicense, and distribute the
111
+ Work and such Derivative Works in Source or Object form.
112
+
113
+ 3. Grant of Patent License. Subject to the terms and conditions of
114
+ this License, each Contributor hereby grants to You a perpetual,
115
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
116
+ (except as stated in this section) patent license to make, have made,
117
+ use, offer to sell, sell, import, and otherwise transfer the Work,
118
+ where such license applies only to those patent claims licensable
119
+ by such Contributor that are necessarily infringed by their
120
+ Contribution(s) alone or by combination of their Contribution(s)
121
+ with the Work to which such Contribution(s) was submitted. If You
122
+ institute patent litigation against any entity (including a
123
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
124
+ or a Contribution incorporated within the Work constitutes direct
125
+ or contributory patent infringement, then any patent licenses
126
+ granted to You under this License for that Work shall terminate
127
+ as of the date such litigation is filed.
128
+
129
+ 4. Redistribution. You may reproduce and distribute copies of the
130
+ Work or Derivative Works thereof in any medium, with or without
131
+ modifications, and in Source or Object form, provided that You
132
+ meet the following conditions:
133
+
134
+ (a) You must give any other recipients of the Work or
135
+ Derivative Works a copy of this License; and
136
+
137
+ (b) You must cause any modified files to carry prominent notices
138
+ stating that You changed the files; and
139
+
140
+ (c) You must retain, in the Source form of any Derivative Works
141
+ that You distribute, all copyright, patent, trademark, and
142
+ attribution notices from the Source form of the Work,
143
+ excluding those notices that do not pertain to any part of
144
+ the Derivative Works; and
145
+
146
+ (d) If the Work includes a "NOTICE" text file as part of its
147
+ distribution, then any Derivative Works that You distribute must
148
+ include a readable copy of the attribution notices contained
149
+ within such NOTICE file, excluding those notices that do not
150
+ pertain to any part of the Derivative Works, in at least one
151
+ of the following places: within a NOTICE text file distributed
152
+ as part of the Derivative Works; within the Source form or
153
+ documentation, if provided along with the Derivative Works; or,
154
+ within a display generated by the Derivative Works, if and
155
+ wherever such third-party notices normally appear. The contents
156
+ of the NOTICE file are for informational purposes only and
157
+ do not modify the License. You may add Your own attribution
158
+ notices within Derivative Works that You distribute, alongside
159
+ or as an addendum to the NOTICE text from the Work, provided
160
+ that such additional attribution notices cannot be construed
161
+ as modifying the License.
162
+
163
+ You may add Your own copyright statement to Your modifications and
164
+ may provide additional or different license terms and conditions
165
+ for use, reproduction, or distribution of Your modifications, or
166
+ for any such Derivative Works as a whole, provided Your use,
167
+ reproduction, and distribution of the Work otherwise complies with
168
+ the conditions stated in this License.
169
+
170
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
171
+ any Contribution intentionally submitted for inclusion in the Work
172
+ by You to the Licensor shall be under the terms and conditions of
173
+ this License, without any additional terms or conditions.
174
+ Notwithstanding the above, nothing herein shall supersede or modify
175
+ the terms of any separate license agreement you may have executed
176
+ with Licensor regarding such Contributions.
177
+
178
+ 6. Trademarks. This License does not grant permission to use the trade
179
+ names, trademarks, service marks, or product names of the Licensor,
180
+ except as required for reasonable and customary use in describing the
181
+ origin of the Work and reproducing the content of the NOTICE file.
182
+
183
+ 7. Disclaimer of Warranty. Unless required by applicable law or
184
+ agreed to in writing, Licensor provides the Work (and each
185
+ Contributor provides its Contributions) on an "AS IS" BASIS,
186
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
187
+ implied, including, without limitation, any warranties or conditions
188
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
189
+ PARTICULAR PURPOSE. You are solely responsible for determining the
190
+ appropriateness of using or redistributing the Work and assume any
191
+ risks associated with Your exercise of permissions under this License.
192
+
193
+ 8. Limitation of Liability. In no event and under no legal theory,
194
+ whether in tort (including negligence), contract, or otherwise,
195
+ unless required by applicable law (such as deliberate and grossly
196
+ negligent acts) or agreed to in writing, shall any Contributor be
197
+ liable to You for damages, including any direct, indirect, special,
198
+ incidental, or consequential damages of any character arising as a
199
+ result of this License or out of the use or inability to use the
200
+ Work (including but not limited to damages for loss of goodwill,
201
+ work stoppage, computer failure or malfunction, or any and all
202
+ other commercial damages or losses), even if such Contributor
203
+ has been advised of the possibility of such damages.
204
+
205
+ 9. Accepting Warranty or Additional Liability. While redistributing
206
+ the Work or Derivative Works thereof, You may choose to offer,
207
+ and charge a fee for, acceptance of support, warranty, indemnity,
208
+ or other liability obligations and/or rights consistent with this
209
+ License. However, in accepting such obligations, You may act only
210
+ on Your own behalf and on Your sole responsibility, not on behalf
211
+ of any other Contributor, and only if You agree to indemnify,
212
+ defend, and hold each Contributor harmless for any liability
213
+ incurred by, or claims asserted against, such Contributor by reason
214
+ of your accepting any such warranty or additional liability.
215
+
216
+ END OF TERMS AND CONDITIONS
217
+
218
+ APPENDIX: How to apply the Apache License to your work.
219
+
220
+ To apply the Apache License to your work, attach the following
221
+ boilerplate notice, with the fields enclosed by brackets "{}"
222
+ replaced with your own identifying information. (Don't include
223
+ the brackets!) The text should be enclosed in the appropriate
224
+ comment syntax for the file format. We also recommend that a
225
+ file or class name and description of purpose be included on the
226
+ same "printed page" as the copyright notice for easier
227
+ identification within third-party archives.
228
+
229
+ Copyright 2016-2022 The CRoaring authors
230
+
231
+ Licensed under the Apache License, Version 2.0 (the "License");
232
+ you may not use this file except in compliance with the License.
233
+ You may obtain a copy of the License at
234
+
235
+ http://www.apache.org/licenses/LICENSE-2.0
236
+
237
+ Unless required by applicable law or agreed to in writing, software
238
+ distributed under the License is distributed on an "AS IS" BASIS,
239
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
240
+ See the License for the specific language governing permissions and
241
+ limitations under the License.
242
+
243
+ -----------------------------------
244
+
245
+ MIT License
246
+
247
+ Copyright 2016-2022 The CRoaring authors
248
+
249
+ Permission is hereby granted, free of charge, to any
250
+ person obtaining a copy of this software and associated
251
+ documentation files (the "Software"), to deal in the
252
+ Software without restriction, including without
253
+ limitation the rights to use, copy, modify, merge,
254
+ publish, distribute, sublicense, and/or sell copies of
255
+ the Software, and to permit persons to whom the Software
256
+ is furnished to do so, subject to the following
257
+ conditions:
258
+
259
+ The above copyright notice and this permission notice
260
+ shall be included in all copies or substantial portions
261
+ of the Software.
262
+
263
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
264
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
265
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
266
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
267
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
268
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
269
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
270
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
271
+ DEALINGS IN THE SOFTWARE.
272
+ ```
273
+
274
+ ---
275
+
276
+ ## LevelDB 1.23
277
+
278
+ - 路径:`vendor/engine-cpp/third_party/leveldb-1.23`
279
+ - 许可:BSD-3-Clause
280
+
281
+ ### vendor/engine-cpp/third_party/leveldb-1.23/LICENSE
282
+
283
+ ```
284
+ Copyright (c) 2011 The LevelDB Authors. All rights reserved.
285
+
286
+ Redistribution and use in source and binary forms, with or without
287
+ modification, are permitted provided that the following conditions are
288
+ met:
289
+
290
+ * Redistributions of source code must retain the above copyright
291
+ notice, this list of conditions and the following disclaimer.
292
+ * Redistributions in binary form must reproduce the above
293
+ copyright notice, this list of conditions and the following disclaimer
294
+ in the documentation and/or other materials provided with the
295
+ distribution.
296
+ * Neither the name of Google Inc. nor the names of its
297
+ contributors may be used to endorse or promote products derived from
298
+ this software without specific prior written permission.
299
+
300
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
301
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
302
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
303
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
304
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
305
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
306
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
307
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
308
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
309
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
310
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
311
+ ```
312
+
313
+ ---
314
+
315
+ ## RapidJSON
316
+
317
+ - 路径:`vendor/engine-cpp/third_party/rapidjson`
318
+ - 许可:MIT(含 BSD/JSON 条款,见全文)
319
+
320
+ ### vendor/engine-cpp/third_party/rapidjson/LICENSE
321
+
322
+ ```
323
+ Tencent is pleased to support the open source community by making RapidJSON available.
324
+
325
+ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
326
+
327
+ If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
328
+ If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
329
+ A copy of the MIT License is included in this file.
330
+
331
+ Other dependencies and licenses:
332
+
333
+ Open Source Software Licensed Under the BSD License:
334
+ --------------------------------------------------------------------
335
+
336
+ The msinttypes r29
337
+ Copyright (c) 2006-2013 Alexander Chemeris
338
+ All rights reserved.
339
+
340
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
341
+
342
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
343
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
344
+ * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
345
+
346
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
347
+
348
+ Open Source Software Licensed Under the JSON License:
349
+ --------------------------------------------------------------------
350
+
351
+ json.org
352
+ Copyright (c) 2002 JSON.org
353
+ All Rights Reserved.
354
+
355
+ JSON_checker
356
+ Copyright (c) 2002 JSON.org
357
+ All Rights Reserved.
358
+
359
+
360
+ Terms of the JSON License:
361
+ ---------------------------------------------------
362
+
363
+ 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:
364
+
365
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
366
+
367
+ The Software shall be used for Good, not Evil.
368
+
369
+ 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.
370
+
371
+
372
+ Terms of the MIT License:
373
+ --------------------------------------------------------------------
374
+
375
+ 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:
376
+
377
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
378
+
379
+ 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.
380
+ ```
381
+
382
+ ---
383
+
384
+ ## spdlog 1.14.1
385
+
386
+ - 路径:`vendor/engine-cpp/third_party/spdlog-1.14.1`
387
+ - 许可:MIT
388
+
389
+ ### vendor/engine-cpp/third_party/spdlog-1.14.1/LICENSE
390
+
391
+ ```
392
+ The MIT License (MIT)
393
+
394
+ Copyright (c) 2016 Gabi Melman.
395
+
396
+ Permission is hereby granted, free of charge, to any person obtaining a copy
397
+ of this software and associated documentation files (the "Software"), to deal
398
+ in the Software without restriction, including without limitation the rights
399
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
400
+ copies of the Software, and to permit persons to whom the Software is
401
+ furnished to do so, subject to the following conditions:
402
+
403
+ The above copyright notice and this permission notice shall be included in
404
+ all copies or substantial portions of the Software.
405
+
406
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
407
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
408
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
409
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
410
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
411
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
412
+ THE SOFTWARE.
413
+
414
+ -- NOTE: Third party dependency used by this software --
415
+ This software depends on the fmt lib (MIT License),
416
+ and users must comply to its license: https://raw.githubusercontent.com/fmtlib/fmt/master/LICENSE
417
+ ```
418
+
419
+ ---
420
+
421
+ ## KRL(Kunpeng Retrieval Library,Huawei)—— ARM NEON 距离函数
422
+
423
+ - 路径:`vendor/engine-cpp/third_party/krl`
424
+ - 许可:Apache-2.0
425
+ - 说明:上游许可已核实(2026-09-13):华为鲲鹏官方文档明确 'KRL is licensed under the Apache 2.0 License, which allows modification and redistribution of derivative works as open source.'(https://www.hikunpeng.com/document/detail/en/boostsra/kretl/kretl/docs/en/krl/README.md,文档本身 CC BY 4.0)。仓内 src/*.cpp 亦带 'SPDX-License-Identifier: Apache-2.0' 与 'Adapted from KRL' 标注;include/*.h 保留的 Huawei 'All rights reserved' 是上游文件的样板声明,与项目声明的许可不一致,以官方许可声明为准。该组件仅在 ARM 构建中链接(x86 走引擎自带 SSE/AVX 路径)。
426
+
427
+ ### vendor/engine-cpp/third_party/croaring/LICENSE(Apache-2.0 标准文本)
428
+
429
+ ```
430
+ The CRoaring project is under a dual license (Apache/MIT).
431
+ Users of the library may choose one or the other license.
432
+
433
+ ------------------
434
+
435
+ Apache License
436
+ Version 2.0, January 2004
437
+ http://www.apache.org/licenses/
438
+
439
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
440
+
441
+ 1. Definitions.
442
+
443
+ "License" shall mean the terms and conditions for use, reproduction,
444
+ and distribution as defined by Sections 1 through 9 of this document.
445
+
446
+ "Licensor" shall mean the copyright owner or entity authorized by
447
+ the copyright owner that is granting the License.
448
+
449
+ "Legal Entity" shall mean the union of the acting entity and all
450
+ other entities that control, are controlled by, or are under common
451
+ control with that entity. For the purposes of this definition,
452
+ "control" means (i) the power, direct or indirect, to cause the
453
+ direction or management of such entity, whether by contract or
454
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
455
+ outstanding shares, or (iii) beneficial ownership of such entity.
456
+
457
+ "You" (or "Your") shall mean an individual or Legal Entity
458
+ exercising permissions granted by this License.
459
+
460
+ "Source" form shall mean the preferred form for making modifications,
461
+ including but not limited to software source code, documentation
462
+ source, and configuration files.
463
+
464
+ "Object" form shall mean any form resulting from mechanical
465
+ transformation or translation of a Source form, including but
466
+ not limited to compiled object code, generated documentation,
467
+ and conversions to other media types.
468
+
469
+ "Work" shall mean the work of authorship, whether in Source or
470
+ Object form, made available under the License, as indicated by a
471
+ copyright notice that is included in or attached to the work
472
+ (an example is provided in the Appendix below).
473
+
474
+ "Derivative Works" shall mean any work, whether in Source or Object
475
+ form, that is based on (or derived from) the Work and for which the
476
+ editorial revisions, annotations, elaborations, or other modifications
477
+ represent, as a whole, an original work of authorship. For the purposes
478
+ of this License, Derivative Works shall not include works that remain
479
+ separable from, or merely link (or bind by name) to the interfaces of,
480
+ the Work and Derivative Works thereof.
481
+
482
+ "Contribution" shall mean any work of authorship, including
483
+ the original version of the Work and any modifications or additions
484
+ to that Work or Derivative Works thereof, that is intentionally
485
+ submitted to Licensor for inclusion in the Work by the copyright owner
486
+ or by an individual or Legal Entity authorized to submit on behalf of
487
+ the copyright owner. For the purposes of this definition, "submitted"
488
+ means any form of electronic, verbal, or written communication sent
489
+ to the Licensor or its representatives, including but not limited to
490
+ communication on electronic mailing lists, source code control systems,
491
+ and issue tracking systems that are managed by, or on behalf of, the
492
+ Licensor for the purpose of discussing and improving the Work, but
493
+ excluding communication that is conspicuously marked or otherwise
494
+ designated in writing by the copyright owner as "Not a Contribution."
495
+
496
+ "Contributor" shall mean Licensor and any individual or Legal Entity
497
+ on behalf of whom a Contribution has been received by Licensor and
498
+ subsequently incorporated within the Work.
499
+
500
+ 2. Grant of Copyright License. Subject to the terms and conditions of
501
+ this License, each Contributor hereby grants to You a perpetual,
502
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
503
+ copyright license to reproduce, prepare Derivative Works of,
504
+ publicly display, publicly perform, sublicense, and distribute the
505
+ Work and such Derivative Works in Source or Object form.
506
+
507
+ 3. Grant of Patent License. Subject to the terms and conditions of
508
+ this License, each Contributor hereby grants to You a perpetual,
509
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
510
+ (except as stated in this section) patent license to make, have made,
511
+ use, offer to sell, sell, import, and otherwise transfer the Work,
512
+ where such license applies only to those patent claims licensable
513
+ by such Contributor that are necessarily infringed by their
514
+ Contribution(s) alone or by combination of their Contribution(s)
515
+ with the Work to which such Contribution(s) was submitted. If You
516
+ institute patent litigation against any entity (including a
517
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
518
+ or a Contribution incorporated within the Work constitutes direct
519
+ or contributory patent infringement, then any patent licenses
520
+ granted to You under this License for that Work shall terminate
521
+ as of the date such litigation is filed.
522
+
523
+ 4. Redistribution. You may reproduce and distribute copies of the
524
+ Work or Derivative Works thereof in any medium, with or without
525
+ modifications, and in Source or Object form, provided that You
526
+ meet the following conditions:
527
+
528
+ (a) You must give any other recipients of the Work or
529
+ Derivative Works a copy of this License; and
530
+
531
+ (b) You must cause any modified files to carry prominent notices
532
+ stating that You changed the files; and
533
+
534
+ (c) You must retain, in the Source form of any Derivative Works
535
+ that You distribute, all copyright, patent, trademark, and
536
+ attribution notices from the Source form of the Work,
537
+ excluding those notices that do not pertain to any part of
538
+ the Derivative Works; and
539
+
540
+ (d) If the Work includes a "NOTICE" text file as part of its
541
+ distribution, then any Derivative Works that You distribute must
542
+ include a readable copy of the attribution notices contained
543
+ within such NOTICE file, excluding those notices that do not
544
+ pertain to any part of the Derivative Works, in at least one
545
+ of the following places: within a NOTICE text file distributed
546
+ as part of the Derivative Works; within the Source form or
547
+ documentation, if provided along with the Derivative Works; or,
548
+ within a display generated by the Derivative Works, if and
549
+ wherever such third-party notices normally appear. The contents
550
+ of the NOTICE file are for informational purposes only and
551
+ do not modify the License. You may add Your own attribution
552
+ notices within Derivative Works that You distribute, alongside
553
+ or as an addendum to the NOTICE text from the Work, provided
554
+ that such additional attribution notices cannot be construed
555
+ as modifying the License.
556
+
557
+ You may add Your own copyright statement to Your modifications and
558
+ may provide additional or different license terms and conditions
559
+ for use, reproduction, or distribution of Your modifications, or
560
+ for any such Derivative Works as a whole, provided Your use,
561
+ reproduction, and distribution of the Work otherwise complies with
562
+ the conditions stated in this License.
563
+
564
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
565
+ any Contribution intentionally submitted for inclusion in the Work
566
+ by You to the Licensor shall be under the terms and conditions of
567
+ this License, without any additional terms or conditions.
568
+ Notwithstanding the above, nothing herein shall supersede or modify
569
+ the terms of any separate license agreement you may have executed
570
+ with Licensor regarding such Contributions.
571
+
572
+ 6. Trademarks. This License does not grant permission to use the trade
573
+ names, trademarks, service marks, or product names of the Licensor,
574
+ except as required for reasonable and customary use in describing the
575
+ origin of the Work and reproducing the content of the NOTICE file.
576
+
577
+ 7. Disclaimer of Warranty. Unless required by applicable law or
578
+ agreed to in writing, Licensor provides the Work (and each
579
+ Contributor provides its Contributions) on an "AS IS" BASIS,
580
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
581
+ implied, including, without limitation, any warranties or conditions
582
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
583
+ PARTICULAR PURPOSE. You are solely responsible for determining the
584
+ appropriateness of using or redistributing the Work and assume any
585
+ risks associated with Your exercise of permissions under this License.
586
+
587
+ 8. Limitation of Liability. In no event and under no legal theory,
588
+ whether in tort (including negligence), contract, or otherwise,
589
+ unless required by applicable law (such as deliberate and grossly
590
+ negligent acts) or agreed to in writing, shall any Contributor be
591
+ liable to You for damages, including any direct, indirect, special,
592
+ incidental, or consequential damages of any character arising as a
593
+ result of this License or out of the use or inability to use the
594
+ Work (including but not limited to damages for loss of goodwill,
595
+ work stoppage, computer failure or malfunction, or any and all
596
+ other commercial damages or losses), even if such Contributor
597
+ has been advised of the possibility of such damages.
598
+
599
+ 9. Accepting Warranty or Additional Liability. While redistributing
600
+ the Work or Derivative Works thereof, You may choose to offer,
601
+ and charge a fee for, acceptance of support, warranty, indemnity,
602
+ or other liability obligations and/or rights consistent with this
603
+ License. However, in accepting such obligations, You may act only
604
+ on Your own behalf and on Your sole responsibility, not on behalf
605
+ of any other Contributor, and only if You agree to indemnify,
606
+ defend, and hold each Contributor harmless for any liability
607
+ incurred by, or claims asserted against, such Contributor by reason
608
+ of your accepting any such warranty or additional liability.
609
+
610
+ END OF TERMS AND CONDITIONS
611
+
612
+ APPENDIX: How to apply the Apache License to your work.
613
+
614
+ To apply the Apache License to your work, attach the following
615
+ boilerplate notice, with the fields enclosed by brackets "{}"
616
+ replaced with your own identifying information. (Don't include
617
+ the brackets!) The text should be enclosed in the appropriate
618
+ comment syntax for the file format. We also recommend that a
619
+ file or class name and description of purpose be included on the
620
+ same "printed page" as the copyright notice for easier
621
+ identification within third-party archives.
622
+
623
+ Copyright 2016-2022 The CRoaring authors
624
+
625
+ Licensed under the Apache License, Version 2.0 (the "License");
626
+ you may not use this file except in compliance with the License.
627
+ You may obtain a copy of the License at
628
+
629
+ http://www.apache.org/licenses/LICENSE-2.0
630
+
631
+ Unless required by applicable law or agreed to in writing, software
632
+ distributed under the License is distributed on an "AS IS" BASIS,
633
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
634
+ See the License for the specific language governing permissions and
635
+ limitations under the License.
636
+
637
+ -----------------------------------
638
+
639
+ MIT License
640
+
641
+ Copyright 2016-2022 The CRoaring authors
642
+
643
+ Permission is hereby granted, free of charge, to any
644
+ person obtaining a copy of this software and associated
645
+ documentation files (the "Software"), to deal in the
646
+ Software without restriction, including without
647
+ limitation the rights to use, copy, modify, merge,
648
+ publish, distribute, sublicense, and/or sell copies of
649
+ the Software, and to permit persons to whom the Software
650
+ is furnished to do so, subject to the following
651
+ conditions:
652
+
653
+ The above copyright notice and this permission notice
654
+ shall be included in all copies or substantial portions
655
+ of the Software.
656
+
657
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
658
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
659
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
660
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
661
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
662
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
663
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
664
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
665
+ DEALINGS IN THE SOFTWARE.
666
+ ```
667
+
668
+ ---
669
+
670
+ ## ring(Rust 密码学 crate,含 BoringSSL 派生代码)
671
+
672
+ - 路径:`vendor/ring-0.17.14`
673
+ - 许可:ISC(新代码)+ BoringSSL 许可 + 其它条款
674
+
675
+ ### vendor/ring-0.17.14/LICENSE
676
+
677
+ ```
678
+ *ring* uses an "ISC" license, like BoringSSL used to use, for new code
679
+ files. See LICENSE-other-bits for the text of that license.
680
+
681
+ See LICENSE-BoringSSL for code that was sourced from BoringSSL under the
682
+ Apache 2.0 license. Some code that was sourced from BoringSSL under the ISC
683
+ license. In each case, the license info is at the top of the file.
684
+
685
+ See src/polyfill/once_cell/LICENSE-APACHE and src/polyfill/once_cell/LICENSE-MIT
686
+ for the license to code that was sourced from the once_cell project.
687
+ ```
688
+
689
+ ### vendor/ring-0.17.14/LICENSE-BoringSSL
690
+
691
+ ```
692
+
693
+ Apache License
694
+ Version 2.0, January 2004
695
+ http://www.apache.org/licenses/
696
+
697
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
698
+
699
+ 1. Definitions.
700
+
701
+ "License" shall mean the terms and conditions for use, reproduction,
702
+ and distribution as defined by Sections 1 through 9 of this document.
703
+
704
+ "Licensor" shall mean the copyright owner or entity authorized by
705
+ the copyright owner that is granting the License.
706
+
707
+ "Legal Entity" shall mean the union of the acting entity and all
708
+ other entities that control, are controlled by, or are under common
709
+ control with that entity. For the purposes of this definition,
710
+ "control" means (i) the power, direct or indirect, to cause the
711
+ direction or management of such entity, whether by contract or
712
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
713
+ outstanding shares, or (iii) beneficial ownership of such entity.
714
+
715
+ "You" (or "Your") shall mean an individual or Legal Entity
716
+ exercising permissions granted by this License.
717
+
718
+ "Source" form shall mean the preferred form for making modifications,
719
+ including but not limited to software source code, documentation
720
+ source, and configuration files.
721
+
722
+ "Object" form shall mean any form resulting from mechanical
723
+ transformation or translation of a Source form, including but
724
+ not limited to compiled object code, generated documentation,
725
+ and conversions to other media types.
726
+
727
+ "Work" shall mean the work of authorship, whether in Source or
728
+ Object form, made available under the License, as indicated by a
729
+ copyright notice that is included in or attached to the work
730
+ (an example is provided in the Appendix below).
731
+
732
+ "Derivative Works" shall mean any work, whether in Source or Object
733
+ form, that is based on (or derived from) the Work and for which the
734
+ editorial revisions, annotations, elaborations, or other modifications
735
+ represent, as a whole, an original work of authorship. For the purposes
736
+ of this License, Derivative Works shall not include works that remain
737
+ separable from, or merely link (or bind by name) to the interfaces of,
738
+ the Work and Derivative Works thereof.
739
+
740
+ "Contribution" shall mean any work of authorship, including
741
+ the original version of the Work and any modifications or additions
742
+ to that Work or Derivative Works thereof, that is intentionally
743
+ submitted to Licensor for inclusion in the Work by the copyright owner
744
+ or by an individual or Legal Entity authorized to submit on behalf of
745
+ the copyright owner. For the purposes of this definition, "submitted"
746
+ means any form of electronic, verbal, or written communication sent
747
+ to the Licensor or its representatives, including but not limited to
748
+ communication on electronic mailing lists, source code control systems,
749
+ and issue tracking systems that are managed by, or on behalf of, the
750
+ Licensor for the purpose of discussing and improving the Work, but
751
+ excluding communication that is conspicuously marked or otherwise
752
+ designated in writing by the copyright owner as "Not a Contribution."
753
+
754
+ "Contributor" shall mean Licensor and any individual or Legal Entity
755
+ on behalf of whom a Contribution has been received by Licensor and
756
+ subsequently incorporated within the Work.
757
+
758
+ 2. Grant of Copyright License. Subject to the terms and conditions of
759
+ this License, each Contributor hereby grants to You a perpetual,
760
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
761
+ copyright license to reproduce, prepare Derivative Works of,
762
+ publicly display, publicly perform, sublicense, and distribute the
763
+ Work and such Derivative Works in Source or Object form.
764
+
765
+ 3. Grant of Patent License. Subject to the terms and conditions of
766
+ this License, each Contributor hereby grants to You a perpetual,
767
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
768
+ (except as stated in this section) patent license to make, have made,
769
+ use, offer to sell, sell, import, and otherwise transfer the Work,
770
+ where such license applies only to those patent claims licensable
771
+ by such Contributor that are necessarily infringed by their
772
+ Contribution(s) alone or by combination of their Contribution(s)
773
+ with the Work to which such Contribution(s) was submitted. If You
774
+ institute patent litigation against any entity (including a
775
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
776
+ or a Contribution incorporated within the Work constitutes direct
777
+ or contributory patent infringement, then any patent licenses
778
+ granted to You under this License for that Work shall terminate
779
+ as of the date such litigation is filed.
780
+
781
+ 4. Redistribution. You may reproduce and distribute copies of the
782
+ Work or Derivative Works thereof in any medium, with or without
783
+ modifications, and in Source or Object form, provided that You
784
+ meet the following conditions:
785
+
786
+ (a) You must give any other recipients of the Work or
787
+ Derivative Works a copy of this License; and
788
+
789
+ (b) You must cause any modified files to carry prominent notices
790
+ stating that You changed the files; and
791
+
792
+ (c) You must retain, in the Source form of any Derivative Works
793
+ that You distribute, all copyright, patent, trademark, and
794
+ attribution notices from the Source form of the Work,
795
+ excluding those notices that do not pertain to any part of
796
+ the Derivative Works; and
797
+
798
+ (d) If the Work includes a "NOTICE" text file as part of its
799
+ distribution, then any Derivative Works that You distribute must
800
+ include a readable copy of the attribution notices contained
801
+ within such NOTICE file, excluding those notices that do not
802
+ pertain to any part of the Derivative Works, in at least one
803
+ of the following places: within a NOTICE text file distributed
804
+ as part of the Derivative Works; within the Source form or
805
+ documentation, if provided along with the Derivative Works; or,
806
+ within a display generated by the Derivative Works, if and
807
+ wherever such third-party notices normally appear. The contents
808
+ of the NOTICE file are for informational purposes only and
809
+ do not modify the License. You may add Your own attribution
810
+ notices within Derivative Works that You distribute, alongside
811
+ or as an addendum to the NOTICE text from the Work, provided
812
+ that such additional attribution notices cannot be construed
813
+ as modifying the License.
814
+
815
+ You may add Your own copyright statement to Your modifications and
816
+ may provide additional or different license terms and conditions
817
+ for use, reproduction, or distribution of Your modifications, or
818
+ for any such Derivative Works as a whole, provided Your use,
819
+ reproduction, and distribution of the Work otherwise complies with
820
+ the conditions stated in this License.
821
+
822
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
823
+ any Contribution intentionally submitted for inclusion in the Work
824
+ by You to the Licensor shall be under the terms and conditions of
825
+ this License, without any additional terms or conditions.
826
+ Notwithstanding the above, nothing herein shall supersede or modify
827
+ the terms of any separate license agreement you may have executed
828
+ with Licensor regarding such Contributions.
829
+
830
+ 6. Trademarks. This License does not grant permission to use the trade
831
+ names, trademarks, service marks, or product names of the Licensor,
832
+ except as required for reasonable and customary use in describing the
833
+ origin of the Work and reproducing the content of the NOTICE file.
834
+
835
+ 7. Disclaimer of Warranty. Unless required by applicable law or
836
+ agreed to in writing, Licensor provides the Work (and each
837
+ Contributor provides its Contributions) on an "AS IS" BASIS,
838
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
839
+ implied, including, without limitation, any warranties or conditions
840
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
841
+ PARTICULAR PURPOSE. You are solely responsible for determining the
842
+ appropriateness of using or redistributing the Work and assume any
843
+ risks associated with Your exercise of permissions under this License.
844
+
845
+ 8. Limitation of Liability. In no event and under no legal theory,
846
+ whether in tort (including negligence), contract, or otherwise,
847
+ unless required by applicable law (such as deliberate and grossly
848
+ negligent acts) or agreed to in writing, shall any Contributor be
849
+ liable to You for damages, including any direct, indirect, special,
850
+ incidental, or consequential damages of any character arising as a
851
+ result of this License or out of the use or inability to use the
852
+ Work (including but not limited to damages for loss of goodwill,
853
+ work stoppage, computer failure or malfunction, or any and all
854
+ other commercial damages or losses), even if such Contributor
855
+ has been advised of the possibility of such damages.
856
+
857
+ 9. Accepting Warranty or Additional Liability. While redistributing
858
+ the Work or Derivative Works thereof, You may choose to offer,
859
+ and charge a fee for, acceptance of support, warranty, indemnity,
860
+ or other liability obligations and/or rights consistent with this
861
+ License. However, in accepting such obligations, You may act only
862
+ on Your own behalf and on Your sole responsibility, not on behalf
863
+ of any other Contributor, and only if You agree to indemnify,
864
+ defend, and hold each Contributor harmless for any liability
865
+ incurred by, or claims asserted against, such Contributor by reason
866
+ of your accepting any such warranty or additional liability.
867
+
868
+ END OF TERMS AND CONDITIONS
869
+
870
+ APPENDIX: How to apply the Apache License to your work.
871
+
872
+ To apply the Apache License to your work, attach the following
873
+ boilerplate notice, with the fields enclosed by brackets "[]"
874
+ replaced with your own identifying information. (Don't include
875
+ the brackets!) The text should be enclosed in the appropriate
876
+ comment syntax for the file format. We also recommend that a
877
+ file or class name and description of purpose be included on the
878
+ same "printed page" as the copyright notice for easier
879
+ identification within third-party archives.
880
+
881
+ Copyright [yyyy] [name of copyright owner]
882
+
883
+ Licensed under the Apache License, Version 2.0 (the "License");
884
+ you may not use this file except in compliance with the License.
885
+ You may obtain a copy of the License at
886
+
887
+ http://www.apache.org/licenses/LICENSE-2.0
888
+
889
+ Unless required by applicable law or agreed to in writing, software
890
+ distributed under the License is distributed on an "AS IS" BASIS,
891
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
892
+ See the License for the specific language governing permissions and
893
+ limitations under the License.
894
+
895
+
896
+ Licenses for support code
897
+ -------------------------
898
+
899
+ Parts of the TLS test suite are under the Go license. This code is not included
900
+ in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
901
+ distributing code linked against BoringSSL does not trigger this license:
902
+
903
+ Copyright (c) 2009 The Go Authors. All rights reserved.
904
+
905
+ Redistribution and use in source and binary forms, with or without
906
+ modification, are permitted provided that the following conditions are
907
+ met:
908
+
909
+ * Redistributions of source code must retain the above copyright
910
+ notice, this list of conditions and the following disclaimer.
911
+ * Redistributions in binary form must reproduce the above
912
+ copyright notice, this list of conditions and the following disclaimer
913
+ in the documentation and/or other materials provided with the
914
+ distribution.
915
+ * Neither the name of Google Inc. nor the names of its
916
+ contributors may be used to endorse or promote products derived from
917
+ this software without specific prior written permission.
918
+
919
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
920
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
921
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
922
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
923
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
924
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
925
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
926
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
927
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
928
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
929
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
930
+
931
+
932
+ BoringSSL uses the Chromium test infrastructure to run a continuous build,
933
+ trybots etc. The scripts which manage this, and the script for generating build
934
+ metadata, are under the Chromium license. Distributing code linked against
935
+ BoringSSL does not trigger this license.
936
+
937
+ Copyright 2015 The Chromium Authors. All rights reserved.
938
+
939
+ Redistribution and use in source and binary forms, with or without
940
+ modification, are permitted provided that the following conditions are
941
+ met:
942
+
943
+ * Redistributions of source code must retain the above copyright
944
+ notice, this list of conditions and the following disclaimer.
945
+ * Redistributions in binary form must reproduce the above
946
+ copyright notice, this list of conditions and the following disclaimer
947
+ in the documentation and/or other materials provided with the
948
+ distribution.
949
+ * Neither the name of Google Inc. nor the names of its
950
+ contributors may be used to endorse or promote products derived from
951
+ this software without specific prior written permission.
952
+
953
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
954
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
955
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
956
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
957
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
958
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
959
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
960
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
961
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
962
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
963
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
964
+ ```
965
+
966
+ ### vendor/ring-0.17.14/LICENSE-other-bits
967
+
968
+ ```
969
+ Copyright 2015-2025 Brian Smith.
970
+
971
+ Permission to use, copy, modify, and/or distribute this software for any
972
+ purpose with or without fee is hereby granted, provided that the above
973
+ copyright notice and this permission notice appear in all copies.
974
+
975
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
976
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
977
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
978
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
979
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
980
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
981
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
982
+ ```