tokenizers 0.5.4-x86_64-linux-musl → 0.5.5-x86_64-linux-musl

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.
@@ -18,15 +18,11 @@ bitflags v1.3.2
18
18
  https://github.com/bitflags/bitflags
19
19
  MIT/Apache-2.0
20
20
 
21
- bitflags v2.6.0
21
+ bitflags v2.9.0
22
22
  https://github.com/bitflags/bitflags
23
23
  MIT OR Apache-2.0
24
24
 
25
- byteorder v1.5.0
26
- https://github.com/BurntSushi/byteorder
27
- Unlicense OR MIT
28
-
29
- cc v1.2.6
25
+ cc v1.2.21
30
26
  https://github.com/rust-lang/cc-rs
31
27
  MIT OR Apache-2.0
32
28
 
@@ -42,7 +38,7 @@ clang-sys v1.8.1
42
38
  https://github.com/KyleMayes/clang-sys
43
39
  Apache-2.0
44
40
 
45
- console v0.15.10
41
+ console v0.15.11
46
42
  https://github.com/console-rs/console
47
43
  MIT
48
44
 
@@ -58,15 +54,15 @@ crossbeam-utils v0.8.21
58
54
  https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
59
55
  MIT OR Apache-2.0
60
56
 
61
- darling v0.20.10
57
+ darling v0.20.11
62
58
  https://github.com/TedDriggs/darling
63
59
  MIT
64
60
 
65
- darling_core v0.20.10
61
+ darling_core v0.20.11
66
62
  https://github.com/TedDriggs/darling
67
63
  MIT
68
64
 
69
- darling_macro v0.20.10
65
+ darling_macro v0.20.11
70
66
  https://github.com/TedDriggs/darling
71
67
  MIT
72
68
 
@@ -82,7 +78,7 @@ derive_builder_macro v0.20.2
82
78
  https://github.com/colin-kiegel/rust-derive-builder
83
79
  MIT OR Apache-2.0
84
80
 
85
- either v1.13.0
81
+ either v1.15.0
86
82
  https://github.com/rayon-rs/either
87
83
  MIT OR Apache-2.0
88
84
 
@@ -94,7 +90,7 @@ fnv v1.0.7
94
90
  https://github.com/servo/rust-fnv
95
91
  Apache-2.0 / MIT
96
92
 
97
- getrandom v0.2.15
93
+ getrandom v0.2.16
98
94
  https://github.com/rust-random/getrandom
99
95
  MIT OR Apache-2.0
100
96
 
@@ -106,7 +102,7 @@ ident_case v1.0.1
106
102
  https://github.com/TedDriggs/ident_case
107
103
  MIT/Apache-2.0
108
104
 
109
- indicatif v0.17.9
105
+ indicatif v0.17.11
110
106
  https://github.com/console-rs/indicatif
111
107
  MIT
112
108
 
@@ -118,7 +114,11 @@ itertools v0.12.1
118
114
  https://github.com/rust-itertools/itertools
119
115
  MIT OR Apache-2.0
120
116
 
121
- itoa v1.0.14
117
+ itertools v0.13.0
118
+ https://github.com/rust-itertools/itertools
119
+ MIT OR Apache-2.0
120
+
121
+ itoa v1.0.15
122
122
  https://github.com/dtolnay/itoa
123
123
  MIT OR Apache-2.0
124
124
 
@@ -130,7 +130,7 @@ lazycell v1.3.0
130
130
  https://github.com/indiv0/lazycell
131
131
  MIT/Apache-2.0
132
132
 
133
- libc v0.2.169
133
+ libc v0.2.172
134
134
  https://github.com/rust-lang/libc
135
135
  MIT OR Apache-2.0
136
136
 
@@ -138,7 +138,7 @@ libloading v0.8.6
138
138
  https://github.com/nagisa/rust_libloading/
139
139
  ISC
140
140
 
141
- log v0.4.22
141
+ log v0.4.27
142
142
  https://github.com/rust-lang/log
143
143
  MIT OR Apache-2.0
144
144
 
@@ -166,11 +166,11 @@ minimal-lexical v0.2.1
166
166
  https://github.com/Alexhuszagh/minimal-lexical
167
167
  MIT/Apache-2.0
168
168
 
169
- monostate v0.1.13
169
+ monostate v0.1.14
170
170
  https://github.com/dtolnay/monostate
171
171
  MIT OR Apache-2.0
172
172
 
173
- monostate-impl v0.1.13
173
+ monostate-impl v0.1.14
174
174
  https://github.com/dtolnay/monostate
175
175
  MIT OR Apache-2.0
176
176
 
@@ -182,7 +182,7 @@ number_prefix v0.4.0
182
182
  https://github.com/ogham/rust-number-prefix
183
183
  MIT
184
184
 
185
- once_cell v1.20.2
185
+ once_cell v1.21.3
186
186
  https://github.com/matklad/once_cell
187
187
  MIT OR Apache-2.0
188
188
 
@@ -198,23 +198,23 @@ paste v1.0.15
198
198
  https://github.com/dtolnay/paste
199
199
  MIT OR Apache-2.0
200
200
 
201
- pkg-config v0.3.31
201
+ pkg-config v0.3.32
202
202
  https://github.com/rust-lang/pkg-config-rs
203
203
  MIT OR Apache-2.0
204
204
 
205
- portable-atomic v1.10.0
205
+ portable-atomic v1.11.0
206
206
  https://github.com/taiki-e/portable-atomic
207
207
  Apache-2.0 OR MIT
208
208
 
209
- ppv-lite86 v0.2.20
209
+ ppv-lite86 v0.2.21
210
210
  https://github.com/cryptocorrosion/cryptocorrosion
211
- MIT/Apache-2.0
211
+ MIT OR Apache-2.0
212
212
 
213
- proc-macro2 v1.0.92
213
+ proc-macro2 v1.0.95
214
214
  https://github.com/dtolnay/proc-macro2
215
215
  MIT OR Apache-2.0
216
216
 
217
- quote v1.0.38
217
+ quote v1.0.40
218
218
  https://github.com/dtolnay/quote
219
219
  MIT OR Apache-2.0
220
220
 
@@ -242,11 +242,11 @@ rayon-core v1.12.1
242
242
  https://github.com/rayon-rs/rayon
243
243
  MIT OR Apache-2.0
244
244
 
245
- rb-sys v0.9.105
245
+ rb-sys v0.9.111
246
246
  https://github.com/oxidize-rb/rb-sys
247
247
  MIT OR Apache-2.0
248
248
 
249
- rb-sys-build v0.9.105
249
+ rb-sys-build v0.9.111
250
250
  https://github.com/oxidize-rb/rb-sys
251
251
  MIT OR Apache-2.0
252
252
 
@@ -270,23 +270,23 @@ rustc-hash v1.1.0
270
270
  https://github.com/rust-lang-nursery/rustc-hash
271
271
  Apache-2.0/MIT
272
272
 
273
- ryu v1.0.18
273
+ ryu v1.0.20
274
274
  https://github.com/dtolnay/ryu
275
275
  Apache-2.0 OR BSL-1.0
276
276
 
277
- seq-macro v0.3.5
277
+ seq-macro v0.3.6
278
278
  https://github.com/dtolnay/seq-macro
279
279
  MIT OR Apache-2.0
280
280
 
281
- serde v1.0.217
281
+ serde v1.0.219
282
282
  https://serde.rs
283
283
  MIT OR Apache-2.0
284
284
 
285
- serde_derive v1.0.217
285
+ serde_derive v1.0.219
286
286
  https://serde.rs
287
287
  MIT OR Apache-2.0
288
288
 
289
- serde_json v1.0.134
289
+ serde_json v1.0.140
290
290
  https://github.com/serde-rs/json
291
291
  MIT OR Apache-2.0
292
292
 
@@ -298,7 +298,7 @@ shlex v1.3.0
298
298
  https://github.com/comex/rust-shlex
299
299
  MIT OR Apache-2.0
300
300
 
301
- smallvec v1.13.2
301
+ smallvec v1.15.0
302
302
  https://github.com/servo/rust-smallvec
303
303
  MIT OR Apache-2.0
304
304
 
@@ -310,23 +310,23 @@ strsim v0.11.1
310
310
  https://github.com/rapidfuzz/strsim-rs
311
311
  MIT
312
312
 
313
- syn v2.0.93
313
+ syn v2.0.101
314
314
  https://github.com/dtolnay/syn
315
315
  MIT OR Apache-2.0
316
316
 
317
- thiserror v1.0.69
317
+ thiserror v2.0.12
318
318
  https://github.com/dtolnay/thiserror
319
319
  MIT OR Apache-2.0
320
320
 
321
- thiserror-impl v1.0.69
321
+ thiserror-impl v2.0.12
322
322
  https://github.com/dtolnay/thiserror
323
323
  MIT OR Apache-2.0
324
324
 
325
- tokenizers v0.21.0
325
+ tokenizers v0.21.1
326
326
  https://github.com/huggingface/tokenizers
327
327
  Apache-2.0
328
328
 
329
- unicode-ident v1.0.14
329
+ unicode-ident v1.0.18
330
330
  https://github.com/dtolnay/unicode-ident
331
331
  (MIT OR Apache-2.0) AND Unicode-3.0
332
332
 
@@ -346,11 +346,7 @@ unicode_categories v0.1.1
346
346
  https://github.com/swgillespie/unicode-categories
347
347
  MIT OR Apache-2.0
348
348
 
349
- zerocopy v0.7.35
350
- https://github.com/google/zerocopy
351
- BSD-2-Clause OR Apache-2.0 OR MIT
352
-
353
- zerocopy-derive v0.7.35
349
+ zerocopy v0.8.25
354
350
  https://github.com/google/zerocopy
355
351
  BSD-2-Clause OR Apache-2.0 OR MIT
356
352
 
@@ -920,7 +916,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
920
916
  DEALINGS IN THE SOFTWARE.
921
917
 
922
918
  ================================================================================
923
- bitflags v2.6.0 LICENSE-APACHE
919
+ bitflags v2.9.0 LICENSE-APACHE
924
920
  ================================================================================
925
921
 
926
922
  Apache License
@@ -1126,7 +1122,7 @@ See the License for the specific language governing permissions and
1126
1122
  limitations under the License.
1127
1123
 
1128
1124
  ================================================================================
1129
- bitflags v2.6.0 LICENSE-MIT
1125
+ bitflags v2.9.0 LICENSE-MIT
1130
1126
  ================================================================================
1131
1127
 
1132
1128
  Copyright (c) 2014 The Rust Project Developers
@@ -1155,69 +1151,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1155
1151
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1156
1152
  DEALINGS IN THE SOFTWARE.
1157
1153
 
1158
- ================================================================================
1159
- byteorder COPYING
1160
- ================================================================================
1161
-
1162
- This project is dual-licensed under the Unlicense and MIT licenses.
1163
-
1164
- You may use this code under the terms of either license.
1165
-
1166
- ================================================================================
1167
- byteorder LICENSE-MIT
1168
- ================================================================================
1169
-
1170
- The MIT License (MIT)
1171
-
1172
- Copyright (c) 2015 Andrew Gallant
1173
-
1174
- Permission is hereby granted, free of charge, to any person obtaining a copy
1175
- of this software and associated documentation files (the "Software"), to deal
1176
- in the Software without restriction, including without limitation the rights
1177
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1178
- copies of the Software, and to permit persons to whom the Software is
1179
- furnished to do so, subject to the following conditions:
1180
-
1181
- The above copyright notice and this permission notice shall be included in
1182
- all copies or substantial portions of the Software.
1183
-
1184
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1185
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1186
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1187
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1188
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1189
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1190
- THE SOFTWARE.
1191
-
1192
- ================================================================================
1193
- byteorder UNLICENSE
1194
- ================================================================================
1195
-
1196
- This is free and unencumbered software released into the public domain.
1197
-
1198
- Anyone is free to copy, modify, publish, use, compile, sell, or
1199
- distribute this software, either in source code form or as a compiled
1200
- binary, for any purpose, commercial or non-commercial, and by any
1201
- means.
1202
-
1203
- In jurisdictions that recognize copyright laws, the author or authors
1204
- of this software dedicate any and all copyright interest in the
1205
- software to the public domain. We make this dedication for the benefit
1206
- of the public at large and to the detriment of our heirs and
1207
- successors. We intend this dedication to be an overt act of
1208
- relinquishment in perpetuity of all present and future rights to this
1209
- software under copyright law.
1210
-
1211
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1212
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1213
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1214
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1215
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1216
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1217
- OTHER DEALINGS IN THE SOFTWARE.
1218
-
1219
- For more information, please refer to <http://unlicense.org/>
1220
-
1221
1154
  ================================================================================
1222
1155
  cc LICENSE-APACHE
1223
1156
  ================================================================================
@@ -5326,7 +5259,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5326
5259
  DEALINGS IN THE SOFTWARE.
5327
5260
 
5328
5261
  ================================================================================
5329
- itoa LICENSE-APACHE
5262
+ itertools v0.13.0 LICENSE-APACHE
5330
5263
  ================================================================================
5331
5264
 
5332
5265
  Apache License
@@ -5506,10 +5439,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5506
5439
 
5507
5440
  END OF TERMS AND CONDITIONS
5508
5441
 
5442
+ APPENDIX: How to apply the Apache License to your work.
5443
+
5444
+ To apply the Apache License to your work, attach the following
5445
+ boilerplate notice, with the fields enclosed by brackets "[]"
5446
+ replaced with your own identifying information. (Don't include
5447
+ the brackets!) The text should be enclosed in the appropriate
5448
+ comment syntax for the file format. We also recommend that a
5449
+ file or class name and description of purpose be included on the
5450
+ same "printed page" as the copyright notice for easier
5451
+ identification within third-party archives.
5452
+
5453
+ Copyright [yyyy] [name of copyright owner]
5454
+
5455
+ Licensed under the Apache License, Version 2.0 (the "License");
5456
+ you may not use this file except in compliance with the License.
5457
+ You may obtain a copy of the License at
5458
+
5459
+ http://www.apache.org/licenses/LICENSE-2.0
5460
+
5461
+ Unless required by applicable law or agreed to in writing, software
5462
+ distributed under the License is distributed on an "AS IS" BASIS,
5463
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5464
+ See the License for the specific language governing permissions and
5465
+ limitations under the License.
5466
+
5509
5467
  ================================================================================
5510
- itoa LICENSE-MIT
5468
+ itertools v0.13.0 LICENSE-MIT
5511
5469
  ================================================================================
5512
5470
 
5471
+ Copyright (c) 2015
5472
+
5513
5473
  Permission is hereby granted, free of charge, to any
5514
5474
  person obtaining a copy of this software and associated
5515
5475
  documentation files (the "Software"), to deal in the
@@ -5535,7 +5495,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5535
5495
  DEALINGS IN THE SOFTWARE.
5536
5496
 
5537
5497
  ================================================================================
5538
- lazy_static LICENSE-APACHE
5498
+ itoa LICENSE-APACHE
5539
5499
  ================================================================================
5540
5500
 
5541
5501
  Apache License
@@ -5715,37 +5675,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5715
5675
 
5716
5676
  END OF TERMS AND CONDITIONS
5717
5677
 
5718
- APPENDIX: How to apply the Apache License to your work.
5719
-
5720
- To apply the Apache License to your work, attach the following
5721
- boilerplate notice, with the fields enclosed by brackets "[]"
5722
- replaced with your own identifying information. (Don't include
5723
- the brackets!) The text should be enclosed in the appropriate
5724
- comment syntax for the file format. We also recommend that a
5725
- file or class name and description of purpose be included on the
5726
- same "printed page" as the copyright notice for easier
5727
- identification within third-party archives.
5728
-
5729
- Copyright [yyyy] [name of copyright owner]
5730
-
5731
- Licensed under the Apache License, Version 2.0 (the "License");
5732
- you may not use this file except in compliance with the License.
5733
- You may obtain a copy of the License at
5734
-
5735
- http://www.apache.org/licenses/LICENSE-2.0
5736
-
5737
- Unless required by applicable law or agreed to in writing, software
5738
- distributed under the License is distributed on an "AS IS" BASIS,
5739
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5740
- See the License for the specific language governing permissions and
5741
- limitations under the License.
5742
-
5743
5678
  ================================================================================
5744
- lazy_static LICENSE-MIT
5679
+ itoa LICENSE-MIT
5745
5680
  ================================================================================
5746
5681
 
5747
- Copyright (c) 2010 The Rust Project Developers
5748
-
5749
5682
  Permission is hereby granted, free of charge, to any
5750
5683
  person obtaining a copy of this software and associated
5751
5684
  documentation files (the "Software"), to deal in the
@@ -5771,7 +5704,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5771
5704
  DEALINGS IN THE SOFTWARE.
5772
5705
 
5773
5706
  ================================================================================
5774
- lazycell LICENSE-APACHE
5707
+ lazy_static LICENSE-APACHE
5775
5708
  ================================================================================
5776
5709
 
5777
5710
  Apache License
@@ -5977,11 +5910,10 @@ See the License for the specific language governing permissions and
5977
5910
  limitations under the License.
5978
5911
 
5979
5912
  ================================================================================
5980
- lazycell LICENSE-MIT
5913
+ lazy_static LICENSE-MIT
5981
5914
  ================================================================================
5982
5915
 
5983
- Original work Copyright (c) 2014 The Rust Project Developers
5984
- Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
5916
+ Copyright (c) 2010 The Rust Project Developers
5985
5917
 
5986
5918
  Permission is hereby granted, free of charge, to any
5987
5919
  person obtaining a copy of this software and associated
@@ -6008,7 +5940,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6008
5940
  DEALINGS IN THE SOFTWARE.
6009
5941
 
6010
5942
  ================================================================================
6011
- libc LICENSE-APACHE
5943
+ lazycell LICENSE-APACHE
6012
5944
  ================================================================================
6013
5945
 
6014
5946
  Apache License
@@ -6188,11 +6120,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6188
6120
 
6189
6121
  END OF TERMS AND CONDITIONS
6190
6122
 
6123
+ APPENDIX: How to apply the Apache License to your work.
6124
+
6125
+ To apply the Apache License to your work, attach the following
6126
+ boilerplate notice, with the fields enclosed by brackets "[]"
6127
+ replaced with your own identifying information. (Don't include
6128
+ the brackets!) The text should be enclosed in the appropriate
6129
+ comment syntax for the file format. We also recommend that a
6130
+ file or class name and description of purpose be included on the
6131
+ same "printed page" as the copyright notice for easier
6132
+ identification within third-party archives.
6133
+
6134
+ Copyright [yyyy] [name of copyright owner]
6135
+
6136
+ Licensed under the Apache License, Version 2.0 (the "License");
6137
+ you may not use this file except in compliance with the License.
6138
+ You may obtain a copy of the License at
6139
+
6140
+ http://www.apache.org/licenses/LICENSE-2.0
6141
+
6142
+ Unless required by applicable law or agreed to in writing, software
6143
+ distributed under the License is distributed on an "AS IS" BASIS,
6144
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6145
+ See the License for the specific language governing permissions and
6146
+ limitations under the License.
6147
+
6191
6148
  ================================================================================
6192
- libc LICENSE-MIT
6149
+ lazycell LICENSE-MIT
6193
6150
  ================================================================================
6194
6151
 
6195
- Copyright (c) 2014-2020 The Rust Project Developers
6152
+ Original work Copyright (c) 2014 The Rust Project Developers
6153
+ Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
6196
6154
 
6197
6155
  Permission is hereby granted, free of charge, to any
6198
6156
  person obtaining a copy of this software and associated
@@ -6219,24 +6177,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6219
6177
  DEALINGS IN THE SOFTWARE.
6220
6178
 
6221
6179
  ================================================================================
6222
- libloading LICENSE
6223
- ================================================================================
6224
-
6225
- Copyright © 2015, Simonas Kazlauskas
6226
-
6227
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6228
- fee is hereby granted, provided that the above copyright notice and this permission notice appear
6229
- in all copies.
6230
-
6231
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
6232
- SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
6233
- AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6234
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
6235
- NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6236
- THIS SOFTWARE.
6237
-
6238
- ================================================================================
6239
- log LICENSE-APACHE
6180
+ libc LICENSE-APACHE
6240
6181
  ================================================================================
6241
6182
 
6242
6183
  Apache License
@@ -6416,36 +6357,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6416
6357
 
6417
6358
  END OF TERMS AND CONDITIONS
6418
6359
 
6419
- APPENDIX: How to apply the Apache License to your work.
6420
-
6421
- To apply the Apache License to your work, attach the following
6422
- boilerplate notice, with the fields enclosed by brackets "[]"
6423
- replaced with your own identifying information. (Don't include
6424
- the brackets!) The text should be enclosed in the appropriate
6425
- comment syntax for the file format. We also recommend that a
6426
- file or class name and description of purpose be included on the
6427
- same "printed page" as the copyright notice for easier
6428
- identification within third-party archives.
6429
-
6430
- Copyright [yyyy] [name of copyright owner]
6431
-
6432
- Licensed under the Apache License, Version 2.0 (the "License");
6433
- you may not use this file except in compliance with the License.
6434
- You may obtain a copy of the License at
6435
-
6436
- http://www.apache.org/licenses/LICENSE-2.0
6437
-
6438
- Unless required by applicable law or agreed to in writing, software
6439
- distributed under the License is distributed on an "AS IS" BASIS,
6440
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6441
- See the License for the specific language governing permissions and
6442
- limitations under the License.
6443
-
6444
6360
  ================================================================================
6445
- log LICENSE-MIT
6361
+ libc LICENSE-MIT
6446
6362
  ================================================================================
6447
6363
 
6448
- Copyright (c) 2014 The Rust Project Developers
6364
+ Copyright (c) 2014-2020 The Rust Project Developers
6449
6365
 
6450
6366
  Permission is hereby granted, free of charge, to any
6451
6367
  person obtaining a copy of this software and associated
@@ -6472,35 +6388,288 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6472
6388
  DEALINGS IN THE SOFTWARE.
6473
6389
 
6474
6390
  ================================================================================
6475
- macro_rules_attribute LICENSE-APACHE
6391
+ libloading LICENSE
6476
6392
  ================================================================================
6477
6393
 
6478
- Apache License
6479
- Version 2.0, January 2004
6480
- http://www.apache.org/licenses/
6394
+ Copyright © 2015, Simonas Kazlauskas
6481
6395
 
6482
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6396
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6397
+ fee is hereby granted, provided that the above copyright notice and this permission notice appear
6398
+ in all copies.
6483
6399
 
6484
- 1. Definitions.
6400
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
6401
+ SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
6402
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6403
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
6404
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6405
+ THIS SOFTWARE.
6485
6406
 
6486
- "License" shall mean the terms and conditions for use, reproduction,
6487
- and distribution as defined by Sections 1 through 9 of this document.
6407
+ ================================================================================
6408
+ log LICENSE-APACHE
6409
+ ================================================================================
6488
6410
 
6489
- "Licensor" shall mean the copyright owner or entity authorized by
6490
- the copyright owner that is granting the License.
6411
+ Apache License
6412
+ Version 2.0, January 2004
6413
+ http://www.apache.org/licenses/
6491
6414
 
6492
- "Legal Entity" shall mean the union of the acting entity and all
6493
- other entities that control, are controlled by, or are under common
6494
- control with that entity. For the purposes of this definition,
6495
- "control" means (i) the power, direct or indirect, to cause the
6496
- direction or management of such entity, whether by contract or
6497
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
6498
- outstanding shares, or (iii) beneficial ownership of such entity.
6415
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6499
6416
 
6500
- "You" (or "Your") shall mean an individual or Legal Entity
6501
- exercising permissions granted by this License.
6417
+ 1. Definitions.
6502
6418
 
6503
- "Source" form shall mean the preferred form for making modifications,
6419
+ "License" shall mean the terms and conditions for use, reproduction,
6420
+ and distribution as defined by Sections 1 through 9 of this document.
6421
+
6422
+ "Licensor" shall mean the copyright owner or entity authorized by
6423
+ the copyright owner that is granting the License.
6424
+
6425
+ "Legal Entity" shall mean the union of the acting entity and all
6426
+ other entities that control, are controlled by, or are under common
6427
+ control with that entity. For the purposes of this definition,
6428
+ "control" means (i) the power, direct or indirect, to cause the
6429
+ direction or management of such entity, whether by contract or
6430
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
6431
+ outstanding shares, or (iii) beneficial ownership of such entity.
6432
+
6433
+ "You" (or "Your") shall mean an individual or Legal Entity
6434
+ exercising permissions granted by this License.
6435
+
6436
+ "Source" form shall mean the preferred form for making modifications,
6437
+ including but not limited to software source code, documentation
6438
+ source, and configuration files.
6439
+
6440
+ "Object" form shall mean any form resulting from mechanical
6441
+ transformation or translation of a Source form, including but
6442
+ not limited to compiled object code, generated documentation,
6443
+ and conversions to other media types.
6444
+
6445
+ "Work" shall mean the work of authorship, whether in Source or
6446
+ Object form, made available under the License, as indicated by a
6447
+ copyright notice that is included in or attached to the work
6448
+ (an example is provided in the Appendix below).
6449
+
6450
+ "Derivative Works" shall mean any work, whether in Source or Object
6451
+ form, that is based on (or derived from) the Work and for which the
6452
+ editorial revisions, annotations, elaborations, or other modifications
6453
+ represent, as a whole, an original work of authorship. For the purposes
6454
+ of this License, Derivative Works shall not include works that remain
6455
+ separable from, or merely link (or bind by name) to the interfaces of,
6456
+ the Work and Derivative Works thereof.
6457
+
6458
+ "Contribution" shall mean any work of authorship, including
6459
+ the original version of the Work and any modifications or additions
6460
+ to that Work or Derivative Works thereof, that is intentionally
6461
+ submitted to Licensor for inclusion in the Work by the copyright owner
6462
+ or by an individual or Legal Entity authorized to submit on behalf of
6463
+ the copyright owner. For the purposes of this definition, "submitted"
6464
+ means any form of electronic, verbal, or written communication sent
6465
+ to the Licensor or its representatives, including but not limited to
6466
+ communication on electronic mailing lists, source code control systems,
6467
+ and issue tracking systems that are managed by, or on behalf of, the
6468
+ Licensor for the purpose of discussing and improving the Work, but
6469
+ excluding communication that is conspicuously marked or otherwise
6470
+ designated in writing by the copyright owner as "Not a Contribution."
6471
+
6472
+ "Contributor" shall mean Licensor and any individual or Legal Entity
6473
+ on behalf of whom a Contribution has been received by Licensor and
6474
+ subsequently incorporated within the Work.
6475
+
6476
+ 2. Grant of Copyright License. Subject to the terms and conditions of
6477
+ this License, each Contributor hereby grants to You a perpetual,
6478
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6479
+ copyright license to reproduce, prepare Derivative Works of,
6480
+ publicly display, publicly perform, sublicense, and distribute the
6481
+ Work and such Derivative Works in Source or Object form.
6482
+
6483
+ 3. Grant of Patent License. Subject to the terms and conditions of
6484
+ this License, each Contributor hereby grants to You a perpetual,
6485
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6486
+ (except as stated in this section) patent license to make, have made,
6487
+ use, offer to sell, sell, import, and otherwise transfer the Work,
6488
+ where such license applies only to those patent claims licensable
6489
+ by such Contributor that are necessarily infringed by their
6490
+ Contribution(s) alone or by combination of their Contribution(s)
6491
+ with the Work to which such Contribution(s) was submitted. If You
6492
+ institute patent litigation against any entity (including a
6493
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
6494
+ or a Contribution incorporated within the Work constitutes direct
6495
+ or contributory patent infringement, then any patent licenses
6496
+ granted to You under this License for that Work shall terminate
6497
+ as of the date such litigation is filed.
6498
+
6499
+ 4. Redistribution. You may reproduce and distribute copies of the
6500
+ Work or Derivative Works thereof in any medium, with or without
6501
+ modifications, and in Source or Object form, provided that You
6502
+ meet the following conditions:
6503
+
6504
+ (a) You must give any other recipients of the Work or
6505
+ Derivative Works a copy of this License; and
6506
+
6507
+ (b) You must cause any modified files to carry prominent notices
6508
+ stating that You changed the files; and
6509
+
6510
+ (c) You must retain, in the Source form of any Derivative Works
6511
+ that You distribute, all copyright, patent, trademark, and
6512
+ attribution notices from the Source form of the Work,
6513
+ excluding those notices that do not pertain to any part of
6514
+ the Derivative Works; and
6515
+
6516
+ (d) If the Work includes a "NOTICE" text file as part of its
6517
+ distribution, then any Derivative Works that You distribute must
6518
+ include a readable copy of the attribution notices contained
6519
+ within such NOTICE file, excluding those notices that do not
6520
+ pertain to any part of the Derivative Works, in at least one
6521
+ of the following places: within a NOTICE text file distributed
6522
+ as part of the Derivative Works; within the Source form or
6523
+ documentation, if provided along with the Derivative Works; or,
6524
+ within a display generated by the Derivative Works, if and
6525
+ wherever such third-party notices normally appear. The contents
6526
+ of the NOTICE file are for informational purposes only and
6527
+ do not modify the License. You may add Your own attribution
6528
+ notices within Derivative Works that You distribute, alongside
6529
+ or as an addendum to the NOTICE text from the Work, provided
6530
+ that such additional attribution notices cannot be construed
6531
+ as modifying the License.
6532
+
6533
+ You may add Your own copyright statement to Your modifications and
6534
+ may provide additional or different license terms and conditions
6535
+ for use, reproduction, or distribution of Your modifications, or
6536
+ for any such Derivative Works as a whole, provided Your use,
6537
+ reproduction, and distribution of the Work otherwise complies with
6538
+ the conditions stated in this License.
6539
+
6540
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
6541
+ any Contribution intentionally submitted for inclusion in the Work
6542
+ by You to the Licensor shall be under the terms and conditions of
6543
+ this License, without any additional terms or conditions.
6544
+ Notwithstanding the above, nothing herein shall supersede or modify
6545
+ the terms of any separate license agreement you may have executed
6546
+ with Licensor regarding such Contributions.
6547
+
6548
+ 6. Trademarks. This License does not grant permission to use the trade
6549
+ names, trademarks, service marks, or product names of the Licensor,
6550
+ except as required for reasonable and customary use in describing the
6551
+ origin of the Work and reproducing the content of the NOTICE file.
6552
+
6553
+ 7. Disclaimer of Warranty. Unless required by applicable law or
6554
+ agreed to in writing, Licensor provides the Work (and each
6555
+ Contributor provides its Contributions) on an "AS IS" BASIS,
6556
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6557
+ implied, including, without limitation, any warranties or conditions
6558
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6559
+ PARTICULAR PURPOSE. You are solely responsible for determining the
6560
+ appropriateness of using or redistributing the Work and assume any
6561
+ risks associated with Your exercise of permissions under this License.
6562
+
6563
+ 8. Limitation of Liability. In no event and under no legal theory,
6564
+ whether in tort (including negligence), contract, or otherwise,
6565
+ unless required by applicable law (such as deliberate and grossly
6566
+ negligent acts) or agreed to in writing, shall any Contributor be
6567
+ liable to You for damages, including any direct, indirect, special,
6568
+ incidental, or consequential damages of any character arising as a
6569
+ result of this License or out of the use or inability to use the
6570
+ Work (including but not limited to damages for loss of goodwill,
6571
+ work stoppage, computer failure or malfunction, or any and all
6572
+ other commercial damages or losses), even if such Contributor
6573
+ has been advised of the possibility of such damages.
6574
+
6575
+ 9. Accepting Warranty or Additional Liability. While redistributing
6576
+ the Work or Derivative Works thereof, You may choose to offer,
6577
+ and charge a fee for, acceptance of support, warranty, indemnity,
6578
+ or other liability obligations and/or rights consistent with this
6579
+ License. However, in accepting such obligations, You may act only
6580
+ on Your own behalf and on Your sole responsibility, not on behalf
6581
+ of any other Contributor, and only if You agree to indemnify,
6582
+ defend, and hold each Contributor harmless for any liability
6583
+ incurred by, or claims asserted against, such Contributor by reason
6584
+ of your accepting any such warranty or additional liability.
6585
+
6586
+ END OF TERMS AND CONDITIONS
6587
+
6588
+ APPENDIX: How to apply the Apache License to your work.
6589
+
6590
+ To apply the Apache License to your work, attach the following
6591
+ boilerplate notice, with the fields enclosed by brackets "[]"
6592
+ replaced with your own identifying information. (Don't include
6593
+ the brackets!) The text should be enclosed in the appropriate
6594
+ comment syntax for the file format. We also recommend that a
6595
+ file or class name and description of purpose be included on the
6596
+ same "printed page" as the copyright notice for easier
6597
+ identification within third-party archives.
6598
+
6599
+ Copyright [yyyy] [name of copyright owner]
6600
+
6601
+ Licensed under the Apache License, Version 2.0 (the "License");
6602
+ you may not use this file except in compliance with the License.
6603
+ You may obtain a copy of the License at
6604
+
6605
+ http://www.apache.org/licenses/LICENSE-2.0
6606
+
6607
+ Unless required by applicable law or agreed to in writing, software
6608
+ distributed under the License is distributed on an "AS IS" BASIS,
6609
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6610
+ See the License for the specific language governing permissions and
6611
+ limitations under the License.
6612
+
6613
+ ================================================================================
6614
+ log LICENSE-MIT
6615
+ ================================================================================
6616
+
6617
+ Copyright (c) 2014 The Rust Project Developers
6618
+
6619
+ Permission is hereby granted, free of charge, to any
6620
+ person obtaining a copy of this software and associated
6621
+ documentation files (the "Software"), to deal in the
6622
+ Software without restriction, including without
6623
+ limitation the rights to use, copy, modify, merge,
6624
+ publish, distribute, sublicense, and/or sell copies of
6625
+ the Software, and to permit persons to whom the Software
6626
+ is furnished to do so, subject to the following
6627
+ conditions:
6628
+
6629
+ The above copyright notice and this permission notice
6630
+ shall be included in all copies or substantial portions
6631
+ of the Software.
6632
+
6633
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
6634
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
6635
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
6636
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
6637
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
6638
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
6639
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
6640
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6641
+ DEALINGS IN THE SOFTWARE.
6642
+
6643
+ ================================================================================
6644
+ macro_rules_attribute LICENSE-APACHE
6645
+ ================================================================================
6646
+
6647
+ Apache License
6648
+ Version 2.0, January 2004
6649
+ http://www.apache.org/licenses/
6650
+
6651
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6652
+
6653
+ 1. Definitions.
6654
+
6655
+ "License" shall mean the terms and conditions for use, reproduction,
6656
+ and distribution as defined by Sections 1 through 9 of this document.
6657
+
6658
+ "Licensor" shall mean the copyright owner or entity authorized by
6659
+ the copyright owner that is granting the License.
6660
+
6661
+ "Legal Entity" shall mean the union of the acting entity and all
6662
+ other entities that control, are controlled by, or are under common
6663
+ control with that entity. For the purposes of this definition,
6664
+ "control" means (i) the power, direct or indirect, to cause the
6665
+ direction or management of such entity, whether by contract or
6666
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
6667
+ outstanding shares, or (iii) beneficial ownership of such entity.
6668
+
6669
+ "You" (or "Your") shall mean an individual or Legal Entity
6670
+ exercising permissions granted by this License.
6671
+
6672
+ "Source" form shall mean the preferred form for making modifications,
6504
6673
  including but not limited to software source code, documentation
6505
6674
  source, and configuration files.
6506
6675
 
@@ -16619,479 +16788,3 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
16619
16788
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16620
16789
  DEALINGS IN THE SOFTWARE.
16621
16790
 
16622
-
16623
- ================================================================================
16624
- zerocopy src/third_party/rust/LICENSE-APACHE
16625
- ================================================================================
16626
-
16627
- Apache License
16628
- Version 2.0, January 2004
16629
- http://www.apache.org/licenses/
16630
-
16631
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16632
-
16633
- 1. Definitions.
16634
-
16635
- "License" shall mean the terms and conditions for use, reproduction,
16636
- and distribution as defined by Sections 1 through 9 of this document.
16637
-
16638
- "Licensor" shall mean the copyright owner or entity authorized by
16639
- the copyright owner that is granting the License.
16640
-
16641
- "Legal Entity" shall mean the union of the acting entity and all
16642
- other entities that control, are controlled by, or are under common
16643
- control with that entity. For the purposes of this definition,
16644
- "control" means (i) the power, direct or indirect, to cause the
16645
- direction or management of such entity, whether by contract or
16646
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
16647
- outstanding shares, or (iii) beneficial ownership of such entity.
16648
-
16649
- "You" (or "Your") shall mean an individual or Legal Entity
16650
- exercising permissions granted by this License.
16651
-
16652
- "Source" form shall mean the preferred form for making modifications,
16653
- including but not limited to software source code, documentation
16654
- source, and configuration files.
16655
-
16656
- "Object" form shall mean any form resulting from mechanical
16657
- transformation or translation of a Source form, including but
16658
- not limited to compiled object code, generated documentation,
16659
- and conversions to other media types.
16660
-
16661
- "Work" shall mean the work of authorship, whether in Source or
16662
- Object form, made available under the License, as indicated by a
16663
- copyright notice that is included in or attached to the work
16664
- (an example is provided in the Appendix below).
16665
-
16666
- "Derivative Works" shall mean any work, whether in Source or Object
16667
- form, that is based on (or derived from) the Work and for which the
16668
- editorial revisions, annotations, elaborations, or other modifications
16669
- represent, as a whole, an original work of authorship. For the purposes
16670
- of this License, Derivative Works shall not include works that remain
16671
- separable from, or merely link (or bind by name) to the interfaces of,
16672
- the Work and Derivative Works thereof.
16673
-
16674
- "Contribution" shall mean any work of authorship, including
16675
- the original version of the Work and any modifications or additions
16676
- to that Work or Derivative Works thereof, that is intentionally
16677
- submitted to Licensor for inclusion in the Work by the copyright owner
16678
- or by an individual or Legal Entity authorized to submit on behalf of
16679
- the copyright owner. For the purposes of this definition, "submitted"
16680
- means any form of electronic, verbal, or written communication sent
16681
- to the Licensor or its representatives, including but not limited to
16682
- communication on electronic mailing lists, source code control systems,
16683
- and issue tracking systems that are managed by, or on behalf of, the
16684
- Licensor for the purpose of discussing and improving the Work, but
16685
- excluding communication that is conspicuously marked or otherwise
16686
- designated in writing by the copyright owner as "Not a Contribution."
16687
-
16688
- "Contributor" shall mean Licensor and any individual or Legal Entity
16689
- on behalf of whom a Contribution has been received by Licensor and
16690
- subsequently incorporated within the Work.
16691
-
16692
- 2. Grant of Copyright License. Subject to the terms and conditions of
16693
- this License, each Contributor hereby grants to You a perpetual,
16694
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16695
- copyright license to reproduce, prepare Derivative Works of,
16696
- publicly display, publicly perform, sublicense, and distribute the
16697
- Work and such Derivative Works in Source or Object form.
16698
-
16699
- 3. Grant of Patent License. Subject to the terms and conditions of
16700
- this License, each Contributor hereby grants to You a perpetual,
16701
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16702
- (except as stated in this section) patent license to make, have made,
16703
- use, offer to sell, sell, import, and otherwise transfer the Work,
16704
- where such license applies only to those patent claims licensable
16705
- by such Contributor that are necessarily infringed by their
16706
- Contribution(s) alone or by combination of their Contribution(s)
16707
- with the Work to which such Contribution(s) was submitted. If You
16708
- institute patent litigation against any entity (including a
16709
- cross-claim or counterclaim in a lawsuit) alleging that the Work
16710
- or a Contribution incorporated within the Work constitutes direct
16711
- or contributory patent infringement, then any patent licenses
16712
- granted to You under this License for that Work shall terminate
16713
- as of the date such litigation is filed.
16714
-
16715
- 4. Redistribution. You may reproduce and distribute copies of the
16716
- Work or Derivative Works thereof in any medium, with or without
16717
- modifications, and in Source or Object form, provided that You
16718
- meet the following conditions:
16719
-
16720
- (a) You must give any other recipients of the Work or
16721
- Derivative Works a copy of this License; and
16722
-
16723
- (b) You must cause any modified files to carry prominent notices
16724
- stating that You changed the files; and
16725
-
16726
- (c) You must retain, in the Source form of any Derivative Works
16727
- that You distribute, all copyright, patent, trademark, and
16728
- attribution notices from the Source form of the Work,
16729
- excluding those notices that do not pertain to any part of
16730
- the Derivative Works; and
16731
-
16732
- (d) If the Work includes a "NOTICE" text file as part of its
16733
- distribution, then any Derivative Works that You distribute must
16734
- include a readable copy of the attribution notices contained
16735
- within such NOTICE file, excluding those notices that do not
16736
- pertain to any part of the Derivative Works, in at least one
16737
- of the following places: within a NOTICE text file distributed
16738
- as part of the Derivative Works; within the Source form or
16739
- documentation, if provided along with the Derivative Works; or,
16740
- within a display generated by the Derivative Works, if and
16741
- wherever such third-party notices normally appear. The contents
16742
- of the NOTICE file are for informational purposes only and
16743
- do not modify the License. You may add Your own attribution
16744
- notices within Derivative Works that You distribute, alongside
16745
- or as an addendum to the NOTICE text from the Work, provided
16746
- that such additional attribution notices cannot be construed
16747
- as modifying the License.
16748
-
16749
- You may add Your own copyright statement to Your modifications and
16750
- may provide additional or different license terms and conditions
16751
- for use, reproduction, or distribution of Your modifications, or
16752
- for any such Derivative Works as a whole, provided Your use,
16753
- reproduction, and distribution of the Work otherwise complies with
16754
- the conditions stated in this License.
16755
-
16756
- 5. Submission of Contributions. Unless You explicitly state otherwise,
16757
- any Contribution intentionally submitted for inclusion in the Work
16758
- by You to the Licensor shall be under the terms and conditions of
16759
- this License, without any additional terms or conditions.
16760
- Notwithstanding the above, nothing herein shall supersede or modify
16761
- the terms of any separate license agreement you may have executed
16762
- with Licensor regarding such Contributions.
16763
-
16764
- 6. Trademarks. This License does not grant permission to use the trade
16765
- names, trademarks, service marks, or product names of the Licensor,
16766
- except as required for reasonable and customary use in describing the
16767
- origin of the Work and reproducing the content of the NOTICE file.
16768
-
16769
- 7. Disclaimer of Warranty. Unless required by applicable law or
16770
- agreed to in writing, Licensor provides the Work (and each
16771
- Contributor provides its Contributions) on an "AS IS" BASIS,
16772
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16773
- implied, including, without limitation, any warranties or conditions
16774
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
16775
- PARTICULAR PURPOSE. You are solely responsible for determining the
16776
- appropriateness of using or redistributing the Work and assume any
16777
- risks associated with Your exercise of permissions under this License.
16778
-
16779
- 8. Limitation of Liability. In no event and under no legal theory,
16780
- whether in tort (including negligence), contract, or otherwise,
16781
- unless required by applicable law (such as deliberate and grossly
16782
- negligent acts) or agreed to in writing, shall any Contributor be
16783
- liable to You for damages, including any direct, indirect, special,
16784
- incidental, or consequential damages of any character arising as a
16785
- result of this License or out of the use or inability to use the
16786
- Work (including but not limited to damages for loss of goodwill,
16787
- work stoppage, computer failure or malfunction, or any and all
16788
- other commercial damages or losses), even if such Contributor
16789
- has been advised of the possibility of such damages.
16790
-
16791
- 9. Accepting Warranty or Additional Liability. While redistributing
16792
- the Work or Derivative Works thereof, You may choose to offer,
16793
- and charge a fee for, acceptance of support, warranty, indemnity,
16794
- or other liability obligations and/or rights consistent with this
16795
- License. However, in accepting such obligations, You may act only
16796
- on Your own behalf and on Your sole responsibility, not on behalf
16797
- of any other Contributor, and only if You agree to indemnify,
16798
- defend, and hold each Contributor harmless for any liability
16799
- incurred by, or claims asserted against, such Contributor by reason
16800
- of your accepting any such warranty or additional liability.
16801
-
16802
- END OF TERMS AND CONDITIONS
16803
-
16804
- ================================================================================
16805
- zerocopy src/third_party/rust/LICENSE-MIT
16806
- ================================================================================
16807
-
16808
- Permission is hereby granted, free of charge, to any
16809
- person obtaining a copy of this software and associated
16810
- documentation files (the "Software"), to deal in the
16811
- Software without restriction, including without
16812
- limitation the rights to use, copy, modify, merge,
16813
- publish, distribute, sublicense, and/or sell copies of
16814
- the Software, and to permit persons to whom the Software
16815
- is furnished to do so, subject to the following
16816
- conditions:
16817
-
16818
- The above copyright notice and this permission notice
16819
- shall be included in all copies or substantial portions
16820
- of the Software.
16821
-
16822
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
16823
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
16824
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
16825
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
16826
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
16827
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
16828
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
16829
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16830
- DEALINGS IN THE SOFTWARE.
16831
-
16832
- ================================================================================
16833
- zerocopy-derive LICENSE-APACHE
16834
- ================================================================================
16835
-
16836
- Apache License
16837
- Version 2.0, January 2004
16838
- http://www.apache.org/licenses/
16839
-
16840
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16841
-
16842
- 1. Definitions.
16843
-
16844
- "License" shall mean the terms and conditions for use, reproduction,
16845
- and distribution as defined by Sections 1 through 9 of this document.
16846
-
16847
- "Licensor" shall mean the copyright owner or entity authorized by
16848
- the copyright owner that is granting the License.
16849
-
16850
- "Legal Entity" shall mean the union of the acting entity and all
16851
- other entities that control, are controlled by, or are under common
16852
- control with that entity. For the purposes of this definition,
16853
- "control" means (i) the power, direct or indirect, to cause the
16854
- direction or management of such entity, whether by contract or
16855
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
16856
- outstanding shares, or (iii) beneficial ownership of such entity.
16857
-
16858
- "You" (or "Your") shall mean an individual or Legal Entity
16859
- exercising permissions granted by this License.
16860
-
16861
- "Source" form shall mean the preferred form for making modifications,
16862
- including but not limited to software source code, documentation
16863
- source, and configuration files.
16864
-
16865
- "Object" form shall mean any form resulting from mechanical
16866
- transformation or translation of a Source form, including but
16867
- not limited to compiled object code, generated documentation,
16868
- and conversions to other media types.
16869
-
16870
- "Work" shall mean the work of authorship, whether in Source or
16871
- Object form, made available under the License, as indicated by a
16872
- copyright notice that is included in or attached to the work
16873
- (an example is provided in the Appendix below).
16874
-
16875
- "Derivative Works" shall mean any work, whether in Source or Object
16876
- form, that is based on (or derived from) the Work and for which the
16877
- editorial revisions, annotations, elaborations, or other modifications
16878
- represent, as a whole, an original work of authorship. For the purposes
16879
- of this License, Derivative Works shall not include works that remain
16880
- separable from, or merely link (or bind by name) to the interfaces of,
16881
- the Work and Derivative Works thereof.
16882
-
16883
- "Contribution" shall mean any work of authorship, including
16884
- the original version of the Work and any modifications or additions
16885
- to that Work or Derivative Works thereof, that is intentionally
16886
- submitted to Licensor for inclusion in the Work by the copyright owner
16887
- or by an individual or Legal Entity authorized to submit on behalf of
16888
- the copyright owner. For the purposes of this definition, "submitted"
16889
- means any form of electronic, verbal, or written communication sent
16890
- to the Licensor or its representatives, including but not limited to
16891
- communication on electronic mailing lists, source code control systems,
16892
- and issue tracking systems that are managed by, or on behalf of, the
16893
- Licensor for the purpose of discussing and improving the Work, but
16894
- excluding communication that is conspicuously marked or otherwise
16895
- designated in writing by the copyright owner as "Not a Contribution."
16896
-
16897
- "Contributor" shall mean Licensor and any individual or Legal Entity
16898
- on behalf of whom a Contribution has been received by Licensor and
16899
- subsequently incorporated within the Work.
16900
-
16901
- 2. Grant of Copyright License. Subject to the terms and conditions of
16902
- this License, each Contributor hereby grants to You a perpetual,
16903
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16904
- copyright license to reproduce, prepare Derivative Works of,
16905
- publicly display, publicly perform, sublicense, and distribute the
16906
- Work and such Derivative Works in Source or Object form.
16907
-
16908
- 3. Grant of Patent License. Subject to the terms and conditions of
16909
- this License, each Contributor hereby grants to You a perpetual,
16910
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16911
- (except as stated in this section) patent license to make, have made,
16912
- use, offer to sell, sell, import, and otherwise transfer the Work,
16913
- where such license applies only to those patent claims licensable
16914
- by such Contributor that are necessarily infringed by their
16915
- Contribution(s) alone or by combination of their Contribution(s)
16916
- with the Work to which such Contribution(s) was submitted. If You
16917
- institute patent litigation against any entity (including a
16918
- cross-claim or counterclaim in a lawsuit) alleging that the Work
16919
- or a Contribution incorporated within the Work constitutes direct
16920
- or contributory patent infringement, then any patent licenses
16921
- granted to You under this License for that Work shall terminate
16922
- as of the date such litigation is filed.
16923
-
16924
- 4. Redistribution. You may reproduce and distribute copies of the
16925
- Work or Derivative Works thereof in any medium, with or without
16926
- modifications, and in Source or Object form, provided that You
16927
- meet the following conditions:
16928
-
16929
- (a) You must give any other recipients of the Work or
16930
- Derivative Works a copy of this License; and
16931
-
16932
- (b) You must cause any modified files to carry prominent notices
16933
- stating that You changed the files; and
16934
-
16935
- (c) You must retain, in the Source form of any Derivative Works
16936
- that You distribute, all copyright, patent, trademark, and
16937
- attribution notices from the Source form of the Work,
16938
- excluding those notices that do not pertain to any part of
16939
- the Derivative Works; and
16940
-
16941
- (d) If the Work includes a "NOTICE" text file as part of its
16942
- distribution, then any Derivative Works that You distribute must
16943
- include a readable copy of the attribution notices contained
16944
- within such NOTICE file, excluding those notices that do not
16945
- pertain to any part of the Derivative Works, in at least one
16946
- of the following places: within a NOTICE text file distributed
16947
- as part of the Derivative Works; within the Source form or
16948
- documentation, if provided along with the Derivative Works; or,
16949
- within a display generated by the Derivative Works, if and
16950
- wherever such third-party notices normally appear. The contents
16951
- of the NOTICE file are for informational purposes only and
16952
- do not modify the License. You may add Your own attribution
16953
- notices within Derivative Works that You distribute, alongside
16954
- or as an addendum to the NOTICE text from the Work, provided
16955
- that such additional attribution notices cannot be construed
16956
- as modifying the License.
16957
-
16958
- You may add Your own copyright statement to Your modifications and
16959
- may provide additional or different license terms and conditions
16960
- for use, reproduction, or distribution of Your modifications, or
16961
- for any such Derivative Works as a whole, provided Your use,
16962
- reproduction, and distribution of the Work otherwise complies with
16963
- the conditions stated in this License.
16964
-
16965
- 5. Submission of Contributions. Unless You explicitly state otherwise,
16966
- any Contribution intentionally submitted for inclusion in the Work
16967
- by You to the Licensor shall be under the terms and conditions of
16968
- this License, without any additional terms or conditions.
16969
- Notwithstanding the above, nothing herein shall supersede or modify
16970
- the terms of any separate license agreement you may have executed
16971
- with Licensor regarding such Contributions.
16972
-
16973
- 6. Trademarks. This License does not grant permission to use the trade
16974
- names, trademarks, service marks, or product names of the Licensor,
16975
- except as required for reasonable and customary use in describing the
16976
- origin of the Work and reproducing the content of the NOTICE file.
16977
-
16978
- 7. Disclaimer of Warranty. Unless required by applicable law or
16979
- agreed to in writing, Licensor provides the Work (and each
16980
- Contributor provides its Contributions) on an "AS IS" BASIS,
16981
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16982
- implied, including, without limitation, any warranties or conditions
16983
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
16984
- PARTICULAR PURPOSE. You are solely responsible for determining the
16985
- appropriateness of using or redistributing the Work and assume any
16986
- risks associated with Your exercise of permissions under this License.
16987
-
16988
- 8. Limitation of Liability. In no event and under no legal theory,
16989
- whether in tort (including negligence), contract, or otherwise,
16990
- unless required by applicable law (such as deliberate and grossly
16991
- negligent acts) or agreed to in writing, shall any Contributor be
16992
- liable to You for damages, including any direct, indirect, special,
16993
- incidental, or consequential damages of any character arising as a
16994
- result of this License or out of the use or inability to use the
16995
- Work (including but not limited to damages for loss of goodwill,
16996
- work stoppage, computer failure or malfunction, or any and all
16997
- other commercial damages or losses), even if such Contributor
16998
- has been advised of the possibility of such damages.
16999
-
17000
- 9. Accepting Warranty or Additional Liability. While redistributing
17001
- the Work or Derivative Works thereof, You may choose to offer,
17002
- and charge a fee for, acceptance of support, warranty, indemnity,
17003
- or other liability obligations and/or rights consistent with this
17004
- License. However, in accepting such obligations, You may act only
17005
- on Your own behalf and on Your sole responsibility, not on behalf
17006
- of any other Contributor, and only if You agree to indemnify,
17007
- defend, and hold each Contributor harmless for any liability
17008
- incurred by, or claims asserted against, such Contributor by reason
17009
- of your accepting any such warranty or additional liability.
17010
-
17011
- END OF TERMS AND CONDITIONS
17012
-
17013
- APPENDIX: How to apply the Apache License to your work.
17014
-
17015
- To apply the Apache License to your work, attach the following
17016
- boilerplate notice, with the fields enclosed by brackets "[]"
17017
- replaced with your own identifying information. (Don't include
17018
- the brackets!) The text should be enclosed in the appropriate
17019
- comment syntax for the file format. We also recommend that a
17020
- file or class name and description of purpose be included on the
17021
- same "printed page" as the copyright notice for easier
17022
- identification within third-party archives.
17023
-
17024
- Copyright 2023 The Fuchsia Authors
17025
-
17026
- Licensed under the Apache License, Version 2.0 (the "License");
17027
- you may not use this file except in compliance with the License.
17028
- You may obtain a copy of the License at
17029
-
17030
- http://www.apache.org/licenses/LICENSE-2.0
17031
-
17032
- Unless required by applicable law or agreed to in writing, software
17033
- distributed under the License is distributed on an "AS IS" BASIS,
17034
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17035
- See the License for the specific language governing permissions and
17036
- limitations under the License.
17037
-
17038
-
17039
- ================================================================================
17040
- zerocopy-derive LICENSE-BSD
17041
- ================================================================================
17042
-
17043
- Copyright 2019 The Fuchsia Authors.
17044
-
17045
- Redistribution and use in source and binary forms, with or without
17046
- modification, are permitted provided that the following conditions are
17047
- met:
17048
-
17049
- * Redistributions of source code must retain the above copyright
17050
- notice, this list of conditions and the following disclaimer.
17051
- * Redistributions in binary form must reproduce the above
17052
- copyright notice, this list of conditions and the following disclaimer
17053
- in the documentation and/or other materials provided with the
17054
- distribution.
17055
-
17056
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17057
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17058
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17059
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
17060
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
17061
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
17062
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
17063
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
17064
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17065
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17066
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17067
-
17068
- ================================================================================
17069
- zerocopy-derive LICENSE-MIT
17070
- ================================================================================
17071
-
17072
- Copyright 2023 The Fuchsia Authors
17073
-
17074
- Permission is hereby granted, free of charge, to any
17075
- person obtaining a copy of this software and associated
17076
- documentation files (the "Software"), to deal in the
17077
- Software without restriction, including without
17078
- limitation the rights to use, copy, modify, merge,
17079
- publish, distribute, sublicense, and/or sell copies of
17080
- the Software, and to permit persons to whom the Software
17081
- is furnished to do so, subject to the following
17082
- conditions:
17083
-
17084
- The above copyright notice and this permission notice
17085
- shall be included in all copies or substantial portions
17086
- of the Software.
17087
-
17088
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
17089
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
17090
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17091
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
17092
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17093
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17094
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
17095
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17096
- DEALINGS IN THE SOFTWARE.
17097
-