red-adbc 1.9.0 → 1.11.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1517 -729
  3. data/NOTICE.txt +1 -1
  4. data/lib/adbc/version.rb +1 -1
  5. metadata +6 -5
data/LICENSE.txt CHANGED
@@ -440,34 +440,6 @@ cloud.google.com/go/compute/metadata is under the Apache-2.0 license.
440
440
  is statically linked in certain binary distributions, like the Python wheels.
441
441
  cloud.google.com/go/iam is under the Apache-2.0 license.
442
442
 
443
- --------------------------------------------------------------------------------
444
-
445
- 3rdparty dependency github.com/99designs/keyring
446
- is statically linked in certain binary distributions, like the Python wheels.
447
- github.com/99designs/keyring is under the MIT license.
448
- The MIT License (MIT)
449
-
450
- Copyright (c) 2015 99designs
451
-
452
- Permission is hereby granted, free of charge, to any person obtaining a copy
453
- of this software and associated documentation files (the "Software"), to deal
454
- in the Software without restriction, including without limitation the rights
455
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
456
- copies of the Software, and to permit persons to whom the Software is
457
- furnished to do so, subject to the following conditions:
458
-
459
- The above copyright notice and this permission notice shall be included in all
460
- copies or substantial portions of the Software.
461
-
462
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
463
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
464
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
465
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
466
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
467
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
468
- SOFTWARE.
469
-
470
-
471
443
  --------------------------------------------------------------------------------
472
444
 
473
445
  3rdparty dependency github.com/Azure/azure-sdk-for-go/sdk/azcore
@@ -602,6 +574,128 @@ THE SOFTWARE.
602
574
 
603
575
  --------------------------------------------------------------------------------
604
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
+
605
699
  3rdparty dependency github.com/aws/aws-sdk-go-v2
606
700
  is statically linked in certain binary distributions, like the Python wheels.
607
701
  github.com/aws/aws-sdk-go-v2 is under the Apache-2.0 license.
@@ -865,6 +959,18 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
865
959
 
866
960
  --------------------------------------------------------------------------------
867
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
+
868
974
  3rdparty dependency github.com/davecgh/go-spew/spew
869
975
  is statically linked in certain binary distributions, like the Python wheels.
870
976
  github.com/davecgh/go-spew/spew is under the ISC license.
@@ -886,33 +992,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
886
992
 
887
993
  --------------------------------------------------------------------------------
888
994
 
889
- 3rdparty dependency github.com/dvsekhvalnov/jose2go
890
- is statically linked in certain binary distributions, like the Python wheels.
891
- github.com/dvsekhvalnov/jose2go is under the MIT license.
892
- The MIT License (MIT)
893
-
894
- Copyright (c) 2014
895
-
896
- Permission is hereby granted, free of charge, to any person obtaining a copy
897
- of this software and associated documentation files (the "Software"), to deal
898
- in the Software without restriction, including without limitation the rights
899
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
900
- copies of the Software, and to permit persons to whom the Software is
901
- furnished to do so, subject to the following conditions:
902
-
903
- The above copyright notice and this permission notice shall be included in all
904
- copies or substantial portions of the Software.
905
-
906
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
907
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
908
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
909
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
910
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
911
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
912
- SOFTWARE.
913
-
914
- --------------------------------------------------------------------------------
915
-
916
995
  3rdparty dependency github.com/felixge/httpsnoop
917
996
  is statically linked in certain binary distributions, like the Python wheels.
918
997
  github.com/felixge/httpsnoop is under the MIT license.
@@ -965,6 +1044,45 @@ SOFTWARE.
965
1044
 
966
1045
  --------------------------------------------------------------------------------
967
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
+
968
1086
  3rdparty dependency github.com/go-logr/logr
969
1087
  is statically linked in certain binary distributions, like the Python wheels.
970
1088
  github.com/go-logr/logr is under the Apache-2.0 license.
@@ -1004,37 +1122,6 @@ SOFTWARE.
1004
1122
 
1005
1123
  --------------------------------------------------------------------------------
1006
1124
 
1007
- 3rdparty dependency github.com/godbus/dbus
1008
- is statically linked in certain binary distributions, like the Python wheels.
1009
- github.com/godbus/dbus is under the BSD-2-Clause license.
1010
- Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google
1011
- All rights reserved.
1012
-
1013
- Redistribution and use in source and binary forms, with or without
1014
- modification, are permitted provided that the following conditions
1015
- are met:
1016
-
1017
- 1. Redistributions of source code must retain the above copyright notice,
1018
- this list of conditions and the following disclaimer.
1019
-
1020
- 2. Redistributions in binary form must reproduce the above copyright
1021
- notice, this list of conditions and the following disclaimer in the
1022
- documentation and/or other materials provided with the distribution.
1023
-
1024
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1025
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1026
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1027
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1028
- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1029
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
1030
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1031
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1032
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1033
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1034
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1035
-
1036
- --------------------------------------------------------------------------------
1037
-
1038
1125
  3rdparty dependency github.com/golang-jwt/jwt/v5
1039
1126
  is statically linked in certain binary distributions, like the Python wheels.
1040
1127
  github.com/golang-jwt/jwt/v5 is under the MIT license.
@@ -1200,741 +1287,751 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1200
1287
 
1201
1288
  --------------------------------------------------------------------------------
1202
1289
 
1203
- 3rdparty dependency github.com/gsterjov/go-libsecret
1290
+ 3rdparty dependency github.com/hashicorp/go-cleanhttp
1204
1291
  is statically linked in certain binary distributions, like the Python wheels.
1205
- github.com/gsterjov/go-libsecret is under the MIT license.
1206
- The MIT License (MIT)
1292
+ github.com/hashicorp/go-cleanhttp is under the MPL-2.0 license.
1293
+ Mozilla Public License, version 2.0
1207
1294
 
1208
- Copyright (c) 2016 Goran Sterjov
1295
+ 1. Definitions
1209
1296
 
1210
- Permission is hereby granted, free of charge, to any person obtaining a copy
1211
- of this software and associated documentation files (the "Software"), to deal
1212
- in the Software without restriction, including without limitation the rights
1213
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1214
- copies of the Software, and to permit persons to whom the Software is
1215
- furnished to do so, subject to the following conditions:
1297
+ 1.1. "Contributor"
1216
1298
 
1217
- The above copyright notice and this permission notice shall be included in all
1218
- copies or substantial portions of the Software.
1299
+ means each individual or legal entity that creates, contributes to the
1300
+ creation of, or owns Covered Software.
1219
1301
 
1220
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1221
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1222
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1223
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1224
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1225
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1226
- SOFTWARE.
1302
+ 1.2. "Contributor Version"
1227
1303
 
1228
- --------------------------------------------------------------------------------
1304
+ means the combination of the Contributions of others (if any) used by a
1305
+ Contributor and that particular Contributor's Contribution.
1229
1306
 
1230
- 3rdparty dependency github.com/klauspost/compress
1231
- is statically linked in certain binary distributions, like the Python wheels.
1232
- github.com/klauspost/compress is under the Apache-2.0 license.
1307
+ 1.3. "Contribution"
1233
1308
 
1234
- --------------------------------------------------------------------------------
1309
+ means Covered Software of a particular Contributor.
1235
1310
 
1236
- 3rdparty dependency github.com/klauspost/compress/internal/snapref
1237
- is statically linked in certain binary distributions, like the Python wheels.
1238
- github.com/klauspost/compress/internal/snapref is under the BSD-3-Clause license.
1239
- Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
1311
+ 1.4. "Covered Software"
1240
1312
 
1241
- Redistribution and use in source and binary forms, with or without
1242
- modification, are permitted provided that the following conditions are
1243
- met:
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.
1244
1317
 
1245
- * Redistributions of source code must retain the above copyright
1246
- notice, this list of conditions and the following disclaimer.
1247
- * Redistributions in binary form must reproduce the above
1248
- copyright notice, this list of conditions and the following disclaimer
1249
- in the documentation and/or other materials provided with the
1250
- distribution.
1251
- * Neither the name of Google Inc. nor the names of its
1252
- contributors may be used to endorse or promote products derived from
1253
- this software without specific prior written permission.
1318
+ 1.5. "Incompatible With Secondary Licenses"
1319
+ means
1254
1320
 
1255
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1256
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1257
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1258
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1259
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1260
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1261
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1262
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1263
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1264
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1265
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1321
+ a. that the initial Contributor has attached the notice described in
1322
+ Exhibit B to the Covered Software; or
1266
1323
 
1267
- --------------------------------------------------------------------------------
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.
1268
1327
 
1269
- 3rdparty dependency github.com/klauspost/compress/zstd/internal/xxhash
1270
- is statically linked in certain binary distributions, like the Python wheels.
1271
- github.com/klauspost/compress/zstd/internal/xxhash is under the MIT license.
1272
- Copyright (c) 2016 Caleb Spare
1328
+ 1.6. "Executable Form"
1273
1329
 
1274
- MIT License
1330
+ means any form of the work other than Source Code Form.
1275
1331
 
1276
- Permission is hereby granted, free of charge, to any person obtaining
1277
- a copy of this software and associated documentation files (the
1278
- "Software"), to deal in the Software without restriction, including
1279
- without limitation the rights to use, copy, modify, merge, publish,
1280
- distribute, sublicense, and/or sell copies of the Software, and to
1281
- permit persons to whom the Software is furnished to do so, subject to
1282
- the following conditions:
1332
+ 1.7. "Larger Work"
1283
1333
 
1284
- The above copyright notice and this permission notice shall be
1285
- included in all copies or substantial portions of the Software.
1334
+ means a work that combines Covered Software with other material, in a
1335
+ separate file or files, that is not Covered Software.
1286
1336
 
1287
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1288
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1289
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1290
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1291
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1292
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1293
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1337
+ 1.8. "License"
1294
1338
 
1295
- --------------------------------------------------------------------------------
1339
+ means this document.
1296
1340
 
1297
- 3rdparty dependency github.com/klauspost/cpuid/v2
1298
- is statically linked in certain binary distributions, like the Python wheels.
1299
- github.com/klauspost/cpuid/v2 is under the MIT license.
1300
- The MIT License (MIT)
1341
+ 1.9. "Licensable"
1301
1342
 
1302
- Copyright (c) 2015 Klaus Post
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.
1303
1346
 
1304
- Permission is hereby granted, free of charge, to any person obtaining a copy
1305
- of this software and associated documentation files (the "Software"), to deal
1306
- in the Software without restriction, including without limitation the rights
1307
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1308
- copies of the Software, and to permit persons to whom the Software is
1309
- furnished to do so, subject to the following conditions:
1347
+ 1.10. "Modifications"
1310
1348
 
1311
- The above copyright notice and this permission notice shall be included in all
1312
- copies or substantial portions of the Software.
1349
+ means any of the following:
1313
1350
 
1314
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1315
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1316
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1317
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1318
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1319
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1320
- SOFTWARE.
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
1321
1353
 
1354
+ b. any new file in Source Code Form that contains any Covered Software.
1322
1355
 
1323
- --------------------------------------------------------------------------------
1356
+ 1.11. "Patent Claims" of a Contributor
1324
1357
 
1325
- 3rdparty dependency github.com/mtibben/percent
1326
- is statically linked in certain binary distributions, like the Python wheels.
1327
- github.com/mtibben/percent is under the MIT license.
1328
- MIT License
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.
1329
1363
 
1330
- Copyright (c) 2020 Michael Tibben
1364
+ 1.12. "Secondary License"
1331
1365
 
1332
- Permission is hereby granted, free of charge, to any person obtaining a copy
1333
- of this software and associated documentation files (the "Software"), to deal
1334
- in the Software without restriction, including without limitation the rights
1335
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1336
- copies of the Software, and to permit persons to whom the Software is
1337
- furnished to do so, subject to the following conditions:
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.
1338
1369
 
1339
- The above copyright notice and this permission notice shall be included in all
1340
- copies or substantial portions of the Software.
1370
+ 1.13. "Source Code Form"
1341
1371
 
1342
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1343
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1344
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1345
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1346
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1347
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1348
- SOFTWARE.
1372
+ means the form of the work preferred for making modifications.
1349
1373
 
1350
- --------------------------------------------------------------------------------
1374
+ 1.14. "You" (or "Your")
1351
1375
 
1352
- 3rdparty dependency github.com/pierrec/lz4/v4
1353
- is statically linked in certain binary distributions, like the Python wheels.
1354
- github.com/pierrec/lz4/v4 is under the BSD-3-Clause license.
1355
- Copyright (c) 2015, Pierre Curto
1356
- All rights reserved.
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.
1357
1383
 
1358
- Redistribution and use in source and binary forms, with or without
1359
- modification, are permitted provided that the following conditions are met:
1360
1384
 
1361
- * Redistributions of source code must retain the above copyright notice, this
1362
- list of conditions and the following disclaimer.
1385
+ 2. License Grants and Conditions
1363
1386
 
1364
- * Redistributions in binary form must reproduce the above copyright notice,
1365
- this list of conditions and the following disclaimer in the documentation
1366
- and/or other materials provided with the distribution.
1387
+ 2.1. Grants
1367
1388
 
1368
- * Neither the name of xxHash nor the names of its
1369
- contributors may be used to endorse or promote products derived from
1370
- this software without specific prior written permission.
1389
+ Each Contributor hereby grants You a world-wide, royalty-free,
1390
+ non-exclusive license:
1371
1391
 
1372
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1373
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1374
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1375
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1376
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1377
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1378
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1379
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1380
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1381
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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
1382
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.
1383
1401
 
1384
- --------------------------------------------------------------------------------
1402
+ 2.2. Effective Date
1385
1403
 
1386
- 3rdparty dependency github.com/pkg/browser
1387
- is statically linked in certain binary distributions, like the Python wheels.
1388
- github.com/pkg/browser is under the BSD-2-Clause license.
1389
- Copyright (c) 2014, Dave Cheney <dave@cheney.net>
1390
- All rights reserved.
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.
1391
1407
 
1392
- Redistribution and use in source and binary forms, with or without
1393
- modification, are permitted provided that the following conditions are met:
1408
+ 2.3. Limitations on Grant Scope
1394
1409
 
1395
- * Redistributions of source code must retain the above copyright notice, this
1396
- list of conditions and the following disclaimer.
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:
1397
1415
 
1398
- * Redistributions in binary form must reproduce the above copyright notice,
1399
- this list of conditions and the following disclaimer in the documentation
1400
- and/or other materials provided with the distribution.
1416
+ a. for any code that a Contributor has removed from Covered Software; or
1401
1417
 
1402
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1403
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1404
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1405
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1406
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1407
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1408
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1409
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1410
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1411
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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
1412
1422
 
1413
- --------------------------------------------------------------------------------
1423
+ c. under Patent Claims infringed by Covered Software in the absence of
1424
+ its Contributions.
1414
1425
 
1415
- 3rdparty dependency github.com/pmezard/go-difflib/difflib
1416
- is statically linked in certain binary distributions, like the Python wheels.
1417
- github.com/pmezard/go-difflib/difflib is under the BSD-3-Clause license.
1418
- Copyright (c) 2013, Patrick Mezard
1419
- All rights reserved.
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).
1420
1429
 
1421
- Redistribution and use in source and binary forms, with or without
1422
- modification, are permitted provided that the following conditions are
1423
- met:
1430
+ 2.4. Subsequent Licenses
1424
1431
 
1425
- Redistributions of source code must retain the above copyright
1426
- notice, this list of conditions and the following disclaimer.
1427
- Redistributions in binary form must reproduce the above copyright
1428
- notice, this list of conditions and the following disclaimer in the
1429
- documentation and/or other materials provided with the distribution.
1430
- The names of its contributors may not be used to endorse or promote
1431
- products derived from this software without specific prior written
1432
- permission.
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).
1433
1436
 
1434
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
1435
- IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1436
- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
1437
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1438
- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1439
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
1440
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1441
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1442
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1443
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1444
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1437
+ 2.5. Representation
1445
1438
 
1446
- --------------------------------------------------------------------------------
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.
1447
1442
 
1448
- 3rdparty dependency github.com/sirupsen/logrus
1449
- is statically linked in certain binary distributions, like the Python wheels.
1450
- github.com/sirupsen/logrus is under the MIT license.
1451
- The MIT License (MIT)
1443
+ 2.6. Fair Use
1452
1444
 
1453
- Copyright (c) 2014 Simon Eskildsen
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.
1454
1448
 
1455
- Permission is hereby granted, free of charge, to any person obtaining a copy
1456
- of this software and associated documentation files (the "Software"), to deal
1457
- in the Software without restriction, including without limitation the rights
1458
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1459
- copies of the Software, and to permit persons to whom the Software is
1460
- furnished to do so, subject to the following conditions:
1449
+ 2.7. Conditions
1461
1450
 
1462
- The above copyright notice and this permission notice shall be included in
1463
- all copies or substantial portions of the Software.
1451
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
1452
+ Section 2.1.
1464
1453
 
1465
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1466
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1467
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1468
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1469
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1470
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1471
- THE SOFTWARE.
1472
1454
 
1473
- --------------------------------------------------------------------------------
1455
+ 3. Responsibilities
1474
1456
 
1475
- 3rdparty dependency github.com/snowflakedb/gosnowflake
1476
- is statically linked in certain binary distributions, like the Python wheels.
1477
- github.com/snowflakedb/gosnowflake is under the Apache-2.0 license.
1457
+ 3.1. Distribution of Source Form
1478
1458
 
1479
- --------------------------------------------------------------------------------
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.
1480
1593
 
1481
- 3rdparty dependency github.com/stretchr/testify
1482
- is statically linked in certain binary distributions, like the Python wheels.
1483
- github.com/stretchr/testify is under the MIT license.
1484
- MIT License
1594
+ 9. Miscellaneous
1485
1595
 
1486
- Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
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.
1487
1602
 
1488
- Permission is hereby granted, free of charge, to any person obtaining a copy
1489
- of this software and associated documentation files (the "Software"), to deal
1490
- in the Software without restriction, including without limitation the rights
1491
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1492
- copies of the Software, and to permit persons to whom the Software is
1493
- furnished to do so, subject to the following conditions:
1494
1603
 
1495
- The above copyright notice and this permission notice shall be included in all
1496
- copies or substantial portions of the Software.
1604
+ 10. Versions of the License
1497
1605
 
1498
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1499
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1500
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1501
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1502
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1503
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1504
- SOFTWARE.
1606
+ 10.1. New Versions
1505
1607
 
1506
- --------------------------------------------------------------------------------
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.
1507
1612
 
1508
- 3rdparty dependency github.com/youmark/pkcs8
1509
- is statically linked in certain binary distributions, like the Python wheels.
1510
- github.com/youmark/pkcs8 is under the MIT license.
1511
- The MIT License (MIT)
1613
+ 10.2. Effect of New Versions
1512
1614
 
1513
- Copyright (c) 2014 youmark
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.
1514
1619
 
1515
- Permission is hereby granted, free of charge, to any person obtaining a copy
1516
- of this software and associated documentation files (the "Software"), to deal
1517
- in the Software without restriction, including without limitation the rights
1518
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1519
- copies of the Software, and to permit persons to whom the Software is
1520
- furnished to do so, subject to the following conditions:
1620
+ 10.3. Modified Versions
1521
1621
 
1522
- The above copyright notice and this permission notice shall be included in all
1523
- copies or substantial portions of the Software.
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).
1524
1627
 
1525
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1526
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1527
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1528
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1529
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1530
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1531
- SOFTWARE.
1532
- --------------------------------------------------------------------------------
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.
1533
1633
 
1534
- 3rdparty dependency github.com/zeebo/xxh3
1535
- is statically linked in certain binary distributions, like the Python wheels.
1536
- github.com/zeebo/xxh3 is under the BSD-2-Clause license.
1537
- xxHash Library
1538
- Copyright (c) 2012-2014, Yann Collet
1539
- Copyright (c) 2019, Jeff Wendling
1540
- All rights reserved.
1634
+ Exhibit A - Source Code Form License Notice
1541
1635
 
1542
- Redistribution and use in source and binary forms, with or without modification,
1543
- are permitted provided that the following conditions are met:
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/.
1544
1642
 
1545
- * Redistributions of source code must retain the above copyright notice, this
1546
- list of conditions and the following disclaimer.
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.
1547
1647
 
1548
- * Redistributions in binary form must reproduce the above copyright notice, this
1549
- list of conditions and the following disclaimer in the documentation and/or
1550
- other materials provided with the distribution.
1648
+ You may add additional accurate notices of copyright ownership.
1551
1649
 
1552
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1553
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1554
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1555
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
1556
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1557
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1558
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1559
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1560
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1561
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1650
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
1562
1651
 
1563
- --------------------------------------------------------------------------------
1652
+ This Source Code Form is "Incompatible
1653
+ With Secondary Licenses", as defined by
1654
+ the Mozilla Public License, v. 2.0.
1564
1655
 
1565
- 3rdparty dependency go.opentelemetry.io/auto/sdk
1566
- is statically linked in certain binary distributions, like the Python wheels.
1567
- go.opentelemetry.io/auto/sdk is under the Apache-2.0 license.
1568
1656
 
1569
1657
  --------------------------------------------------------------------------------
1570
1658
 
1571
- 3rdparty dependency go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
1659
+ 3rdparty dependency github.com/hashicorp/go-retryablehttp
1572
1660
  is statically linked in certain binary distributions, like the Python wheels.
1573
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is under the Apache-2.0 license.
1661
+ github.com/hashicorp/go-retryablehttp is under the MPL-2.0 license.
1662
+ Copyright (c) 2015 HashiCorp, Inc.
1574
1663
 
1575
- --------------------------------------------------------------------------------
1664
+ Mozilla Public License, version 2.0
1576
1665
 
1577
- 3rdparty dependency go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
1578
- is statically linked in certain binary distributions, like the Python wheels.
1579
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is under the Apache-2.0 license.
1666
+ 1. Definitions
1580
1667
 
1581
- --------------------------------------------------------------------------------
1668
+ 1.1. "Contributor"
1582
1669
 
1583
- 3rdparty dependency go.opentelemetry.io/otel
1584
- is statically linked in certain binary distributions, like the Python wheels.
1585
- go.opentelemetry.io/otel is under the Apache-2.0 license.
1670
+ means each individual or legal entity that creates, contributes to the
1671
+ creation of, or owns Covered Software.
1586
1672
 
1587
- --------------------------------------------------------------------------------
1673
+ 1.2. "Contributor Version"
1588
1674
 
1589
- 3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace
1590
- is statically linked in certain binary distributions, like the Python wheels.
1591
- go.opentelemetry.io/otel/exporters/otlp/otlptrace is under the Apache-2.0 license.
1675
+ means the combination of the Contributions of others (if any) used by a
1676
+ Contributor and that particular Contributor's Contribution.
1592
1677
 
1593
- --------------------------------------------------------------------------------
1678
+ 1.3. "Contribution"
1594
1679
 
1595
- 3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
1596
- is statically linked in certain binary distributions, like the Python wheels.
1597
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is under the Apache-2.0 license.
1680
+ means Covered Software of a particular Contributor.
1598
1681
 
1599
- --------------------------------------------------------------------------------
1682
+ 1.4. "Covered Software"
1600
1683
 
1601
- 3rdparty dependency go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
1602
- is statically linked in certain binary distributions, like the Python wheels.
1603
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp is under the Apache-2.0 license.
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.
1604
1688
 
1605
- --------------------------------------------------------------------------------
1689
+ 1.5. "Incompatible With Secondary Licenses"
1690
+ means
1606
1691
 
1607
- 3rdparty dependency go.opentelemetry.io/otel/exporters/stdout/stdouttrace
1608
- is statically linked in certain binary distributions, like the Python wheels.
1609
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace is under the Apache-2.0 license.
1692
+ a. that the initial Contributor has attached the notice described in
1693
+ Exhibit B to the Covered Software; or
1610
1694
 
1611
- --------------------------------------------------------------------------------
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.
1612
1698
 
1613
- 3rdparty dependency go.opentelemetry.io/otel/metric
1614
- is statically linked in certain binary distributions, like the Python wheels.
1615
- go.opentelemetry.io/otel/metric is under the Apache-2.0 license.
1699
+ 1.6. "Executable Form"
1616
1700
 
1617
- --------------------------------------------------------------------------------
1701
+ means any form of the work other than Source Code Form.
1618
1702
 
1619
- 3rdparty dependency go.opentelemetry.io/otel/sdk
1620
- is statically linked in certain binary distributions, like the Python wheels.
1621
- go.opentelemetry.io/otel/sdk is under the Apache-2.0 license.
1703
+ 1.7. "Larger Work"
1622
1704
 
1623
- --------------------------------------------------------------------------------
1705
+ means a work that combines Covered Software with other material, in a
1706
+ separate file or files, that is not Covered Software.
1624
1707
 
1625
- 3rdparty dependency go.opentelemetry.io/otel/trace
1626
- is statically linked in certain binary distributions, like the Python wheels.
1627
- go.opentelemetry.io/otel/trace is under the Apache-2.0 license.
1708
+ 1.8. "License"
1628
1709
 
1629
- --------------------------------------------------------------------------------
1710
+ means this document.
1630
1711
 
1631
- 3rdparty dependency go.opentelemetry.io/proto/otlp
1632
- is statically linked in certain binary distributions, like the Python wheels.
1633
- go.opentelemetry.io/proto/otlp is under the Apache-2.0 license.
1712
+ 1.9. "Licensable"
1634
1713
 
1635
- --------------------------------------------------------------------------------
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.
1636
1717
 
1637
- 3rdparty dependency golang.org/x/crypto
1638
- is statically linked in certain binary distributions, like the Python wheels.
1639
- golang.org/x/crypto is under the BSD-3-Clause license.
1640
- Copyright 2009 The Go Authors.
1718
+ 1.10. "Modifications"
1641
1719
 
1642
- Redistribution and use in source and binary forms, with or without
1643
- modification, are permitted provided that the following conditions are
1644
- met:
1720
+ means any of the following:
1645
1721
 
1646
- * Redistributions of source code must retain the above copyright
1647
- notice, this list of conditions and the following disclaimer.
1648
- * Redistributions in binary form must reproduce the above
1649
- copyright notice, this list of conditions and the following disclaimer
1650
- in the documentation and/or other materials provided with the
1651
- distribution.
1652
- * Neither the name of Google LLC nor the names of its
1653
- contributors may be used to endorse or promote products derived from
1654
- this software without specific prior written permission.
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
1655
1724
 
1656
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1657
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1658
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1659
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1660
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1661
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1662
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1663
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1664
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1665
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1666
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1725
+ b. any new file in Source Code Form that contains any Covered Software.
1667
1726
 
1668
- --------------------------------------------------------------------------------
1727
+ 1.11. "Patent Claims" of a Contributor
1669
1728
 
1670
- 3rdparty dependency golang.org/x/exp
1671
- is statically linked in certain binary distributions, like the Python wheels.
1672
- golang.org/x/exp is under the BSD-3-Clause license.
1673
- Copyright 2009 The Go Authors.
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.
1674
1734
 
1675
- Redistribution and use in source and binary forms, with or without
1676
- modification, are permitted provided that the following conditions are
1677
- met:
1735
+ 1.12. "Secondary License"
1678
1736
 
1679
- * Redistributions of source code must retain the above copyright
1680
- notice, this list of conditions and the following disclaimer.
1681
- * Redistributions in binary form must reproduce the above
1682
- copyright notice, this list of conditions and the following disclaimer
1683
- in the documentation and/or other materials provided with the
1684
- distribution.
1685
- * Neither the name of Google LLC nor the names of its
1686
- contributors may be used to endorse or promote products derived from
1687
- this software without specific prior written permission.
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.
1688
1740
 
1689
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1690
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1691
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1692
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1693
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1694
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1695
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1696
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1697
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1698
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1699
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1741
+ 1.13. "Source Code Form"
1700
1742
 
1701
- --------------------------------------------------------------------------------
1702
-
1703
- 3rdparty dependency golang.org/x/mod/semver
1704
- is statically linked in certain binary distributions, like the Python wheels.
1705
- golang.org/x/mod/semver is under the BSD-3-Clause license.
1706
- Copyright 2009 The Go Authors.
1743
+ means the form of the work preferred for making modifications.
1707
1744
 
1708
- Redistribution and use in source and binary forms, with or without
1709
- modification, are permitted provided that the following conditions are
1710
- met:
1745
+ 1.14. "You" (or "Your")
1711
1746
 
1712
- * Redistributions of source code must retain the above copyright
1713
- notice, this list of conditions and the following disclaimer.
1714
- * Redistributions in binary form must reproduce the above
1715
- copyright notice, this list of conditions and the following disclaimer
1716
- in the documentation and/or other materials provided with the
1717
- distribution.
1718
- * Neither the name of Google LLC nor the names of its
1719
- contributors may be used to endorse or promote products derived from
1720
- this software without specific prior written permission.
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.
1721
1754
 
1722
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1723
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1724
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1725
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1726
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1727
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1728
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1729
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1730
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1731
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1732
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1733
1755
 
1734
- --------------------------------------------------------------------------------
1756
+ 2. License Grants and Conditions
1735
1757
 
1736
- 3rdparty dependency golang.org/x/net
1737
- is statically linked in certain binary distributions, like the Python wheels.
1738
- golang.org/x/net is under the BSD-3-Clause license.
1739
- Copyright 2009 The Go Authors.
1758
+ 2.1. Grants
1740
1759
 
1741
- Redistribution and use in source and binary forms, with or without
1742
- modification, are permitted provided that the following conditions are
1743
- met:
1760
+ Each Contributor hereby grants You a world-wide, royalty-free,
1761
+ non-exclusive license:
1744
1762
 
1745
- * Redistributions of source code must retain the above copyright
1746
- notice, this list of conditions and the following disclaimer.
1747
- * Redistributions in binary form must reproduce the above
1748
- copyright notice, this list of conditions and the following disclaimer
1749
- in the documentation and/or other materials provided with the
1750
- distribution.
1751
- * Neither the name of Google LLC nor the names of its
1752
- contributors may be used to endorse or promote products derived from
1753
- this software without specific prior written permission.
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
1754
1768
 
1755
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1756
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1757
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1758
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1759
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1760
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1761
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1762
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1763
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1764
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1765
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.
1766
1772
 
1767
- --------------------------------------------------------------------------------
1773
+ 2.2. Effective Date
1768
1774
 
1769
- 3rdparty dependency golang.org/x/oauth2
1770
- is statically linked in certain binary distributions, like the Python wheels.
1771
- golang.org/x/oauth2 is under the BSD-3-Clause license.
1772
- Copyright 2009 The Go Authors.
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.
1773
1778
 
1774
- Redistribution and use in source and binary forms, with or without
1775
- modification, are permitted provided that the following conditions are
1776
- met:
1779
+ 2.3. Limitations on Grant Scope
1777
1780
 
1778
- * Redistributions of source code must retain the above copyright
1779
- notice, this list of conditions and the following disclaimer.
1780
- * Redistributions in binary form must reproduce the above
1781
- copyright notice, this list of conditions and the following disclaimer
1782
- in the documentation and/or other materials provided with the
1783
- distribution.
1784
- * Neither the name of Google LLC nor the names of its
1785
- contributors may be used to endorse or promote products derived from
1786
- this software without specific prior written permission.
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:
1787
1786
 
1788
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1789
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1790
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1791
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1792
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1793
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1794
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1795
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1796
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1797
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1798
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1787
+ a. for any code that a Contributor has removed from Covered Software; or
1799
1788
 
1800
- --------------------------------------------------------------------------------
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
1801
1793
 
1802
- 3rdparty dependency golang.org/x/sync
1803
- is statically linked in certain binary distributions, like the Python wheels.
1804
- golang.org/x/sync is under the BSD-3-Clause license.
1805
- Copyright 2009 The Go Authors.
1794
+ c. under Patent Claims infringed by Covered Software in the absence of
1795
+ its Contributions.
1806
1796
 
1807
- Redistribution and use in source and binary forms, with or without
1808
- modification, are permitted provided that the following conditions are
1809
- met:
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).
1810
1800
 
1811
- * Redistributions of source code must retain the above copyright
1812
- notice, this list of conditions and the following disclaimer.
1813
- * Redistributions in binary form must reproduce the above
1814
- copyright notice, this list of conditions and the following disclaimer
1815
- in the documentation and/or other materials provided with the
1816
- distribution.
1817
- * Neither the name of Google LLC nor the names of its
1818
- contributors may be used to endorse or promote products derived from
1819
- this software without specific prior written permission.
1801
+ 2.4. Subsequent Licenses
1820
1802
 
1821
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1822
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1823
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1824
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1825
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1826
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1827
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1828
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1829
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1830
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1831
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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).
1832
1807
 
1833
- --------------------------------------------------------------------------------
1808
+ 2.5. Representation
1834
1809
 
1835
- 3rdparty dependency golang.org/x/sys
1836
- is statically linked in certain binary distributions, like the Python wheels.
1837
- golang.org/x/sys is under the BSD-3-Clause license.
1838
- Copyright 2009 The Go Authors.
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.
1839
1813
 
1840
- Redistribution and use in source and binary forms, with or without
1841
- modification, are permitted provided that the following conditions are
1842
- met:
1814
+ 2.6. Fair Use
1843
1815
 
1844
- * Redistributions of source code must retain the above copyright
1845
- notice, this list of conditions and the following disclaimer.
1846
- * Redistributions in binary form must reproduce the above
1847
- copyright notice, this list of conditions and the following disclaimer
1848
- in the documentation and/or other materials provided with the
1849
- distribution.
1850
- * Neither the name of Google LLC nor the names of its
1851
- contributors may be used to endorse or promote products derived from
1852
- this software without specific prior written permission.
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.
1853
1819
 
1854
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1855
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1856
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1857
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1858
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1859
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1860
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1861
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1862
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1863
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1864
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1820
+ 2.7. Conditions
1865
1821
 
1866
- --------------------------------------------------------------------------------
1822
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
1823
+ Section 2.1.
1867
1824
 
1868
- 3rdparty dependency golang.org/x/term
1869
- is statically linked in certain binary distributions, like the Python wheels.
1870
- golang.org/x/term is under the BSD-3-Clause license.
1871
- Copyright 2009 The Go Authors.
1872
1825
 
1873
- Redistribution and use in source and binary forms, with or without
1874
- modification, are permitted provided that the following conditions are
1875
- met:
1826
+ 3. Responsibilities
1876
1827
 
1877
- * Redistributions of source code must retain the above copyright
1878
- notice, this list of conditions and the following disclaimer.
1879
- * Redistributions in binary form must reproduce the above
1880
- copyright notice, this list of conditions and the following disclaimer
1881
- in the documentation and/or other materials provided with the
1882
- distribution.
1883
- * Neither the name of Google LLC nor the names of its
1884
- contributors may be used to endorse or promote products derived from
1885
- this software without specific prior written permission.
1828
+ 3.1. Distribution of Source Form
1886
1829
 
1887
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1888
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1889
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1890
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1891
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1892
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1893
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1894
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1895
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1896
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1897
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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/.
1898
2013
 
1899
- --------------------------------------------------------------------------------
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.
1900
2018
 
1901
- 3rdparty dependency golang.org/x/text
1902
- is statically linked in certain binary distributions, like the Python wheels.
1903
- golang.org/x/text is under the BSD-3-Clause license.
1904
- Copyright 2009 The Go Authors.
2019
+ You may add additional accurate notices of copyright ownership.
1905
2020
 
1906
- Redistribution and use in source and binary forms, with or without
1907
- modification, are permitted provided that the following conditions are
1908
- met:
2021
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
1909
2022
 
1910
- * Redistributions of source code must retain the above copyright
1911
- notice, this list of conditions and the following disclaimer.
1912
- * Redistributions in binary form must reproduce the above
1913
- copyright notice, this list of conditions and the following disclaimer
1914
- in the documentation and/or other materials provided with the
1915
- distribution.
1916
- * Neither the name of Google LLC nor the names of its
1917
- contributors may be used to endorse or promote products derived from
1918
- this software without specific prior written permission.
2023
+ This Source Code Form is "Incompatible
2024
+ With Secondary Licenses", as defined by
2025
+ the Mozilla Public License, v. 2.0.
1919
2026
 
1920
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1921
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1922
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1923
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1924
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1925
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1926
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1927
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1928
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1929
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1930
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1931
2027
 
1932
2028
  --------------------------------------------------------------------------------
1933
2029
 
1934
- 3rdparty dependency golang.org/x/time/rate
2030
+ 3rdparty dependency github.com/klauspost/compress
1935
2031
  is statically linked in certain binary distributions, like the Python wheels.
1936
- golang.org/x/time/rate is under the BSD-3-Clause license.
1937
- Copyright 2009 The Go Authors.
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.
1938
2035
 
1939
2036
  Redistribution and use in source and binary forms, with or without
1940
2037
  modification, are permitted provided that the following conditions are
@@ -1946,7 +2043,7 @@ notice, this list of conditions and the following disclaimer.
1946
2043
  copyright notice, this list of conditions and the following disclaimer
1947
2044
  in the documentation and/or other materials provided with the
1948
2045
  distribution.
1949
- * Neither the name of Google LLC nor the names of its
2046
+ * Neither the name of Google Inc. nor the names of its
1950
2047
  contributors may be used to endorse or promote products derived from
1951
2048
  this software without specific prior written permission.
1952
2049
 
@@ -1962,71 +2059,762 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1962
2059
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1963
2060
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1964
2061
 
1965
- --------------------------------------------------------------------------------
2062
+ ------------------
1966
2063
 
1967
- 3rdparty dependency golang.org/x/tools
1968
- is statically linked in certain binary distributions, like the Python wheels.
1969
- golang.org/x/tools is under the BSD-3-Clause license.
1970
- Copyright 2009 The Go Authors.
2064
+ Files: gzhttp/*
1971
2065
 
1972
- Redistribution and use in source and binary forms, with or without
1973
- modification, are permitted provided that the following conditions are
1974
- met:
2066
+ Apache License
2067
+ Version 2.0, January 2004
2068
+ http://www.apache.org/licenses/
1975
2069
 
1976
- * Redistributions of source code must retain the above copyright
1977
- notice, this list of conditions and the following disclaimer.
1978
- * Redistributions in binary form must reproduce the above
1979
- copyright notice, this list of conditions and the following disclaimer
1980
- in the documentation and/or other materials provided with the
1981
- distribution.
1982
- * Neither the name of Google LLC nor the names of its
1983
- contributors may be used to endorse or promote products derived from
1984
- this software without specific prior written permission.
2070
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1985
2071
 
1986
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1987
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1988
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1989
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1990
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1991
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1992
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1993
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1994
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1995
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1996
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2072
+ 1. Definitions.
1997
2073
 
1998
- --------------------------------------------------------------------------------
2074
+ "License" shall mean the terms and conditions for use, reproduction,
2075
+ and distribution as defined by Sections 1 through 9 of this document.
1999
2076
 
2000
- 3rdparty dependency golang.org/x/xerrors
2001
- is statically linked in certain binary distributions, like the Python wheels.
2002
- golang.org/x/xerrors is under the BSD-3-Clause license.
2003
- Copyright 2019 The Go Authors.
2077
+ "Licensor" shall mean the copyright owner or entity authorized by
2078
+ the copyright owner that is granting the License.
2004
2079
 
2005
- Redistribution and use in source and binary forms, with or without
2006
- modification, are permitted provided that the following conditions are
2007
- met:
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.
2008
2087
 
2009
- * Redistributions of source code must retain the above copyright
2010
- notice, this list of conditions and the following disclaimer.
2011
- * Redistributions in binary form must reproduce the above
2012
- copyright notice, this list of conditions and the following disclaimer
2013
- in the documentation and/or other materials provided with the
2014
- distribution.
2015
- * Neither the name of Google LLC nor the names of its
2016
- contributors may be used to endorse or promote products derived from
2017
- this software without specific prior written permission.
2088
+ "You" (or "Your") shall mean an individual or Legal Entity
2089
+ exercising permissions granted by this License.
2018
2090
 
2019
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2020
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2021
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2022
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2023
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2024
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2025
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2026
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2027
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2028
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2029
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.
2030
2818
 
2031
2819
  --------------------------------------------------------------------------------
2032
2820