|
1 | 1 | NOTICES AND INFORMATION
|
2 | 2 | Do Not Translate or Localize
|
3 | 3 |
|
4 |
| -This software incorporates material from third parties. Microsoft makes certain |
5 |
| -open source code available at https://3rdpartysource.microsoft.com, or you may |
6 |
| -send a check or money order for US $5.00, including the product name, the open |
7 |
| -source component name, and version number, to: |
| 4 | +This software incorporates material from third parties. |
| 5 | +Microsoft makes certain open source code available at https://3rdpartysource.microsoft.com, |
| 6 | +or you may send a check or money order for US $5.00, including the product name, |
| 7 | +the open source component name, platform, and version number, to: |
8 | 8 |
|
9 | 9 | Source Code Compliance Team
|
10 | 10 | Microsoft Corporation
|
11 | 11 | One Microsoft Way
|
12 | 12 | Redmond, WA 98052
|
13 | 13 | USA
|
14 | 14 |
|
15 |
| -Notwithstanding any other terms, you may reverse engineer this software to the |
16 |
| -extent required to debug changes to any libraries licensed under the GNU Lesser |
17 |
| -General Public License. |
| 15 | +Notwithstanding any other terms, you may reverse engineer this software to the extent |
| 16 | +required to debug changes to any libraries licensed under the GNU Lesser General Public License. |
18 | 17 |
|
19 | 18 |
|
20 | 19 | ------------------- DefinitelyTyped --------------------
|
@@ -200,132 +199,145 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
200 | 199 | MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
201 | 200 | ------------------------------------------------------
|
202 | 201 |
|
| 202 | +--------------------------------------------------------- |
| 203 | + |
| 204 | +github.com/zeebo/xxh3 v1.0.2 - BSD-2-Clause |
| 205 | + |
| 206 | + |
| 207 | +Copyright (c) 2019, Jeff Wendling |
| 208 | +Copyright (c) 2012-2014, Yann Collet |
| 209 | + |
| 210 | +Copyright (c) <year> <owner> . All rights reserved. |
| 211 | + |
| 212 | +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 213 | + |
| 214 | + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
| 215 | + |
| 216 | + 2. 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. |
| 217 | + |
| 218 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER OR 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. |
203 | 219 |
|
204 | 220 | ---------------------------------------------------------
|
205 | 221 |
|
206 |
| -github.com/dlclark/regexp2 v1.11.5 - MIT |
207 |
| -The MIT License (MIT) |
| 222 | +--------------------------------------------------------- |
208 | 223 |
|
209 |
| -Copyright (c) Doug Clark |
| 224 | +golang.org/x/sync v0.16.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang |
| 225 | + |
| 226 | + |
| 227 | +Copyright 2009 The Go Authors |
| 228 | +Copyright 2013 The Go Authors |
| 229 | +Copyright 2016 The Go Authors |
| 230 | +Copyright 2017 The Go Authors |
| 231 | +Copyright 2019 The Go Authors |
| 232 | + |
| 233 | +BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang |
210 | 234 |
|
211 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy |
212 |
| -of this software and associated documentation files (the "Software"), to deal |
213 |
| -in the Software without restriction, including without limitation the rights |
214 |
| -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
215 |
| -copies of the Software, and to permit persons to whom the Software is |
216 |
| -furnished to do so, subject to the following conditions: |
| 235 | +--------------------------------------------------------- |
217 | 236 |
|
218 |
| -The above copyright notice and this permission notice shall be included in all |
219 |
| -copies or substantial portions of the Software. |
| 237 | +--------------------------------------------------------- |
220 | 238 |
|
221 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
222 |
| -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
223 |
| -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
224 |
| -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
225 |
| -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
226 |
| -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
227 |
| -SOFTWARE. |
| 239 | +golang.org/x/sys v0.34.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang |
| 240 | + |
| 241 | + |
| 242 | +Copyright 2009 The Go Authors |
| 243 | +Copyright 2010 The Go Authors |
| 244 | +Copyright 2011 The Go Authors |
| 245 | +Copyright 2012 The Go Authors |
| 246 | +Copyright 2013 The Go Authors |
| 247 | +Copyright 2014 The Go Authors |
| 248 | +Copyright 2015 The Go Authors |
| 249 | +Copyright 2016 The Go Authors |
| 250 | +Copyright 2017 The Go Authors |
| 251 | +Copyright 2018 The Go Authors |
| 252 | +Copyright 2019 The Go Authors |
| 253 | +Copyright 2020 The Go Authors |
| 254 | +Copyright 2021 The Go Authors |
| 255 | +Copyright 2022 The Go Authors |
| 256 | +Copyright 2023 The Go Authors |
| 257 | +Copyright 2024 The Go Authors |
| 258 | +Copyright 2025 The Go Authors |
| 259 | +Copyright 2009,2010 The Go Authors |
| 260 | + |
| 261 | +BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang |
228 | 262 |
|
229 | 263 | ---------------------------------------------------------
|
230 | 264 |
|
231 | 265 | ---------------------------------------------------------
|
232 | 266 |
|
233 |
| -github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 - BSD-3-Clause |
234 |
| - |
235 |
| -Copyright (c) 2020 The Go Authors. All rights reserved. |
236 |
| - |
237 |
| -Redistribution and use in source and binary forms, with or without |
238 |
| -modification, are permitted provided that the following conditions are |
239 |
| -met: |
240 |
| - |
241 |
| - * Redistributions of source code must retain the above copyright |
242 |
| -notice, this list of conditions and the following disclaimer. |
243 |
| - * Redistributions in binary form must reproduce the above |
244 |
| -copyright notice, this list of conditions and the following disclaimer |
245 |
| -in the documentation and/or other materials provided with the |
246 |
| -distribution. |
247 |
| - * Neither the name of Google Inc. nor the names of its |
248 |
| -contributors may be used to endorse or promote products derived from |
249 |
| -this software without specific prior written permission. |
250 |
| - |
251 |
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
252 |
| -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
253 |
| -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
254 |
| -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
255 |
| -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
256 |
| -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
257 |
| -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
258 |
| -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
259 |
| -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
260 |
| -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
261 |
| -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 267 | +golang.org/x/text v0.27.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang |
| 268 | + |
| 269 | + |
| 270 | +(c) (c) A |
| 271 | +(c) AeHa (c) |
| 272 | +(c) EeAoq (c) |
| 273 | +(c) EAiE (c) A |
| 274 | +(c) lEEe (c) AE |
| 275 | +(c) (c) AAEE (c) |
| 276 | +(c) oav!A (c) AY |
| 277 | +(c) aA"AE (c) 1AE (c) |
| 278 | +(c) 1/4, ?i'U CY A$?A CO |
| 279 | +Copyright 2009 The Go Authors |
| 280 | +Copyright 2011 The Go Authors |
| 281 | +Copyright 2012 The Go Authors |
| 282 | +Copyright 2013 The Go Authors |
| 283 | +Copyright 2014 The Go Authors |
| 284 | +Copyright 2015 The Go Authors |
| 285 | +Copyright 2016 The Go Authors |
| 286 | +Copyright 2017 The Go Authors |
| 287 | +Copyright 2018 The Go Authors |
| 288 | +Copyright 2019 The Go Authors |
| 289 | +Copyright 2021 The Go Authors |
| 290 | + |
| 291 | +BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang |
262 | 292 |
|
263 | 293 | ---------------------------------------------------------
|
264 | 294 |
|
265 | 295 | ---------------------------------------------------------
|
266 | 296 |
|
267 |
| -golang.org/x/sync v0.16.0 - BSD-3-Clause |
268 |
| - |
269 |
| -Copyright 2009 The Go Authors. |
270 |
| - |
271 |
| -Redistribution and use in source and binary forms, with or without |
272 |
| -modification, are permitted provided that the following conditions are |
273 |
| -met: |
274 |
| - |
275 |
| - * Redistributions of source code must retain the above copyright |
276 |
| -notice, this list of conditions and the following disclaimer. |
277 |
| - * Redistributions in binary form must reproduce the above |
278 |
| -copyright notice, this list of conditions and the following disclaimer |
279 |
| -in the documentation and/or other materials provided with the |
280 |
| -distribution. |
281 |
| - * Neither the name of Google LLC nor the names of its |
282 |
| -contributors may be used to endorse or promote products derived from |
283 |
| -this software without specific prior written permission. |
284 |
| - |
285 |
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
286 |
| -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
287 |
| -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
288 |
| -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
289 |
| -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
290 |
| -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
291 |
| -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
292 |
| -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
293 |
| -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
294 |
| -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
295 |
| -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 297 | +github.com/dlclark/regexp2 v1.11.5 - MIT |
| 298 | + |
| 299 | + |
| 300 | +(c) 0, ca Pass. Group |
| 301 | +(c) 0, abc Pass. Group |
| 302 | +(c) 0, abac Pass. Group |
| 303 | +Copyright (c) Doug Clark |
| 304 | +(c) IgnoreCase, ABC Pass. Group |
| 305 | +(c) RightToLeft, abc Pass. Group |
| 306 | +Copyright (c) 2012 The Go Authors |
| 307 | +Copyright (c) Microsoft Corporation |
| 308 | + |
| 309 | +MIT License |
| 310 | + |
| 311 | +Copyright (c) <year> <copyright holders> |
| 312 | + |
| 313 | +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: |
| 314 | + |
| 315 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 316 | + |
| 317 | +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. |
296 | 318 |
|
297 | 319 | ---------------------------------------------------------
|
298 | 320 |
|
299 | 321 | ---------------------------------------------------------
|
300 | 322 |
|
301 |
| -golang.org/x/text v0.27.0 - BSD-3-Clause |
302 |
| - |
303 |
| -Copyright 2009 The Go Authors. |
304 |
| - |
305 |
| -Redistribution and use in source and binary forms, with or without |
306 |
| -modification, are permitted provided that the following conditions are |
307 |
| -met: |
308 |
| - |
309 |
| - * Redistributions of source code must retain the above copyright |
310 |
| -notice, this list of conditions and the following disclaimer. |
311 |
| - * Redistributions in binary form must reproduce the above |
312 |
| -copyright notice, this list of conditions and the following disclaimer |
313 |
| -in the documentation and/or other materials provided with the |
314 |
| -distribution. |
315 |
| - * Neither the name of Google LLC nor the names of its |
316 |
| -contributors may be used to endorse or promote products derived from |
317 |
| -this software without specific prior written permission. |
318 |
| - |
319 |
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
320 |
| -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
321 |
| -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
322 |
| -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
323 |
| -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
324 |
| -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
325 |
| -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
326 |
| -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
327 |
| -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
328 |
| -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
329 |
| -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 323 | +github.com/klauspost/cpuid/v2 v2.0.9 - MIT |
| 324 | + |
| 325 | + |
| 326 | +Copyright (c) 2015 Klaus Post |
| 327 | +Copyright (c) 2020 Klaus Post |
| 328 | +Copyright (c) 2021 Klaus Post |
| 329 | +Copyright 2018 The Go Authors |
| 330 | +Copyright (c) 2015- Klaus Post & Contributors |
| 331 | + |
| 332 | +MIT License |
| 333 | + |
| 334 | +Copyright (c) <year> <copyright holders> |
| 335 | + |
| 336 | +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: |
| 337 | + |
| 338 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 339 | + |
| 340 | +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. |
330 | 341 |
|
331 | 342 | ---------------------------------------------------------
|
| 343 | + |
0 commit comments