red-adbc 1.11.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 -2677
- 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 -5
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,2641 +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/Azure/azure-sdk-for-go/sdk/azcore
|
|
446
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
447
|
-
github.com/Azure/azure-sdk-for-go/sdk/azcore is under the MIT license.
|
|
448
|
-
MIT License
|
|
449
|
-
|
|
450
|
-
Copyright (c) Microsoft Corporation.
|
|
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
|
-
3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/internal
|
|
473
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
474
|
-
github.com/Azure/azure-sdk-for-go/sdk/internal is under the MIT license.
|
|
475
|
-
MIT License
|
|
476
|
-
|
|
477
|
-
Copyright (c) Microsoft Corporation.
|
|
478
|
-
|
|
479
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
480
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
481
|
-
in the Software without restriction, including without limitation the rights
|
|
482
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
483
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
484
|
-
furnished to do so, subject to the following conditions:
|
|
485
|
-
|
|
486
|
-
The above copyright notice and this permission notice shall be included in all
|
|
487
|
-
copies or substantial portions of the Software.
|
|
488
|
-
|
|
489
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
490
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
491
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
492
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
493
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
494
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
495
|
-
SOFTWARE
|
|
496
|
-
|
|
497
|
-
--------------------------------------------------------------------------------
|
|
498
|
-
|
|
499
|
-
3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
|
|
500
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
501
|
-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob is under the MIT license.
|
|
502
|
-
MIT License
|
|
503
|
-
|
|
504
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
505
|
-
|
|
506
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
507
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
508
|
-
in the Software without restriction, including without limitation the rights
|
|
509
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
510
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
511
|
-
furnished to do so, subject to the following conditions:
|
|
512
|
-
|
|
513
|
-
The above copyright notice and this permission notice shall be included in all
|
|
514
|
-
copies or substantial portions of the Software.
|
|
515
|
-
|
|
516
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
517
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
518
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
519
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
520
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
521
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
522
|
-
SOFTWARE
|
|
523
|
-
--------------------------------------------------------------------------------
|
|
524
|
-
|
|
525
|
-
3rdparty dependency github.com/BurntSushi/toml
|
|
526
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
527
|
-
github.com/BurntSushi/toml is under the MIT license.
|
|
528
|
-
The MIT License (MIT)
|
|
529
|
-
|
|
530
|
-
Copyright (c) 2013 TOML authors
|
|
531
|
-
|
|
532
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
533
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
534
|
-
in the Software without restriction, including without limitation the rights
|
|
535
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
536
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
537
|
-
furnished to do so, subject to the following conditions:
|
|
538
|
-
|
|
539
|
-
The above copyright notice and this permission notice shall be included in
|
|
540
|
-
all copies or substantial portions of the Software.
|
|
541
|
-
|
|
542
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
543
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
544
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
545
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
546
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
547
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
548
|
-
THE SOFTWARE.
|
|
549
|
-
|
|
550
|
-
--------------------------------------------------------------------------------
|
|
551
|
-
|
|
552
|
-
3rdparty dependency github.com/andybalholm/brotli
|
|
553
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
554
|
-
github.com/andybalholm/brotli is under the MIT license.
|
|
555
|
-
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
|
|
556
|
-
|
|
557
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
558
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
559
|
-
in the Software without restriction, including without limitation the rights
|
|
560
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
561
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
562
|
-
furnished to do so, subject to the following conditions:
|
|
563
|
-
|
|
564
|
-
The above copyright notice and this permission notice shall be included in
|
|
565
|
-
all copies or substantial portions of the Software.
|
|
566
|
-
|
|
567
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
568
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
569
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
570
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
571
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
572
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
573
|
-
THE SOFTWARE.
|
|
574
|
-
|
|
575
|
-
--------------------------------------------------------------------------------
|
|
576
|
-
|
|
577
|
-
3rdparty dependency github.com/apache/thrift/lib/go/thrift
|
|
578
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
579
|
-
github.com/apache/thrift/lib/go/thrift is under the Apache-2.0 license.
|
|
580
|
-
|
|
581
|
-
--------------------------------------------------------------------------------
|
|
582
|
-
|
|
583
|
-
3rdparty dependency github.com/apache/thrift/lib/go/thrift
|
|
584
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
585
|
-
github.com/apache/thrift/lib/go/thrift is under the GNU-All-permissive-Copying-License license.
|
|
586
|
-
|
|
587
|
-
--------------------------------------------------
|
|
588
|
-
SOFTWARE DISTRIBUTED WITH THRIFT:
|
|
589
|
-
|
|
590
|
-
The Apache Thrift software includes a number of subcomponents with
|
|
591
|
-
separate copyright notices and license terms. Your use of the source
|
|
592
|
-
code for the these subcomponents is subject to the terms and
|
|
593
|
-
conditions of the following licenses.
|
|
594
|
-
|
|
595
|
-
--------------------------------------------------
|
|
596
|
-
Portions of the following files are licensed under the MIT License:
|
|
597
|
-
|
|
598
|
-
lib/erl/src/Makefile.am
|
|
599
|
-
|
|
600
|
-
Please see doc/otp-base-license.txt for the full terms of this license.
|
|
601
|
-
|
|
602
|
-
--------------------------------------------------
|
|
603
|
-
For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 components:
|
|
604
|
-
|
|
605
|
-
# Copyright (c) 2007 Thomas Porschberg <thomas@randspringer.de>
|
|
606
|
-
#
|
|
607
|
-
# Copying and distribution of this file, with or without
|
|
608
|
-
# modification, are permitted in any medium without royalty provided
|
|
609
|
-
# the copyright notice and this notice are preserved.
|
|
610
|
-
|
|
611
|
-
--------------------------------------------------
|
|
612
|
-
For the lib/nodejs/lib/thrift/json_parse.js:
|
|
613
|
-
|
|
614
|
-
/*
|
|
615
|
-
json_parse.js
|
|
616
|
-
2015-05-02
|
|
617
|
-
Public Domain.
|
|
618
|
-
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
|
|
619
|
-
|
|
620
|
-
*/
|
|
621
|
-
(By Douglas Crockford <douglas@crockford.com>)
|
|
622
|
-
|
|
623
|
-
--------------------------------------------------
|
|
624
|
-
For lib/cpp/src/thrift/windows/SocketPair.cpp
|
|
625
|
-
|
|
626
|
-
/* socketpair.c
|
|
627
|
-
* Copyright 2007 by Nathan C. Myers <ncm@cantrip.org>; some rights reserved.
|
|
628
|
-
* This code is Free Software. It may be copied freely, in original or
|
|
629
|
-
* modified form, subject only to the restrictions that (1) the author is
|
|
630
|
-
* relieved from all responsibilities for any use for any purpose, and (2)
|
|
631
|
-
* this copyright notice must be retained, unchanged, in its entirety. If
|
|
632
|
-
* for any reason the author might be held responsible for any consequences
|
|
633
|
-
* of copying or use, license is withheld.
|
|
634
|
-
*/
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
--------------------------------------------------
|
|
638
|
-
For lib/py/compat/win32/stdint.h
|
|
639
|
-
|
|
640
|
-
// ISO C9x compliant stdint.h for Microsoft Visual Studio
|
|
641
|
-
// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
|
|
642
|
-
//
|
|
643
|
-
// Copyright (c) 2006-2008 Alexander Chemeris
|
|
644
|
-
//
|
|
645
|
-
// Redistribution and use in source and binary forms, with or without
|
|
646
|
-
// modification, are permitted provided that the following conditions are met:
|
|
647
|
-
//
|
|
648
|
-
// 1. Redistributions of source code must retain the above copyright notice,
|
|
649
|
-
// this list of conditions and the following disclaimer.
|
|
650
|
-
//
|
|
651
|
-
// 2. Redistributions in binary form must reproduce the above copyright
|
|
652
|
-
// notice, this list of conditions and the following disclaimer in the
|
|
653
|
-
// documentation and/or other materials provided with the distribution.
|
|
654
|
-
//
|
|
655
|
-
// 3. The name of the author may be used to endorse or promote products
|
|
656
|
-
// derived from this software without specific prior written permission.
|
|
657
|
-
//
|
|
658
|
-
// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
|
659
|
-
// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
660
|
-
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
|
661
|
-
// EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
662
|
-
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
663
|
-
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
664
|
-
// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
665
|
-
// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
666
|
-
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
667
|
-
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
668
|
-
//
|
|
669
|
-
///////////////////////////////////////////////////////////////////////////////
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
--------------------------------------------------
|
|
673
|
-
Codegen template in t_html_generator.h
|
|
674
|
-
|
|
675
|
-
* Bootstrap v2.0.3
|
|
676
|
-
*
|
|
677
|
-
* Copyright 2012 Twitter, Inc
|
|
678
|
-
* Licensed under the Apache License v2.0
|
|
679
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
680
|
-
*
|
|
681
|
-
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
|
682
|
-
|
|
683
|
-
---------------------------------------------------
|
|
684
|
-
For t_cl_generator.cc
|
|
685
|
-
|
|
686
|
-
* Copyright (c) 2008- Patrick Collison <patrick@collison.ie>
|
|
687
|
-
* Copyright (c) 2006- Facebook
|
|
688
|
-
|
|
689
|
-
---------------------------------------------------
|
|
690
|
-
|
|
691
|
-
--------------------------------------------------------------------------------
|
|
692
|
-
|
|
693
|
-
3rdparty dependency github.com/apache/thrift/lib/go/thrift
|
|
694
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
695
|
-
github.com/apache/thrift/lib/go/thrift is under the BSD-3-Clause license.
|
|
696
|
-
|
|
697
|
-
--------------------------------------------------------------------------------
|
|
698
|
-
|
|
699
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2
|
|
700
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
701
|
-
github.com/aws/aws-sdk-go-v2 is under the Apache-2.0 license.
|
|
702
|
-
|
|
703
|
-
--------------------------------------------------------------------------------
|
|
704
|
-
|
|
705
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
|
|
706
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
707
|
-
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream is under the Apache-2.0 license.
|
|
708
|
-
|
|
709
|
-
--------------------------------------------------------------------------------
|
|
710
|
-
|
|
711
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/config
|
|
712
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
713
|
-
github.com/aws/aws-sdk-go-v2/config is under the Apache-2.0 license.
|
|
714
|
-
|
|
715
|
-
--------------------------------------------------------------------------------
|
|
716
|
-
|
|
717
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/credentials
|
|
718
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
719
|
-
github.com/aws/aws-sdk-go-v2/credentials is under the Apache-2.0 license.
|
|
720
|
-
|
|
721
|
-
--------------------------------------------------------------------------------
|
|
722
|
-
|
|
723
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/feature/ec2/imds
|
|
724
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
725
|
-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds is under the Apache-2.0 license.
|
|
726
|
-
|
|
727
|
-
--------------------------------------------------------------------------------
|
|
728
|
-
|
|
729
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/feature/s3/manager
|
|
730
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
731
|
-
github.com/aws/aws-sdk-go-v2/feature/s3/manager is under the Apache-2.0 license.
|
|
732
|
-
|
|
733
|
-
--------------------------------------------------------------------------------
|
|
734
|
-
|
|
735
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/configsources
|
|
736
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
737
|
-
github.com/aws/aws-sdk-go-v2/internal/configsources is under the Apache-2.0 license.
|
|
738
|
-
|
|
739
|
-
--------------------------------------------------------------------------------
|
|
740
|
-
|
|
741
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
|
|
742
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
743
|
-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 is under the Apache-2.0 license.
|
|
744
|
-
|
|
745
|
-
--------------------------------------------------------------------------------
|
|
746
|
-
|
|
747
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/ini
|
|
748
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
749
|
-
github.com/aws/aws-sdk-go-v2/internal/ini is under the Apache-2.0 license.
|
|
750
|
-
|
|
751
|
-
--------------------------------------------------------------------------------
|
|
752
|
-
|
|
753
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
|
|
754
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
755
|
-
github.com/aws/aws-sdk-go-v2/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/aws/aws-sdk-go-v2/internal/v4a
|
|
788
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
789
|
-
github.com/aws/aws-sdk-go-v2/internal/v4a is under the Apache-2.0 license.
|
|
790
|
-
|
|
791
|
-
--------------------------------------------------------------------------------
|
|
792
|
-
|
|
793
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
|
|
794
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
795
|
-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding is under the Apache-2.0 license.
|
|
796
|
-
|
|
797
|
-
--------------------------------------------------------------------------------
|
|
798
|
-
|
|
799
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/checksum
|
|
800
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
801
|
-
github.com/aws/aws-sdk-go-v2/service/internal/checksum is under the Apache-2.0 license.
|
|
802
|
-
|
|
803
|
-
--------------------------------------------------------------------------------
|
|
804
|
-
|
|
805
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
|
|
806
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
807
|
-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url is under the Apache-2.0 license.
|
|
808
|
-
|
|
809
|
-
--------------------------------------------------------------------------------
|
|
810
|
-
|
|
811
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/internal/s3shared
|
|
812
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
813
|
-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared is under the Apache-2.0 license.
|
|
814
|
-
|
|
815
|
-
--------------------------------------------------------------------------------
|
|
816
|
-
|
|
817
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/s3
|
|
818
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
819
|
-
github.com/aws/aws-sdk-go-v2/service/s3 is under the Apache-2.0 license.
|
|
820
|
-
|
|
821
|
-
--------------------------------------------------------------------------------
|
|
822
|
-
|
|
823
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/sso
|
|
824
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
825
|
-
github.com/aws/aws-sdk-go-v2/service/sso is under the Apache-2.0 license.
|
|
826
|
-
|
|
827
|
-
--------------------------------------------------------------------------------
|
|
828
|
-
|
|
829
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/ssooidc
|
|
830
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
831
|
-
github.com/aws/aws-sdk-go-v2/service/ssooidc is under the Apache-2.0 license.
|
|
832
|
-
|
|
833
|
-
--------------------------------------------------------------------------------
|
|
834
|
-
|
|
835
|
-
3rdparty dependency github.com/aws/aws-sdk-go-v2/service/sts
|
|
836
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
837
|
-
github.com/aws/aws-sdk-go-v2/service/sts is under the Apache-2.0 license.
|
|
838
|
-
|
|
839
|
-
--------------------------------------------------------------------------------
|
|
840
|
-
|
|
841
|
-
3rdparty dependency github.com/aws/smithy-go
|
|
842
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
843
|
-
github.com/aws/smithy-go is under the Apache-2.0 license.
|
|
844
|
-
|
|
845
|
-
--------------------------------------------------------------------------------
|
|
846
|
-
|
|
847
|
-
3rdparty dependency github.com/aws/smithy-go/internal/sync/singleflight
|
|
848
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
849
|
-
github.com/aws/smithy-go/internal/sync/singleflight is under the BSD-3-Clause license.
|
|
850
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
851
|
-
|
|
852
|
-
Redistribution and use in source and binary forms, with or without
|
|
853
|
-
modification, are permitted provided that the following conditions are
|
|
854
|
-
met:
|
|
855
|
-
|
|
856
|
-
* Redistributions of source code must retain the above copyright
|
|
857
|
-
notice, this list of conditions and the following disclaimer.
|
|
858
|
-
* Redistributions in binary form must reproduce the above
|
|
859
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
860
|
-
in the documentation and/or other materials provided with the
|
|
861
|
-
distribution.
|
|
862
|
-
* Neither the name of Google Inc. nor the names of its
|
|
863
|
-
contributors may be used to endorse or promote products derived from
|
|
864
|
-
this software without specific prior written permission.
|
|
865
|
-
|
|
866
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYIGHT HOLDERS AND CONTRIBUTORS
|
|
867
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
868
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
869
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
870
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
871
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
872
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
873
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
874
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
875
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
876
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
--------------------------------------------------------------------------------
|
|
880
|
-
|
|
881
|
-
3rdparty dependency github.com/bluele/gcache
|
|
882
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
883
|
-
github.com/bluele/gcache is under the MIT license.
|
|
884
|
-
The MIT License (MIT)
|
|
885
|
-
|
|
886
|
-
Copyright (c) 2017 Jun Kimura
|
|
887
|
-
|
|
888
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
889
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
890
|
-
in the Software without restriction, including without limitation the rights
|
|
891
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
892
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
893
|
-
furnished to do so, subject to the following conditions:
|
|
894
|
-
|
|
895
|
-
The above copyright notice and this permission notice shall be included in
|
|
896
|
-
all copies or substantial portions of the Software.
|
|
897
|
-
|
|
898
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
899
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
900
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
901
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
902
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
903
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
904
|
-
THE SOFTWARE.
|
|
905
|
-
|
|
906
|
-
--------------------------------------------------------------------------------
|
|
907
|
-
|
|
908
|
-
3rdparty dependency github.com/cenkalti/backoff/v5
|
|
909
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
910
|
-
github.com/cenkalti/backoff/v5 is under the MIT license.
|
|
911
|
-
The MIT License (MIT)
|
|
912
|
-
|
|
913
|
-
Copyright (c) 2014 Cenk Altı
|
|
914
|
-
|
|
915
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
916
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
917
|
-
the Software without restriction, including without limitation the rights to
|
|
918
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
919
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
920
|
-
subject to the following conditions:
|
|
921
|
-
|
|
922
|
-
The above copyright notice and this permission notice shall be included in all
|
|
923
|
-
copies or substantial portions of the Software.
|
|
924
|
-
|
|
925
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
926
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
927
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
928
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
929
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
930
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
931
|
-
|
|
932
|
-
--------------------------------------------------------------------------------
|
|
933
|
-
|
|
934
|
-
3rdparty dependency github.com/cespare/xxhash/v2
|
|
935
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
936
|
-
github.com/cespare/xxhash/v2 is under the MIT license.
|
|
937
|
-
Copyright (c) 2016 Caleb Spare
|
|
938
|
-
|
|
939
|
-
MIT License
|
|
940
|
-
|
|
941
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
942
|
-
a copy of this software and associated documentation files (the
|
|
943
|
-
"Software"), to deal in the Software without restriction, including
|
|
944
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
945
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
946
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
947
|
-
the following conditions:
|
|
948
|
-
|
|
949
|
-
The above copyright notice and this permission notice shall be
|
|
950
|
-
included in all copies or substantial portions of the Software.
|
|
951
|
-
|
|
952
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
953
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
954
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
955
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
956
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
957
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
958
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
959
|
-
|
|
960
|
-
--------------------------------------------------------------------------------
|
|
961
|
-
|
|
962
|
-
3rdparty dependency github.com/coreos/go-oidc/v3/oidc
|
|
963
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
964
|
-
github.com/coreos/go-oidc/v3/oidc is under the Apache-2.0 license.
|
|
965
|
-
|
|
966
|
-
--------------------------------------------------------------------------------
|
|
967
|
-
|
|
968
|
-
3rdparty dependency github.com/databricks/databricks-sql-go
|
|
969
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
970
|
-
github.com/databricks/databricks-sql-go is under the Apache-2.0 license.
|
|
971
|
-
|
|
972
|
-
--------------------------------------------------------------------------------
|
|
973
|
-
|
|
974
|
-
3rdparty dependency github.com/davecgh/go-spew/spew
|
|
975
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
976
|
-
github.com/davecgh/go-spew/spew is under the ISC license.
|
|
977
|
-
ISC License
|
|
978
|
-
|
|
979
|
-
Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
|
|
980
|
-
|
|
981
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
982
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
983
|
-
copyright notice and this permission notice appear in all copies.
|
|
984
|
-
|
|
985
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
986
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
987
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
988
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
989
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
990
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
991
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
992
|
-
|
|
993
|
-
--------------------------------------------------------------------------------
|
|
994
|
-
|
|
995
|
-
3rdparty dependency github.com/felixge/httpsnoop
|
|
996
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
997
|
-
github.com/felixge/httpsnoop is under the MIT license.
|
|
998
|
-
Copyright (c) 2016 Felix Geisendörfer (felix@debuggable.com)
|
|
999
|
-
|
|
1000
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1001
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1002
|
-
in the Software without restriction, including without limitation the rights
|
|
1003
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1004
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1005
|
-
furnished to do so, subject to the following conditions:
|
|
1006
|
-
|
|
1007
|
-
The above copyright notice and this permission notice shall be included in
|
|
1008
|
-
all copies or substantial portions of the Software.
|
|
1009
|
-
|
|
1010
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1011
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1012
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1013
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1014
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1015
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1016
|
-
THE SOFTWARE.
|
|
1017
|
-
|
|
1018
|
-
--------------------------------------------------------------------------------
|
|
1019
|
-
|
|
1020
|
-
3rdparty dependency github.com/gabriel-vasile/mimetype
|
|
1021
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1022
|
-
github.com/gabriel-vasile/mimetype is under the MIT license.
|
|
1023
|
-
MIT License
|
|
1024
|
-
|
|
1025
|
-
Copyright (c) 2018 Gabriel Vasile
|
|
1026
|
-
|
|
1027
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1028
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1029
|
-
in the Software without restriction, including without limitation the rights
|
|
1030
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1031
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1032
|
-
furnished to do so, subject to the following conditions:
|
|
1033
|
-
|
|
1034
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1035
|
-
copies or substantial portions of the Software.
|
|
1036
|
-
|
|
1037
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1038
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1039
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1040
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1041
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1042
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1043
|
-
SOFTWARE.
|
|
1044
|
-
|
|
1045
|
-
--------------------------------------------------------------------------------
|
|
1046
|
-
|
|
1047
|
-
3rdparty dependency github.com/go-jose/go-jose/v3
|
|
1048
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1049
|
-
github.com/go-jose/go-jose/v3 is under the Apache-2.0 license.
|
|
1050
|
-
|
|
1051
|
-
--------------------------------------------------------------------------------
|
|
1052
|
-
|
|
1053
|
-
3rdparty dependency github.com/go-jose/go-jose/v3/json
|
|
1054
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1055
|
-
github.com/go-jose/go-jose/v3/json is under the BSD-3-Clause license.
|
|
1056
|
-
Copyright (c) 2012 The 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/go-logr/logr
|
|
1087
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1088
|
-
github.com/go-logr/logr is under the Apache-2.0 license.
|
|
1089
|
-
|
|
1090
|
-
--------------------------------------------------------------------------------
|
|
1091
|
-
|
|
1092
|
-
3rdparty dependency github.com/go-logr/stdr
|
|
1093
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1094
|
-
github.com/go-logr/stdr is under the Apache-2.0 license.
|
|
1095
|
-
|
|
1096
|
-
--------------------------------------------------------------------------------
|
|
1097
|
-
|
|
1098
|
-
3rdparty dependency github.com/goccy/go-json
|
|
1099
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1100
|
-
github.com/goccy/go-json is under the MIT license.
|
|
1101
|
-
MIT License
|
|
1102
|
-
|
|
1103
|
-
Copyright (c) 2020 Masaaki Goshima
|
|
1104
|
-
|
|
1105
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1106
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1107
|
-
in the Software without restriction, including without limitation the rights
|
|
1108
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1109
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1110
|
-
furnished to do so, subject to the following conditions:
|
|
1111
|
-
|
|
1112
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1113
|
-
copies or substantial portions of the Software.
|
|
1114
|
-
|
|
1115
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1116
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1117
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1118
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1119
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1120
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1121
|
-
SOFTWARE.
|
|
1122
|
-
|
|
1123
|
-
--------------------------------------------------------------------------------
|
|
1124
|
-
|
|
1125
|
-
3rdparty dependency github.com/golang-jwt/jwt/v5
|
|
1126
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1127
|
-
github.com/golang-jwt/jwt/v5 is under the MIT license.
|
|
1128
|
-
Copyright (c) 2012 Dave Grijalva
|
|
1129
|
-
Copyright (c) 2021 golang-jwt maintainers
|
|
1130
|
-
|
|
1131
|
-
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:
|
|
1132
|
-
|
|
1133
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1134
|
-
|
|
1135
|
-
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.
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
--------------------------------------------------------------------------------
|
|
1139
|
-
|
|
1140
|
-
3rdparty dependency github.com/golang/snappy
|
|
1141
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1142
|
-
github.com/golang/snappy is under the BSD-3-Clause license.
|
|
1143
|
-
Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
|
|
1144
|
-
|
|
1145
|
-
Redistribution and use in source and binary forms, with or without
|
|
1146
|
-
modification, are permitted provided that the following conditions are
|
|
1147
|
-
met:
|
|
1148
|
-
|
|
1149
|
-
* Redistributions of source code must retain the above copyright
|
|
1150
|
-
notice, this list of conditions and the following disclaimer.
|
|
1151
|
-
* Redistributions in binary form must reproduce the above
|
|
1152
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1153
|
-
in the documentation and/or other materials provided with the
|
|
1154
|
-
distribution.
|
|
1155
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1156
|
-
contributors may be used to endorse or promote products derived from
|
|
1157
|
-
this software without specific prior written permission.
|
|
1158
|
-
|
|
1159
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1160
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1161
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1162
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1163
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1164
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1165
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1166
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1167
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1168
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1169
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1170
|
-
|
|
1171
|
-
--------------------------------------------------------------------------------
|
|
1172
|
-
|
|
1173
|
-
3rdparty dependency github.com/google/flatbuffers/go
|
|
1174
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1175
|
-
github.com/google/flatbuffers/go is under the Apache-2.0 license.
|
|
1176
|
-
|
|
1177
|
-
--------------------------------------------------------------------------------
|
|
1178
|
-
|
|
1179
|
-
3rdparty dependency github.com/google/s2a-go
|
|
1180
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1181
|
-
github.com/google/s2a-go is under the Apache-2.0 license.
|
|
1182
|
-
|
|
1183
|
-
--------------------------------------------------------------------------------
|
|
1184
|
-
|
|
1185
|
-
3rdparty dependency github.com/google/uuid
|
|
1186
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1187
|
-
github.com/google/uuid is under the BSD-3-Clause license.
|
|
1188
|
-
Copyright (c) 2009,2014 Google Inc. All rights reserved.
|
|
1189
|
-
|
|
1190
|
-
Redistribution and use in source and binary forms, with or without
|
|
1191
|
-
modification, are permitted provided that the following conditions are
|
|
1192
|
-
met:
|
|
1193
|
-
|
|
1194
|
-
* Redistributions of source code must retain the above copyright
|
|
1195
|
-
notice, this list of conditions and the following disclaimer.
|
|
1196
|
-
* Redistributions in binary form must reproduce the above
|
|
1197
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1198
|
-
in the documentation and/or other materials provided with the
|
|
1199
|
-
distribution.
|
|
1200
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1201
|
-
contributors may be used to endorse or promote products derived from
|
|
1202
|
-
this software without specific prior written permission.
|
|
1203
|
-
|
|
1204
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1205
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1206
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1207
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1208
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1209
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1210
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1211
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1212
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1213
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1214
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1215
|
-
|
|
1216
|
-
--------------------------------------------------------------------------------
|
|
1217
|
-
|
|
1218
|
-
3rdparty dependency github.com/googleapis/enterprise-certificate-proxy/client
|
|
1219
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1220
|
-
github.com/googleapis/enterprise-certificate-proxy/client is under the Apache-2.0 license.
|
|
1221
|
-
|
|
1222
|
-
--------------------------------------------------------------------------------
|
|
1223
|
-
|
|
1224
|
-
3rdparty dependency github.com/googleapis/gax-go/v2
|
|
1225
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1226
|
-
github.com/googleapis/gax-go/v2 is under the BSD-3-Clause license.
|
|
1227
|
-
Copyright 2016, Google Inc.
|
|
1228
|
-
All rights reserved.
|
|
1229
|
-
Redistribution and use in source and binary forms, with or without
|
|
1230
|
-
modification, are permitted provided that the following conditions are
|
|
1231
|
-
met:
|
|
1232
|
-
|
|
1233
|
-
* Redistributions of source code must retain the above copyright
|
|
1234
|
-
notice, this list of conditions and the following disclaimer.
|
|
1235
|
-
* Redistributions in binary form must reproduce the above
|
|
1236
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
1237
|
-
in the documentation and/or other materials provided with the
|
|
1238
|
-
distribution.
|
|
1239
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1240
|
-
contributors may be used to endorse or promote products derived from
|
|
1241
|
-
this software without specific prior written permission.
|
|
1242
|
-
|
|
1243
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1244
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1245
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1246
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1247
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1248
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1249
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1250
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1251
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1252
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1253
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1254
|
-
|
|
1255
|
-
--------------------------------------------------------------------------------
|
|
1256
|
-
|
|
1257
|
-
3rdparty dependency github.com/grpc-ecosystem/grpc-gateway/v2
|
|
1258
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1259
|
-
github.com/grpc-ecosystem/grpc-gateway/v2 is under the BSD-3-Clause license.
|
|
1260
|
-
Copyright (c) 2015, Gengo, Inc.
|
|
1261
|
-
All rights reserved.
|
|
1262
|
-
|
|
1263
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1264
|
-
are permitted provided that the following conditions are met:
|
|
1265
|
-
|
|
1266
|
-
* Redistributions of source code must retain the above copyright notice,
|
|
1267
|
-
this list of conditions and the following disclaimer.
|
|
1268
|
-
|
|
1269
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1270
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1271
|
-
and/or other materials provided with the distribution.
|
|
1272
|
-
|
|
1273
|
-
* Neither the name of Gengo, Inc. nor the names of its
|
|
1274
|
-
contributors may be used to endorse or promote products derived from this
|
|
1275
|
-
software without specific prior written permission.
|
|
1276
|
-
|
|
1277
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1278
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1279
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1280
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1281
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1282
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1283
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1284
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1285
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1286
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1287
|
-
|
|
1288
|
-
--------------------------------------------------------------------------------
|
|
1289
|
-
|
|
1290
|
-
3rdparty dependency github.com/hashicorp/go-cleanhttp
|
|
1291
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1292
|
-
github.com/hashicorp/go-cleanhttp is under the MPL-2.0 license.
|
|
1293
|
-
Mozilla Public License, version 2.0
|
|
1294
|
-
|
|
1295
|
-
1. Definitions
|
|
1296
|
-
|
|
1297
|
-
1.1. "Contributor"
|
|
1298
|
-
|
|
1299
|
-
means each individual or legal entity that creates, contributes to the
|
|
1300
|
-
creation of, or owns Covered Software.
|
|
1301
|
-
|
|
1302
|
-
1.2. "Contributor Version"
|
|
1303
|
-
|
|
1304
|
-
means the combination of the Contributions of others (if any) used by a
|
|
1305
|
-
Contributor and that particular Contributor's Contribution.
|
|
1306
|
-
|
|
1307
|
-
1.3. "Contribution"
|
|
1308
|
-
|
|
1309
|
-
means Covered Software of a particular Contributor.
|
|
1310
|
-
|
|
1311
|
-
1.4. "Covered Software"
|
|
1312
|
-
|
|
1313
|
-
means Source Code Form to which the initial Contributor has attached the
|
|
1314
|
-
notice in Exhibit A, the Executable Form of such Source Code Form, and
|
|
1315
|
-
Modifications of such Source Code Form, in each case including portions
|
|
1316
|
-
thereof.
|
|
1317
|
-
|
|
1318
|
-
1.5. "Incompatible With Secondary Licenses"
|
|
1319
|
-
means
|
|
1320
|
-
|
|
1321
|
-
a. that the initial Contributor has attached the notice described in
|
|
1322
|
-
Exhibit B to the Covered Software; or
|
|
1323
|
-
|
|
1324
|
-
b. that the Covered Software was made available under the terms of
|
|
1325
|
-
version 1.1 or earlier of the License, but not also under the terms of
|
|
1326
|
-
a Secondary License.
|
|
1327
|
-
|
|
1328
|
-
1.6. "Executable Form"
|
|
1329
|
-
|
|
1330
|
-
means any form of the work other than Source Code Form.
|
|
1331
|
-
|
|
1332
|
-
1.7. "Larger Work"
|
|
1333
|
-
|
|
1334
|
-
means a work that combines Covered Software with other material, in a
|
|
1335
|
-
separate file or files, that is not Covered Software.
|
|
1336
|
-
|
|
1337
|
-
1.8. "License"
|
|
1338
|
-
|
|
1339
|
-
means this document.
|
|
1340
|
-
|
|
1341
|
-
1.9. "Licensable"
|
|
1342
|
-
|
|
1343
|
-
means having the right to grant, to the maximum extent possible, whether
|
|
1344
|
-
at the time of the initial grant or subsequently, any and all of the
|
|
1345
|
-
rights conveyed by this License.
|
|
1346
|
-
|
|
1347
|
-
1.10. "Modifications"
|
|
1348
|
-
|
|
1349
|
-
means any of the following:
|
|
1350
|
-
|
|
1351
|
-
a. any file in Source Code Form that results from an addition to,
|
|
1352
|
-
deletion from, or modification of the contents of Covered Software; or
|
|
1353
|
-
|
|
1354
|
-
b. any new file in Source Code Form that contains any Covered Software.
|
|
1355
|
-
|
|
1356
|
-
1.11. "Patent Claims" of a Contributor
|
|
1357
|
-
|
|
1358
|
-
means any patent claim(s), including without limitation, method,
|
|
1359
|
-
process, and apparatus claims, in any patent Licensable by such
|
|
1360
|
-
Contributor that would be infringed, but for the grant of the License,
|
|
1361
|
-
by the making, using, selling, offering for sale, having made, import,
|
|
1362
|
-
or transfer of either its Contributions or its Contributor Version.
|
|
1363
|
-
|
|
1364
|
-
1.12. "Secondary License"
|
|
1365
|
-
|
|
1366
|
-
means either the GNU General Public License, Version 2.0, the GNU Lesser
|
|
1367
|
-
General Public License, Version 2.1, the GNU Affero General Public
|
|
1368
|
-
License, Version 3.0, or any later versions of those licenses.
|
|
1369
|
-
|
|
1370
|
-
1.13. "Source Code Form"
|
|
1371
|
-
|
|
1372
|
-
means the form of the work preferred for making modifications.
|
|
1373
|
-
|
|
1374
|
-
1.14. "You" (or "Your")
|
|
1375
|
-
|
|
1376
|
-
means an individual or a legal entity exercising rights under this
|
|
1377
|
-
License. For legal entities, "You" includes any entity that controls, is
|
|
1378
|
-
controlled by, or is under common control with You. For purposes of this
|
|
1379
|
-
definition, "control" means (a) the power, direct or indirect, to cause
|
|
1380
|
-
the direction or management of such entity, whether by contract or
|
|
1381
|
-
otherwise, or (b) ownership of more than fifty percent (50%) of the
|
|
1382
|
-
outstanding shares or beneficial ownership of such entity.
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
2. License Grants and Conditions
|
|
1386
|
-
|
|
1387
|
-
2.1. Grants
|
|
1388
|
-
|
|
1389
|
-
Each Contributor hereby grants You a world-wide, royalty-free,
|
|
1390
|
-
non-exclusive license:
|
|
1391
|
-
|
|
1392
|
-
a. under intellectual property rights (other than patent or trademark)
|
|
1393
|
-
Licensable by such Contributor to use, reproduce, make available,
|
|
1394
|
-
modify, display, perform, distribute, and otherwise exploit its
|
|
1395
|
-
Contributions, either on an unmodified basis, with Modifications, or
|
|
1396
|
-
as part of a Larger Work; and
|
|
1397
|
-
|
|
1398
|
-
b. under Patent Claims of such Contributor to make, use, sell, offer for
|
|
1399
|
-
sale, have made, import, and otherwise transfer either its
|
|
1400
|
-
Contributions or its Contributor Version.
|
|
1401
|
-
|
|
1402
|
-
2.2. Effective Date
|
|
1403
|
-
|
|
1404
|
-
The licenses granted in Section 2.1 with respect to any Contribution
|
|
1405
|
-
become effective for each Contribution on the date the Contributor first
|
|
1406
|
-
distributes such Contribution.
|
|
1407
|
-
|
|
1408
|
-
2.3. Limitations on Grant Scope
|
|
1409
|
-
|
|
1410
|
-
The licenses granted in this Section 2 are the only rights granted under
|
|
1411
|
-
this License. No additional rights or licenses will be implied from the
|
|
1412
|
-
distribution or licensing of Covered Software under this License.
|
|
1413
|
-
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
|
1414
|
-
Contributor:
|
|
1415
|
-
|
|
1416
|
-
a. for any code that a Contributor has removed from Covered Software; or
|
|
1417
|
-
|
|
1418
|
-
b. for infringements caused by: (i) Your and any other third party's
|
|
1419
|
-
modifications of Covered Software, or (ii) the combination of its
|
|
1420
|
-
Contributions with other software (except as part of its Contributor
|
|
1421
|
-
Version); or
|
|
1422
|
-
|
|
1423
|
-
c. under Patent Claims infringed by Covered Software in the absence of
|
|
1424
|
-
its Contributions.
|
|
1425
|
-
|
|
1426
|
-
This License does not grant any rights in the trademarks, service marks,
|
|
1427
|
-
or logos of any Contributor (except as may be necessary to comply with
|
|
1428
|
-
the notice requirements in Section 3.4).
|
|
1429
|
-
|
|
1430
|
-
2.4. Subsequent Licenses
|
|
1431
|
-
|
|
1432
|
-
No Contributor makes additional grants as a result of Your choice to
|
|
1433
|
-
distribute the Covered Software under a subsequent version of this
|
|
1434
|
-
License (see Section 10.2) or under the terms of a Secondary License (if
|
|
1435
|
-
permitted under the terms of Section 3.3).
|
|
1436
|
-
|
|
1437
|
-
2.5. Representation
|
|
1438
|
-
|
|
1439
|
-
Each Contributor represents that the Contributor believes its
|
|
1440
|
-
Contributions are its original creation(s) or it has sufficient rights to
|
|
1441
|
-
grant the rights to its Contributions conveyed by this License.
|
|
1442
|
-
|
|
1443
|
-
2.6. Fair Use
|
|
1444
|
-
|
|
1445
|
-
This License is not intended to limit any rights You have under
|
|
1446
|
-
applicable copyright doctrines of fair use, fair dealing, or other
|
|
1447
|
-
equivalents.
|
|
1448
|
-
|
|
1449
|
-
2.7. Conditions
|
|
1450
|
-
|
|
1451
|
-
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
|
|
1452
|
-
Section 2.1.
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
3. Responsibilities
|
|
1456
|
-
|
|
1457
|
-
3.1. Distribution of Source Form
|
|
1458
|
-
|
|
1459
|
-
All distribution of Covered Software in Source Code Form, including any
|
|
1460
|
-
Modifications that You create or to which You contribute, must be under
|
|
1461
|
-
the terms of this License. You must inform recipients that the Source
|
|
1462
|
-
Code Form of the Covered Software is governed by the terms of this
|
|
1463
|
-
License, and how they can obtain a copy of this License. You may not
|
|
1464
|
-
attempt to alter or restrict the recipients' rights in the Source Code
|
|
1465
|
-
Form.
|
|
1466
|
-
|
|
1467
|
-
3.2. Distribution of Executable Form
|
|
1468
|
-
|
|
1469
|
-
If You distribute Covered Software in Executable Form then:
|
|
1470
|
-
|
|
1471
|
-
a. such Covered Software must also be made available in Source Code Form,
|
|
1472
|
-
as described in Section 3.1, and You must inform recipients of the
|
|
1473
|
-
Executable Form how they can obtain a copy of such Source Code Form by
|
|
1474
|
-
reasonable means in a timely manner, at a charge no more than the cost
|
|
1475
|
-
of distribution to the recipient; and
|
|
1476
|
-
|
|
1477
|
-
b. You may distribute such Executable Form under the terms of this
|
|
1478
|
-
License, or sublicense it under different terms, provided that the
|
|
1479
|
-
license for the Executable Form does not attempt to limit or alter the
|
|
1480
|
-
recipients' rights in the Source Code Form under this License.
|
|
1481
|
-
|
|
1482
|
-
3.3. Distribution of a Larger Work
|
|
1483
|
-
|
|
1484
|
-
You may create and distribute a Larger Work under terms of Your choice,
|
|
1485
|
-
provided that You also comply with the requirements of this License for
|
|
1486
|
-
the Covered Software. If the Larger Work is a combination of Covered
|
|
1487
|
-
Software with a work governed by one or more Secondary Licenses, and the
|
|
1488
|
-
Covered Software is not Incompatible With Secondary Licenses, this
|
|
1489
|
-
License permits You to additionally distribute such Covered Software
|
|
1490
|
-
under the terms of such Secondary License(s), so that the recipient of
|
|
1491
|
-
the Larger Work may, at their option, further distribute the Covered
|
|
1492
|
-
Software under the terms of either this License or such Secondary
|
|
1493
|
-
License(s).
|
|
1494
|
-
|
|
1495
|
-
3.4. Notices
|
|
1496
|
-
|
|
1497
|
-
You may not remove or alter the substance of any license notices
|
|
1498
|
-
(including copyright notices, patent notices, disclaimers of warranty, or
|
|
1499
|
-
limitations of liability) contained within the Source Code Form of the
|
|
1500
|
-
Covered Software, except that You may alter any license notices to the
|
|
1501
|
-
extent required to remedy known factual inaccuracies.
|
|
1502
|
-
|
|
1503
|
-
3.5. Application of Additional Terms
|
|
1504
|
-
|
|
1505
|
-
You may choose to offer, and to charge a fee for, warranty, support,
|
|
1506
|
-
indemnity or liability obligations to one or more recipients of Covered
|
|
1507
|
-
Software. However, You may do so only on Your own behalf, and not on
|
|
1508
|
-
behalf of any Contributor. You must make it absolutely clear that any
|
|
1509
|
-
such warranty, support, indemnity, or liability obligation is offered by
|
|
1510
|
-
You alone, and You hereby agree to indemnify every Contributor for any
|
|
1511
|
-
liability incurred by such Contributor as a result of warranty, support,
|
|
1512
|
-
indemnity or liability terms You offer. You may include additional
|
|
1513
|
-
disclaimers of warranty and limitations of liability specific to any
|
|
1514
|
-
jurisdiction.
|
|
1515
|
-
|
|
1516
|
-
4. Inability to Comply Due to Statute or Regulation
|
|
1517
|
-
|
|
1518
|
-
If it is impossible for You to comply with any of the terms of this License
|
|
1519
|
-
with respect to some or all of the Covered Software due to statute,
|
|
1520
|
-
judicial order, or regulation then You must: (a) comply with the terms of
|
|
1521
|
-
this License to the maximum extent possible; and (b) describe the
|
|
1522
|
-
limitations and the code they affect. Such description must be placed in a
|
|
1523
|
-
text file included with all distributions of the Covered Software under
|
|
1524
|
-
this License. Except to the extent prohibited by statute or regulation,
|
|
1525
|
-
such description must be sufficiently detailed for a recipient of ordinary
|
|
1526
|
-
skill to be able to understand it.
|
|
1527
|
-
|
|
1528
|
-
5. Termination
|
|
1529
|
-
|
|
1530
|
-
5.1. The rights granted under this License will terminate automatically if You
|
|
1531
|
-
fail to comply with any of its terms. However, if You become compliant,
|
|
1532
|
-
then the rights granted under this License from a particular Contributor
|
|
1533
|
-
are reinstated (a) provisionally, unless and until such Contributor
|
|
1534
|
-
explicitly and finally terminates Your grants, and (b) on an ongoing
|
|
1535
|
-
basis, if such Contributor fails to notify You of the non-compliance by
|
|
1536
|
-
some reasonable means prior to 60 days after You have come back into
|
|
1537
|
-
compliance. Moreover, Your grants from a particular Contributor are
|
|
1538
|
-
reinstated on an ongoing basis if such Contributor notifies You of the
|
|
1539
|
-
non-compliance by some reasonable means, this is the first time You have
|
|
1540
|
-
received notice of non-compliance with this License from such
|
|
1541
|
-
Contributor, and You become compliant prior to 30 days after Your receipt
|
|
1542
|
-
of the notice.
|
|
1543
|
-
|
|
1544
|
-
5.2. If You initiate litigation against any entity by asserting a patent
|
|
1545
|
-
infringement claim (excluding declaratory judgment actions,
|
|
1546
|
-
counter-claims, and cross-claims) alleging that a Contributor Version
|
|
1547
|
-
directly or indirectly infringes any patent, then the rights granted to
|
|
1548
|
-
You by any and all Contributors for the Covered Software under Section
|
|
1549
|
-
2.1 of this License shall terminate.
|
|
1550
|
-
|
|
1551
|
-
5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
|
|
1552
|
-
license agreements (excluding distributors and resellers) which have been
|
|
1553
|
-
validly granted by You or Your distributors under this License prior to
|
|
1554
|
-
termination shall survive termination.
|
|
1555
|
-
|
|
1556
|
-
6. Disclaimer of Warranty
|
|
1557
|
-
|
|
1558
|
-
Covered Software is provided under this License on an "as is" basis,
|
|
1559
|
-
without warranty of any kind, either expressed, implied, or statutory,
|
|
1560
|
-
including, without limitation, warranties that the Covered Software is free
|
|
1561
|
-
of defects, merchantable, fit for a particular purpose or non-infringing.
|
|
1562
|
-
The entire risk as to the quality and performance of the Covered Software
|
|
1563
|
-
is with You. Should any Covered Software prove defective in any respect,
|
|
1564
|
-
You (not any Contributor) assume the cost of any necessary servicing,
|
|
1565
|
-
repair, or correction. This disclaimer of warranty constitutes an essential
|
|
1566
|
-
part of this License. No use of any Covered Software is authorized under
|
|
1567
|
-
this License except under this disclaimer.
|
|
1568
|
-
|
|
1569
|
-
7. Limitation of Liability
|
|
1570
|
-
|
|
1571
|
-
Under no circumstances and under no legal theory, whether tort (including
|
|
1572
|
-
negligence), contract, or otherwise, shall any Contributor, or anyone who
|
|
1573
|
-
distributes Covered Software as permitted above, be liable to You for any
|
|
1574
|
-
direct, indirect, special, incidental, or consequential damages of any
|
|
1575
|
-
character including, without limitation, damages for lost profits, loss of
|
|
1576
|
-
goodwill, work stoppage, computer failure or malfunction, or any and all
|
|
1577
|
-
other commercial damages or losses, even if such party shall have been
|
|
1578
|
-
informed of the possibility of such damages. This limitation of liability
|
|
1579
|
-
shall not apply to liability for death or personal injury resulting from
|
|
1580
|
-
such party's negligence to the extent applicable law prohibits such
|
|
1581
|
-
limitation. Some jurisdictions do not allow the exclusion or limitation of
|
|
1582
|
-
incidental or consequential damages, so this exclusion and limitation may
|
|
1583
|
-
not apply to You.
|
|
1584
|
-
|
|
1585
|
-
8. Litigation
|
|
1586
|
-
|
|
1587
|
-
Any litigation relating to this License may be brought only in the courts
|
|
1588
|
-
of a jurisdiction where the defendant maintains its principal place of
|
|
1589
|
-
business and such litigation shall be governed by laws of that
|
|
1590
|
-
jurisdiction, without reference to its conflict-of-law provisions. Nothing
|
|
1591
|
-
in this Section shall prevent a party's ability to bring cross-claims or
|
|
1592
|
-
counter-claims.
|
|
1593
|
-
|
|
1594
|
-
9. Miscellaneous
|
|
1595
|
-
|
|
1596
|
-
This License represents the complete agreement concerning the subject
|
|
1597
|
-
matter hereof. If any provision of this License is held to be
|
|
1598
|
-
unenforceable, such provision shall be reformed only to the extent
|
|
1599
|
-
necessary to make it enforceable. Any law or regulation which provides that
|
|
1600
|
-
the language of a contract shall be construed against the drafter shall not
|
|
1601
|
-
be used to construe this License against a Contributor.
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
10. Versions of the License
|
|
1605
|
-
|
|
1606
|
-
10.1. New Versions
|
|
1607
|
-
|
|
1608
|
-
Mozilla Foundation is the license steward. Except as provided in Section
|
|
1609
|
-
10.3, no one other than the license steward has the right to modify or
|
|
1610
|
-
publish new versions of this License. Each version will be given a
|
|
1611
|
-
distinguishing version number.
|
|
1612
|
-
|
|
1613
|
-
10.2. Effect of New Versions
|
|
1614
|
-
|
|
1615
|
-
You may distribute the Covered Software under the terms of the version
|
|
1616
|
-
of the License under which You originally received the Covered Software,
|
|
1617
|
-
or under the terms of any subsequent version published by the license
|
|
1618
|
-
steward.
|
|
1619
|
-
|
|
1620
|
-
10.3. Modified Versions
|
|
1621
|
-
|
|
1622
|
-
If you create software not governed by this License, and you want to
|
|
1623
|
-
create a new license for such software, you may create and use a
|
|
1624
|
-
modified version of this License if you rename the license and remove
|
|
1625
|
-
any references to the name of the license steward (except to note that
|
|
1626
|
-
such modified license differs from this License).
|
|
1627
|
-
|
|
1628
|
-
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
|
1629
|
-
Licenses If You choose to distribute Source Code Form that is
|
|
1630
|
-
Incompatible With Secondary Licenses under the terms of this version of
|
|
1631
|
-
the License, the notice described in Exhibit B of this License must be
|
|
1632
|
-
attached.
|
|
1633
|
-
|
|
1634
|
-
Exhibit A - Source Code Form License Notice
|
|
1635
|
-
|
|
1636
|
-
This Source Code Form is subject to the
|
|
1637
|
-
terms of the Mozilla Public License, v.
|
|
1638
|
-
2.0. If a copy of the MPL was not
|
|
1639
|
-
distributed with this file, You can
|
|
1640
|
-
obtain one at
|
|
1641
|
-
http://mozilla.org/MPL/2.0/.
|
|
1642
|
-
|
|
1643
|
-
If it is not possible or desirable to put the notice in a particular file,
|
|
1644
|
-
then You may include the notice in a location (such as a LICENSE file in a
|
|
1645
|
-
relevant directory) where a recipient would be likely to look for such a
|
|
1646
|
-
notice.
|
|
1647
|
-
|
|
1648
|
-
You may add additional accurate notices of copyright ownership.
|
|
1649
|
-
|
|
1650
|
-
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
1651
|
-
|
|
1652
|
-
This Source Code Form is "Incompatible
|
|
1653
|
-
With Secondary Licenses", as defined by
|
|
1654
|
-
the Mozilla Public License, v. 2.0.
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
--------------------------------------------------------------------------------
|
|
1658
|
-
|
|
1659
|
-
3rdparty dependency github.com/hashicorp/go-retryablehttp
|
|
1660
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
1661
|
-
github.com/hashicorp/go-retryablehttp is under the MPL-2.0 license.
|
|
1662
|
-
Copyright (c) 2015 HashiCorp, Inc.
|
|
1663
|
-
|
|
1664
|
-
Mozilla Public License, version 2.0
|
|
1665
|
-
|
|
1666
|
-
1. Definitions
|
|
1667
|
-
|
|
1668
|
-
1.1. "Contributor"
|
|
1669
|
-
|
|
1670
|
-
means each individual or legal entity that creates, contributes to the
|
|
1671
|
-
creation of, or owns Covered Software.
|
|
1672
|
-
|
|
1673
|
-
1.2. "Contributor Version"
|
|
1674
|
-
|
|
1675
|
-
means the combination of the Contributions of others (if any) used by a
|
|
1676
|
-
Contributor and that particular Contributor's Contribution.
|
|
1677
|
-
|
|
1678
|
-
1.3. "Contribution"
|
|
1679
|
-
|
|
1680
|
-
means Covered Software of a particular Contributor.
|
|
1681
|
-
|
|
1682
|
-
1.4. "Covered Software"
|
|
1683
|
-
|
|
1684
|
-
means Source Code Form to which the initial Contributor has attached the
|
|
1685
|
-
notice in Exhibit A, the Executable Form of such Source Code Form, and
|
|
1686
|
-
Modifications of such Source Code Form, in each case including portions
|
|
1687
|
-
thereof.
|
|
1688
|
-
|
|
1689
|
-
1.5. "Incompatible With Secondary Licenses"
|
|
1690
|
-
means
|
|
1691
|
-
|
|
1692
|
-
a. that the initial Contributor has attached the notice described in
|
|
1693
|
-
Exhibit B to the Covered Software; or
|
|
1694
|
-
|
|
1695
|
-
b. that the Covered Software was made available under the terms of
|
|
1696
|
-
version 1.1 or earlier of the License, but not also under the terms of
|
|
1697
|
-
a Secondary License.
|
|
1698
|
-
|
|
1699
|
-
1.6. "Executable Form"
|
|
1700
|
-
|
|
1701
|
-
means any form of the work other than Source Code Form.
|
|
1702
|
-
|
|
1703
|
-
1.7. "Larger Work"
|
|
1704
|
-
|
|
1705
|
-
means a work that combines Covered Software with other material, in a
|
|
1706
|
-
separate file or files, that is not Covered Software.
|
|
1707
|
-
|
|
1708
|
-
1.8. "License"
|
|
1709
|
-
|
|
1710
|
-
means this document.
|
|
1711
|
-
|
|
1712
|
-
1.9. "Licensable"
|
|
1713
|
-
|
|
1714
|
-
means having the right to grant, to the maximum extent possible, whether
|
|
1715
|
-
at the time of the initial grant or subsequently, any and all of the
|
|
1716
|
-
rights conveyed by this License.
|
|
1717
|
-
|
|
1718
|
-
1.10. "Modifications"
|
|
1719
|
-
|
|
1720
|
-
means any of the following:
|
|
1721
|
-
|
|
1722
|
-
a. any file in Source Code Form that results from an addition to,
|
|
1723
|
-
deletion from, or modification of the contents of Covered Software; or
|
|
1724
|
-
|
|
1725
|
-
b. any new file in Source Code Form that contains any Covered Software.
|
|
1726
|
-
|
|
1727
|
-
1.11. "Patent Claims" of a Contributor
|
|
1728
|
-
|
|
1729
|
-
means any patent claim(s), including without limitation, method,
|
|
1730
|
-
process, and apparatus claims, in any patent Licensable by such
|
|
1731
|
-
Contributor that would be infringed, but for the grant of the License,
|
|
1732
|
-
by the making, using, selling, offering for sale, having made, import,
|
|
1733
|
-
or transfer of either its Contributions or its Contributor Version.
|
|
1734
|
-
|
|
1735
|
-
1.12. "Secondary License"
|
|
1736
|
-
|
|
1737
|
-
means either the GNU General Public License, Version 2.0, the GNU Lesser
|
|
1738
|
-
General Public License, Version 2.1, the GNU Affero General Public
|
|
1739
|
-
License, Version 3.0, or any later versions of those licenses.
|
|
1740
|
-
|
|
1741
|
-
1.13. "Source Code Form"
|
|
1742
|
-
|
|
1743
|
-
means the form of the work preferred for making modifications.
|
|
1744
|
-
|
|
1745
|
-
1.14. "You" (or "Your")
|
|
1746
|
-
|
|
1747
|
-
means an individual or a legal entity exercising rights under this
|
|
1748
|
-
License. For legal entities, "You" includes any entity that controls, is
|
|
1749
|
-
controlled by, or is under common control with You. For purposes of this
|
|
1750
|
-
definition, "control" means (a) the power, direct or indirect, to cause
|
|
1751
|
-
the direction or management of such entity, whether by contract or
|
|
1752
|
-
otherwise, or (b) ownership of more than fifty percent (50%) of the
|
|
1753
|
-
outstanding shares or beneficial ownership of such entity.
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
2. License Grants and Conditions
|
|
1757
|
-
|
|
1758
|
-
2.1. Grants
|
|
1759
|
-
|
|
1760
|
-
Each Contributor hereby grants You a world-wide, royalty-free,
|
|
1761
|
-
non-exclusive license:
|
|
1762
|
-
|
|
1763
|
-
a. under intellectual property rights (other than patent or trademark)
|
|
1764
|
-
Licensable by such Contributor to use, reproduce, make available,
|
|
1765
|
-
modify, display, perform, distribute, and otherwise exploit its
|
|
1766
|
-
Contributions, either on an unmodified basis, with Modifications, or
|
|
1767
|
-
as part of a Larger Work; and
|
|
1768
|
-
|
|
1769
|
-
b. under Patent Claims of such Contributor to make, use, sell, offer for
|
|
1770
|
-
sale, have made, import, and otherwise transfer either its
|
|
1771
|
-
Contributions or its Contributor Version.
|
|
1772
|
-
|
|
1773
|
-
2.2. Effective Date
|
|
1774
|
-
|
|
1775
|
-
The licenses granted in Section 2.1 with respect to any Contribution
|
|
1776
|
-
become effective for each Contribution on the date the Contributor first
|
|
1777
|
-
distributes such Contribution.
|
|
1778
|
-
|
|
1779
|
-
2.3. Limitations on Grant Scope
|
|
1780
|
-
|
|
1781
|
-
The licenses granted in this Section 2 are the only rights granted under
|
|
1782
|
-
this License. No additional rights or licenses will be implied from the
|
|
1783
|
-
distribution or licensing of Covered Software under this License.
|
|
1784
|
-
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
|
1785
|
-
Contributor:
|
|
1786
|
-
|
|
1787
|
-
a. for any code that a Contributor has removed from Covered Software; or
|
|
1788
|
-
|
|
1789
|
-
b. for infringements caused by: (i) Your and any other third party's
|
|
1790
|
-
modifications of Covered Software, or (ii) the combination of its
|
|
1791
|
-
Contributions with other software (except as part of its Contributor
|
|
1792
|
-
Version); or
|
|
1793
|
-
|
|
1794
|
-
c. under Patent Claims infringed by Covered Software in the absence of
|
|
1795
|
-
its Contributions.
|
|
1796
|
-
|
|
1797
|
-
This License does not grant any rights in the trademarks, service marks,
|
|
1798
|
-
or logos of any Contributor (except as may be necessary to comply with
|
|
1799
|
-
the notice requirements in Section 3.4).
|
|
1800
|
-
|
|
1801
|
-
2.4. Subsequent Licenses
|
|
1802
|
-
|
|
1803
|
-
No Contributor makes additional grants as a result of Your choice to
|
|
1804
|
-
distribute the Covered Software under a subsequent version of this
|
|
1805
|
-
License (see Section 10.2) or under the terms of a Secondary License (if
|
|
1806
|
-
permitted under the terms of Section 3.3).
|
|
1807
|
-
|
|
1808
|
-
2.5. Representation
|
|
1809
|
-
|
|
1810
|
-
Each Contributor represents that the Contributor believes its
|
|
1811
|
-
Contributions are its original creation(s) or it has sufficient rights to
|
|
1812
|
-
grant the rights to its Contributions conveyed by this License.
|
|
1813
|
-
|
|
1814
|
-
2.6. Fair Use
|
|
1815
|
-
|
|
1816
|
-
This License is not intended to limit any rights You have under
|
|
1817
|
-
applicable copyright doctrines of fair use, fair dealing, or other
|
|
1818
|
-
equivalents.
|
|
1819
|
-
|
|
1820
|
-
2.7. Conditions
|
|
1821
|
-
|
|
1822
|
-
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
|
|
1823
|
-
Section 2.1.
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
3. Responsibilities
|
|
1827
|
-
|
|
1828
|
-
3.1. Distribution of Source Form
|
|
1829
|
-
|
|
1830
|
-
All distribution of Covered Software in Source Code Form, including any
|
|
1831
|
-
Modifications that You create or to which You contribute, must be under
|
|
1832
|
-
the terms of this License. You must inform recipients that the Source
|
|
1833
|
-
Code Form of the Covered Software is governed by the terms of this
|
|
1834
|
-
License, and how they can obtain a copy of this License. You may not
|
|
1835
|
-
attempt to alter or restrict the recipients' rights in the Source Code
|
|
1836
|
-
Form.
|
|
1837
|
-
|
|
1838
|
-
3.2. Distribution of Executable Form
|
|
1839
|
-
|
|
1840
|
-
If You distribute Covered Software in Executable Form then:
|
|
1841
|
-
|
|
1842
|
-
a. such Covered Software must also be made available in Source Code Form,
|
|
1843
|
-
as described in Section 3.1, and You must inform recipients of the
|
|
1844
|
-
Executable Form how they can obtain a copy of such Source Code Form by
|
|
1845
|
-
reasonable means in a timely manner, at a charge no more than the cost
|
|
1846
|
-
of distribution to the recipient; and
|
|
1847
|
-
|
|
1848
|
-
b. You may distribute such Executable Form under the terms of this
|
|
1849
|
-
License, or sublicense it under different terms, provided that the
|
|
1850
|
-
license for the Executable Form does not attempt to limit or alter the
|
|
1851
|
-
recipients' rights in the Source Code Form under this License.
|
|
1852
|
-
|
|
1853
|
-
3.3. Distribution of a Larger Work
|
|
1854
|
-
|
|
1855
|
-
You may create and distribute a Larger Work under terms of Your choice,
|
|
1856
|
-
provided that You also comply with the requirements of this License for
|
|
1857
|
-
the Covered Software. If the Larger Work is a combination of Covered
|
|
1858
|
-
Software with a work governed by one or more Secondary Licenses, and the
|
|
1859
|
-
Covered Software is not Incompatible With Secondary Licenses, this
|
|
1860
|
-
License permits You to additionally distribute such Covered Software
|
|
1861
|
-
under the terms of such Secondary License(s), so that the recipient of
|
|
1862
|
-
the Larger Work may, at their option, further distribute the Covered
|
|
1863
|
-
Software under the terms of either this License or such Secondary
|
|
1864
|
-
License(s).
|
|
1865
|
-
|
|
1866
|
-
3.4. Notices
|
|
1867
|
-
|
|
1868
|
-
You may not remove or alter the substance of any license notices
|
|
1869
|
-
(including copyright notices, patent notices, disclaimers of warranty, or
|
|
1870
|
-
limitations of liability) contained within the Source Code Form of the
|
|
1871
|
-
Covered Software, except that You may alter any license notices to the
|
|
1872
|
-
extent required to remedy known factual inaccuracies.
|
|
1873
|
-
|
|
1874
|
-
3.5. Application of Additional Terms
|
|
1875
|
-
|
|
1876
|
-
You may choose to offer, and to charge a fee for, warranty, support,
|
|
1877
|
-
indemnity or liability obligations to one or more recipients of Covered
|
|
1878
|
-
Software. However, You may do so only on Your own behalf, and not on
|
|
1879
|
-
behalf of any Contributor. You must make it absolutely clear that any
|
|
1880
|
-
such warranty, support, indemnity, or liability obligation is offered by
|
|
1881
|
-
You alone, and You hereby agree to indemnify every Contributor for any
|
|
1882
|
-
liability incurred by such Contributor as a result of warranty, support,
|
|
1883
|
-
indemnity or liability terms You offer. You may include additional
|
|
1884
|
-
disclaimers of warranty and limitations of liability specific to any
|
|
1885
|
-
jurisdiction.
|
|
1886
|
-
|
|
1887
|
-
4. Inability to Comply Due to Statute or Regulation
|
|
1888
|
-
|
|
1889
|
-
If it is impossible for You to comply with any of the terms of this License
|
|
1890
|
-
with respect to some or all of the Covered Software due to statute,
|
|
1891
|
-
judicial order, or regulation then You must: (a) comply with the terms of
|
|
1892
|
-
this License to the maximum extent possible; and (b) describe the
|
|
1893
|
-
limitations and the code they affect. Such description must be placed in a
|
|
1894
|
-
text file included with all distributions of the Covered Software under
|
|
1895
|
-
this License. Except to the extent prohibited by statute or regulation,
|
|
1896
|
-
such description must be sufficiently detailed for a recipient of ordinary
|
|
1897
|
-
skill to be able to understand it.
|
|
1898
|
-
|
|
1899
|
-
5. Termination
|
|
1900
|
-
|
|
1901
|
-
5.1. The rights granted under this License will terminate automatically if You
|
|
1902
|
-
fail to comply with any of its terms. However, if You become compliant,
|
|
1903
|
-
then the rights granted under this License from a particular Contributor
|
|
1904
|
-
are reinstated (a) provisionally, unless and until such Contributor
|
|
1905
|
-
explicitly and finally terminates Your grants, and (b) on an ongoing
|
|
1906
|
-
basis, if such Contributor fails to notify You of the non-compliance by
|
|
1907
|
-
some reasonable means prior to 60 days after You have come back into
|
|
1908
|
-
compliance. Moreover, Your grants from a particular Contributor are
|
|
1909
|
-
reinstated on an ongoing basis if such Contributor notifies You of the
|
|
1910
|
-
non-compliance by some reasonable means, this is the first time You have
|
|
1911
|
-
received notice of non-compliance with this License from such
|
|
1912
|
-
Contributor, and You become compliant prior to 30 days after Your receipt
|
|
1913
|
-
of the notice.
|
|
1914
|
-
|
|
1915
|
-
5.2. If You initiate litigation against any entity by asserting a patent
|
|
1916
|
-
infringement claim (excluding declaratory judgment actions,
|
|
1917
|
-
counter-claims, and cross-claims) alleging that a Contributor Version
|
|
1918
|
-
directly or indirectly infringes any patent, then the rights granted to
|
|
1919
|
-
You by any and all Contributors for the Covered Software under Section
|
|
1920
|
-
2.1 of this License shall terminate.
|
|
1921
|
-
|
|
1922
|
-
5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
|
|
1923
|
-
license agreements (excluding distributors and resellers) which have been
|
|
1924
|
-
validly granted by You or Your distributors under this License prior to
|
|
1925
|
-
termination shall survive termination.
|
|
1926
|
-
|
|
1927
|
-
6. Disclaimer of Warranty
|
|
1928
|
-
|
|
1929
|
-
Covered Software is provided under this License on an "as is" basis,
|
|
1930
|
-
without warranty of any kind, either expressed, implied, or statutory,
|
|
1931
|
-
including, without limitation, warranties that the Covered Software is free
|
|
1932
|
-
of defects, merchantable, fit for a particular purpose or non-infringing.
|
|
1933
|
-
The entire risk as to the quality and performance of the Covered Software
|
|
1934
|
-
is with You. Should any Covered Software prove defective in any respect,
|
|
1935
|
-
You (not any Contributor) assume the cost of any necessary servicing,
|
|
1936
|
-
repair, or correction. This disclaimer of warranty constitutes an essential
|
|
1937
|
-
part of this License. No use of any Covered Software is authorized under
|
|
1938
|
-
this License except under this disclaimer.
|
|
1939
|
-
|
|
1940
|
-
7. Limitation of Liability
|
|
1941
|
-
|
|
1942
|
-
Under no circumstances and under no legal theory, whether tort (including
|
|
1943
|
-
negligence), contract, or otherwise, shall any Contributor, or anyone who
|
|
1944
|
-
distributes Covered Software as permitted above, be liable to You for any
|
|
1945
|
-
direct, indirect, special, incidental, or consequential damages of any
|
|
1946
|
-
character including, without limitation, damages for lost profits, loss of
|
|
1947
|
-
goodwill, work stoppage, computer failure or malfunction, or any and all
|
|
1948
|
-
other commercial damages or losses, even if such party shall have been
|
|
1949
|
-
informed of the possibility of such damages. This limitation of liability
|
|
1950
|
-
shall not apply to liability for death or personal injury resulting from
|
|
1951
|
-
such party's negligence to the extent applicable law prohibits such
|
|
1952
|
-
limitation. Some jurisdictions do not allow the exclusion or limitation of
|
|
1953
|
-
incidental or consequential damages, so this exclusion and limitation may
|
|
1954
|
-
not apply to You.
|
|
1955
|
-
|
|
1956
|
-
8. Litigation
|
|
1957
|
-
|
|
1958
|
-
Any litigation relating to this License may be brought only in the courts
|
|
1959
|
-
of a jurisdiction where the defendant maintains its principal place of
|
|
1960
|
-
business and such litigation shall be governed by laws of that
|
|
1961
|
-
jurisdiction, without reference to its conflict-of-law provisions. Nothing
|
|
1962
|
-
in this Section shall prevent a party's ability to bring cross-claims or
|
|
1963
|
-
counter-claims.
|
|
1964
|
-
|
|
1965
|
-
9. Miscellaneous
|
|
1966
|
-
|
|
1967
|
-
This License represents the complete agreement concerning the subject
|
|
1968
|
-
matter hereof. If any provision of this License is held to be
|
|
1969
|
-
unenforceable, such provision shall be reformed only to the extent
|
|
1970
|
-
necessary to make it enforceable. Any law or regulation which provides that
|
|
1971
|
-
the language of a contract shall be construed against the drafter shall not
|
|
1972
|
-
be used to construe this License against a Contributor.
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
10. Versions of the License
|
|
1976
|
-
|
|
1977
|
-
10.1. New Versions
|
|
1978
|
-
|
|
1979
|
-
Mozilla Foundation is the license steward. Except as provided in Section
|
|
1980
|
-
10.3, no one other than the license steward has the right to modify or
|
|
1981
|
-
publish new versions of this License. Each version will be given a
|
|
1982
|
-
distinguishing version number.
|
|
1983
|
-
|
|
1984
|
-
10.2. Effect of New Versions
|
|
1985
|
-
|
|
1986
|
-
You may distribute the Covered Software under the terms of the version
|
|
1987
|
-
of the License under which You originally received the Covered Software,
|
|
1988
|
-
or under the terms of any subsequent version published by the license
|
|
1989
|
-
steward.
|
|
1990
|
-
|
|
1991
|
-
10.3. Modified Versions
|
|
1992
|
-
|
|
1993
|
-
If you create software not governed by this License, and you want to
|
|
1994
|
-
create a new license for such software, you may create and use a
|
|
1995
|
-
modified version of this License if you rename the license and remove
|
|
1996
|
-
any references to the name of the license steward (except to note that
|
|
1997
|
-
such modified license differs from this License).
|
|
1998
|
-
|
|
1999
|
-
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
|
2000
|
-
Licenses If You choose to distribute Source Code Form that is
|
|
2001
|
-
Incompatible With Secondary Licenses under the terms of this version of
|
|
2002
|
-
the License, the notice described in Exhibit B of this License must be
|
|
2003
|
-
attached.
|
|
2004
|
-
|
|
2005
|
-
Exhibit A - Source Code Form License Notice
|
|
2006
|
-
|
|
2007
|
-
This Source Code Form is subject to the
|
|
2008
|
-
terms of the Mozilla Public License, v.
|
|
2009
|
-
2.0. If a copy of the MPL was not
|
|
2010
|
-
distributed with this file, You can
|
|
2011
|
-
obtain one at
|
|
2012
|
-
http://mozilla.org/MPL/2.0/.
|
|
2013
|
-
|
|
2014
|
-
If it is not possible or desirable to put the notice in a particular file,
|
|
2015
|
-
then You may include the notice in a location (such as a LICENSE file in a
|
|
2016
|
-
relevant directory) where a recipient would be likely to look for such a
|
|
2017
|
-
notice.
|
|
2018
|
-
|
|
2019
|
-
You may add additional accurate notices of copyright ownership.
|
|
2020
|
-
|
|
2021
|
-
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
2022
|
-
|
|
2023
|
-
This Source Code Form is "Incompatible
|
|
2024
|
-
With Secondary Licenses", as defined by
|
|
2025
|
-
the Mozilla Public License, v. 2.0.
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
--------------------------------------------------------------------------------
|
|
2029
|
-
|
|
2030
|
-
3rdparty dependency github.com/klauspost/compress
|
|
2031
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2032
|
-
github.com/klauspost/compress is under the MIT license.
|
|
2033
|
-
Copyright (c) 2012 The Go Authors. All rights reserved.
|
|
2034
|
-
Copyright (c) 2019 Klaus Post. All rights reserved.
|
|
2035
|
-
|
|
2036
|
-
Redistribution and use in source and binary forms, with or without
|
|
2037
|
-
modification, are permitted provided that the following conditions are
|
|
2038
|
-
met:
|
|
2039
|
-
|
|
2040
|
-
* Redistributions of source code must retain the above copyright
|
|
2041
|
-
notice, this list of conditions and the following disclaimer.
|
|
2042
|
-
* Redistributions in binary form must reproduce the above
|
|
2043
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2044
|
-
in the documentation and/or other materials provided with the
|
|
2045
|
-
distribution.
|
|
2046
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2047
|
-
contributors may be used to endorse or promote products derived from
|
|
2048
|
-
this software without specific prior written permission.
|
|
2049
|
-
|
|
2050
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2051
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2052
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2053
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2054
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2055
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2056
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2057
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2058
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2059
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2060
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2061
|
-
|
|
2062
|
-
------------------
|
|
2063
|
-
|
|
2064
|
-
Files: gzhttp/*
|
|
2065
|
-
|
|
2066
|
-
Apache License
|
|
2067
|
-
Version 2.0, January 2004
|
|
2068
|
-
http://www.apache.org/licenses/
|
|
2069
|
-
|
|
2070
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2071
|
-
|
|
2072
|
-
1. Definitions.
|
|
2073
|
-
|
|
2074
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
2075
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
2076
|
-
|
|
2077
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
2078
|
-
the copyright owner that is granting the License.
|
|
2079
|
-
|
|
2080
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
2081
|
-
other entities that control, are controlled by, or are under common
|
|
2082
|
-
control with that entity. For the purposes of this definition,
|
|
2083
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
2084
|
-
direction or management of such entity, whether by contract or
|
|
2085
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2086
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2087
|
-
|
|
2088
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
2089
|
-
exercising permissions granted by this License.
|
|
2090
|
-
|
|
2091
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
2092
|
-
including but not limited to software source code, documentation
|
|
2093
|
-
source, and configuration files.
|
|
2094
|
-
|
|
2095
|
-
"Object" form shall mean any form resulting from mechanical
|
|
2096
|
-
transformation or translation of a Source form, including but
|
|
2097
|
-
not limited to compiled object code, generated documentation,
|
|
2098
|
-
and conversions to other media types.
|
|
2099
|
-
|
|
2100
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
2101
|
-
Object form, made available under the License, as indicated by a
|
|
2102
|
-
copyright notice that is included in or attached to the work
|
|
2103
|
-
(an example is provided in the Appendix below).
|
|
2104
|
-
|
|
2105
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
2106
|
-
form, that is based on (or derived from) the Work and for which the
|
|
2107
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
2108
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
2109
|
-
of this License, Derivative Works shall not include works that remain
|
|
2110
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
2111
|
-
the Work and Derivative Works thereof.
|
|
2112
|
-
|
|
2113
|
-
"Contribution" shall mean any work of authorship, including
|
|
2114
|
-
the original version of the Work and any modifications or additions
|
|
2115
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
2116
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2117
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
2118
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
2119
|
-
means any form of electronic, verbal, or written communication sent
|
|
2120
|
-
to the Licensor or its representatives, including but not limited to
|
|
2121
|
-
communication on electronic mailing lists, source code control systems,
|
|
2122
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
2123
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
2124
|
-
excluding communication that is conspicuously marked or otherwise
|
|
2125
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
2126
|
-
|
|
2127
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2128
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
2129
|
-
subsequently incorporated within the Work.
|
|
2130
|
-
|
|
2131
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2132
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2133
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2134
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
2135
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
2136
|
-
Work and such Derivative Works in Source or Object form.
|
|
2137
|
-
|
|
2138
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
2139
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2140
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2141
|
-
(except as stated in this section) patent license to make, have made,
|
|
2142
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2143
|
-
where such license applies only to those patent claims licensable
|
|
2144
|
-
by such Contributor that are necessarily infringed by their
|
|
2145
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
2146
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
2147
|
-
institute patent litigation against any entity (including a
|
|
2148
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2149
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
2150
|
-
or contributory patent infringement, then any patent licenses
|
|
2151
|
-
granted to You under this License for that Work shall terminate
|
|
2152
|
-
as of the date such litigation is filed.
|
|
2153
|
-
|
|
2154
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
2155
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
2156
|
-
modifications, and in Source or Object form, provided that You
|
|
2157
|
-
meet the following conditions:
|
|
2158
|
-
|
|
2159
|
-
(a) You must give any other recipients of the Work or
|
|
2160
|
-
Derivative Works a copy of this License; and
|
|
2161
|
-
|
|
2162
|
-
(b) You must cause any modified files to carry prominent notices
|
|
2163
|
-
stating that You changed the files; and
|
|
2164
|
-
|
|
2165
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
2166
|
-
that You distribute, all copyright, patent, trademark, and
|
|
2167
|
-
attribution notices from the Source form of the Work,
|
|
2168
|
-
excluding those notices that do not pertain to any part of
|
|
2169
|
-
the Derivative Works; and
|
|
2170
|
-
|
|
2171
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
2172
|
-
distribution, then any Derivative Works that You distribute must
|
|
2173
|
-
include a readable copy of the attribution notices contained
|
|
2174
|
-
within such NOTICE file, excluding those notices that do not
|
|
2175
|
-
pertain to any part of the Derivative Works, in at least one
|
|
2176
|
-
of the following places: within a NOTICE text file distributed
|
|
2177
|
-
as part of the Derivative Works; within the Source form or
|
|
2178
|
-
documentation, if provided along with the Derivative Works; or,
|
|
2179
|
-
within a display generated by the Derivative Works, if and
|
|
2180
|
-
wherever such third-party notices normally appear. The contents
|
|
2181
|
-
of the NOTICE file are for informational purposes only and
|
|
2182
|
-
do not modify the License. You may add Your own attribution
|
|
2183
|
-
notices within Derivative Works that You distribute, alongside
|
|
2184
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
2185
|
-
that such additional attribution notices cannot be construed
|
|
2186
|
-
as modifying the License.
|
|
2187
|
-
|
|
2188
|
-
You may add Your own copyright statement to Your modifications and
|
|
2189
|
-
may provide additional or different license terms and conditions
|
|
2190
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
2191
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
2192
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
2193
|
-
the conditions stated in this License.
|
|
2194
|
-
|
|
2195
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2196
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
2197
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
2198
|
-
this License, without any additional terms or conditions.
|
|
2199
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
2200
|
-
the terms of any separate license agreement you may have executed
|
|
2201
|
-
with Licensor regarding such Contributions.
|
|
2202
|
-
|
|
2203
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
2204
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
2205
|
-
except as required for reasonable and customary use in describing the
|
|
2206
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
2207
|
-
|
|
2208
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2209
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
2210
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2211
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2212
|
-
implied, including, without limitation, any warranties or conditions
|
|
2213
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2214
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2215
|
-
appropriateness of using or redistributing the Work and assume any
|
|
2216
|
-
risks associated with Your exercise of permissions under this License.
|
|
2217
|
-
|
|
2218
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
2219
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
2220
|
-
unless required by applicable law (such as deliberate and grossly
|
|
2221
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
2222
|
-
liable to You for damages, including any direct, indirect, special,
|
|
2223
|
-
incidental, or consequential damages of any character arising as a
|
|
2224
|
-
result of this License or out of the use or inability to use the
|
|
2225
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
2226
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
2227
|
-
other commercial damages or losses), even if such Contributor
|
|
2228
|
-
has been advised of the possibility of such damages.
|
|
2229
|
-
|
|
2230
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
2231
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
2232
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2233
|
-
or other liability obligations and/or rights consistent with this
|
|
2234
|
-
License. However, in accepting such obligations, You may act only
|
|
2235
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
2236
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
2237
|
-
defend, and hold each Contributor harmless for any liability
|
|
2238
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
2239
|
-
of your accepting any such warranty or additional liability.
|
|
2240
|
-
|
|
2241
|
-
END OF TERMS AND CONDITIONS
|
|
2242
|
-
|
|
2243
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
2244
|
-
|
|
2245
|
-
To apply the Apache License to your work, attach the following
|
|
2246
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2247
|
-
replaced with your own identifying information. (Don't include
|
|
2248
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
2249
|
-
comment syntax for the file format. We also recommend that a
|
|
2250
|
-
file or class name and description of purpose be included on the
|
|
2251
|
-
same "printed page" as the copyright notice for easier
|
|
2252
|
-
identification within third-party archives.
|
|
2253
|
-
|
|
2254
|
-
Copyright 2016-2017 The New York Times Company
|
|
2255
|
-
|
|
2256
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2257
|
-
you may not use this file except in compliance with the License.
|
|
2258
|
-
You may obtain a copy of the License at
|
|
2259
|
-
|
|
2260
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
2261
|
-
|
|
2262
|
-
Unless required by applicable law or agreed to in writing, software
|
|
2263
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2264
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2265
|
-
See the License for the specific language governing permissions and
|
|
2266
|
-
limitations under the License.
|
|
2267
|
-
|
|
2268
|
-
------------------
|
|
2269
|
-
|
|
2270
|
-
Files: s2/cmd/internal/readahead/*
|
|
2271
|
-
|
|
2272
|
-
The MIT License (MIT)
|
|
2273
|
-
|
|
2274
|
-
Copyright (c) 2015 Klaus Post
|
|
2275
|
-
|
|
2276
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2277
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2278
|
-
in the Software without restriction, including without limitation the rights
|
|
2279
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2280
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2281
|
-
furnished to do so, subject to the following conditions:
|
|
2282
|
-
|
|
2283
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2284
|
-
copies or substantial portions of the Software.
|
|
2285
|
-
|
|
2286
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2287
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2288
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2289
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2290
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2291
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2292
|
-
SOFTWARE.
|
|
2293
|
-
|
|
2294
|
-
---------------------
|
|
2295
|
-
Files: snappy/*
|
|
2296
|
-
Files: internal/snapref/*
|
|
2297
|
-
|
|
2298
|
-
Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
|
|
2299
|
-
|
|
2300
|
-
Redistribution and use in source and binary forms, with or without
|
|
2301
|
-
modification, are permitted provided that the following conditions are
|
|
2302
|
-
met:
|
|
2303
|
-
|
|
2304
|
-
* Redistributions of source code must retain the above copyright
|
|
2305
|
-
notice, this list of conditions and the following disclaimer.
|
|
2306
|
-
* Redistributions in binary form must reproduce the above
|
|
2307
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2308
|
-
in the documentation and/or other materials provided with the
|
|
2309
|
-
distribution.
|
|
2310
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2311
|
-
contributors may be used to endorse or promote products derived from
|
|
2312
|
-
this software without specific prior written permission.
|
|
2313
|
-
|
|
2314
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2315
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2316
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2317
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2318
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2319
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2320
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2321
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2322
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2323
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2324
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2325
|
-
|
|
2326
|
-
-----------------
|
|
2327
|
-
|
|
2328
|
-
Files: s2/cmd/internal/filepathx/*
|
|
2329
|
-
|
|
2330
|
-
Copyright 2016 The filepathx Authors
|
|
2331
|
-
|
|
2332
|
-
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:
|
|
2333
|
-
|
|
2334
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2335
|
-
|
|
2336
|
-
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.
|
|
2337
|
-
|
|
2338
|
-
--------------------------------------------------------------------------------
|
|
2339
|
-
|
|
2340
|
-
3rdparty dependency github.com/klauspost/compress
|
|
2341
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2342
|
-
github.com/klauspost/compress is under the Apache-2.0 license.
|
|
2343
|
-
|
|
2344
|
-
--------------------------------------------------------------------------------
|
|
2345
|
-
|
|
2346
|
-
3rdparty dependency github.com/klauspost/compress/internal/snapref
|
|
2347
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2348
|
-
github.com/klauspost/compress/internal/snapref is under the BSD-3-Clause license.
|
|
2349
|
-
Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
|
|
2350
|
-
|
|
2351
|
-
Redistribution and use in source and binary forms, with or without
|
|
2352
|
-
modification, are permitted provided that the following conditions are
|
|
2353
|
-
met:
|
|
2354
|
-
|
|
2355
|
-
* Redistributions of source code must retain the above copyright
|
|
2356
|
-
notice, this list of conditions and the following disclaimer.
|
|
2357
|
-
* Redistributions in binary form must reproduce the above
|
|
2358
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2359
|
-
in the documentation and/or other materials provided with the
|
|
2360
|
-
distribution.
|
|
2361
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2362
|
-
contributors may be used to endorse or promote products derived from
|
|
2363
|
-
this software without specific prior written permission.
|
|
2364
|
-
|
|
2365
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2366
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2367
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2368
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2369
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2370
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2371
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2372
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2373
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2374
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2375
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2376
|
-
|
|
2377
|
-
--------------------------------------------------------------------------------
|
|
2378
|
-
|
|
2379
|
-
3rdparty dependency github.com/klauspost/compress/zstd/internal/xxhash
|
|
2380
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2381
|
-
github.com/klauspost/compress/zstd/internal/xxhash is under the MIT license.
|
|
2382
|
-
Copyright (c) 2016 Caleb Spare
|
|
2383
|
-
|
|
2384
|
-
MIT License
|
|
2385
|
-
|
|
2386
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
2387
|
-
a copy of this software and associated documentation files (the
|
|
2388
|
-
"Software"), to deal in the Software without restriction, including
|
|
2389
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
2390
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
2391
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
2392
|
-
the following conditions:
|
|
2393
|
-
|
|
2394
|
-
The above copyright notice and this permission notice shall be
|
|
2395
|
-
included in all copies or substantial portions of the Software.
|
|
2396
|
-
|
|
2397
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2398
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2399
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2400
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2401
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2402
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2403
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2404
|
-
|
|
2405
|
-
--------------------------------------------------------------------------------
|
|
2406
|
-
|
|
2407
|
-
3rdparty dependency github.com/klauspost/cpuid/v2
|
|
2408
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2409
|
-
github.com/klauspost/cpuid/v2 is under the MIT license.
|
|
2410
|
-
The MIT License (MIT)
|
|
2411
|
-
|
|
2412
|
-
Copyright (c) 2015 Klaus Post
|
|
2413
|
-
|
|
2414
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2415
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2416
|
-
in the Software without restriction, including without limitation the rights
|
|
2417
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2418
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2419
|
-
furnished to do so, subject to the following conditions:
|
|
2420
|
-
|
|
2421
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2422
|
-
copies or substantial portions of the Software.
|
|
2423
|
-
|
|
2424
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2425
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2426
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2427
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2428
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2429
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2430
|
-
SOFTWARE.
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
--------------------------------------------------------------------------------
|
|
2434
|
-
|
|
2435
|
-
3rdparty dependency github.com/mattn/go-colorable
|
|
2436
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2437
|
-
github.com/mattn/go-colorable is under the MIT license.
|
|
2438
|
-
The MIT License (MIT)
|
|
2439
|
-
|
|
2440
|
-
Copyright (c) 2016 Yasuhiro Matsumoto
|
|
2441
|
-
|
|
2442
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2443
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2444
|
-
in the Software without restriction, including without limitation the rights
|
|
2445
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2446
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2447
|
-
furnished to do so, subject to the following conditions:
|
|
2448
|
-
|
|
2449
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2450
|
-
copies or substantial portions of the Software.
|
|
2451
|
-
|
|
2452
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2453
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2454
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2455
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2456
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2457
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2458
|
-
SOFTWARE.
|
|
2459
|
-
|
|
2460
|
-
--------------------------------------------------------------------------------
|
|
2461
|
-
|
|
2462
|
-
3rdparty dependency github.com/mattn/go-isatty
|
|
2463
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2464
|
-
github.com/mattn/go-isatty is under the MIT license.
|
|
2465
|
-
Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
|
|
2466
|
-
|
|
2467
|
-
MIT License (Expat)
|
|
2468
|
-
|
|
2469
|
-
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:
|
|
2470
|
-
|
|
2471
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2472
|
-
|
|
2473
|
-
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.
|
|
2474
|
-
|
|
2475
|
-
--------------------------------------------------------------------------------
|
|
2476
|
-
|
|
2477
|
-
3rdparty dependency github.com/pierrec/lz4/v4
|
|
2478
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2479
|
-
github.com/pierrec/lz4/v4 is under the BSD-3-Clause license.
|
|
2480
|
-
Copyright (c) 2015, Pierre Curto
|
|
2481
|
-
All rights reserved.
|
|
2482
|
-
|
|
2483
|
-
Redistribution and use in source and binary forms, with or without
|
|
2484
|
-
modification, are permitted provided that the following conditions are met:
|
|
2485
|
-
|
|
2486
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
2487
|
-
list of conditions and the following disclaimer.
|
|
2488
|
-
|
|
2489
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
2490
|
-
this list of conditions and the following disclaimer in the documentation
|
|
2491
|
-
and/or other materials provided with the distribution.
|
|
2492
|
-
|
|
2493
|
-
* Neither the name of xxHash nor the names of its
|
|
2494
|
-
contributors may be used to endorse or promote products derived from
|
|
2495
|
-
this software without specific prior written permission.
|
|
2496
|
-
|
|
2497
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
2498
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
2499
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2500
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
2501
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
2502
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
2503
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
2504
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2505
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2506
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
--------------------------------------------------------------------------------
|
|
2510
|
-
|
|
2511
|
-
3rdparty dependency github.com/pkg/browser
|
|
2512
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2513
|
-
github.com/pkg/browser is under the BSD-2-Clause license.
|
|
2514
|
-
Copyright (c) 2014, Dave Cheney <dave@cheney.net>
|
|
2515
|
-
All rights reserved.
|
|
2516
|
-
|
|
2517
|
-
Redistribution and use in source and binary forms, with or without
|
|
2518
|
-
modification, are permitted provided that the following conditions are met:
|
|
2519
|
-
|
|
2520
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
2521
|
-
list of conditions and the following disclaimer.
|
|
2522
|
-
|
|
2523
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
2524
|
-
this list of conditions and the following disclaimer in the documentation
|
|
2525
|
-
and/or other materials provided with the distribution.
|
|
2526
|
-
|
|
2527
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
2528
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
2529
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2530
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
2531
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
2532
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
2533
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
2534
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2535
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2536
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2537
|
-
|
|
2538
|
-
--------------------------------------------------------------------------------
|
|
2539
|
-
|
|
2540
|
-
3rdparty dependency github.com/pkg/errors
|
|
2541
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2542
|
-
github.com/pkg/errors is under the BSD-2-Clause license.
|
|
2543
|
-
Copyright (c) 2015, Dave Cheney <dave@cheney.net>
|
|
2544
|
-
All rights reserved.
|
|
2545
|
-
|
|
2546
|
-
Redistribution and use in source and binary forms, with or without
|
|
2547
|
-
modification, are permitted provided that the following conditions are met:
|
|
2548
|
-
|
|
2549
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
2550
|
-
list of conditions and the following disclaimer.
|
|
2551
|
-
|
|
2552
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
2553
|
-
this list of conditions and the following disclaimer in the documentation
|
|
2554
|
-
and/or other materials provided with the distribution.
|
|
2555
|
-
|
|
2556
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
2557
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
2558
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2559
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
2560
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
2561
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
2562
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
2563
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2564
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2565
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2566
|
-
|
|
2567
|
-
--------------------------------------------------------------------------------
|
|
2568
|
-
|
|
2569
|
-
3rdparty dependency github.com/pmezard/go-difflib/difflib
|
|
2570
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2571
|
-
github.com/pmezard/go-difflib/difflib is under the BSD-3-Clause license.
|
|
2572
|
-
Copyright (c) 2013, Patrick Mezard
|
|
2573
|
-
All rights reserved.
|
|
2574
|
-
|
|
2575
|
-
Redistribution and use in source and binary forms, with or without
|
|
2576
|
-
modification, are permitted provided that the following conditions are
|
|
2577
|
-
met:
|
|
2578
|
-
|
|
2579
|
-
Redistributions of source code must retain the above copyright
|
|
2580
|
-
notice, this list of conditions and the following disclaimer.
|
|
2581
|
-
Redistributions in binary form must reproduce the above copyright
|
|
2582
|
-
notice, this list of conditions and the following disclaimer in the
|
|
2583
|
-
documentation and/or other materials provided with the distribution.
|
|
2584
|
-
The names of its contributors may not be used to endorse or promote
|
|
2585
|
-
products derived from this software without specific prior written
|
|
2586
|
-
permission.
|
|
2587
|
-
|
|
2588
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
2589
|
-
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
2590
|
-
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
2591
|
-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2592
|
-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2593
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
2594
|
-
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
2595
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
2596
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
2597
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
2598
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2599
|
-
|
|
2600
|
-
--------------------------------------------------------------------------------
|
|
2601
|
-
|
|
2602
|
-
3rdparty dependency github.com/rs/zerolog
|
|
2603
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2604
|
-
github.com/rs/zerolog is under the MIT license.
|
|
2605
|
-
MIT License
|
|
2606
|
-
|
|
2607
|
-
Copyright (c) 2017 Olivier Poitrey
|
|
2608
|
-
|
|
2609
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2610
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2611
|
-
in the Software without restriction, including without limitation the rights
|
|
2612
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2613
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2614
|
-
furnished to do so, subject to the following conditions:
|
|
2615
|
-
|
|
2616
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2617
|
-
copies or substantial portions of the Software.
|
|
2618
|
-
|
|
2619
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2620
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2621
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2622
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2623
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2624
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2625
|
-
SOFTWARE.
|
|
2626
|
-
|
|
2627
|
-
--------------------------------------------------------------------------------
|
|
2628
|
-
|
|
2629
|
-
3rdparty dependency github.com/sirupsen/logrus
|
|
2630
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2631
|
-
github.com/sirupsen/logrus is under the MIT license.
|
|
2632
|
-
The MIT License (MIT)
|
|
2633
|
-
|
|
2634
|
-
Copyright (c) 2014 Simon Eskildsen
|
|
2635
|
-
|
|
2636
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2637
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2638
|
-
in the Software without restriction, including without limitation the rights
|
|
2639
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2640
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2641
|
-
furnished to do so, subject to the following conditions:
|
|
2642
|
-
|
|
2643
|
-
The above copyright notice and this permission notice shall be included in
|
|
2644
|
-
all copies or substantial portions of the Software.
|
|
2645
|
-
|
|
2646
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2647
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2648
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2649
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2650
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2651
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2652
|
-
THE SOFTWARE.
|
|
2653
|
-
|
|
2654
|
-
--------------------------------------------------------------------------------
|
|
2655
|
-
|
|
2656
|
-
3rdparty dependency github.com/snowflakedb/gosnowflake
|
|
2657
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2658
|
-
github.com/snowflakedb/gosnowflake is under the Apache-2.0 license.
|
|
2659
|
-
|
|
2660
|
-
--------------------------------------------------------------------------------
|
|
2661
|
-
|
|
2662
|
-
3rdparty dependency github.com/stretchr/testify
|
|
2663
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2664
|
-
github.com/stretchr/testify is under the MIT license.
|
|
2665
|
-
MIT License
|
|
2666
|
-
|
|
2667
|
-
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
|
|
2668
|
-
|
|
2669
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2670
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2671
|
-
in the Software without restriction, including without limitation the rights
|
|
2672
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2673
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2674
|
-
furnished to do so, subject to the following conditions:
|
|
2675
|
-
|
|
2676
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2677
|
-
copies or substantial portions of the Software.
|
|
2678
|
-
|
|
2679
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2680
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2681
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2682
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2683
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2684
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2685
|
-
SOFTWARE.
|
|
2686
|
-
|
|
2687
|
-
--------------------------------------------------------------------------------
|
|
2688
|
-
|
|
2689
|
-
3rdparty dependency github.com/youmark/pkcs8
|
|
2690
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2691
|
-
github.com/youmark/pkcs8 is under the MIT license.
|
|
2692
|
-
The MIT License (MIT)
|
|
2693
|
-
|
|
2694
|
-
Copyright (c) 2014 youmark
|
|
2695
|
-
|
|
2696
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2697
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2698
|
-
in the Software without restriction, including without limitation the rights
|
|
2699
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2700
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2701
|
-
furnished to do so, subject to the following conditions:
|
|
2702
|
-
|
|
2703
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2704
|
-
copies or substantial portions of the Software.
|
|
2705
|
-
|
|
2706
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2707
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2708
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2709
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2710
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2711
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2712
|
-
SOFTWARE.
|
|
2713
|
-
--------------------------------------------------------------------------------
|
|
2714
|
-
|
|
2715
|
-
3rdparty dependency github.com/zeebo/xxh3
|
|
2716
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2717
|
-
github.com/zeebo/xxh3 is under the BSD-2-Clause license.
|
|
2718
|
-
BSD 2-Clause License
|
|
2719
|
-
|
|
2720
|
-
Copyright (c) 2012-2014, Yann Collet
|
|
2721
|
-
Copyright (c) 2019, Jeff Wendling
|
|
2722
|
-
All rights reserved.
|
|
2723
|
-
|
|
2724
|
-
xxHash Library
|
|
2725
|
-
|
|
2726
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
2727
|
-
are permitted provided that the following conditions are met:
|
|
2728
|
-
|
|
2729
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
2730
|
-
list of conditions and the following disclaimer.
|
|
2731
|
-
|
|
2732
|
-
* Redistributions in binary form must reproduce the above copyright notice, this
|
|
2733
|
-
list of conditions and the following disclaimer in the documentation and/or
|
|
2734
|
-
other materials provided with the distribution.
|
|
2735
|
-
|
|
2736
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
2737
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
2738
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2739
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
2740
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
2741
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
2742
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
2743
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2744
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
2745
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2746
|
-
|
|
2747
|
-
--------------------------------------------------------------------------------
|
|
2748
|
-
|
|
2749
|
-
3rdparty dependency go.opentelemetry.io/auto/sdk
|
|
2750
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2751
|
-
go.opentelemetry.io/auto/sdk is under the Apache-2.0 license.
|
|
2752
|
-
|
|
2753
|
-
--------------------------------------------------------------------------------
|
|
2754
|
-
|
|
2755
|
-
3rdparty dependency go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
|
|
2756
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2757
|
-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is under the Apache-2.0 license.
|
|
2758
|
-
|
|
2759
|
-
--------------------------------------------------------------------------------
|
|
2760
|
-
|
|
2761
|
-
3rdparty dependency go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
|
|
2762
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2763
|
-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is under the Apache-2.0 license.
|
|
2764
|
-
|
|
2765
|
-
--------------------------------------------------------------------------------
|
|
2766
|
-
|
|
2767
|
-
3rdparty dependency go.opentelemetry.io/otel
|
|
2768
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2769
|
-
go.opentelemetry.io/otel is under the Apache-2.0 license.
|
|
2770
|
-
|
|
2771
|
-
--------------------------------------------------------------------------------
|
|
2772
|
-
|
|
2773
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace
|
|
2774
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2775
|
-
go.opentelemetry.io/otel/exporters/otlp/otlptrace is under the Apache-2.0 license.
|
|
2776
|
-
|
|
2777
|
-
--------------------------------------------------------------------------------
|
|
2778
|
-
|
|
2779
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
|
|
2780
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2781
|
-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is under the Apache-2.0 license.
|
|
2782
|
-
|
|
2783
|
-
--------------------------------------------------------------------------------
|
|
2784
|
-
|
|
2785
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
|
|
2786
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2787
|
-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp is under the Apache-2.0 license.
|
|
2788
|
-
|
|
2789
|
-
--------------------------------------------------------------------------------
|
|
2790
|
-
|
|
2791
|
-
3rdparty dependency go.opentelemetry.io/otel/exporters/stdout/stdouttrace
|
|
2792
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2793
|
-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace is under the Apache-2.0 license.
|
|
2794
|
-
|
|
2795
|
-
--------------------------------------------------------------------------------
|
|
2796
|
-
|
|
2797
|
-
3rdparty dependency go.opentelemetry.io/otel/metric
|
|
2798
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2799
|
-
go.opentelemetry.io/otel/metric is under the Apache-2.0 license.
|
|
2800
|
-
|
|
2801
|
-
--------------------------------------------------------------------------------
|
|
2802
|
-
|
|
2803
|
-
3rdparty dependency go.opentelemetry.io/otel/sdk
|
|
2804
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2805
|
-
go.opentelemetry.io/otel/sdk is under the Apache-2.0 license.
|
|
2806
|
-
|
|
2807
|
-
--------------------------------------------------------------------------------
|
|
2808
|
-
|
|
2809
|
-
3rdparty dependency go.opentelemetry.io/otel/trace
|
|
2810
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2811
|
-
go.opentelemetry.io/otel/trace is under the Apache-2.0 license.
|
|
2812
|
-
|
|
2813
|
-
--------------------------------------------------------------------------------
|
|
2814
|
-
|
|
2815
|
-
3rdparty dependency go.opentelemetry.io/proto/otlp
|
|
2816
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2817
|
-
go.opentelemetry.io/proto/otlp is under the Apache-2.0 license.
|
|
2818
|
-
|
|
2819
|
-
--------------------------------------------------------------------------------
|
|
2820
|
-
|
|
2821
|
-
3rdparty dependency google.golang.org/api
|
|
2822
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2823
|
-
google.golang.org/api is under the BSD-3-Clause license.
|
|
2824
|
-
Copyright (c) 2011 Google Inc. All rights reserved.
|
|
2825
|
-
|
|
2826
|
-
Redistribution and use in source and binary forms, with or without
|
|
2827
|
-
modification, are permitted provided that the following conditions are
|
|
2828
|
-
met:
|
|
2829
|
-
|
|
2830
|
-
* Redistributions of source code must retain the above copyright
|
|
2831
|
-
notice, this list of conditions and the following disclaimer.
|
|
2832
|
-
* Redistributions in binary form must reproduce the above
|
|
2833
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2834
|
-
in the documentation and/or other materials provided with the
|
|
2835
|
-
distribution.
|
|
2836
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2837
|
-
contributors may be used to endorse or promote products derived from
|
|
2838
|
-
this software without specific prior written permission.
|
|
2839
|
-
|
|
2840
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2841
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2842
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2843
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2844
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2845
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2846
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2847
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2848
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2849
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2850
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2851
|
-
|
|
2852
|
-
--------------------------------------------------------------------------------
|
|
2853
|
-
|
|
2854
|
-
3rdparty dependency google.golang.org/api/internal/third_party/uritemplates
|
|
2855
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2856
|
-
google.golang.org/api/internal/third_party/uritemplates is under the BSD-3-Clause license.
|
|
2857
|
-
Copyright (c) 2013 Joshua Tacoma. All rights reserved.
|
|
2858
|
-
|
|
2859
|
-
Redistribution and use in source and binary forms, with or without
|
|
2860
|
-
modification, are permitted provided that the following conditions are
|
|
2861
|
-
met:
|
|
2862
|
-
|
|
2863
|
-
* Redistributions of source code must retain the above copyright
|
|
2864
|
-
notice, this list of conditions and the following disclaimer.
|
|
2865
|
-
* Redistributions in binary form must reproduce the above
|
|
2866
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2867
|
-
in the documentation and/or other materials provided with the
|
|
2868
|
-
distribution.
|
|
2869
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2870
|
-
contributors may be used to endorse or promote products derived from
|
|
2871
|
-
this software without specific prior written permission.
|
|
2872
|
-
|
|
2873
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2874
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2875
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2876
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2877
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2878
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2879
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2880
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2881
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2882
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2883
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2884
|
-
|
|
2885
|
-
--------------------------------------------------------------------------------
|
|
2886
|
-
|
|
2887
|
-
3rdparty dependency google.golang.org/genproto/googleapis/api
|
|
2888
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2889
|
-
google.golang.org/genproto/googleapis/api is under the Apache-2.0 license.
|
|
2890
|
-
|
|
2891
|
-
--------------------------------------------------------------------------------
|
|
2892
|
-
|
|
2893
|
-
3rdparty dependency google.golang.org/genproto/googleapis/rpc
|
|
2894
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2895
|
-
google.golang.org/genproto/googleapis/rpc is under the Apache-2.0 license.
|
|
2896
|
-
|
|
2897
|
-
--------------------------------------------------------------------------------
|
|
2898
|
-
|
|
2899
|
-
3rdparty dependency google.golang.org/genproto/googleapis/type/expr
|
|
2900
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2901
|
-
google.golang.org/genproto/googleapis/type/expr is under the Apache-2.0 license.
|
|
2902
|
-
|
|
2903
|
-
--------------------------------------------------------------------------------
|
|
2904
|
-
|
|
2905
|
-
3rdparty dependency google.golang.org/grpc
|
|
2906
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2907
|
-
google.golang.org/grpc is under the Apache-2.0 license.
|
|
2908
|
-
|
|
2909
|
-
--------------------------------------------------------------------------------
|
|
2910
|
-
|
|
2911
|
-
3rdparty dependency google.golang.org/protobuf
|
|
2912
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2913
|
-
google.golang.org/protobuf is under the BSD-3-Clause license.
|
|
2914
|
-
Copyright (c) 2018 The Go Authors. All rights reserved.
|
|
2915
|
-
|
|
2916
|
-
Redistribution and use in source and binary forms, with or without
|
|
2917
|
-
modification, are permitted provided that the following conditions are
|
|
2918
|
-
met:
|
|
2919
|
-
|
|
2920
|
-
* Redistributions of source code must retain the above copyright
|
|
2921
|
-
notice, this list of conditions and the following disclaimer.
|
|
2922
|
-
* Redistributions in binary form must reproduce the above
|
|
2923
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
2924
|
-
in the documentation and/or other materials provided with the
|
|
2925
|
-
distribution.
|
|
2926
|
-
* Neither the name of Google Inc. nor the names of its
|
|
2927
|
-
contributors may be used to endorse or promote products derived from
|
|
2928
|
-
this software without specific prior written permission.
|
|
2929
|
-
|
|
2930
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2931
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2932
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2933
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2934
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2935
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2936
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2937
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2938
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2939
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2940
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2941
|
-
|
|
2942
|
-
--------------------------------------------------------------------------------
|
|
2943
|
-
|
|
2944
|
-
3rdparty dependency gopkg.in/yaml.v3
|
|
2945
|
-
is statically linked in certain binary distributions, like the Python wheels.
|
|
2946
|
-
gopkg.in/yaml.v3 is under the MIT license.
|
|
2947
|
-
|
|
2948
|
-
This project is covered by two different licenses: MIT and Apache.
|
|
2949
|
-
|
|
2950
|
-
#### MIT License ####
|
|
2951
|
-
|
|
2952
|
-
The following files were ported to Go from C files of libyaml, and thus
|
|
2953
|
-
are still covered by their original MIT license, with the additional
|
|
2954
|
-
copyright staring in 2011 when the project was ported over:
|
|
2955
|
-
|
|
2956
|
-
apic.go emitterc.go parserc.go readerc.go scannerc.go
|
|
2957
|
-
writerc.go yamlh.go yamlprivateh.go
|
|
2958
|
-
|
|
2959
|
-
Copyright (c) 2006-2010 Kirill Simonov
|
|
2960
|
-
Copyright (c) 2006-2011 Kirill Simonov
|
|
2961
|
-
|
|
2962
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2963
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2964
|
-
the Software without restriction, including without limitation the rights to
|
|
2965
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
2966
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
2967
|
-
so, subject to the following conditions:
|
|
2968
|
-
|
|
2969
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2970
|
-
copies or substantial portions of the Software.
|
|
2971
|
-
|
|
2972
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2973
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2974
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2975
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2976
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2977
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2978
|
-
SOFTWARE.
|
|
2979
|
-
|
|
2980
|
-
### Apache License ###
|
|
2981
|
-
|
|
2982
|
-
All the remaining project files are covered by the Apache license:
|
|
2983
|
-
|
|
2984
|
-
Copyright (c) 2011-2019 Canonical Ltd
|
|
2985
|
-
|
|
2986
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2987
|
-
you may not use this file except in compliance with the License.
|
|
2988
|
-
You may obtain a copy of the License at
|
|
2989
|
-
|
|
2990
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
2991
|
-
|
|
2992
|
-
Unless required by applicable law or agreed to in writing, software
|
|
2993
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2994
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2995
|
-
See the License for the specific language governing permissions and
|
|
2996
|
-
limitations under the License.
|