red-adbc 1.10.0 → 1.12.0
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.
- checksums.yaml +4 -4
- data/LICENSE.txt +4 -1889
- data/NOTICE.txt +1 -1
- data/README.md +1 -1
- data/lib/adbc/connection-operations.rb +1 -1
- data/lib/adbc/database.rb +2 -1
- data/lib/adbc/version.rb +1 -1
- metadata +9 -4
data/LICENSE.txt
CHANGED
|
@@ -271,8 +271,8 @@ All rights reserved.
|
|
|
271
271
|
|
|
272
272
|
--------------------------------------------------------------------------------
|
|
273
273
|
|
|
274
|
-
|
|
275
|
-
|
|
274
|
+
The files under c/vendor/fmt contain code from {fmt}.
|
|
275
|
+
{fmt} is under the MIT license:
|
|
276
276
|
|
|
277
277
|
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
|
|
278
278
|
|
|
@@ -297,43 +297,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
297
297
|
|
|
298
298
|
--------------------------------------------------------------------------------
|
|
299
299
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
PATENTS weak patent termination clause
|
|
303
|
-
(https://github.com/golang/go/blob/master/PATENTS).
|
|
304
|
-
|
|
305
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
306
|
-
|
|
307
|
-
Redistribution and use in source and binary forms, with or without
|
|
308
|
-
modification, are permitted provided that the following conditions are
|
|
309
|
-
met:
|
|
310
|
-
|
|
311
|
-
* Redistributions of source code must retain the above copyright
|
|
312
|
-
notice, this list of conditions and the following disclaimer.
|
|
313
|
-
* Redistributions in binary form must reproduce the above
|
|
314
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
315
|
-
in the documentation and/or other materials provided with the
|
|
316
|
-
distribution.
|
|
317
|
-
* Neither the name of Google Inc. nor the names of its
|
|
318
|
-
contributors may be used to endorse or promote products derived from
|
|
319
|
-
this software without specific prior written permission.
|
|
320
|
-
|
|
321
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
322
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
323
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
324
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
325
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
326
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
327
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
328
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
329
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
330
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
331
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
332
|
-
|
|
333
|
-
--------------------------------------------------------------------------------
|
|
334
|
-
|
|
335
|
-
3rdparty dependency backward-cpp is statically linked in certain binary
|
|
336
|
-
distributions, like the Python wheels. backward-cpp has the following license:
|
|
300
|
+
The files under c/vendor/backward contain code from backward-cpp.
|
|
301
|
+
backward-cpp has the following license:
|
|
337
302
|
|
|
338
303
|
Copyright 2013 Google Inc. All Rights Reserved.
|
|
339
304
|
|
|
@@ -356,1853 +321,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
356
321
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
357
322
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
358
323
|
SOFTWARE.
|
|
359
|
-
|
|
360
|
-
--------------------------------------------------------------------------------
|
|
361
|
-
|
|
362
|
-
3rdparty dependency libpq is statically linked in certain binary
|
|
363
|
-
distributions, like the Python wheels. libpq has the following license:
|
|
364
|
-
|
|
365
|
-
Portions Copyright © 1996-2022, The PostgreSQL Global Development Group
|
|
366
|
-
|
|
367
|
-
Portions Copyright © 1994, The Regents of the University of California
|
|
368
|
-
|
|
369
|
-
Permission to use, copy, modify, and distribute this software and its
|
|
370
|
-
documentation for any purpose, without fee, and without a written
|
|
371
|
-
agreement is hereby granted, provided that the above copyright notice
|
|
372
|
-
and this paragraph and the following two paragraphs appear in all
|
|
373
|
-
copies.
|
|
374
|
-
|
|
375
|
-
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
|
|
376
|
-
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
|
|
377
|
-
INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND
|
|
378
|
-
ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN
|
|
379
|
-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
380
|
-
|
|
381
|
-
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
|
|
382
|
-
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
383
|
-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
|
|
384
|
-
PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
|
|
385
|
-
CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,
|
|
386
|
-
UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
387
|
-
|
|
388
|
-
--------------------------------------------------------------------------------
|
|
389
|
-
|
|
390
|
-
3rdparty dependency OpenSSL is statically linked in certain binary
|
|
391
|
-
distributions, like the Python wheels. OpenSSL version 3 has the
|
|
392
|
-
following license:
|
|
393
|
-
|
|
394
|
-
Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
395
|
-
|
|
396
|
-
Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
397
|
-
this file except in compliance with the License. You can obtain a copy
|
|
398
|
-
in the file LICENSE in the source distribution or at
|
|
399
|
-
https://www.openssl.org/source/license.html
|
|
400
|
-
|
|
401
|
-
--------------------------------------------------------------------------------
|
|
402
|
-
|
|
403
|
-
3rdparty dependency SQLite is statically linked in certain binary
|
|
404
|
-
distributions, like the Python wheels. SQLite is public domain.
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
--------------------------------------------------------------------------------
|
|
408
|
-
|
|
409
|
-
3rdparty dependency cloud.google.com/go
|
|
410
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
411
|
-
cloud.google.com/go is under the Apache-2.0 license.
|
|
412
|
-
|
|
413
|
-
--------------------------------------------------------------------------------
|
|
414
|
-
|
|
415
|
-
3rdparty dependency cloud.google.com/go/auth
|
|
416
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
417
|
-
cloud.google.com/go/auth is under the Apache-2.0 license.
|
|
418
|
-
|
|
419
|
-
--------------------------------------------------------------------------------
|
|
420
|
-
|
|
421
|
-
3rdparty dependency cloud.google.com/go/auth/oauth2adapt
|
|
422
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
423
|
-
cloud.google.com/go/auth/oauth2adapt is under the Apache-2.0 license.
|
|
424
|
-
|
|
425
|
-
--------------------------------------------------------------------------------
|
|
426
|
-
|
|
427
|
-
3rdparty dependency cloud.google.com/go/bigquery
|
|
428
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
429
|
-
cloud.google.com/go/bigquery is under the Apache-2.0 license.
|
|
430
|
-
|
|
431
|
-
--------------------------------------------------------------------------------
|
|
432
|
-
|
|
433
|
-
3rdparty dependency cloud.google.com/go/compute/metadata
|
|
434
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
435
|
-
cloud.google.com/go/compute/metadata is under the Apache-2.0 license.
|
|
436
|
-
|
|
437
|
-
--------------------------------------------------------------------------------
|
|
438
|
-
|
|
439
|
-
3rdparty dependency cloud.google.com/go/iam
|
|
440
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
441
|
-
cloud.google.com/go/iam is under the Apache-2.0 license.
|
|
442
|
-
|
|
443
|
-
--------------------------------------------------------------------------------
|
|
444
|
-
|
|
445
|
-
3rdparty dependency github.com/99designs/keyring
|
|
446
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
447
|
-
github.com/99designs/keyring is under the MIT license.
|
|
448
|
-
The MIT License (MIT)
|
|
449
|
-
|
|
450
|
-
Copyright (c) 2015 99designs
|
|
451
|
-
|
|
452
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
453
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
454
|
-
in the Software without restriction, including without limitation the rights
|
|
455
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
456
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
457
|
-
furnished to do so, subject to the following conditions:
|
|
458
|
-
|
|
459
|
-
The above copyright notice and this permission notice shall be included in all
|
|
460
|
-
copies or substantial portions of the Software.
|
|
461
|
-
|
|
462
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
463
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
464
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
465
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
466
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
467
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
468
|
-
SOFTWARE.
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
--------------------------------------------------------------------------------
|
|
472
|
-
|
|
473
|
-
3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/azcore
|
|
474
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
475
|
-
github.com/Azure/azure-sdk-for-go/sdk/azcore is under the MIT license.
|
|
476
|
-
MIT License
|
|
477
|
-
|
|
478
|
-
Copyright (c) Microsoft Corporation.
|
|
479
|
-
|
|
480
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
481
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
482
|
-
in the Software without restriction, including without limitation the rights
|
|
483
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
484
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
485
|
-
furnished to do so, subject to the following conditions:
|
|
486
|
-
|
|
487
|
-
The above copyright notice and this permission notice shall be included in all
|
|
488
|
-
copies or substantial portions of the Software.
|
|
489
|
-
|
|
490
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
491
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
492
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
493
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
494
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
495
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
496
|
-
SOFTWARE
|
|
497
|
-
|
|
498
|
-
--------------------------------------------------------------------------------
|
|
499
|
-
|
|
500
|
-
3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/internal
|
|
501
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
502
|
-
github.com/Azure/azure-sdk-for-go/sdk/internal is under the MIT license.
|
|
503
|
-
MIT License
|
|
504
|
-
|
|
505
|
-
Copyright (c) Microsoft Corporation.
|
|
506
|
-
|
|
507
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
508
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
509
|
-
in the Software without restriction, including without limitation the rights
|
|
510
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
511
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
512
|
-
furnished to do so, subject to the following conditions:
|
|
513
|
-
|
|
514
|
-
The above copyright notice and this permission notice shall be included in all
|
|
515
|
-
copies or substantial portions of the Software.
|
|
516
|
-
|
|
517
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
518
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
519
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
520
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
521
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
522
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
523
|
-
SOFTWARE
|
|
524
|
-
|
|
525
|
-
--------------------------------------------------------------------------------
|
|
526
|
-
|
|
527
|
-
3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
|
|
528
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
529
|
-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob is under the MIT license.
|
|
530
|
-
MIT License
|
|
531
|
-
|
|
532
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
533
|
-
|
|
534
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
535
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
536
|
-
in the Software without restriction, including without limitation the rights
|
|
537
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
538
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
539
|
-
furnished to do so, subject to the following conditions:
|
|
540
|
-
|
|
541
|
-
The above copyright notice and this permission notice shall be included in all
|
|
542
|
-
copies or substantial portions of the Software.
|
|
543
|
-
|
|
544
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
545
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
546
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
547
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
548
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
549
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
550
|
-
SOFTWARE
|
|
551
|
-
--------------------------------------------------------------------------------
|
|
552
|
-
|
|
553
|
-
3rdparty dependency github.com/BurntSushi/toml
|
|
554
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
555
|
-
github.com/BurntSushi/toml is under the MIT license.
|
|
556
|
-
The MIT License (MIT)
|
|
557
|
-
|
|
558
|
-
Copyright (c) 2013 TOML authors
|
|
559
|
-
|
|
560
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
561
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
562
|
-
in the Software without restriction, including without limitation the rights
|
|
563
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
564
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
565
|
-
furnished to do so, subject to the following conditions:
|
|
566
|
-
|
|
567
|
-
The above copyright notice and this permission notice shall be included in
|
|
568
|
-
all copies or substantial portions of the Software.
|
|
569
|
-
|
|
570
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
571
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
572
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
573
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
574
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
575
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
576
|
-
THE SOFTWARE.
|
|
577
|
-
|
|
578
|
-
--------------------------------------------------------------------------------
|
|
579
|
-
|
|
580
|
-
3rdparty dependency github.com/andybalholm/brotli
|
|
581
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
582
|
-
github.com/andybalholm/brotli is under the MIT license.
|
|
583
|
-
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
|
|
584
|
-
|
|
585
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
586
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
587
|
-
in the Software without restriction, including without limitation the rights
|
|
588
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
589
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
590
|
-
furnished to do so, subject to the following conditions:
|
|
591
|
-
|
|
592
|
-
The above copyright notice and this permission notice shall be included in
|
|
593
|
-
all copies or substantial portions of the Software.
|
|
594
|
-
|
|
595
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
596
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
597
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
598
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
599
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
600
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
601
|
-
THE SOFTWARE.
|
|
602
|
-
|
|
603
|
-
--------------------------------------------------------------------------------
|
|
604
|
-
|
|
605
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2
|
|
606
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
607
|
-
github.com/aws/aws-sdk-go-v2 is under the Apache-2.0 license.
|
|
608
|
-
|
|
609
|
-
--------------------------------------------------------------------------------
|
|
610
|
-
|
|
611
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
|
|
612
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
613
|
-
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream is under the Apache-2.0 license.
|
|
614
|
-
|
|
615
|
-
--------------------------------------------------------------------------------
|
|
616
|
-
|
|
617
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/config
|
|
618
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
619
|
-
github.com/aws/aws-sdk-go-v2/config is under the Apache-2.0 license.
|
|
620
|
-
|
|
621
|
-
--------------------------------------------------------------------------------
|
|
622
|
-
|
|
623
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/credentials
|
|
624
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
625
|
-
github.com/aws/aws-sdk-go-v2/credentials is under the Apache-2.0 license.
|
|
626
|
-
|
|
627
|
-
--------------------------------------------------------------------------------
|
|
628
|
-
|
|
629
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/feature/ec2/imds
|
|
630
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
631
|
-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds is under the Apache-2.0 license.
|
|
632
|
-
|
|
633
|
-
--------------------------------------------------------------------------------
|
|
634
|
-
|
|
635
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/feature/s3/manager
|
|
636
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
637
|
-
github.com/aws/aws-sdk-go-v2/feature/s3/manager is under the Apache-2.0 license.
|
|
638
|
-
|
|
639
|
-
--------------------------------------------------------------------------------
|
|
640
|
-
|
|
641
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/configsources
|
|
642
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
643
|
-
github.com/aws/aws-sdk-go-v2/internal/configsources is under the Apache-2.0 license.
|
|
644
|
-
|
|
645
|
-
--------------------------------------------------------------------------------
|
|
646
|
-
|
|
647
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
|
|
648
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
649
|
-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 is under the Apache-2.0 license.
|
|
650
|
-
|
|
651
|
-
--------------------------------------------------------------------------------
|
|
652
|
-
|
|
653
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/ini
|
|
654
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
655
|
-
github.com/aws/aws-sdk-go-v2/internal/ini is under the Apache-2.0 license.
|
|
656
|
-
|
|
657
|
-
--------------------------------------------------------------------------------
|
|
658
|
-
|
|
659
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
|
|
660
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
661
|
-
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight is under the BSD-3-Clause license.
|
|
662
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
663
|
-
|
|
664
|
-
Redistribution and use in source and binary forms, with or without
|
|
665
|
-
modification, are permitted provided that the following conditions are
|
|
666
|
-
met:
|
|
667
|
-
|
|
668
|
-
* Redistributions of source code must retain the above copyright
|
|
669
|
-
notice, this list of conditions and the following disclaimer.
|
|
670
|
-
* Redistributions in binary form must reproduce the above
|
|
671
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
672
|
-
in the documentation and/or other materials provided with the
|
|
673
|
-
distribution.
|
|
674
|
-
* Neither the name of Google Inc. nor the names of its
|
|
675
|
-
contributors may be used to endorse or promote products derived from
|
|
676
|
-
this software without specific prior written permission.
|
|
677
|
-
|
|
678
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYIGHT HOLDERS AND CONTRIBUTORS
|
|
679
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
680
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
681
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
682
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
683
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
684
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
685
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
686
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
687
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
688
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
--------------------------------------------------------------------------------
|
|
692
|
-
|
|
693
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/v4a
|
|
694
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
695
|
-
github.com/aws/aws-sdk-go-v2/internal/v4a is under the Apache-2.0 license.
|
|
696
|
-
|
|
697
|
-
--------------------------------------------------------------------------------
|
|
698
|
-
|
|
699
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
|
|
700
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
701
|
-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding is under the Apache-2.0 license.
|
|
702
|
-
|
|
703
|
-
--------------------------------------------------------------------------------
|
|
704
|
-
|
|
705
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/checksum
|
|
706
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
707
|
-
github.com/aws/aws-sdk-go-v2/service/internal/checksum is under the Apache-2.0 license.
|
|
708
|
-
|
|
709
|
-
--------------------------------------------------------------------------------
|
|
710
|
-
|
|
711
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
|
|
712
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
713
|
-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url is under the Apache-2.0 license.
|
|
714
|
-
|
|
715
|
-
--------------------------------------------------------------------------------
|
|
716
|
-
|
|
717
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/s3shared
|
|
718
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
719
|
-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared is under the Apache-2.0 license.
|
|
720
|
-
|
|
721
|
-
--------------------------------------------------------------------------------
|
|
722
|
-
|
|
723
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/s3
|
|
724
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
725
|
-
github.com/aws/aws-sdk-go-v2/service/s3 is under the Apache-2.0 license.
|
|
726
|
-
|
|
727
|
-
--------------------------------------------------------------------------------
|
|
728
|
-
|
|
729
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/sso
|
|
730
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
731
|
-
github.com/aws/aws-sdk-go-v2/service/sso is under the Apache-2.0 license.
|
|
732
|
-
|
|
733
|
-
--------------------------------------------------------------------------------
|
|
734
|
-
|
|
735
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/ssooidc
|
|
736
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
737
|
-
github.com/aws/aws-sdk-go-v2/service/ssooidc is under the Apache-2.0 license.
|
|
738
|
-
|
|
739
|
-
--------------------------------------------------------------------------------
|
|
740
|
-
|
|
741
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/sts
|
|
742
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
743
|
-
github.com/aws/aws-sdk-go-v2/service/sts is under the Apache-2.0 license.
|
|
744
|
-
|
|
745
|
-
--------------------------------------------------------------------------------
|
|
746
|
-
|
|
747
|
-
3rdparty dependency github.com/aws/smithy-go
|
|
748
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
749
|
-
github.com/aws/smithy-go is under the Apache-2.0 license.
|
|
750
|
-
|
|
751
|
-
--------------------------------------------------------------------------------
|
|
752
|
-
|
|
753
|
-
3rdparty dependency github.com/aws/smithy-go/internal/sync/singleflight
|
|
754
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
755
|
-
github.com/aws/smithy-go/internal/sync/singleflight is under the BSD-3-Clause license.
|
|
756
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
757
|
-
|
|
758
|
-
Redistribution and use in source and binary forms, with or without
|
|
759
|
-
modification, are permitted provided that the following conditions are
|
|
760
|
-
met:
|
|
761
|
-
|
|
762
|
-
* Redistributions of source code must retain the above copyright
|
|
763
|
-
notice, this list of conditions and the following disclaimer.
|
|
764
|
-
* Redistributions in binary form must reproduce the above
|
|
765
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
766
|
-
in the documentation and/or other materials provided with the
|
|
767
|
-
distribution.
|
|
768
|
-
* Neither the name of Google Inc. nor the names of its
|
|
769
|
-
contributors may be used to endorse or promote products derived from
|
|
770
|
-
this software without specific prior written permission.
|
|
771
|
-
|
|
772
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYIGHT HOLDERS AND CONTRIBUTORS
|
|
773
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
774
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
775
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
776
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
777
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
778
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
779
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
780
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
781
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
782
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
--------------------------------------------------------------------------------
|
|
786
|
-
|
|
787
|
-
3rdparty dependency github.com/bluele/gcache
|
|
788
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
789
|
-
github.com/bluele/gcache is under the MIT license.
|
|
790
|
-
The MIT License (MIT)
|
|
791
|
-
|
|
792
|
-
Copyright (c) 2017 Jun Kimura
|
|
793
|
-
|
|
794
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
795
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
796
|
-
in the Software without restriction, including without limitation the rights
|
|
797
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
798
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
799
|
-
furnished to do so, subject to the following conditions:
|
|
800
|
-
|
|
801
|
-
The above copyright notice and this permission notice shall be included in
|
|
802
|
-
all copies or substantial portions of the Software.
|
|
803
|
-
|
|
804
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
805
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
806
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
807
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
808
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
809
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
810
|
-
THE SOFTWARE.
|
|
811
|
-
|
|
812
|
-
--------------------------------------------------------------------------------
|
|
813
|
-
|
|
814
|
-
3rdparty dependency github.com/cenkalti/backoff/v5
|
|
815
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
816
|
-
github.com/cenkalti/backoff/v5 is under the MIT license.
|
|
817
|
-
The MIT License (MIT)
|
|
818
|
-
|
|
819
|
-
Copyright (c) 2014 Cenk Altı
|
|
820
|
-
|
|
821
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
822
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
823
|
-
the Software without restriction, including without limitation the rights to
|
|
824
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
825
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
826
|
-
subject to the following conditions:
|
|
827
|
-
|
|
828
|
-
The above copyright notice and this permission notice shall be included in all
|
|
829
|
-
copies or substantial portions of the Software.
|
|
830
|
-
|
|
831
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
832
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
833
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
834
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
835
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
836
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
837
|
-
|
|
838
|
-
--------------------------------------------------------------------------------
|
|
839
|
-
|
|
840
|
-
3rdparty dependency github.com/cespare/xxhash/v2
|
|
841
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
842
|
-
github.com/cespare/xxhash/v2 is under the MIT license.
|
|
843
|
-
Copyright (c) 2016 Caleb Spare
|
|
844
|
-
|
|
845
|
-
MIT License
|
|
846
|
-
|
|
847
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
848
|
-
a copy of this software and associated documentation files (the
|
|
849
|
-
"Software"), to deal in the Software without restriction, including
|
|
850
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
851
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
852
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
853
|
-
the following conditions:
|
|
854
|
-
|
|
855
|
-
The above copyright notice and this permission notice shall be
|
|
856
|
-
included in all copies or substantial portions of the Software.
|
|
857
|
-
|
|
858
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
859
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
860
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
861
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
862
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
863
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
864
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
865
|
-
|
|
866
|
-
--------------------------------------------------------------------------------
|
|
867
|
-
|
|
868
|
-
3rdparty dependency github.com/davecgh/go-spew/spew
|
|
869
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
870
|
-
github.com/davecgh/go-spew/spew is under the ISC license.
|
|
871
|
-
ISC License
|
|
872
|
-
|
|
873
|
-
Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
|
|
874
|
-
|
|
875
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
876
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
877
|
-
copyright notice and this permission notice appear in all copies.
|
|
878
|
-
|
|
879
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
880
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
881
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
882
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
883
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
884
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
885
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
886
|
-
|
|
887
|
-
--------------------------------------------------------------------------------
|
|
888
|
-
|
|
889
|
-
3rdparty dependency github.com/dvsekhvalnov/jose2go
|
|
890
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
891
|
-
github.com/dvsekhvalnov/jose2go is under the MIT license.
|
|
892
|
-
The MIT License (MIT)
|
|
893
|
-
|
|
894
|
-
Copyright (c) 2014
|
|
895
|
-
|
|
896
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
897
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
898
|
-
in the Software without restriction, including without limitation the rights
|
|
899
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
900
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
901
|
-
furnished to do so, subject to the following conditions:
|
|
902
|
-
|
|
903
|
-
The above copyright notice and this permission notice shall be included in all
|
|
904
|
-
copies or substantial portions of the Software.
|
|
905
|
-
|
|
906
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
907
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
908
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
909
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
910
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
911
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
912
|
-
SOFTWARE.
|
|
913
|
-
|
|
914
|
-
--------------------------------------------------------------------------------
|
|
915
|
-
|
|
916
|
-
3rdparty dependency github.com/felixge/httpsnoop
|
|
917
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
918
|
-
github.com/felixge/httpsnoop is under the MIT license.
|
|
919
|
-
Copyright (c) 2016 Felix Geisendörfer (felix@debuggable.com)
|
|
920
|
-
|
|
921
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
922
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
923
|
-
in the Software without restriction, including without limitation the rights
|
|
924
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
925
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
926
|
-
furnished to do so, subject to the following conditions:
|
|
927
|
-
|
|
928
|
-
The above copyright notice and this permission notice shall be included in
|
|
929
|
-
all copies or substantial portions of the Software.
|
|
930
|
-
|
|
931
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
932
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
933
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
934
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
935
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
936
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
937
|
-
THE SOFTWARE.
|
|
938
|
-
|
|
939
|
-
--------------------------------------------------------------------------------
|
|
940
|
-
|
|
941
|
-
3rdparty dependency github.com/gabriel-vasile/mimetype
|
|
942
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
943
|
-
github.com/gabriel-vasile/mimetype is under the MIT license.
|
|
944
|
-
MIT License
|
|
945
|
-
|
|
946
|
-
Copyright (c) 2018 Gabriel Vasile
|
|
947
|
-
|
|
948
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
949
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
950
|
-
in the Software without restriction, including without limitation the rights
|
|
951
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
952
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
953
|
-
furnished to do so, subject to the following conditions:
|
|
954
|
-
|
|
955
|
-
The above copyright notice and this permission notice shall be included in all
|
|
956
|
-
copies or substantial portions of the Software.
|
|
957
|
-
|
|
958
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
959
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
960
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
961
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
962
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
963
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
964
|
-
SOFTWARE.
|
|
965
|
-
|
|
966
|
-
--------------------------------------------------------------------------------
|
|
967
|
-
|
|
968
|
-
3rdparty dependency github.com/go-logr/logr
|
|
969
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
970
|
-
github.com/go-logr/logr is under the Apache-2.0 license.
|
|
971
|
-
|
|
972
|
-
--------------------------------------------------------------------------------
|
|
973
|
-
|
|
974
|
-
3rdparty dependency github.com/go-logr/stdr
|
|
975
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
976
|
-
github.com/go-logr/stdr is under the Apache-2.0 license.
|
|
977
|
-
|
|
978
|
-
--------------------------------------------------------------------------------
|
|
979
|
-
|
|
980
|
-
3rdparty dependency github.com/goccy/go-json
|
|
981
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
982
|
-
github.com/goccy/go-json is under the MIT license.
|
|
983
|
-
MIT License
|
|
984
|
-
|
|
985
|
-
Copyright (c) 2020 Masaaki Goshima
|
|
986
|
-
|
|
987
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
988
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
989
|
-
in the Software without restriction, including without limitation the rights
|
|
990
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
991
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
992
|
-
furnished to do so, subject to the following conditions:
|
|
993
|
-
|
|
994
|
-
The above copyright notice and this permission notice shall be included in all
|
|
995
|
-
copies or substantial portions of the Software.
|
|
996
|
-
|
|
997
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
998
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
999
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1000
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1001
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1002
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1003
|
-
SOFTWARE.
|
|
1004
|
-
|
|
1005
|
-
--------------------------------------------------------------------------------
|
|
1006
|
-
|
|
1007
|
-
3rdparty dependency github.com/godbus/dbus
|
|
1008
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1009
|
-
github.com/godbus/dbus is under the BSD-2-Clause license.
|
|
1010
|
-
Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google
|
|
1011
|
-
All rights reserved.
|
|
1012
|
-
|
|
1013
|
-
Redistribution and use in source and binary forms, with or without
|
|
1014
|
-
modification, are permitted provided that the following conditions
|
|
1015
|
-
are met:
|
|
1016
|
-
|
|
1017
|
-
1. Redistributions of source code must retain the above copyright notice,
|
|
1018
|
-
this list of conditions and the following disclaimer.
|
|
1019
|
-
|
|
1020
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
1021
|
-
notice, this list of conditions and the following disclaimer in the
|
|
1022
|
-
documentation and/or other materials provided with the distribution.
|
|
1023
|
-
|
|
1024
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1025
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1026
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1027
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1028
|
-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1029
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
1030
|
-
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
1031
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
1032
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1033
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1034
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1035
|
-
|
|
1036
|
-
--------------------------------------------------------------------------------
|
|
1037
|
-
|
|
1038
|
-
3rdparty dependency github.com/golang-jwt/jwt/v5
|
|
1039
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1040
|
-
github.com/golang-jwt/jwt/v5 is under the MIT license.
|
|
1041
|
-
Copyright (c) 2012 Dave Grijalva
|
|
1042
|
-
Copyright (c) 2021 golang-jwt maintainers
|
|
1043
|
-
|
|
1044
|
-
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:
|
|
1045
|
-
|
|
1046
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1047
|
-
|
|
1048
|
-
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.
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
--------------------------------------------------------------------------------
|
|
1052
|
-
|
|
1053
|
-
3rdparty dependency github.com/golang/snappy
|
|
1054
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1055
|
-
github.com/golang/snappy is under the BSD-3-Clause license.
|
|
1056
|
-
Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
|
|
1057
|
-
|
|
1058
|
-
Redistribution and use in source and binary forms, with or without
|
|
1059
|
-
modification, are permitted provided that the following conditions are
|
|
1060
|
-
met:
|
|
1061
|
-
|
|
1062
|
-
* Redistributions of source code must retain the above copyright
|
|
1063
|
-
notice, this list of conditions and the following disclaimer.
|
|
1064
|
-
* Redistributions in binary form must reproduce the above
|
|
1065
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1066
|
-
in the documentation and/or other materials provided with the
|
|
1067
|
-
distribution.
|
|
1068
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1069
|
-
contributors may be used to endorse or promote products derived from
|
|
1070
|
-
this software without specific prior written permission.
|
|
1071
|
-
|
|
1072
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1073
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1074
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1075
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1076
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1077
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1078
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1079
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1080
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1081
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1082
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1083
|
-
|
|
1084
|
-
--------------------------------------------------------------------------------
|
|
1085
|
-
|
|
1086
|
-
3rdparty dependency github.com/google/flatbuffers/go
|
|
1087
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1088
|
-
github.com/google/flatbuffers/go is under the Apache-2.0 license.
|
|
1089
|
-
|
|
1090
|
-
--------------------------------------------------------------------------------
|
|
1091
|
-
|
|
1092
|
-
3rdparty dependency github.com/google/s2a-go
|
|
1093
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1094
|
-
github.com/google/s2a-go is under the Apache-2.0 license.
|
|
1095
|
-
|
|
1096
|
-
--------------------------------------------------------------------------------
|
|
1097
|
-
|
|
1098
|
-
3rdparty dependency github.com/google/uuid
|
|
1099
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1100
|
-
github.com/google/uuid is under the BSD-3-Clause license.
|
|
1101
|
-
Copyright (c) 2009,2014 Google Inc. All rights reserved.
|
|
1102
|
-
|
|
1103
|
-
Redistribution and use in source and binary forms, with or without
|
|
1104
|
-
modification, are permitted provided that the following conditions are
|
|
1105
|
-
met:
|
|
1106
|
-
|
|
1107
|
-
* Redistributions of source code must retain the above copyright
|
|
1108
|
-
notice, this list of conditions and the following disclaimer.
|
|
1109
|
-
* Redistributions in binary form must reproduce the above
|
|
1110
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1111
|
-
in the documentation and/or other materials provided with the
|
|
1112
|
-
distribution.
|
|
1113
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1114
|
-
contributors may be used to endorse or promote products derived from
|
|
1115
|
-
this software without specific prior written permission.
|
|
1116
|
-
|
|
1117
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1118
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1119
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1120
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1121
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1122
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1123
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1124
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1125
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1126
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1127
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1128
|
-
|
|
1129
|
-
--------------------------------------------------------------------------------
|
|
1130
|
-
|
|
1131
|
-
3rdparty dependency github.com/googleapis/enterprise-certificate-proxy/client
|
|
1132
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1133
|
-
github.com/googleapis/enterprise-certificate-proxy/client is under the Apache-2.0 license.
|
|
1134
|
-
|
|
1135
|
-
--------------------------------------------------------------------------------
|
|
1136
|
-
|
|
1137
|
-
3rdparty dependency github.com/googleapis/gax-go/v2
|
|
1138
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1139
|
-
github.com/googleapis/gax-go/v2 is under the BSD-3-Clause license.
|
|
1140
|
-
Copyright 2016, Google Inc.
|
|
1141
|
-
All rights reserved.
|
|
1142
|
-
Redistribution and use in source and binary forms, with or without
|
|
1143
|
-
modification, are permitted provided that the following conditions are
|
|
1144
|
-
met:
|
|
1145
|
-
|
|
1146
|
-
* Redistributions of source code must retain the above copyright
|
|
1147
|
-
notice, this list of conditions and the following disclaimer.
|
|
1148
|
-
* Redistributions in binary form must reproduce the above
|
|
1149
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1150
|
-
in the documentation and/or other materials provided with the
|
|
1151
|
-
distribution.
|
|
1152
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1153
|
-
contributors may be used to endorse or promote products derived from
|
|
1154
|
-
this software without specific prior written permission.
|
|
1155
|
-
|
|
1156
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1157
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1158
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1159
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1160
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1161
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1162
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1163
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1164
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1165
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1166
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1167
|
-
|
|
1168
|
-
--------------------------------------------------------------------------------
|
|
1169
|
-
|
|
1170
|
-
3rdparty dependency github.com/grpc-ecosystem/grpc-gateway/v2
|
|
1171
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1172
|
-
github.com/grpc-ecosystem/grpc-gateway/v2 is under the BSD-3-Clause license.
|
|
1173
|
-
Copyright (c) 2015, Gengo, Inc.
|
|
1174
|
-
All rights reserved.
|
|
1175
|
-
|
|
1176
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1177
|
-
are permitted provided that the following conditions are met:
|
|
1178
|
-
|
|
1179
|
-
* Redistributions of source code must retain the above copyright notice,
|
|
1180
|
-
this list of conditions and the following disclaimer.
|
|
1181
|
-
|
|
1182
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1183
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1184
|
-
and/or other materials provided with the distribution.
|
|
1185
|
-
|
|
1186
|
-
* Neither the name of Gengo, Inc. nor the names of its
|
|
1187
|
-
contributors may be used to endorse or promote products derived from this
|
|
1188
|
-
software without specific prior written permission.
|
|
1189
|
-
|
|
1190
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1191
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1192
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1193
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1194
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1195
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1196
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1197
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1198
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1199
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1200
|
-
|
|
1201
|
-
--------------------------------------------------------------------------------
|
|
1202
|
-
|
|
1203
|
-
3rdparty dependency github.com/gsterjov/go-libsecret
|
|
1204
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1205
|
-
github.com/gsterjov/go-libsecret is under the MIT license.
|
|
1206
|
-
The MIT License (MIT)
|
|
1207
|
-
|
|
1208
|
-
Copyright (c) 2016 Goran Sterjov
|
|
1209
|
-
|
|
1210
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1211
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1212
|
-
in the Software without restriction, including without limitation the rights
|
|
1213
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1214
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1215
|
-
furnished to do so, subject to the following conditions:
|
|
1216
|
-
|
|
1217
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1218
|
-
copies or substantial portions of the Software.
|
|
1219
|
-
|
|
1220
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1221
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1222
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1223
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1224
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1225
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1226
|
-
SOFTWARE.
|
|
1227
|
-
|
|
1228
|
-
--------------------------------------------------------------------------------
|
|
1229
|
-
|
|
1230
|
-
3rdparty dependency github.com/klauspost/compress
|
|
1231
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1232
|
-
github.com/klauspost/compress is under the Apache-2.0 license.
|
|
1233
|
-
|
|
1234
|
-
--------------------------------------------------------------------------------
|
|
1235
|
-
|
|
1236
|
-
3rdparty dependency github.com/klauspost/compress/internal/snapref
|
|
1237
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1238
|
-
github.com/klauspost/compress/internal/snapref is under the BSD-3-Clause license.
|
|
1239
|
-
Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
|
|
1240
|
-
|
|
1241
|
-
Redistribution and use in source and binary forms, with or without
|
|
1242
|
-
modification, are permitted provided that the following conditions are
|
|
1243
|
-
met:
|
|
1244
|
-
|
|
1245
|
-
* Redistributions of source code must retain the above copyright
|
|
1246
|
-
notice, this list of conditions and the following disclaimer.
|
|
1247
|
-
* Redistributions in binary form must reproduce the above
|
|
1248
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1249
|
-
in the documentation and/or other materials provided with the
|
|
1250
|
-
distribution.
|
|
1251
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1252
|
-
contributors may be used to endorse or promote products derived from
|
|
1253
|
-
this software without specific prior written permission.
|
|
1254
|
-
|
|
1255
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1256
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1257
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1258
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1259
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1260
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1261
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1262
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1263
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1264
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1265
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1266
|
-
|
|
1267
|
-
--------------------------------------------------------------------------------
|
|
1268
|
-
|
|
1269
|
-
3rdparty dependency github.com/klauspost/compress/zstd/internal/xxhash
|
|
1270
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1271
|
-
github.com/klauspost/compress/zstd/internal/xxhash is under the MIT license.
|
|
1272
|
-
Copyright (c) 2016 Caleb Spare
|
|
1273
|
-
|
|
1274
|
-
MIT License
|
|
1275
|
-
|
|
1276
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
1277
|
-
a copy of this software and associated documentation files (the
|
|
1278
|
-
"Software"), to deal in the Software without restriction, including
|
|
1279
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
1280
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
1281
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
1282
|
-
the following conditions:
|
|
1283
|
-
|
|
1284
|
-
The above copyright notice and this permission notice shall be
|
|
1285
|
-
included in all copies or substantial portions of the Software.
|
|
1286
|
-
|
|
1287
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1288
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1289
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1290
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1291
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1292
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1293
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1294
|
-
|
|
1295
|
-
--------------------------------------------------------------------------------
|
|
1296
|
-
|
|
1297
|
-
3rdparty dependency github.com/klauspost/cpuid/v2
|
|
1298
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1299
|
-
github.com/klauspost/cpuid/v2 is under the MIT license.
|
|
1300
|
-
The MIT License (MIT)
|
|
1301
|
-
|
|
1302
|
-
Copyright (c) 2015 Klaus Post
|
|
1303
|
-
|
|
1304
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1305
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1306
|
-
in the Software without restriction, including without limitation the rights
|
|
1307
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1308
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1309
|
-
furnished to do so, subject to the following conditions:
|
|
1310
|
-
|
|
1311
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1312
|
-
copies or substantial portions of the Software.
|
|
1313
|
-
|
|
1314
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1315
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1316
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1317
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1318
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1319
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1320
|
-
SOFTWARE.
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
--------------------------------------------------------------------------------
|
|
1324
|
-
|
|
1325
|
-
3rdparty dependency github.com/mtibben/percent
|
|
1326
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1327
|
-
github.com/mtibben/percent is under the MIT license.
|
|
1328
|
-
MIT License
|
|
1329
|
-
|
|
1330
|
-
Copyright (c) 2020 Michael Tibben
|
|
1331
|
-
|
|
1332
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1333
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1334
|
-
in the Software without restriction, including without limitation the rights
|
|
1335
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1336
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1337
|
-
furnished to do so, subject to the following conditions:
|
|
1338
|
-
|
|
1339
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1340
|
-
copies or substantial portions of the Software.
|
|
1341
|
-
|
|
1342
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1343
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1344
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1345
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1346
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1347
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1348
|
-
SOFTWARE.
|
|
1349
|
-
|
|
1350
|
-
--------------------------------------------------------------------------------
|
|
1351
|
-
|
|
1352
|
-
3rdparty dependency github.com/pierrec/lz4/v4
|
|
1353
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1354
|
-
github.com/pierrec/lz4/v4 is under the BSD-3-Clause license.
|
|
1355
|
-
Copyright (c) 2015, Pierre Curto
|
|
1356
|
-
All rights reserved.
|
|
1357
|
-
|
|
1358
|
-
Redistribution and use in source and binary forms, with or without
|
|
1359
|
-
modification, are permitted provided that the following conditions are met:
|
|
1360
|
-
|
|
1361
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1362
|
-
list of conditions and the following disclaimer.
|
|
1363
|
-
|
|
1364
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1365
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1366
|
-
and/or other materials provided with the distribution.
|
|
1367
|
-
|
|
1368
|
-
* Neither the name of xxHash nor the names of its
|
|
1369
|
-
contributors may be used to endorse or promote products derived from
|
|
1370
|
-
this software without specific prior written permission.
|
|
1371
|
-
|
|
1372
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1373
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1374
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1375
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1376
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1377
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1378
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1379
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1380
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1381
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
--------------------------------------------------------------------------------
|
|
1385
|
-
|
|
1386
|
-
3rdparty dependency github.com/pkg/browser
|
|
1387
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1388
|
-
github.com/pkg/browser is under the BSD-2-Clause license.
|
|
1389
|
-
Copyright (c) 2014, Dave Cheney <dave@cheney.net>
|
|
1390
|
-
All rights reserved.
|
|
1391
|
-
|
|
1392
|
-
Redistribution and use in source and binary forms, with or without
|
|
1393
|
-
modification, are permitted provided that the following conditions are met:
|
|
1394
|
-
|
|
1395
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1396
|
-
list of conditions and the following disclaimer.
|
|
1397
|
-
|
|
1398
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1399
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1400
|
-
and/or other materials provided with the distribution.
|
|
1401
|
-
|
|
1402
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1403
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1404
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1405
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1406
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1407
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1408
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1409
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1410
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1411
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1412
|
-
|
|
1413
|
-
--------------------------------------------------------------------------------
|
|
1414
|
-
|
|
1415
|
-
3rdparty dependency github.com/pmezard/go-difflib/difflib
|
|
1416
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1417
|
-
github.com/pmezard/go-difflib/difflib is under the BSD-3-Clause license.
|
|
1418
|
-
Copyright (c) 2013, Patrick Mezard
|
|
1419
|
-
All rights reserved.
|
|
1420
|
-
|
|
1421
|
-
Redistribution and use in source and binary forms, with or without
|
|
1422
|
-
modification, are permitted provided that the following conditions are
|
|
1423
|
-
met:
|
|
1424
|
-
|
|
1425
|
-
Redistributions of source code must retain the above copyright
|
|
1426
|
-
notice, this list of conditions and the following disclaimer.
|
|
1427
|
-
Redistributions in binary form must reproduce the above copyright
|
|
1428
|
-
notice, this list of conditions and the following disclaimer in the
|
|
1429
|
-
documentation and/or other materials provided with the distribution.
|
|
1430
|
-
The names of its contributors may not be used to endorse or promote
|
|
1431
|
-
products derived from this software without specific prior written
|
|
1432
|
-
permission.
|
|
1433
|
-
|
|
1434
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
1435
|
-
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
1436
|
-
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
1437
|
-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1438
|
-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1439
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
1440
|
-
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
1441
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
1442
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1443
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1444
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1445
|
-
|
|
1446
|
-
--------------------------------------------------------------------------------
|
|
1447
|
-
|
|
1448
|
-
3rdparty dependency github.com/sirupsen/logrus
|
|
1449
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1450
|
-
github.com/sirupsen/logrus is under the MIT license.
|
|
1451
|
-
The MIT License (MIT)
|
|
1452
|
-
|
|
1453
|
-
Copyright (c) 2014 Simon Eskildsen
|
|
1454
|
-
|
|
1455
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1456
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1457
|
-
in the Software without restriction, including without limitation the rights
|
|
1458
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1459
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1460
|
-
furnished to do so, subject to the following conditions:
|
|
1461
|
-
|
|
1462
|
-
The above copyright notice and this permission notice shall be included in
|
|
1463
|
-
all copies or substantial portions of the Software.
|
|
1464
|
-
|
|
1465
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1466
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1467
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1468
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1469
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1470
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1471
|
-
THE SOFTWARE.
|
|
1472
|
-
|
|
1473
|
-
--------------------------------------------------------------------------------
|
|
1474
|
-
|
|
1475
|
-
3rdparty dependency github.com/snowflakedb/gosnowflake
|
|
1476
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1477
|
-
github.com/snowflakedb/gosnowflake is under the Apache-2.0 license.
|
|
1478
|
-
|
|
1479
|
-
--------------------------------------------------------------------------------
|
|
1480
|
-
|
|
1481
|
-
3rdparty dependency github.com/stretchr/testify
|
|
1482
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1483
|
-
github.com/stretchr/testify is under the MIT license.
|
|
1484
|
-
MIT License
|
|
1485
|
-
|
|
1486
|
-
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
|
|
1487
|
-
|
|
1488
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1489
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1490
|
-
in the Software without restriction, including without limitation the rights
|
|
1491
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1492
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1493
|
-
furnished to do so, subject to the following conditions:
|
|
1494
|
-
|
|
1495
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1496
|
-
copies or substantial portions of the Software.
|
|
1497
|
-
|
|
1498
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1499
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1500
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1501
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1502
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1503
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1504
|
-
SOFTWARE.
|
|
1505
|
-
|
|
1506
|
-
--------------------------------------------------------------------------------
|
|
1507
|
-
|
|
1508
|
-
3rdparty dependency github.com/youmark/pkcs8
|
|
1509
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1510
|
-
github.com/youmark/pkcs8 is under the MIT license.
|
|
1511
|
-
The MIT License (MIT)
|
|
1512
|
-
|
|
1513
|
-
Copyright (c) 2014 youmark
|
|
1514
|
-
|
|
1515
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1516
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1517
|
-
in the Software without restriction, including without limitation the rights
|
|
1518
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1519
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1520
|
-
furnished to do so, subject to the following conditions:
|
|
1521
|
-
|
|
1522
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1523
|
-
copies or substantial portions of the Software.
|
|
1524
|
-
|
|
1525
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1526
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1527
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1528
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1529
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1530
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1531
|
-
SOFTWARE.
|
|
1532
|
-
--------------------------------------------------------------------------------
|
|
1533
|
-
|
|
1534
|
-
3rdparty dependency github.com/zeebo/xxh3
|
|
1535
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1536
|
-
github.com/zeebo/xxh3 is under the BSD-2-Clause license.
|
|
1537
|
-
xxHash Library
|
|
1538
|
-
Copyright (c) 2012-2014, Yann Collet
|
|
1539
|
-
Copyright (c) 2019, Jeff Wendling
|
|
1540
|
-
All rights reserved.
|
|
1541
|
-
|
|
1542
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1543
|
-
are permitted provided that the following conditions are met:
|
|
1544
|
-
|
|
1545
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1546
|
-
list of conditions and the following disclaimer.
|
|
1547
|
-
|
|
1548
|
-
* Redistributions in binary form must reproduce the above copyright notice, this
|
|
1549
|
-
list of conditions and the following disclaimer in the documentation and/or
|
|
1550
|
-
other materials provided with the distribution.
|
|
1551
|
-
|
|
1552
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1553
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1554
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1555
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
1556
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1557
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1558
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1559
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1560
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1561
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1562
|
-
|
|
1563
|
-
--------------------------------------------------------------------------------
|
|
1564
|
-
|
|
1565
|
-
3rdparty dependency go.opentelemetry.io/auto/sdk
|
|
1566
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1567
|
-
go.opentelemetry.io/auto/sdk is under the Apache-2.0 license.
|
|
1568
|
-
|
|
1569
|
-
--------------------------------------------------------------------------------
|
|
1570
|
-
|
|
1571
|
-
3rdparty dependency go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
|
|
1572
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1573
|
-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is under the Apache-2.0 license.
|
|
1574
|
-
|
|
1575
|
-
--------------------------------------------------------------------------------
|
|
1576
|
-
|
|
1577
|
-
3rdparty dependency go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
|
|
1578
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1579
|
-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is under the Apache-2.0 license.
|
|
1580
|
-
|
|
1581
|
-
--------------------------------------------------------------------------------
|
|
1582
|
-
|
|
1583
|
-
3rdparty dependency go.opentelemetry.io/otel
|
|
1584
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1585
|
-
go.opentelemetry.io/otel is under the Apache-2.0 license.
|
|
1586
|
-
|
|
1587
|
-
--------------------------------------------------------------------------------
|
|
1588
|
-
|
|
1589
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace
|
|
1590
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1591
|
-
go.opentelemetry.io/otel/exporters/otlp/otlptrace is under the Apache-2.0 license.
|
|
1592
|
-
|
|
1593
|
-
--------------------------------------------------------------------------------
|
|
1594
|
-
|
|
1595
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
|
|
1596
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1597
|
-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is under the Apache-2.0 license.
|
|
1598
|
-
|
|
1599
|
-
--------------------------------------------------------------------------------
|
|
1600
|
-
|
|
1601
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
|
|
1602
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1603
|
-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp is under the Apache-2.0 license.
|
|
1604
|
-
|
|
1605
|
-
--------------------------------------------------------------------------------
|
|
1606
|
-
|
|
1607
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/stdout/stdouttrace
|
|
1608
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1609
|
-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace is under the Apache-2.0 license.
|
|
1610
|
-
|
|
1611
|
-
--------------------------------------------------------------------------------
|
|
1612
|
-
|
|
1613
|
-
3rdparty dependency go.opentelemetry.io/otel/metric
|
|
1614
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1615
|
-
go.opentelemetry.io/otel/metric is under the Apache-2.0 license.
|
|
1616
|
-
|
|
1617
|
-
--------------------------------------------------------------------------------
|
|
1618
|
-
|
|
1619
|
-
3rdparty dependency go.opentelemetry.io/otel/sdk
|
|
1620
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1621
|
-
go.opentelemetry.io/otel/sdk is under the Apache-2.0 license.
|
|
1622
|
-
|
|
1623
|
-
--------------------------------------------------------------------------------
|
|
1624
|
-
|
|
1625
|
-
3rdparty dependency go.opentelemetry.io/otel/trace
|
|
1626
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1627
|
-
go.opentelemetry.io/otel/trace is under the Apache-2.0 license.
|
|
1628
|
-
|
|
1629
|
-
--------------------------------------------------------------------------------
|
|
1630
|
-
|
|
1631
|
-
3rdparty dependency go.opentelemetry.io/proto/otlp
|
|
1632
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1633
|
-
go.opentelemetry.io/proto/otlp is under the Apache-2.0 license.
|
|
1634
|
-
|
|
1635
|
-
--------------------------------------------------------------------------------
|
|
1636
|
-
|
|
1637
|
-
3rdparty dependency golang.org/x/crypto
|
|
1638
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1639
|
-
golang.org/x/crypto is under the BSD-3-Clause license.
|
|
1640
|
-
Copyright 2009 The Go Authors.
|
|
1641
|
-
|
|
1642
|
-
Redistribution and use in source and binary forms, with or without
|
|
1643
|
-
modification, are permitted provided that the following conditions are
|
|
1644
|
-
met:
|
|
1645
|
-
|
|
1646
|
-
* Redistributions of source code must retain the above copyright
|
|
1647
|
-
notice, this list of conditions and the following disclaimer.
|
|
1648
|
-
* Redistributions in binary form must reproduce the above
|
|
1649
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1650
|
-
in the documentation and/or other materials provided with the
|
|
1651
|
-
distribution.
|
|
1652
|
-
* Neither the name of Google LLC nor the names of its
|
|
1653
|
-
contributors may be used to endorse or promote products derived from
|
|
1654
|
-
this software without specific prior written permission.
|
|
1655
|
-
|
|
1656
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1657
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1658
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1659
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1660
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1661
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1662
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1663
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1664
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1665
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1666
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1667
|
-
|
|
1668
|
-
--------------------------------------------------------------------------------
|
|
1669
|
-
|
|
1670
|
-
3rdparty dependency golang.org/x/exp
|
|
1671
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1672
|
-
golang.org/x/exp is under the BSD-3-Clause license.
|
|
1673
|
-
Copyright 2009 The Go Authors.
|
|
1674
|
-
|
|
1675
|
-
Redistribution and use in source and binary forms, with or without
|
|
1676
|
-
modification, are permitted provided that the following conditions are
|
|
1677
|
-
met:
|
|
1678
|
-
|
|
1679
|
-
* Redistributions of source code must retain the above copyright
|
|
1680
|
-
notice, this list of conditions and the following disclaimer.
|
|
1681
|
-
* Redistributions in binary form must reproduce the above
|
|
1682
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1683
|
-
in the documentation and/or other materials provided with the
|
|
1684
|
-
distribution.
|
|
1685
|
-
* Neither the name of Google LLC nor the names of its
|
|
1686
|
-
contributors may be used to endorse or promote products derived from
|
|
1687
|
-
this software without specific prior written permission.
|
|
1688
|
-
|
|
1689
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1690
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1691
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1692
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1693
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1694
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1695
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1696
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1697
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1698
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1699
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1700
|
-
|
|
1701
|
-
--------------------------------------------------------------------------------
|
|
1702
|
-
|
|
1703
|
-
3rdparty dependency golang.org/x/mod/semver
|
|
1704
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1705
|
-
golang.org/x/mod/semver is under the BSD-3-Clause license.
|
|
1706
|
-
Copyright 2009 The Go Authors.
|
|
1707
|
-
|
|
1708
|
-
Redistribution and use in source and binary forms, with or without
|
|
1709
|
-
modification, are permitted provided that the following conditions are
|
|
1710
|
-
met:
|
|
1711
|
-
|
|
1712
|
-
* Redistributions of source code must retain the above copyright
|
|
1713
|
-
notice, this list of conditions and the following disclaimer.
|
|
1714
|
-
* Redistributions in binary form must reproduce the above
|
|
1715
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1716
|
-
in the documentation and/or other materials provided with the
|
|
1717
|
-
distribution.
|
|
1718
|
-
* Neither the name of Google LLC nor the names of its
|
|
1719
|
-
contributors may be used to endorse or promote products derived from
|
|
1720
|
-
this software without specific prior written permission.
|
|
1721
|
-
|
|
1722
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1723
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1724
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1725
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1726
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1727
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1728
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1729
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1730
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1731
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1732
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1733
|
-
|
|
1734
|
-
--------------------------------------------------------------------------------
|
|
1735
|
-
|
|
1736
|
-
3rdparty dependency golang.org/x/net
|
|
1737
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1738
|
-
golang.org/x/net is under the BSD-3-Clause license.
|
|
1739
|
-
Copyright 2009 The Go Authors.
|
|
1740
|
-
|
|
1741
|
-
Redistribution and use in source and binary forms, with or without
|
|
1742
|
-
modification, are permitted provided that the following conditions are
|
|
1743
|
-
met:
|
|
1744
|
-
|
|
1745
|
-
* Redistributions of source code must retain the above copyright
|
|
1746
|
-
notice, this list of conditions and the following disclaimer.
|
|
1747
|
-
* Redistributions in binary form must reproduce the above
|
|
1748
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1749
|
-
in the documentation and/or other materials provided with the
|
|
1750
|
-
distribution.
|
|
1751
|
-
* Neither the name of Google LLC nor the names of its
|
|
1752
|
-
contributors may be used to endorse or promote products derived from
|
|
1753
|
-
this software without specific prior written permission.
|
|
1754
|
-
|
|
1755
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1756
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1757
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1758
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1759
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1760
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1761
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1762
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1763
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1764
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1765
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1766
|
-
|
|
1767
|
-
--------------------------------------------------------------------------------
|
|
1768
|
-
|
|
1769
|
-
3rdparty dependency golang.org/x/oauth2
|
|
1770
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1771
|
-
golang.org/x/oauth2 is under the BSD-3-Clause license.
|
|
1772
|
-
Copyright 2009 The Go Authors.
|
|
1773
|
-
|
|
1774
|
-
Redistribution and use in source and binary forms, with or without
|
|
1775
|
-
modification, are permitted provided that the following conditions are
|
|
1776
|
-
met:
|
|
1777
|
-
|
|
1778
|
-
* Redistributions of source code must retain the above copyright
|
|
1779
|
-
notice, this list of conditions and the following disclaimer.
|
|
1780
|
-
* Redistributions in binary form must reproduce the above
|
|
1781
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1782
|
-
in the documentation and/or other materials provided with the
|
|
1783
|
-
distribution.
|
|
1784
|
-
* Neither the name of Google LLC nor the names of its
|
|
1785
|
-
contributors may be used to endorse or promote products derived from
|
|
1786
|
-
this software without specific prior written permission.
|
|
1787
|
-
|
|
1788
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1789
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1790
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1791
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1792
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1793
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1794
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1795
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1796
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1797
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1798
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1799
|
-
|
|
1800
|
-
--------------------------------------------------------------------------------
|
|
1801
|
-
|
|
1802
|
-
3rdparty dependency golang.org/x/sync
|
|
1803
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1804
|
-
golang.org/x/sync is under the BSD-3-Clause license.
|
|
1805
|
-
Copyright 2009 The Go Authors.
|
|
1806
|
-
|
|
1807
|
-
Redistribution and use in source and binary forms, with or without
|
|
1808
|
-
modification, are permitted provided that the following conditions are
|
|
1809
|
-
met:
|
|
1810
|
-
|
|
1811
|
-
* Redistributions of source code must retain the above copyright
|
|
1812
|
-
notice, this list of conditions and the following disclaimer.
|
|
1813
|
-
* Redistributions in binary form must reproduce the above
|
|
1814
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1815
|
-
in the documentation and/or other materials provided with the
|
|
1816
|
-
distribution.
|
|
1817
|
-
* Neither the name of Google LLC nor the names of its
|
|
1818
|
-
contributors may be used to endorse or promote products derived from
|
|
1819
|
-
this software without specific prior written permission.
|
|
1820
|
-
|
|
1821
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1822
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1823
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1824
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1825
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1826
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1827
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1828
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1829
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1830
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1831
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1832
|
-
|
|
1833
|
-
--------------------------------------------------------------------------------
|
|
1834
|
-
|
|
1835
|
-
3rdparty dependency golang.org/x/sys
|
|
1836
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1837
|
-
golang.org/x/sys is under the BSD-3-Clause license.
|
|
1838
|
-
Copyright 2009 The Go Authors.
|
|
1839
|
-
|
|
1840
|
-
Redistribution and use in source and binary forms, with or without
|
|
1841
|
-
modification, are permitted provided that the following conditions are
|
|
1842
|
-
met:
|
|
1843
|
-
|
|
1844
|
-
* Redistributions of source code must retain the above copyright
|
|
1845
|
-
notice, this list of conditions and the following disclaimer.
|
|
1846
|
-
* Redistributions in binary form must reproduce the above
|
|
1847
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1848
|
-
in the documentation and/or other materials provided with the
|
|
1849
|
-
distribution.
|
|
1850
|
-
* Neither the name of Google LLC nor the names of its
|
|
1851
|
-
contributors may be used to endorse or promote products derived from
|
|
1852
|
-
this software without specific prior written permission.
|
|
1853
|
-
|
|
1854
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1855
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1856
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1857
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1858
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1859
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1860
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1861
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1862
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1863
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1864
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1865
|
-
|
|
1866
|
-
--------------------------------------------------------------------------------
|
|
1867
|
-
|
|
1868
|
-
3rdparty dependency golang.org/x/term
|
|
1869
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1870
|
-
golang.org/x/term is under the BSD-3-Clause license.
|
|
1871
|
-
Copyright 2009 The Go Authors.
|
|
1872
|
-
|
|
1873
|
-
Redistribution and use in source and binary forms, with or without
|
|
1874
|
-
modification, are permitted provided that the following conditions are
|
|
1875
|
-
met:
|
|
1876
|
-
|
|
1877
|
-
* Redistributions of source code must retain the above copyright
|
|
1878
|
-
notice, this list of conditions and the following disclaimer.
|
|
1879
|
-
* Redistributions in binary form must reproduce the above
|
|
1880
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1881
|
-
in the documentation and/or other materials provided with the
|
|
1882
|
-
distribution.
|
|
1883
|
-
* Neither the name of Google LLC nor the names of its
|
|
1884
|
-
contributors may be used to endorse or promote products derived from
|
|
1885
|
-
this software without specific prior written permission.
|
|
1886
|
-
|
|
1887
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1888
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1889
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1890
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1891
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1892
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1893
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1894
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1895
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1896
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1897
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1898
|
-
|
|
1899
|
-
--------------------------------------------------------------------------------
|
|
1900
|
-
|
|
1901
|
-
3rdparty dependency golang.org/x/text
|
|
1902
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1903
|
-
golang.org/x/text is under the BSD-3-Clause license.
|
|
1904
|
-
Copyright 2009 The Go Authors.
|
|
1905
|
-
|
|
1906
|
-
Redistribution and use in source and binary forms, with or without
|
|
1907
|
-
modification, are permitted provided that the following conditions are
|
|
1908
|
-
met:
|
|
1909
|
-
|
|
1910
|
-
* Redistributions of source code must retain the above copyright
|
|
1911
|
-
notice, this list of conditions and the following disclaimer.
|
|
1912
|
-
* Redistributions in binary form must reproduce the above
|
|
1913
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1914
|
-
in the documentation and/or other materials provided with the
|
|
1915
|
-
distribution.
|
|
1916
|
-
* Neither the name of Google LLC nor the names of its
|
|
1917
|
-
contributors may be used to endorse or promote products derived from
|
|
1918
|
-
this software without specific prior written permission.
|
|
1919
|
-
|
|
1920
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1921
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1922
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1923
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1924
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1925
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1926
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1927
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1928
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1929
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1930
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1931
|
-
|
|
1932
|
-
--------------------------------------------------------------------------------
|
|
1933
|
-
|
|
1934
|
-
3rdparty dependency golang.org/x/time/rate
|
|
1935
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1936
|
-
golang.org/x/time/rate is under the BSD-3-Clause license.
|
|
1937
|
-
Copyright 2009 The Go Authors.
|
|
1938
|
-
|
|
1939
|
-
Redistribution and use in source and binary forms, with or without
|
|
1940
|
-
modification, are permitted provided that the following conditions are
|
|
1941
|
-
met:
|
|
1942
|
-
|
|
1943
|
-
* Redistributions of source code must retain the above copyright
|
|
1944
|
-
notice, this list of conditions and the following disclaimer.
|
|
1945
|
-
* Redistributions in binary form must reproduce the above
|
|
1946
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1947
|
-
in the documentation and/or other materials provided with the
|
|
1948
|
-
distribution.
|
|
1949
|
-
* Neither the name of Google LLC nor the names of its
|
|
1950
|
-
contributors may be used to endorse or promote products derived from
|
|
1951
|
-
this software without specific prior written permission.
|
|
1952
|
-
|
|
1953
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1954
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1955
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1956
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1957
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1958
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1959
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1960
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1961
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1962
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1963
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1964
|
-
|
|
1965
|
-
--------------------------------------------------------------------------------
|
|
1966
|
-
|
|
1967
|
-
3rdparty dependency golang.org/x/tools
|
|
1968
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1969
|
-
golang.org/x/tools is under the BSD-3-Clause license.
|
|
1970
|
-
Copyright 2009 The Go Authors.
|
|
1971
|
-
|
|
1972
|
-
Redistribution and use in source and binary forms, with or without
|
|
1973
|
-
modification, are permitted provided that the following conditions are
|
|
1974
|
-
met:
|
|
1975
|
-
|
|
1976
|
-
* Redistributions of source code must retain the above copyright
|
|
1977
|
-
notice, this list of conditions and the following disclaimer.
|
|
1978
|
-
* Redistributions in binary form must reproduce the above
|
|
1979
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1980
|
-
in the documentation and/or other materials provided with the
|
|
1981
|
-
distribution.
|
|
1982
|
-
* Neither the name of Google LLC nor the names of its
|
|
1983
|
-
contributors may be used to endorse or promote products derived from
|
|
1984
|
-
this software without specific prior written permission.
|
|
1985
|
-
|
|
1986
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1987
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1988
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1989
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1990
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1991
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1992
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1993
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1994
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1995
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1996
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1997
|
-
|
|
1998
|
-
--------------------------------------------------------------------------------
|
|
1999
|
-
|
|
2000
|
-
3rdparty dependency golang.org/x/xerrors
|
|
2001
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2002
|
-
golang.org/x/xerrors is under the BSD-3-Clause license.
|
|
2003
|
-
Copyright 2019 The Go Authors.
|
|
2004
|
-
|
|
2005
|
-
Redistribution and use in source and binary forms, with or without
|
|
2006
|
-
modification, are permitted provided that the following conditions are
|
|
2007
|
-
met:
|
|
2008
|
-
|
|
2009
|
-
* Redistributions of source code must retain the above copyright
|
|
2010
|
-
notice, this list of conditions and the following disclaimer.
|
|
2011
|
-
* Redistributions in binary form must reproduce the above
|
|
2012
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2013
|
-
in the documentation and/or other materials provided with the
|
|
2014
|
-
distribution.
|
|
2015
|
-
* Neither the name of Google LLC nor the names of its
|
|
2016
|
-
contributors may be used to endorse or promote products derived from
|
|
2017
|
-
this software without specific prior written permission.
|
|
2018
|
-
|
|
2019
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2020
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2021
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2022
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2023
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2024
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2025
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2026
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2027
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2028
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2029
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2030
|
-
|
|
2031
|
-
--------------------------------------------------------------------------------
|
|
2032
|
-
|
|
2033
|
-
3rdparty dependency google.golang.org/api
|
|
2034
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2035
|
-
google.golang.org/api is under the BSD-3-Clause license.
|
|
2036
|
-
Copyright (c) 2011 Google Inc. All rights reserved.
|
|
2037
|
-
|
|
2038
|
-
Redistribution and use in source and binary forms, with or without
|
|
2039
|
-
modification, are permitted provided that the following conditions are
|
|
2040
|
-
met:
|
|
2041
|
-
|
|
2042
|
-
* Redistributions of source code must retain the above copyright
|
|
2043
|
-
notice, this list of conditions and the following disclaimer.
|
|
2044
|
-
* Redistributions in binary form must reproduce the above
|
|
2045
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2046
|
-
in the documentation and/or other materials provided with the
|
|
2047
|
-
distribution.
|
|
2048
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2049
|
-
contributors may be used to endorse or promote products derived from
|
|
2050
|
-
this software without specific prior written permission.
|
|
2051
|
-
|
|
2052
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2053
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2054
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2055
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2056
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2057
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2058
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2059
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2060
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2061
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2062
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2063
|
-
|
|
2064
|
-
--------------------------------------------------------------------------------
|
|
2065
|
-
|
|
2066
|
-
3rdparty dependency google.golang.org/api/internal/third_party/uritemplates
|
|
2067
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2068
|
-
google.golang.org/api/internal/third_party/uritemplates is under the BSD-3-Clause license.
|
|
2069
|
-
Copyright (c) 2013 Joshua Tacoma. All rights reserved.
|
|
2070
|
-
|
|
2071
|
-
Redistribution and use in source and binary forms, with or without
|
|
2072
|
-
modification, are permitted provided that the following conditions are
|
|
2073
|
-
met:
|
|
2074
|
-
|
|
2075
|
-
* Redistributions of source code must retain the above copyright
|
|
2076
|
-
notice, this list of conditions and the following disclaimer.
|
|
2077
|
-
* Redistributions in binary form must reproduce the above
|
|
2078
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2079
|
-
in the documentation and/or other materials provided with the
|
|
2080
|
-
distribution.
|
|
2081
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2082
|
-
contributors may be used to endorse or promote products derived from
|
|
2083
|
-
this software without specific prior written permission.
|
|
2084
|
-
|
|
2085
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2086
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2087
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2088
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2089
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2090
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2091
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2092
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2093
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2094
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2095
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2096
|
-
|
|
2097
|
-
--------------------------------------------------------------------------------
|
|
2098
|
-
|
|
2099
|
-
3rdparty dependency google.golang.org/genproto/googleapis/api
|
|
2100
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2101
|
-
google.golang.org/genproto/googleapis/api is under the Apache-2.0 license.
|
|
2102
|
-
|
|
2103
|
-
--------------------------------------------------------------------------------
|
|
2104
|
-
|
|
2105
|
-
3rdparty dependency google.golang.org/genproto/googleapis/rpc
|
|
2106
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2107
|
-
google.golang.org/genproto/googleapis/rpc is under the Apache-2.0 license.
|
|
2108
|
-
|
|
2109
|
-
--------------------------------------------------------------------------------
|
|
2110
|
-
|
|
2111
|
-
3rdparty dependency google.golang.org/genproto/googleapis/type/expr
|
|
2112
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2113
|
-
google.golang.org/genproto/googleapis/type/expr is under the Apache-2.0 license.
|
|
2114
|
-
|
|
2115
|
-
--------------------------------------------------------------------------------
|
|
2116
|
-
|
|
2117
|
-
3rdparty dependency google.golang.org/grpc
|
|
2118
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2119
|
-
google.golang.org/grpc is under the Apache-2.0 license.
|
|
2120
|
-
|
|
2121
|
-
--------------------------------------------------------------------------------
|
|
2122
|
-
|
|
2123
|
-
3rdparty dependency google.golang.org/protobuf
|
|
2124
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2125
|
-
google.golang.org/protobuf is under the BSD-3-Clause license.
|
|
2126
|
-
Copyright (c) 2018 The Go Authors. All rights reserved.
|
|
2127
|
-
|
|
2128
|
-
Redistribution and use in source and binary forms, with or without
|
|
2129
|
-
modification, are permitted provided that the following conditions are
|
|
2130
|
-
met:
|
|
2131
|
-
|
|
2132
|
-
* Redistributions of source code must retain the above copyright
|
|
2133
|
-
notice, this list of conditions and the following disclaimer.
|
|
2134
|
-
* Redistributions in binary form must reproduce the above
|
|
2135
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2136
|
-
in the documentation and/or other materials provided with the
|
|
2137
|
-
distribution.
|
|
2138
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2139
|
-
contributors may be used to endorse or promote products derived from
|
|
2140
|
-
this software without specific prior written permission.
|
|
2141
|
-
|
|
2142
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2143
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2144
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2145
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2146
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2147
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2148
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2149
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2150
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2151
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2152
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2153
|
-
|
|
2154
|
-
--------------------------------------------------------------------------------
|
|
2155
|
-
|
|
2156
|
-
3rdparty dependency gopkg.in/yaml.v3
|
|
2157
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2158
|
-
gopkg.in/yaml.v3 is under the MIT license.
|
|
2159
|
-
|
|
2160
|
-
This project is covered by two different licenses: MIT and Apache.
|
|
2161
|
-
|
|
2162
|
-
#### MIT License ####
|
|
2163
|
-
|
|
2164
|
-
The following files were ported to Go from C files of libyaml, and thus
|
|
2165
|
-
are still covered by their original MIT license, with the additional
|
|
2166
|
-
copyright staring in 2011 when the project was ported over:
|
|
2167
|
-
|
|
2168
|
-
apic.go emitterc.go parserc.go readerc.go scannerc.go
|
|
2169
|
-
writerc.go yamlh.go yamlprivateh.go
|
|
2170
|
-
|
|
2171
|
-
Copyright (c) 2006-2010 Kirill Simonov
|
|
2172
|
-
Copyright (c) 2006-2011 Kirill Simonov
|
|
2173
|
-
|
|
2174
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2175
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2176
|
-
the Software without restriction, including without limitation the rights to
|
|
2177
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
2178
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
2179
|
-
so, subject to the following conditions:
|
|
2180
|
-
|
|
2181
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2182
|
-
copies or substantial portions of the Software.
|
|
2183
|
-
|
|
2184
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2185
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2186
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2187
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2188
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2189
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2190
|
-
SOFTWARE.
|
|
2191
|
-
|
|
2192
|
-
### Apache License ###
|
|
2193
|
-
|
|
2194
|
-
All the remaining project files are covered by the Apache license:
|
|
2195
|
-
|
|
2196
|
-
Copyright (c) 2011-2019 Canonical Ltd
|
|
2197
|
-
|
|
2198
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2199
|
-
you may not use this file except in compliance with the License.
|
|
2200
|
-
You may obtain a copy of the License at
|
|
2201
|
-
|
|
2202
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
2203
|
-
|
|
2204
|
-
Unless required by applicable law or agreed to in writing, software
|
|
2205
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2206
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2207
|
-
See the License for the specific language governing permissions and
|
|
2208
|
-
limitations under the License.
|