github.com/dolthub/dolt/go@v0.40.5-0.20240520175717-68db7794bea6/Godeps/LICENSES (about)

     1  ================================================================================
     2  = Dolt licensed under: =
     3  
     4  
     5                                   Apache License
     6                             Version 2.0, January 2004
     7                          http://www.apache.org/licenses/
     8  
     9     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    10  
    11     1. Definitions.
    12  
    13        "License" shall mean the terms and conditions for use, reproduction,
    14        and distribution as defined by Sections 1 through 9 of this document.
    15  
    16        "Licensor" shall mean the copyright owner or entity authorized by
    17        the copyright owner that is granting the License.
    18  
    19        "Legal Entity" shall mean the union of the acting entity and all
    20        other entities that control, are controlled by, or are under common
    21        control with that entity. For the purposes of this definition,
    22        "control" means (i) the power, direct or indirect, to cause the
    23        direction or management of such entity, whether by contract or
    24        otherwise, or (ii) ownership of fifty percent (50%) or more of the
    25        outstanding shares, or (iii) beneficial ownership of such entity.
    26  
    27        "You" (or "Your") shall mean an individual or Legal Entity
    28        exercising permissions granted by this License.
    29  
    30        "Source" form shall mean the preferred form for making modifications,
    31        including but not limited to software source code, documentation
    32        source, and configuration files.
    33  
    34        "Object" form shall mean any form resulting from mechanical
    35        transformation or translation of a Source form, including but
    36        not limited to compiled object code, generated documentation,
    37        and conversions to other media types.
    38  
    39        "Work" shall mean the work of authorship, whether in Source or
    40        Object form, made available under the License, as indicated by a
    41        copyright notice that is included in or attached to the work
    42        (an example is provided in the Appendix below).
    43  
    44        "Derivative Works" shall mean any work, whether in Source or Object
    45        form, that is based on (or derived from) the Work and for which the
    46        editorial revisions, annotations, elaborations, or other modifications
    47        represent, as a whole, an original work of authorship. For the purposes
    48        of this License, Derivative Works shall not include works that remain
    49        separable from, or merely link (or bind by name) to the interfaces of,
    50        the Work and Derivative Works thereof.
    51  
    52        "Contribution" shall mean any work of authorship, including
    53        the original version of the Work and any modifications or additions
    54        to that Work or Derivative Works thereof, that is intentionally
    55        submitted to Licensor for inclusion in the Work by the copyright owner
    56        or by an individual or Legal Entity authorized to submit on behalf of
    57        the copyright owner. For the purposes of this definition, "submitted"
    58        means any form of electronic, verbal, or written communication sent
    59        to the Licensor or its representatives, including but not limited to
    60        communication on electronic mailing lists, source code control systems,
    61        and issue tracking systems that are managed by, or on behalf of, the
    62        Licensor for the purpose of discussing and improving the Work, but
    63        excluding communication that is conspicuously marked or otherwise
    64        designated in writing by the copyright owner as "Not a Contribution."
    65  
    66        "Contributor" shall mean Licensor and any individual or Legal Entity
    67        on behalf of whom a Contribution has been received by Licensor and
    68        subsequently incorporated within the Work.
    69  
    70     2. Grant of Copyright License. Subject to the terms and conditions of
    71        this License, each Contributor hereby grants to You a perpetual,
    72        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    73        copyright license to reproduce, prepare Derivative Works of,
    74        publicly display, publicly perform, sublicense, and distribute the
    75        Work and such Derivative Works in Source or Object form.
    76  
    77     3. Grant of Patent License. Subject to the terms and conditions of
    78        this License, each Contributor hereby grants to You a perpetual,
    79        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    80        (except as stated in this section) patent license to make, have made,
    81        use, offer to sell, sell, import, and otherwise transfer the Work,
    82        where such license applies only to those patent claims licensable
    83        by such Contributor that are necessarily infringed by their
    84        Contribution(s) alone or by combination of their Contribution(s)
    85        with the Work to which such Contribution(s) was submitted. If You
    86        institute patent litigation against any entity (including a
    87        cross-claim or counterclaim in a lawsuit) alleging that the Work
    88        or a Contribution incorporated within the Work constitutes direct
    89        or contributory patent infringement, then any patent licenses
    90        granted to You under this License for that Work shall terminate
    91        as of the date such litigation is filed.
    92  
    93     4. Redistribution. You may reproduce and distribute copies of the
    94        Work or Derivative Works thereof in any medium, with or without
    95        modifications, and in Source or Object form, provided that You
    96        meet the following conditions:
    97  
    98        (a) You must give any other recipients of the Work or
    99            Derivative Works a copy of this License; and
   100  
   101        (b) You must cause any modified files to carry prominent notices
   102            stating that You changed the files; and
   103  
   104        (c) You must retain, in the Source form of any Derivative Works
   105            that You distribute, all copyright, patent, trademark, and
   106            attribution notices from the Source form of the Work,
   107            excluding those notices that do not pertain to any part of
   108            the Derivative Works; and
   109  
   110        (d) If the Work includes a "NOTICE" text file as part of its
   111            distribution, then any Derivative Works that You distribute must
   112            include a readable copy of the attribution notices contained
   113            within such NOTICE file, excluding those notices that do not
   114            pertain to any part of the Derivative Works, in at least one
   115            of the following places: within a NOTICE text file distributed
   116            as part of the Derivative Works; within the Source form or
   117            documentation, if provided along with the Derivative Works; or,
   118            within a display generated by the Derivative Works, if and
   119            wherever such third-party notices normally appear. The contents
   120            of the NOTICE file are for informational purposes only and
   121            do not modify the License. You may add Your own attribution
   122            notices within Derivative Works that You distribute, alongside
   123            or as an addendum to the NOTICE text from the Work, provided
   124            that such additional attribution notices cannot be construed
   125            as modifying the License.
   126  
   127        You may add Your own copyright statement to Your modifications and
   128        may provide additional or different license terms and conditions
   129        for use, reproduction, or distribution of Your modifications, or
   130        for any such Derivative Works as a whole, provided Your use,
   131        reproduction, and distribution of the Work otherwise complies with
   132        the conditions stated in this License.
   133  
   134     5. Submission of Contributions. Unless You explicitly state otherwise,
   135        any Contribution intentionally submitted for inclusion in the Work
   136        by You to the Licensor shall be under the terms and conditions of
   137        this License, without any additional terms or conditions.
   138        Notwithstanding the above, nothing herein shall supersede or modify
   139        the terms of any separate license agreement you may have executed
   140        with Licensor regarding such Contributions.
   141  
   142     6. Trademarks. This License does not grant permission to use the trade
   143        names, trademarks, service marks, or product names of the Licensor,
   144        except as required for reasonable and customary use in describing the
   145        origin of the Work and reproducing the content of the NOTICE file.
   146  
   147     7. Disclaimer of Warranty. Unless required by applicable law or
   148        agreed to in writing, Licensor provides the Work (and each
   149        Contributor provides its Contributions) on an "AS IS" BASIS,
   150        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   151        implied, including, without limitation, any warranties or conditions
   152        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   153        PARTICULAR PURPOSE. You are solely responsible for determining the
   154        appropriateness of using or redistributing the Work and assume any
   155        risks associated with Your exercise of permissions under this License.
   156  
   157     8. Limitation of Liability. In no event and under no legal theory,
   158        whether in tort (including negligence), contract, or otherwise,
   159        unless required by applicable law (such as deliberate and grossly
   160        negligent acts) or agreed to in writing, shall any Contributor be
   161        liable to You for damages, including any direct, indirect, special,
   162        incidental, or consequential damages of any character arising as a
   163        result of this License or out of the use or inability to use the
   164        Work (including but not limited to damages for loss of goodwill,
   165        work stoppage, computer failure or malfunction, or any and all
   166        other commercial damages or losses), even if such Contributor
   167        has been advised of the possibility of such damages.
   168  
   169     9. Accepting Warranty or Additional Liability. While redistributing
   170        the Work or Derivative Works thereof, You may choose to offer,
   171        and charge a fee for, acceptance of support, warranty, indemnity,
   172        or other liability obligations and/or rights consistent with this
   173        License. However, in accepting such obligations, You may act only
   174        on Your own behalf and on Your sole responsibility, not on behalf
   175        of any other Contributor, and only if You agree to indemnify,
   176        defend, and hold each Contributor harmless for any liability
   177        incurred by, or claims asserted against, such Contributor by reason
   178        of your accepting any such warranty or additional liability.
   179  
   180     END OF TERMS AND CONDITIONS
   181  
   182     APPENDIX: How to apply the Apache License to your work.
   183  
   184        To apply the Apache License to your work, attach the following
   185        boilerplate notice, with the fields enclosed by brackets "[]"
   186        replaced with your own identifying information. (Don't include
   187        the brackets!)  The text should be enclosed in the appropriate
   188        comment syntax for the file format. We also recommend that a
   189        file or class name and description of purpose be included on the
   190        same "printed page" as the copyright notice for easier
   191        identification within third-party archives.
   192  
   193     Copyright [yyyy] [name of copyright owner]
   194  
   195     Licensed under the Apache License, Version 2.0 (the "License");
   196     you may not use this file except in compliance with the License.
   197     You may obtain a copy of the License at
   198  
   199         http://www.apache.org/licenses/LICENSE-2.0
   200  
   201     Unless required by applicable law or agreed to in writing, software
   202     distributed under the License is distributed on an "AS IS" BASIS,
   203     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   204     See the License for the specific language governing permissions and
   205     limitations under the License.
   206  
   207  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
   208  ================================================================================
   209  
   210  ================================================================================
   211  = Go standard library licensed under: =
   212  
   213  Copyright (c) 2009 The Go Authors. All rights reserved.
   214  
   215  Redistribution and use in source and binary forms, with or without
   216  modification, are permitted provided that the following conditions are
   217  met:
   218  
   219     * Redistributions of source code must retain the above copyright
   220  notice, this list of conditions and the following disclaimer.
   221     * Redistributions in binary form must reproduce the above
   222  copyright notice, this list of conditions and the following disclaimer
   223  in the documentation and/or other materials provided with the
   224  distribution.
   225     * Neither the name of Google Inc. nor the names of its
   226  contributors may be used to endorse or promote products derived from
   227  this software without specific prior written permission.
   228  
   229  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   230  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   231  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   232  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   233  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   234  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   235  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   236  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   237  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   238  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   239  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   240  
   241  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
   242  ================================================================================
   243  ================================================================================
   244  = Some copies of Dolt include portions of musl, statically linked, licensed under: =
   245  
   246  musl as a whole is licensed under the following standard MIT license:
   247  
   248  ----------------------------------------------------------------------
   249  Copyright © 2005-2020 Rich Felker, et al.
   250  
   251  Permission is hereby granted, free of charge, to any person obtaining
   252  a copy of this software and associated documentation files (the
   253  "Software"), to deal in the Software without restriction, including
   254  without limitation the rights to use, copy, modify, merge, publish,
   255  distribute, sublicense, and/or sell copies of the Software, and to
   256  permit persons to whom the Software is furnished to do so, subject to
   257  the following conditions:
   258  
   259  The above copyright notice and this permission notice shall be
   260  included in all copies or substantial portions of the Software.
   261  
   262  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   263  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   264  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   265  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   266  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   267  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   268  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   269  ----------------------------------------------------------------------
   270  
   271  Authors/contributors include:
   272  
   273  A. Wilcox
   274  Ada Worcester
   275  Alex Dowad
   276  Alex Suykov
   277  Alexander Monakov
   278  Andre McCurdy
   279  Andrew Kelley
   280  Anthony G. Basile
   281  Aric Belsito
   282  Arvid Picciani
   283  Bartosz Brachaczek
   284  Benjamin Peterson
   285  Bobby Bingham
   286  Boris Brezillon
   287  Brent Cook
   288  Chris Spiegel
   289  Clément Vasseur
   290  Daniel Micay
   291  Daniel Sabogal
   292  Daurnimator
   293  David Carlier
   294  David Edelsohn
   295  Denys Vlasenko
   296  Dmitry Ivanov
   297  Dmitry V. Levin
   298  Drew DeVault
   299  Emil Renner Berthing
   300  Fangrui Song
   301  Felix Fietkau
   302  Felix Janda
   303  Gianluca Anzolin
   304  Hauke Mehrtens
   305  He X
   306  Hiltjo Posthuma
   307  Isaac Dunham
   308  Jaydeep Patil
   309  Jens Gustedt
   310  Jeremy Huntwork
   311  Jo-Philipp Wich
   312  Joakim Sindholt
   313  John Spencer
   314  Julien Ramseier
   315  Justin Cormack
   316  Kaarle Ritvanen
   317  Khem Raj
   318  Kylie McClain
   319  Leah Neukirchen
   320  Luca Barbato
   321  Luka Perkov
   322  M Farkas-Dyck (Strake)
   323  Mahesh Bodapati
   324  Markus Wichmann
   325  Masanori Ogino
   326  Michael Clark
   327  Michael Forney
   328  Mikhail Kremnyov
   329  Natanael Copa
   330  Nicholas J. Kain
   331  orc
   332  Pascal Cuoq
   333  Patrick Oppenlander
   334  Petr Hosek
   335  Petr Skocik
   336  Pierre Carrier
   337  Reini Urban
   338  Rich Felker
   339  Richard Pennington
   340  Ryan Fairfax
   341  Samuel Holland
   342  Segev Finer
   343  Shiz
   344  sin
   345  Solar Designer
   346  Stefan Kristiansson
   347  Stefan O'Rear
   348  Szabolcs Nagy
   349  Timo Teräs
   350  Trutz Behn
   351  Valentin Ochs
   352  Will Dietz
   353  William Haddon
   354  William Pitcock
   355  
   356  Portions of this software are derived from third-party works licensed
   357  under terms compatible with the above MIT license:
   358  
   359  The TRE regular expression implementation (src/regex/reg* and
   360  src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed
   361  under a 2-clause BSD license (license text in the source files). The
   362  included version has been heavily modified by Rich Felker in 2012, in
   363  the interests of size, simplicity, and namespace cleanliness.
   364  
   365  Much of the math library code (src/math/* and src/complex/*) is
   366  Copyright © 1993,2004 Sun Microsystems or
   367  Copyright © 2003-2011 David Schultz or
   368  Copyright © 2003-2009 Steven G. Kargl or
   369  Copyright © 2003-2009 Bruce D. Evans or
   370  Copyright © 2008 Stephen L. Moshier or
   371  Copyright © 2017-2018 Arm Limited
   372  and labelled as such in comments in the individual source files. All
   373  have been licensed under extremely permissive terms.
   374  
   375  The ARM memcpy code (src/string/arm/memcpy.S) is Copyright © 2008
   376  The Android Open Source Project and is licensed under a two-clause BSD
   377  license. It was taken from Bionic libc, used on Android.
   378  
   379  The AArch64 memcpy and memset code (src/string/aarch64/*) are
   380  Copyright © 1999-2019, Arm Limited.
   381  
   382  The implementation of DES for crypt (src/crypt/crypt_des.c) is
   383  Copyright © 1994 David Burren. It is licensed under a BSD license.
   384  
   385  The implementation of blowfish crypt (src/crypt/crypt_blowfish.c) was
   386  originally written by Solar Designer and placed into the public
   387  domain. The code also comes with a fallback permissive license for use
   388  in jurisdictions that may not recognize the public domain.
   389  
   390  The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011
   391  Valentin Ochs and is licensed under an MIT-style license.
   392  
   393  The x86_64 port was written by Nicholas J. Kain and is licensed under
   394  the standard MIT terms.
   395  
   396  The mips and microblaze ports were originally written by Richard
   397  Pennington for use in the ellcc project. The original code was adapted
   398  by Rich Felker for build system and code conventions during upstream
   399  integration. It is licensed under the standard MIT terms.
   400  
   401  The mips64 port was contributed by Imagination Technologies and is
   402  licensed under the standard MIT terms.
   403  
   404  The powerpc port was also originally written by Richard Pennington,
   405  and later supplemented and integrated by John Spencer. It is licensed
   406  under the standard MIT terms.
   407  
   408  All other files which have no copyright comments are original works
   409  produced specifically for use as part of this library, written either
   410  by Rich Felker, the main author of the library, or by one or more
   411  contibutors listed above. Details on authorship of individual files
   412  can be found in the git version control history of the project. The
   413  omission of copyright and license comments in each file is in the
   414  interest of source tree size.
   415  
   416  In addition, permission is hereby granted for all public header files
   417  (include/* and arch/*/bits/*) and crt files intended to be linked into
   418  applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
   419  the copyright notice and permission notice otherwise required by the
   420  license, and to use these files without any requirement of
   421  attribution. These files include substantial contributions from:
   422  
   423  Bobby Bingham
   424  John Spencer
   425  Nicholas J. Kain
   426  Rich Felker
   427  Richard Pennington
   428  Stefan Kristiansson
   429  Szabolcs Nagy
   430  
   431  all of whom have explicitly granted such permission.
   432  
   433  This file previously contained text expressing a belief that most of
   434  the files covered by the above exception were sufficiently trivial not
   435  to be subject to copyright, resulting in confusion over whether it
   436  negated the permissions granted in the license. In the spirit of
   437  permissive licensing, and of not having licensing issues being an
   438  obstacle to adoption, that text has been removed.
   439  
   440  = MUSL_COPYRIGHT 7eabc8241856c097564dfaf6585a2a7a3dad1c85eaa11d2cd80e03b3 =
   441  ================================================================================
   442  
   443  ================================================================================
   444  = ./gen/proto/dolt/services/eventsapi licensed under: =
   445  
   446  
   447                                   Apache License
   448                             Version 2.0, January 2004
   449                          http://www.apache.org/licenses/
   450  
   451     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   452  
   453     1. Definitions.
   454  
   455        "License" shall mean the terms and conditions for use, reproduction,
   456        and distribution as defined by Sections 1 through 9 of this document.
   457  
   458        "Licensor" shall mean the copyright owner or entity authorized by
   459        the copyright owner that is granting the License.
   460  
   461        "Legal Entity" shall mean the union of the acting entity and all
   462        other entities that control, are controlled by, or are under common
   463        control with that entity. For the purposes of this definition,
   464        "control" means (i) the power, direct or indirect, to cause the
   465        direction or management of such entity, whether by contract or
   466        otherwise, or (ii) ownership of fifty percent (50%) or more of the
   467        outstanding shares, or (iii) beneficial ownership of such entity.
   468  
   469        "You" (or "Your") shall mean an individual or Legal Entity
   470        exercising permissions granted by this License.
   471  
   472        "Source" form shall mean the preferred form for making modifications,
   473        including but not limited to software source code, documentation
   474        source, and configuration files.
   475  
   476        "Object" form shall mean any form resulting from mechanical
   477        transformation or translation of a Source form, including but
   478        not limited to compiled object code, generated documentation,
   479        and conversions to other media types.
   480  
   481        "Work" shall mean the work of authorship, whether in Source or
   482        Object form, made available under the License, as indicated by a
   483        copyright notice that is included in or attached to the work
   484        (an example is provided in the Appendix below).
   485  
   486        "Derivative Works" shall mean any work, whether in Source or Object
   487        form, that is based on (or derived from) the Work and for which the
   488        editorial revisions, annotations, elaborations, or other modifications
   489        represent, as a whole, an original work of authorship. For the purposes
   490        of this License, Derivative Works shall not include works that remain
   491        separable from, or merely link (or bind by name) to the interfaces of,
   492        the Work and Derivative Works thereof.
   493  
   494        "Contribution" shall mean any work of authorship, including
   495        the original version of the Work and any modifications or additions
   496        to that Work or Derivative Works thereof, that is intentionally
   497        submitted to Licensor for inclusion in the Work by the copyright owner
   498        or by an individual or Legal Entity authorized to submit on behalf of
   499        the copyright owner. For the purposes of this definition, "submitted"
   500        means any form of electronic, verbal, or written communication sent
   501        to the Licensor or its representatives, including but not limited to
   502        communication on electronic mailing lists, source code control systems,
   503        and issue tracking systems that are managed by, or on behalf of, the
   504        Licensor for the purpose of discussing and improving the Work, but
   505        excluding communication that is conspicuously marked or otherwise
   506        designated in writing by the copyright owner as "Not a Contribution."
   507  
   508        "Contributor" shall mean Licensor and any individual or Legal Entity
   509        on behalf of whom a Contribution has been received by Licensor and
   510        subsequently incorporated within the Work.
   511  
   512     2. Grant of Copyright License. Subject to the terms and conditions of
   513        this License, each Contributor hereby grants to You a perpetual,
   514        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   515        copyright license to reproduce, prepare Derivative Works of,
   516        publicly display, publicly perform, sublicense, and distribute the
   517        Work and such Derivative Works in Source or Object form.
   518  
   519     3. Grant of Patent License. Subject to the terms and conditions of
   520        this License, each Contributor hereby grants to You a perpetual,
   521        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   522        (except as stated in this section) patent license to make, have made,
   523        use, offer to sell, sell, import, and otherwise transfer the Work,
   524        where such license applies only to those patent claims licensable
   525        by such Contributor that are necessarily infringed by their
   526        Contribution(s) alone or by combination of their Contribution(s)
   527        with the Work to which such Contribution(s) was submitted. If You
   528        institute patent litigation against any entity (including a
   529        cross-claim or counterclaim in a lawsuit) alleging that the Work
   530        or a Contribution incorporated within the Work constitutes direct
   531        or contributory patent infringement, then any patent licenses
   532        granted to You under this License for that Work shall terminate
   533        as of the date such litigation is filed.
   534  
   535     4. Redistribution. You may reproduce and distribute copies of the
   536        Work or Derivative Works thereof in any medium, with or without
   537        modifications, and in Source or Object form, provided that You
   538        meet the following conditions:
   539  
   540        (a) You must give any other recipients of the Work or
   541            Derivative Works a copy of this License; and
   542  
   543        (b) You must cause any modified files to carry prominent notices
   544            stating that You changed the files; and
   545  
   546        (c) You must retain, in the Source form of any Derivative Works
   547            that You distribute, all copyright, patent, trademark, and
   548            attribution notices from the Source form of the Work,
   549            excluding those notices that do not pertain to any part of
   550            the Derivative Works; and
   551  
   552        (d) If the Work includes a "NOTICE" text file as part of its
   553            distribution, then any Derivative Works that You distribute must
   554            include a readable copy of the attribution notices contained
   555            within such NOTICE file, excluding those notices that do not
   556            pertain to any part of the Derivative Works, in at least one
   557            of the following places: within a NOTICE text file distributed
   558            as part of the Derivative Works; within the Source form or
   559            documentation, if provided along with the Derivative Works; or,
   560            within a display generated by the Derivative Works, if and
   561            wherever such third-party notices normally appear. The contents
   562            of the NOTICE file are for informational purposes only and
   563            do not modify the License. You may add Your own attribution
   564            notices within Derivative Works that You distribute, alongside
   565            or as an addendum to the NOTICE text from the Work, provided
   566            that such additional attribution notices cannot be construed
   567            as modifying the License.
   568  
   569        You may add Your own copyright statement to Your modifications and
   570        may provide additional or different license terms and conditions
   571        for use, reproduction, or distribution of Your modifications, or
   572        for any such Derivative Works as a whole, provided Your use,
   573        reproduction, and distribution of the Work otherwise complies with
   574        the conditions stated in this License.
   575  
   576     5. Submission of Contributions. Unless You explicitly state otherwise,
   577        any Contribution intentionally submitted for inclusion in the Work
   578        by You to the Licensor shall be under the terms and conditions of
   579        this License, without any additional terms or conditions.
   580        Notwithstanding the above, nothing herein shall supersede or modify
   581        the terms of any separate license agreement you may have executed
   582        with Licensor regarding such Contributions.
   583  
   584     6. Trademarks. This License does not grant permission to use the trade
   585        names, trademarks, service marks, or product names of the Licensor,
   586        except as required for reasonable and customary use in describing the
   587        origin of the Work and reproducing the content of the NOTICE file.
   588  
   589     7. Disclaimer of Warranty. Unless required by applicable law or
   590        agreed to in writing, Licensor provides the Work (and each
   591        Contributor provides its Contributions) on an "AS IS" BASIS,
   592        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   593        implied, including, without limitation, any warranties or conditions
   594        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   595        PARTICULAR PURPOSE. You are solely responsible for determining the
   596        appropriateness of using or redistributing the Work and assume any
   597        risks associated with Your exercise of permissions under this License.
   598  
   599     8. Limitation of Liability. In no event and under no legal theory,
   600        whether in tort (including negligence), contract, or otherwise,
   601        unless required by applicable law (such as deliberate and grossly
   602        negligent acts) or agreed to in writing, shall any Contributor be
   603        liable to You for damages, including any direct, indirect, special,
   604        incidental, or consequential damages of any character arising as a
   605        result of this License or out of the use or inability to use the
   606        Work (including but not limited to damages for loss of goodwill,
   607        work stoppage, computer failure or malfunction, or any and all
   608        other commercial damages or losses), even if such Contributor
   609        has been advised of the possibility of such damages.
   610  
   611     9. Accepting Warranty or Additional Liability. While redistributing
   612        the Work or Derivative Works thereof, You may choose to offer,
   613        and charge a fee for, acceptance of support, warranty, indemnity,
   614        or other liability obligations and/or rights consistent with this
   615        License. However, in accepting such obligations, You may act only
   616        on Your own behalf and on Your sole responsibility, not on behalf
   617        of any other Contributor, and only if You agree to indemnify,
   618        defend, and hold each Contributor harmless for any liability
   619        incurred by, or claims asserted against, such Contributor by reason
   620        of your accepting any such warranty or additional liability.
   621  
   622     END OF TERMS AND CONDITIONS
   623  
   624     APPENDIX: How to apply the Apache License to your work.
   625  
   626        To apply the Apache License to your work, attach the following
   627        boilerplate notice, with the fields enclosed by brackets "[]"
   628        replaced with your own identifying information. (Don't include
   629        the brackets!)  The text should be enclosed in the appropriate
   630        comment syntax for the file format. We also recommend that a
   631        file or class name and description of purpose be included on the
   632        same "printed page" as the copyright notice for easier
   633        identification within third-party archives.
   634  
   635     Copyright [yyyy] [name of copyright owner]
   636  
   637     Licensed under the Apache License, Version 2.0 (the "License");
   638     you may not use this file except in compliance with the License.
   639     You may obtain a copy of the License at
   640  
   641         http://www.apache.org/licenses/LICENSE-2.0
   642  
   643     Unless required by applicable law or agreed to in writing, software
   644     distributed under the License is distributed on an "AS IS" BASIS,
   645     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   646     See the License for the specific language governing permissions and
   647     limitations under the License.
   648  
   649  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
   650  ================================================================================
   651  
   652  ================================================================================
   653  = cloud.google.com/go licensed under: =
   654  
   655  
   656                                   Apache License
   657                             Version 2.0, January 2004
   658                          http://www.apache.org/licenses/
   659  
   660     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   661  
   662     1. Definitions.
   663  
   664        "License" shall mean the terms and conditions for use, reproduction,
   665        and distribution as defined by Sections 1 through 9 of this document.
   666  
   667        "Licensor" shall mean the copyright owner or entity authorized by
   668        the copyright owner that is granting the License.
   669  
   670        "Legal Entity" shall mean the union of the acting entity and all
   671        other entities that control, are controlled by, or are under common
   672        control with that entity. For the purposes of this definition,
   673        "control" means (i) the power, direct or indirect, to cause the
   674        direction or management of such entity, whether by contract or
   675        otherwise, or (ii) ownership of fifty percent (50%) or more of the
   676        outstanding shares, or (iii) beneficial ownership of such entity.
   677  
   678        "You" (or "Your") shall mean an individual or Legal Entity
   679        exercising permissions granted by this License.
   680  
   681        "Source" form shall mean the preferred form for making modifications,
   682        including but not limited to software source code, documentation
   683        source, and configuration files.
   684  
   685        "Object" form shall mean any form resulting from mechanical
   686        transformation or translation of a Source form, including but
   687        not limited to compiled object code, generated documentation,
   688        and conversions to other media types.
   689  
   690        "Work" shall mean the work of authorship, whether in Source or
   691        Object form, made available under the License, as indicated by a
   692        copyright notice that is included in or attached to the work
   693        (an example is provided in the Appendix below).
   694  
   695        "Derivative Works" shall mean any work, whether in Source or Object
   696        form, that is based on (or derived from) the Work and for which the
   697        editorial revisions, annotations, elaborations, or other modifications
   698        represent, as a whole, an original work of authorship. For the purposes
   699        of this License, Derivative Works shall not include works that remain
   700        separable from, or merely link (or bind by name) to the interfaces of,
   701        the Work and Derivative Works thereof.
   702  
   703        "Contribution" shall mean any work of authorship, including
   704        the original version of the Work and any modifications or additions
   705        to that Work or Derivative Works thereof, that is intentionally
   706        submitted to Licensor for inclusion in the Work by the copyright owner
   707        or by an individual or Legal Entity authorized to submit on behalf of
   708        the copyright owner. For the purposes of this definition, "submitted"
   709        means any form of electronic, verbal, or written communication sent
   710        to the Licensor or its representatives, including but not limited to
   711        communication on electronic mailing lists, source code control systems,
   712        and issue tracking systems that are managed by, or on behalf of, the
   713        Licensor for the purpose of discussing and improving the Work, but
   714        excluding communication that is conspicuously marked or otherwise
   715        designated in writing by the copyright owner as "Not a Contribution."
   716  
   717        "Contributor" shall mean Licensor and any individual or Legal Entity
   718        on behalf of whom a Contribution has been received by Licensor and
   719        subsequently incorporated within the Work.
   720  
   721     2. Grant of Copyright License. Subject to the terms and conditions of
   722        this License, each Contributor hereby grants to You a perpetual,
   723        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   724        copyright license to reproduce, prepare Derivative Works of,
   725        publicly display, publicly perform, sublicense, and distribute the
   726        Work and such Derivative Works in Source or Object form.
   727  
   728     3. Grant of Patent License. Subject to the terms and conditions of
   729        this License, each Contributor hereby grants to You a perpetual,
   730        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   731        (except as stated in this section) patent license to make, have made,
   732        use, offer to sell, sell, import, and otherwise transfer the Work,
   733        where such license applies only to those patent claims licensable
   734        by such Contributor that are necessarily infringed by their
   735        Contribution(s) alone or by combination of their Contribution(s)
   736        with the Work to which such Contribution(s) was submitted. If You
   737        institute patent litigation against any entity (including a
   738        cross-claim or counterclaim in a lawsuit) alleging that the Work
   739        or a Contribution incorporated within the Work constitutes direct
   740        or contributory patent infringement, then any patent licenses
   741        granted to You under this License for that Work shall terminate
   742        as of the date such litigation is filed.
   743  
   744     4. Redistribution. You may reproduce and distribute copies of the
   745        Work or Derivative Works thereof in any medium, with or without
   746        modifications, and in Source or Object form, provided that You
   747        meet the following conditions:
   748  
   749        (a) You must give any other recipients of the Work or
   750            Derivative Works a copy of this License; and
   751  
   752        (b) You must cause any modified files to carry prominent notices
   753            stating that You changed the files; and
   754  
   755        (c) You must retain, in the Source form of any Derivative Works
   756            that You distribute, all copyright, patent, trademark, and
   757            attribution notices from the Source form of the Work,
   758            excluding those notices that do not pertain to any part of
   759            the Derivative Works; and
   760  
   761        (d) If the Work includes a "NOTICE" text file as part of its
   762            distribution, then any Derivative Works that You distribute must
   763            include a readable copy of the attribution notices contained
   764            within such NOTICE file, excluding those notices that do not
   765            pertain to any part of the Derivative Works, in at least one
   766            of the following places: within a NOTICE text file distributed
   767            as part of the Derivative Works; within the Source form or
   768            documentation, if provided along with the Derivative Works; or,
   769            within a display generated by the Derivative Works, if and
   770            wherever such third-party notices normally appear. The contents
   771            of the NOTICE file are for informational purposes only and
   772            do not modify the License. You may add Your own attribution
   773            notices within Derivative Works that You distribute, alongside
   774            or as an addendum to the NOTICE text from the Work, provided
   775            that such additional attribution notices cannot be construed
   776            as modifying the License.
   777  
   778        You may add Your own copyright statement to Your modifications and
   779        may provide additional or different license terms and conditions
   780        for use, reproduction, or distribution of Your modifications, or
   781        for any such Derivative Works as a whole, provided Your use,
   782        reproduction, and distribution of the Work otherwise complies with
   783        the conditions stated in this License.
   784  
   785     5. Submission of Contributions. Unless You explicitly state otherwise,
   786        any Contribution intentionally submitted for inclusion in the Work
   787        by You to the Licensor shall be under the terms and conditions of
   788        this License, without any additional terms or conditions.
   789        Notwithstanding the above, nothing herein shall supersede or modify
   790        the terms of any separate license agreement you may have executed
   791        with Licensor regarding such Contributions.
   792  
   793     6. Trademarks. This License does not grant permission to use the trade
   794        names, trademarks, service marks, or product names of the Licensor,
   795        except as required for reasonable and customary use in describing the
   796        origin of the Work and reproducing the content of the NOTICE file.
   797  
   798     7. Disclaimer of Warranty. Unless required by applicable law or
   799        agreed to in writing, Licensor provides the Work (and each
   800        Contributor provides its Contributions) on an "AS IS" BASIS,
   801        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   802        implied, including, without limitation, any warranties or conditions
   803        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   804        PARTICULAR PURPOSE. You are solely responsible for determining the
   805        appropriateness of using or redistributing the Work and assume any
   806        risks associated with Your exercise of permissions under this License.
   807  
   808     8. Limitation of Liability. In no event and under no legal theory,
   809        whether in tort (including negligence), contract, or otherwise,
   810        unless required by applicable law (such as deliberate and grossly
   811        negligent acts) or agreed to in writing, shall any Contributor be
   812        liable to You for damages, including any direct, indirect, special,
   813        incidental, or consequential damages of any character arising as a
   814        result of this License or out of the use or inability to use the
   815        Work (including but not limited to damages for loss of goodwill,
   816        work stoppage, computer failure or malfunction, or any and all
   817        other commercial damages or losses), even if such Contributor
   818        has been advised of the possibility of such damages.
   819  
   820     9. Accepting Warranty or Additional Liability. While redistributing
   821        the Work or Derivative Works thereof, You may choose to offer,
   822        and charge a fee for, acceptance of support, warranty, indemnity,
   823        or other liability obligations and/or rights consistent with this
   824        License. However, in accepting such obligations, You may act only
   825        on Your own behalf and on Your sole responsibility, not on behalf
   826        of any other Contributor, and only if You agree to indemnify,
   827        defend, and hold each Contributor harmless for any liability
   828        incurred by, or claims asserted against, such Contributor by reason
   829        of your accepting any such warranty or additional liability.
   830  
   831     END OF TERMS AND CONDITIONS
   832  
   833     APPENDIX: How to apply the Apache License to your work.
   834  
   835        To apply the Apache License to your work, attach the following
   836        boilerplate notice, with the fields enclosed by brackets "[]"
   837        replaced with your own identifying information. (Don't include
   838        the brackets!)  The text should be enclosed in the appropriate
   839        comment syntax for the file format. We also recommend that a
   840        file or class name and description of purpose be included on the
   841        same "printed page" as the copyright notice for easier
   842        identification within third-party archives.
   843  
   844     Copyright [yyyy] [name of copyright owner]
   845  
   846     Licensed under the Apache License, Version 2.0 (the "License");
   847     you may not use this file except in compliance with the License.
   848     You may obtain a copy of the License at
   849  
   850         http://www.apache.org/licenses/LICENSE-2.0
   851  
   852     Unless required by applicable law or agreed to in writing, software
   853     distributed under the License is distributed on an "AS IS" BASIS,
   854     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   855     See the License for the specific language governing permissions and
   856     limitations under the License.
   857  
   858  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
   859  ================================================================================
   860  
   861  ================================================================================
   862  = cloud.google.com/go/compute/metadata licensed under: =
   863  
   864  
   865                                   Apache License
   866                             Version 2.0, January 2004
   867                          http://www.apache.org/licenses/
   868  
   869     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   870  
   871     1. Definitions.
   872  
   873        "License" shall mean the terms and conditions for use, reproduction,
   874        and distribution as defined by Sections 1 through 9 of this document.
   875  
   876        "Licensor" shall mean the copyright owner or entity authorized by
   877        the copyright owner that is granting the License.
   878  
   879        "Legal Entity" shall mean the union of the acting entity and all
   880        other entities that control, are controlled by, or are under common
   881        control with that entity. For the purposes of this definition,
   882        "control" means (i) the power, direct or indirect, to cause the
   883        direction or management of such entity, whether by contract or
   884        otherwise, or (ii) ownership of fifty percent (50%) or more of the
   885        outstanding shares, or (iii) beneficial ownership of such entity.
   886  
   887        "You" (or "Your") shall mean an individual or Legal Entity
   888        exercising permissions granted by this License.
   889  
   890        "Source" form shall mean the preferred form for making modifications,
   891        including but not limited to software source code, documentation
   892        source, and configuration files.
   893  
   894        "Object" form shall mean any form resulting from mechanical
   895        transformation or translation of a Source form, including but
   896        not limited to compiled object code, generated documentation,
   897        and conversions to other media types.
   898  
   899        "Work" shall mean the work of authorship, whether in Source or
   900        Object form, made available under the License, as indicated by a
   901        copyright notice that is included in or attached to the work
   902        (an example is provided in the Appendix below).
   903  
   904        "Derivative Works" shall mean any work, whether in Source or Object
   905        form, that is based on (or derived from) the Work and for which the
   906        editorial revisions, annotations, elaborations, or other modifications
   907        represent, as a whole, an original work of authorship. For the purposes
   908        of this License, Derivative Works shall not include works that remain
   909        separable from, or merely link (or bind by name) to the interfaces of,
   910        the Work and Derivative Works thereof.
   911  
   912        "Contribution" shall mean any work of authorship, including
   913        the original version of the Work and any modifications or additions
   914        to that Work or Derivative Works thereof, that is intentionally
   915        submitted to Licensor for inclusion in the Work by the copyright owner
   916        or by an individual or Legal Entity authorized to submit on behalf of
   917        the copyright owner. For the purposes of this definition, "submitted"
   918        means any form of electronic, verbal, or written communication sent
   919        to the Licensor or its representatives, including but not limited to
   920        communication on electronic mailing lists, source code control systems,
   921        and issue tracking systems that are managed by, or on behalf of, the
   922        Licensor for the purpose of discussing and improving the Work, but
   923        excluding communication that is conspicuously marked or otherwise
   924        designated in writing by the copyright owner as "Not a Contribution."
   925  
   926        "Contributor" shall mean Licensor and any individual or Legal Entity
   927        on behalf of whom a Contribution has been received by Licensor and
   928        subsequently incorporated within the Work.
   929  
   930     2. Grant of Copyright License. Subject to the terms and conditions of
   931        this License, each Contributor hereby grants to You a perpetual,
   932        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   933        copyright license to reproduce, prepare Derivative Works of,
   934        publicly display, publicly perform, sublicense, and distribute the
   935        Work and such Derivative Works in Source or Object form.
   936  
   937     3. Grant of Patent License. Subject to the terms and conditions of
   938        this License, each Contributor hereby grants to You a perpetual,
   939        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   940        (except as stated in this section) patent license to make, have made,
   941        use, offer to sell, sell, import, and otherwise transfer the Work,
   942        where such license applies only to those patent claims licensable
   943        by such Contributor that are necessarily infringed by their
   944        Contribution(s) alone or by combination of their Contribution(s)
   945        with the Work to which such Contribution(s) was submitted. If You
   946        institute patent litigation against any entity (including a
   947        cross-claim or counterclaim in a lawsuit) alleging that the Work
   948        or a Contribution incorporated within the Work constitutes direct
   949        or contributory patent infringement, then any patent licenses
   950        granted to You under this License for that Work shall terminate
   951        as of the date such litigation is filed.
   952  
   953     4. Redistribution. You may reproduce and distribute copies of the
   954        Work or Derivative Works thereof in any medium, with or without
   955        modifications, and in Source or Object form, provided that You
   956        meet the following conditions:
   957  
   958        (a) You must give any other recipients of the Work or
   959            Derivative Works a copy of this License; and
   960  
   961        (b) You must cause any modified files to carry prominent notices
   962            stating that You changed the files; and
   963  
   964        (c) You must retain, in the Source form of any Derivative Works
   965            that You distribute, all copyright, patent, trademark, and
   966            attribution notices from the Source form of the Work,
   967            excluding those notices that do not pertain to any part of
   968            the Derivative Works; and
   969  
   970        (d) If the Work includes a "NOTICE" text file as part of its
   971            distribution, then any Derivative Works that You distribute must
   972            include a readable copy of the attribution notices contained
   973            within such NOTICE file, excluding those notices that do not
   974            pertain to any part of the Derivative Works, in at least one
   975            of the following places: within a NOTICE text file distributed
   976            as part of the Derivative Works; within the Source form or
   977            documentation, if provided along with the Derivative Works; or,
   978            within a display generated by the Derivative Works, if and
   979            wherever such third-party notices normally appear. The contents
   980            of the NOTICE file are for informational purposes only and
   981            do not modify the License. You may add Your own attribution
   982            notices within Derivative Works that You distribute, alongside
   983            or as an addendum to the NOTICE text from the Work, provided
   984            that such additional attribution notices cannot be construed
   985            as modifying the License.
   986  
   987        You may add Your own copyright statement to Your modifications and
   988        may provide additional or different license terms and conditions
   989        for use, reproduction, or distribution of Your modifications, or
   990        for any such Derivative Works as a whole, provided Your use,
   991        reproduction, and distribution of the Work otherwise complies with
   992        the conditions stated in this License.
   993  
   994     5. Submission of Contributions. Unless You explicitly state otherwise,
   995        any Contribution intentionally submitted for inclusion in the Work
   996        by You to the Licensor shall be under the terms and conditions of
   997        this License, without any additional terms or conditions.
   998        Notwithstanding the above, nothing herein shall supersede or modify
   999        the terms of any separate license agreement you may have executed
  1000        with Licensor regarding such Contributions.
  1001  
  1002     6. Trademarks. This License does not grant permission to use the trade
  1003        names, trademarks, service marks, or product names of the Licensor,
  1004        except as required for reasonable and customary use in describing the
  1005        origin of the Work and reproducing the content of the NOTICE file.
  1006  
  1007     7. Disclaimer of Warranty. Unless required by applicable law or
  1008        agreed to in writing, Licensor provides the Work (and each
  1009        Contributor provides its Contributions) on an "AS IS" BASIS,
  1010        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1011        implied, including, without limitation, any warranties or conditions
  1012        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1013        PARTICULAR PURPOSE. You are solely responsible for determining the
  1014        appropriateness of using or redistributing the Work and assume any
  1015        risks associated with Your exercise of permissions under this License.
  1016  
  1017     8. Limitation of Liability. In no event and under no legal theory,
  1018        whether in tort (including negligence), contract, or otherwise,
  1019        unless required by applicable law (such as deliberate and grossly
  1020        negligent acts) or agreed to in writing, shall any Contributor be
  1021        liable to You for damages, including any direct, indirect, special,
  1022        incidental, or consequential damages of any character arising as a
  1023        result of this License or out of the use or inability to use the
  1024        Work (including but not limited to damages for loss of goodwill,
  1025        work stoppage, computer failure or malfunction, or any and all
  1026        other commercial damages or losses), even if such Contributor
  1027        has been advised of the possibility of such damages.
  1028  
  1029     9. Accepting Warranty or Additional Liability. While redistributing
  1030        the Work or Derivative Works thereof, You may choose to offer,
  1031        and charge a fee for, acceptance of support, warranty, indemnity,
  1032        or other liability obligations and/or rights consistent with this
  1033        License. However, in accepting such obligations, You may act only
  1034        on Your own behalf and on Your sole responsibility, not on behalf
  1035        of any other Contributor, and only if You agree to indemnify,
  1036        defend, and hold each Contributor harmless for any liability
  1037        incurred by, or claims asserted against, such Contributor by reason
  1038        of your accepting any such warranty or additional liability.
  1039  
  1040     END OF TERMS AND CONDITIONS
  1041  
  1042     APPENDIX: How to apply the Apache License to your work.
  1043  
  1044        To apply the Apache License to your work, attach the following
  1045        boilerplate notice, with the fields enclosed by brackets "[]"
  1046        replaced with your own identifying information. (Don't include
  1047        the brackets!)  The text should be enclosed in the appropriate
  1048        comment syntax for the file format. We also recommend that a
  1049        file or class name and description of purpose be included on the
  1050        same "printed page" as the copyright notice for easier
  1051        identification within third-party archives.
  1052  
  1053     Copyright [yyyy] [name of copyright owner]
  1054  
  1055     Licensed under the Apache License, Version 2.0 (the "License");
  1056     you may not use this file except in compliance with the License.
  1057     You may obtain a copy of the License at
  1058  
  1059         http://www.apache.org/licenses/LICENSE-2.0
  1060  
  1061     Unless required by applicable law or agreed to in writing, software
  1062     distributed under the License is distributed on an "AS IS" BASIS,
  1063     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1064     See the License for the specific language governing permissions and
  1065     limitations under the License.
  1066  
  1067  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  1068  ================================================================================
  1069  
  1070  ================================================================================
  1071  = cloud.google.com/go/iam licensed under: =
  1072  
  1073  
  1074                                   Apache License
  1075                             Version 2.0, January 2004
  1076                          http://www.apache.org/licenses/
  1077  
  1078     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1079  
  1080     1. Definitions.
  1081  
  1082        "License" shall mean the terms and conditions for use, reproduction,
  1083        and distribution as defined by Sections 1 through 9 of this document.
  1084  
  1085        "Licensor" shall mean the copyright owner or entity authorized by
  1086        the copyright owner that is granting the License.
  1087  
  1088        "Legal Entity" shall mean the union of the acting entity and all
  1089        other entities that control, are controlled by, or are under common
  1090        control with that entity. For the purposes of this definition,
  1091        "control" means (i) the power, direct or indirect, to cause the
  1092        direction or management of such entity, whether by contract or
  1093        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1094        outstanding shares, or (iii) beneficial ownership of such entity.
  1095  
  1096        "You" (or "Your") shall mean an individual or Legal Entity
  1097        exercising permissions granted by this License.
  1098  
  1099        "Source" form shall mean the preferred form for making modifications,
  1100        including but not limited to software source code, documentation
  1101        source, and configuration files.
  1102  
  1103        "Object" form shall mean any form resulting from mechanical
  1104        transformation or translation of a Source form, including but
  1105        not limited to compiled object code, generated documentation,
  1106        and conversions to other media types.
  1107  
  1108        "Work" shall mean the work of authorship, whether in Source or
  1109        Object form, made available under the License, as indicated by a
  1110        copyright notice that is included in or attached to the work
  1111        (an example is provided in the Appendix below).
  1112  
  1113        "Derivative Works" shall mean any work, whether in Source or Object
  1114        form, that is based on (or derived from) the Work and for which the
  1115        editorial revisions, annotations, elaborations, or other modifications
  1116        represent, as a whole, an original work of authorship. For the purposes
  1117        of this License, Derivative Works shall not include works that remain
  1118        separable from, or merely link (or bind by name) to the interfaces of,
  1119        the Work and Derivative Works thereof.
  1120  
  1121        "Contribution" shall mean any work of authorship, including
  1122        the original version of the Work and any modifications or additions
  1123        to that Work or Derivative Works thereof, that is intentionally
  1124        submitted to Licensor for inclusion in the Work by the copyright owner
  1125        or by an individual or Legal Entity authorized to submit on behalf of
  1126        the copyright owner. For the purposes of this definition, "submitted"
  1127        means any form of electronic, verbal, or written communication sent
  1128        to the Licensor or its representatives, including but not limited to
  1129        communication on electronic mailing lists, source code control systems,
  1130        and issue tracking systems that are managed by, or on behalf of, the
  1131        Licensor for the purpose of discussing and improving the Work, but
  1132        excluding communication that is conspicuously marked or otherwise
  1133        designated in writing by the copyright owner as "Not a Contribution."
  1134  
  1135        "Contributor" shall mean Licensor and any individual or Legal Entity
  1136        on behalf of whom a Contribution has been received by Licensor and
  1137        subsequently incorporated within the Work.
  1138  
  1139     2. Grant of Copyright License. Subject to the terms and conditions of
  1140        this License, each Contributor hereby grants to You a perpetual,
  1141        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1142        copyright license to reproduce, prepare Derivative Works of,
  1143        publicly display, publicly perform, sublicense, and distribute the
  1144        Work and such Derivative Works in Source or Object form.
  1145  
  1146     3. Grant of Patent License. Subject to the terms and conditions of
  1147        this License, each Contributor hereby grants to You a perpetual,
  1148        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1149        (except as stated in this section) patent license to make, have made,
  1150        use, offer to sell, sell, import, and otherwise transfer the Work,
  1151        where such license applies only to those patent claims licensable
  1152        by such Contributor that are necessarily infringed by their
  1153        Contribution(s) alone or by combination of their Contribution(s)
  1154        with the Work to which such Contribution(s) was submitted. If You
  1155        institute patent litigation against any entity (including a
  1156        cross-claim or counterclaim in a lawsuit) alleging that the Work
  1157        or a Contribution incorporated within the Work constitutes direct
  1158        or contributory patent infringement, then any patent licenses
  1159        granted to You under this License for that Work shall terminate
  1160        as of the date such litigation is filed.
  1161  
  1162     4. Redistribution. You may reproduce and distribute copies of the
  1163        Work or Derivative Works thereof in any medium, with or without
  1164        modifications, and in Source or Object form, provided that You
  1165        meet the following conditions:
  1166  
  1167        (a) You must give any other recipients of the Work or
  1168            Derivative Works a copy of this License; and
  1169  
  1170        (b) You must cause any modified files to carry prominent notices
  1171            stating that You changed the files; and
  1172  
  1173        (c) You must retain, in the Source form of any Derivative Works
  1174            that You distribute, all copyright, patent, trademark, and
  1175            attribution notices from the Source form of the Work,
  1176            excluding those notices that do not pertain to any part of
  1177            the Derivative Works; and
  1178  
  1179        (d) If the Work includes a "NOTICE" text file as part of its
  1180            distribution, then any Derivative Works that You distribute must
  1181            include a readable copy of the attribution notices contained
  1182            within such NOTICE file, excluding those notices that do not
  1183            pertain to any part of the Derivative Works, in at least one
  1184            of the following places: within a NOTICE text file distributed
  1185            as part of the Derivative Works; within the Source form or
  1186            documentation, if provided along with the Derivative Works; or,
  1187            within a display generated by the Derivative Works, if and
  1188            wherever such third-party notices normally appear. The contents
  1189            of the NOTICE file are for informational purposes only and
  1190            do not modify the License. You may add Your own attribution
  1191            notices within Derivative Works that You distribute, alongside
  1192            or as an addendum to the NOTICE text from the Work, provided
  1193            that such additional attribution notices cannot be construed
  1194            as modifying the License.
  1195  
  1196        You may add Your own copyright statement to Your modifications and
  1197        may provide additional or different license terms and conditions
  1198        for use, reproduction, or distribution of Your modifications, or
  1199        for any such Derivative Works as a whole, provided Your use,
  1200        reproduction, and distribution of the Work otherwise complies with
  1201        the conditions stated in this License.
  1202  
  1203     5. Submission of Contributions. Unless You explicitly state otherwise,
  1204        any Contribution intentionally submitted for inclusion in the Work
  1205        by You to the Licensor shall be under the terms and conditions of
  1206        this License, without any additional terms or conditions.
  1207        Notwithstanding the above, nothing herein shall supersede or modify
  1208        the terms of any separate license agreement you may have executed
  1209        with Licensor regarding such Contributions.
  1210  
  1211     6. Trademarks. This License does not grant permission to use the trade
  1212        names, trademarks, service marks, or product names of the Licensor,
  1213        except as required for reasonable and customary use in describing the
  1214        origin of the Work and reproducing the content of the NOTICE file.
  1215  
  1216     7. Disclaimer of Warranty. Unless required by applicable law or
  1217        agreed to in writing, Licensor provides the Work (and each
  1218        Contributor provides its Contributions) on an "AS IS" BASIS,
  1219        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1220        implied, including, without limitation, any warranties or conditions
  1221        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1222        PARTICULAR PURPOSE. You are solely responsible for determining the
  1223        appropriateness of using or redistributing the Work and assume any
  1224        risks associated with Your exercise of permissions under this License.
  1225  
  1226     8. Limitation of Liability. In no event and under no legal theory,
  1227        whether in tort (including negligence), contract, or otherwise,
  1228        unless required by applicable law (such as deliberate and grossly
  1229        negligent acts) or agreed to in writing, shall any Contributor be
  1230        liable to You for damages, including any direct, indirect, special,
  1231        incidental, or consequential damages of any character arising as a
  1232        result of this License or out of the use or inability to use the
  1233        Work (including but not limited to damages for loss of goodwill,
  1234        work stoppage, computer failure or malfunction, or any and all
  1235        other commercial damages or losses), even if such Contributor
  1236        has been advised of the possibility of such damages.
  1237  
  1238     9. Accepting Warranty or Additional Liability. While redistributing
  1239        the Work or Derivative Works thereof, You may choose to offer,
  1240        and charge a fee for, acceptance of support, warranty, indemnity,
  1241        or other liability obligations and/or rights consistent with this
  1242        License. However, in accepting such obligations, You may act only
  1243        on Your own behalf and on Your sole responsibility, not on behalf
  1244        of any other Contributor, and only if You agree to indemnify,
  1245        defend, and hold each Contributor harmless for any liability
  1246        incurred by, or claims asserted against, such Contributor by reason
  1247        of your accepting any such warranty or additional liability.
  1248  
  1249     END OF TERMS AND CONDITIONS
  1250  
  1251     APPENDIX: How to apply the Apache License to your work.
  1252  
  1253        To apply the Apache License to your work, attach the following
  1254        boilerplate notice, with the fields enclosed by brackets "[]"
  1255        replaced with your own identifying information. (Don't include
  1256        the brackets!)  The text should be enclosed in the appropriate
  1257        comment syntax for the file format. We also recommend that a
  1258        file or class name and description of purpose be included on the
  1259        same "printed page" as the copyright notice for easier
  1260        identification within third-party archives.
  1261  
  1262     Copyright [yyyy] [name of copyright owner]
  1263  
  1264     Licensed under the Apache License, Version 2.0 (the "License");
  1265     you may not use this file except in compliance with the License.
  1266     You may obtain a copy of the License at
  1267  
  1268         http://www.apache.org/licenses/LICENSE-2.0
  1269  
  1270     Unless required by applicable law or agreed to in writing, software
  1271     distributed under the License is distributed on an "AS IS" BASIS,
  1272     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1273     See the License for the specific language governing permissions and
  1274     limitations under the License.
  1275  
  1276  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  1277  ================================================================================
  1278  
  1279  ================================================================================
  1280  = cloud.google.com/go/storage licensed under: =
  1281  
  1282  
  1283                                   Apache License
  1284                             Version 2.0, January 2004
  1285                          http://www.apache.org/licenses/
  1286  
  1287     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1288  
  1289     1. Definitions.
  1290  
  1291        "License" shall mean the terms and conditions for use, reproduction,
  1292        and distribution as defined by Sections 1 through 9 of this document.
  1293  
  1294        "Licensor" shall mean the copyright owner or entity authorized by
  1295        the copyright owner that is granting the License.
  1296  
  1297        "Legal Entity" shall mean the union of the acting entity and all
  1298        other entities that control, are controlled by, or are under common
  1299        control with that entity. For the purposes of this definition,
  1300        "control" means (i) the power, direct or indirect, to cause the
  1301        direction or management of such entity, whether by contract or
  1302        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1303        outstanding shares, or (iii) beneficial ownership of such entity.
  1304  
  1305        "You" (or "Your") shall mean an individual or Legal Entity
  1306        exercising permissions granted by this License.
  1307  
  1308        "Source" form shall mean the preferred form for making modifications,
  1309        including but not limited to software source code, documentation
  1310        source, and configuration files.
  1311  
  1312        "Object" form shall mean any form resulting from mechanical
  1313        transformation or translation of a Source form, including but
  1314        not limited to compiled object code, generated documentation,
  1315        and conversions to other media types.
  1316  
  1317        "Work" shall mean the work of authorship, whether in Source or
  1318        Object form, made available under the License, as indicated by a
  1319        copyright notice that is included in or attached to the work
  1320        (an example is provided in the Appendix below).
  1321  
  1322        "Derivative Works" shall mean any work, whether in Source or Object
  1323        form, that is based on (or derived from) the Work and for which the
  1324        editorial revisions, annotations, elaborations, or other modifications
  1325        represent, as a whole, an original work of authorship. For the purposes
  1326        of this License, Derivative Works shall not include works that remain
  1327        separable from, or merely link (or bind by name) to the interfaces of,
  1328        the Work and Derivative Works thereof.
  1329  
  1330        "Contribution" shall mean any work of authorship, including
  1331        the original version of the Work and any modifications or additions
  1332        to that Work or Derivative Works thereof, that is intentionally
  1333        submitted to Licensor for inclusion in the Work by the copyright owner
  1334        or by an individual or Legal Entity authorized to submit on behalf of
  1335        the copyright owner. For the purposes of this definition, "submitted"
  1336        means any form of electronic, verbal, or written communication sent
  1337        to the Licensor or its representatives, including but not limited to
  1338        communication on electronic mailing lists, source code control systems,
  1339        and issue tracking systems that are managed by, or on behalf of, the
  1340        Licensor for the purpose of discussing and improving the Work, but
  1341        excluding communication that is conspicuously marked or otherwise
  1342        designated in writing by the copyright owner as "Not a Contribution."
  1343  
  1344        "Contributor" shall mean Licensor and any individual or Legal Entity
  1345        on behalf of whom a Contribution has been received by Licensor and
  1346        subsequently incorporated within the Work.
  1347  
  1348     2. Grant of Copyright License. Subject to the terms and conditions of
  1349        this License, each Contributor hereby grants to You a perpetual,
  1350        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1351        copyright license to reproduce, prepare Derivative Works of,
  1352        publicly display, publicly perform, sublicense, and distribute the
  1353        Work and such Derivative Works in Source or Object form.
  1354  
  1355     3. Grant of Patent License. Subject to the terms and conditions of
  1356        this License, each Contributor hereby grants to You a perpetual,
  1357        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1358        (except as stated in this section) patent license to make, have made,
  1359        use, offer to sell, sell, import, and otherwise transfer the Work,
  1360        where such license applies only to those patent claims licensable
  1361        by such Contributor that are necessarily infringed by their
  1362        Contribution(s) alone or by combination of their Contribution(s)
  1363        with the Work to which such Contribution(s) was submitted. If You
  1364        institute patent litigation against any entity (including a
  1365        cross-claim or counterclaim in a lawsuit) alleging that the Work
  1366        or a Contribution incorporated within the Work constitutes direct
  1367        or contributory patent infringement, then any patent licenses
  1368        granted to You under this License for that Work shall terminate
  1369        as of the date such litigation is filed.
  1370  
  1371     4. Redistribution. You may reproduce and distribute copies of the
  1372        Work or Derivative Works thereof in any medium, with or without
  1373        modifications, and in Source or Object form, provided that You
  1374        meet the following conditions:
  1375  
  1376        (a) You must give any other recipients of the Work or
  1377            Derivative Works a copy of this License; and
  1378  
  1379        (b) You must cause any modified files to carry prominent notices
  1380            stating that You changed the files; and
  1381  
  1382        (c) You must retain, in the Source form of any Derivative Works
  1383            that You distribute, all copyright, patent, trademark, and
  1384            attribution notices from the Source form of the Work,
  1385            excluding those notices that do not pertain to any part of
  1386            the Derivative Works; and
  1387  
  1388        (d) If the Work includes a "NOTICE" text file as part of its
  1389            distribution, then any Derivative Works that You distribute must
  1390            include a readable copy of the attribution notices contained
  1391            within such NOTICE file, excluding those notices that do not
  1392            pertain to any part of the Derivative Works, in at least one
  1393            of the following places: within a NOTICE text file distributed
  1394            as part of the Derivative Works; within the Source form or
  1395            documentation, if provided along with the Derivative Works; or,
  1396            within a display generated by the Derivative Works, if and
  1397            wherever such third-party notices normally appear. The contents
  1398            of the NOTICE file are for informational purposes only and
  1399            do not modify the License. You may add Your own attribution
  1400            notices within Derivative Works that You distribute, alongside
  1401            or as an addendum to the NOTICE text from the Work, provided
  1402            that such additional attribution notices cannot be construed
  1403            as modifying the License.
  1404  
  1405        You may add Your own copyright statement to Your modifications and
  1406        may provide additional or different license terms and conditions
  1407        for use, reproduction, or distribution of Your modifications, or
  1408        for any such Derivative Works as a whole, provided Your use,
  1409        reproduction, and distribution of the Work otherwise complies with
  1410        the conditions stated in this License.
  1411  
  1412     5. Submission of Contributions. Unless You explicitly state otherwise,
  1413        any Contribution intentionally submitted for inclusion in the Work
  1414        by You to the Licensor shall be under the terms and conditions of
  1415        this License, without any additional terms or conditions.
  1416        Notwithstanding the above, nothing herein shall supersede or modify
  1417        the terms of any separate license agreement you may have executed
  1418        with Licensor regarding such Contributions.
  1419  
  1420     6. Trademarks. This License does not grant permission to use the trade
  1421        names, trademarks, service marks, or product names of the Licensor,
  1422        except as required for reasonable and customary use in describing the
  1423        origin of the Work and reproducing the content of the NOTICE file.
  1424  
  1425     7. Disclaimer of Warranty. Unless required by applicable law or
  1426        agreed to in writing, Licensor provides the Work (and each
  1427        Contributor provides its Contributions) on an "AS IS" BASIS,
  1428        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1429        implied, including, without limitation, any warranties or conditions
  1430        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1431        PARTICULAR PURPOSE. You are solely responsible for determining the
  1432        appropriateness of using or redistributing the Work and assume any
  1433        risks associated with Your exercise of permissions under this License.
  1434  
  1435     8. Limitation of Liability. In no event and under no legal theory,
  1436        whether in tort (including negligence), contract, or otherwise,
  1437        unless required by applicable law (such as deliberate and grossly
  1438        negligent acts) or agreed to in writing, shall any Contributor be
  1439        liable to You for damages, including any direct, indirect, special,
  1440        incidental, or consequential damages of any character arising as a
  1441        result of this License or out of the use or inability to use the
  1442        Work (including but not limited to damages for loss of goodwill,
  1443        work stoppage, computer failure or malfunction, or any and all
  1444        other commercial damages or losses), even if such Contributor
  1445        has been advised of the possibility of such damages.
  1446  
  1447     9. Accepting Warranty or Additional Liability. While redistributing
  1448        the Work or Derivative Works thereof, You may choose to offer,
  1449        and charge a fee for, acceptance of support, warranty, indemnity,
  1450        or other liability obligations and/or rights consistent with this
  1451        License. However, in accepting such obligations, You may act only
  1452        on Your own behalf and on Your sole responsibility, not on behalf
  1453        of any other Contributor, and only if You agree to indemnify,
  1454        defend, and hold each Contributor harmless for any liability
  1455        incurred by, or claims asserted against, such Contributor by reason
  1456        of your accepting any such warranty or additional liability.
  1457  
  1458     END OF TERMS AND CONDITIONS
  1459  
  1460     APPENDIX: How to apply the Apache License to your work.
  1461  
  1462        To apply the Apache License to your work, attach the following
  1463        boilerplate notice, with the fields enclosed by brackets "[]"
  1464        replaced with your own identifying information. (Don't include
  1465        the brackets!)  The text should be enclosed in the appropriate
  1466        comment syntax for the file format. We also recommend that a
  1467        file or class name and description of purpose be included on the
  1468        same "printed page" as the copyright notice for easier
  1469        identification within third-party archives.
  1470  
  1471     Copyright [yyyy] [name of copyright owner]
  1472  
  1473     Licensed under the Apache License, Version 2.0 (the "License");
  1474     you may not use this file except in compliance with the License.
  1475     You may obtain a copy of the License at
  1476  
  1477         http://www.apache.org/licenses/LICENSE-2.0
  1478  
  1479     Unless required by applicable law or agreed to in writing, software
  1480     distributed under the License is distributed on an "AS IS" BASIS,
  1481     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1482     See the License for the specific language governing permissions and
  1483     limitations under the License.
  1484  
  1485  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  1486  ================================================================================
  1487  
  1488  ================================================================================
  1489  = filippo.io/edwards25519 licensed under: =
  1490  
  1491  Copyright (c) 2009 The Go Authors. All rights reserved.
  1492  
  1493  Redistribution and use in source and binary forms, with or without
  1494  modification, are permitted provided that the following conditions are
  1495  met:
  1496  
  1497     * Redistributions of source code must retain the above copyright
  1498  notice, this list of conditions and the following disclaimer.
  1499     * Redistributions in binary form must reproduce the above
  1500  copyright notice, this list of conditions and the following disclaimer
  1501  in the documentation and/or other materials provided with the
  1502  distribution.
  1503     * Neither the name of Google Inc. nor the names of its
  1504  contributors may be used to endorse or promote products derived from
  1505  this software without specific prior written permission.
  1506  
  1507  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1508  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1509  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1510  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1511  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1512  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1513  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1514  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1515  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1516  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1517  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1518  
  1519  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
  1520  ================================================================================
  1521  
  1522  ================================================================================
  1523  = github.com/HdrHistogram/hdrhistogram-go licensed under: =
  1524  
  1525  The MIT License (MIT)
  1526  
  1527  Copyright (c) 2014 Coda Hale
  1528  
  1529  Permission is hereby granted, free of charge, to any person obtaining a copy
  1530  of this software and associated documentation files (the "Software"), to deal
  1531  in the Software without restriction, including without limitation the rights
  1532  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1533  copies of the Software, and to permit persons to whom the Software is
  1534  furnished to do so, subject to the following conditions:
  1535  
  1536  The above copyright notice and this permission notice shall be included in
  1537  all copies or substantial portions of the Software.
  1538  
  1539  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1540  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1541  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1542  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1543  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1544  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1545  THE SOFTWARE.
  1546  
  1547  = LICENSE b6d1b525eead24b9dd56bcb0cf1e606c6695b91e08e92b6be4399e9c =
  1548  ================================================================================
  1549  
  1550  ================================================================================
  1551  = github.com/abiosoft/readline licensed under: =
  1552  
  1553  The MIT License (MIT)
  1554  
  1555  Copyright (c) 2015 Chzyer
  1556  
  1557  Permission is hereby granted, free of charge, to any person obtaining a copy
  1558  of this software and associated documentation files (the "Software"), to deal
  1559  in the Software without restriction, including without limitation the rights
  1560  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1561  copies of the Software, and to permit persons to whom the Software is
  1562  furnished to do so, subject to the following conditions:
  1563  
  1564  The above copyright notice and this permission notice shall be included in all
  1565  copies or substantial portions of the Software.
  1566  
  1567  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1568  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1569  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1570  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1571  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1572  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1573  SOFTWARE.
  1574  
  1575  
  1576  = LICENSE 776df548a1197b2f7e08bb8af22033f154591c7960101bba3438812b =
  1577  ================================================================================
  1578  
  1579  ================================================================================
  1580  = github.com/aliyun/aliyun-oss-go-sdk licensed under: =
  1581  
  1582  Copyright (c) 2015 aliyun.com
  1583  
  1584  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
  1585  documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
  1586  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
  1587  permit persons to whom the Software is furnished to do so, subject to the following conditions:
  1588  
  1589  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
  1590  Software.
  1591  
  1592  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  1593  WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1594  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  1595  OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1596  = LICENSE e38acb655cae71b0deffe4354c611894b747c461da744bbb5f3bc54f =
  1597  ================================================================================
  1598  
  1599  ================================================================================
  1600  = github.com/andreyvit/diff licensed under: =
  1601  
  1602  MIT License
  1603  
  1604  Copyright (c) 2017 Andrey Tarantsov
  1605  
  1606  Permission is hereby granted, free of charge, to any person obtaining a copy
  1607  of this software and associated documentation files (the "Software"), to deal
  1608  in the Software without restriction, including without limitation the rights
  1609  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1610  copies of the Software, and to permit persons to whom the Software is
  1611  furnished to do so, subject to the following conditions:
  1612  
  1613  The above copyright notice and this permission notice shall be included in all
  1614  copies or substantial portions of the Software.
  1615  
  1616  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1617  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1618  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1619  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1620  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1621  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1622  SOFTWARE.
  1623  
  1624  = LICENSE 78b3d88d4101969f3415353aea94c9f4cce7ca238b012137e57e0273 =
  1625  ================================================================================
  1626  
  1627  ================================================================================
  1628  = github.com/apache/thrift licensed under: =
  1629  
  1630  
  1631                                   Apache License
  1632                             Version 2.0, January 2004
  1633                          http://www.apache.org/licenses/
  1634  
  1635     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1636  
  1637     1. Definitions.
  1638  
  1639        "License" shall mean the terms and conditions for use, reproduction,
  1640        and distribution as defined by Sections 1 through 9 of this document.
  1641  
  1642        "Licensor" shall mean the copyright owner or entity authorized by
  1643        the copyright owner that is granting the License.
  1644  
  1645        "Legal Entity" shall mean the union of the acting entity and all
  1646        other entities that control, are controlled by, or are under common
  1647        control with that entity. For the purposes of this definition,
  1648        "control" means (i) the power, direct or indirect, to cause the
  1649        direction or management of such entity, whether by contract or
  1650        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1651        outstanding shares, or (iii) beneficial ownership of such entity.
  1652  
  1653        "You" (or "Your") shall mean an individual or Legal Entity
  1654        exercising permissions granted by this License.
  1655  
  1656        "Source" form shall mean the preferred form for making modifications,
  1657        including but not limited to software source code, documentation
  1658        source, and configuration files.
  1659  
  1660        "Object" form shall mean any form resulting from mechanical
  1661        transformation or translation of a Source form, including but
  1662        not limited to compiled object code, generated documentation,
  1663        and conversions to other media types.
  1664  
  1665        "Work" shall mean the work of authorship, whether in Source or
  1666        Object form, made available under the License, as indicated by a
  1667        copyright notice that is included in or attached to the work
  1668        (an example is provided in the Appendix below).
  1669  
  1670        "Derivative Works" shall mean any work, whether in Source or Object
  1671        form, that is based on (or derived from) the Work and for which the
  1672        editorial revisions, annotations, elaborations, or other modifications
  1673        represent, as a whole, an original work of authorship. For the purposes
  1674        of this License, Derivative Works shall not include works that remain
  1675        separable from, or merely link (or bind by name) to the interfaces of,
  1676        the Work and Derivative Works thereof.
  1677  
  1678        "Contribution" shall mean any work of authorship, including
  1679        the original version of the Work and any modifications or additions
  1680        to that Work or Derivative Works thereof, that is intentionally
  1681        submitted to Licensor for inclusion in the Work by the copyright owner
  1682        or by an individual or Legal Entity authorized to submit on behalf of
  1683        the copyright owner. For the purposes of this definition, "submitted"
  1684        means any form of electronic, verbal, or written communication sent
  1685        to the Licensor or its representatives, including but not limited to
  1686        communication on electronic mailing lists, source code control systems,
  1687        and issue tracking systems that are managed by, or on behalf of, the
  1688        Licensor for the purpose of discussing and improving the Work, but
  1689        excluding communication that is conspicuously marked or otherwise
  1690        designated in writing by the copyright owner as "Not a Contribution."
  1691  
  1692        "Contributor" shall mean Licensor and any individual or Legal Entity
  1693        on behalf of whom a Contribution has been received by Licensor and
  1694        subsequently incorporated within the Work.
  1695  
  1696     2. Grant of Copyright License. Subject to the terms and conditions of
  1697        this License, each Contributor hereby grants to You a perpetual,
  1698        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1699        copyright license to reproduce, prepare Derivative Works of,
  1700        publicly display, publicly perform, sublicense, and distribute the
  1701        Work and such Derivative Works in Source or Object form.
  1702  
  1703     3. Grant of Patent License. Subject to the terms and conditions of
  1704        this License, each Contributor hereby grants to You a perpetual,
  1705        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1706        (except as stated in this section) patent license to make, have made,
  1707        use, offer to sell, sell, import, and otherwise transfer the Work,
  1708        where such license applies only to those patent claims licensable
  1709        by such Contributor that are necessarily infringed by their
  1710        Contribution(s) alone or by combination of their Contribution(s)
  1711        with the Work to which such Contribution(s) was submitted. If You
  1712        institute patent litigation against any entity (including a
  1713        cross-claim or counterclaim in a lawsuit) alleging that the Work
  1714        or a Contribution incorporated within the Work constitutes direct
  1715        or contributory patent infringement, then any patent licenses
  1716        granted to You under this License for that Work shall terminate
  1717        as of the date such litigation is filed.
  1718  
  1719     4. Redistribution. You may reproduce and distribute copies of the
  1720        Work or Derivative Works thereof in any medium, with or without
  1721        modifications, and in Source or Object form, provided that You
  1722        meet the following conditions:
  1723  
  1724        (a) You must give any other recipients of the Work or
  1725            Derivative Works a copy of this License; and
  1726  
  1727        (b) You must cause any modified files to carry prominent notices
  1728            stating that You changed the files; and
  1729  
  1730        (c) You must retain, in the Source form of any Derivative Works
  1731            that You distribute, all copyright, patent, trademark, and
  1732            attribution notices from the Source form of the Work,
  1733            excluding those notices that do not pertain to any part of
  1734            the Derivative Works; and
  1735  
  1736        (d) If the Work includes a "NOTICE" text file as part of its
  1737            distribution, then any Derivative Works that You distribute must
  1738            include a readable copy of the attribution notices contained
  1739            within such NOTICE file, excluding those notices that do not
  1740            pertain to any part of the Derivative Works, in at least one
  1741            of the following places: within a NOTICE text file distributed
  1742            as part of the Derivative Works; within the Source form or
  1743            documentation, if provided along with the Derivative Works; or,
  1744            within a display generated by the Derivative Works, if and
  1745            wherever such third-party notices normally appear. The contents
  1746            of the NOTICE file are for informational purposes only and
  1747            do not modify the License. You may add Your own attribution
  1748            notices within Derivative Works that You distribute, alongside
  1749            or as an addendum to the NOTICE text from the Work, provided
  1750            that such additional attribution notices cannot be construed
  1751            as modifying the License.
  1752  
  1753        You may add Your own copyright statement to Your modifications and
  1754        may provide additional or different license terms and conditions
  1755        for use, reproduction, or distribution of Your modifications, or
  1756        for any such Derivative Works as a whole, provided Your use,
  1757        reproduction, and distribution of the Work otherwise complies with
  1758        the conditions stated in this License.
  1759  
  1760     5. Submission of Contributions. Unless You explicitly state otherwise,
  1761        any Contribution intentionally submitted for inclusion in the Work
  1762        by You to the Licensor shall be under the terms and conditions of
  1763        this License, without any additional terms or conditions.
  1764        Notwithstanding the above, nothing herein shall supersede or modify
  1765        the terms of any separate license agreement you may have executed
  1766        with Licensor regarding such Contributions.
  1767  
  1768     6. Trademarks. This License does not grant permission to use the trade
  1769        names, trademarks, service marks, or product names of the Licensor,
  1770        except as required for reasonable and customary use in describing the
  1771        origin of the Work and reproducing the content of the NOTICE file.
  1772  
  1773     7. Disclaimer of Warranty. Unless required by applicable law or
  1774        agreed to in writing, Licensor provides the Work (and each
  1775        Contributor provides its Contributions) on an "AS IS" BASIS,
  1776        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1777        implied, including, without limitation, any warranties or conditions
  1778        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1779        PARTICULAR PURPOSE. You are solely responsible for determining the
  1780        appropriateness of using or redistributing the Work and assume any
  1781        risks associated with Your exercise of permissions under this License.
  1782  
  1783     8. Limitation of Liability. In no event and under no legal theory,
  1784        whether in tort (including negligence), contract, or otherwise,
  1785        unless required by applicable law (such as deliberate and grossly
  1786        negligent acts) or agreed to in writing, shall any Contributor be
  1787        liable to You for damages, including any direct, indirect, special,
  1788        incidental, or consequential damages of any character arising as a
  1789        result of this License or out of the use or inability to use the
  1790        Work (including but not limited to damages for loss of goodwill,
  1791        work stoppage, computer failure or malfunction, or any and all
  1792        other commercial damages or losses), even if such Contributor
  1793        has been advised of the possibility of such damages.
  1794  
  1795     9. Accepting Warranty or Additional Liability. While redistributing
  1796        the Work or Derivative Works thereof, You may choose to offer,
  1797        and charge a fee for, acceptance of support, warranty, indemnity,
  1798        or other liability obligations and/or rights consistent with this
  1799        License. However, in accepting such obligations, You may act only
  1800        on Your own behalf and on Your sole responsibility, not on behalf
  1801        of any other Contributor, and only if You agree to indemnify,
  1802        defend, and hold each Contributor harmless for any liability
  1803        incurred by, or claims asserted against, such Contributor by reason
  1804        of your accepting any such warranty or additional liability.
  1805  
  1806     END OF TERMS AND CONDITIONS
  1807  
  1808     APPENDIX: How to apply the Apache License to your work.
  1809  
  1810        To apply the Apache License to your work, attach the following
  1811        boilerplate notice, with the fields enclosed by brackets "[]"
  1812        replaced with your own identifying information. (Don't include
  1813        the brackets!)  The text should be enclosed in the appropriate
  1814        comment syntax for the file format. We also recommend that a
  1815        file or class name and description of purpose be included on the
  1816        same "printed page" as the copyright notice for easier
  1817        identification within third-party archives.
  1818  
  1819     Copyright [yyyy] [name of copyright owner]
  1820  
  1821     Licensed under the Apache License, Version 2.0 (the "License");
  1822     you may not use this file except in compliance with the License.
  1823     You may obtain a copy of the License at
  1824  
  1825         http://www.apache.org/licenses/LICENSE-2.0
  1826  
  1827     Unless required by applicable law or agreed to in writing, software
  1828     distributed under the License is distributed on an "AS IS" BASIS,
  1829     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1830     See the License for the specific language governing permissions and
  1831     limitations under the License.
  1832  
  1833  --------------------------------------------------
  1834  SOFTWARE DISTRIBUTED WITH THRIFT:
  1835  
  1836  The Apache Thrift software includes a number of subcomponents with
  1837  separate copyright notices and license terms. Your use of the source
  1838  code for the these subcomponents is subject to the terms and
  1839  conditions of the following licenses.
  1840  
  1841  --------------------------------------------------
  1842  Portions of the following files are licensed under the MIT License:
  1843  
  1844    lib/erl/src/Makefile.am
  1845  
  1846  Please see doc/otp-base-license.txt for the full terms of this license.
  1847  
  1848  --------------------------------------------------
  1849  For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 components:
  1850  
  1851  #   Copyright (c) 2007 Thomas Porschberg <thomas@randspringer.de>
  1852  #
  1853  #   Copying and distribution of this file, with or without
  1854  #   modification, are permitted in any medium without royalty provided
  1855  #   the copyright notice and this notice are preserved.
  1856  
  1857  --------------------------------------------------
  1858  For the lib/nodejs/lib/thrift/json_parse.js:
  1859  
  1860  /*
  1861      json_parse.js
  1862      2015-05-02
  1863      Public Domain.
  1864      NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
  1865  
  1866  */
  1867  (By Douglas Crockford <douglas@crockford.com>)
  1868  
  1869  --------------------------------------------------
  1870  For lib/cpp/src/thrift/windows/SocketPair.cpp
  1871  
  1872  /* socketpair.c
  1873   * Copyright 2007 by Nathan C. Myers <ncm@cantrip.org>; some rights reserved.
  1874   * This code is Free Software.  It may be copied freely, in original or
  1875   * modified form, subject only to the restrictions that (1) the author is
  1876   * relieved from all responsibilities for any use for any purpose, and (2)
  1877   * this copyright notice must be retained, unchanged, in its entirety.  If
  1878   * for any reason the author might be held responsible for any consequences
  1879   * of copying or use, license is withheld.
  1880   */
  1881  
  1882  
  1883  --------------------------------------------------
  1884  For lib/py/compat/win32/stdint.h
  1885  
  1886  // ISO C9x  compliant stdint.h for Microsoft Visual Studio
  1887  // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
  1888  //
  1889  //  Copyright (c) 2006-2008 Alexander Chemeris
  1890  //
  1891  // Redistribution and use in source and binary forms, with or without
  1892  // modification, are permitted provided that the following conditions are met:
  1893  //
  1894  //   1. Redistributions of source code must retain the above copyright notice,
  1895  //      this list of conditions and the following disclaimer.
  1896  //
  1897  //   2. Redistributions in binary form must reproduce the above copyright
  1898  //      notice, this list of conditions and the following disclaimer in the
  1899  //      documentation and/or other materials provided with the distribution.
  1900  //
  1901  //   3. The name of the author may be used to endorse or promote products
  1902  //      derived from this software without specific prior written permission.
  1903  //
  1904  // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  1905  // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1906  // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  1907  // EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1908  // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1909  // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  1910  // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  1911  // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  1912  // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  1913  // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1914  //
  1915  ///////////////////////////////////////////////////////////////////////////////
  1916  
  1917  
  1918  --------------------------------------------------
  1919  Codegen template in t_html_generator.h
  1920  
  1921  * Bootstrap v2.0.3
  1922  *
  1923  * Copyright 2012 Twitter, Inc
  1924  * Licensed under the Apache License v2.0
  1925  * http://www.apache.org/licenses/LICENSE-2.0
  1926  *
  1927  * Designed and built with all the love in the world @twitter by @mdo and @fat.
  1928  
  1929  ---------------------------------------------------
  1930  For t_cl_generator.cc
  1931  
  1932   * Copyright (c) 2008- Patrick Collison <patrick@collison.ie>
  1933   * Copyright (c) 2006- Facebook
  1934  
  1935  ---------------------------------------------------
  1936  
  1937  = LICENSE 42c3d433e7147c55c3974e209eca70f89310d4fa5feb6a0f162df904 =
  1938  ================================================================================
  1939  
  1940  ================================================================================
  1941  = github.com/aws/aws-sdk-go licensed under: =
  1942  
  1943  
  1944                                   Apache License
  1945                             Version 2.0, January 2004
  1946                          http://www.apache.org/licenses/
  1947  
  1948     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1949  
  1950     1. Definitions.
  1951  
  1952        "License" shall mean the terms and conditions for use, reproduction,
  1953        and distribution as defined by Sections 1 through 9 of this document.
  1954  
  1955        "Licensor" shall mean the copyright owner or entity authorized by
  1956        the copyright owner that is granting the License.
  1957  
  1958        "Legal Entity" shall mean the union of the acting entity and all
  1959        other entities that control, are controlled by, or are under common
  1960        control with that entity. For the purposes of this definition,
  1961        "control" means (i) the power, direct or indirect, to cause the
  1962        direction or management of such entity, whether by contract or
  1963        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1964        outstanding shares, or (iii) beneficial ownership of such entity.
  1965  
  1966        "You" (or "Your") shall mean an individual or Legal Entity
  1967        exercising permissions granted by this License.
  1968  
  1969        "Source" form shall mean the preferred form for making modifications,
  1970        including but not limited to software source code, documentation
  1971        source, and configuration files.
  1972  
  1973        "Object" form shall mean any form resulting from mechanical
  1974        transformation or translation of a Source form, including but
  1975        not limited to compiled object code, generated documentation,
  1976        and conversions to other media types.
  1977  
  1978        "Work" shall mean the work of authorship, whether in Source or
  1979        Object form, made available under the License, as indicated by a
  1980        copyright notice that is included in or attached to the work
  1981        (an example is provided in the Appendix below).
  1982  
  1983        "Derivative Works" shall mean any work, whether in Source or Object
  1984        form, that is based on (or derived from) the Work and for which the
  1985        editorial revisions, annotations, elaborations, or other modifications
  1986        represent, as a whole, an original work of authorship. For the purposes
  1987        of this License, Derivative Works shall not include works that remain
  1988        separable from, or merely link (or bind by name) to the interfaces of,
  1989        the Work and Derivative Works thereof.
  1990  
  1991        "Contribution" shall mean any work of authorship, including
  1992        the original version of the Work and any modifications or additions
  1993        to that Work or Derivative Works thereof, that is intentionally
  1994        submitted to Licensor for inclusion in the Work by the copyright owner
  1995        or by an individual or Legal Entity authorized to submit on behalf of
  1996        the copyright owner. For the purposes of this definition, "submitted"
  1997        means any form of electronic, verbal, or written communication sent
  1998        to the Licensor or its representatives, including but not limited to
  1999        communication on electronic mailing lists, source code control systems,
  2000        and issue tracking systems that are managed by, or on behalf of, the
  2001        Licensor for the purpose of discussing and improving the Work, but
  2002        excluding communication that is conspicuously marked or otherwise
  2003        designated in writing by the copyright owner as "Not a Contribution."
  2004  
  2005        "Contributor" shall mean Licensor and any individual or Legal Entity
  2006        on behalf of whom a Contribution has been received by Licensor and
  2007        subsequently incorporated within the Work.
  2008  
  2009     2. Grant of Copyright License. Subject to the terms and conditions of
  2010        this License, each Contributor hereby grants to You a perpetual,
  2011        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2012        copyright license to reproduce, prepare Derivative Works of,
  2013        publicly display, publicly perform, sublicense, and distribute the
  2014        Work and such Derivative Works in Source or Object form.
  2015  
  2016     3. Grant of Patent License. Subject to the terms and conditions of
  2017        this License, each Contributor hereby grants to You a perpetual,
  2018        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2019        (except as stated in this section) patent license to make, have made,
  2020        use, offer to sell, sell, import, and otherwise transfer the Work,
  2021        where such license applies only to those patent claims licensable
  2022        by such Contributor that are necessarily infringed by their
  2023        Contribution(s) alone or by combination of their Contribution(s)
  2024        with the Work to which such Contribution(s) was submitted. If You
  2025        institute patent litigation against any entity (including a
  2026        cross-claim or counterclaim in a lawsuit) alleging that the Work
  2027        or a Contribution incorporated within the Work constitutes direct
  2028        or contributory patent infringement, then any patent licenses
  2029        granted to You under this License for that Work shall terminate
  2030        as of the date such litigation is filed.
  2031  
  2032     4. Redistribution. You may reproduce and distribute copies of the
  2033        Work or Derivative Works thereof in any medium, with or without
  2034        modifications, and in Source or Object form, provided that You
  2035        meet the following conditions:
  2036  
  2037        (a) You must give any other recipients of the Work or
  2038            Derivative Works a copy of this License; and
  2039  
  2040        (b) You must cause any modified files to carry prominent notices
  2041            stating that You changed the files; and
  2042  
  2043        (c) You must retain, in the Source form of any Derivative Works
  2044            that You distribute, all copyright, patent, trademark, and
  2045            attribution notices from the Source form of the Work,
  2046            excluding those notices that do not pertain to any part of
  2047            the Derivative Works; and
  2048  
  2049        (d) If the Work includes a "NOTICE" text file as part of its
  2050            distribution, then any Derivative Works that You distribute must
  2051            include a readable copy of the attribution notices contained
  2052            within such NOTICE file, excluding those notices that do not
  2053            pertain to any part of the Derivative Works, in at least one
  2054            of the following places: within a NOTICE text file distributed
  2055            as part of the Derivative Works; within the Source form or
  2056            documentation, if provided along with the Derivative Works; or,
  2057            within a display generated by the Derivative Works, if and
  2058            wherever such third-party notices normally appear. The contents
  2059            of the NOTICE file are for informational purposes only and
  2060            do not modify the License. You may add Your own attribution
  2061            notices within Derivative Works that You distribute, alongside
  2062            or as an addendum to the NOTICE text from the Work, provided
  2063            that such additional attribution notices cannot be construed
  2064            as modifying the License.
  2065  
  2066        You may add Your own copyright statement to Your modifications and
  2067        may provide additional or different license terms and conditions
  2068        for use, reproduction, or distribution of Your modifications, or
  2069        for any such Derivative Works as a whole, provided Your use,
  2070        reproduction, and distribution of the Work otherwise complies with
  2071        the conditions stated in this License.
  2072  
  2073     5. Submission of Contributions. Unless You explicitly state otherwise,
  2074        any Contribution intentionally submitted for inclusion in the Work
  2075        by You to the Licensor shall be under the terms and conditions of
  2076        this License, without any additional terms or conditions.
  2077        Notwithstanding the above, nothing herein shall supersede or modify
  2078        the terms of any separate license agreement you may have executed
  2079        with Licensor regarding such Contributions.
  2080  
  2081     6. Trademarks. This License does not grant permission to use the trade
  2082        names, trademarks, service marks, or product names of the Licensor,
  2083        except as required for reasonable and customary use in describing the
  2084        origin of the Work and reproducing the content of the NOTICE file.
  2085  
  2086     7. Disclaimer of Warranty. Unless required by applicable law or
  2087        agreed to in writing, Licensor provides the Work (and each
  2088        Contributor provides its Contributions) on an "AS IS" BASIS,
  2089        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  2090        implied, including, without limitation, any warranties or conditions
  2091        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  2092        PARTICULAR PURPOSE. You are solely responsible for determining the
  2093        appropriateness of using or redistributing the Work and assume any
  2094        risks associated with Your exercise of permissions under this License.
  2095  
  2096     8. Limitation of Liability. In no event and under no legal theory,
  2097        whether in tort (including negligence), contract, or otherwise,
  2098        unless required by applicable law (such as deliberate and grossly
  2099        negligent acts) or agreed to in writing, shall any Contributor be
  2100        liable to You for damages, including any direct, indirect, special,
  2101        incidental, or consequential damages of any character arising as a
  2102        result of this License or out of the use or inability to use the
  2103        Work (including but not limited to damages for loss of goodwill,
  2104        work stoppage, computer failure or malfunction, or any and all
  2105        other commercial damages or losses), even if such Contributor
  2106        has been advised of the possibility of such damages.
  2107  
  2108     9. Accepting Warranty or Additional Liability. While redistributing
  2109        the Work or Derivative Works thereof, You may choose to offer,
  2110        and charge a fee for, acceptance of support, warranty, indemnity,
  2111        or other liability obligations and/or rights consistent with this
  2112        License. However, in accepting such obligations, You may act only
  2113        on Your own behalf and on Your sole responsibility, not on behalf
  2114        of any other Contributor, and only if You agree to indemnify,
  2115        defend, and hold each Contributor harmless for any liability
  2116        incurred by, or claims asserted against, such Contributor by reason
  2117        of your accepting any such warranty or additional liability.
  2118  
  2119     END OF TERMS AND CONDITIONS
  2120  
  2121     APPENDIX: How to apply the Apache License to your work.
  2122  
  2123        To apply the Apache License to your work, attach the following
  2124        boilerplate notice, with the fields enclosed by brackets "[]"
  2125        replaced with your own identifying information. (Don't include
  2126        the brackets!)  The text should be enclosed in the appropriate
  2127        comment syntax for the file format. We also recommend that a
  2128        file or class name and description of purpose be included on the
  2129        same "printed page" as the copyright notice for easier
  2130        identification within third-party archives.
  2131  
  2132     Copyright [yyyy] [name of copyright owner]
  2133  
  2134     Licensed under the Apache License, Version 2.0 (the "License");
  2135     you may not use this file except in compliance with the License.
  2136     You may obtain a copy of the License at
  2137  
  2138         http://www.apache.org/licenses/LICENSE-2.0
  2139  
  2140     Unless required by applicable law or agreed to in writing, software
  2141     distributed under the License is distributed on an "AS IS" BASIS,
  2142     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2143     See the License for the specific language governing permissions and
  2144     limitations under the License.
  2145  
  2146  = LICENSE.txt 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  2147  ================================================================================
  2148  
  2149  ================================================================================
  2150  = github.com/bcicen/jstream licensed under: =
  2151  
  2152  The MIT License (MIT)
  2153  
  2154  Copyright (c) 2018 Bradley Cicenas
  2155  
  2156  Permission is hereby granted, free of charge, to any person obtaining a copy
  2157  of this software and associated documentation files (the "Software"), to deal
  2158  in the Software without restriction, including without limitation the rights
  2159  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  2160  copies of the Software, and to permit persons to whom the Software is
  2161  furnished to do so, subject to the following conditions:
  2162  
  2163  The above copyright notice and this permission notice shall be included in all
  2164  copies or substantial portions of the Software.
  2165  
  2166  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  2167  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  2168  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  2169  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  2170  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  2171  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  2172  SOFTWARE.
  2173  
  2174  
  2175  = LICENSE d615096f4eff52548dc42c266afd573361e51227b54bbba43f96c99c =
  2176  ================================================================================
  2177  
  2178  ================================================================================
  2179  = github.com/beorn7/perks licensed under: =
  2180  
  2181  Copyright (C) 2013 Blake Mizerany
  2182  
  2183  Permission is hereby granted, free of charge, to any person obtaining
  2184  a copy of this software and associated documentation files (the
  2185  "Software"), to deal in the Software without restriction, including
  2186  without limitation the rights to use, copy, modify, merge, publish,
  2187  distribute, sublicense, and/or sell copies of the Software, and to
  2188  permit persons to whom the Software is furnished to do so, subject to
  2189  the following conditions:
  2190  
  2191  The above copyright notice and this permission notice shall be
  2192  included in all copies or substantial portions of the Software.
  2193  
  2194  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  2195  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  2196  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  2197  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  2198  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  2199  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  2200  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  2201  
  2202  = LICENSE af6b89dbe00e5dbd9d05c2c99e339e227a0cb98609f7683f222e10b5 =
  2203  ================================================================================
  2204  
  2205  ================================================================================
  2206  = github.com/cenkalti/backoff/v4 licensed under: =
  2207  
  2208  The MIT License (MIT)
  2209  
  2210  Copyright (c) 2014 Cenk Altı
  2211  
  2212  Permission is hereby granted, free of charge, to any person obtaining a copy of
  2213  this software and associated documentation files (the "Software"), to deal in
  2214  the Software without restriction, including without limitation the rights to
  2215  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  2216  the Software, and to permit persons to whom the Software is furnished to do so,
  2217  subject to the following conditions:
  2218  
  2219  The above copyright notice and this permission notice shall be included in all
  2220  copies or substantial portions of the Software.
  2221  
  2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  2223  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  2224  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  2225  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  2226  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  2227  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  2228  
  2229  = LICENSE 3f09359866e587619921288cca4607374451bbd3b3f3806bc70598b6 =
  2230  ================================================================================
  2231  
  2232  ================================================================================
  2233  = github.com/cespare/xxhash/v2 licensed under: =
  2234  
  2235  Copyright (c) 2016 Caleb Spare
  2236  
  2237  MIT License
  2238  
  2239  Permission is hereby granted, free of charge, to any person obtaining
  2240  a copy of this software and associated documentation files (the
  2241  "Software"), to deal in the Software without restriction, including
  2242  without limitation the rights to use, copy, modify, merge, publish,
  2243  distribute, sublicense, and/or sell copies of the Software, and to
  2244  permit persons to whom the Software is furnished to do so, subject to
  2245  the following conditions:
  2246  
  2247  The above copyright notice and this permission notice shall be
  2248  included in all copies or substantial portions of the Software.
  2249  
  2250  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  2251  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  2252  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  2253  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  2254  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  2255  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  2256  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  2257  
  2258  = LICENSE.txt 726f1b8f64f7e439b1b12c7cbde7b1427752a00ddea15019e4156465 =
  2259  ================================================================================
  2260  
  2261  ================================================================================
  2262  = github.com/denisbrodbeck/machineid licensed under: =
  2263  
  2264  
  2265  The MIT License (MIT)
  2266  
  2267  Copyright (c) 2017 Denis Brodbeck
  2268  
  2269  Permission is hereby granted, free of charge, to any person obtaining a copy
  2270  of this software and associated documentation files (the "Software"), to deal
  2271  in the Software without restriction, including without limitation the rights
  2272  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  2273  copies of the Software, and to permit persons to whom the Software is
  2274  furnished to do so, subject to the following conditions:
  2275  
  2276  The above copyright notice and this permission notice shall be included in all
  2277  copies or substantial portions of the Software.
  2278  
  2279  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  2280  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  2281  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  2282  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  2283  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  2284  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  2285  SOFTWARE.
  2286  
  2287  = LICENSE.md b5274e316e181e3c8a9826c7fa05cfbf80629701d6c0a9c9548eb4d8 =
  2288  ================================================================================
  2289  
  2290  ================================================================================
  2291  = github.com/dolthub/flatbuffers/v23 licensed under: =
  2292  
  2293  
  2294                                   Apache License
  2295                             Version 2.0, January 2004
  2296                          http://www.apache.org/licenses/
  2297  
  2298     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  2299  
  2300     1. Definitions.
  2301  
  2302        "License" shall mean the terms and conditions for use, reproduction,
  2303        and distribution as defined by Sections 1 through 9 of this document.
  2304  
  2305        "Licensor" shall mean the copyright owner or entity authorized by
  2306        the copyright owner that is granting the License.
  2307  
  2308        "Legal Entity" shall mean the union of the acting entity and all
  2309        other entities that control, are controlled by, or are under common
  2310        control with that entity. For the purposes of this definition,
  2311        "control" means (i) the power, direct or indirect, to cause the
  2312        direction or management of such entity, whether by contract or
  2313        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  2314        outstanding shares, or (iii) beneficial ownership of such entity.
  2315  
  2316        "You" (or "Your") shall mean an individual or Legal Entity
  2317        exercising permissions granted by this License.
  2318  
  2319        "Source" form shall mean the preferred form for making modifications,
  2320        including but not limited to software source code, documentation
  2321        source, and configuration files.
  2322  
  2323        "Object" form shall mean any form resulting from mechanical
  2324        transformation or translation of a Source form, including but
  2325        not limited to compiled object code, generated documentation,
  2326        and conversions to other media types.
  2327  
  2328        "Work" shall mean the work of authorship, whether in Source or
  2329        Object form, made available under the License, as indicated by a
  2330        copyright notice that is included in or attached to the work
  2331        (an example is provided in the Appendix below).
  2332  
  2333        "Derivative Works" shall mean any work, whether in Source or Object
  2334        form, that is based on (or derived from) the Work and for which the
  2335        editorial revisions, annotations, elaborations, or other modifications
  2336        represent, as a whole, an original work of authorship. For the purposes
  2337        of this License, Derivative Works shall not include works that remain
  2338        separable from, or merely link (or bind by name) to the interfaces of,
  2339        the Work and Derivative Works thereof.
  2340  
  2341        "Contribution" shall mean any work of authorship, including
  2342        the original version of the Work and any modifications or additions
  2343        to that Work or Derivative Works thereof, that is intentionally
  2344        submitted to Licensor for inclusion in the Work by the copyright owner
  2345        or by an individual or Legal Entity authorized to submit on behalf of
  2346        the copyright owner. For the purposes of this definition, "submitted"
  2347        means any form of electronic, verbal, or written communication sent
  2348        to the Licensor or its representatives, including but not limited to
  2349        communication on electronic mailing lists, source code control systems,
  2350        and issue tracking systems that are managed by, or on behalf of, the
  2351        Licensor for the purpose of discussing and improving the Work, but
  2352        excluding communication that is conspicuously marked or otherwise
  2353        designated in writing by the copyright owner as "Not a Contribution."
  2354  
  2355        "Contributor" shall mean Licensor and any individual or Legal Entity
  2356        on behalf of whom a Contribution has been received by Licensor and
  2357        subsequently incorporated within the Work.
  2358  
  2359     2. Grant of Copyright License. Subject to the terms and conditions of
  2360        this License, each Contributor hereby grants to You a perpetual,
  2361        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2362        copyright license to reproduce, prepare Derivative Works of,
  2363        publicly display, publicly perform, sublicense, and distribute the
  2364        Work and such Derivative Works in Source or Object form.
  2365  
  2366     3. Grant of Patent License. Subject to the terms and conditions of
  2367        this License, each Contributor hereby grants to You a perpetual,
  2368        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2369        (except as stated in this section) patent license to make, have made,
  2370        use, offer to sell, sell, import, and otherwise transfer the Work,
  2371        where such license applies only to those patent claims licensable
  2372        by such Contributor that are necessarily infringed by their
  2373        Contribution(s) alone or by combination of their Contribution(s)
  2374        with the Work to which such Contribution(s) was submitted. If You
  2375        institute patent litigation against any entity (including a
  2376        cross-claim or counterclaim in a lawsuit) alleging that the Work
  2377        or a Contribution incorporated within the Work constitutes direct
  2378        or contributory patent infringement, then any patent licenses
  2379        granted to You under this License for that Work shall terminate
  2380        as of the date such litigation is filed.
  2381  
  2382     4. Redistribution. You may reproduce and distribute copies of the
  2383        Work or Derivative Works thereof in any medium, with or without
  2384        modifications, and in Source or Object form, provided that You
  2385        meet the following conditions:
  2386  
  2387        (a) You must give any other recipients of the Work or
  2388            Derivative Works a copy of this License; and
  2389  
  2390        (b) You must cause any modified files to carry prominent notices
  2391            stating that You changed the files; and
  2392  
  2393        (c) You must retain, in the Source form of any Derivative Works
  2394            that You distribute, all copyright, patent, trademark, and
  2395            attribution notices from the Source form of the Work,
  2396            excluding those notices that do not pertain to any part of
  2397            the Derivative Works; and
  2398  
  2399        (d) If the Work includes a "NOTICE" text file as part of its
  2400            distribution, then any Derivative Works that You distribute must
  2401            include a readable copy of the attribution notices contained
  2402            within such NOTICE file, excluding those notices that do not
  2403            pertain to any part of the Derivative Works, in at least one
  2404            of the following places: within a NOTICE text file distributed
  2405            as part of the Derivative Works; within the Source form or
  2406            documentation, if provided along with the Derivative Works; or,
  2407            within a display generated by the Derivative Works, if and
  2408            wherever such third-party notices normally appear. The contents
  2409            of the NOTICE file are for informational purposes only and
  2410            do not modify the License. You may add Your own attribution
  2411            notices within Derivative Works that You distribute, alongside
  2412            or as an addendum to the NOTICE text from the Work, provided
  2413            that such additional attribution notices cannot be construed
  2414            as modifying the License.
  2415  
  2416        You may add Your own copyright statement to Your modifications and
  2417        may provide additional or different license terms and conditions
  2418        for use, reproduction, or distribution of Your modifications, or
  2419        for any such Derivative Works as a whole, provided Your use,
  2420        reproduction, and distribution of the Work otherwise complies with
  2421        the conditions stated in this License.
  2422  
  2423     5. Submission of Contributions. Unless You explicitly state otherwise,
  2424        any Contribution intentionally submitted for inclusion in the Work
  2425        by You to the Licensor shall be under the terms and conditions of
  2426        this License, without any additional terms or conditions.
  2427        Notwithstanding the above, nothing herein shall supersede or modify
  2428        the terms of any separate license agreement you may have executed
  2429        with Licensor regarding such Contributions.
  2430  
  2431     6. Trademarks. This License does not grant permission to use the trade
  2432        names, trademarks, service marks, or product names of the Licensor,
  2433        except as required for reasonable and customary use in describing the
  2434        origin of the Work and reproducing the content of the NOTICE file.
  2435  
  2436     7. Disclaimer of Warranty. Unless required by applicable law or
  2437        agreed to in writing, Licensor provides the Work (and each
  2438        Contributor provides its Contributions) on an "AS IS" BASIS,
  2439        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  2440        implied, including, without limitation, any warranties or conditions
  2441        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  2442        PARTICULAR PURPOSE. You are solely responsible for determining the
  2443        appropriateness of using or redistributing the Work and assume any
  2444        risks associated with Your exercise of permissions under this License.
  2445  
  2446     8. Limitation of Liability. In no event and under no legal theory,
  2447        whether in tort (including negligence), contract, or otherwise,
  2448        unless required by applicable law (such as deliberate and grossly
  2449        negligent acts) or agreed to in writing, shall any Contributor be
  2450        liable to You for damages, including any direct, indirect, special,
  2451        incidental, or consequential damages of any character arising as a
  2452        result of this License or out of the use or inability to use the
  2453        Work (including but not limited to damages for loss of goodwill,
  2454        work stoppage, computer failure or malfunction, or any and all
  2455        other commercial damages or losses), even if such Contributor
  2456        has been advised of the possibility of such damages.
  2457  
  2458     9. Accepting Warranty or Additional Liability. While redistributing
  2459        the Work or Derivative Works thereof, You may choose to offer,
  2460        and charge a fee for, acceptance of support, warranty, indemnity,
  2461        or other liability obligations and/or rights consistent with this
  2462        License. However, in accepting such obligations, You may act only
  2463        on Your own behalf and on Your sole responsibility, not on behalf
  2464        of any other Contributor, and only if You agree to indemnify,
  2465        defend, and hold each Contributor harmless for any liability
  2466        incurred by, or claims asserted against, such Contributor by reason
  2467        of your accepting any such warranty or additional liability.
  2468  
  2469     END OF TERMS AND CONDITIONS
  2470  
  2471     APPENDIX: How to apply the Apache License to your work.
  2472  
  2473        To apply the Apache License to your work, attach the following
  2474        boilerplate notice, with the fields enclosed by brackets "[]"
  2475        replaced with your own identifying information. (Don't include
  2476        the brackets!)  The text should be enclosed in the appropriate
  2477        comment syntax for the file format. We also recommend that a
  2478        file or class name and description of purpose be included on the
  2479        same "printed page" as the copyright notice for easier
  2480        identification within third-party archives.
  2481  
  2482     Copyright [yyyy] [name of copyright owner]
  2483  
  2484     Licensed under the Apache License, Version 2.0 (the "License");
  2485     you may not use this file except in compliance with the License.
  2486     You may obtain a copy of the License at
  2487  
  2488         http://www.apache.org/licenses/LICENSE-2.0
  2489  
  2490     Unless required by applicable law or agreed to in writing, software
  2491     distributed under the License is distributed on an "AS IS" BASIS,
  2492     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2493     See the License for the specific language governing permissions and
  2494     limitations under the License.
  2495  
  2496  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  2497  ================================================================================
  2498  
  2499  ================================================================================
  2500  = github.com/dolthub/fslock licensed under: =
  2501  
  2502  All files in this repository are licensed as follows. If you contribute
  2503  to this repository, it is assumed that you license your contribution
  2504  under the same license unless you state otherwise.
  2505  
  2506  All files Copyright (C) 2015 Canonical Ltd. unless otherwise specified in the file.
  2507  
  2508  This software is licensed under the LGPLv3, included below.
  2509  
  2510  As a special exception to the GNU Lesser General Public License version 3
  2511  ("LGPL3"), the copyright holders of this Library give you permission to
  2512  convey to a third party a Combined Work that links statically or dynamically
  2513  to this Library without providing any Minimal Corresponding Source or
  2514  Minimal Application Code as set out in 4d or providing the installation
  2515  information set out in section 4e, provided that you comply with the other
  2516  provisions of LGPL3 and provided that you meet, for the Application the
  2517  terms and conditions of the license(s) which apply to the Application.
  2518  
  2519  Except as stated in this special exception, the provisions of LGPL3 will
  2520  continue to comply in full to this Library. If you modify this Library, you
  2521  may apply this exception to your version of this Library, but you are not
  2522  obliged to do so. If you do not wish to do so, delete this exception
  2523  statement from your version. This exception does not (and cannot) modify any
  2524  license terms which apply to the Application, with which you must still
  2525  comply. 
  2526  
  2527  
  2528                     GNU LESSER GENERAL PUBLIC LICENSE
  2529                         Version 3, 29 June 2007
  2530  
  2531   Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  2532   Everyone is permitted to copy and distribute verbatim copies
  2533   of this license document, but changing it is not allowed.
  2534  
  2535  
  2536    This version of the GNU Lesser General Public License incorporates
  2537  the terms and conditions of version 3 of the GNU General Public
  2538  License, supplemented by the additional permissions listed below.
  2539  
  2540    0. Additional Definitions.
  2541  
  2542    As used herein, "this License" refers to version 3 of the GNU Lesser
  2543  General Public License, and the "GNU GPL" refers to version 3 of the GNU
  2544  General Public License.
  2545  
  2546    "The Library" refers to a covered work governed by this License,
  2547  other than an Application or a Combined Work as defined below.
  2548  
  2549    An "Application" is any work that makes use of an interface provided
  2550  by the Library, but which is not otherwise based on the Library.
  2551  Defining a subclass of a class defined by the Library is deemed a mode
  2552  of using an interface provided by the Library.
  2553  
  2554    A "Combined Work" is a work produced by combining or linking an
  2555  Application with the Library.  The particular version of the Library
  2556  with which the Combined Work was made is also called the "Linked
  2557  Version".
  2558  
  2559    The "Minimal Corresponding Source" for a Combined Work means the
  2560  Corresponding Source for the Combined Work, excluding any source code
  2561  for portions of the Combined Work that, considered in isolation, are
  2562  based on the Application, and not on the Linked Version.
  2563  
  2564    The "Corresponding Application Code" for a Combined Work means the
  2565  object code and/or source code for the Application, including any data
  2566  and utility programs needed for reproducing the Combined Work from the
  2567  Application, but excluding the System Libraries of the Combined Work.
  2568  
  2569    1. Exception to Section 3 of the GNU GPL.
  2570  
  2571    You may convey a covered work under sections 3 and 4 of this License
  2572  without being bound by section 3 of the GNU GPL.
  2573  
  2574    2. Conveying Modified Versions.
  2575  
  2576    If you modify a copy of the Library, and, in your modifications, a
  2577  facility refers to a function or data to be supplied by an Application
  2578  that uses the facility (other than as an argument passed when the
  2579  facility is invoked), then you may convey a copy of the modified
  2580  version:
  2581  
  2582     a) under this License, provided that you make a good faith effort to
  2583     ensure that, in the event an Application does not supply the
  2584     function or data, the facility still operates, and performs
  2585     whatever part of its purpose remains meaningful, or
  2586  
  2587     b) under the GNU GPL, with none of the additional permissions of
  2588     this License applicable to that copy.
  2589  
  2590    3. Object Code Incorporating Material from Library Header Files.
  2591  
  2592    The object code form of an Application may incorporate material from
  2593  a header file that is part of the Library.  You may convey such object
  2594  code under terms of your choice, provided that, if the incorporated
  2595  material is not limited to numerical parameters, data structure
  2596  layouts and accessors, or small macros, inline functions and templates
  2597  (ten or fewer lines in length), you do both of the following:
  2598  
  2599     a) Give prominent notice with each copy of the object code that the
  2600     Library is used in it and that the Library and its use are
  2601     covered by this License.
  2602  
  2603     b) Accompany the object code with a copy of the GNU GPL and this license
  2604     document.
  2605  
  2606    4. Combined Works.
  2607  
  2608    You may convey a Combined Work under terms of your choice that,
  2609  taken together, effectively do not restrict modification of the
  2610  portions of the Library contained in the Combined Work and reverse
  2611  engineering for debugging such modifications, if you also do each of
  2612  the following:
  2613  
  2614     a) Give prominent notice with each copy of the Combined Work that
  2615     the Library is used in it and that the Library and its use are
  2616     covered by this License.
  2617  
  2618     b) Accompany the Combined Work with a copy of the GNU GPL and this license
  2619     document.
  2620  
  2621     c) For a Combined Work that displays copyright notices during
  2622     execution, include the copyright notice for the Library among
  2623     these notices, as well as a reference directing the user to the
  2624     copies of the GNU GPL and this license document.
  2625  
  2626     d) Do one of the following:
  2627  
  2628         0) Convey the Minimal Corresponding Source under the terms of this
  2629         License, and the Corresponding Application Code in a form
  2630         suitable for, and under terms that permit, the user to
  2631         recombine or relink the Application with a modified version of
  2632         the Linked Version to produce a modified Combined Work, in the
  2633         manner specified by section 6 of the GNU GPL for conveying
  2634         Corresponding Source.
  2635  
  2636         1) Use a suitable shared library mechanism for linking with the
  2637         Library.  A suitable mechanism is one that (a) uses at run time
  2638         a copy of the Library already present on the user's computer
  2639         system, and (b) will operate properly with a modified version
  2640         of the Library that is interface-compatible with the Linked
  2641         Version.
  2642  
  2643     e) Provide Installation Information, but only if you would otherwise
  2644     be required to provide such information under section 6 of the
  2645     GNU GPL, and only to the extent that such information is
  2646     necessary to install and execute a modified version of the
  2647     Combined Work produced by recombining or relinking the
  2648     Application with a modified version of the Linked Version. (If
  2649     you use option 4d0, the Installation Information must accompany
  2650     the Minimal Corresponding Source and Corresponding Application
  2651     Code. If you use option 4d1, you must provide the Installation
  2652     Information in the manner specified by section 6 of the GNU GPL
  2653     for conveying Corresponding Source.)
  2654  
  2655    5. Combined Libraries.
  2656  
  2657    You may place library facilities that are a work based on the
  2658  Library side by side in a single library together with other library
  2659  facilities that are not Applications and are not covered by this
  2660  License, and convey such a combined library under terms of your
  2661  choice, if you do both of the following:
  2662  
  2663     a) Accompany the combined library with a copy of the same work based
  2664     on the Library, uncombined with any other library facilities,
  2665     conveyed under the terms of this License.
  2666  
  2667     b) Give prominent notice with the combined library that part of it
  2668     is a work based on the Library, and explaining where to find the
  2669     accompanying uncombined form of the same work.
  2670  
  2671    6. Revised Versions of the GNU Lesser General Public License.
  2672  
  2673    The Free Software Foundation may publish revised and/or new versions
  2674  of the GNU Lesser General Public License from time to time. Such new
  2675  versions will be similar in spirit to the present version, but may
  2676  differ in detail to address new problems or concerns.
  2677  
  2678    Each version is given a distinguishing version number. If the
  2679  Library as you received it specifies that a certain numbered version
  2680  of the GNU Lesser General Public License "or any later version"
  2681  applies to it, you have the option of following the terms and
  2682  conditions either of that published version or of any later version
  2683  published by the Free Software Foundation. If the Library as you
  2684  received it does not specify a version number of the GNU Lesser
  2685  General Public License, you may choose any version of the GNU Lesser
  2686  General Public License ever published by the Free Software Foundation.
  2687  
  2688    If the Library as you received it specifies that a proxy can decide
  2689  whether future versions of the GNU Lesser General Public License shall
  2690  apply, that proxy's public statement of acceptance of any version is
  2691  permanent authorization for you to choose that version for the
  2692  Library.
  2693  
  2694  = LICENSE bcd6f24ec7cb31e4eac53a4e067489b1ddd360b968ceb45faf5645ec =
  2695  ================================================================================
  2696  
  2697  ================================================================================
  2698  = github.com/dolthub/go-icu-regex licensed under: =
  2699  
  2700  
  2701                                   Apache License
  2702                             Version 2.0, January 2004
  2703                          http://www.apache.org/licenses/
  2704  
  2705     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  2706  
  2707     1. Definitions.
  2708  
  2709        "License" shall mean the terms and conditions for use, reproduction,
  2710        and distribution as defined by Sections 1 through 9 of this document.
  2711  
  2712        "Licensor" shall mean the copyright owner or entity authorized by
  2713        the copyright owner that is granting the License.
  2714  
  2715        "Legal Entity" shall mean the union of the acting entity and all
  2716        other entities that control, are controlled by, or are under common
  2717        control with that entity. For the purposes of this definition,
  2718        "control" means (i) the power, direct or indirect, to cause the
  2719        direction or management of such entity, whether by contract or
  2720        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  2721        outstanding shares, or (iii) beneficial ownership of such entity.
  2722  
  2723        "You" (or "Your") shall mean an individual or Legal Entity
  2724        exercising permissions granted by this License.
  2725  
  2726        "Source" form shall mean the preferred form for making modifications,
  2727        including but not limited to software source code, documentation
  2728        source, and configuration files.
  2729  
  2730        "Object" form shall mean any form resulting from mechanical
  2731        transformation or translation of a Source form, including but
  2732        not limited to compiled object code, generated documentation,
  2733        and conversions to other media types.
  2734  
  2735        "Work" shall mean the work of authorship, whether in Source or
  2736        Object form, made available under the License, as indicated by a
  2737        copyright notice that is included in or attached to the work
  2738        (an example is provided in the Appendix below).
  2739  
  2740        "Derivative Works" shall mean any work, whether in Source or Object
  2741        form, that is based on (or derived from) the Work and for which the
  2742        editorial revisions, annotations, elaborations, or other modifications
  2743        represent, as a whole, an original work of authorship. For the purposes
  2744        of this License, Derivative Works shall not include works that remain
  2745        separable from, or merely link (or bind by name) to the interfaces of,
  2746        the Work and Derivative Works thereof.
  2747  
  2748        "Contribution" shall mean any work of authorship, including
  2749        the original version of the Work and any modifications or additions
  2750        to that Work or Derivative Works thereof, that is intentionally
  2751        submitted to Licensor for inclusion in the Work by the copyright owner
  2752        or by an individual or Legal Entity authorized to submit on behalf of
  2753        the copyright owner. For the purposes of this definition, "submitted"
  2754        means any form of electronic, verbal, or written communication sent
  2755        to the Licensor or its representatives, including but not limited to
  2756        communication on electronic mailing lists, source code control systems,
  2757        and issue tracking systems that are managed by, or on behalf of, the
  2758        Licensor for the purpose of discussing and improving the Work, but
  2759        excluding communication that is conspicuously marked or otherwise
  2760        designated in writing by the copyright owner as "Not a Contribution."
  2761  
  2762        "Contributor" shall mean Licensor and any individual or Legal Entity
  2763        on behalf of whom a Contribution has been received by Licensor and
  2764        subsequently incorporated within the Work.
  2765  
  2766     2. Grant of Copyright License. Subject to the terms and conditions of
  2767        this License, each Contributor hereby grants to You a perpetual,
  2768        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2769        copyright license to reproduce, prepare Derivative Works of,
  2770        publicly display, publicly perform, sublicense, and distribute the
  2771        Work and such Derivative Works in Source or Object form.
  2772  
  2773     3. Grant of Patent License. Subject to the terms and conditions of
  2774        this License, each Contributor hereby grants to You a perpetual,
  2775        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2776        (except as stated in this section) patent license to make, have made,
  2777        use, offer to sell, sell, import, and otherwise transfer the Work,
  2778        where such license applies only to those patent claims licensable
  2779        by such Contributor that are necessarily infringed by their
  2780        Contribution(s) alone or by combination of their Contribution(s)
  2781        with the Work to which such Contribution(s) was submitted. If You
  2782        institute patent litigation against any entity (including a
  2783        cross-claim or counterclaim in a lawsuit) alleging that the Work
  2784        or a Contribution incorporated within the Work constitutes direct
  2785        or contributory patent infringement, then any patent licenses
  2786        granted to You under this License for that Work shall terminate
  2787        as of the date such litigation is filed.
  2788  
  2789     4. Redistribution. You may reproduce and distribute copies of the
  2790        Work or Derivative Works thereof in any medium, with or without
  2791        modifications, and in Source or Object form, provided that You
  2792        meet the following conditions:
  2793  
  2794        (a) You must give any other recipients of the Work or
  2795            Derivative Works a copy of this License; and
  2796  
  2797        (b) You must cause any modified files to carry prominent notices
  2798            stating that You changed the files; and
  2799  
  2800        (c) You must retain, in the Source form of any Derivative Works
  2801            that You distribute, all copyright, patent, trademark, and
  2802            attribution notices from the Source form of the Work,
  2803            excluding those notices that do not pertain to any part of
  2804            the Derivative Works; and
  2805  
  2806        (d) If the Work includes a "NOTICE" text file as part of its
  2807            distribution, then any Derivative Works that You distribute must
  2808            include a readable copy of the attribution notices contained
  2809            within such NOTICE file, excluding those notices that do not
  2810            pertain to any part of the Derivative Works, in at least one
  2811            of the following places: within a NOTICE text file distributed
  2812            as part of the Derivative Works; within the Source form or
  2813            documentation, if provided along with the Derivative Works; or,
  2814            within a display generated by the Derivative Works, if and
  2815            wherever such third-party notices normally appear. The contents
  2816            of the NOTICE file are for informational purposes only and
  2817            do not modify the License. You may add Your own attribution
  2818            notices within Derivative Works that You distribute, alongside
  2819            or as an addendum to the NOTICE text from the Work, provided
  2820            that such additional attribution notices cannot be construed
  2821            as modifying the License.
  2822  
  2823        You may add Your own copyright statement to Your modifications and
  2824        may provide additional or different license terms and conditions
  2825        for use, reproduction, or distribution of Your modifications, or
  2826        for any such Derivative Works as a whole, provided Your use,
  2827        reproduction, and distribution of the Work otherwise complies with
  2828        the conditions stated in this License.
  2829  
  2830     5. Submission of Contributions. Unless You explicitly state otherwise,
  2831        any Contribution intentionally submitted for inclusion in the Work
  2832        by You to the Licensor shall be under the terms and conditions of
  2833        this License, without any additional terms or conditions.
  2834        Notwithstanding the above, nothing herein shall supersede or modify
  2835        the terms of any separate license agreement you may have executed
  2836        with Licensor regarding such Contributions.
  2837  
  2838     6. Trademarks. This License does not grant permission to use the trade
  2839        names, trademarks, service marks, or product names of the Licensor,
  2840        except as required for reasonable and customary use in describing the
  2841        origin of the Work and reproducing the content of the NOTICE file.
  2842  
  2843     7. Disclaimer of Warranty. Unless required by applicable law or
  2844        agreed to in writing, Licensor provides the Work (and each
  2845        Contributor provides its Contributions) on an "AS IS" BASIS,
  2846        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  2847        implied, including, without limitation, any warranties or conditions
  2848        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  2849        PARTICULAR PURPOSE. You are solely responsible for determining the
  2850        appropriateness of using or redistributing the Work and assume any
  2851        risks associated with Your exercise of permissions under this License.
  2852  
  2853     8. Limitation of Liability. In no event and under no legal theory,
  2854        whether in tort (including negligence), contract, or otherwise,
  2855        unless required by applicable law (such as deliberate and grossly
  2856        negligent acts) or agreed to in writing, shall any Contributor be
  2857        liable to You for damages, including any direct, indirect, special,
  2858        incidental, or consequential damages of any character arising as a
  2859        result of this License or out of the use or inability to use the
  2860        Work (including but not limited to damages for loss of goodwill,
  2861        work stoppage, computer failure or malfunction, or any and all
  2862        other commercial damages or losses), even if such Contributor
  2863        has been advised of the possibility of such damages.
  2864  
  2865     9. Accepting Warranty or Additional Liability. While redistributing
  2866        the Work or Derivative Works thereof, You may choose to offer,
  2867        and charge a fee for, acceptance of support, warranty, indemnity,
  2868        or other liability obligations and/or rights consistent with this
  2869        License. However, in accepting such obligations, You may act only
  2870        on Your own behalf and on Your sole responsibility, not on behalf
  2871        of any other Contributor, and only if You agree to indemnify,
  2872        defend, and hold each Contributor harmless for any liability
  2873        incurred by, or claims asserted against, such Contributor by reason
  2874        of your accepting any such warranty or additional liability.
  2875  
  2876     END OF TERMS AND CONDITIONS
  2877  
  2878     APPENDIX: How to apply the Apache License to your work.
  2879  
  2880        To apply the Apache License to your work, attach the following
  2881        boilerplate notice, with the fields enclosed by brackets "[]"
  2882        replaced with your own identifying information. (Don't include
  2883        the brackets!)  The text should be enclosed in the appropriate
  2884        comment syntax for the file format. We also recommend that a
  2885        file or class name and description of purpose be included on the
  2886        same "printed page" as the copyright notice for easier
  2887        identification within third-party archives.
  2888  
  2889     Copyright [yyyy] [name of copyright owner]
  2890  
  2891     Licensed under the Apache License, Version 2.0 (the "License");
  2892     you may not use this file except in compliance with the License.
  2893     You may obtain a copy of the License at
  2894  
  2895         http://www.apache.org/licenses/LICENSE-2.0
  2896  
  2897     Unless required by applicable law or agreed to in writing, software
  2898     distributed under the License is distributed on an "AS IS" BASIS,
  2899     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2900     See the License for the specific language governing permissions and
  2901     limitations under the License.
  2902  
  2903  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  2904  ================================================================================
  2905  
  2906  ================================================================================
  2907  = github.com/dolthub/go-mysql-server licensed under: =
  2908  
  2909                                   Apache License
  2910                             Version 2.0, January 2004
  2911                          http://www.apache.org/licenses/
  2912  
  2913     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  2914  
  2915     1. Definitions.
  2916  
  2917        "License" shall mean the terms and conditions for use, reproduction,
  2918        and distribution as defined by Sections 1 through 9 of this document.
  2919  
  2920        "Licensor" shall mean the copyright owner or entity authorized by
  2921        the copyright owner that is granting the License.
  2922  
  2923        "Legal Entity" shall mean the union of the acting entity and all
  2924        other entities that control, are controlled by, or are under common
  2925        control with that entity. For the purposes of this definition,
  2926        "control" means (i) the power, direct or indirect, to cause the
  2927        direction or management of such entity, whether by contract or
  2928        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  2929        outstanding shares, or (iii) beneficial ownership of such entity.
  2930  
  2931        "You" (or "Your") shall mean an individual or Legal Entity
  2932        exercising permissions granted by this License.
  2933  
  2934        "Source" form shall mean the preferred form for making modifications,
  2935        including but not limited to software source code, documentation
  2936        source, and configuration files.
  2937  
  2938        "Object" form shall mean any form resulting from mechanical
  2939        transformation or translation of a Source form, including but
  2940        not limited to compiled object code, generated documentation,
  2941        and conversions to other media types.
  2942  
  2943        "Work" shall mean the work of authorship, whether in Source or
  2944        Object form, made available under the License, as indicated by a
  2945        copyright notice that is included in or attached to the work
  2946        (an example is provided in the Appendix below).
  2947  
  2948        "Derivative Works" shall mean any work, whether in Source or Object
  2949        form, that is based on (or derived from) the Work and for which the
  2950        editorial revisions, annotations, elaborations, or other modifications
  2951        represent, as a whole, an original work of authorship. For the purposes
  2952        of this License, Derivative Works shall not include works that remain
  2953        separable from, or merely link (or bind by name) to the interfaces of,
  2954        the Work and Derivative Works thereof.
  2955  
  2956        "Contribution" shall mean any work of authorship, including
  2957        the original version of the Work and any modifications or additions
  2958        to that Work or Derivative Works thereof, that is intentionally
  2959        submitted to Licensor for inclusion in the Work by the copyright owner
  2960        or by an individual or Legal Entity authorized to submit on behalf of
  2961        the copyright owner. For the purposes of this definition, "submitted"
  2962        means any form of electronic, verbal, or written communication sent
  2963        to the Licensor or its representatives, including but not limited to
  2964        communication on electronic mailing lists, source code control systems,
  2965        and issue tracking systems that are managed by, or on behalf of, the
  2966        Licensor for the purpose of discussing and improving the Work, but
  2967        excluding communication that is conspicuously marked or otherwise
  2968        designated in writing by the copyright owner as "Not a Contribution."
  2969  
  2970        "Contributor" shall mean Licensor and any individual or Legal Entity
  2971        on behalf of whom a Contribution has been received by Licensor and
  2972        subsequently incorporated within the Work.
  2973  
  2974     2. Grant of Copyright License. Subject to the terms and conditions of
  2975        this License, each Contributor hereby grants to You a perpetual,
  2976        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2977        copyright license to reproduce, prepare Derivative Works of,
  2978        publicly display, publicly perform, sublicense, and distribute the
  2979        Work and such Derivative Works in Source or Object form.
  2980  
  2981     3. Grant of Patent License. Subject to the terms and conditions of
  2982        this License, each Contributor hereby grants to You a perpetual,
  2983        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2984        (except as stated in this section) patent license to make, have made,
  2985        use, offer to sell, sell, import, and otherwise transfer the Work,
  2986        where such license applies only to those patent claims licensable
  2987        by such Contributor that are necessarily infringed by their
  2988        Contribution(s) alone or by combination of their Contribution(s)
  2989        with the Work to which such Contribution(s) was submitted. If You
  2990        institute patent litigation against any entity (including a
  2991        cross-claim or counterclaim in a lawsuit) alleging that the Work
  2992        or a Contribution incorporated within the Work constitutes direct
  2993        or contributory patent infringement, then any patent licenses
  2994        granted to You under this License for that Work shall terminate
  2995        as of the date such litigation is filed.
  2996  
  2997     4. Redistribution. You may reproduce and distribute copies of the
  2998        Work or Derivative Works thereof in any medium, with or without
  2999        modifications, and in Source or Object form, provided that You
  3000        meet the following conditions:
  3001  
  3002        (a) You must give any other recipients of the Work or
  3003            Derivative Works a copy of this License; and
  3004  
  3005        (b) You must cause any modified files to carry prominent notices
  3006            stating that You changed the files; and
  3007  
  3008        (c) You must retain, in the Source form of any Derivative Works
  3009            that You distribute, all copyright, patent, trademark, and
  3010            attribution notices from the Source form of the Work,
  3011            excluding those notices that do not pertain to any part of
  3012            the Derivative Works; and
  3013  
  3014        (d) If the Work includes a "NOTICE" text file as part of its
  3015            distribution, then any Derivative Works that You distribute must
  3016            include a readable copy of the attribution notices contained
  3017            within such NOTICE file, excluding those notices that do not
  3018            pertain to any part of the Derivative Works, in at least one
  3019            of the following places: within a NOTICE text file distributed
  3020            as part of the Derivative Works; within the Source form or
  3021            documentation, if provided along with the Derivative Works; or,
  3022            within a display generated by the Derivative Works, if and
  3023            wherever such third-party notices normally appear. The contents
  3024            of the NOTICE file are for informational purposes only and
  3025            do not modify the License. You may add Your own attribution
  3026            notices within Derivative Works that You distribute, alongside
  3027            or as an addendum to the NOTICE text from the Work, provided
  3028            that such additional attribution notices cannot be construed
  3029            as modifying the License.
  3030  
  3031        You may add Your own copyright statement to Your modifications and
  3032        may provide additional or different license terms and conditions
  3033        for use, reproduction, or distribution of Your modifications, or
  3034        for any such Derivative Works as a whole, provided Your use,
  3035        reproduction, and distribution of the Work otherwise complies with
  3036        the conditions stated in this License.
  3037  
  3038     5. Submission of Contributions. Unless You explicitly state otherwise,
  3039        any Contribution intentionally submitted for inclusion in the Work
  3040        by You to the Licensor shall be under the terms and conditions of
  3041        this License, without any additional terms or conditions.
  3042        Notwithstanding the above, nothing herein shall supersede or modify
  3043        the terms of any separate license agreement you may have executed
  3044        with Licensor regarding such Contributions.
  3045  
  3046     6. Trademarks. This License does not grant permission to use the trade
  3047        names, trademarks, service marks, or product names of the Licensor,
  3048        except as required for reasonable and customary use in describing the
  3049        origin of the Work and reproducing the content of the NOTICE file.
  3050  
  3051     7. Disclaimer of Warranty. Unless required by applicable law or
  3052        agreed to in writing, Licensor provides the Work (and each
  3053        Contributor provides its Contributions) on an "AS IS" BASIS,
  3054        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  3055        implied, including, without limitation, any warranties or conditions
  3056        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  3057        PARTICULAR PURPOSE. You are solely responsible for determining the
  3058        appropriateness of using or redistributing the Work and assume any
  3059        risks associated with Your exercise of permissions under this License.
  3060  
  3061     8. Limitation of Liability. In no event and under no legal theory,
  3062        whether in tort (including negligence), contract, or otherwise,
  3063        unless required by applicable law (such as deliberate and grossly
  3064        negligent acts) or agreed to in writing, shall any Contributor be
  3065        liable to You for damages, including any direct, indirect, special,
  3066        incidental, or consequential damages of any character arising as a
  3067        result of this License or out of the use or inability to use the
  3068        Work (including but not limited to damages for loss of goodwill,
  3069        work stoppage, computer failure or malfunction, or any and all
  3070        other commercial damages or losses), even if such Contributor
  3071        has been advised of the possibility of such damages.
  3072  
  3073     9. Accepting Warranty or Additional Liability. While redistributing
  3074        the Work or Derivative Works thereof, You may choose to offer,
  3075        and charge a fee for, acceptance of support, warranty, indemnity,
  3076        or other liability obligations and/or rights consistent with this
  3077        License. However, in accepting such obligations, You may act only
  3078        on Your own behalf and on Your sole responsibility, not on behalf
  3079        of any other Contributor, and only if You agree to indemnify,
  3080        defend, and hold each Contributor harmless for any liability
  3081        incurred by, or claims asserted against, such Contributor by reason
  3082        of your accepting any such warranty or additional liability.
  3083  
  3084     END OF TERMS AND CONDITIONS
  3085  
  3086     APPENDIX: How to apply the Apache License to your work.
  3087  
  3088        To apply the Apache License to your work, attach the following
  3089        boilerplate notice, with the fields enclosed by brackets "[]"
  3090        replaced with your own identifying information. (Don't include
  3091        the brackets!)  The text should be enclosed in the appropriate
  3092        comment syntax for the file format. We also recommend that a
  3093        file or class name and description of purpose be included on the
  3094        same "printed page" as the copyright notice for easier
  3095        identification within third-party archives.
  3096  
  3097     Copyright [yyyy] [name of copyright owner]
  3098  
  3099     Licensed under the Apache License, Version 2.0 (the "License");
  3100     you may not use this file except in compliance with the License.
  3101     You may obtain a copy of the License at
  3102  
  3103         http://www.apache.org/licenses/LICENSE-2.0
  3104  
  3105     Unless required by applicable law or agreed to in writing, software
  3106     distributed under the License is distributed on an "AS IS" BASIS,
  3107     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  3108     See the License for the specific language governing permissions and
  3109     limitations under the License.
  3110  
  3111  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  3112  ================================================================================
  3113  
  3114  ================================================================================
  3115  = github.com/dolthub/gozstd licensed under: =
  3116  
  3117  The MIT License (MIT)
  3118  
  3119  Copyright (c) 2018 Aliaksandr Valialkin
  3120  
  3121  Permission is hereby granted, free of charge, to any person obtaining a copy
  3122  of this software and associated documentation files (the "Software"), to deal
  3123  in the Software without restriction, including without limitation the rights
  3124  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  3125  copies of the Software, and to permit persons to whom the Software is
  3126  furnished to do so, subject to the following conditions:
  3127  
  3128  The above copyright notice and this permission notice shall be included in all
  3129  copies or substantial portions of the Software.
  3130  
  3131  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  3132  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  3133  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  3134  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  3135  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  3136  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  3137  SOFTWARE.
  3138  
  3139  --------------------------------------------------
  3140  This library includes source code which is developed at https://github.com/facebook/zstd
  3141  and which is dual licensed under both a BSD-style license and GPLv2. The
  3142  BSD-style license for the zstd files in this repository is as follows:
  3143  
  3144  BSD License
  3145  
  3146  For Zstandard software
  3147  
  3148  Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
  3149  
  3150  Redistribution and use in source and binary forms, with or without modification,
  3151  are permitted provided that the following conditions are met:
  3152  
  3153   * Redistributions of source code must retain the above copyright notice, this
  3154     list of conditions and the following disclaimer.
  3155  
  3156   * Redistributions in binary form must reproduce the above copyright notice,
  3157     this list of conditions and the following disclaimer in the documentation
  3158     and/or other materials provided with the distribution.
  3159  
  3160   * Neither the name Facebook, nor Meta, nor the names of its contributors may
  3161     be used to endorse or promote products derived from this software without
  3162     specific prior written permission.
  3163  
  3164  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  3165  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  3166  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  3167  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  3168  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  3169  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  3170  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  3171  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  3172  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  3173  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  3174  
  3175  = LICENSE 75f0ea2f785d001804b23fc96310c0cc4c1f5581a2ef6f1b818fc281 =
  3176  ================================================================================
  3177  
  3178  ================================================================================
  3179  = github.com/dolthub/ishell licensed under: =
  3180  
  3181  The MIT License (MIT)
  3182  
  3183  Copyright (c) 2015 Abiola Ibrahim
  3184  
  3185  Permission is hereby granted, free of charge, to any person obtaining a copy
  3186  of this software and associated documentation files (the "Software"), to deal
  3187  in the Software without restriction, including without limitation the rights
  3188  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  3189  copies of the Software, and to permit persons to whom the Software is
  3190  furnished to do so, subject to the following conditions:
  3191  
  3192  The above copyright notice and this permission notice shall be included in all
  3193  copies or substantial portions of the Software.
  3194  
  3195  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  3196  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  3197  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  3198  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  3199  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  3200  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  3201  SOFTWARE.
  3202  
  3203  = LICENSE bf73993a033d1b0ef35d00734db3b50b684be954774a4e0b5eef6737 =
  3204  ================================================================================
  3205  
  3206  ================================================================================
  3207  = github.com/dolthub/jsonpath licensed under: =
  3208  
  3209  The MIT License (MIT)
  3210  
  3211  Copyright (c) 2021, 2015; DoltHub Authors, oliver
  3212  
  3213  Permission is hereby granted, free of charge, to any person obtaining a copy
  3214  of this software and associated documentation files (the "Software"), to deal
  3215  in the Software without restriction, including without limitation the rights
  3216  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  3217  copies of the Software, and to permit persons to whom the Software is
  3218  furnished to do so, subject to the following conditions:
  3219  
  3220  The above copyright notice and this permission notice shall be included in all
  3221  copies or substantial portions of the Software.
  3222  
  3223  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  3224  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  3225  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  3226  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  3227  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  3228  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  3229  SOFTWARE.
  3230  
  3231  
  3232  = LICENSE 18bf16f1b1dc8f5ace048507fc77c4aebe34aaaf174e30020ab27303 =
  3233  ================================================================================
  3234  
  3235  ================================================================================
  3236  = github.com/dolthub/maphash licensed under: =
  3237  
  3238                                   Apache License
  3239                             Version 2.0, January 2004
  3240                          http://www.apache.org/licenses/
  3241  
  3242     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3243  
  3244     1. Definitions.
  3245  
  3246        "License" shall mean the terms and conditions for use, reproduction,
  3247        and distribution as defined by Sections 1 through 9 of this document.
  3248  
  3249        "Licensor" shall mean the copyright owner or entity authorized by
  3250        the copyright owner that is granting the License.
  3251  
  3252        "Legal Entity" shall mean the union of the acting entity and all
  3253        other entities that control, are controlled by, or are under common
  3254        control with that entity. For the purposes of this definition,
  3255        "control" means (i) the power, direct or indirect, to cause the
  3256        direction or management of such entity, whether by contract or
  3257        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  3258        outstanding shares, or (iii) beneficial ownership of such entity.
  3259  
  3260        "You" (or "Your") shall mean an individual or Legal Entity
  3261        exercising permissions granted by this License.
  3262  
  3263        "Source" form shall mean the preferred form for making modifications,
  3264        including but not limited to software source code, documentation
  3265        source, and configuration files.
  3266  
  3267        "Object" form shall mean any form resulting from mechanical
  3268        transformation or translation of a Source form, including but
  3269        not limited to compiled object code, generated documentation,
  3270        and conversions to other media types.
  3271  
  3272        "Work" shall mean the work of authorship, whether in Source or
  3273        Object form, made available under the License, as indicated by a
  3274        copyright notice that is included in or attached to the work
  3275        (an example is provided in the Appendix below).
  3276  
  3277        "Derivative Works" shall mean any work, whether in Source or Object
  3278        form, that is based on (or derived from) the Work and for which the
  3279        editorial revisions, annotations, elaborations, or other modifications
  3280        represent, as a whole, an original work of authorship. For the purposes
  3281        of this License, Derivative Works shall not include works that remain
  3282        separable from, or merely link (or bind by name) to the interfaces of,
  3283        the Work and Derivative Works thereof.
  3284  
  3285        "Contribution" shall mean any work of authorship, including
  3286        the original version of the Work and any modifications or additions
  3287        to that Work or Derivative Works thereof, that is intentionally
  3288        submitted to Licensor for inclusion in the Work by the copyright owner
  3289        or by an individual or Legal Entity authorized to submit on behalf of
  3290        the copyright owner. For the purposes of this definition, "submitted"
  3291        means any form of electronic, verbal, or written communication sent
  3292        to the Licensor or its representatives, including but not limited to
  3293        communication on electronic mailing lists, source code control systems,
  3294        and issue tracking systems that are managed by, or on behalf of, the
  3295        Licensor for the purpose of discussing and improving the Work, but
  3296        excluding communication that is conspicuously marked or otherwise
  3297        designated in writing by the copyright owner as "Not a Contribution."
  3298  
  3299        "Contributor" shall mean Licensor and any individual or Legal Entity
  3300        on behalf of whom a Contribution has been received by Licensor and
  3301        subsequently incorporated within the Work.
  3302  
  3303     2. Grant of Copyright License. Subject to the terms and conditions of
  3304        this License, each Contributor hereby grants to You a perpetual,
  3305        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3306        copyright license to reproduce, prepare Derivative Works of,
  3307        publicly display, publicly perform, sublicense, and distribute the
  3308        Work and such Derivative Works in Source or Object form.
  3309  
  3310     3. Grant of Patent License. Subject to the terms and conditions of
  3311        this License, each Contributor hereby grants to You a perpetual,
  3312        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3313        (except as stated in this section) patent license to make, have made,
  3314        use, offer to sell, sell, import, and otherwise transfer the Work,
  3315        where such license applies only to those patent claims licensable
  3316        by such Contributor that are necessarily infringed by their
  3317        Contribution(s) alone or by combination of their Contribution(s)
  3318        with the Work to which such Contribution(s) was submitted. If You
  3319        institute patent litigation against any entity (including a
  3320        cross-claim or counterclaim in a lawsuit) alleging that the Work
  3321        or a Contribution incorporated within the Work constitutes direct
  3322        or contributory patent infringement, then any patent licenses
  3323        granted to You under this License for that Work shall terminate
  3324        as of the date such litigation is filed.
  3325  
  3326     4. Redistribution. You may reproduce and distribute copies of the
  3327        Work or Derivative Works thereof in any medium, with or without
  3328        modifications, and in Source or Object form, provided that You
  3329        meet the following conditions:
  3330  
  3331        (a) You must give any other recipients of the Work or
  3332            Derivative Works a copy of this License; and
  3333  
  3334        (b) You must cause any modified files to carry prominent notices
  3335            stating that You changed the files; and
  3336  
  3337        (c) You must retain, in the Source form of any Derivative Works
  3338            that You distribute, all copyright, patent, trademark, and
  3339            attribution notices from the Source form of the Work,
  3340            excluding those notices that do not pertain to any part of
  3341            the Derivative Works; and
  3342  
  3343        (d) If the Work includes a "NOTICE" text file as part of its
  3344            distribution, then any Derivative Works that You distribute must
  3345            include a readable copy of the attribution notices contained
  3346            within such NOTICE file, excluding those notices that do not
  3347            pertain to any part of the Derivative Works, in at least one
  3348            of the following places: within a NOTICE text file distributed
  3349            as part of the Derivative Works; within the Source form or
  3350            documentation, if provided along with the Derivative Works; or,
  3351            within a display generated by the Derivative Works, if and
  3352            wherever such third-party notices normally appear. The contents
  3353            of the NOTICE file are for informational purposes only and
  3354            do not modify the License. You may add Your own attribution
  3355            notices within Derivative Works that You distribute, alongside
  3356            or as an addendum to the NOTICE text from the Work, provided
  3357            that such additional attribution notices cannot be construed
  3358            as modifying the License.
  3359  
  3360        You may add Your own copyright statement to Your modifications and
  3361        may provide additional or different license terms and conditions
  3362        for use, reproduction, or distribution of Your modifications, or
  3363        for any such Derivative Works as a whole, provided Your use,
  3364        reproduction, and distribution of the Work otherwise complies with
  3365        the conditions stated in this License.
  3366  
  3367     5. Submission of Contributions. Unless You explicitly state otherwise,
  3368        any Contribution intentionally submitted for inclusion in the Work
  3369        by You to the Licensor shall be under the terms and conditions of
  3370        this License, without any additional terms or conditions.
  3371        Notwithstanding the above, nothing herein shall supersede or modify
  3372        the terms of any separate license agreement you may have executed
  3373        with Licensor regarding such Contributions.
  3374  
  3375     6. Trademarks. This License does not grant permission to use the trade
  3376        names, trademarks, service marks, or product names of the Licensor,
  3377        except as required for reasonable and customary use in describing the
  3378        origin of the Work and reproducing the content of the NOTICE file.
  3379  
  3380     7. Disclaimer of Warranty. Unless required by applicable law or
  3381        agreed to in writing, Licensor provides the Work (and each
  3382        Contributor provides its Contributions) on an "AS IS" BASIS,
  3383        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  3384        implied, including, without limitation, any warranties or conditions
  3385        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  3386        PARTICULAR PURPOSE. You are solely responsible for determining the
  3387        appropriateness of using or redistributing the Work and assume any
  3388        risks associated with Your exercise of permissions under this License.
  3389  
  3390     8. Limitation of Liability. In no event and under no legal theory,
  3391        whether in tort (including negligence), contract, or otherwise,
  3392        unless required by applicable law (such as deliberate and grossly
  3393        negligent acts) or agreed to in writing, shall any Contributor be
  3394        liable to You for damages, including any direct, indirect, special,
  3395        incidental, or consequential damages of any character arising as a
  3396        result of this License or out of the use or inability to use the
  3397        Work (including but not limited to damages for loss of goodwill,
  3398        work stoppage, computer failure or malfunction, or any and all
  3399        other commercial damages or losses), even if such Contributor
  3400        has been advised of the possibility of such damages.
  3401  
  3402     9. Accepting Warranty or Additional Liability. While redistributing
  3403        the Work or Derivative Works thereof, You may choose to offer,
  3404        and charge a fee for, acceptance of support, warranty, indemnity,
  3405        or other liability obligations and/or rights consistent with this
  3406        License. However, in accepting such obligations, You may act only
  3407        on Your own behalf and on Your sole responsibility, not on behalf
  3408        of any other Contributor, and only if You agree to indemnify,
  3409        defend, and hold each Contributor harmless for any liability
  3410        incurred by, or claims asserted against, such Contributor by reason
  3411        of your accepting any such warranty or additional liability.
  3412  
  3413     END OF TERMS AND CONDITIONS
  3414  
  3415     APPENDIX: How to apply the Apache License to your work.
  3416  
  3417        To apply the Apache License to your work, attach the following
  3418        boilerplate notice, with the fields enclosed by brackets "[]"
  3419        replaced with your own identifying information. (Don't include
  3420        the brackets!)  The text should be enclosed in the appropriate
  3421        comment syntax for the file format. We also recommend that a
  3422        file or class name and description of purpose be included on the
  3423        same "printed page" as the copyright notice for easier
  3424        identification within third-party archives.
  3425  
  3426     Copyright [yyyy] [name of copyright owner]
  3427  
  3428     Licensed under the Apache License, Version 2.0 (the "License");
  3429     you may not use this file except in compliance with the License.
  3430     You may obtain a copy of the License at
  3431  
  3432         http://www.apache.org/licenses/LICENSE-2.0
  3433  
  3434     Unless required by applicable law or agreed to in writing, software
  3435     distributed under the License is distributed on an "AS IS" BASIS,
  3436     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  3437     See the License for the specific language governing permissions and
  3438     limitations under the License.
  3439  
  3440  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  3441  ================================================================================
  3442  
  3443  ================================================================================
  3444  = github.com/dolthub/swiss licensed under: =
  3445  
  3446                                   Apache License
  3447                             Version 2.0, January 2004
  3448                          http://www.apache.org/licenses/
  3449  
  3450     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3451  
  3452     1. Definitions.
  3453  
  3454        "License" shall mean the terms and conditions for use, reproduction,
  3455        and distribution as defined by Sections 1 through 9 of this document.
  3456  
  3457        "Licensor" shall mean the copyright owner or entity authorized by
  3458        the copyright owner that is granting the License.
  3459  
  3460        "Legal Entity" shall mean the union of the acting entity and all
  3461        other entities that control, are controlled by, or are under common
  3462        control with that entity. For the purposes of this definition,
  3463        "control" means (i) the power, direct or indirect, to cause the
  3464        direction or management of such entity, whether by contract or
  3465        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  3466        outstanding shares, or (iii) beneficial ownership of such entity.
  3467  
  3468        "You" (or "Your") shall mean an individual or Legal Entity
  3469        exercising permissions granted by this License.
  3470  
  3471        "Source" form shall mean the preferred form for making modifications,
  3472        including but not limited to software source code, documentation
  3473        source, and configuration files.
  3474  
  3475        "Object" form shall mean any form resulting from mechanical
  3476        transformation or translation of a Source form, including but
  3477        not limited to compiled object code, generated documentation,
  3478        and conversions to other media types.
  3479  
  3480        "Work" shall mean the work of authorship, whether in Source or
  3481        Object form, made available under the License, as indicated by a
  3482        copyright notice that is included in or attached to the work
  3483        (an example is provided in the Appendix below).
  3484  
  3485        "Derivative Works" shall mean any work, whether in Source or Object
  3486        form, that is based on (or derived from) the Work and for which the
  3487        editorial revisions, annotations, elaborations, or other modifications
  3488        represent, as a whole, an original work of authorship. For the purposes
  3489        of this License, Derivative Works shall not include works that remain
  3490        separable from, or merely link (or bind by name) to the interfaces of,
  3491        the Work and Derivative Works thereof.
  3492  
  3493        "Contribution" shall mean any work of authorship, including
  3494        the original version of the Work and any modifications or additions
  3495        to that Work or Derivative Works thereof, that is intentionally
  3496        submitted to Licensor for inclusion in the Work by the copyright owner
  3497        or by an individual or Legal Entity authorized to submit on behalf of
  3498        the copyright owner. For the purposes of this definition, "submitted"
  3499        means any form of electronic, verbal, or written communication sent
  3500        to the Licensor or its representatives, including but not limited to
  3501        communication on electronic mailing lists, source code control systems,
  3502        and issue tracking systems that are managed by, or on behalf of, the
  3503        Licensor for the purpose of discussing and improving the Work, but
  3504        excluding communication that is conspicuously marked or otherwise
  3505        designated in writing by the copyright owner as "Not a Contribution."
  3506  
  3507        "Contributor" shall mean Licensor and any individual or Legal Entity
  3508        on behalf of whom a Contribution has been received by Licensor and
  3509        subsequently incorporated within the Work.
  3510  
  3511     2. Grant of Copyright License. Subject to the terms and conditions of
  3512        this License, each Contributor hereby grants to You a perpetual,
  3513        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3514        copyright license to reproduce, prepare Derivative Works of,
  3515        publicly display, publicly perform, sublicense, and distribute the
  3516        Work and such Derivative Works in Source or Object form.
  3517  
  3518     3. Grant of Patent License. Subject to the terms and conditions of
  3519        this License, each Contributor hereby grants to You a perpetual,
  3520        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3521        (except as stated in this section) patent license to make, have made,
  3522        use, offer to sell, sell, import, and otherwise transfer the Work,
  3523        where such license applies only to those patent claims licensable
  3524        by such Contributor that are necessarily infringed by their
  3525        Contribution(s) alone or by combination of their Contribution(s)
  3526        with the Work to which such Contribution(s) was submitted. If You
  3527        institute patent litigation against any entity (including a
  3528        cross-claim or counterclaim in a lawsuit) alleging that the Work
  3529        or a Contribution incorporated within the Work constitutes direct
  3530        or contributory patent infringement, then any patent licenses
  3531        granted to You under this License for that Work shall terminate
  3532        as of the date such litigation is filed.
  3533  
  3534     4. Redistribution. You may reproduce and distribute copies of the
  3535        Work or Derivative Works thereof in any medium, with or without
  3536        modifications, and in Source or Object form, provided that You
  3537        meet the following conditions:
  3538  
  3539        (a) You must give any other recipients of the Work or
  3540            Derivative Works a copy of this License; and
  3541  
  3542        (b) You must cause any modified files to carry prominent notices
  3543            stating that You changed the files; and
  3544  
  3545        (c) You must retain, in the Source form of any Derivative Works
  3546            that You distribute, all copyright, patent, trademark, and
  3547            attribution notices from the Source form of the Work,
  3548            excluding those notices that do not pertain to any part of
  3549            the Derivative Works; and
  3550  
  3551        (d) If the Work includes a "NOTICE" text file as part of its
  3552            distribution, then any Derivative Works that You distribute must
  3553            include a readable copy of the attribution notices contained
  3554            within such NOTICE file, excluding those notices that do not
  3555            pertain to any part of the Derivative Works, in at least one
  3556            of the following places: within a NOTICE text file distributed
  3557            as part of the Derivative Works; within the Source form or
  3558            documentation, if provided along with the Derivative Works; or,
  3559            within a display generated by the Derivative Works, if and
  3560            wherever such third-party notices normally appear. The contents
  3561            of the NOTICE file are for informational purposes only and
  3562            do not modify the License. You may add Your own attribution
  3563            notices within Derivative Works that You distribute, alongside
  3564            or as an addendum to the NOTICE text from the Work, provided
  3565            that such additional attribution notices cannot be construed
  3566            as modifying the License.
  3567  
  3568        You may add Your own copyright statement to Your modifications and
  3569        may provide additional or different license terms and conditions
  3570        for use, reproduction, or distribution of Your modifications, or
  3571        for any such Derivative Works as a whole, provided Your use,
  3572        reproduction, and distribution of the Work otherwise complies with
  3573        the conditions stated in this License.
  3574  
  3575     5. Submission of Contributions. Unless You explicitly state otherwise,
  3576        any Contribution intentionally submitted for inclusion in the Work
  3577        by You to the Licensor shall be under the terms and conditions of
  3578        this License, without any additional terms or conditions.
  3579        Notwithstanding the above, nothing herein shall supersede or modify
  3580        the terms of any separate license agreement you may have executed
  3581        with Licensor regarding such Contributions.
  3582  
  3583     6. Trademarks. This License does not grant permission to use the trade
  3584        names, trademarks, service marks, or product names of the Licensor,
  3585        except as required for reasonable and customary use in describing the
  3586        origin of the Work and reproducing the content of the NOTICE file.
  3587  
  3588     7. Disclaimer of Warranty. Unless required by applicable law or
  3589        agreed to in writing, Licensor provides the Work (and each
  3590        Contributor provides its Contributions) on an "AS IS" BASIS,
  3591        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  3592        implied, including, without limitation, any warranties or conditions
  3593        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  3594        PARTICULAR PURPOSE. You are solely responsible for determining the
  3595        appropriateness of using or redistributing the Work and assume any
  3596        risks associated with Your exercise of permissions under this License.
  3597  
  3598     8. Limitation of Liability. In no event and under no legal theory,
  3599        whether in tort (including negligence), contract, or otherwise,
  3600        unless required by applicable law (such as deliberate and grossly
  3601        negligent acts) or agreed to in writing, shall any Contributor be
  3602        liable to You for damages, including any direct, indirect, special,
  3603        incidental, or consequential damages of any character arising as a
  3604        result of this License or out of the use or inability to use the
  3605        Work (including but not limited to damages for loss of goodwill,
  3606        work stoppage, computer failure or malfunction, or any and all
  3607        other commercial damages or losses), even if such Contributor
  3608        has been advised of the possibility of such damages.
  3609  
  3610     9. Accepting Warranty or Additional Liability. While redistributing
  3611        the Work or Derivative Works thereof, You may choose to offer,
  3612        and charge a fee for, acceptance of support, warranty, indemnity,
  3613        or other liability obligations and/or rights consistent with this
  3614        License. However, in accepting such obligations, You may act only
  3615        on Your own behalf and on Your sole responsibility, not on behalf
  3616        of any other Contributor, and only if You agree to indemnify,
  3617        defend, and hold each Contributor harmless for any liability
  3618        incurred by, or claims asserted against, such Contributor by reason
  3619        of your accepting any such warranty or additional liability.
  3620  
  3621     END OF TERMS AND CONDITIONS
  3622  
  3623     APPENDIX: How to apply the Apache License to your work.
  3624  
  3625        To apply the Apache License to your work, attach the following
  3626        boilerplate notice, with the fields enclosed by brackets "[]"
  3627        replaced with your own identifying information. (Don't include
  3628        the brackets!)  The text should be enclosed in the appropriate
  3629        comment syntax for the file format. We also recommend that a
  3630        file or class name and description of purpose be included on the
  3631        same "printed page" as the copyright notice for easier
  3632        identification within third-party archives.
  3633  
  3634     Copyright [yyyy] [name of copyright owner]
  3635  
  3636     Licensed under the Apache License, Version 2.0 (the "License");
  3637     you may not use this file except in compliance with the License.
  3638     You may obtain a copy of the License at
  3639  
  3640         http://www.apache.org/licenses/LICENSE-2.0
  3641  
  3642     Unless required by applicable law or agreed to in writing, software
  3643     distributed under the License is distributed on an "AS IS" BASIS,
  3644     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  3645     See the License for the specific language governing permissions and
  3646     limitations under the License.
  3647  
  3648  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  3649  ================================================================================
  3650  
  3651  ================================================================================
  3652  = github.com/dolthub/vitess licensed under: =
  3653  
  3654  
  3655                                   Apache License
  3656                             Version 2.0, January 2004
  3657                          http://www.apache.org/licenses/
  3658  
  3659     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3660  
  3661     1. Definitions.
  3662  
  3663        "License" shall mean the terms and conditions for use, reproduction,
  3664        and distribution as defined by Sections 1 through 9 of this document.
  3665  
  3666        "Licensor" shall mean the copyright owner or entity authorized by
  3667        the copyright owner that is granting the License.
  3668  
  3669        "Legal Entity" shall mean the union of the acting entity and all
  3670        other entities that control, are controlled by, or are under common
  3671        control with that entity. For the purposes of this definition,
  3672        "control" means (i) the power, direct or indirect, to cause the
  3673        direction or management of such entity, whether by contract or
  3674        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  3675        outstanding shares, or (iii) beneficial ownership of such entity.
  3676  
  3677        "You" (or "Your") shall mean an individual or Legal Entity
  3678        exercising permissions granted by this License.
  3679  
  3680        "Source" form shall mean the preferred form for making modifications,
  3681        including but not limited to software source code, documentation
  3682        source, and configuration files.
  3683  
  3684        "Object" form shall mean any form resulting from mechanical
  3685        transformation or translation of a Source form, including but
  3686        not limited to compiled object code, generated documentation,
  3687        and conversions to other media types.
  3688  
  3689        "Work" shall mean the work of authorship, whether in Source or
  3690        Object form, made available under the License, as indicated by a
  3691        copyright notice that is included in or attached to the work
  3692        (an example is provided in the Appendix below).
  3693  
  3694        "Derivative Works" shall mean any work, whether in Source or Object
  3695        form, that is based on (or derived from) the Work and for which the
  3696        editorial revisions, annotations, elaborations, or other modifications
  3697        represent, as a whole, an original work of authorship. For the purposes
  3698        of this License, Derivative Works shall not include works that remain
  3699        separable from, or merely link (or bind by name) to the interfaces of,
  3700        the Work and Derivative Works thereof.
  3701  
  3702        "Contribution" shall mean any work of authorship, including
  3703        the original version of the Work and any modifications or additions
  3704        to that Work or Derivative Works thereof, that is intentionally
  3705        submitted to Licensor for inclusion in the Work by the copyright owner
  3706        or by an individual or Legal Entity authorized to submit on behalf of
  3707        the copyright owner. For the purposes of this definition, "submitted"
  3708        means any form of electronic, verbal, or written communication sent
  3709        to the Licensor or its representatives, including but not limited to
  3710        communication on electronic mailing lists, source code control systems,
  3711        and issue tracking systems that are managed by, or on behalf of, the
  3712        Licensor for the purpose of discussing and improving the Work, but
  3713        excluding communication that is conspicuously marked or otherwise
  3714        designated in writing by the copyright owner as "Not a Contribution."
  3715  
  3716        "Contributor" shall mean Licensor and any individual or Legal Entity
  3717        on behalf of whom a Contribution has been received by Licensor and
  3718        subsequently incorporated within the Work.
  3719  
  3720     2. Grant of Copyright License. Subject to the terms and conditions of
  3721        this License, each Contributor hereby grants to You a perpetual,
  3722        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3723        copyright license to reproduce, prepare Derivative Works of,
  3724        publicly display, publicly perform, sublicense, and distribute the
  3725        Work and such Derivative Works in Source or Object form.
  3726  
  3727     3. Grant of Patent License. Subject to the terms and conditions of
  3728        this License, each Contributor hereby grants to You a perpetual,
  3729        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3730        (except as stated in this section) patent license to make, have made,
  3731        use, offer to sell, sell, import, and otherwise transfer the Work,
  3732        where such license applies only to those patent claims licensable
  3733        by such Contributor that are necessarily infringed by their
  3734        Contribution(s) alone or by combination of their Contribution(s)
  3735        with the Work to which such Contribution(s) was submitted. If You
  3736        institute patent litigation against any entity (including a
  3737        cross-claim or counterclaim in a lawsuit) alleging that the Work
  3738        or a Contribution incorporated within the Work constitutes direct
  3739        or contributory patent infringement, then any patent licenses
  3740        granted to You under this License for that Work shall terminate
  3741        as of the date such litigation is filed.
  3742  
  3743     4. Redistribution. You may reproduce and distribute copies of the
  3744        Work or Derivative Works thereof in any medium, with or without
  3745        modifications, and in Source or Object form, provided that You
  3746        meet the following conditions:
  3747  
  3748        (a) You must give any other recipients of the Work or
  3749            Derivative Works a copy of this License; and
  3750  
  3751        (b) You must cause any modified files to carry prominent notices
  3752            stating that You changed the files; and
  3753  
  3754        (c) You must retain, in the Source form of any Derivative Works
  3755            that You distribute, all copyright, patent, trademark, and
  3756            attribution notices from the Source form of the Work,
  3757            excluding those notices that do not pertain to any part of
  3758            the Derivative Works; and
  3759  
  3760        (d) If the Work includes a "NOTICE" text file as part of its
  3761            distribution, then any Derivative Works that You distribute must
  3762            include a readable copy of the attribution notices contained
  3763            within such NOTICE file, excluding those notices that do not
  3764            pertain to any part of the Derivative Works, in at least one
  3765            of the following places: within a NOTICE text file distributed
  3766            as part of the Derivative Works; within the Source form or
  3767            documentation, if provided along with the Derivative Works; or,
  3768            within a display generated by the Derivative Works, if and
  3769            wherever such third-party notices normally appear. The contents
  3770            of the NOTICE file are for informational purposes only and
  3771            do not modify the License. You may add Your own attribution
  3772            notices within Derivative Works that You distribute, alongside
  3773            or as an addendum to the NOTICE text from the Work, provided
  3774            that such additional attribution notices cannot be construed
  3775            as modifying the License.
  3776  
  3777        You may add Your own copyright statement to Your modifications and
  3778        may provide additional or different license terms and conditions
  3779        for use, reproduction, or distribution of Your modifications, or
  3780        for any such Derivative Works as a whole, provided Your use,
  3781        reproduction, and distribution of the Work otherwise complies with
  3782        the conditions stated in this License.
  3783  
  3784     5. Submission of Contributions. Unless You explicitly state otherwise,
  3785        any Contribution intentionally submitted for inclusion in the Work
  3786        by You to the Licensor shall be under the terms and conditions of
  3787        this License, without any additional terms or conditions.
  3788        Notwithstanding the above, nothing herein shall supersede or modify
  3789        the terms of any separate license agreement you may have executed
  3790        with Licensor regarding such Contributions.
  3791  
  3792     6. Trademarks. This License does not grant permission to use the trade
  3793        names, trademarks, service marks, or product names of the Licensor,
  3794        except as required for reasonable and customary use in describing the
  3795        origin of the Work and reproducing the content of the NOTICE file.
  3796  
  3797     7. Disclaimer of Warranty. Unless required by applicable law or
  3798        agreed to in writing, Licensor provides the Work (and each
  3799        Contributor provides its Contributions) on an "AS IS" BASIS,
  3800        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  3801        implied, including, without limitation, any warranties or conditions
  3802        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  3803        PARTICULAR PURPOSE. You are solely responsible for determining the
  3804        appropriateness of using or redistributing the Work and assume any
  3805        risks associated with Your exercise of permissions under this License.
  3806  
  3807     8. Limitation of Liability. In no event and under no legal theory,
  3808        whether in tort (including negligence), contract, or otherwise,
  3809        unless required by applicable law (such as deliberate and grossly
  3810        negligent acts) or agreed to in writing, shall any Contributor be
  3811        liable to You for damages, including any direct, indirect, special,
  3812        incidental, or consequential damages of any character arising as a
  3813        result of this License or out of the use or inability to use the
  3814        Work (including but not limited to damages for loss of goodwill,
  3815        work stoppage, computer failure or malfunction, or any and all
  3816        other commercial damages or losses), even if such Contributor
  3817        has been advised of the possibility of such damages.
  3818  
  3819     9. Accepting Warranty or Additional Liability. While redistributing
  3820        the Work or Derivative Works thereof, You may choose to offer,
  3821        and charge a fee for, acceptance of support, warranty, indemnity,
  3822        or other liability obligations and/or rights consistent with this
  3823        License. However, in accepting such obligations, You may act only
  3824        on Your own behalf and on Your sole responsibility, not on behalf
  3825        of any other Contributor, and only if You agree to indemnify,
  3826        defend, and hold each Contributor harmless for any liability
  3827        incurred by, or claims asserted against, such Contributor by reason
  3828        of your accepting any such warranty or additional liability.
  3829  
  3830     END OF TERMS AND CONDITIONS
  3831  
  3832     APPENDIX: How to apply the Apache License to your work.
  3833  
  3834        To apply the Apache License to your work, attach the following
  3835        boilerplate notice, with the fields enclosed by brackets "[]"
  3836        replaced with your own identifying information. (Don't include
  3837        the brackets!)  The text should be enclosed in the appropriate
  3838        comment syntax for the file format. We also recommend that a
  3839        file or class name and description of purpose be included on the
  3840        same "printed page" as the copyright notice for easier
  3841        identification within third-party archives.
  3842  
  3843     Copyright [yyyy] [name of copyright owner]
  3844  
  3845     Licensed under the Apache License, Version 2.0 (the "License");
  3846     you may not use this file except in compliance with the License.
  3847     You may obtain a copy of the License at
  3848  
  3849         http://www.apache.org/licenses/LICENSE-2.0
  3850  
  3851     Unless required by applicable law or agreed to in writing, software
  3852     distributed under the License is distributed on an "AS IS" BASIS,
  3853     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  3854     See the License for the specific language governing permissions and
  3855     limitations under the License.
  3856  
  3857  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  3858  ================================================================================
  3859  
  3860  ================================================================================
  3861  = github.com/dustin/go-humanize licensed under: =
  3862  
  3863  Copyright (c) 2005-2008  Dustin Sallings <dustin@spy.net>
  3864  
  3865  Permission is hereby granted, free of charge, to any person obtaining a copy
  3866  of this software and associated documentation files (the "Software"), to deal
  3867  in the Software without restriction, including without limitation the rights
  3868  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  3869  copies of the Software, and to permit persons to whom the Software is
  3870  furnished to do so, subject to the following conditions:
  3871  
  3872  The above copyright notice and this permission notice shall be included in
  3873  all copies or substantial portions of the Software.
  3874  
  3875  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  3876  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  3877  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  3878  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  3879  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  3880  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  3881  SOFTWARE.
  3882  
  3883  <http://www.opensource.org/licenses/mit-license.php>
  3884  
  3885  = LICENSE c2d1663aa29baf618aacf2a16cd5d14a2c6922e13388c82d850cb47a =
  3886  ================================================================================
  3887  
  3888  ================================================================================
  3889  = github.com/fatih/color licensed under: =
  3890  
  3891  The MIT License (MIT)
  3892  
  3893  Copyright (c) 2013 Fatih Arslan
  3894  
  3895  Permission is hereby granted, free of charge, to any person obtaining a copy of
  3896  this software and associated documentation files (the "Software"), to deal in
  3897  the Software without restriction, including without limitation the rights to
  3898  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  3899  the Software, and to permit persons to whom the Software is furnished to do so,
  3900  subject to the following conditions:
  3901  
  3902  The above copyright notice and this permission notice shall be included in all
  3903  copies or substantial portions of the Software.
  3904  
  3905  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  3906  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  3907  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  3908  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  3909  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  3910  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  3911  
  3912  = LICENSE.md e22eed972c25874fee55d52d4cd7234a7530642f0aa7b793c6b139b0 =
  3913  ================================================================================
  3914  
  3915  ================================================================================
  3916  = github.com/flynn-archive/go-shlex licensed under: =
  3917  
  3918  
  3919                                   Apache License
  3920                             Version 2.0, January 2004
  3921                          http://www.apache.org/licenses/
  3922  
  3923     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3924  
  3925     1. Definitions.
  3926  
  3927        "License" shall mean the terms and conditions for use, reproduction,
  3928        and distribution as defined by Sections 1 through 9 of this document.
  3929  
  3930        "Licensor" shall mean the copyright owner or entity authorized by
  3931        the copyright owner that is granting the License.
  3932  
  3933        "Legal Entity" shall mean the union of the acting entity and all
  3934        other entities that control, are controlled by, or are under common
  3935        control with that entity. For the purposes of this definition,
  3936        "control" means (i) the power, direct or indirect, to cause the
  3937        direction or management of such entity, whether by contract or
  3938        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  3939        outstanding shares, or (iii) beneficial ownership of such entity.
  3940  
  3941        "You" (or "Your") shall mean an individual or Legal Entity
  3942        exercising permissions granted by this License.
  3943  
  3944        "Source" form shall mean the preferred form for making modifications,
  3945        including but not limited to software source code, documentation
  3946        source, and configuration files.
  3947  
  3948        "Object" form shall mean any form resulting from mechanical
  3949        transformation or translation of a Source form, including but
  3950        not limited to compiled object code, generated documentation,
  3951        and conversions to other media types.
  3952  
  3953        "Work" shall mean the work of authorship, whether in Source or
  3954        Object form, made available under the License, as indicated by a
  3955        copyright notice that is included in or attached to the work
  3956        (an example is provided in the Appendix below).
  3957  
  3958        "Derivative Works" shall mean any work, whether in Source or Object
  3959        form, that is based on (or derived from) the Work and for which the
  3960        editorial revisions, annotations, elaborations, or other modifications
  3961        represent, as a whole, an original work of authorship. For the purposes
  3962        of this License, Derivative Works shall not include works that remain
  3963        separable from, or merely link (or bind by name) to the interfaces of,
  3964        the Work and Derivative Works thereof.
  3965  
  3966        "Contribution" shall mean any work of authorship, including
  3967        the original version of the Work and any modifications or additions
  3968        to that Work or Derivative Works thereof, that is intentionally
  3969        submitted to Licensor for inclusion in the Work by the copyright owner
  3970        or by an individual or Legal Entity authorized to submit on behalf of
  3971        the copyright owner. For the purposes of this definition, "submitted"
  3972        means any form of electronic, verbal, or written communication sent
  3973        to the Licensor or its representatives, including but not limited to
  3974        communication on electronic mailing lists, source code control systems,
  3975        and issue tracking systems that are managed by, or on behalf of, the
  3976        Licensor for the purpose of discussing and improving the Work, but
  3977        excluding communication that is conspicuously marked or otherwise
  3978        designated in writing by the copyright owner as "Not a Contribution."
  3979  
  3980        "Contributor" shall mean Licensor and any individual or Legal Entity
  3981        on behalf of whom a Contribution has been received by Licensor and
  3982        subsequently incorporated within the Work.
  3983  
  3984     2. Grant of Copyright License. Subject to the terms and conditions of
  3985        this License, each Contributor hereby grants to You a perpetual,
  3986        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3987        copyright license to reproduce, prepare Derivative Works of,
  3988        publicly display, publicly perform, sublicense, and distribute the
  3989        Work and such Derivative Works in Source or Object form.
  3990  
  3991     3. Grant of Patent License. Subject to the terms and conditions of
  3992        this License, each Contributor hereby grants to You a perpetual,
  3993        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3994        (except as stated in this section) patent license to make, have made,
  3995        use, offer to sell, sell, import, and otherwise transfer the Work,
  3996        where such license applies only to those patent claims licensable
  3997        by such Contributor that are necessarily infringed by their
  3998        Contribution(s) alone or by combination of their Contribution(s)
  3999        with the Work to which such Contribution(s) was submitted. If You
  4000        institute patent litigation against any entity (including a
  4001        cross-claim or counterclaim in a lawsuit) alleging that the Work
  4002        or a Contribution incorporated within the Work constitutes direct
  4003        or contributory patent infringement, then any patent licenses
  4004        granted to You under this License for that Work shall terminate
  4005        as of the date such litigation is filed.
  4006  
  4007     4. Redistribution. You may reproduce and distribute copies of the
  4008        Work or Derivative Works thereof in any medium, with or without
  4009        modifications, and in Source or Object form, provided that You
  4010        meet the following conditions:
  4011  
  4012        (a) You must give any other recipients of the Work or
  4013            Derivative Works a copy of this License; and
  4014  
  4015        (b) You must cause any modified files to carry prominent notices
  4016            stating that You changed the files; and
  4017  
  4018        (c) You must retain, in the Source form of any Derivative Works
  4019            that You distribute, all copyright, patent, trademark, and
  4020            attribution notices from the Source form of the Work,
  4021            excluding those notices that do not pertain to any part of
  4022            the Derivative Works; and
  4023  
  4024        (d) If the Work includes a "NOTICE" text file as part of its
  4025            distribution, then any Derivative Works that You distribute must
  4026            include a readable copy of the attribution notices contained
  4027            within such NOTICE file, excluding those notices that do not
  4028            pertain to any part of the Derivative Works, in at least one
  4029            of the following places: within a NOTICE text file distributed
  4030            as part of the Derivative Works; within the Source form or
  4031            documentation, if provided along with the Derivative Works; or,
  4032            within a display generated by the Derivative Works, if and
  4033            wherever such third-party notices normally appear. The contents
  4034            of the NOTICE file are for informational purposes only and
  4035            do not modify the License. You may add Your own attribution
  4036            notices within Derivative Works that You distribute, alongside
  4037            or as an addendum to the NOTICE text from the Work, provided
  4038            that such additional attribution notices cannot be construed
  4039            as modifying the License.
  4040  
  4041        You may add Your own copyright statement to Your modifications and
  4042        may provide additional or different license terms and conditions
  4043        for use, reproduction, or distribution of Your modifications, or
  4044        for any such Derivative Works as a whole, provided Your use,
  4045        reproduction, and distribution of the Work otherwise complies with
  4046        the conditions stated in this License.
  4047  
  4048     5. Submission of Contributions. Unless You explicitly state otherwise,
  4049        any Contribution intentionally submitted for inclusion in the Work
  4050        by You to the Licensor shall be under the terms and conditions of
  4051        this License, without any additional terms or conditions.
  4052        Notwithstanding the above, nothing herein shall supersede or modify
  4053        the terms of any separate license agreement you may have executed
  4054        with Licensor regarding such Contributions.
  4055  
  4056     6. Trademarks. This License does not grant permission to use the trade
  4057        names, trademarks, service marks, or product names of the Licensor,
  4058        except as required for reasonable and customary use in describing the
  4059        origin of the Work and reproducing the content of the NOTICE file.
  4060  
  4061     7. Disclaimer of Warranty. Unless required by applicable law or
  4062        agreed to in writing, Licensor provides the Work (and each
  4063        Contributor provides its Contributions) on an "AS IS" BASIS,
  4064        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  4065        implied, including, without limitation, any warranties or conditions
  4066        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  4067        PARTICULAR PURPOSE. You are solely responsible for determining the
  4068        appropriateness of using or redistributing the Work and assume any
  4069        risks associated with Your exercise of permissions under this License.
  4070  
  4071     8. Limitation of Liability. In no event and under no legal theory,
  4072        whether in tort (including negligence), contract, or otherwise,
  4073        unless required by applicable law (such as deliberate and grossly
  4074        negligent acts) or agreed to in writing, shall any Contributor be
  4075        liable to You for damages, including any direct, indirect, special,
  4076        incidental, or consequential damages of any character arising as a
  4077        result of this License or out of the use or inability to use the
  4078        Work (including but not limited to damages for loss of goodwill,
  4079        work stoppage, computer failure or malfunction, or any and all
  4080        other commercial damages or losses), even if such Contributor
  4081        has been advised of the possibility of such damages.
  4082  
  4083     9. Accepting Warranty or Additional Liability. While redistributing
  4084        the Work or Derivative Works thereof, You may choose to offer,
  4085        and charge a fee for, acceptance of support, warranty, indemnity,
  4086        or other liability obligations and/or rights consistent with this
  4087        License. However, in accepting such obligations, You may act only
  4088        on Your own behalf and on Your sole responsibility, not on behalf
  4089        of any other Contributor, and only if You agree to indemnify,
  4090        defend, and hold each Contributor harmless for any liability
  4091        incurred by, or claims asserted against, such Contributor by reason
  4092        of your accepting any such warranty or additional liability.
  4093  
  4094     END OF TERMS AND CONDITIONS
  4095  
  4096     APPENDIX: How to apply the Apache License to your work.
  4097  
  4098        To apply the Apache License to your work, attach the following
  4099        boilerplate notice, with the fields enclosed by brackets "[]"
  4100        replaced with your own identifying information. (Don't include
  4101        the brackets!)  The text should be enclosed in the appropriate
  4102        comment syntax for the file format. We also recommend that a
  4103        file or class name and description of purpose be included on the
  4104        same "printed page" as the copyright notice for easier
  4105        identification within third-party archives.
  4106  
  4107     Copyright [yyyy] [name of copyright owner]
  4108  
  4109     Licensed under the Apache License, Version 2.0 (the "License");
  4110     you may not use this file except in compliance with the License.
  4111     You may obtain a copy of the License at
  4112  
  4113         http://www.apache.org/licenses/LICENSE-2.0
  4114  
  4115     Unless required by applicable law or agreed to in writing, software
  4116     distributed under the License is distributed on an "AS IS" BASIS,
  4117     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  4118     See the License for the specific language governing permissions and
  4119     limitations under the License.
  4120  
  4121  = COPYING 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  4122  ================================================================================
  4123  
  4124  ================================================================================
  4125  = github.com/go-kit/kit licensed under: =
  4126  
  4127  The MIT License (MIT)
  4128  
  4129  Copyright (c) 2015 Peter Bourgon
  4130  
  4131  Permission is hereby granted, free of charge, to any person obtaining a copy
  4132  of this software and associated documentation files (the "Software"), to deal
  4133  in the Software without restriction, including without limitation the rights
  4134  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4135  copies of the Software, and to permit persons to whom the Software is
  4136  furnished to do so, subject to the following conditions:
  4137  
  4138  The above copyright notice and this permission notice shall be included in all
  4139  copies or substantial portions of the Software.
  4140  
  4141  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4142  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4143  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4144  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4145  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4146  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4147  SOFTWARE.
  4148  
  4149  
  4150  = LICENSE 517fd017ba968d4bdbe3905b55314df7ea5e83d9d7422365dcee5566 =
  4151  ================================================================================
  4152  
  4153  ================================================================================
  4154  = github.com/go-logr/logr licensed under: =
  4155  
  4156                                   Apache License
  4157                             Version 2.0, January 2004
  4158                          http://www.apache.org/licenses/
  4159  
  4160     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  4161  
  4162     1. Definitions.
  4163  
  4164        "License" shall mean the terms and conditions for use, reproduction,
  4165        and distribution as defined by Sections 1 through 9 of this document.
  4166  
  4167        "Licensor" shall mean the copyright owner or entity authorized by
  4168        the copyright owner that is granting the License.
  4169  
  4170        "Legal Entity" shall mean the union of the acting entity and all
  4171        other entities that control, are controlled by, or are under common
  4172        control with that entity. For the purposes of this definition,
  4173        "control" means (i) the power, direct or indirect, to cause the
  4174        direction or management of such entity, whether by contract or
  4175        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  4176        outstanding shares, or (iii) beneficial ownership of such entity.
  4177  
  4178        "You" (or "Your") shall mean an individual or Legal Entity
  4179        exercising permissions granted by this License.
  4180  
  4181        "Source" form shall mean the preferred form for making modifications,
  4182        including but not limited to software source code, documentation
  4183        source, and configuration files.
  4184  
  4185        "Object" form shall mean any form resulting from mechanical
  4186        transformation or translation of a Source form, including but
  4187        not limited to compiled object code, generated documentation,
  4188        and conversions to other media types.
  4189  
  4190        "Work" shall mean the work of authorship, whether in Source or
  4191        Object form, made available under the License, as indicated by a
  4192        copyright notice that is included in or attached to the work
  4193        (an example is provided in the Appendix below).
  4194  
  4195        "Derivative Works" shall mean any work, whether in Source or Object
  4196        form, that is based on (or derived from) the Work and for which the
  4197        editorial revisions, annotations, elaborations, or other modifications
  4198        represent, as a whole, an original work of authorship. For the purposes
  4199        of this License, Derivative Works shall not include works that remain
  4200        separable from, or merely link (or bind by name) to the interfaces of,
  4201        the Work and Derivative Works thereof.
  4202  
  4203        "Contribution" shall mean any work of authorship, including
  4204        the original version of the Work and any modifications or additions
  4205        to that Work or Derivative Works thereof, that is intentionally
  4206        submitted to Licensor for inclusion in the Work by the copyright owner
  4207        or by an individual or Legal Entity authorized to submit on behalf of
  4208        the copyright owner. For the purposes of this definition, "submitted"
  4209        means any form of electronic, verbal, or written communication sent
  4210        to the Licensor or its representatives, including but not limited to
  4211        communication on electronic mailing lists, source code control systems,
  4212        and issue tracking systems that are managed by, or on behalf of, the
  4213        Licensor for the purpose of discussing and improving the Work, but
  4214        excluding communication that is conspicuously marked or otherwise
  4215        designated in writing by the copyright owner as "Not a Contribution."
  4216  
  4217        "Contributor" shall mean Licensor and any individual or Legal Entity
  4218        on behalf of whom a Contribution has been received by Licensor and
  4219        subsequently incorporated within the Work.
  4220  
  4221     2. Grant of Copyright License. Subject to the terms and conditions of
  4222        this License, each Contributor hereby grants to You a perpetual,
  4223        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4224        copyright license to reproduce, prepare Derivative Works of,
  4225        publicly display, publicly perform, sublicense, and distribute the
  4226        Work and such Derivative Works in Source or Object form.
  4227  
  4228     3. Grant of Patent License. Subject to the terms and conditions of
  4229        this License, each Contributor hereby grants to You a perpetual,
  4230        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4231        (except as stated in this section) patent license to make, have made,
  4232        use, offer to sell, sell, import, and otherwise transfer the Work,
  4233        where such license applies only to those patent claims licensable
  4234        by such Contributor that are necessarily infringed by their
  4235        Contribution(s) alone or by combination of their Contribution(s)
  4236        with the Work to which such Contribution(s) was submitted. If You
  4237        institute patent litigation against any entity (including a
  4238        cross-claim or counterclaim in a lawsuit) alleging that the Work
  4239        or a Contribution incorporated within the Work constitutes direct
  4240        or contributory patent infringement, then any patent licenses
  4241        granted to You under this License for that Work shall terminate
  4242        as of the date such litigation is filed.
  4243  
  4244     4. Redistribution. You may reproduce and distribute copies of the
  4245        Work or Derivative Works thereof in any medium, with or without
  4246        modifications, and in Source or Object form, provided that You
  4247        meet the following conditions:
  4248  
  4249        (a) You must give any other recipients of the Work or
  4250            Derivative Works a copy of this License; and
  4251  
  4252        (b) You must cause any modified files to carry prominent notices
  4253            stating that You changed the files; and
  4254  
  4255        (c) You must retain, in the Source form of any Derivative Works
  4256            that You distribute, all copyright, patent, trademark, and
  4257            attribution notices from the Source form of the Work,
  4258            excluding those notices that do not pertain to any part of
  4259            the Derivative Works; and
  4260  
  4261        (d) If the Work includes a "NOTICE" text file as part of its
  4262            distribution, then any Derivative Works that You distribute must
  4263            include a readable copy of the attribution notices contained
  4264            within such NOTICE file, excluding those notices that do not
  4265            pertain to any part of the Derivative Works, in at least one
  4266            of the following places: within a NOTICE text file distributed
  4267            as part of the Derivative Works; within the Source form or
  4268            documentation, if provided along with the Derivative Works; or,
  4269            within a display generated by the Derivative Works, if and
  4270            wherever such third-party notices normally appear. The contents
  4271            of the NOTICE file are for informational purposes only and
  4272            do not modify the License. You may add Your own attribution
  4273            notices within Derivative Works that You distribute, alongside
  4274            or as an addendum to the NOTICE text from the Work, provided
  4275            that such additional attribution notices cannot be construed
  4276            as modifying the License.
  4277  
  4278        You may add Your own copyright statement to Your modifications and
  4279        may provide additional or different license terms and conditions
  4280        for use, reproduction, or distribution of Your modifications, or
  4281        for any such Derivative Works as a whole, provided Your use,
  4282        reproduction, and distribution of the Work otherwise complies with
  4283        the conditions stated in this License.
  4284  
  4285     5. Submission of Contributions. Unless You explicitly state otherwise,
  4286        any Contribution intentionally submitted for inclusion in the Work
  4287        by You to the Licensor shall be under the terms and conditions of
  4288        this License, without any additional terms or conditions.
  4289        Notwithstanding the above, nothing herein shall supersede or modify
  4290        the terms of any separate license agreement you may have executed
  4291        with Licensor regarding such Contributions.
  4292  
  4293     6. Trademarks. This License does not grant permission to use the trade
  4294        names, trademarks, service marks, or product names of the Licensor,
  4295        except as required for reasonable and customary use in describing the
  4296        origin of the Work and reproducing the content of the NOTICE file.
  4297  
  4298     7. Disclaimer of Warranty. Unless required by applicable law or
  4299        agreed to in writing, Licensor provides the Work (and each
  4300        Contributor provides its Contributions) on an "AS IS" BASIS,
  4301        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  4302        implied, including, without limitation, any warranties or conditions
  4303        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  4304        PARTICULAR PURPOSE. You are solely responsible for determining the
  4305        appropriateness of using or redistributing the Work and assume any
  4306        risks associated with Your exercise of permissions under this License.
  4307  
  4308     8. Limitation of Liability. In no event and under no legal theory,
  4309        whether in tort (including negligence), contract, or otherwise,
  4310        unless required by applicable law (such as deliberate and grossly
  4311        negligent acts) or agreed to in writing, shall any Contributor be
  4312        liable to You for damages, including any direct, indirect, special,
  4313        incidental, or consequential damages of any character arising as a
  4314        result of this License or out of the use or inability to use the
  4315        Work (including but not limited to damages for loss of goodwill,
  4316        work stoppage, computer failure or malfunction, or any and all
  4317        other commercial damages or losses), even if such Contributor
  4318        has been advised of the possibility of such damages.
  4319  
  4320     9. Accepting Warranty or Additional Liability. While redistributing
  4321        the Work or Derivative Works thereof, You may choose to offer,
  4322        and charge a fee for, acceptance of support, warranty, indemnity,
  4323        or other liability obligations and/or rights consistent with this
  4324        License. However, in accepting such obligations, You may act only
  4325        on Your own behalf and on Your sole responsibility, not on behalf
  4326        of any other Contributor, and only if You agree to indemnify,
  4327        defend, and hold each Contributor harmless for any liability
  4328        incurred by, or claims asserted against, such Contributor by reason
  4329        of your accepting any such warranty or additional liability.
  4330  
  4331     END OF TERMS AND CONDITIONS
  4332  
  4333     APPENDIX: How to apply the Apache License to your work.
  4334  
  4335        To apply the Apache License to your work, attach the following
  4336        boilerplate notice, with the fields enclosed by brackets "{}"
  4337        replaced with your own identifying information. (Don't include
  4338        the brackets!)  The text should be enclosed in the appropriate
  4339        comment syntax for the file format. We also recommend that a
  4340        file or class name and description of purpose be included on the
  4341        same "printed page" as the copyright notice for easier
  4342        identification within third-party archives.
  4343  
  4344     Copyright {yyyy} {name of copyright owner}
  4345  
  4346     Licensed under the Apache License, Version 2.0 (the "License");
  4347     you may not use this file except in compliance with the License.
  4348     You may obtain a copy of the License at
  4349  
  4350         http://www.apache.org/licenses/LICENSE-2.0
  4351  
  4352     Unless required by applicable law or agreed to in writing, software
  4353     distributed under the License is distributed on an "AS IS" BASIS,
  4354     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  4355     See the License for the specific language governing permissions and
  4356     limitations under the License.
  4357  
  4358  = LICENSE 9820a37ca0fcacbc82c8eb2bdd3049706550a4ebf97ad7fde1310dec =
  4359  ================================================================================
  4360  
  4361  ================================================================================
  4362  = github.com/go-logr/stdr licensed under: =
  4363  
  4364                                   Apache License
  4365                             Version 2.0, January 2004
  4366                          http://www.apache.org/licenses/
  4367  
  4368     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  4369  
  4370     1. Definitions.
  4371  
  4372        "License" shall mean the terms and conditions for use, reproduction,
  4373        and distribution as defined by Sections 1 through 9 of this document.
  4374  
  4375        "Licensor" shall mean the copyright owner or entity authorized by
  4376        the copyright owner that is granting the License.
  4377  
  4378        "Legal Entity" shall mean the union of the acting entity and all
  4379        other entities that control, are controlled by, or are under common
  4380        control with that entity. For the purposes of this definition,
  4381        "control" means (i) the power, direct or indirect, to cause the
  4382        direction or management of such entity, whether by contract or
  4383        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  4384        outstanding shares, or (iii) beneficial ownership of such entity.
  4385  
  4386        "You" (or "Your") shall mean an individual or Legal Entity
  4387        exercising permissions granted by this License.
  4388  
  4389        "Source" form shall mean the preferred form for making modifications,
  4390        including but not limited to software source code, documentation
  4391        source, and configuration files.
  4392  
  4393        "Object" form shall mean any form resulting from mechanical
  4394        transformation or translation of a Source form, including but
  4395        not limited to compiled object code, generated documentation,
  4396        and conversions to other media types.
  4397  
  4398        "Work" shall mean the work of authorship, whether in Source or
  4399        Object form, made available under the License, as indicated by a
  4400        copyright notice that is included in or attached to the work
  4401        (an example is provided in the Appendix below).
  4402  
  4403        "Derivative Works" shall mean any work, whether in Source or Object
  4404        form, that is based on (or derived from) the Work and for which the
  4405        editorial revisions, annotations, elaborations, or other modifications
  4406        represent, as a whole, an original work of authorship. For the purposes
  4407        of this License, Derivative Works shall not include works that remain
  4408        separable from, or merely link (or bind by name) to the interfaces of,
  4409        the Work and Derivative Works thereof.
  4410  
  4411        "Contribution" shall mean any work of authorship, including
  4412        the original version of the Work and any modifications or additions
  4413        to that Work or Derivative Works thereof, that is intentionally
  4414        submitted to Licensor for inclusion in the Work by the copyright owner
  4415        or by an individual or Legal Entity authorized to submit on behalf of
  4416        the copyright owner. For the purposes of this definition, "submitted"
  4417        means any form of electronic, verbal, or written communication sent
  4418        to the Licensor or its representatives, including but not limited to
  4419        communication on electronic mailing lists, source code control systems,
  4420        and issue tracking systems that are managed by, or on behalf of, the
  4421        Licensor for the purpose of discussing and improving the Work, but
  4422        excluding communication that is conspicuously marked or otherwise
  4423        designated in writing by the copyright owner as "Not a Contribution."
  4424  
  4425        "Contributor" shall mean Licensor and any individual or Legal Entity
  4426        on behalf of whom a Contribution has been received by Licensor and
  4427        subsequently incorporated within the Work.
  4428  
  4429     2. Grant of Copyright License. Subject to the terms and conditions of
  4430        this License, each Contributor hereby grants to You a perpetual,
  4431        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4432        copyright license to reproduce, prepare Derivative Works of,
  4433        publicly display, publicly perform, sublicense, and distribute the
  4434        Work and such Derivative Works in Source or Object form.
  4435  
  4436     3. Grant of Patent License. Subject to the terms and conditions of
  4437        this License, each Contributor hereby grants to You a perpetual,
  4438        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4439        (except as stated in this section) patent license to make, have made,
  4440        use, offer to sell, sell, import, and otherwise transfer the Work,
  4441        where such license applies only to those patent claims licensable
  4442        by such Contributor that are necessarily infringed by their
  4443        Contribution(s) alone or by combination of their Contribution(s)
  4444        with the Work to which such Contribution(s) was submitted. If You
  4445        institute patent litigation against any entity (including a
  4446        cross-claim or counterclaim in a lawsuit) alleging that the Work
  4447        or a Contribution incorporated within the Work constitutes direct
  4448        or contributory patent infringement, then any patent licenses
  4449        granted to You under this License for that Work shall terminate
  4450        as of the date such litigation is filed.
  4451  
  4452     4. Redistribution. You may reproduce and distribute copies of the
  4453        Work or Derivative Works thereof in any medium, with or without
  4454        modifications, and in Source or Object form, provided that You
  4455        meet the following conditions:
  4456  
  4457        (a) You must give any other recipients of the Work or
  4458            Derivative Works a copy of this License; and
  4459  
  4460        (b) You must cause any modified files to carry prominent notices
  4461            stating that You changed the files; and
  4462  
  4463        (c) You must retain, in the Source form of any Derivative Works
  4464            that You distribute, all copyright, patent, trademark, and
  4465            attribution notices from the Source form of the Work,
  4466            excluding those notices that do not pertain to any part of
  4467            the Derivative Works; and
  4468  
  4469        (d) If the Work includes a "NOTICE" text file as part of its
  4470            distribution, then any Derivative Works that You distribute must
  4471            include a readable copy of the attribution notices contained
  4472            within such NOTICE file, excluding those notices that do not
  4473            pertain to any part of the Derivative Works, in at least one
  4474            of the following places: within a NOTICE text file distributed
  4475            as part of the Derivative Works; within the Source form or
  4476            documentation, if provided along with the Derivative Works; or,
  4477            within a display generated by the Derivative Works, if and
  4478            wherever such third-party notices normally appear. The contents
  4479            of the NOTICE file are for informational purposes only and
  4480            do not modify the License. You may add Your own attribution
  4481            notices within Derivative Works that You distribute, alongside
  4482            or as an addendum to the NOTICE text from the Work, provided
  4483            that such additional attribution notices cannot be construed
  4484            as modifying the License.
  4485  
  4486        You may add Your own copyright statement to Your modifications and
  4487        may provide additional or different license terms and conditions
  4488        for use, reproduction, or distribution of Your modifications, or
  4489        for any such Derivative Works as a whole, provided Your use,
  4490        reproduction, and distribution of the Work otherwise complies with
  4491        the conditions stated in this License.
  4492  
  4493     5. Submission of Contributions. Unless You explicitly state otherwise,
  4494        any Contribution intentionally submitted for inclusion in the Work
  4495        by You to the Licensor shall be under the terms and conditions of
  4496        this License, without any additional terms or conditions.
  4497        Notwithstanding the above, nothing herein shall supersede or modify
  4498        the terms of any separate license agreement you may have executed
  4499        with Licensor regarding such Contributions.
  4500  
  4501     6. Trademarks. This License does not grant permission to use the trade
  4502        names, trademarks, service marks, or product names of the Licensor,
  4503        except as required for reasonable and customary use in describing the
  4504        origin of the Work and reproducing the content of the NOTICE file.
  4505  
  4506     7. Disclaimer of Warranty. Unless required by applicable law or
  4507        agreed to in writing, Licensor provides the Work (and each
  4508        Contributor provides its Contributions) on an "AS IS" BASIS,
  4509        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  4510        implied, including, without limitation, any warranties or conditions
  4511        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  4512        PARTICULAR PURPOSE. You are solely responsible for determining the
  4513        appropriateness of using or redistributing the Work and assume any
  4514        risks associated with Your exercise of permissions under this License.
  4515  
  4516     8. Limitation of Liability. In no event and under no legal theory,
  4517        whether in tort (including negligence), contract, or otherwise,
  4518        unless required by applicable law (such as deliberate and grossly
  4519        negligent acts) or agreed to in writing, shall any Contributor be
  4520        liable to You for damages, including any direct, indirect, special,
  4521        incidental, or consequential damages of any character arising as a
  4522        result of this License or out of the use or inability to use the
  4523        Work (including but not limited to damages for loss of goodwill,
  4524        work stoppage, computer failure or malfunction, or any and all
  4525        other commercial damages or losses), even if such Contributor
  4526        has been advised of the possibility of such damages.
  4527  
  4528     9. Accepting Warranty or Additional Liability. While redistributing
  4529        the Work or Derivative Works thereof, You may choose to offer,
  4530        and charge a fee for, acceptance of support, warranty, indemnity,
  4531        or other liability obligations and/or rights consistent with this
  4532        License. However, in accepting such obligations, You may act only
  4533        on Your own behalf and on Your sole responsibility, not on behalf
  4534        of any other Contributor, and only if You agree to indemnify,
  4535        defend, and hold each Contributor harmless for any liability
  4536        incurred by, or claims asserted against, such Contributor by reason
  4537        of your accepting any such warranty or additional liability.
  4538  
  4539     END OF TERMS AND CONDITIONS
  4540  
  4541     APPENDIX: How to apply the Apache License to your work.
  4542  
  4543        To apply the Apache License to your work, attach the following
  4544        boilerplate notice, with the fields enclosed by brackets "[]"
  4545        replaced with your own identifying information. (Don't include
  4546        the brackets!)  The text should be enclosed in the appropriate
  4547        comment syntax for the file format. We also recommend that a
  4548        file or class name and description of purpose be included on the
  4549        same "printed page" as the copyright notice for easier
  4550        identification within third-party archives.
  4551  
  4552     Copyright [yyyy] [name of copyright owner]
  4553  
  4554     Licensed under the Apache License, Version 2.0 (the "License");
  4555     you may not use this file except in compliance with the License.
  4556     You may obtain a copy of the License at
  4557  
  4558         http://www.apache.org/licenses/LICENSE-2.0
  4559  
  4560     Unless required by applicable law or agreed to in writing, software
  4561     distributed under the License is distributed on an "AS IS" BASIS,
  4562     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  4563     See the License for the specific language governing permissions and
  4564     limitations under the License.
  4565  
  4566  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  4567  ================================================================================
  4568  
  4569  ================================================================================
  4570  = github.com/go-sql-driver/mysql licensed under: =
  4571  
  4572  Mozilla Public License Version 2.0
  4573  ==================================
  4574  
  4575  1. Definitions
  4576  --------------
  4577  
  4578  1.1. "Contributor"
  4579      means each individual or legal entity that creates, contributes to
  4580      the creation of, or owns Covered Software.
  4581  
  4582  1.2. "Contributor Version"
  4583      means the combination of the Contributions of others (if any) used
  4584      by a Contributor and that particular Contributor's Contribution.
  4585  
  4586  1.3. "Contribution"
  4587      means Covered Software of a particular Contributor.
  4588  
  4589  1.4. "Covered Software"
  4590      means Source Code Form to which the initial Contributor has attached
  4591      the notice in Exhibit A, the Executable Form of such Source Code
  4592      Form, and Modifications of such Source Code Form, in each case
  4593      including portions thereof.
  4594  
  4595  1.5. "Incompatible With Secondary Licenses"
  4596      means
  4597  
  4598      (a) that the initial Contributor has attached the notice described
  4599          in Exhibit B to the Covered Software; or
  4600  
  4601      (b) that the Covered Software was made available under the terms of
  4602          version 1.1 or earlier of the License, but not also under the
  4603          terms of a Secondary License.
  4604  
  4605  1.6. "Executable Form"
  4606      means any form of the work other than Source Code Form.
  4607  
  4608  1.7. "Larger Work"
  4609      means a work that combines Covered Software with other material, in 
  4610      a separate file or files, that is not Covered Software.
  4611  
  4612  1.8. "License"
  4613      means this document.
  4614  
  4615  1.9. "Licensable"
  4616      means having the right to grant, to the maximum extent possible,
  4617      whether at the time of the initial grant or subsequently, any and
  4618      all of the rights conveyed by this License.
  4619  
  4620  1.10. "Modifications"
  4621      means any of the following:
  4622  
  4623      (a) any file in Source Code Form that results from an addition to,
  4624          deletion from, or modification of the contents of Covered
  4625          Software; or
  4626  
  4627      (b) any new file in Source Code Form that contains any Covered
  4628          Software.
  4629  
  4630  1.11. "Patent Claims" of a Contributor
  4631      means any patent claim(s), including without limitation, method,
  4632      process, and apparatus claims, in any patent Licensable by such
  4633      Contributor that would be infringed, but for the grant of the
  4634      License, by the making, using, selling, offering for sale, having
  4635      made, import, or transfer of either its Contributions or its
  4636      Contributor Version.
  4637  
  4638  1.12. "Secondary License"
  4639      means either the GNU General Public License, Version 2.0, the GNU
  4640      Lesser General Public License, Version 2.1, the GNU Affero General
  4641      Public License, Version 3.0, or any later versions of those
  4642      licenses.
  4643  
  4644  1.13. "Source Code Form"
  4645      means the form of the work preferred for making modifications.
  4646  
  4647  1.14. "You" (or "Your")
  4648      means an individual or a legal entity exercising rights under this
  4649      License. For legal entities, "You" includes any entity that
  4650      controls, is controlled by, or is under common control with You. For
  4651      purposes of this definition, "control" means (a) the power, direct
  4652      or indirect, to cause the direction or management of such entity,
  4653      whether by contract or otherwise, or (b) ownership of more than
  4654      fifty percent (50%) of the outstanding shares or beneficial
  4655      ownership of such entity.
  4656  
  4657  2. License Grants and Conditions
  4658  --------------------------------
  4659  
  4660  2.1. Grants
  4661  
  4662  Each Contributor hereby grants You a world-wide, royalty-free,
  4663  non-exclusive license:
  4664  
  4665  (a) under intellectual property rights (other than patent or trademark)
  4666      Licensable by such Contributor to use, reproduce, make available,
  4667      modify, display, perform, distribute, and otherwise exploit its
  4668      Contributions, either on an unmodified basis, with Modifications, or
  4669      as part of a Larger Work; and
  4670  
  4671  (b) under Patent Claims of such Contributor to make, use, sell, offer
  4672      for sale, have made, import, and otherwise transfer either its
  4673      Contributions or its Contributor Version.
  4674  
  4675  2.2. Effective Date
  4676  
  4677  The licenses granted in Section 2.1 with respect to any Contribution
  4678  become effective for each Contribution on the date the Contributor first
  4679  distributes such Contribution.
  4680  
  4681  2.3. Limitations on Grant Scope
  4682  
  4683  The licenses granted in this Section 2 are the only rights granted under
  4684  this License. No additional rights or licenses will be implied from the
  4685  distribution or licensing of Covered Software under this License.
  4686  Notwithstanding Section 2.1(b) above, no patent license is granted by a
  4687  Contributor:
  4688  
  4689  (a) for any code that a Contributor has removed from Covered Software;
  4690      or
  4691  
  4692  (b) for infringements caused by: (i) Your and any other third party's
  4693      modifications of Covered Software, or (ii) the combination of its
  4694      Contributions with other software (except as part of its Contributor
  4695      Version); or
  4696  
  4697  (c) under Patent Claims infringed by Covered Software in the absence of
  4698      its Contributions.
  4699  
  4700  This License does not grant any rights in the trademarks, service marks,
  4701  or logos of any Contributor (except as may be necessary to comply with
  4702  the notice requirements in Section 3.4).
  4703  
  4704  2.4. Subsequent Licenses
  4705  
  4706  No Contributor makes additional grants as a result of Your choice to
  4707  distribute the Covered Software under a subsequent version of this
  4708  License (see Section 10.2) or under the terms of a Secondary License (if
  4709  permitted under the terms of Section 3.3).
  4710  
  4711  2.5. Representation
  4712  
  4713  Each Contributor represents that the Contributor believes its
  4714  Contributions are its original creation(s) or it has sufficient rights
  4715  to grant the rights to its Contributions conveyed by this License.
  4716  
  4717  2.6. Fair Use
  4718  
  4719  This License is not intended to limit any rights You have under
  4720  applicable copyright doctrines of fair use, fair dealing, or other
  4721  equivalents.
  4722  
  4723  2.7. Conditions
  4724  
  4725  Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
  4726  in Section 2.1.
  4727  
  4728  3. Responsibilities
  4729  -------------------
  4730  
  4731  3.1. Distribution of Source Form
  4732  
  4733  All distribution of Covered Software in Source Code Form, including any
  4734  Modifications that You create or to which You contribute, must be under
  4735  the terms of this License. You must inform recipients that the Source
  4736  Code Form of the Covered Software is governed by the terms of this
  4737  License, and how they can obtain a copy of this License. You may not
  4738  attempt to alter or restrict the recipients' rights in the Source Code
  4739  Form.
  4740  
  4741  3.2. Distribution of Executable Form
  4742  
  4743  If You distribute Covered Software in Executable Form then:
  4744  
  4745  (a) such Covered Software must also be made available in Source Code
  4746      Form, as described in Section 3.1, and You must inform recipients of
  4747      the Executable Form how they can obtain a copy of such Source Code
  4748      Form by reasonable means in a timely manner, at a charge no more
  4749      than the cost of distribution to the recipient; and
  4750  
  4751  (b) You may distribute such Executable Form under the terms of this
  4752      License, or sublicense it under different terms, provided that the
  4753      license for the Executable Form does not attempt to limit or alter
  4754      the recipients' rights in the Source Code Form under this License.
  4755  
  4756  3.3. Distribution of a Larger Work
  4757  
  4758  You may create and distribute a Larger Work under terms of Your choice,
  4759  provided that You also comply with the requirements of this License for
  4760  the Covered Software. If the Larger Work is a combination of Covered
  4761  Software with a work governed by one or more Secondary Licenses, and the
  4762  Covered Software is not Incompatible With Secondary Licenses, this
  4763  License permits You to additionally distribute such Covered Software
  4764  under the terms of such Secondary License(s), so that the recipient of
  4765  the Larger Work may, at their option, further distribute the Covered
  4766  Software under the terms of either this License or such Secondary
  4767  License(s).
  4768  
  4769  3.4. Notices
  4770  
  4771  You may not remove or alter the substance of any license notices
  4772  (including copyright notices, patent notices, disclaimers of warranty,
  4773  or limitations of liability) contained within the Source Code Form of
  4774  the Covered Software, except that You may alter any license notices to
  4775  the extent required to remedy known factual inaccuracies.
  4776  
  4777  3.5. Application of Additional Terms
  4778  
  4779  You may choose to offer, and to charge a fee for, warranty, support,
  4780  indemnity or liability obligations to one or more recipients of Covered
  4781  Software. However, You may do so only on Your own behalf, and not on
  4782  behalf of any Contributor. You must make it absolutely clear that any
  4783  such warranty, support, indemnity, or liability obligation is offered by
  4784  You alone, and You hereby agree to indemnify every Contributor for any
  4785  liability incurred by such Contributor as a result of warranty, support,
  4786  indemnity or liability terms You offer. You may include additional
  4787  disclaimers of warranty and limitations of liability specific to any
  4788  jurisdiction.
  4789  
  4790  4. Inability to Comply Due to Statute or Regulation
  4791  ---------------------------------------------------
  4792  
  4793  If it is impossible for You to comply with any of the terms of this
  4794  License with respect to some or all of the Covered Software due to
  4795  statute, judicial order, or regulation then You must: (a) comply with
  4796  the terms of this License to the maximum extent possible; and (b)
  4797  describe the limitations and the code they affect. Such description must
  4798  be placed in a text file included with all distributions of the Covered
  4799  Software under this License. Except to the extent prohibited by statute
  4800  or regulation, such description must be sufficiently detailed for a
  4801  recipient of ordinary skill to be able to understand it.
  4802  
  4803  5. Termination
  4804  --------------
  4805  
  4806  5.1. The rights granted under this License will terminate automatically
  4807  if You fail to comply with any of its terms. However, if You become
  4808  compliant, then the rights granted under this License from a particular
  4809  Contributor are reinstated (a) provisionally, unless and until such
  4810  Contributor explicitly and finally terminates Your grants, and (b) on an
  4811  ongoing basis, if such Contributor fails to notify You of the
  4812  non-compliance by some reasonable means prior to 60 days after You have
  4813  come back into compliance. Moreover, Your grants from a particular
  4814  Contributor are reinstated on an ongoing basis if such Contributor
  4815  notifies You of the non-compliance by some reasonable means, this is the
  4816  first time You have received notice of non-compliance with this License
  4817  from such Contributor, and You become compliant prior to 30 days after
  4818  Your receipt of the notice.
  4819  
  4820  5.2. If You initiate litigation against any entity by asserting a patent
  4821  infringement claim (excluding declaratory judgment actions,
  4822  counter-claims, and cross-claims) alleging that a Contributor Version
  4823  directly or indirectly infringes any patent, then the rights granted to
  4824  You by any and all Contributors for the Covered Software under Section
  4825  2.1 of this License shall terminate.
  4826  
  4827  5.3. In the event of termination under Sections 5.1 or 5.2 above, all
  4828  end user license agreements (excluding distributors and resellers) which
  4829  have been validly granted by You or Your distributors under this License
  4830  prior to termination shall survive termination.
  4831  
  4832  ************************************************************************
  4833  *                                                                      *
  4834  *  6. Disclaimer of Warranty                                           *
  4835  *  -------------------------                                           *
  4836  *                                                                      *
  4837  *  Covered Software is provided under this License on an "as is"       *
  4838  *  basis, without warranty of any kind, either expressed, implied, or  *
  4839  *  statutory, including, without limitation, warranties that the       *
  4840  *  Covered Software is free of defects, merchantable, fit for a        *
  4841  *  particular purpose or non-infringing. The entire risk as to the     *
  4842  *  quality and performance of the Covered Software is with You.        *
  4843  *  Should any Covered Software prove defective in any respect, You     *
  4844  *  (not any Contributor) assume the cost of any necessary servicing,   *
  4845  *  repair, or correction. This disclaimer of warranty constitutes an   *
  4846  *  essential part of this License. No use of any Covered Software is   *
  4847  *  authorized under this License except under this disclaimer.         *
  4848  *                                                                      *
  4849  ************************************************************************
  4850  
  4851  ************************************************************************
  4852  *                                                                      *
  4853  *  7. Limitation of Liability                                          *
  4854  *  --------------------------                                          *
  4855  *                                                                      *
  4856  *  Under no circumstances and under no legal theory, whether tort      *
  4857  *  (including negligence), contract, or otherwise, shall any           *
  4858  *  Contributor, or anyone who distributes Covered Software as          *
  4859  *  permitted above, be liable to You for any direct, indirect,         *
  4860  *  special, incidental, or consequential damages of any character      *
  4861  *  including, without limitation, damages for lost profits, loss of    *
  4862  *  goodwill, work stoppage, computer failure or malfunction, or any    *
  4863  *  and all other commercial damages or losses, even if such party      *
  4864  *  shall have been informed of the possibility of such damages. This   *
  4865  *  limitation of liability shall not apply to liability for death or   *
  4866  *  personal injury resulting from such party's negligence to the       *
  4867  *  extent applicable law prohibits such limitation. Some               *
  4868  *  jurisdictions do not allow the exclusion or limitation of           *
  4869  *  incidental or consequential damages, so this exclusion and          *
  4870  *  limitation may not apply to You.                                    *
  4871  *                                                                      *
  4872  ************************************************************************
  4873  
  4874  8. Litigation
  4875  -------------
  4876  
  4877  Any litigation relating to this License may be brought only in the
  4878  courts of a jurisdiction where the defendant maintains its principal
  4879  place of business and such litigation shall be governed by laws of that
  4880  jurisdiction, without reference to its conflict-of-law provisions.
  4881  Nothing in this Section shall prevent a party's ability to bring
  4882  cross-claims or counter-claims.
  4883  
  4884  9. Miscellaneous
  4885  ----------------
  4886  
  4887  This License represents the complete agreement concerning the subject
  4888  matter hereof. If any provision of this License is held to be
  4889  unenforceable, such provision shall be reformed only to the extent
  4890  necessary to make it enforceable. Any law or regulation which provides
  4891  that the language of a contract shall be construed against the drafter
  4892  shall not be used to construe this License against a Contributor.
  4893  
  4894  10. Versions of the License
  4895  ---------------------------
  4896  
  4897  10.1. New Versions
  4898  
  4899  Mozilla Foundation is the license steward. Except as provided in Section
  4900  10.3, no one other than the license steward has the right to modify or
  4901  publish new versions of this License. Each version will be given a
  4902  distinguishing version number.
  4903  
  4904  10.2. Effect of New Versions
  4905  
  4906  You may distribute the Covered Software under the terms of the version
  4907  of the License under which You originally received the Covered Software,
  4908  or under the terms of any subsequent version published by the license
  4909  steward.
  4910  
  4911  10.3. Modified Versions
  4912  
  4913  If you create software not governed by this License, and you want to
  4914  create a new license for such software, you may create and use a
  4915  modified version of this License if you rename the license and remove
  4916  any references to the name of the license steward (except to note that
  4917  such modified license differs from this License).
  4918  
  4919  10.4. Distributing Source Code Form that is Incompatible With Secondary
  4920  Licenses
  4921  
  4922  If You choose to distribute Source Code Form that is Incompatible With
  4923  Secondary Licenses under the terms of this version of the License, the
  4924  notice described in Exhibit B of this License must be attached.
  4925  
  4926  Exhibit A - Source Code Form License Notice
  4927  -------------------------------------------
  4928  
  4929    This Source Code Form is subject to the terms of the Mozilla Public
  4930    License, v. 2.0. If a copy of the MPL was not distributed with this
  4931    file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4932  
  4933  If it is not possible or desirable to put the notice in a particular
  4934  file, then You may include the notice in a location (such as a LICENSE
  4935  file in a relevant directory) where a recipient would be likely to look
  4936  for such a notice.
  4937  
  4938  You may add additional accurate notices of copyright ownership.
  4939  
  4940  Exhibit B - "Incompatible With Secondary Licenses" Notice
  4941  ---------------------------------------------------------
  4942  
  4943    This Source Code Form is "Incompatible With Secondary Licenses", as
  4944    defined by the Mozilla Public License, v. 2.0.
  4945  
  4946  = LICENSE 8142629370dd03c41f0df688d9d63171351c272a23e758c520af6bb2 =
  4947  ================================================================================
  4948  
  4949  ================================================================================
  4950  = github.com/goccy/go-json licensed under: =
  4951  
  4952  MIT License
  4953  
  4954  Copyright (c) 2020 Masaaki Goshima
  4955  
  4956  Permission is hereby granted, free of charge, to any person obtaining a copy
  4957  of this software and associated documentation files (the "Software"), to deal
  4958  in the Software without restriction, including without limitation the rights
  4959  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4960  copies of the Software, and to permit persons to whom the Software is
  4961  furnished to do so, subject to the following conditions:
  4962  
  4963  The above copyright notice and this permission notice shall be included in all
  4964  copies or substantial portions of the Software.
  4965  
  4966  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4967  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4968  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4969  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4970  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4971  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4972  SOFTWARE.
  4973  
  4974  = LICENSE 0a9db7af3c8f344232196c742dbe0ab1c6c830748b6a162f170ea805 =
  4975  ================================================================================
  4976  
  4977  ================================================================================
  4978  = github.com/gocraft/dbr/v2 licensed under: =
  4979  
  4980  The MIT License (MIT)
  4981  
  4982  Copyright (c) 2014-2017 Jonathan Novak, Tai-Lin Chu
  4983  
  4984  Permission is hereby granted, free of charge, to any person obtaining a copy of
  4985  this software and associated documentation files (the "Software"), to deal in
  4986  the Software without restriction, including without limitation the rights to
  4987  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  4988  the Software, and to permit persons to whom the Software is furnished to do so,
  4989  subject to the following conditions:
  4990  
  4991  The above copyright notice and this permission notice shall be included in all
  4992  copies or substantial portions of the Software.
  4993  
  4994  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4995  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  4996  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  4997  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  4998  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  4999  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  5000  
  5001  = LICENSE 58527ba2d199f39270f67bbe7b7878b370704ff4f3b715a9f7fa667b =
  5002  ================================================================================
  5003  
  5004  ================================================================================
  5005  = github.com/gofrs/flock licensed under: =
  5006  
  5007  Copyright (c) 2015-2020, Tim Heckman
  5008  All rights reserved.
  5009  
  5010  Redistribution and use in source and binary forms, with or without
  5011  modification, are permitted provided that the following conditions are met:
  5012  
  5013  * Redistributions of source code must retain the above copyright notice, this
  5014    list of conditions and the following disclaimer.
  5015  
  5016  * Redistributions in binary form must reproduce the above copyright notice,
  5017    this list of conditions and the following disclaimer in the documentation
  5018    and/or other materials provided with the distribution.
  5019  
  5020  * Neither the name of gofrs nor the names of its contributors may be used
  5021    to endorse or promote products derived from this software without
  5022    specific prior written permission.
  5023  
  5024  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  5025  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  5026  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  5027  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  5028  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  5029  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  5030  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  5031  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  5032  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5033  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5034  
  5035  = LICENSE a410cc5e29404ce907c5401d4bc5b1187a96746527f9b8efd5153c30 =
  5036  ================================================================================
  5037  
  5038  ================================================================================
  5039  = github.com/golang/groupcache licensed under: =
  5040  
  5041  Apache License
  5042  Version 2.0, January 2004
  5043  http://www.apache.org/licenses/
  5044  
  5045  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5046  
  5047  1. Definitions.
  5048  
  5049  "License" shall mean the terms and conditions for use, reproduction, and
  5050  distribution as defined by Sections 1 through 9 of this document.
  5051  
  5052  "Licensor" shall mean the copyright owner or entity authorized by the copyright
  5053  owner that is granting the License.
  5054  
  5055  "Legal Entity" shall mean the union of the acting entity and all other entities
  5056  that control, are controlled by, or are under common control with that entity.
  5057  For the purposes of this definition, "control" means (i) the power, direct or
  5058  indirect, to cause the direction or management of such entity, whether by
  5059  contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5060  outstanding shares, or (iii) beneficial ownership of such entity.
  5061  
  5062  "You" (or "Your") shall mean an individual or Legal Entity exercising
  5063  permissions granted by this License.
  5064  
  5065  "Source" form shall mean the preferred form for making modifications, including
  5066  but not limited to software source code, documentation source, and configuration
  5067  files.
  5068  
  5069  "Object" form shall mean any form resulting from mechanical transformation or
  5070  translation of a Source form, including but not limited to compiled object code,
  5071  generated documentation, and conversions to other media types.
  5072  
  5073  "Work" shall mean the work of authorship, whether in Source or Object form, made
  5074  available under the License, as indicated by a copyright notice that is included
  5075  in or attached to the work (an example is provided in the Appendix below).
  5076  
  5077  "Derivative Works" shall mean any work, whether in Source or Object form, that
  5078  is based on (or derived from) the Work and for which the editorial revisions,
  5079  annotations, elaborations, or other modifications represent, as a whole, an
  5080  original work of authorship. For the purposes of this License, Derivative Works
  5081  shall not include works that remain separable from, or merely link (or bind by
  5082  name) to the interfaces of, the Work and Derivative Works thereof.
  5083  
  5084  "Contribution" shall mean any work of authorship, including the original version
  5085  of the Work and any modifications or additions to that Work or Derivative Works
  5086  thereof, that is intentionally submitted to Licensor for inclusion in the Work
  5087  by the copyright owner or by an individual or Legal Entity authorized to submit
  5088  on behalf of the copyright owner. For the purposes of this definition,
  5089  "submitted" means any form of electronic, verbal, or written communication sent
  5090  to the Licensor or its representatives, including but not limited to
  5091  communication on electronic mailing lists, source code control systems, and
  5092  issue tracking systems that are managed by, or on behalf of, the Licensor for
  5093  the purpose of discussing and improving the Work, but excluding communication
  5094  that is conspicuously marked or otherwise designated in writing by the copyright
  5095  owner as "Not a Contribution."
  5096  
  5097  "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
  5098  of whom a Contribution has been received by Licensor and subsequently
  5099  incorporated within the Work.
  5100  
  5101  2. Grant of Copyright License.
  5102  
  5103  Subject to the terms and conditions of this License, each Contributor hereby
  5104  grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  5105  irrevocable copyright license to reproduce, prepare Derivative Works of,
  5106  publicly display, publicly perform, sublicense, and distribute the Work and such
  5107  Derivative Works in Source or Object form.
  5108  
  5109  3. Grant of Patent License.
  5110  
  5111  Subject to the terms and conditions of this License, each Contributor hereby
  5112  grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  5113  irrevocable (except as stated in this section) patent license to make, have
  5114  made, use, offer to sell, sell, import, and otherwise transfer the Work, where
  5115  such license applies only to those patent claims licensable by such Contributor
  5116  that are necessarily infringed by their Contribution(s) alone or by combination
  5117  of their Contribution(s) with the Work to which such Contribution(s) was
  5118  submitted. If You institute patent litigation against any entity (including a
  5119  cross-claim or counterclaim in a lawsuit) alleging that the Work or a
  5120  Contribution incorporated within the Work constitutes direct or contributory
  5121  patent infringement, then any patent licenses granted to You under this License
  5122  for that Work shall terminate as of the date such litigation is filed.
  5123  
  5124  4. Redistribution.
  5125  
  5126  You may reproduce and distribute copies of the Work or Derivative Works thereof
  5127  in any medium, with or without modifications, and in Source or Object form,
  5128  provided that You meet the following conditions:
  5129  
  5130  You must give any other recipients of the Work or Derivative Works a copy of
  5131  this License; and
  5132  You must cause any modified files to carry prominent notices stating that You
  5133  changed the files; and
  5134  You must retain, in the Source form of any Derivative Works that You distribute,
  5135  all copyright, patent, trademark, and attribution notices from the Source form
  5136  of the Work, excluding those notices that do not pertain to any part of the
  5137  Derivative Works; and
  5138  If the Work includes a "NOTICE" text file as part of its distribution, then any
  5139  Derivative Works that You distribute must include a readable copy of the
  5140  attribution notices contained within such NOTICE file, excluding those notices
  5141  that do not pertain to any part of the Derivative Works, in at least one of the
  5142  following places: within a NOTICE text file distributed as part of the
  5143  Derivative Works; within the Source form or documentation, if provided along
  5144  with the Derivative Works; or, within a display generated by the Derivative
  5145  Works, if and wherever such third-party notices normally appear. The contents of
  5146  the NOTICE file are for informational purposes only and do not modify the
  5147  License. You may add Your own attribution notices within Derivative Works that
  5148  You distribute, alongside or as an addendum to the NOTICE text from the Work,
  5149  provided that such additional attribution notices cannot be construed as
  5150  modifying the License.
  5151  You may add Your own copyright statement to Your modifications and may provide
  5152  additional or different license terms and conditions for use, reproduction, or
  5153  distribution of Your modifications, or for any such Derivative Works as a whole,
  5154  provided Your use, reproduction, and distribution of the Work otherwise complies
  5155  with the conditions stated in this License.
  5156  
  5157  5. Submission of Contributions.
  5158  
  5159  Unless You explicitly state otherwise, any Contribution intentionally submitted
  5160  for inclusion in the Work by You to the Licensor shall be under the terms and
  5161  conditions of this License, without any additional terms or conditions.
  5162  Notwithstanding the above, nothing herein shall supersede or modify the terms of
  5163  any separate license agreement you may have executed with Licensor regarding
  5164  such Contributions.
  5165  
  5166  6. Trademarks.
  5167  
  5168  This License does not grant permission to use the trade names, trademarks,
  5169  service marks, or product names of the Licensor, except as required for
  5170  reasonable and customary use in describing the origin of the Work and
  5171  reproducing the content of the NOTICE file.
  5172  
  5173  7. Disclaimer of Warranty.
  5174  
  5175  Unless required by applicable law or agreed to in writing, Licensor provides the
  5176  Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
  5177  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
  5178  including, without limitation, any warranties or conditions of TITLE,
  5179  NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
  5180  solely responsible for determining the appropriateness of using or
  5181  redistributing the Work and assume any risks associated with Your exercise of
  5182  permissions under this License.
  5183  
  5184  8. Limitation of Liability.
  5185  
  5186  In no event and under no legal theory, whether in tort (including negligence),
  5187  contract, or otherwise, unless required by applicable law (such as deliberate
  5188  and grossly negligent acts) or agreed to in writing, shall any Contributor be
  5189  liable to You for damages, including any direct, indirect, special, incidental,
  5190  or consequential damages of any character arising as a result of this License or
  5191  out of the use or inability to use the Work (including but not limited to
  5192  damages for loss of goodwill, work stoppage, computer failure or malfunction, or
  5193  any and all other commercial damages or losses), even if such Contributor has
  5194  been advised of the possibility of such damages.
  5195  
  5196  9. Accepting Warranty or Additional Liability.
  5197  
  5198  While redistributing the Work or Derivative Works thereof, You may choose to
  5199  offer, and charge a fee for, acceptance of support, warranty, indemnity, or
  5200  other liability obligations and/or rights consistent with this License. However,
  5201  in accepting such obligations, You may act only on Your own behalf and on Your
  5202  sole responsibility, not on behalf of any other Contributor, and only if You
  5203  agree to indemnify, defend, and hold each Contributor harmless for any liability
  5204  incurred by, or claims asserted against, such Contributor by reason of your
  5205  accepting any such warranty or additional liability.
  5206  
  5207  END OF TERMS AND CONDITIONS
  5208  
  5209  APPENDIX: How to apply the Apache License to your work
  5210  
  5211  To apply the Apache License to your work, attach the following boilerplate
  5212  notice, with the fields enclosed by brackets "[]" replaced with your own
  5213  identifying information. (Don't include the brackets!) The text should be
  5214  enclosed in the appropriate comment syntax for the file format. We also
  5215  recommend that a file or class name and description of purpose be included on
  5216  the same "printed page" as the copyright notice for easier identification within
  5217  third-party archives.
  5218  
  5219     Copyright [yyyy] [name of copyright owner]
  5220  
  5221     Licensed under the Apache License, Version 2.0 (the "License");
  5222     you may not use this file except in compliance with the License.
  5223     You may obtain a copy of the License at
  5224  
  5225       http://www.apache.org/licenses/LICENSE-2.0
  5226  
  5227     Unless required by applicable law or agreed to in writing, software
  5228     distributed under the License is distributed on an "AS IS" BASIS,
  5229     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  5230     See the License for the specific language governing permissions and
  5231     limitations under the License.
  5232  
  5233  = LICENSE 402f6aca074a87cb9a2cd5b95d9af0d840cdd50ec73029e22195c7b8 =
  5234  ================================================================================
  5235  
  5236  ================================================================================
  5237  = github.com/golang/protobuf licensed under: =
  5238  
  5239  Copyright 2010 The Go Authors.  All rights reserved.
  5240  
  5241  Redistribution and use in source and binary forms, with or without
  5242  modification, are permitted provided that the following conditions are
  5243  met:
  5244  
  5245      * Redistributions of source code must retain the above copyright
  5246  notice, this list of conditions and the following disclaimer.
  5247      * Redistributions in binary form must reproduce the above
  5248  copyright notice, this list of conditions and the following disclaimer
  5249  in the documentation and/or other materials provided with the
  5250  distribution.
  5251      * Neither the name of Google Inc. nor the names of its
  5252  contributors may be used to endorse or promote products derived from
  5253  this software without specific prior written permission.
  5254  
  5255  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  5256  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  5257  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  5258  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  5259  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  5260  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  5261  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  5262  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  5263  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  5264  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5265  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5266  
  5267  
  5268  = LICENSE 967db5a416c0314ad6ce2de8edbfc939da0be94348d829ec78b6e9d0 =
  5269  ================================================================================
  5270  
  5271  ================================================================================
  5272  = github.com/golang/snappy licensed under: =
  5273  
  5274  Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
  5275  
  5276  Redistribution and use in source and binary forms, with or without
  5277  modification, are permitted provided that the following conditions are
  5278  met:
  5279  
  5280     * Redistributions of source code must retain the above copyright
  5281  notice, this list of conditions and the following disclaimer.
  5282     * Redistributions in binary form must reproduce the above
  5283  copyright notice, this list of conditions and the following disclaimer
  5284  in the documentation and/or other materials provided with the
  5285  distribution.
  5286     * Neither the name of Google Inc. nor the names of its
  5287  contributors may be used to endorse or promote products derived from
  5288  this software without specific prior written permission.
  5289  
  5290  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  5291  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  5292  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  5293  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  5294  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  5295  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  5296  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  5297  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  5298  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  5299  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5300  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5301  
  5302  = LICENSE 23da488bf4950b37bebc2eaa6de2a09e2301a6f4ed5ae2cd648aad9d =
  5303  ================================================================================
  5304  
  5305  ================================================================================
  5306  = github.com/google/btree licensed under: =
  5307  
  5308  
  5309                                   Apache License
  5310                             Version 2.0, January 2004
  5311                          http://www.apache.org/licenses/
  5312  
  5313     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5314  
  5315     1. Definitions.
  5316  
  5317        "License" shall mean the terms and conditions for use, reproduction,
  5318        and distribution as defined by Sections 1 through 9 of this document.
  5319  
  5320        "Licensor" shall mean the copyright owner or entity authorized by
  5321        the copyright owner that is granting the License.
  5322  
  5323        "Legal Entity" shall mean the union of the acting entity and all
  5324        other entities that control, are controlled by, or are under common
  5325        control with that entity. For the purposes of this definition,
  5326        "control" means (i) the power, direct or indirect, to cause the
  5327        direction or management of such entity, whether by contract or
  5328        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5329        outstanding shares, or (iii) beneficial ownership of such entity.
  5330  
  5331        "You" (or "Your") shall mean an individual or Legal Entity
  5332        exercising permissions granted by this License.
  5333  
  5334        "Source" form shall mean the preferred form for making modifications,
  5335        including but not limited to software source code, documentation
  5336        source, and configuration files.
  5337  
  5338        "Object" form shall mean any form resulting from mechanical
  5339        transformation or translation of a Source form, including but
  5340        not limited to compiled object code, generated documentation,
  5341        and conversions to other media types.
  5342  
  5343        "Work" shall mean the work of authorship, whether in Source or
  5344        Object form, made available under the License, as indicated by a
  5345        copyright notice that is included in or attached to the work
  5346        (an example is provided in the Appendix below).
  5347  
  5348        "Derivative Works" shall mean any work, whether in Source or Object
  5349        form, that is based on (or derived from) the Work and for which the
  5350        editorial revisions, annotations, elaborations, or other modifications
  5351        represent, as a whole, an original work of authorship. For the purposes
  5352        of this License, Derivative Works shall not include works that remain
  5353        separable from, or merely link (or bind by name) to the interfaces of,
  5354        the Work and Derivative Works thereof.
  5355  
  5356        "Contribution" shall mean any work of authorship, including
  5357        the original version of the Work and any modifications or additions
  5358        to that Work or Derivative Works thereof, that is intentionally
  5359        submitted to Licensor for inclusion in the Work by the copyright owner
  5360        or by an individual or Legal Entity authorized to submit on behalf of
  5361        the copyright owner. For the purposes of this definition, "submitted"
  5362        means any form of electronic, verbal, or written communication sent
  5363        to the Licensor or its representatives, including but not limited to
  5364        communication on electronic mailing lists, source code control systems,
  5365        and issue tracking systems that are managed by, or on behalf of, the
  5366        Licensor for the purpose of discussing and improving the Work, but
  5367        excluding communication that is conspicuously marked or otherwise
  5368        designated in writing by the copyright owner as "Not a Contribution."
  5369  
  5370        "Contributor" shall mean Licensor and any individual or Legal Entity
  5371        on behalf of whom a Contribution has been received by Licensor and
  5372        subsequently incorporated within the Work.
  5373  
  5374     2. Grant of Copyright License. Subject to the terms and conditions of
  5375        this License, each Contributor hereby grants to You a perpetual,
  5376        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5377        copyright license to reproduce, prepare Derivative Works of,
  5378        publicly display, publicly perform, sublicense, and distribute the
  5379        Work and such Derivative Works in Source or Object form.
  5380  
  5381     3. Grant of Patent License. Subject to the terms and conditions of
  5382        this License, each Contributor hereby grants to You a perpetual,
  5383        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5384        (except as stated in this section) patent license to make, have made,
  5385        use, offer to sell, sell, import, and otherwise transfer the Work,
  5386        where such license applies only to those patent claims licensable
  5387        by such Contributor that are necessarily infringed by their
  5388        Contribution(s) alone or by combination of their Contribution(s)
  5389        with the Work to which such Contribution(s) was submitted. If You
  5390        institute patent litigation against any entity (including a
  5391        cross-claim or counterclaim in a lawsuit) alleging that the Work
  5392        or a Contribution incorporated within the Work constitutes direct
  5393        or contributory patent infringement, then any patent licenses
  5394        granted to You under this License for that Work shall terminate
  5395        as of the date such litigation is filed.
  5396  
  5397     4. Redistribution. You may reproduce and distribute copies of the
  5398        Work or Derivative Works thereof in any medium, with or without
  5399        modifications, and in Source or Object form, provided that You
  5400        meet the following conditions:
  5401  
  5402        (a) You must give any other recipients of the Work or
  5403            Derivative Works a copy of this License; and
  5404  
  5405        (b) You must cause any modified files to carry prominent notices
  5406            stating that You changed the files; and
  5407  
  5408        (c) You must retain, in the Source form of any Derivative Works
  5409            that You distribute, all copyright, patent, trademark, and
  5410            attribution notices from the Source form of the Work,
  5411            excluding those notices that do not pertain to any part of
  5412            the Derivative Works; and
  5413  
  5414        (d) If the Work includes a "NOTICE" text file as part of its
  5415            distribution, then any Derivative Works that You distribute must
  5416            include a readable copy of the attribution notices contained
  5417            within such NOTICE file, excluding those notices that do not
  5418            pertain to any part of the Derivative Works, in at least one
  5419            of the following places: within a NOTICE text file distributed
  5420            as part of the Derivative Works; within the Source form or
  5421            documentation, if provided along with the Derivative Works; or,
  5422            within a display generated by the Derivative Works, if and
  5423            wherever such third-party notices normally appear. The contents
  5424            of the NOTICE file are for informational purposes only and
  5425            do not modify the License. You may add Your own attribution
  5426            notices within Derivative Works that You distribute, alongside
  5427            or as an addendum to the NOTICE text from the Work, provided
  5428            that such additional attribution notices cannot be construed
  5429            as modifying the License.
  5430  
  5431        You may add Your own copyright statement to Your modifications and
  5432        may provide additional or different license terms and conditions
  5433        for use, reproduction, or distribution of Your modifications, or
  5434        for any such Derivative Works as a whole, provided Your use,
  5435        reproduction, and distribution of the Work otherwise complies with
  5436        the conditions stated in this License.
  5437  
  5438     5. Submission of Contributions. Unless You explicitly state otherwise,
  5439        any Contribution intentionally submitted for inclusion in the Work
  5440        by You to the Licensor shall be under the terms and conditions of
  5441        this License, without any additional terms or conditions.
  5442        Notwithstanding the above, nothing herein shall supersede or modify
  5443        the terms of any separate license agreement you may have executed
  5444        with Licensor regarding such Contributions.
  5445  
  5446     6. Trademarks. This License does not grant permission to use the trade
  5447        names, trademarks, service marks, or product names of the Licensor,
  5448        except as required for reasonable and customary use in describing the
  5449        origin of the Work and reproducing the content of the NOTICE file.
  5450  
  5451     7. Disclaimer of Warranty. Unless required by applicable law or
  5452        agreed to in writing, Licensor provides the Work (and each
  5453        Contributor provides its Contributions) on an "AS IS" BASIS,
  5454        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5455        implied, including, without limitation, any warranties or conditions
  5456        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5457        PARTICULAR PURPOSE. You are solely responsible for determining the
  5458        appropriateness of using or redistributing the Work and assume any
  5459        risks associated with Your exercise of permissions under this License.
  5460  
  5461     8. Limitation of Liability. In no event and under no legal theory,
  5462        whether in tort (including negligence), contract, or otherwise,
  5463        unless required by applicable law (such as deliberate and grossly
  5464        negligent acts) or agreed to in writing, shall any Contributor be
  5465        liable to You for damages, including any direct, indirect, special,
  5466        incidental, or consequential damages of any character arising as a
  5467        result of this License or out of the use or inability to use the
  5468        Work (including but not limited to damages for loss of goodwill,
  5469        work stoppage, computer failure or malfunction, or any and all
  5470        other commercial damages or losses), even if such Contributor
  5471        has been advised of the possibility of such damages.
  5472  
  5473     9. Accepting Warranty or Additional Liability. While redistributing
  5474        the Work or Derivative Works thereof, You may choose to offer,
  5475        and charge a fee for, acceptance of support, warranty, indemnity,
  5476        or other liability obligations and/or rights consistent with this
  5477        License. However, in accepting such obligations, You may act only
  5478        on Your own behalf and on Your sole responsibility, not on behalf
  5479        of any other Contributor, and only if You agree to indemnify,
  5480        defend, and hold each Contributor harmless for any liability
  5481        incurred by, or claims asserted against, such Contributor by reason
  5482        of your accepting any such warranty or additional liability.
  5483  
  5484     END OF TERMS AND CONDITIONS
  5485  
  5486     APPENDIX: How to apply the Apache License to your work.
  5487  
  5488        To apply the Apache License to your work, attach the following
  5489        boilerplate notice, with the fields enclosed by brackets "[]"
  5490        replaced with your own identifying information. (Don't include
  5491        the brackets!)  The text should be enclosed in the appropriate
  5492        comment syntax for the file format. We also recommend that a
  5493        file or class name and description of purpose be included on the
  5494        same "printed page" as the copyright notice for easier
  5495        identification within third-party archives.
  5496  
  5497     Copyright [yyyy] [name of copyright owner]
  5498  
  5499     Licensed under the Apache License, Version 2.0 (the "License");
  5500     you may not use this file except in compliance with the License.
  5501     You may obtain a copy of the License at
  5502  
  5503         http://www.apache.org/licenses/LICENSE-2.0
  5504  
  5505     Unless required by applicable law or agreed to in writing, software
  5506     distributed under the License is distributed on an "AS IS" BASIS,
  5507     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  5508     See the License for the specific language governing permissions and
  5509     limitations under the License.
  5510  
  5511  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  5512  ================================================================================
  5513  
  5514  ================================================================================
  5515  = github.com/google/go-cmp licensed under: =
  5516  
  5517  Copyright (c) 2017 The Go Authors. All rights reserved.
  5518  
  5519  Redistribution and use in source and binary forms, with or without
  5520  modification, are permitted provided that the following conditions are
  5521  met:
  5522  
  5523     * Redistributions of source code must retain the above copyright
  5524  notice, this list of conditions and the following disclaimer.
  5525     * Redistributions in binary form must reproduce the above
  5526  copyright notice, this list of conditions and the following disclaimer
  5527  in the documentation and/or other materials provided with the
  5528  distribution.
  5529     * Neither the name of Google Inc. nor the names of its
  5530  contributors may be used to endorse or promote products derived from
  5531  this software without specific prior written permission.
  5532  
  5533  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  5534  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  5535  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  5536  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  5537  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  5538  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  5539  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  5540  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  5541  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  5542  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5543  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5544  
  5545  = LICENSE bda64ae869be18b50125d9cfe5c370eb7248e84a2324823e4d7f2295 =
  5546  ================================================================================
  5547  
  5548  ================================================================================
  5549  = github.com/google/go-github/v57 licensed under: =
  5550  
  5551  Copyright (c) 2013 The go-github AUTHORS. All rights reserved.
  5552  
  5553  Redistribution and use in source and binary forms, with or without
  5554  modification, are permitted provided that the following conditions are
  5555  met:
  5556  
  5557     * Redistributions of source code must retain the above copyright
  5558  notice, this list of conditions and the following disclaimer.
  5559     * Redistributions in binary form must reproduce the above
  5560  copyright notice, this list of conditions and the following disclaimer
  5561  in the documentation and/or other materials provided with the
  5562  distribution.
  5563     * Neither the name of Google Inc. nor the names of its
  5564  contributors may be used to endorse or promote products derived from
  5565  this software without specific prior written permission.
  5566  
  5567  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  5568  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  5569  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  5570  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  5571  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  5572  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  5573  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  5574  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  5575  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  5576  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5577  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5578  
  5579  = LICENSE 4f95ee9c8c81d66113b4c4fe66b684ae243884b5947ee854319dd9cc =
  5580  ================================================================================
  5581  
  5582  ================================================================================
  5583  = github.com/google/go-querystring licensed under: =
  5584  
  5585  Copyright (c) 2013 Google. All rights reserved.
  5586  
  5587  Redistribution and use in source and binary forms, with or without
  5588  modification, are permitted provided that the following conditions are
  5589  met:
  5590  
  5591     * Redistributions of source code must retain the above copyright
  5592  notice, this list of conditions and the following disclaimer.
  5593     * Redistributions in binary form must reproduce the above
  5594  copyright notice, this list of conditions and the following disclaimer
  5595  in the documentation and/or other materials provided with the
  5596  distribution.
  5597     * Neither the name of Google Inc. nor the names of its
  5598  contributors may be used to endorse or promote products derived from
  5599  this software without specific prior written permission.
  5600  
  5601  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  5602  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  5603  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  5604  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  5605  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  5606  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  5607  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  5608  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  5609  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  5610  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5611  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5612  
  5613  = LICENSE 7b97c9585df42dc638169348f6350b491fc35fe50884a7e6cf41aa58 =
  5614  ================================================================================
  5615  
  5616  ================================================================================
  5617  = github.com/google/s2a-go licensed under: =
  5618  
  5619  
  5620                                   Apache License
  5621                             Version 2.0, January 2004
  5622                          http://www.apache.org/licenses/
  5623  
  5624     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5625  
  5626     1. Definitions.
  5627  
  5628        "License" shall mean the terms and conditions for use, reproduction,
  5629        and distribution as defined by Sections 1 through 9 of this document.
  5630  
  5631        "Licensor" shall mean the copyright owner or entity authorized by
  5632        the copyright owner that is granting the License.
  5633  
  5634        "Legal Entity" shall mean the union of the acting entity and all
  5635        other entities that control, are controlled by, or are under common
  5636        control with that entity. For the purposes of this definition,
  5637        "control" means (i) the power, direct or indirect, to cause the
  5638        direction or management of such entity, whether by contract or
  5639        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5640        outstanding shares, or (iii) beneficial ownership of such entity.
  5641  
  5642        "You" (or "Your") shall mean an individual or Legal Entity
  5643        exercising permissions granted by this License.
  5644  
  5645        "Source" form shall mean the preferred form for making modifications,
  5646        including but not limited to software source code, documentation
  5647        source, and configuration files.
  5648  
  5649        "Object" form shall mean any form resulting from mechanical
  5650        transformation or translation of a Source form, including but
  5651        not limited to compiled object code, generated documentation,
  5652        and conversions to other media types.
  5653  
  5654        "Work" shall mean the work of authorship, whether in Source or
  5655        Object form, made available under the License, as indicated by a
  5656        copyright notice that is included in or attached to the work
  5657        (an example is provided in the Appendix below).
  5658  
  5659        "Derivative Works" shall mean any work, whether in Source or Object
  5660        form, that is based on (or derived from) the Work and for which the
  5661        editorial revisions, annotations, elaborations, or other modifications
  5662        represent, as a whole, an original work of authorship. For the purposes
  5663        of this License, Derivative Works shall not include works that remain
  5664        separable from, or merely link (or bind by name) to the interfaces of,
  5665        the Work and Derivative Works thereof.
  5666  
  5667        "Contribution" shall mean any work of authorship, including
  5668        the original version of the Work and any modifications or additions
  5669        to that Work or Derivative Works thereof, that is intentionally
  5670        submitted to Licensor for inclusion in the Work by the copyright owner
  5671        or by an individual or Legal Entity authorized to submit on behalf of
  5672        the copyright owner. For the purposes of this definition, "submitted"
  5673        means any form of electronic, verbal, or written communication sent
  5674        to the Licensor or its representatives, including but not limited to
  5675        communication on electronic mailing lists, source code control systems,
  5676        and issue tracking systems that are managed by, or on behalf of, the
  5677        Licensor for the purpose of discussing and improving the Work, but
  5678        excluding communication that is conspicuously marked or otherwise
  5679        designated in writing by the copyright owner as "Not a Contribution."
  5680  
  5681        "Contributor" shall mean Licensor and any individual or Legal Entity
  5682        on behalf of whom a Contribution has been received by Licensor and
  5683        subsequently incorporated within the Work.
  5684  
  5685     2. Grant of Copyright License. Subject to the terms and conditions of
  5686        this License, each Contributor hereby grants to You a perpetual,
  5687        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5688        copyright license to reproduce, prepare Derivative Works of,
  5689        publicly display, publicly perform, sublicense, and distribute the
  5690        Work and such Derivative Works in Source or Object form.
  5691  
  5692     3. Grant of Patent License. Subject to the terms and conditions of
  5693        this License, each Contributor hereby grants to You a perpetual,
  5694        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5695        (except as stated in this section) patent license to make, have made,
  5696        use, offer to sell, sell, import, and otherwise transfer the Work,
  5697        where such license applies only to those patent claims licensable
  5698        by such Contributor that are necessarily infringed by their
  5699        Contribution(s) alone or by combination of their Contribution(s)
  5700        with the Work to which such Contribution(s) was submitted. If You
  5701        institute patent litigation against any entity (including a
  5702        cross-claim or counterclaim in a lawsuit) alleging that the Work
  5703        or a Contribution incorporated within the Work constitutes direct
  5704        or contributory patent infringement, then any patent licenses
  5705        granted to You under this License for that Work shall terminate
  5706        as of the date such litigation is filed.
  5707  
  5708     4. Redistribution. You may reproduce and distribute copies of the
  5709        Work or Derivative Works thereof in any medium, with or without
  5710        modifications, and in Source or Object form, provided that You
  5711        meet the following conditions:
  5712  
  5713        (a) You must give any other recipients of the Work or
  5714            Derivative Works a copy of this License; and
  5715  
  5716        (b) You must cause any modified files to carry prominent notices
  5717            stating that You changed the files; and
  5718  
  5719        (c) You must retain, in the Source form of any Derivative Works
  5720            that You distribute, all copyright, patent, trademark, and
  5721            attribution notices from the Source form of the Work,
  5722            excluding those notices that do not pertain to any part of
  5723            the Derivative Works; and
  5724  
  5725        (d) If the Work includes a "NOTICE" text file as part of its
  5726            distribution, then any Derivative Works that You distribute must
  5727            include a readable copy of the attribution notices contained
  5728            within such NOTICE file, excluding those notices that do not
  5729            pertain to any part of the Derivative Works, in at least one
  5730            of the following places: within a NOTICE text file distributed
  5731            as part of the Derivative Works; within the Source form or
  5732            documentation, if provided along with the Derivative Works; or,
  5733            within a display generated by the Derivative Works, if and
  5734            wherever such third-party notices normally appear. The contents
  5735            of the NOTICE file are for informational purposes only and
  5736            do not modify the License. You may add Your own attribution
  5737            notices within Derivative Works that You distribute, alongside
  5738            or as an addendum to the NOTICE text from the Work, provided
  5739            that such additional attribution notices cannot be construed
  5740            as modifying the License.
  5741  
  5742        You may add Your own copyright statement to Your modifications and
  5743        may provide additional or different license terms and conditions
  5744        for use, reproduction, or distribution of Your modifications, or
  5745        for any such Derivative Works as a whole, provided Your use,
  5746        reproduction, and distribution of the Work otherwise complies with
  5747        the conditions stated in this License.
  5748  
  5749     5. Submission of Contributions. Unless You explicitly state otherwise,
  5750        any Contribution intentionally submitted for inclusion in the Work
  5751        by You to the Licensor shall be under the terms and conditions of
  5752        this License, without any additional terms or conditions.
  5753        Notwithstanding the above, nothing herein shall supersede or modify
  5754        the terms of any separate license agreement you may have executed
  5755        with Licensor regarding such Contributions.
  5756  
  5757     6. Trademarks. This License does not grant permission to use the trade
  5758        names, trademarks, service marks, or product names of the Licensor,
  5759        except as required for reasonable and customary use in describing the
  5760        origin of the Work and reproducing the content of the NOTICE file.
  5761  
  5762     7. Disclaimer of Warranty. Unless required by applicable law or
  5763        agreed to in writing, Licensor provides the Work (and each
  5764        Contributor provides its Contributions) on an "AS IS" BASIS,
  5765        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5766        implied, including, without limitation, any warranties or conditions
  5767        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5768        PARTICULAR PURPOSE. You are solely responsible for determining the
  5769        appropriateness of using or redistributing the Work and assume any
  5770        risks associated with Your exercise of permissions under this License.
  5771  
  5772     8. Limitation of Liability. In no event and under no legal theory,
  5773        whether in tort (including negligence), contract, or otherwise,
  5774        unless required by applicable law (such as deliberate and grossly
  5775        negligent acts) or agreed to in writing, shall any Contributor be
  5776        liable to You for damages, including any direct, indirect, special,
  5777        incidental, or consequential damages of any character arising as a
  5778        result of this License or out of the use or inability to use the
  5779        Work (including but not limited to damages for loss of goodwill,
  5780        work stoppage, computer failure or malfunction, or any and all
  5781        other commercial damages or losses), even if such Contributor
  5782        has been advised of the possibility of such damages.
  5783  
  5784     9. Accepting Warranty or Additional Liability. While redistributing
  5785        the Work or Derivative Works thereof, You may choose to offer,
  5786        and charge a fee for, acceptance of support, warranty, indemnity,
  5787        or other liability obligations and/or rights consistent with this
  5788        License. However, in accepting such obligations, You may act only
  5789        on Your own behalf and on Your sole responsibility, not on behalf
  5790        of any other Contributor, and only if You agree to indemnify,
  5791        defend, and hold each Contributor harmless for any liability
  5792        incurred by, or claims asserted against, such Contributor by reason
  5793        of your accepting any such warranty or additional liability.
  5794  
  5795     END OF TERMS AND CONDITIONS
  5796  
  5797     APPENDIX: How to apply the Apache License to your work.
  5798  
  5799        To apply the Apache License to your work, attach the following
  5800        boilerplate notice, with the fields enclosed by brackets "[]"
  5801        replaced with your own identifying information. (Don't include
  5802        the brackets!)  The text should be enclosed in the appropriate
  5803        comment syntax for the file format. We also recommend that a
  5804        file or class name and description of purpose be included on the
  5805        same "printed page" as the copyright notice for easier
  5806        identification within third-party archives.
  5807  
  5808     Copyright [yyyy] [name of copyright owner]
  5809  
  5810     Licensed under the Apache License, Version 2.0 (the "License");
  5811     you may not use this file except in compliance with the License.
  5812     You may obtain a copy of the License at
  5813  
  5814         http://www.apache.org/licenses/LICENSE-2.0
  5815  
  5816     Unless required by applicable law or agreed to in writing, software
  5817     distributed under the License is distributed on an "AS IS" BASIS,
  5818     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  5819     See the License for the specific language governing permissions and
  5820     limitations under the License.
  5821  
  5822  = LICENSE.md 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  5823  ================================================================================
  5824  
  5825  ================================================================================
  5826  = github.com/google/shlex licensed under: =
  5827  
  5828  
  5829                                   Apache License
  5830                             Version 2.0, January 2004
  5831                          http://www.apache.org/licenses/
  5832  
  5833     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5834  
  5835     1. Definitions.
  5836  
  5837        "License" shall mean the terms and conditions for use, reproduction,
  5838        and distribution as defined by Sections 1 through 9 of this document.
  5839  
  5840        "Licensor" shall mean the copyright owner or entity authorized by
  5841        the copyright owner that is granting the License.
  5842  
  5843        "Legal Entity" shall mean the union of the acting entity and all
  5844        other entities that control, are controlled by, or are under common
  5845        control with that entity. For the purposes of this definition,
  5846        "control" means (i) the power, direct or indirect, to cause the
  5847        direction or management of such entity, whether by contract or
  5848        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5849        outstanding shares, or (iii) beneficial ownership of such entity.
  5850  
  5851        "You" (or "Your") shall mean an individual or Legal Entity
  5852        exercising permissions granted by this License.
  5853  
  5854        "Source" form shall mean the preferred form for making modifications,
  5855        including but not limited to software source code, documentation
  5856        source, and configuration files.
  5857  
  5858        "Object" form shall mean any form resulting from mechanical
  5859        transformation or translation of a Source form, including but
  5860        not limited to compiled object code, generated documentation,
  5861        and conversions to other media types.
  5862  
  5863        "Work" shall mean the work of authorship, whether in Source or
  5864        Object form, made available under the License, as indicated by a
  5865        copyright notice that is included in or attached to the work
  5866        (an example is provided in the Appendix below).
  5867  
  5868        "Derivative Works" shall mean any work, whether in Source or Object
  5869        form, that is based on (or derived from) the Work and for which the
  5870        editorial revisions, annotations, elaborations, or other modifications
  5871        represent, as a whole, an original work of authorship. For the purposes
  5872        of this License, Derivative Works shall not include works that remain
  5873        separable from, or merely link (or bind by name) to the interfaces of,
  5874        the Work and Derivative Works thereof.
  5875  
  5876        "Contribution" shall mean any work of authorship, including
  5877        the original version of the Work and any modifications or additions
  5878        to that Work or Derivative Works thereof, that is intentionally
  5879        submitted to Licensor for inclusion in the Work by the copyright owner
  5880        or by an individual or Legal Entity authorized to submit on behalf of
  5881        the copyright owner. For the purposes of this definition, "submitted"
  5882        means any form of electronic, verbal, or written communication sent
  5883        to the Licensor or its representatives, including but not limited to
  5884        communication on electronic mailing lists, source code control systems,
  5885        and issue tracking systems that are managed by, or on behalf of, the
  5886        Licensor for the purpose of discussing and improving the Work, but
  5887        excluding communication that is conspicuously marked or otherwise
  5888        designated in writing by the copyright owner as "Not a Contribution."
  5889  
  5890        "Contributor" shall mean Licensor and any individual or Legal Entity
  5891        on behalf of whom a Contribution has been received by Licensor and
  5892        subsequently incorporated within the Work.
  5893  
  5894     2. Grant of Copyright License. Subject to the terms and conditions of
  5895        this License, each Contributor hereby grants to You a perpetual,
  5896        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5897        copyright license to reproduce, prepare Derivative Works of,
  5898        publicly display, publicly perform, sublicense, and distribute the
  5899        Work and such Derivative Works in Source or Object form.
  5900  
  5901     3. Grant of Patent License. Subject to the terms and conditions of
  5902        this License, each Contributor hereby grants to You a perpetual,
  5903        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5904        (except as stated in this section) patent license to make, have made,
  5905        use, offer to sell, sell, import, and otherwise transfer the Work,
  5906        where such license applies only to those patent claims licensable
  5907        by such Contributor that are necessarily infringed by their
  5908        Contribution(s) alone or by combination of their Contribution(s)
  5909        with the Work to which such Contribution(s) was submitted. If You
  5910        institute patent litigation against any entity (including a
  5911        cross-claim or counterclaim in a lawsuit) alleging that the Work
  5912        or a Contribution incorporated within the Work constitutes direct
  5913        or contributory patent infringement, then any patent licenses
  5914        granted to You under this License for that Work shall terminate
  5915        as of the date such litigation is filed.
  5916  
  5917     4. Redistribution. You may reproduce and distribute copies of the
  5918        Work or Derivative Works thereof in any medium, with or without
  5919        modifications, and in Source or Object form, provided that You
  5920        meet the following conditions:
  5921  
  5922        (a) You must give any other recipients of the Work or
  5923            Derivative Works a copy of this License; and
  5924  
  5925        (b) You must cause any modified files to carry prominent notices
  5926            stating that You changed the files; and
  5927  
  5928        (c) You must retain, in the Source form of any Derivative Works
  5929            that You distribute, all copyright, patent, trademark, and
  5930            attribution notices from the Source form of the Work,
  5931            excluding those notices that do not pertain to any part of
  5932            the Derivative Works; and
  5933  
  5934        (d) If the Work includes a "NOTICE" text file as part of its
  5935            distribution, then any Derivative Works that You distribute must
  5936            include a readable copy of the attribution notices contained
  5937            within such NOTICE file, excluding those notices that do not
  5938            pertain to any part of the Derivative Works, in at least one
  5939            of the following places: within a NOTICE text file distributed
  5940            as part of the Derivative Works; within the Source form or
  5941            documentation, if provided along with the Derivative Works; or,
  5942            within a display generated by the Derivative Works, if and
  5943            wherever such third-party notices normally appear. The contents
  5944            of the NOTICE file are for informational purposes only and
  5945            do not modify the License. You may add Your own attribution
  5946            notices within Derivative Works that You distribute, alongside
  5947            or as an addendum to the NOTICE text from the Work, provided
  5948            that such additional attribution notices cannot be construed
  5949            as modifying the License.
  5950  
  5951        You may add Your own copyright statement to Your modifications and
  5952        may provide additional or different license terms and conditions
  5953        for use, reproduction, or distribution of Your modifications, or
  5954        for any such Derivative Works as a whole, provided Your use,
  5955        reproduction, and distribution of the Work otherwise complies with
  5956        the conditions stated in this License.
  5957  
  5958     5. Submission of Contributions. Unless You explicitly state otherwise,
  5959        any Contribution intentionally submitted for inclusion in the Work
  5960        by You to the Licensor shall be under the terms and conditions of
  5961        this License, without any additional terms or conditions.
  5962        Notwithstanding the above, nothing herein shall supersede or modify
  5963        the terms of any separate license agreement you may have executed
  5964        with Licensor regarding such Contributions.
  5965  
  5966     6. Trademarks. This License does not grant permission to use the trade
  5967        names, trademarks, service marks, or product names of the Licensor,
  5968        except as required for reasonable and customary use in describing the
  5969        origin of the Work and reproducing the content of the NOTICE file.
  5970  
  5971     7. Disclaimer of Warranty. Unless required by applicable law or
  5972        agreed to in writing, Licensor provides the Work (and each
  5973        Contributor provides its Contributions) on an "AS IS" BASIS,
  5974        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5975        implied, including, without limitation, any warranties or conditions
  5976        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5977        PARTICULAR PURPOSE. You are solely responsible for determining the
  5978        appropriateness of using or redistributing the Work and assume any
  5979        risks associated with Your exercise of permissions under this License.
  5980  
  5981     8. Limitation of Liability. In no event and under no legal theory,
  5982        whether in tort (including negligence), contract, or otherwise,
  5983        unless required by applicable law (such as deliberate and grossly
  5984        negligent acts) or agreed to in writing, shall any Contributor be
  5985        liable to You for damages, including any direct, indirect, special,
  5986        incidental, or consequential damages of any character arising as a
  5987        result of this License or out of the use or inability to use the
  5988        Work (including but not limited to damages for loss of goodwill,
  5989        work stoppage, computer failure or malfunction, or any and all
  5990        other commercial damages or losses), even if such Contributor
  5991        has been advised of the possibility of such damages.
  5992  
  5993     9. Accepting Warranty or Additional Liability. While redistributing
  5994        the Work or Derivative Works thereof, You may choose to offer,
  5995        and charge a fee for, acceptance of support, warranty, indemnity,
  5996        or other liability obligations and/or rights consistent with this
  5997        License. However, in accepting such obligations, You may act only
  5998        on Your own behalf and on Your sole responsibility, not on behalf
  5999        of any other Contributor, and only if You agree to indemnify,
  6000        defend, and hold each Contributor harmless for any liability
  6001        incurred by, or claims asserted against, such Contributor by reason
  6002        of your accepting any such warranty or additional liability.
  6003  
  6004     END OF TERMS AND CONDITIONS
  6005  
  6006     APPENDIX: How to apply the Apache License to your work.
  6007  
  6008        To apply the Apache License to your work, attach the following
  6009        boilerplate notice, with the fields enclosed by brackets "[]"
  6010        replaced with your own identifying information. (Don't include
  6011        the brackets!)  The text should be enclosed in the appropriate
  6012        comment syntax for the file format. We also recommend that a
  6013        file or class name and description of purpose be included on the
  6014        same "printed page" as the copyright notice for easier
  6015        identification within third-party archives.
  6016  
  6017     Copyright [yyyy] [name of copyright owner]
  6018  
  6019     Licensed under the Apache License, Version 2.0 (the "License");
  6020     you may not use this file except in compliance with the License.
  6021     You may obtain a copy of the License at
  6022  
  6023         http://www.apache.org/licenses/LICENSE-2.0
  6024  
  6025     Unless required by applicable law or agreed to in writing, software
  6026     distributed under the License is distributed on an "AS IS" BASIS,
  6027     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  6028     See the License for the specific language governing permissions and
  6029     limitations under the License.
  6030  
  6031  = COPYING 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  6032  ================================================================================
  6033  
  6034  ================================================================================
  6035  = github.com/google/uuid licensed under: =
  6036  
  6037  Copyright (c) 2009,2014 Google Inc. All rights reserved.
  6038  
  6039  Redistribution and use in source and binary forms, with or without
  6040  modification, are permitted provided that the following conditions are
  6041  met:
  6042  
  6043     * Redistributions of source code must retain the above copyright
  6044  notice, this list of conditions and the following disclaimer.
  6045     * Redistributions in binary form must reproduce the above
  6046  copyright notice, this list of conditions and the following disclaimer
  6047  in the documentation and/or other materials provided with the
  6048  distribution.
  6049     * Neither the name of Google Inc. nor the names of its
  6050  contributors may be used to endorse or promote products derived from
  6051  this software without specific prior written permission.
  6052  
  6053  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6054  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6055  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6056  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6057  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6058  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6059  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6060  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6061  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6062  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6063  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6064  
  6065  = LICENSE a2e79b3c8b281b3b579422aae9d53a7b542f0578cb9a987fd2bd6a12 =
  6066  ================================================================================
  6067  
  6068  ================================================================================
  6069  = github.com/googleapis/enterprise-certificate-proxy licensed under: =
  6070  
  6071  
  6072                                   Apache License
  6073                             Version 2.0, January 2004
  6074                          http://www.apache.org/licenses/
  6075  
  6076     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  6077  
  6078     1. Definitions.
  6079  
  6080        "License" shall mean the terms and conditions for use, reproduction,
  6081        and distribution as defined by Sections 1 through 9 of this document.
  6082  
  6083        "Licensor" shall mean the copyright owner or entity authorized by
  6084        the copyright owner that is granting the License.
  6085  
  6086        "Legal Entity" shall mean the union of the acting entity and all
  6087        other entities that control, are controlled by, or are under common
  6088        control with that entity. For the purposes of this definition,
  6089        "control" means (i) the power, direct or indirect, to cause the
  6090        direction or management of such entity, whether by contract or
  6091        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  6092        outstanding shares, or (iii) beneficial ownership of such entity.
  6093  
  6094        "You" (or "Your") shall mean an individual or Legal Entity
  6095        exercising permissions granted by this License.
  6096  
  6097        "Source" form shall mean the preferred form for making modifications,
  6098        including but not limited to software source code, documentation
  6099        source, and configuration files.
  6100  
  6101        "Object" form shall mean any form resulting from mechanical
  6102        transformation or translation of a Source form, including but
  6103        not limited to compiled object code, generated documentation,
  6104        and conversions to other media types.
  6105  
  6106        "Work" shall mean the work of authorship, whether in Source or
  6107        Object form, made available under the License, as indicated by a
  6108        copyright notice that is included in or attached to the work
  6109        (an example is provided in the Appendix below).
  6110  
  6111        "Derivative Works" shall mean any work, whether in Source or Object
  6112        form, that is based on (or derived from) the Work and for which the
  6113        editorial revisions, annotations, elaborations, or other modifications
  6114        represent, as a whole, an original work of authorship. For the purposes
  6115        of this License, Derivative Works shall not include works that remain
  6116        separable from, or merely link (or bind by name) to the interfaces of,
  6117        the Work and Derivative Works thereof.
  6118  
  6119        "Contribution" shall mean any work of authorship, including
  6120        the original version of the Work and any modifications or additions
  6121        to that Work or Derivative Works thereof, that is intentionally
  6122        submitted to Licensor for inclusion in the Work by the copyright owner
  6123        or by an individual or Legal Entity authorized to submit on behalf of
  6124        the copyright owner. For the purposes of this definition, "submitted"
  6125        means any form of electronic, verbal, or written communication sent
  6126        to the Licensor or its representatives, including but not limited to
  6127        communication on electronic mailing lists, source code control systems,
  6128        and issue tracking systems that are managed by, or on behalf of, the
  6129        Licensor for the purpose of discussing and improving the Work, but
  6130        excluding communication that is conspicuously marked or otherwise
  6131        designated in writing by the copyright owner as "Not a Contribution."
  6132  
  6133        "Contributor" shall mean Licensor and any individual or Legal Entity
  6134        on behalf of whom a Contribution has been received by Licensor and
  6135        subsequently incorporated within the Work.
  6136  
  6137     2. Grant of Copyright License. Subject to the terms and conditions of
  6138        this License, each Contributor hereby grants to You a perpetual,
  6139        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6140        copyright license to reproduce, prepare Derivative Works of,
  6141        publicly display, publicly perform, sublicense, and distribute the
  6142        Work and such Derivative Works in Source or Object form.
  6143  
  6144     3. Grant of Patent License. Subject to the terms and conditions of
  6145        this License, each Contributor hereby grants to You a perpetual,
  6146        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6147        (except as stated in this section) patent license to make, have made,
  6148        use, offer to sell, sell, import, and otherwise transfer the Work,
  6149        where such license applies only to those patent claims licensable
  6150        by such Contributor that are necessarily infringed by their
  6151        Contribution(s) alone or by combination of their Contribution(s)
  6152        with the Work to which such Contribution(s) was submitted. If You
  6153        institute patent litigation against any entity (including a
  6154        cross-claim or counterclaim in a lawsuit) alleging that the Work
  6155        or a Contribution incorporated within the Work constitutes direct
  6156        or contributory patent infringement, then any patent licenses
  6157        granted to You under this License for that Work shall terminate
  6158        as of the date such litigation is filed.
  6159  
  6160     4. Redistribution. You may reproduce and distribute copies of the
  6161        Work or Derivative Works thereof in any medium, with or without
  6162        modifications, and in Source or Object form, provided that You
  6163        meet the following conditions:
  6164  
  6165        (a) You must give any other recipients of the Work or
  6166            Derivative Works a copy of this License; and
  6167  
  6168        (b) You must cause any modified files to carry prominent notices
  6169            stating that You changed the files; and
  6170  
  6171        (c) You must retain, in the Source form of any Derivative Works
  6172            that You distribute, all copyright, patent, trademark, and
  6173            attribution notices from the Source form of the Work,
  6174            excluding those notices that do not pertain to any part of
  6175            the Derivative Works; and
  6176  
  6177        (d) If the Work includes a "NOTICE" text file as part of its
  6178            distribution, then any Derivative Works that You distribute must
  6179            include a readable copy of the attribution notices contained
  6180            within such NOTICE file, excluding those notices that do not
  6181            pertain to any part of the Derivative Works, in at least one
  6182            of the following places: within a NOTICE text file distributed
  6183            as part of the Derivative Works; within the Source form or
  6184            documentation, if provided along with the Derivative Works; or,
  6185            within a display generated by the Derivative Works, if and
  6186            wherever such third-party notices normally appear. The contents
  6187            of the NOTICE file are for informational purposes only and
  6188            do not modify the License. You may add Your own attribution
  6189            notices within Derivative Works that You distribute, alongside
  6190            or as an addendum to the NOTICE text from the Work, provided
  6191            that such additional attribution notices cannot be construed
  6192            as modifying the License.
  6193  
  6194        You may add Your own copyright statement to Your modifications and
  6195        may provide additional or different license terms and conditions
  6196        for use, reproduction, or distribution of Your modifications, or
  6197        for any such Derivative Works as a whole, provided Your use,
  6198        reproduction, and distribution of the Work otherwise complies with
  6199        the conditions stated in this License.
  6200  
  6201     5. Submission of Contributions. Unless You explicitly state otherwise,
  6202        any Contribution intentionally submitted for inclusion in the Work
  6203        by You to the Licensor shall be under the terms and conditions of
  6204        this License, without any additional terms or conditions.
  6205        Notwithstanding the above, nothing herein shall supersede or modify
  6206        the terms of any separate license agreement you may have executed
  6207        with Licensor regarding such Contributions.
  6208  
  6209     6. Trademarks. This License does not grant permission to use the trade
  6210        names, trademarks, service marks, or product names of the Licensor,
  6211        except as required for reasonable and customary use in describing the
  6212        origin of the Work and reproducing the content of the NOTICE file.
  6213  
  6214     7. Disclaimer of Warranty. Unless required by applicable law or
  6215        agreed to in writing, Licensor provides the Work (and each
  6216        Contributor provides its Contributions) on an "AS IS" BASIS,
  6217        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  6218        implied, including, without limitation, any warranties or conditions
  6219        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  6220        PARTICULAR PURPOSE. You are solely responsible for determining the
  6221        appropriateness of using or redistributing the Work and assume any
  6222        risks associated with Your exercise of permissions under this License.
  6223  
  6224     8. Limitation of Liability. In no event and under no legal theory,
  6225        whether in tort (including negligence), contract, or otherwise,
  6226        unless required by applicable law (such as deliberate and grossly
  6227        negligent acts) or agreed to in writing, shall any Contributor be
  6228        liable to You for damages, including any direct, indirect, special,
  6229        incidental, or consequential damages of any character arising as a
  6230        result of this License or out of the use or inability to use the
  6231        Work (including but not limited to damages for loss of goodwill,
  6232        work stoppage, computer failure or malfunction, or any and all
  6233        other commercial damages or losses), even if such Contributor
  6234        has been advised of the possibility of such damages.
  6235  
  6236     9. Accepting Warranty or Additional Liability. While redistributing
  6237        the Work or Derivative Works thereof, You may choose to offer,
  6238        and charge a fee for, acceptance of support, warranty, indemnity,
  6239        or other liability obligations and/or rights consistent with this
  6240        License. However, in accepting such obligations, You may act only
  6241        on Your own behalf and on Your sole responsibility, not on behalf
  6242        of any other Contributor, and only if You agree to indemnify,
  6243        defend, and hold each Contributor harmless for any liability
  6244        incurred by, or claims asserted against, such Contributor by reason
  6245        of your accepting any such warranty or additional liability.
  6246  
  6247     END OF TERMS AND CONDITIONS
  6248  
  6249     APPENDIX: How to apply the Apache License to your work.
  6250  
  6251        To apply the Apache License to your work, attach the following
  6252        boilerplate notice, with the fields enclosed by brackets "[]"
  6253        replaced with your own identifying information. (Don't include
  6254        the brackets!)  The text should be enclosed in the appropriate
  6255        comment syntax for the file format. We also recommend that a
  6256        file or class name and description of purpose be included on the
  6257        same "printed page" as the copyright notice for easier
  6258        identification within third-party archives.
  6259  
  6260     Copyright [yyyy] [name of copyright owner]
  6261  
  6262     Licensed under the Apache License, Version 2.0 (the "License");
  6263     you may not use this file except in compliance with the License.
  6264     You may obtain a copy of the License at
  6265  
  6266         http://www.apache.org/licenses/LICENSE-2.0
  6267  
  6268     Unless required by applicable law or agreed to in writing, software
  6269     distributed under the License is distributed on an "AS IS" BASIS,
  6270     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  6271     See the License for the specific language governing permissions and
  6272     limitations under the License.
  6273  
  6274  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  6275  ================================================================================
  6276  
  6277  ================================================================================
  6278  = github.com/googleapis/gax-go/v2 licensed under: =
  6279  
  6280  Copyright 2016, Google Inc.
  6281  All rights reserved.
  6282  Redistribution and use in source and binary forms, with or without
  6283  modification, are permitted provided that the following conditions are
  6284  met:
  6285  
  6286     * Redistributions of source code must retain the above copyright
  6287  notice, this list of conditions and the following disclaimer.
  6288     * Redistributions in binary form must reproduce the above
  6289  copyright notice, this list of conditions and the following disclaimer
  6290  in the documentation and/or other materials provided with the
  6291  distribution.
  6292     * Neither the name of Google Inc. nor the names of its
  6293  contributors may be used to endorse or promote products derived from
  6294  this software without specific prior written permission.
  6295  
  6296  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6297  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6298  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6299  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6300  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6301  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6302  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6303  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6304  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6305  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6306  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6307  
  6308  = LICENSE 57fe71a587ee8b02f137ebdb714a7c17cfbf692b75c4b13189f9f9e2 =
  6309  ================================================================================
  6310  
  6311  ================================================================================
  6312  = github.com/hashicorp/golang-lru licensed under: =
  6313  
  6314  Mozilla Public License, version 2.0
  6315  
  6316  1. Definitions
  6317  
  6318  1.1. "Contributor"
  6319  
  6320       means each individual or legal entity that creates, contributes to the
  6321       creation of, or owns Covered Software.
  6322  
  6323  1.2. "Contributor Version"
  6324  
  6325       means the combination of the Contributions of others (if any) used by a
  6326       Contributor and that particular Contributor's Contribution.
  6327  
  6328  1.3. "Contribution"
  6329  
  6330       means Covered Software of a particular Contributor.
  6331  
  6332  1.4. "Covered Software"
  6333  
  6334       means Source Code Form to which the initial Contributor has attached the
  6335       notice in Exhibit A, the Executable Form of such Source Code Form, and
  6336       Modifications of such Source Code Form, in each case including portions
  6337       thereof.
  6338  
  6339  1.5. "Incompatible With Secondary Licenses"
  6340       means
  6341  
  6342       a. that the initial Contributor has attached the notice described in
  6343          Exhibit B to the Covered Software; or
  6344  
  6345       b. that the Covered Software was made available under the terms of
  6346          version 1.1 or earlier of the License, but not also under the terms of
  6347          a Secondary License.
  6348  
  6349  1.6. "Executable Form"
  6350  
  6351       means any form of the work other than Source Code Form.
  6352  
  6353  1.7. "Larger Work"
  6354  
  6355       means a work that combines Covered Software with other material, in a
  6356       separate file or files, that is not Covered Software.
  6357  
  6358  1.8. "License"
  6359  
  6360       means this document.
  6361  
  6362  1.9. "Licensable"
  6363  
  6364       means having the right to grant, to the maximum extent possible, whether
  6365       at the time of the initial grant or subsequently, any and all of the
  6366       rights conveyed by this License.
  6367  
  6368  1.10. "Modifications"
  6369  
  6370       means any of the following:
  6371  
  6372       a. any file in Source Code Form that results from an addition to,
  6373          deletion from, or modification of the contents of Covered Software; or
  6374  
  6375       b. any new file in Source Code Form that contains any Covered Software.
  6376  
  6377  1.11. "Patent Claims" of a Contributor
  6378  
  6379        means any patent claim(s), including without limitation, method,
  6380        process, and apparatus claims, in any patent Licensable by such
  6381        Contributor that would be infringed, but for the grant of the License,
  6382        by the making, using, selling, offering for sale, having made, import,
  6383        or transfer of either its Contributions or its Contributor Version.
  6384  
  6385  1.12. "Secondary License"
  6386  
  6387        means either the GNU General Public License, Version 2.0, the GNU Lesser
  6388        General Public License, Version 2.1, the GNU Affero General Public
  6389        License, Version 3.0, or any later versions of those licenses.
  6390  
  6391  1.13. "Source Code Form"
  6392  
  6393        means the form of the work preferred for making modifications.
  6394  
  6395  1.14. "You" (or "Your")
  6396  
  6397        means an individual or a legal entity exercising rights under this
  6398        License. For legal entities, "You" includes any entity that controls, is
  6399        controlled by, or is under common control with You. For purposes of this
  6400        definition, "control" means (a) the power, direct or indirect, to cause
  6401        the direction or management of such entity, whether by contract or
  6402        otherwise, or (b) ownership of more than fifty percent (50%) of the
  6403        outstanding shares or beneficial ownership of such entity.
  6404  
  6405  
  6406  2. License Grants and Conditions
  6407  
  6408  2.1. Grants
  6409  
  6410       Each Contributor hereby grants You a world-wide, royalty-free,
  6411       non-exclusive license:
  6412  
  6413       a. under intellectual property rights (other than patent or trademark)
  6414          Licensable by such Contributor to use, reproduce, make available,
  6415          modify, display, perform, distribute, and otherwise exploit its
  6416          Contributions, either on an unmodified basis, with Modifications, or
  6417          as part of a Larger Work; and
  6418  
  6419       b. under Patent Claims of such Contributor to make, use, sell, offer for
  6420          sale, have made, import, and otherwise transfer either its
  6421          Contributions or its Contributor Version.
  6422  
  6423  2.2. Effective Date
  6424  
  6425       The licenses granted in Section 2.1 with respect to any Contribution
  6426       become effective for each Contribution on the date the Contributor first
  6427       distributes such Contribution.
  6428  
  6429  2.3. Limitations on Grant Scope
  6430  
  6431       The licenses granted in this Section 2 are the only rights granted under
  6432       this License. No additional rights or licenses will be implied from the
  6433       distribution or licensing of Covered Software under this License.
  6434       Notwithstanding Section 2.1(b) above, no patent license is granted by a
  6435       Contributor:
  6436  
  6437       a. for any code that a Contributor has removed from Covered Software; or
  6438  
  6439       b. for infringements caused by: (i) Your and any other third party's
  6440          modifications of Covered Software, or (ii) the combination of its
  6441          Contributions with other software (except as part of its Contributor
  6442          Version); or
  6443  
  6444       c. under Patent Claims infringed by Covered Software in the absence of
  6445          its Contributions.
  6446  
  6447       This License does not grant any rights in the trademarks, service marks,
  6448       or logos of any Contributor (except as may be necessary to comply with
  6449       the notice requirements in Section 3.4).
  6450  
  6451  2.4. Subsequent Licenses
  6452  
  6453       No Contributor makes additional grants as a result of Your choice to
  6454       distribute the Covered Software under a subsequent version of this
  6455       License (see Section 10.2) or under the terms of a Secondary License (if
  6456       permitted under the terms of Section 3.3).
  6457  
  6458  2.5. Representation
  6459  
  6460       Each Contributor represents that the Contributor believes its
  6461       Contributions are its original creation(s) or it has sufficient rights to
  6462       grant the rights to its Contributions conveyed by this License.
  6463  
  6464  2.6. Fair Use
  6465  
  6466       This License is not intended to limit any rights You have under
  6467       applicable copyright doctrines of fair use, fair dealing, or other
  6468       equivalents.
  6469  
  6470  2.7. Conditions
  6471  
  6472       Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
  6473       Section 2.1.
  6474  
  6475  
  6476  3. Responsibilities
  6477  
  6478  3.1. Distribution of Source Form
  6479  
  6480       All distribution of Covered Software in Source Code Form, including any
  6481       Modifications that You create or to which You contribute, must be under
  6482       the terms of this License. You must inform recipients that the Source
  6483       Code Form of the Covered Software is governed by the terms of this
  6484       License, and how they can obtain a copy of this License. You may not
  6485       attempt to alter or restrict the recipients' rights in the Source Code
  6486       Form.
  6487  
  6488  3.2. Distribution of Executable Form
  6489  
  6490       If You distribute Covered Software in Executable Form then:
  6491  
  6492       a. such Covered Software must also be made available in Source Code Form,
  6493          as described in Section 3.1, and You must inform recipients of the
  6494          Executable Form how they can obtain a copy of such Source Code Form by
  6495          reasonable means in a timely manner, at a charge no more than the cost
  6496          of distribution to the recipient; and
  6497  
  6498       b. You may distribute such Executable Form under the terms of this
  6499          License, or sublicense it under different terms, provided that the
  6500          license for the Executable Form does not attempt to limit or alter the
  6501          recipients' rights in the Source Code Form under this License.
  6502  
  6503  3.3. Distribution of a Larger Work
  6504  
  6505       You may create and distribute a Larger Work under terms of Your choice,
  6506       provided that You also comply with the requirements of this License for
  6507       the Covered Software. If the Larger Work is a combination of Covered
  6508       Software with a work governed by one or more Secondary Licenses, and the
  6509       Covered Software is not Incompatible With Secondary Licenses, this
  6510       License permits You to additionally distribute such Covered Software
  6511       under the terms of such Secondary License(s), so that the recipient of
  6512       the Larger Work may, at their option, further distribute the Covered
  6513       Software under the terms of either this License or such Secondary
  6514       License(s).
  6515  
  6516  3.4. Notices
  6517  
  6518       You may not remove or alter the substance of any license notices
  6519       (including copyright notices, patent notices, disclaimers of warranty, or
  6520       limitations of liability) contained within the Source Code Form of the
  6521       Covered Software, except that You may alter any license notices to the
  6522       extent required to remedy known factual inaccuracies.
  6523  
  6524  3.5. Application of Additional Terms
  6525  
  6526       You may choose to offer, and to charge a fee for, warranty, support,
  6527       indemnity or liability obligations to one or more recipients of Covered
  6528       Software. However, You may do so only on Your own behalf, and not on
  6529       behalf of any Contributor. You must make it absolutely clear that any
  6530       such warranty, support, indemnity, or liability obligation is offered by
  6531       You alone, and You hereby agree to indemnify every Contributor for any
  6532       liability incurred by such Contributor as a result of warranty, support,
  6533       indemnity or liability terms You offer. You may include additional
  6534       disclaimers of warranty and limitations of liability specific to any
  6535       jurisdiction.
  6536  
  6537  4. Inability to Comply Due to Statute or Regulation
  6538  
  6539     If it is impossible for You to comply with any of the terms of this License
  6540     with respect to some or all of the Covered Software due to statute,
  6541     judicial order, or regulation then You must: (a) comply with the terms of
  6542     this License to the maximum extent possible; and (b) describe the
  6543     limitations and the code they affect. Such description must be placed in a
  6544     text file included with all distributions of the Covered Software under
  6545     this License. Except to the extent prohibited by statute or regulation,
  6546     such description must be sufficiently detailed for a recipient of ordinary
  6547     skill to be able to understand it.
  6548  
  6549  5. Termination
  6550  
  6551  5.1. The rights granted under this License will terminate automatically if You
  6552       fail to comply with any of its terms. However, if You become compliant,
  6553       then the rights granted under this License from a particular Contributor
  6554       are reinstated (a) provisionally, unless and until such Contributor
  6555       explicitly and finally terminates Your grants, and (b) on an ongoing
  6556       basis, if such Contributor fails to notify You of the non-compliance by
  6557       some reasonable means prior to 60 days after You have come back into
  6558       compliance. Moreover, Your grants from a particular Contributor are
  6559       reinstated on an ongoing basis if such Contributor notifies You of the
  6560       non-compliance by some reasonable means, this is the first time You have
  6561       received notice of non-compliance with this License from such
  6562       Contributor, and You become compliant prior to 30 days after Your receipt
  6563       of the notice.
  6564  
  6565  5.2. If You initiate litigation against any entity by asserting a patent
  6566       infringement claim (excluding declaratory judgment actions,
  6567       counter-claims, and cross-claims) alleging that a Contributor Version
  6568       directly or indirectly infringes any patent, then the rights granted to
  6569       You by any and all Contributors for the Covered Software under Section
  6570       2.1 of this License shall terminate.
  6571  
  6572  5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
  6573       license agreements (excluding distributors and resellers) which have been
  6574       validly granted by You or Your distributors under this License prior to
  6575       termination shall survive termination.
  6576  
  6577  6. Disclaimer of Warranty
  6578  
  6579     Covered Software is provided under this License on an "as is" basis,
  6580     without warranty of any kind, either expressed, implied, or statutory,
  6581     including, without limitation, warranties that the Covered Software is free
  6582     of defects, merchantable, fit for a particular purpose or non-infringing.
  6583     The entire risk as to the quality and performance of the Covered Software
  6584     is with You. Should any Covered Software prove defective in any respect,
  6585     You (not any Contributor) assume the cost of any necessary servicing,
  6586     repair, or correction. This disclaimer of warranty constitutes an essential
  6587     part of this License. No use of  any Covered Software is authorized under
  6588     this License except under this disclaimer.
  6589  
  6590  7. Limitation of Liability
  6591  
  6592     Under no circumstances and under no legal theory, whether tort (including
  6593     negligence), contract, or otherwise, shall any Contributor, or anyone who
  6594     distributes Covered Software as permitted above, be liable to You for any
  6595     direct, indirect, special, incidental, or consequential damages of any
  6596     character including, without limitation, damages for lost profits, loss of
  6597     goodwill, work stoppage, computer failure or malfunction, or any and all
  6598     other commercial damages or losses, even if such party shall have been
  6599     informed of the possibility of such damages. This limitation of liability
  6600     shall not apply to liability for death or personal injury resulting from
  6601     such party's negligence to the extent applicable law prohibits such
  6602     limitation. Some jurisdictions do not allow the exclusion or limitation of
  6603     incidental or consequential damages, so this exclusion and limitation may
  6604     not apply to You.
  6605  
  6606  8. Litigation
  6607  
  6608     Any litigation relating to this License may be brought only in the courts
  6609     of a jurisdiction where the defendant maintains its principal place of
  6610     business and such litigation shall be governed by laws of that
  6611     jurisdiction, without reference to its conflict-of-law provisions. Nothing
  6612     in this Section shall prevent a party's ability to bring cross-claims or
  6613     counter-claims.
  6614  
  6615  9. Miscellaneous
  6616  
  6617     This License represents the complete agreement concerning the subject
  6618     matter hereof. If any provision of this License is held to be
  6619     unenforceable, such provision shall be reformed only to the extent
  6620     necessary to make it enforceable. Any law or regulation which provides that
  6621     the language of a contract shall be construed against the drafter shall not
  6622     be used to construe this License against a Contributor.
  6623  
  6624  
  6625  10. Versions of the License
  6626  
  6627  10.1. New Versions
  6628  
  6629        Mozilla Foundation is the license steward. Except as provided in Section
  6630        10.3, no one other than the license steward has the right to modify or
  6631        publish new versions of this License. Each version will be given a
  6632        distinguishing version number.
  6633  
  6634  10.2. Effect of New Versions
  6635  
  6636        You may distribute the Covered Software under the terms of the version
  6637        of the License under which You originally received the Covered Software,
  6638        or under the terms of any subsequent version published by the license
  6639        steward.
  6640  
  6641  10.3. Modified Versions
  6642  
  6643        If you create software not governed by this License, and you want to
  6644        create a new license for such software, you may create and use a
  6645        modified version of this License if you rename the license and remove
  6646        any references to the name of the license steward (except to note that
  6647        such modified license differs from this License).
  6648  
  6649  10.4. Distributing Source Code Form that is Incompatible With Secondary
  6650        Licenses If You choose to distribute Source Code Form that is
  6651        Incompatible With Secondary Licenses under the terms of this version of
  6652        the License, the notice described in Exhibit B of this License must be
  6653        attached.
  6654  
  6655  Exhibit A - Source Code Form License Notice
  6656  
  6657        This Source Code Form is subject to the
  6658        terms of the Mozilla Public License, v.
  6659        2.0. If a copy of the MPL was not
  6660        distributed with this file, You can
  6661        obtain one at
  6662        http://mozilla.org/MPL/2.0/.
  6663  
  6664  If it is not possible or desirable to put the notice in a particular file,
  6665  then You may include the notice in a location (such as a LICENSE file in a
  6666  relevant directory) where a recipient would be likely to look for such a
  6667  notice.
  6668  
  6669  You may add additional accurate notices of copyright ownership.
  6670  
  6671  Exhibit B - "Incompatible With Secondary Licenses" Notice
  6672  
  6673        This Source Code Form is "Incompatible
  6674        With Secondary Licenses", as defined by
  6675        the Mozilla Public License, v. 2.0.
  6676  
  6677  = LICENSE 7f2b88eeccbbdd7563b7be59c72e76e53ba39c830f5ff0f57a42a527 =
  6678  ================================================================================
  6679  
  6680  ================================================================================
  6681  = github.com/hashicorp/golang-lru/v2 licensed under: =
  6682  
  6683  Copyright (c) 2014 HashiCorp, Inc.
  6684  
  6685  Mozilla Public License, version 2.0
  6686  
  6687  1. Definitions
  6688  
  6689  1.1. "Contributor"
  6690  
  6691       means each individual or legal entity that creates, contributes to the
  6692       creation of, or owns Covered Software.
  6693  
  6694  1.2. "Contributor Version"
  6695  
  6696       means the combination of the Contributions of others (if any) used by a
  6697       Contributor and that particular Contributor's Contribution.
  6698  
  6699  1.3. "Contribution"
  6700  
  6701       means Covered Software of a particular Contributor.
  6702  
  6703  1.4. "Covered Software"
  6704  
  6705       means Source Code Form to which the initial Contributor has attached the
  6706       notice in Exhibit A, the Executable Form of such Source Code Form, and
  6707       Modifications of such Source Code Form, in each case including portions
  6708       thereof.
  6709  
  6710  1.5. "Incompatible With Secondary Licenses"
  6711       means
  6712  
  6713       a. that the initial Contributor has attached the notice described in
  6714          Exhibit B to the Covered Software; or
  6715  
  6716       b. that the Covered Software was made available under the terms of
  6717          version 1.1 or earlier of the License, but not also under the terms of
  6718          a Secondary License.
  6719  
  6720  1.6. "Executable Form"
  6721  
  6722       means any form of the work other than Source Code Form.
  6723  
  6724  1.7. "Larger Work"
  6725  
  6726       means a work that combines Covered Software with other material, in a
  6727       separate file or files, that is not Covered Software.
  6728  
  6729  1.8. "License"
  6730  
  6731       means this document.
  6732  
  6733  1.9. "Licensable"
  6734  
  6735       means having the right to grant, to the maximum extent possible, whether
  6736       at the time of the initial grant or subsequently, any and all of the
  6737       rights conveyed by this License.
  6738  
  6739  1.10. "Modifications"
  6740  
  6741       means any of the following:
  6742  
  6743       a. any file in Source Code Form that results from an addition to,
  6744          deletion from, or modification of the contents of Covered Software; or
  6745  
  6746       b. any new file in Source Code Form that contains any Covered Software.
  6747  
  6748  1.11. "Patent Claims" of a Contributor
  6749  
  6750        means any patent claim(s), including without limitation, method,
  6751        process, and apparatus claims, in any patent Licensable by such
  6752        Contributor that would be infringed, but for the grant of the License,
  6753        by the making, using, selling, offering for sale, having made, import,
  6754        or transfer of either its Contributions or its Contributor Version.
  6755  
  6756  1.12. "Secondary License"
  6757  
  6758        means either the GNU General Public License, Version 2.0, the GNU Lesser
  6759        General Public License, Version 2.1, the GNU Affero General Public
  6760        License, Version 3.0, or any later versions of those licenses.
  6761  
  6762  1.13. "Source Code Form"
  6763  
  6764        means the form of the work preferred for making modifications.
  6765  
  6766  1.14. "You" (or "Your")
  6767  
  6768        means an individual or a legal entity exercising rights under this
  6769        License. For legal entities, "You" includes any entity that controls, is
  6770        controlled by, or is under common control with You. For purposes of this
  6771        definition, "control" means (a) the power, direct or indirect, to cause
  6772        the direction or management of such entity, whether by contract or
  6773        otherwise, or (b) ownership of more than fifty percent (50%) of the
  6774        outstanding shares or beneficial ownership of such entity.
  6775  
  6776  
  6777  2. License Grants and Conditions
  6778  
  6779  2.1. Grants
  6780  
  6781       Each Contributor hereby grants You a world-wide, royalty-free,
  6782       non-exclusive license:
  6783  
  6784       a. under intellectual property rights (other than patent or trademark)
  6785          Licensable by such Contributor to use, reproduce, make available,
  6786          modify, display, perform, distribute, and otherwise exploit its
  6787          Contributions, either on an unmodified basis, with Modifications, or
  6788          as part of a Larger Work; and
  6789  
  6790       b. under Patent Claims of such Contributor to make, use, sell, offer for
  6791          sale, have made, import, and otherwise transfer either its
  6792          Contributions or its Contributor Version.
  6793  
  6794  2.2. Effective Date
  6795  
  6796       The licenses granted in Section 2.1 with respect to any Contribution
  6797       become effective for each Contribution on the date the Contributor first
  6798       distributes such Contribution.
  6799  
  6800  2.3. Limitations on Grant Scope
  6801  
  6802       The licenses granted in this Section 2 are the only rights granted under
  6803       this License. No additional rights or licenses will be implied from the
  6804       distribution or licensing of Covered Software under this License.
  6805       Notwithstanding Section 2.1(b) above, no patent license is granted by a
  6806       Contributor:
  6807  
  6808       a. for any code that a Contributor has removed from Covered Software; or
  6809  
  6810       b. for infringements caused by: (i) Your and any other third party's
  6811          modifications of Covered Software, or (ii) the combination of its
  6812          Contributions with other software (except as part of its Contributor
  6813          Version); or
  6814  
  6815       c. under Patent Claims infringed by Covered Software in the absence of
  6816          its Contributions.
  6817  
  6818       This License does not grant any rights in the trademarks, service marks,
  6819       or logos of any Contributor (except as may be necessary to comply with
  6820       the notice requirements in Section 3.4).
  6821  
  6822  2.4. Subsequent Licenses
  6823  
  6824       No Contributor makes additional grants as a result of Your choice to
  6825       distribute the Covered Software under a subsequent version of this
  6826       License (see Section 10.2) or under the terms of a Secondary License (if
  6827       permitted under the terms of Section 3.3).
  6828  
  6829  2.5. Representation
  6830  
  6831       Each Contributor represents that the Contributor believes its
  6832       Contributions are its original creation(s) or it has sufficient rights to
  6833       grant the rights to its Contributions conveyed by this License.
  6834  
  6835  2.6. Fair Use
  6836  
  6837       This License is not intended to limit any rights You have under
  6838       applicable copyright doctrines of fair use, fair dealing, or other
  6839       equivalents.
  6840  
  6841  2.7. Conditions
  6842  
  6843       Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
  6844       Section 2.1.
  6845  
  6846  
  6847  3. Responsibilities
  6848  
  6849  3.1. Distribution of Source Form
  6850  
  6851       All distribution of Covered Software in Source Code Form, including any
  6852       Modifications that You create or to which You contribute, must be under
  6853       the terms of this License. You must inform recipients that the Source
  6854       Code Form of the Covered Software is governed by the terms of this
  6855       License, and how they can obtain a copy of this License. You may not
  6856       attempt to alter or restrict the recipients' rights in the Source Code
  6857       Form.
  6858  
  6859  3.2. Distribution of Executable Form
  6860  
  6861       If You distribute Covered Software in Executable Form then:
  6862  
  6863       a. such Covered Software must also be made available in Source Code Form,
  6864          as described in Section 3.1, and You must inform recipients of the
  6865          Executable Form how they can obtain a copy of such Source Code Form by
  6866          reasonable means in a timely manner, at a charge no more than the cost
  6867          of distribution to the recipient; and
  6868  
  6869       b. You may distribute such Executable Form under the terms of this
  6870          License, or sublicense it under different terms, provided that the
  6871          license for the Executable Form does not attempt to limit or alter the
  6872          recipients' rights in the Source Code Form under this License.
  6873  
  6874  3.3. Distribution of a Larger Work
  6875  
  6876       You may create and distribute a Larger Work under terms of Your choice,
  6877       provided that You also comply with the requirements of this License for
  6878       the Covered Software. If the Larger Work is a combination of Covered
  6879       Software with a work governed by one or more Secondary Licenses, and the
  6880       Covered Software is not Incompatible With Secondary Licenses, this
  6881       License permits You to additionally distribute such Covered Software
  6882       under the terms of such Secondary License(s), so that the recipient of
  6883       the Larger Work may, at their option, further distribute the Covered
  6884       Software under the terms of either this License or such Secondary
  6885       License(s).
  6886  
  6887  3.4. Notices
  6888  
  6889       You may not remove or alter the substance of any license notices
  6890       (including copyright notices, patent notices, disclaimers of warranty, or
  6891       limitations of liability) contained within the Source Code Form of the
  6892       Covered Software, except that You may alter any license notices to the
  6893       extent required to remedy known factual inaccuracies.
  6894  
  6895  3.5. Application of Additional Terms
  6896  
  6897       You may choose to offer, and to charge a fee for, warranty, support,
  6898       indemnity or liability obligations to one or more recipients of Covered
  6899       Software. However, You may do so only on Your own behalf, and not on
  6900       behalf of any Contributor. You must make it absolutely clear that any
  6901       such warranty, support, indemnity, or liability obligation is offered by
  6902       You alone, and You hereby agree to indemnify every Contributor for any
  6903       liability incurred by such Contributor as a result of warranty, support,
  6904       indemnity or liability terms You offer. You may include additional
  6905       disclaimers of warranty and limitations of liability specific to any
  6906       jurisdiction.
  6907  
  6908  4. Inability to Comply Due to Statute or Regulation
  6909  
  6910     If it is impossible for You to comply with any of the terms of this License
  6911     with respect to some or all of the Covered Software due to statute,
  6912     judicial order, or regulation then You must: (a) comply with the terms of
  6913     this License to the maximum extent possible; and (b) describe the
  6914     limitations and the code they affect. Such description must be placed in a
  6915     text file included with all distributions of the Covered Software under
  6916     this License. Except to the extent prohibited by statute or regulation,
  6917     such description must be sufficiently detailed for a recipient of ordinary
  6918     skill to be able to understand it.
  6919  
  6920  5. Termination
  6921  
  6922  5.1. The rights granted under this License will terminate automatically if You
  6923       fail to comply with any of its terms. However, if You become compliant,
  6924       then the rights granted under this License from a particular Contributor
  6925       are reinstated (a) provisionally, unless and until such Contributor
  6926       explicitly and finally terminates Your grants, and (b) on an ongoing
  6927       basis, if such Contributor fails to notify You of the non-compliance by
  6928       some reasonable means prior to 60 days after You have come back into
  6929       compliance. Moreover, Your grants from a particular Contributor are
  6930       reinstated on an ongoing basis if such Contributor notifies You of the
  6931       non-compliance by some reasonable means, this is the first time You have
  6932       received notice of non-compliance with this License from such
  6933       Contributor, and You become compliant prior to 30 days after Your receipt
  6934       of the notice.
  6935  
  6936  5.2. If You initiate litigation against any entity by asserting a patent
  6937       infringement claim (excluding declaratory judgment actions,
  6938       counter-claims, and cross-claims) alleging that a Contributor Version
  6939       directly or indirectly infringes any patent, then the rights granted to
  6940       You by any and all Contributors for the Covered Software under Section
  6941       2.1 of this License shall terminate.
  6942  
  6943  5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
  6944       license agreements (excluding distributors and resellers) which have been
  6945       validly granted by You or Your distributors under this License prior to
  6946       termination shall survive termination.
  6947  
  6948  6. Disclaimer of Warranty
  6949  
  6950     Covered Software is provided under this License on an "as is" basis,
  6951     without warranty of any kind, either expressed, implied, or statutory,
  6952     including, without limitation, warranties that the Covered Software is free
  6953     of defects, merchantable, fit for a particular purpose or non-infringing.
  6954     The entire risk as to the quality and performance of the Covered Software
  6955     is with You. Should any Covered Software prove defective in any respect,
  6956     You (not any Contributor) assume the cost of any necessary servicing,
  6957     repair, or correction. This disclaimer of warranty constitutes an essential
  6958     part of this License. No use of  any Covered Software is authorized under
  6959     this License except under this disclaimer.
  6960  
  6961  7. Limitation of Liability
  6962  
  6963     Under no circumstances and under no legal theory, whether tort (including
  6964     negligence), contract, or otherwise, shall any Contributor, or anyone who
  6965     distributes Covered Software as permitted above, be liable to You for any
  6966     direct, indirect, special, incidental, or consequential damages of any
  6967     character including, without limitation, damages for lost profits, loss of
  6968     goodwill, work stoppage, computer failure or malfunction, or any and all
  6969     other commercial damages or losses, even if such party shall have been
  6970     informed of the possibility of such damages. This limitation of liability
  6971     shall not apply to liability for death or personal injury resulting from
  6972     such party's negligence to the extent applicable law prohibits such
  6973     limitation. Some jurisdictions do not allow the exclusion or limitation of
  6974     incidental or consequential damages, so this exclusion and limitation may
  6975     not apply to You.
  6976  
  6977  8. Litigation
  6978  
  6979     Any litigation relating to this License may be brought only in the courts
  6980     of a jurisdiction where the defendant maintains its principal place of
  6981     business and such litigation shall be governed by laws of that
  6982     jurisdiction, without reference to its conflict-of-law provisions. Nothing
  6983     in this Section shall prevent a party's ability to bring cross-claims or
  6984     counter-claims.
  6985  
  6986  9. Miscellaneous
  6987  
  6988     This License represents the complete agreement concerning the subject
  6989     matter hereof. If any provision of this License is held to be
  6990     unenforceable, such provision shall be reformed only to the extent
  6991     necessary to make it enforceable. Any law or regulation which provides that
  6992     the language of a contract shall be construed against the drafter shall not
  6993     be used to construe this License against a Contributor.
  6994  
  6995  
  6996  10. Versions of the License
  6997  
  6998  10.1. New Versions
  6999  
  7000        Mozilla Foundation is the license steward. Except as provided in Section
  7001        10.3, no one other than the license steward has the right to modify or
  7002        publish new versions of this License. Each version will be given a
  7003        distinguishing version number.
  7004  
  7005  10.2. Effect of New Versions
  7006  
  7007        You may distribute the Covered Software under the terms of the version
  7008        of the License under which You originally received the Covered Software,
  7009        or under the terms of any subsequent version published by the license
  7010        steward.
  7011  
  7012  10.3. Modified Versions
  7013  
  7014        If you create software not governed by this License, and you want to
  7015        create a new license for such software, you may create and use a
  7016        modified version of this License if you rename the license and remove
  7017        any references to the name of the license steward (except to note that
  7018        such modified license differs from this License).
  7019  
  7020  10.4. Distributing Source Code Form that is Incompatible With Secondary
  7021        Licenses If You choose to distribute Source Code Form that is
  7022        Incompatible With Secondary Licenses under the terms of this version of
  7023        the License, the notice described in Exhibit B of this License must be
  7024        attached.
  7025  
  7026  Exhibit A - Source Code Form License Notice
  7027  
  7028        This Source Code Form is subject to the
  7029        terms of the Mozilla Public License, v.
  7030        2.0. If a copy of the MPL was not
  7031        distributed with this file, You can
  7032        obtain one at
  7033        http://mozilla.org/MPL/2.0/.
  7034  
  7035  If it is not possible or desirable to put the notice in a particular file,
  7036  then You may include the notice in a location (such as a LICENSE file in a
  7037  relevant directory) where a recipient would be likely to look for such a
  7038  notice.
  7039  
  7040  You may add additional accurate notices of copyright ownership.
  7041  
  7042  Exhibit B - "Incompatible With Secondary Licenses" Notice
  7043  
  7044        This Source Code Form is "Incompatible
  7045        With Secondary Licenses", as defined by
  7046        the Mozilla Public License, v. 2.0.
  7047  
  7048  = LICENSE 2170ba25b6b80176137bcc25679ebf4b2cbb38b83049c8c62658cd52 =
  7049  ================================================================================
  7050  
  7051  ================================================================================
  7052  = github.com/jmespath/go-jmespath licensed under: =
  7053  
  7054  Copyright 2015 James Saryerwinnie
  7055  
  7056  Licensed under the Apache License, Version 2.0 (the "License");
  7057  you may not use this file except in compliance with the License.
  7058  You may obtain a copy of the License at
  7059  
  7060      http://www.apache.org/licenses/LICENSE-2.0
  7061  
  7062  Unless required by applicable law or agreed to in writing, software
  7063  distributed under the License is distributed on an "AS IS" BASIS,
  7064  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7065  See the License for the specific language governing permissions and
  7066  limitations under the License.
  7067  
  7068  = LICENSE c4af6ac23e8963df43feece30dae50daefab33bc453c0332cb55cd61 =
  7069  ================================================================================
  7070  
  7071  ================================================================================
  7072  = github.com/jpillora/backoff licensed under: =
  7073  
  7074  The MIT License (MIT)
  7075  
  7076  Copyright (c) 2017 Jaime Pillora
  7077  
  7078  Permission is hereby granted, free of charge, to any person obtaining a copy
  7079  of this software and associated documentation files (the "Software"), to deal
  7080  in the Software without restriction, including without limitation the rights
  7081  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7082  copies of the Software, and to permit persons to whom the Software is
  7083  furnished to do so, subject to the following conditions:
  7084  
  7085  The above copyright notice and this permission notice shall be included in all
  7086  copies or substantial portions of the Software.
  7087  
  7088  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7089  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7090  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  7091  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7092  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7093  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7094  SOFTWARE.
  7095  
  7096  = LICENSE 83831995a7e93db77f95ee20af5603b91e303ef348cb9bde1b13c8c0 =
  7097  ================================================================================
  7098  
  7099  ================================================================================
  7100  = github.com/juju/gnuflag licensed under: =
  7101  
  7102  Copyright (c) 2012 The Go Authors. All rights reserved.
  7103  
  7104  Redistribution and use in source and binary forms, with or without
  7105  modification, are permitted provided that the following conditions are
  7106  met:
  7107  
  7108     * Redistributions of source code must retain the above copyright
  7109  notice, this list of conditions and the following disclaimer.
  7110     * Redistributions in binary form must reproduce the above
  7111  copyright notice, this list of conditions and the following disclaimer
  7112  in the documentation and/or other materials provided with the
  7113  distribution.
  7114     * Neither the name of Google Inc. nor the names of its
  7115  contributors may be used to endorse or promote products derived from
  7116  this software without specific prior written permission.
  7117  
  7118  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7119  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7120  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  7121  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7122  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7123  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  7124  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7125  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7126  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7127  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7128  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7129  
  7130  = LICENSE cd114db727544ba06cf58a8d6ab0a48a4c7dfe64d33ff2aaaa6b7a49 =
  7131  ================================================================================
  7132  
  7133  ================================================================================
  7134  = github.com/kch42/buzhash licensed under: =
  7135  
  7136             DO WHATEVER THE FUCK YOU WANT, PUBLIC LICENSE
  7137     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  7138  
  7139              0. You just DO WHATEVER THE FUCK YOU WANT.
  7140  = LICENSE 03d3e3813a51a67f46a07063e39f5d6451619f4ede2ae1c4c4cccb9e =
  7141  ================================================================================
  7142  
  7143  ================================================================================
  7144  = github.com/klauspost/compress licensed under: =
  7145  
  7146  Copyright (c) 2012 The Go Authors. All rights reserved.
  7147  Copyright (c) 2019 Klaus Post. All rights reserved.
  7148  
  7149  Redistribution and use in source and binary forms, with or without
  7150  modification, are permitted provided that the following conditions are
  7151  met:
  7152  
  7153     * Redistributions of source code must retain the above copyright
  7154  notice, this list of conditions and the following disclaimer.
  7155     * Redistributions in binary form must reproduce the above
  7156  copyright notice, this list of conditions and the following disclaimer
  7157  in the documentation and/or other materials provided with the
  7158  distribution.
  7159     * Neither the name of Google Inc. nor the names of its
  7160  contributors may be used to endorse or promote products derived from
  7161  this software without specific prior written permission.
  7162  
  7163  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7164  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7165  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  7166  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7167  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7168  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  7169  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7170  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7171  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7172  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7173  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7174  
  7175  = LICENSE b6f05c0b9dba1bb0e91a34890d46579fbbc42d0b80de9ce3194d06f3 =
  7176  ================================================================================
  7177  
  7178  ================================================================================
  7179  = github.com/klauspost/cpuid/v2 licensed under: =
  7180  
  7181  The MIT License (MIT)
  7182  
  7183  Copyright (c) 2015 Klaus Post
  7184  
  7185  Permission is hereby granted, free of charge, to any person obtaining a copy
  7186  of this software and associated documentation files (the "Software"), to deal
  7187  in the Software without restriction, including without limitation the rights
  7188  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7189  copies of the Software, and to permit persons to whom the Software is
  7190  furnished to do so, subject to the following conditions:
  7191  
  7192  The above copyright notice and this permission notice shall be included in all
  7193  copies or substantial portions of the Software.
  7194  
  7195  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7196  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7197  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  7198  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7199  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7200  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7201  SOFTWARE.
  7202  
  7203  
  7204  = LICENSE 24dd21670b04d159a0d6c283884da9d23f8761460c300d4702ccffa5 =
  7205  ================================================================================
  7206  
  7207  ================================================================================
  7208  = github.com/kylelemons/godebug licensed under: =
  7209  
  7210  
  7211                                   Apache License
  7212                             Version 2.0, January 2004
  7213                          http://www.apache.org/licenses/
  7214  
  7215     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  7216  
  7217     1. Definitions.
  7218  
  7219        "License" shall mean the terms and conditions for use, reproduction,
  7220        and distribution as defined by Sections 1 through 9 of this document.
  7221  
  7222        "Licensor" shall mean the copyright owner or entity authorized by
  7223        the copyright owner that is granting the License.
  7224  
  7225        "Legal Entity" shall mean the union of the acting entity and all
  7226        other entities that control, are controlled by, or are under common
  7227        control with that entity. For the purposes of this definition,
  7228        "control" means (i) the power, direct or indirect, to cause the
  7229        direction or management of such entity, whether by contract or
  7230        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  7231        outstanding shares, or (iii) beneficial ownership of such entity.
  7232  
  7233        "You" (or "Your") shall mean an individual or Legal Entity
  7234        exercising permissions granted by this License.
  7235  
  7236        "Source" form shall mean the preferred form for making modifications,
  7237        including but not limited to software source code, documentation
  7238        source, and configuration files.
  7239  
  7240        "Object" form shall mean any form resulting from mechanical
  7241        transformation or translation of a Source form, including but
  7242        not limited to compiled object code, generated documentation,
  7243        and conversions to other media types.
  7244  
  7245        "Work" shall mean the work of authorship, whether in Source or
  7246        Object form, made available under the License, as indicated by a
  7247        copyright notice that is included in or attached to the work
  7248        (an example is provided in the Appendix below).
  7249  
  7250        "Derivative Works" shall mean any work, whether in Source or Object
  7251        form, that is based on (or derived from) the Work and for which the
  7252        editorial revisions, annotations, elaborations, or other modifications
  7253        represent, as a whole, an original work of authorship. For the purposes
  7254        of this License, Derivative Works shall not include works that remain
  7255        separable from, or merely link (or bind by name) to the interfaces of,
  7256        the Work and Derivative Works thereof.
  7257  
  7258        "Contribution" shall mean any work of authorship, including
  7259        the original version of the Work and any modifications or additions
  7260        to that Work or Derivative Works thereof, that is intentionally
  7261        submitted to Licensor for inclusion in the Work by the copyright owner
  7262        or by an individual or Legal Entity authorized to submit on behalf of
  7263        the copyright owner. For the purposes of this definition, "submitted"
  7264        means any form of electronic, verbal, or written communication sent
  7265        to the Licensor or its representatives, including but not limited to
  7266        communication on electronic mailing lists, source code control systems,
  7267        and issue tracking systems that are managed by, or on behalf of, the
  7268        Licensor for the purpose of discussing and improving the Work, but
  7269        excluding communication that is conspicuously marked or otherwise
  7270        designated in writing by the copyright owner as "Not a Contribution."
  7271  
  7272        "Contributor" shall mean Licensor and any individual or Legal Entity
  7273        on behalf of whom a Contribution has been received by Licensor and
  7274        subsequently incorporated within the Work.
  7275  
  7276     2. Grant of Copyright License. Subject to the terms and conditions of
  7277        this License, each Contributor hereby grants to You a perpetual,
  7278        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7279        copyright license to reproduce, prepare Derivative Works of,
  7280        publicly display, publicly perform, sublicense, and distribute the
  7281        Work and such Derivative Works in Source or Object form.
  7282  
  7283     3. Grant of Patent License. Subject to the terms and conditions of
  7284        this License, each Contributor hereby grants to You a perpetual,
  7285        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7286        (except as stated in this section) patent license to make, have made,
  7287        use, offer to sell, sell, import, and otherwise transfer the Work,
  7288        where such license applies only to those patent claims licensable
  7289        by such Contributor that are necessarily infringed by their
  7290        Contribution(s) alone or by combination of their Contribution(s)
  7291        with the Work to which such Contribution(s) was submitted. If You
  7292        institute patent litigation against any entity (including a
  7293        cross-claim or counterclaim in a lawsuit) alleging that the Work
  7294        or a Contribution incorporated within the Work constitutes direct
  7295        or contributory patent infringement, then any patent licenses
  7296        granted to You under this License for that Work shall terminate
  7297        as of the date such litigation is filed.
  7298  
  7299     4. Redistribution. You may reproduce and distribute copies of the
  7300        Work or Derivative Works thereof in any medium, with or without
  7301        modifications, and in Source or Object form, provided that You
  7302        meet the following conditions:
  7303  
  7304        (a) You must give any other recipients of the Work or
  7305            Derivative Works a copy of this License; and
  7306  
  7307        (b) You must cause any modified files to carry prominent notices
  7308            stating that You changed the files; and
  7309  
  7310        (c) You must retain, in the Source form of any Derivative Works
  7311            that You distribute, all copyright, patent, trademark, and
  7312            attribution notices from the Source form of the Work,
  7313            excluding those notices that do not pertain to any part of
  7314            the Derivative Works; and
  7315  
  7316        (d) If the Work includes a "NOTICE" text file as part of its
  7317            distribution, then any Derivative Works that You distribute must
  7318            include a readable copy of the attribution notices contained
  7319            within such NOTICE file, excluding those notices that do not
  7320            pertain to any part of the Derivative Works, in at least one
  7321            of the following places: within a NOTICE text file distributed
  7322            as part of the Derivative Works; within the Source form or
  7323            documentation, if provided along with the Derivative Works; or,
  7324            within a display generated by the Derivative Works, if and
  7325            wherever such third-party notices normally appear. The contents
  7326            of the NOTICE file are for informational purposes only and
  7327            do not modify the License. You may add Your own attribution
  7328            notices within Derivative Works that You distribute, alongside
  7329            or as an addendum to the NOTICE text from the Work, provided
  7330            that such additional attribution notices cannot be construed
  7331            as modifying the License.
  7332  
  7333        You may add Your own copyright statement to Your modifications and
  7334        may provide additional or different license terms and conditions
  7335        for use, reproduction, or distribution of Your modifications, or
  7336        for any such Derivative Works as a whole, provided Your use,
  7337        reproduction, and distribution of the Work otherwise complies with
  7338        the conditions stated in this License.
  7339  
  7340     5. Submission of Contributions. Unless You explicitly state otherwise,
  7341        any Contribution intentionally submitted for inclusion in the Work
  7342        by You to the Licensor shall be under the terms and conditions of
  7343        this License, without any additional terms or conditions.
  7344        Notwithstanding the above, nothing herein shall supersede or modify
  7345        the terms of any separate license agreement you may have executed
  7346        with Licensor regarding such Contributions.
  7347  
  7348     6. Trademarks. This License does not grant permission to use the trade
  7349        names, trademarks, service marks, or product names of the Licensor,
  7350        except as required for reasonable and customary use in describing the
  7351        origin of the Work and reproducing the content of the NOTICE file.
  7352  
  7353     7. Disclaimer of Warranty. Unless required by applicable law or
  7354        agreed to in writing, Licensor provides the Work (and each
  7355        Contributor provides its Contributions) on an "AS IS" BASIS,
  7356        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  7357        implied, including, without limitation, any warranties or conditions
  7358        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  7359        PARTICULAR PURPOSE. You are solely responsible for determining the
  7360        appropriateness of using or redistributing the Work and assume any
  7361        risks associated with Your exercise of permissions under this License.
  7362  
  7363     8. Limitation of Liability. In no event and under no legal theory,
  7364        whether in tort (including negligence), contract, or otherwise,
  7365        unless required by applicable law (such as deliberate and grossly
  7366        negligent acts) or agreed to in writing, shall any Contributor be
  7367        liable to You for damages, including any direct, indirect, special,
  7368        incidental, or consequential damages of any character arising as a
  7369        result of this License or out of the use or inability to use the
  7370        Work (including but not limited to damages for loss of goodwill,
  7371        work stoppage, computer failure or malfunction, or any and all
  7372        other commercial damages or losses), even if such Contributor
  7373        has been advised of the possibility of such damages.
  7374  
  7375     9. Accepting Warranty or Additional Liability. While redistributing
  7376        the Work or Derivative Works thereof, You may choose to offer,
  7377        and charge a fee for, acceptance of support, warranty, indemnity,
  7378        or other liability obligations and/or rights consistent with this
  7379        License. However, in accepting such obligations, You may act only
  7380        on Your own behalf and on Your sole responsibility, not on behalf
  7381        of any other Contributor, and only if You agree to indemnify,
  7382        defend, and hold each Contributor harmless for any liability
  7383        incurred by, or claims asserted against, such Contributor by reason
  7384        of your accepting any such warranty or additional liability.
  7385  
  7386     END OF TERMS AND CONDITIONS
  7387  
  7388     APPENDIX: How to apply the Apache License to your work.
  7389  
  7390        To apply the Apache License to your work, attach the following
  7391        boilerplate notice, with the fields enclosed by brackets "[]"
  7392        replaced with your own identifying information. (Don't include
  7393        the brackets!)  The text should be enclosed in the appropriate
  7394        comment syntax for the file format. We also recommend that a
  7395        file or class name and description of purpose be included on the
  7396        same "printed page" as the copyright notice for easier
  7397        identification within third-party archives.
  7398  
  7399     Copyright [yyyy] [name of copyright owner]
  7400  
  7401     Licensed under the Apache License, Version 2.0 (the "License");
  7402     you may not use this file except in compliance with the License.
  7403     You may obtain a copy of the License at
  7404  
  7405         http://www.apache.org/licenses/LICENSE-2.0
  7406  
  7407     Unless required by applicable law or agreed to in writing, software
  7408     distributed under the License is distributed on an "AS IS" BASIS,
  7409     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7410     See the License for the specific language governing permissions and
  7411     limitations under the License.
  7412  
  7413  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  7414  ================================================================================
  7415  
  7416  ================================================================================
  7417  = github.com/lestrrat-go/strftime licensed under: =
  7418  
  7419  MIT License
  7420  
  7421  Copyright (c) 2016 lestrrat
  7422  
  7423  Permission is hereby granted, free of charge, to any person obtaining a copy
  7424  of this software and associated documentation files (the "Software"), to deal
  7425  in the Software without restriction, including without limitation the rights
  7426  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7427  copies of the Software, and to permit persons to whom the Software is
  7428  furnished to do so, subject to the following conditions:
  7429  
  7430  The above copyright notice and this permission notice shall be included in all
  7431  copies or substantial portions of the Software.
  7432  
  7433  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7434  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7435  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  7436  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7437  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7438  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7439  SOFTWARE.
  7440  
  7441  = LICENSE eca753ff2a8655e364cca69caaddb9b65828e52f664d21b3d23d0b77 =
  7442  ================================================================================
  7443  
  7444  ================================================================================
  7445  = github.com/mattn/go-colorable licensed under: =
  7446  
  7447  The MIT License (MIT)
  7448  
  7449  Copyright (c) 2016 Yasuhiro Matsumoto
  7450  
  7451  Permission is hereby granted, free of charge, to any person obtaining a copy
  7452  of this software and associated documentation files (the "Software"), to deal
  7453  in the Software without restriction, including without limitation the rights
  7454  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7455  copies of the Software, and to permit persons to whom the Software is
  7456  furnished to do so, subject to the following conditions:
  7457  
  7458  The above copyright notice and this permission notice shall be included in all
  7459  copies or substantial portions of the Software.
  7460  
  7461  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7462  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7463  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  7464  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7465  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7466  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7467  SOFTWARE.
  7468  
  7469  = LICENSE 7b8bcb364190c49e5fa6d2f8b0e0c66c739b6ab54d779037a3349322 =
  7470  ================================================================================
  7471  
  7472  ================================================================================
  7473  = github.com/mattn/go-isatty licensed under: =
  7474  
  7475  Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
  7476  
  7477  MIT License (Expat)
  7478  
  7479  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:
  7480  
  7481  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  7482  
  7483  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.
  7484  
  7485  = LICENSE bf01e15248d20ba90b1ac4b383e4d4f9ea5550c905f3e93eb66af018 =
  7486  ================================================================================
  7487  
  7488  ================================================================================
  7489  = github.com/mattn/go-runewidth licensed under: =
  7490  
  7491  The MIT License (MIT)
  7492  
  7493  Copyright (c) 2016 Yasuhiro Matsumoto
  7494  
  7495  Permission is hereby granted, free of charge, to any person obtaining a copy
  7496  of this software and associated documentation files (the "Software"), to deal
  7497  in the Software without restriction, including without limitation the rights
  7498  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7499  copies of the Software, and to permit persons to whom the Software is
  7500  furnished to do so, subject to the following conditions:
  7501  
  7502  The above copyright notice and this permission notice shall be included in all
  7503  copies or substantial portions of the Software.
  7504  
  7505  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7506  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7507  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  7508  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7509  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7510  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7511  SOFTWARE.
  7512  
  7513  = LICENSE 7b8bcb364190c49e5fa6d2f8b0e0c66c739b6ab54d779037a3349322 =
  7514  ================================================================================
  7515  
  7516  ================================================================================
  7517  = github.com/matttproud/golang_protobuf_extensions licensed under: =
  7518  
  7519                                   Apache License
  7520                             Version 2.0, January 2004
  7521                          http://www.apache.org/licenses/
  7522  
  7523     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  7524  
  7525     1. Definitions.
  7526  
  7527        "License" shall mean the terms and conditions for use, reproduction,
  7528        and distribution as defined by Sections 1 through 9 of this document.
  7529  
  7530        "Licensor" shall mean the copyright owner or entity authorized by
  7531        the copyright owner that is granting the License.
  7532  
  7533        "Legal Entity" shall mean the union of the acting entity and all
  7534        other entities that control, are controlled by, or are under common
  7535        control with that entity. For the purposes of this definition,
  7536        "control" means (i) the power, direct or indirect, to cause the
  7537        direction or management of such entity, whether by contract or
  7538        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  7539        outstanding shares, or (iii) beneficial ownership of such entity.
  7540  
  7541        "You" (or "Your") shall mean an individual or Legal Entity
  7542        exercising permissions granted by this License.
  7543  
  7544        "Source" form shall mean the preferred form for making modifications,
  7545        including but not limited to software source code, documentation
  7546        source, and configuration files.
  7547  
  7548        "Object" form shall mean any form resulting from mechanical
  7549        transformation or translation of a Source form, including but
  7550        not limited to compiled object code, generated documentation,
  7551        and conversions to other media types.
  7552  
  7553        "Work" shall mean the work of authorship, whether in Source or
  7554        Object form, made available under the License, as indicated by a
  7555        copyright notice that is included in or attached to the work
  7556        (an example is provided in the Appendix below).
  7557  
  7558        "Derivative Works" shall mean any work, whether in Source or Object
  7559        form, that is based on (or derived from) the Work and for which the
  7560        editorial revisions, annotations, elaborations, or other modifications
  7561        represent, as a whole, an original work of authorship. For the purposes
  7562        of this License, Derivative Works shall not include works that remain
  7563        separable from, or merely link (or bind by name) to the interfaces of,
  7564        the Work and Derivative Works thereof.
  7565  
  7566        "Contribution" shall mean any work of authorship, including
  7567        the original version of the Work and any modifications or additions
  7568        to that Work or Derivative Works thereof, that is intentionally
  7569        submitted to Licensor for inclusion in the Work by the copyright owner
  7570        or by an individual or Legal Entity authorized to submit on behalf of
  7571        the copyright owner. For the purposes of this definition, "submitted"
  7572        means any form of electronic, verbal, or written communication sent
  7573        to the Licensor or its representatives, including but not limited to
  7574        communication on electronic mailing lists, source code control systems,
  7575        and issue tracking systems that are managed by, or on behalf of, the
  7576        Licensor for the purpose of discussing and improving the Work, but
  7577        excluding communication that is conspicuously marked or otherwise
  7578        designated in writing by the copyright owner as "Not a Contribution."
  7579  
  7580        "Contributor" shall mean Licensor and any individual or Legal Entity
  7581        on behalf of whom a Contribution has been received by Licensor and
  7582        subsequently incorporated within the Work.
  7583  
  7584     2. Grant of Copyright License. Subject to the terms and conditions of
  7585        this License, each Contributor hereby grants to You a perpetual,
  7586        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7587        copyright license to reproduce, prepare Derivative Works of,
  7588        publicly display, publicly perform, sublicense, and distribute the
  7589        Work and such Derivative Works in Source or Object form.
  7590  
  7591     3. Grant of Patent License. Subject to the terms and conditions of
  7592        this License, each Contributor hereby grants to You a perpetual,
  7593        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7594        (except as stated in this section) patent license to make, have made,
  7595        use, offer to sell, sell, import, and otherwise transfer the Work,
  7596        where such license applies only to those patent claims licensable
  7597        by such Contributor that are necessarily infringed by their
  7598        Contribution(s) alone or by combination of their Contribution(s)
  7599        with the Work to which such Contribution(s) was submitted. If You
  7600        institute patent litigation against any entity (including a
  7601        cross-claim or counterclaim in a lawsuit) alleging that the Work
  7602        or a Contribution incorporated within the Work constitutes direct
  7603        or contributory patent infringement, then any patent licenses
  7604        granted to You under this License for that Work shall terminate
  7605        as of the date such litigation is filed.
  7606  
  7607     4. Redistribution. You may reproduce and distribute copies of the
  7608        Work or Derivative Works thereof in any medium, with or without
  7609        modifications, and in Source or Object form, provided that You
  7610        meet the following conditions:
  7611  
  7612        (a) You must give any other recipients of the Work or
  7613            Derivative Works a copy of this License; and
  7614  
  7615        (b) You must cause any modified files to carry prominent notices
  7616            stating that You changed the files; and
  7617  
  7618        (c) You must retain, in the Source form of any Derivative Works
  7619            that You distribute, all copyright, patent, trademark, and
  7620            attribution notices from the Source form of the Work,
  7621            excluding those notices that do not pertain to any part of
  7622            the Derivative Works; and
  7623  
  7624        (d) If the Work includes a "NOTICE" text file as part of its
  7625            distribution, then any Derivative Works that You distribute must
  7626            include a readable copy of the attribution notices contained
  7627            within such NOTICE file, excluding those notices that do not
  7628            pertain to any part of the Derivative Works, in at least one
  7629            of the following places: within a NOTICE text file distributed
  7630            as part of the Derivative Works; within the Source form or
  7631            documentation, if provided along with the Derivative Works; or,
  7632            within a display generated by the Derivative Works, if and
  7633            wherever such third-party notices normally appear. The contents
  7634            of the NOTICE file are for informational purposes only and
  7635            do not modify the License. You may add Your own attribution
  7636            notices within Derivative Works that You distribute, alongside
  7637            or as an addendum to the NOTICE text from the Work, provided
  7638            that such additional attribution notices cannot be construed
  7639            as modifying the License.
  7640  
  7641        You may add Your own copyright statement to Your modifications and
  7642        may provide additional or different license terms and conditions
  7643        for use, reproduction, or distribution of Your modifications, or
  7644        for any such Derivative Works as a whole, provided Your use,
  7645        reproduction, and distribution of the Work otherwise complies with
  7646        the conditions stated in this License.
  7647  
  7648     5. Submission of Contributions. Unless You explicitly state otherwise,
  7649        any Contribution intentionally submitted for inclusion in the Work
  7650        by You to the Licensor shall be under the terms and conditions of
  7651        this License, without any additional terms or conditions.
  7652        Notwithstanding the above, nothing herein shall supersede or modify
  7653        the terms of any separate license agreement you may have executed
  7654        with Licensor regarding such Contributions.
  7655  
  7656     6. Trademarks. This License does not grant permission to use the trade
  7657        names, trademarks, service marks, or product names of the Licensor,
  7658        except as required for reasonable and customary use in describing the
  7659        origin of the Work and reproducing the content of the NOTICE file.
  7660  
  7661     7. Disclaimer of Warranty. Unless required by applicable law or
  7662        agreed to in writing, Licensor provides the Work (and each
  7663        Contributor provides its Contributions) on an "AS IS" BASIS,
  7664        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  7665        implied, including, without limitation, any warranties or conditions
  7666        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  7667        PARTICULAR PURPOSE. You are solely responsible for determining the
  7668        appropriateness of using or redistributing the Work and assume any
  7669        risks associated with Your exercise of permissions under this License.
  7670  
  7671     8. Limitation of Liability. In no event and under no legal theory,
  7672        whether in tort (including negligence), contract, or otherwise,
  7673        unless required by applicable law (such as deliberate and grossly
  7674        negligent acts) or agreed to in writing, shall any Contributor be
  7675        liable to You for damages, including any direct, indirect, special,
  7676        incidental, or consequential damages of any character arising as a
  7677        result of this License or out of the use or inability to use the
  7678        Work (including but not limited to damages for loss of goodwill,
  7679        work stoppage, computer failure or malfunction, or any and all
  7680        other commercial damages or losses), even if such Contributor
  7681        has been advised of the possibility of such damages.
  7682  
  7683     9. Accepting Warranty or Additional Liability. While redistributing
  7684        the Work or Derivative Works thereof, You may choose to offer,
  7685        and charge a fee for, acceptance of support, warranty, indemnity,
  7686        or other liability obligations and/or rights consistent with this
  7687        License. However, in accepting such obligations, You may act only
  7688        on Your own behalf and on Your sole responsibility, not on behalf
  7689        of any other Contributor, and only if You agree to indemnify,
  7690        defend, and hold each Contributor harmless for any liability
  7691        incurred by, or claims asserted against, such Contributor by reason
  7692        of your accepting any such warranty or additional liability.
  7693  
  7694     END OF TERMS AND CONDITIONS
  7695  
  7696     APPENDIX: How to apply the Apache License to your work.
  7697  
  7698        To apply the Apache License to your work, attach the following
  7699        boilerplate notice, with the fields enclosed by brackets "{}"
  7700        replaced with your own identifying information. (Don't include
  7701        the brackets!)  The text should be enclosed in the appropriate
  7702        comment syntax for the file format. We also recommend that a
  7703        file or class name and description of purpose be included on the
  7704        same "printed page" as the copyright notice for easier
  7705        identification within third-party archives.
  7706  
  7707     Copyright {yyyy} {name of copyright owner}
  7708  
  7709     Licensed under the Apache License, Version 2.0 (the "License");
  7710     you may not use this file except in compliance with the License.
  7711     You may obtain a copy of the License at
  7712  
  7713         http://www.apache.org/licenses/LICENSE-2.0
  7714  
  7715     Unless required by applicable law or agreed to in writing, software
  7716     distributed under the License is distributed on an "AS IS" BASIS,
  7717     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7718     See the License for the specific language governing permissions and
  7719     limitations under the License.
  7720  
  7721  = LICENSE 9820a37ca0fcacbc82c8eb2bdd3049706550a4ebf97ad7fde1310dec =
  7722  ================================================================================
  7723  
  7724  ================================================================================
  7725  = github.com/oracle/oci-go-sdk/v65 licensed under: =
  7726  
  7727  Copyright (c) 2016, 2023, Oracle and/or its affiliates.  All rights reserved.
  7728  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
  7729  or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
  7730   ____________________________
  7731  Copyright (c) 2016, 2023 Oracle and/or its affiliates.
  7732  
  7733  The Universal Permissive License (UPL), Version 1.0
  7734  
  7735  Subject to the condition set forth below, permission is hereby granted to any
  7736  person obtaining a copy of this software, associated documentation and/or data
  7737  (collectively the "Software"), free of charge and under any and all copyright
  7738  rights in the Software, and any and all patent rights owned or freely
  7739  licensable by each licensor hereunder covering either (i) the unmodified
  7740  Software as contributed to or provided by such licensor, or (ii) the Larger
  7741  Works (as defined below), to deal in both
  7742  
  7743  (a) the Software, and
  7744  (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
  7745  one is included with the Software (each a "Larger Work" to which the Software
  7746  is contributed by such licensors),
  7747  
  7748  without restriction, including without limitation the rights to copy, create
  7749  derivative works of, display, perform, and distribute the Software and make,
  7750  use, sell, offer for sale, import, export, have made, and have sold the
  7751  Software and the Larger Work(s), and to sublicense the foregoing rights on
  7752  either these or other terms.
  7753  
  7754  This license is subject to the following condition:
  7755  The above copyright notice and either this complete permission notice or at
  7756  a minimum a reference to the UPL must be included in all copies or
  7757  substantial portions of the Software.
  7758  
  7759  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7760  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7761  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  7762  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7763  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7764  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7765  SOFTWARE.
  7766  
  7767  The Apache Software License, Version 2.0
  7768  Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
  7769  
  7770  Licensed under the Apache License, Version 2.0 (the "License"); You may not use this product except in compliance with the License.  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.  A copy of the license is also reproduced below.  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and  limitations under the License.
  7771  
  7772  Apache License
  7773  
  7774  Version 2.0, January 2004
  7775  
  7776  http://www.apache.org/licenses/
  7777  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  7778  1. Definitions.
  7779  "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
  7780  "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
  7781  "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
  7782  "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
  7783  "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
  7784  "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
  7785  "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
  7786  "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
  7787  "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
  7788  "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
  7789  2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
  7790  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
  7791  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
  7792  You must give any other recipients of the Work or Derivative Works a copy of this License; and
  7793  You must cause any modified files to carry prominent notices stating that You changed the files; and
  7794  You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
  7795  If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
  7796  
  7797  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
  7798  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
  7799  6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
  7800  7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
  7801  8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
  7802  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
  7803  END OF TERMS AND CONDITIONS
  7804  
  7805     APPENDIX: How to apply the Apache License to your work.
  7806  
  7807        To apply the Apache License to your work, attach the following
  7808        boilerplate notice, with the fields enclosed by brackets "[]"
  7809        replaced with your own identifying information. (Don't include
  7810        the brackets!)  The text should be enclosed in the appropriate
  7811        comment syntax for the file format. We also recommend that a
  7812        file or class name and description of purpose be included on the
  7813        same "printed page" as the copyright notice for easier
  7814        identification within third-party archives.
  7815  
  7816     Copyright [yyyy] [name of copyright owner]
  7817  
  7818     Licensed under the Apache License, Version 2.0 (the "License");
  7819     you may not use this file except in compliance with the License.
  7820     You may obtain a copy of the License at
  7821  
  7822         http://www.apache.org/licenses/LICENSE-2.0
  7823  
  7824     Unless required by applicable law or agreed to in writing, software
  7825     distributed under the License is distributed on an "AS IS" BASIS,
  7826     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7827     See the License for the specific language governing permissions and
  7828     limitations under the License.
  7829  
  7830  = LICENSE.txt 8949bfc145896802308bc92a1bbd693f5f145fd60de33675ae7904e2 =
  7831  ================================================================================
  7832  
  7833  ================================================================================
  7834  = github.com/pierrec/lz4/v4 licensed under: =
  7835  
  7836  Copyright (c) 2015, Pierre Curto
  7837  All rights reserved.
  7838  
  7839  Redistribution and use in source and binary forms, with or without
  7840  modification, are permitted provided that the following conditions are met:
  7841  
  7842  * Redistributions of source code must retain the above copyright notice, this
  7843    list of conditions and the following disclaimer.
  7844  
  7845  * Redistributions in binary form must reproduce the above copyright notice,
  7846    this list of conditions and the following disclaimer in the documentation
  7847    and/or other materials provided with the distribution.
  7848  
  7849  * Neither the name of xxHash nor the names of its
  7850    contributors may be used to endorse or promote products derived from
  7851    this software without specific prior written permission.
  7852  
  7853  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  7854  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7855  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  7856  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  7857  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7858  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  7859  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  7860  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  7861  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7862  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7863  
  7864  
  7865  = LICENSE 49eaff8bb6d3372c260d19f33798c6de96dae7278c9d0d2ddef68c13 =
  7866  ================================================================================
  7867  
  7868  ================================================================================
  7869  = github.com/pkg/errors licensed under: =
  7870  
  7871  Copyright (c) 2015, Dave Cheney <dave@cheney.net>
  7872  All rights reserved.
  7873  
  7874  Redistribution and use in source and binary forms, with or without
  7875  modification, are permitted provided that the following conditions are met:
  7876  
  7877  * Redistributions of source code must retain the above copyright notice, this
  7878    list of conditions and the following disclaimer.
  7879  
  7880  * Redistributions in binary form must reproduce the above copyright notice,
  7881    this list of conditions and the following disclaimer in the documentation
  7882    and/or other materials provided with the distribution.
  7883  
  7884  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  7885  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7886  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  7887  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  7888  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7889  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  7890  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  7891  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  7892  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7893  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7894  
  7895  = LICENSE df9e03286a0e1cf2edc346673738c7e515e928d19024aeac234f6fdc =
  7896  ================================================================================
  7897  
  7898  ================================================================================
  7899  = github.com/pkg/profile licensed under: =
  7900  
  7901  Copyright (c) 2013 Dave Cheney. All rights reserved.
  7902  
  7903  Redistribution and use in source and binary forms, with or without
  7904  modification, are permitted provided that the following conditions are
  7905  met:
  7906  
  7907     * Redistributions of source code must retain the above copyright
  7908  notice, this list of conditions and the following disclaimer.
  7909     * Redistributions in binary form must reproduce the above
  7910  copyright notice, this list of conditions and the following disclaimer
  7911  in the documentation and/or other materials provided with the
  7912  distribution.
  7913  
  7914  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7915  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7916  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  7917  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7918  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7919  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  7920  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7921  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7922  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7923  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7924  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7925  
  7926  = LICENSE 84d33840fcd8b1ab2c9eaeac5b077a6c224c70de9511edd3f42c817c =
  7927  ================================================================================
  7928  
  7929  ================================================================================
  7930  = github.com/pmezard/go-difflib licensed under: =
  7931  
  7932  Copyright (c) 2013, Patrick Mezard
  7933  All rights reserved.
  7934  
  7935  Redistribution and use in source and binary forms, with or without
  7936  modification, are permitted provided that the following conditions are
  7937  met:
  7938  
  7939      Redistributions of source code must retain the above copyright
  7940  notice, this list of conditions and the following disclaimer.
  7941      Redistributions in binary form must reproduce the above copyright
  7942  notice, this list of conditions and the following disclaimer in the
  7943  documentation and/or other materials provided with the distribution.
  7944      The names of its contributors may not be used to endorse or promote
  7945  products derived from this software without specific prior written
  7946  permission.
  7947  
  7948  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  7949  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  7950  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  7951  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7952  HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7953  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  7954  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  7955  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  7956  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  7957  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  7958  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7959  
  7960  = LICENSE 6681c42f6974591d2056518a26201323fa7d42bdc4d64bfc12c332b3 =
  7961  ================================================================================
  7962  
  7963  ================================================================================
  7964  = github.com/prometheus/client_golang licensed under: =
  7965  
  7966                                   Apache License
  7967                             Version 2.0, January 2004
  7968                          http://www.apache.org/licenses/
  7969  
  7970     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  7971  
  7972     1. Definitions.
  7973  
  7974        "License" shall mean the terms and conditions for use, reproduction,
  7975        and distribution as defined by Sections 1 through 9 of this document.
  7976  
  7977        "Licensor" shall mean the copyright owner or entity authorized by
  7978        the copyright owner that is granting the License.
  7979  
  7980        "Legal Entity" shall mean the union of the acting entity and all
  7981        other entities that control, are controlled by, or are under common
  7982        control with that entity. For the purposes of this definition,
  7983        "control" means (i) the power, direct or indirect, to cause the
  7984        direction or management of such entity, whether by contract or
  7985        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  7986        outstanding shares, or (iii) beneficial ownership of such entity.
  7987  
  7988        "You" (or "Your") shall mean an individual or Legal Entity
  7989        exercising permissions granted by this License.
  7990  
  7991        "Source" form shall mean the preferred form for making modifications,
  7992        including but not limited to software source code, documentation
  7993        source, and configuration files.
  7994  
  7995        "Object" form shall mean any form resulting from mechanical
  7996        transformation or translation of a Source form, including but
  7997        not limited to compiled object code, generated documentation,
  7998        and conversions to other media types.
  7999  
  8000        "Work" shall mean the work of authorship, whether in Source or
  8001        Object form, made available under the License, as indicated by a
  8002        copyright notice that is included in or attached to the work
  8003        (an example is provided in the Appendix below).
  8004  
  8005        "Derivative Works" shall mean any work, whether in Source or Object
  8006        form, that is based on (or derived from) the Work and for which the
  8007        editorial revisions, annotations, elaborations, or other modifications
  8008        represent, as a whole, an original work of authorship. For the purposes
  8009        of this License, Derivative Works shall not include works that remain
  8010        separable from, or merely link (or bind by name) to the interfaces of,
  8011        the Work and Derivative Works thereof.
  8012  
  8013        "Contribution" shall mean any work of authorship, including
  8014        the original version of the Work and any modifications or additions
  8015        to that Work or Derivative Works thereof, that is intentionally
  8016        submitted to Licensor for inclusion in the Work by the copyright owner
  8017        or by an individual or Legal Entity authorized to submit on behalf of
  8018        the copyright owner. For the purposes of this definition, "submitted"
  8019        means any form of electronic, verbal, or written communication sent
  8020        to the Licensor or its representatives, including but not limited to
  8021        communication on electronic mailing lists, source code control systems,
  8022        and issue tracking systems that are managed by, or on behalf of, the
  8023        Licensor for the purpose of discussing and improving the Work, but
  8024        excluding communication that is conspicuously marked or otherwise
  8025        designated in writing by the copyright owner as "Not a Contribution."
  8026  
  8027        "Contributor" shall mean Licensor and any individual or Legal Entity
  8028        on behalf of whom a Contribution has been received by Licensor and
  8029        subsequently incorporated within the Work.
  8030  
  8031     2. Grant of Copyright License. Subject to the terms and conditions of
  8032        this License, each Contributor hereby grants to You a perpetual,
  8033        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8034        copyright license to reproduce, prepare Derivative Works of,
  8035        publicly display, publicly perform, sublicense, and distribute the
  8036        Work and such Derivative Works in Source or Object form.
  8037  
  8038     3. Grant of Patent License. Subject to the terms and conditions of
  8039        this License, each Contributor hereby grants to You a perpetual,
  8040        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8041        (except as stated in this section) patent license to make, have made,
  8042        use, offer to sell, sell, import, and otherwise transfer the Work,
  8043        where such license applies only to those patent claims licensable
  8044        by such Contributor that are necessarily infringed by their
  8045        Contribution(s) alone or by combination of their Contribution(s)
  8046        with the Work to which such Contribution(s) was submitted. If You
  8047        institute patent litigation against any entity (including a
  8048        cross-claim or counterclaim in a lawsuit) alleging that the Work
  8049        or a Contribution incorporated within the Work constitutes direct
  8050        or contributory patent infringement, then any patent licenses
  8051        granted to You under this License for that Work shall terminate
  8052        as of the date such litigation is filed.
  8053  
  8054     4. Redistribution. You may reproduce and distribute copies of the
  8055        Work or Derivative Works thereof in any medium, with or without
  8056        modifications, and in Source or Object form, provided that You
  8057        meet the following conditions:
  8058  
  8059        (a) You must give any other recipients of the Work or
  8060            Derivative Works a copy of this License; and
  8061  
  8062        (b) You must cause any modified files to carry prominent notices
  8063            stating that You changed the files; and
  8064  
  8065        (c) You must retain, in the Source form of any Derivative Works
  8066            that You distribute, all copyright, patent, trademark, and
  8067            attribution notices from the Source form of the Work,
  8068            excluding those notices that do not pertain to any part of
  8069            the Derivative Works; and
  8070  
  8071        (d) If the Work includes a "NOTICE" text file as part of its
  8072            distribution, then any Derivative Works that You distribute must
  8073            include a readable copy of the attribution notices contained
  8074            within such NOTICE file, excluding those notices that do not
  8075            pertain to any part of the Derivative Works, in at least one
  8076            of the following places: within a NOTICE text file distributed
  8077            as part of the Derivative Works; within the Source form or
  8078            documentation, if provided along with the Derivative Works; or,
  8079            within a display generated by the Derivative Works, if and
  8080            wherever such third-party notices normally appear. The contents
  8081            of the NOTICE file are for informational purposes only and
  8082            do not modify the License. You may add Your own attribution
  8083            notices within Derivative Works that You distribute, alongside
  8084            or as an addendum to the NOTICE text from the Work, provided
  8085            that such additional attribution notices cannot be construed
  8086            as modifying the License.
  8087  
  8088        You may add Your own copyright statement to Your modifications and
  8089        may provide additional or different license terms and conditions
  8090        for use, reproduction, or distribution of Your modifications, or
  8091        for any such Derivative Works as a whole, provided Your use,
  8092        reproduction, and distribution of the Work otherwise complies with
  8093        the conditions stated in this License.
  8094  
  8095     5. Submission of Contributions. Unless You explicitly state otherwise,
  8096        any Contribution intentionally submitted for inclusion in the Work
  8097        by You to the Licensor shall be under the terms and conditions of
  8098        this License, without any additional terms or conditions.
  8099        Notwithstanding the above, nothing herein shall supersede or modify
  8100        the terms of any separate license agreement you may have executed
  8101        with Licensor regarding such Contributions.
  8102  
  8103     6. Trademarks. This License does not grant permission to use the trade
  8104        names, trademarks, service marks, or product names of the Licensor,
  8105        except as required for reasonable and customary use in describing the
  8106        origin of the Work and reproducing the content of the NOTICE file.
  8107  
  8108     7. Disclaimer of Warranty. Unless required by applicable law or
  8109        agreed to in writing, Licensor provides the Work (and each
  8110        Contributor provides its Contributions) on an "AS IS" BASIS,
  8111        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  8112        implied, including, without limitation, any warranties or conditions
  8113        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  8114        PARTICULAR PURPOSE. You are solely responsible for determining the
  8115        appropriateness of using or redistributing the Work and assume any
  8116        risks associated with Your exercise of permissions under this License.
  8117  
  8118     8. Limitation of Liability. In no event and under no legal theory,
  8119        whether in tort (including negligence), contract, or otherwise,
  8120        unless required by applicable law (such as deliberate and grossly
  8121        negligent acts) or agreed to in writing, shall any Contributor be
  8122        liable to You for damages, including any direct, indirect, special,
  8123        incidental, or consequential damages of any character arising as a
  8124        result of this License or out of the use or inability to use the
  8125        Work (including but not limited to damages for loss of goodwill,
  8126        work stoppage, computer failure or malfunction, or any and all
  8127        other commercial damages or losses), even if such Contributor
  8128        has been advised of the possibility of such damages.
  8129  
  8130     9. Accepting Warranty or Additional Liability. While redistributing
  8131        the Work or Derivative Works thereof, You may choose to offer,
  8132        and charge a fee for, acceptance of support, warranty, indemnity,
  8133        or other liability obligations and/or rights consistent with this
  8134        License. However, in accepting such obligations, You may act only
  8135        on Your own behalf and on Your sole responsibility, not on behalf
  8136        of any other Contributor, and only if You agree to indemnify,
  8137        defend, and hold each Contributor harmless for any liability
  8138        incurred by, or claims asserted against, such Contributor by reason
  8139        of your accepting any such warranty or additional liability.
  8140  
  8141     END OF TERMS AND CONDITIONS
  8142  
  8143     APPENDIX: How to apply the Apache License to your work.
  8144  
  8145        To apply the Apache License to your work, attach the following
  8146        boilerplate notice, with the fields enclosed by brackets "[]"
  8147        replaced with your own identifying information. (Don't include
  8148        the brackets!)  The text should be enclosed in the appropriate
  8149        comment syntax for the file format. We also recommend that a
  8150        file or class name and description of purpose be included on the
  8151        same "printed page" as the copyright notice for easier
  8152        identification within third-party archives.
  8153  
  8154     Copyright [yyyy] [name of copyright owner]
  8155  
  8156     Licensed under the Apache License, Version 2.0 (the "License");
  8157     you may not use this file except in compliance with the License.
  8158     You may obtain a copy of the License at
  8159  
  8160         http://www.apache.org/licenses/LICENSE-2.0
  8161  
  8162     Unless required by applicable law or agreed to in writing, software
  8163     distributed under the License is distributed on an "AS IS" BASIS,
  8164     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  8165     See the License for the specific language governing permissions and
  8166     limitations under the License.
  8167  
  8168  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  8169  ================================================================================
  8170  
  8171  ================================================================================
  8172  = github.com/prometheus/client_model licensed under: =
  8173  
  8174                                   Apache License
  8175                             Version 2.0, January 2004
  8176                          http://www.apache.org/licenses/
  8177  
  8178     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  8179  
  8180     1. Definitions.
  8181  
  8182        "License" shall mean the terms and conditions for use, reproduction,
  8183        and distribution as defined by Sections 1 through 9 of this document.
  8184  
  8185        "Licensor" shall mean the copyright owner or entity authorized by
  8186        the copyright owner that is granting the License.
  8187  
  8188        "Legal Entity" shall mean the union of the acting entity and all
  8189        other entities that control, are controlled by, or are under common
  8190        control with that entity. For the purposes of this definition,
  8191        "control" means (i) the power, direct or indirect, to cause the
  8192        direction or management of such entity, whether by contract or
  8193        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  8194        outstanding shares, or (iii) beneficial ownership of such entity.
  8195  
  8196        "You" (or "Your") shall mean an individual or Legal Entity
  8197        exercising permissions granted by this License.
  8198  
  8199        "Source" form shall mean the preferred form for making modifications,
  8200        including but not limited to software source code, documentation
  8201        source, and configuration files.
  8202  
  8203        "Object" form shall mean any form resulting from mechanical
  8204        transformation or translation of a Source form, including but
  8205        not limited to compiled object code, generated documentation,
  8206        and conversions to other media types.
  8207  
  8208        "Work" shall mean the work of authorship, whether in Source or
  8209        Object form, made available under the License, as indicated by a
  8210        copyright notice that is included in or attached to the work
  8211        (an example is provided in the Appendix below).
  8212  
  8213        "Derivative Works" shall mean any work, whether in Source or Object
  8214        form, that is based on (or derived from) the Work and for which the
  8215        editorial revisions, annotations, elaborations, or other modifications
  8216        represent, as a whole, an original work of authorship. For the purposes
  8217        of this License, Derivative Works shall not include works that remain
  8218        separable from, or merely link (or bind by name) to the interfaces of,
  8219        the Work and Derivative Works thereof.
  8220  
  8221        "Contribution" shall mean any work of authorship, including
  8222        the original version of the Work and any modifications or additions
  8223        to that Work or Derivative Works thereof, that is intentionally
  8224        submitted to Licensor for inclusion in the Work by the copyright owner
  8225        or by an individual or Legal Entity authorized to submit on behalf of
  8226        the copyright owner. For the purposes of this definition, "submitted"
  8227        means any form of electronic, verbal, or written communication sent
  8228        to the Licensor or its representatives, including but not limited to
  8229        communication on electronic mailing lists, source code control systems,
  8230        and issue tracking systems that are managed by, or on behalf of, the
  8231        Licensor for the purpose of discussing and improving the Work, but
  8232        excluding communication that is conspicuously marked or otherwise
  8233        designated in writing by the copyright owner as "Not a Contribution."
  8234  
  8235        "Contributor" shall mean Licensor and any individual or Legal Entity
  8236        on behalf of whom a Contribution has been received by Licensor and
  8237        subsequently incorporated within the Work.
  8238  
  8239     2. Grant of Copyright License. Subject to the terms and conditions of
  8240        this License, each Contributor hereby grants to You a perpetual,
  8241        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8242        copyright license to reproduce, prepare Derivative Works of,
  8243        publicly display, publicly perform, sublicense, and distribute the
  8244        Work and such Derivative Works in Source or Object form.
  8245  
  8246     3. Grant of Patent License. Subject to the terms and conditions of
  8247        this License, each Contributor hereby grants to You a perpetual,
  8248        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8249        (except as stated in this section) patent license to make, have made,
  8250        use, offer to sell, sell, import, and otherwise transfer the Work,
  8251        where such license applies only to those patent claims licensable
  8252        by such Contributor that are necessarily infringed by their
  8253        Contribution(s) alone or by combination of their Contribution(s)
  8254        with the Work to which such Contribution(s) was submitted. If You
  8255        institute patent litigation against any entity (including a
  8256        cross-claim or counterclaim in a lawsuit) alleging that the Work
  8257        or a Contribution incorporated within the Work constitutes direct
  8258        or contributory patent infringement, then any patent licenses
  8259        granted to You under this License for that Work shall terminate
  8260        as of the date such litigation is filed.
  8261  
  8262     4. Redistribution. You may reproduce and distribute copies of the
  8263        Work or Derivative Works thereof in any medium, with or without
  8264        modifications, and in Source or Object form, provided that You
  8265        meet the following conditions:
  8266  
  8267        (a) You must give any other recipients of the Work or
  8268            Derivative Works a copy of this License; and
  8269  
  8270        (b) You must cause any modified files to carry prominent notices
  8271            stating that You changed the files; and
  8272  
  8273        (c) You must retain, in the Source form of any Derivative Works
  8274            that You distribute, all copyright, patent, trademark, and
  8275            attribution notices from the Source form of the Work,
  8276            excluding those notices that do not pertain to any part of
  8277            the Derivative Works; and
  8278  
  8279        (d) If the Work includes a "NOTICE" text file as part of its
  8280            distribution, then any Derivative Works that You distribute must
  8281            include a readable copy of the attribution notices contained
  8282            within such NOTICE file, excluding those notices that do not
  8283            pertain to any part of the Derivative Works, in at least one
  8284            of the following places: within a NOTICE text file distributed
  8285            as part of the Derivative Works; within the Source form or
  8286            documentation, if provided along with the Derivative Works; or,
  8287            within a display generated by the Derivative Works, if and
  8288            wherever such third-party notices normally appear. The contents
  8289            of the NOTICE file are for informational purposes only and
  8290            do not modify the License. You may add Your own attribution
  8291            notices within Derivative Works that You distribute, alongside
  8292            or as an addendum to the NOTICE text from the Work, provided
  8293            that such additional attribution notices cannot be construed
  8294            as modifying the License.
  8295  
  8296        You may add Your own copyright statement to Your modifications and
  8297        may provide additional or different license terms and conditions
  8298        for use, reproduction, or distribution of Your modifications, or
  8299        for any such Derivative Works as a whole, provided Your use,
  8300        reproduction, and distribution of the Work otherwise complies with
  8301        the conditions stated in this License.
  8302  
  8303     5. Submission of Contributions. Unless You explicitly state otherwise,
  8304        any Contribution intentionally submitted for inclusion in the Work
  8305        by You to the Licensor shall be under the terms and conditions of
  8306        this License, without any additional terms or conditions.
  8307        Notwithstanding the above, nothing herein shall supersede or modify
  8308        the terms of any separate license agreement you may have executed
  8309        with Licensor regarding such Contributions.
  8310  
  8311     6. Trademarks. This License does not grant permission to use the trade
  8312        names, trademarks, service marks, or product names of the Licensor,
  8313        except as required for reasonable and customary use in describing the
  8314        origin of the Work and reproducing the content of the NOTICE file.
  8315  
  8316     7. Disclaimer of Warranty. Unless required by applicable law or
  8317        agreed to in writing, Licensor provides the Work (and each
  8318        Contributor provides its Contributions) on an "AS IS" BASIS,
  8319        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  8320        implied, including, without limitation, any warranties or conditions
  8321        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  8322        PARTICULAR PURPOSE. You are solely responsible for determining the
  8323        appropriateness of using or redistributing the Work and assume any
  8324        risks associated with Your exercise of permissions under this License.
  8325  
  8326     8. Limitation of Liability. In no event and under no legal theory,
  8327        whether in tort (including negligence), contract, or otherwise,
  8328        unless required by applicable law (such as deliberate and grossly
  8329        negligent acts) or agreed to in writing, shall any Contributor be
  8330        liable to You for damages, including any direct, indirect, special,
  8331        incidental, or consequential damages of any character arising as a
  8332        result of this License or out of the use or inability to use the
  8333        Work (including but not limited to damages for loss of goodwill,
  8334        work stoppage, computer failure or malfunction, or any and all
  8335        other commercial damages or losses), even if such Contributor
  8336        has been advised of the possibility of such damages.
  8337  
  8338     9. Accepting Warranty or Additional Liability. While redistributing
  8339        the Work or Derivative Works thereof, You may choose to offer,
  8340        and charge a fee for, acceptance of support, warranty, indemnity,
  8341        or other liability obligations and/or rights consistent with this
  8342        License. However, in accepting such obligations, You may act only
  8343        on Your own behalf and on Your sole responsibility, not on behalf
  8344        of any other Contributor, and only if You agree to indemnify,
  8345        defend, and hold each Contributor harmless for any liability
  8346        incurred by, or claims asserted against, such Contributor by reason
  8347        of your accepting any such warranty or additional liability.
  8348  
  8349     END OF TERMS AND CONDITIONS
  8350  
  8351     APPENDIX: How to apply the Apache License to your work.
  8352  
  8353        To apply the Apache License to your work, attach the following
  8354        boilerplate notice, with the fields enclosed by brackets "[]"
  8355        replaced with your own identifying information. (Don't include
  8356        the brackets!)  The text should be enclosed in the appropriate
  8357        comment syntax for the file format. We also recommend that a
  8358        file or class name and description of purpose be included on the
  8359        same "printed page" as the copyright notice for easier
  8360        identification within third-party archives.
  8361  
  8362     Copyright [yyyy] [name of copyright owner]
  8363  
  8364     Licensed under the Apache License, Version 2.0 (the "License");
  8365     you may not use this file except in compliance with the License.
  8366     You may obtain a copy of the License at
  8367  
  8368         http://www.apache.org/licenses/LICENSE-2.0
  8369  
  8370     Unless required by applicable law or agreed to in writing, software
  8371     distributed under the License is distributed on an "AS IS" BASIS,
  8372     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  8373     See the License for the specific language governing permissions and
  8374     limitations under the License.
  8375  
  8376  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  8377  ================================================================================
  8378  
  8379  ================================================================================
  8380  = github.com/prometheus/common licensed under: =
  8381  
  8382                                   Apache License
  8383                             Version 2.0, January 2004
  8384                          http://www.apache.org/licenses/
  8385  
  8386     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  8387  
  8388     1. Definitions.
  8389  
  8390        "License" shall mean the terms and conditions for use, reproduction,
  8391        and distribution as defined by Sections 1 through 9 of this document.
  8392  
  8393        "Licensor" shall mean the copyright owner or entity authorized by
  8394        the copyright owner that is granting the License.
  8395  
  8396        "Legal Entity" shall mean the union of the acting entity and all
  8397        other entities that control, are controlled by, or are under common
  8398        control with that entity. For the purposes of this definition,
  8399        "control" means (i) the power, direct or indirect, to cause the
  8400        direction or management of such entity, whether by contract or
  8401        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  8402        outstanding shares, or (iii) beneficial ownership of such entity.
  8403  
  8404        "You" (or "Your") shall mean an individual or Legal Entity
  8405        exercising permissions granted by this License.
  8406  
  8407        "Source" form shall mean the preferred form for making modifications,
  8408        including but not limited to software source code, documentation
  8409        source, and configuration files.
  8410  
  8411        "Object" form shall mean any form resulting from mechanical
  8412        transformation or translation of a Source form, including but
  8413        not limited to compiled object code, generated documentation,
  8414        and conversions to other media types.
  8415  
  8416        "Work" shall mean the work of authorship, whether in Source or
  8417        Object form, made available under the License, as indicated by a
  8418        copyright notice that is included in or attached to the work
  8419        (an example is provided in the Appendix below).
  8420  
  8421        "Derivative Works" shall mean any work, whether in Source or Object
  8422        form, that is based on (or derived from) the Work and for which the
  8423        editorial revisions, annotations, elaborations, or other modifications
  8424        represent, as a whole, an original work of authorship. For the purposes
  8425        of this License, Derivative Works shall not include works that remain
  8426        separable from, or merely link (or bind by name) to the interfaces of,
  8427        the Work and Derivative Works thereof.
  8428  
  8429        "Contribution" shall mean any work of authorship, including
  8430        the original version of the Work and any modifications or additions
  8431        to that Work or Derivative Works thereof, that is intentionally
  8432        submitted to Licensor for inclusion in the Work by the copyright owner
  8433        or by an individual or Legal Entity authorized to submit on behalf of
  8434        the copyright owner. For the purposes of this definition, "submitted"
  8435        means any form of electronic, verbal, or written communication sent
  8436        to the Licensor or its representatives, including but not limited to
  8437        communication on electronic mailing lists, source code control systems,
  8438        and issue tracking systems that are managed by, or on behalf of, the
  8439        Licensor for the purpose of discussing and improving the Work, but
  8440        excluding communication that is conspicuously marked or otherwise
  8441        designated in writing by the copyright owner as "Not a Contribution."
  8442  
  8443        "Contributor" shall mean Licensor and any individual or Legal Entity
  8444        on behalf of whom a Contribution has been received by Licensor and
  8445        subsequently incorporated within the Work.
  8446  
  8447     2. Grant of Copyright License. Subject to the terms and conditions of
  8448        this License, each Contributor hereby grants to You a perpetual,
  8449        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8450        copyright license to reproduce, prepare Derivative Works of,
  8451        publicly display, publicly perform, sublicense, and distribute the
  8452        Work and such Derivative Works in Source or Object form.
  8453  
  8454     3. Grant of Patent License. Subject to the terms and conditions of
  8455        this License, each Contributor hereby grants to You a perpetual,
  8456        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8457        (except as stated in this section) patent license to make, have made,
  8458        use, offer to sell, sell, import, and otherwise transfer the Work,
  8459        where such license applies only to those patent claims licensable
  8460        by such Contributor that are necessarily infringed by their
  8461        Contribution(s) alone or by combination of their Contribution(s)
  8462        with the Work to which such Contribution(s) was submitted. If You
  8463        institute patent litigation against any entity (including a
  8464        cross-claim or counterclaim in a lawsuit) alleging that the Work
  8465        or a Contribution incorporated within the Work constitutes direct
  8466        or contributory patent infringement, then any patent licenses
  8467        granted to You under this License for that Work shall terminate
  8468        as of the date such litigation is filed.
  8469  
  8470     4. Redistribution. You may reproduce and distribute copies of the
  8471        Work or Derivative Works thereof in any medium, with or without
  8472        modifications, and in Source or Object form, provided that You
  8473        meet the following conditions:
  8474  
  8475        (a) You must give any other recipients of the Work or
  8476            Derivative Works a copy of this License; and
  8477  
  8478        (b) You must cause any modified files to carry prominent notices
  8479            stating that You changed the files; and
  8480  
  8481        (c) You must retain, in the Source form of any Derivative Works
  8482            that You distribute, all copyright, patent, trademark, and
  8483            attribution notices from the Source form of the Work,
  8484            excluding those notices that do not pertain to any part of
  8485            the Derivative Works; and
  8486  
  8487        (d) If the Work includes a "NOTICE" text file as part of its
  8488            distribution, then any Derivative Works that You distribute must
  8489            include a readable copy of the attribution notices contained
  8490            within such NOTICE file, excluding those notices that do not
  8491            pertain to any part of the Derivative Works, in at least one
  8492            of the following places: within a NOTICE text file distributed
  8493            as part of the Derivative Works; within the Source form or
  8494            documentation, if provided along with the Derivative Works; or,
  8495            within a display generated by the Derivative Works, if and
  8496            wherever such third-party notices normally appear. The contents
  8497            of the NOTICE file are for informational purposes only and
  8498            do not modify the License. You may add Your own attribution
  8499            notices within Derivative Works that You distribute, alongside
  8500            or as an addendum to the NOTICE text from the Work, provided
  8501            that such additional attribution notices cannot be construed
  8502            as modifying the License.
  8503  
  8504        You may add Your own copyright statement to Your modifications and
  8505        may provide additional or different license terms and conditions
  8506        for use, reproduction, or distribution of Your modifications, or
  8507        for any such Derivative Works as a whole, provided Your use,
  8508        reproduction, and distribution of the Work otherwise complies with
  8509        the conditions stated in this License.
  8510  
  8511     5. Submission of Contributions. Unless You explicitly state otherwise,
  8512        any Contribution intentionally submitted for inclusion in the Work
  8513        by You to the Licensor shall be under the terms and conditions of
  8514        this License, without any additional terms or conditions.
  8515        Notwithstanding the above, nothing herein shall supersede or modify
  8516        the terms of any separate license agreement you may have executed
  8517        with Licensor regarding such Contributions.
  8518  
  8519     6. Trademarks. This License does not grant permission to use the trade
  8520        names, trademarks, service marks, or product names of the Licensor,
  8521        except as required for reasonable and customary use in describing the
  8522        origin of the Work and reproducing the content of the NOTICE file.
  8523  
  8524     7. Disclaimer of Warranty. Unless required by applicable law or
  8525        agreed to in writing, Licensor provides the Work (and each
  8526        Contributor provides its Contributions) on an "AS IS" BASIS,
  8527        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  8528        implied, including, without limitation, any warranties or conditions
  8529        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  8530        PARTICULAR PURPOSE. You are solely responsible for determining the
  8531        appropriateness of using or redistributing the Work and assume any
  8532        risks associated with Your exercise of permissions under this License.
  8533  
  8534     8. Limitation of Liability. In no event and under no legal theory,
  8535        whether in tort (including negligence), contract, or otherwise,
  8536        unless required by applicable law (such as deliberate and grossly
  8537        negligent acts) or agreed to in writing, shall any Contributor be
  8538        liable to You for damages, including any direct, indirect, special,
  8539        incidental, or consequential damages of any character arising as a
  8540        result of this License or out of the use or inability to use the
  8541        Work (including but not limited to damages for loss of goodwill,
  8542        work stoppage, computer failure or malfunction, or any and all
  8543        other commercial damages or losses), even if such Contributor
  8544        has been advised of the possibility of such damages.
  8545  
  8546     9. Accepting Warranty or Additional Liability. While redistributing
  8547        the Work or Derivative Works thereof, You may choose to offer,
  8548        and charge a fee for, acceptance of support, warranty, indemnity,
  8549        or other liability obligations and/or rights consistent with this
  8550        License. However, in accepting such obligations, You may act only
  8551        on Your own behalf and on Your sole responsibility, not on behalf
  8552        of any other Contributor, and only if You agree to indemnify,
  8553        defend, and hold each Contributor harmless for any liability
  8554        incurred by, or claims asserted against, such Contributor by reason
  8555        of your accepting any such warranty or additional liability.
  8556  
  8557     END OF TERMS AND CONDITIONS
  8558  
  8559     APPENDIX: How to apply the Apache License to your work.
  8560  
  8561        To apply the Apache License to your work, attach the following
  8562        boilerplate notice, with the fields enclosed by brackets "[]"
  8563        replaced with your own identifying information. (Don't include
  8564        the brackets!)  The text should be enclosed in the appropriate
  8565        comment syntax for the file format. We also recommend that a
  8566        file or class name and description of purpose be included on the
  8567        same "printed page" as the copyright notice for easier
  8568        identification within third-party archives.
  8569  
  8570     Copyright [yyyy] [name of copyright owner]
  8571  
  8572     Licensed under the Apache License, Version 2.0 (the "License");
  8573     you may not use this file except in compliance with the License.
  8574     You may obtain a copy of the License at
  8575  
  8576         http://www.apache.org/licenses/LICENSE-2.0
  8577  
  8578     Unless required by applicable law or agreed to in writing, software
  8579     distributed under the License is distributed on an "AS IS" BASIS,
  8580     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  8581     See the License for the specific language governing permissions and
  8582     limitations under the License.
  8583  
  8584  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  8585  ================================================================================
  8586  
  8587  ================================================================================
  8588  = github.com/prometheus/procfs licensed under: =
  8589  
  8590                                   Apache License
  8591                             Version 2.0, January 2004
  8592                          http://www.apache.org/licenses/
  8593  
  8594     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  8595  
  8596     1. Definitions.
  8597  
  8598        "License" shall mean the terms and conditions for use, reproduction,
  8599        and distribution as defined by Sections 1 through 9 of this document.
  8600  
  8601        "Licensor" shall mean the copyright owner or entity authorized by
  8602        the copyright owner that is granting the License.
  8603  
  8604        "Legal Entity" shall mean the union of the acting entity and all
  8605        other entities that control, are controlled by, or are under common
  8606        control with that entity. For the purposes of this definition,
  8607        "control" means (i) the power, direct or indirect, to cause the
  8608        direction or management of such entity, whether by contract or
  8609        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  8610        outstanding shares, or (iii) beneficial ownership of such entity.
  8611  
  8612        "You" (or "Your") shall mean an individual or Legal Entity
  8613        exercising permissions granted by this License.
  8614  
  8615        "Source" form shall mean the preferred form for making modifications,
  8616        including but not limited to software source code, documentation
  8617        source, and configuration files.
  8618  
  8619        "Object" form shall mean any form resulting from mechanical
  8620        transformation or translation of a Source form, including but
  8621        not limited to compiled object code, generated documentation,
  8622        and conversions to other media types.
  8623  
  8624        "Work" shall mean the work of authorship, whether in Source or
  8625        Object form, made available under the License, as indicated by a
  8626        copyright notice that is included in or attached to the work
  8627        (an example is provided in the Appendix below).
  8628  
  8629        "Derivative Works" shall mean any work, whether in Source or Object
  8630        form, that is based on (or derived from) the Work and for which the
  8631        editorial revisions, annotations, elaborations, or other modifications
  8632        represent, as a whole, an original work of authorship. For the purposes
  8633        of this License, Derivative Works shall not include works that remain
  8634        separable from, or merely link (or bind by name) to the interfaces of,
  8635        the Work and Derivative Works thereof.
  8636  
  8637        "Contribution" shall mean any work of authorship, including
  8638        the original version of the Work and any modifications or additions
  8639        to that Work or Derivative Works thereof, that is intentionally
  8640        submitted to Licensor for inclusion in the Work by the copyright owner
  8641        or by an individual or Legal Entity authorized to submit on behalf of
  8642        the copyright owner. For the purposes of this definition, "submitted"
  8643        means any form of electronic, verbal, or written communication sent
  8644        to the Licensor or its representatives, including but not limited to
  8645        communication on electronic mailing lists, source code control systems,
  8646        and issue tracking systems that are managed by, or on behalf of, the
  8647        Licensor for the purpose of discussing and improving the Work, but
  8648        excluding communication that is conspicuously marked or otherwise
  8649        designated in writing by the copyright owner as "Not a Contribution."
  8650  
  8651        "Contributor" shall mean Licensor and any individual or Legal Entity
  8652        on behalf of whom a Contribution has been received by Licensor and
  8653        subsequently incorporated within the Work.
  8654  
  8655     2. Grant of Copyright License. Subject to the terms and conditions of
  8656        this License, each Contributor hereby grants to You a perpetual,
  8657        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8658        copyright license to reproduce, prepare Derivative Works of,
  8659        publicly display, publicly perform, sublicense, and distribute the
  8660        Work and such Derivative Works in Source or Object form.
  8661  
  8662     3. Grant of Patent License. Subject to the terms and conditions of
  8663        this License, each Contributor hereby grants to You a perpetual,
  8664        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  8665        (except as stated in this section) patent license to make, have made,
  8666        use, offer to sell, sell, import, and otherwise transfer the Work,
  8667        where such license applies only to those patent claims licensable
  8668        by such Contributor that are necessarily infringed by their
  8669        Contribution(s) alone or by combination of their Contribution(s)
  8670        with the Work to which such Contribution(s) was submitted. If You
  8671        institute patent litigation against any entity (including a
  8672        cross-claim or counterclaim in a lawsuit) alleging that the Work
  8673        or a Contribution incorporated within the Work constitutes direct
  8674        or contributory patent infringement, then any patent licenses
  8675        granted to You under this License for that Work shall terminate
  8676        as of the date such litigation is filed.
  8677  
  8678     4. Redistribution. You may reproduce and distribute copies of the
  8679        Work or Derivative Works thereof in any medium, with or without
  8680        modifications, and in Source or Object form, provided that You
  8681        meet the following conditions:
  8682  
  8683        (a) You must give any other recipients of the Work or
  8684            Derivative Works a copy of this License; and
  8685  
  8686        (b) You must cause any modified files to carry prominent notices
  8687            stating that You changed the files; and
  8688  
  8689        (c) You must retain, in the Source form of any Derivative Works
  8690            that You distribute, all copyright, patent, trademark, and
  8691            attribution notices from the Source form of the Work,
  8692            excluding those notices that do not pertain to any part of
  8693            the Derivative Works; and
  8694  
  8695        (d) If the Work includes a "NOTICE" text file as part of its
  8696            distribution, then any Derivative Works that You distribute must
  8697            include a readable copy of the attribution notices contained
  8698            within such NOTICE file, excluding those notices that do not
  8699            pertain to any part of the Derivative Works, in at least one
  8700            of the following places: within a NOTICE text file distributed
  8701            as part of the Derivative Works; within the Source form or
  8702            documentation, if provided along with the Derivative Works; or,
  8703            within a display generated by the Derivative Works, if and
  8704            wherever such third-party notices normally appear. The contents
  8705            of the NOTICE file are for informational purposes only and
  8706            do not modify the License. You may add Your own attribution
  8707            notices within Derivative Works that You distribute, alongside
  8708            or as an addendum to the NOTICE text from the Work, provided
  8709            that such additional attribution notices cannot be construed
  8710            as modifying the License.
  8711  
  8712        You may add Your own copyright statement to Your modifications and
  8713        may provide additional or different license terms and conditions
  8714        for use, reproduction, or distribution of Your modifications, or
  8715        for any such Derivative Works as a whole, provided Your use,
  8716        reproduction, and distribution of the Work otherwise complies with
  8717        the conditions stated in this License.
  8718  
  8719     5. Submission of Contributions. Unless You explicitly state otherwise,
  8720        any Contribution intentionally submitted for inclusion in the Work
  8721        by You to the Licensor shall be under the terms and conditions of
  8722        this License, without any additional terms or conditions.
  8723        Notwithstanding the above, nothing herein shall supersede or modify
  8724        the terms of any separate license agreement you may have executed
  8725        with Licensor regarding such Contributions.
  8726  
  8727     6. Trademarks. This License does not grant permission to use the trade
  8728        names, trademarks, service marks, or product names of the Licensor,
  8729        except as required for reasonable and customary use in describing the
  8730        origin of the Work and reproducing the content of the NOTICE file.
  8731  
  8732     7. Disclaimer of Warranty. Unless required by applicable law or
  8733        agreed to in writing, Licensor provides the Work (and each
  8734        Contributor provides its Contributions) on an "AS IS" BASIS,
  8735        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  8736        implied, including, without limitation, any warranties or conditions
  8737        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  8738        PARTICULAR PURPOSE. You are solely responsible for determining the
  8739        appropriateness of using or redistributing the Work and assume any
  8740        risks associated with Your exercise of permissions under this License.
  8741  
  8742     8. Limitation of Liability. In no event and under no legal theory,
  8743        whether in tort (including negligence), contract, or otherwise,
  8744        unless required by applicable law (such as deliberate and grossly
  8745        negligent acts) or agreed to in writing, shall any Contributor be
  8746        liable to You for damages, including any direct, indirect, special,
  8747        incidental, or consequential damages of any character arising as a
  8748        result of this License or out of the use or inability to use the
  8749        Work (including but not limited to damages for loss of goodwill,
  8750        work stoppage, computer failure or malfunction, or any and all
  8751        other commercial damages or losses), even if such Contributor
  8752        has been advised of the possibility of such damages.
  8753  
  8754     9. Accepting Warranty or Additional Liability. While redistributing
  8755        the Work or Derivative Works thereof, You may choose to offer,
  8756        and charge a fee for, acceptance of support, warranty, indemnity,
  8757        or other liability obligations and/or rights consistent with this
  8758        License. However, in accepting such obligations, You may act only
  8759        on Your own behalf and on Your sole responsibility, not on behalf
  8760        of any other Contributor, and only if You agree to indemnify,
  8761        defend, and hold each Contributor harmless for any liability
  8762        incurred by, or claims asserted against, such Contributor by reason
  8763        of your accepting any such warranty or additional liability.
  8764  
  8765     END OF TERMS AND CONDITIONS
  8766  
  8767     APPENDIX: How to apply the Apache License to your work.
  8768  
  8769        To apply the Apache License to your work, attach the following
  8770        boilerplate notice, with the fields enclosed by brackets "[]"
  8771        replaced with your own identifying information. (Don't include
  8772        the brackets!)  The text should be enclosed in the appropriate
  8773        comment syntax for the file format. We also recommend that a
  8774        file or class name and description of purpose be included on the
  8775        same "printed page" as the copyright notice for easier
  8776        identification within third-party archives.
  8777  
  8778     Copyright [yyyy] [name of copyright owner]
  8779  
  8780     Licensed under the Apache License, Version 2.0 (the "License");
  8781     you may not use this file except in compliance with the License.
  8782     You may obtain a copy of the License at
  8783  
  8784         http://www.apache.org/licenses/LICENSE-2.0
  8785  
  8786     Unless required by applicable law or agreed to in writing, software
  8787     distributed under the License is distributed on an "AS IS" BASIS,
  8788     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  8789     See the License for the specific language governing permissions and
  8790     limitations under the License.
  8791  
  8792  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  8793  ================================================================================
  8794  
  8795  ================================================================================
  8796  = github.com/rivo/uniseg licensed under: =
  8797  
  8798  MIT License
  8799  
  8800  Copyright (c) 2019 Oliver Kuederle
  8801  
  8802  Permission is hereby granted, free of charge, to any person obtaining a copy
  8803  of this software and associated documentation files (the "Software"), to deal
  8804  in the Software without restriction, including without limitation the rights
  8805  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  8806  copies of the Software, and to permit persons to whom the Software is
  8807  furnished to do so, subject to the following conditions:
  8808  
  8809  The above copyright notice and this permission notice shall be included in all
  8810  copies or substantial portions of the Software.
  8811  
  8812  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  8813  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  8814  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  8815  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  8816  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  8817  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  8818  SOFTWARE.
  8819  
  8820  = LICENSE.txt e5d67e7f9aef7d7ed95d3e08ad3995916228230dbb61747d079cc0c1 =
  8821  ================================================================================
  8822  
  8823  ================================================================================
  8824  = github.com/sergi/go-diff licensed under: =
  8825  
  8826  Copyright (c) 2012-2016 The go-diff Authors. All rights reserved.
  8827  
  8828  Permission is hereby granted, free of charge, to any person obtaining a
  8829  copy of this software and associated documentation files (the "Software"),
  8830  to deal in the Software without restriction, including without limitation
  8831  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8832  and/or sell copies of the Software, and to permit persons to whom the
  8833  Software is furnished to do so, subject to the following conditions:
  8834  
  8835  The above copyright notice and this permission notice shall be included
  8836  in all copies or substantial portions of the Software.
  8837  
  8838  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  8839  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  8840  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  8841  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  8842  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  8843  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  8844  DEALINGS IN THE SOFTWARE.
  8845  
  8846  
  8847  = LICENSE 4f259259199d1875581689ffebe5dccc398f7fe7a31d03b481aeea2e =
  8848  ================================================================================
  8849  
  8850  ================================================================================
  8851  = github.com/shopspring/decimal licensed under: =
  8852  
  8853  The MIT License (MIT)
  8854  
  8855  Copyright (c) 2015 Spring, Inc.
  8856  
  8857  Permission is hereby granted, free of charge, to any person obtaining a copy
  8858  of this software and associated documentation files (the "Software"), to deal
  8859  in the Software without restriction, including without limitation the rights
  8860  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  8861  copies of the Software, and to permit persons to whom the Software is
  8862  furnished to do so, subject to the following conditions:
  8863  
  8864  The above copyright notice and this permission notice shall be included in
  8865  all copies or substantial portions of the Software.
  8866  
  8867  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  8868  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  8869  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  8870  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  8871  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  8872  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  8873  THE SOFTWARE.
  8874  
  8875  - Based on https://github.com/oguzbilgic/fpd, which has the following license:
  8876  """
  8877  The MIT License (MIT)
  8878  
  8879  Copyright (c) 2013 Oguz Bilgic
  8880  
  8881  Permission is hereby granted, free of charge, to any person obtaining a copy of
  8882  this software and associated documentation files (the "Software"), to deal in
  8883  the Software without restriction, including without limitation the rights to
  8884  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  8885  the Software, and to permit persons to whom the Software is furnished to do so,
  8886  subject to the following conditions:
  8887  
  8888  The above copyright notice and this permission notice shall be included in all
  8889  copies or substantial portions of the Software.
  8890  
  8891  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  8892  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  8893  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  8894  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  8895  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  8896  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  8897  """
  8898  
  8899  = LICENSE d444eac7bc0c9b4473712ca71079dd0af192c0204b1846213e79865d =
  8900  ================================================================================
  8901  
  8902  ================================================================================
  8903  = github.com/silvasur/buzhash licensed under: =
  8904  
  8905             DO WHATEVER THE FUCK YOU WANT, PUBLIC LICENSE
  8906     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  8907  
  8908              0. You just DO WHATEVER THE FUCK YOU WANT.
  8909  = LICENSE 03d3e3813a51a67f46a07063e39f5d6451619f4ede2ae1c4c4cccb9e =
  8910  ================================================================================
  8911  
  8912  ================================================================================
  8913  = github.com/sirupsen/logrus licensed under: =
  8914  
  8915  The MIT License (MIT)
  8916  
  8917  Copyright (c) 2014 Simon Eskildsen
  8918  
  8919  Permission is hereby granted, free of charge, to any person obtaining a copy
  8920  of this software and associated documentation files (the "Software"), to deal
  8921  in the Software without restriction, including without limitation the rights
  8922  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  8923  copies of the Software, and to permit persons to whom the Software is
  8924  furnished to do so, subject to the following conditions:
  8925  
  8926  The above copyright notice and this permission notice shall be included in
  8927  all copies or substantial portions of the Software.
  8928  
  8929  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  8930  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  8931  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  8932  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  8933  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  8934  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  8935  THE SOFTWARE.
  8936  
  8937  = LICENSE 1c74b6ac7f490e921913f40646366964906775986633f0445c866113 =
  8938  ================================================================================
  8939  
  8940  ================================================================================
  8941  = github.com/skratchdot/open-golang licensed under: =
  8942  
  8943  Copyright (c) 2013 skratchdot
  8944  
  8945  Permission is hereby granted, free of charge, to any person
  8946  obtaining a copy of this software and associated documentation
  8947  files (the "Software"), to deal in the Software without
  8948  restriction, including without limitation the rights to use,
  8949  copy, modify, merge, publish, distribute, sublicense, and/or sell
  8950  copies of the Software, and to permit persons to whom the
  8951  Software is furnished to do so, subject to the following
  8952  conditions:
  8953  
  8954  The above copyright notice and this permission notice shall be
  8955  included in all copies or substantial portions of the Software.
  8956  
  8957  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  8958  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  8959  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  8960  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  8961  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  8962  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  8963  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  8964  OTHER DEALINGS IN THE SOFTWARE.
  8965  
  8966  = LICENSE 470f204648dd700d3c0229df525a9607693e6a3d9fd6422fe0212c62 =
  8967  ================================================================================
  8968  
  8969  ================================================================================
  8970  = github.com/sony/gobreaker licensed under: =
  8971  
  8972  The MIT License (MIT)
  8973  
  8974  Copyright 2015 Sony Corporation
  8975  
  8976  Permission is hereby granted, free of charge, to any person obtaining a copy
  8977  of this software and associated documentation files (the "Software"), to deal
  8978  in the Software without restriction, including without limitation the rights
  8979  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  8980  copies of the Software, and to permit persons to whom the Software is
  8981  furnished to do so, subject to the following conditions:
  8982  
  8983  The above copyright notice and this permission notice shall be included in
  8984  all copies or substantial portions of the Software.
  8985  
  8986  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  8987  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  8988  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  8989  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  8990  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  8991  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  8992  THE SOFTWARE.
  8993  
  8994  = LICENSE e721de56f0e19f85d9b7a0e343990895cd9a9689444408cef8f69a86 =
  8995  ================================================================================
  8996  
  8997  ================================================================================
  8998  = github.com/tealeg/xlsx licensed under: =
  8999  
  9000  BSD 3-Clause License
  9001  
  9002  Copyright (c) 2011-2017, Geoffrey J. Teale
  9003  All rights reserved.
  9004  
  9005  Redistribution and use in source and binary forms, with or without
  9006  modification, are permitted provided that the following conditions are met:
  9007  
  9008  * Redistributions of source code must retain the above copyright notice, this
  9009    list of conditions and the following disclaimer.
  9010  
  9011  * Redistributions in binary form must reproduce the above copyright notice,
  9012    this list of conditions and the following disclaimer in the documentation
  9013    and/or other materials provided with the distribution.
  9014  
  9015  * Neither the name of the copyright holder nor the names of its
  9016    contributors may be used to endorse or promote products derived from
  9017    this software without specific prior written permission.
  9018  
  9019  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  9020  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  9021  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  9022  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  9023  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  9024  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  9025  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  9026  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  9027  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  9028  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  9029  
  9030  = LICENSE 8324b31a3793e08aae6a3c5bad20c4f41d089fd801d4d24c21aa6ea2 =
  9031  ================================================================================
  9032  
  9033  ================================================================================
  9034  = github.com/tetratelabs/wazero licensed under: =
  9035  
  9036                                   Apache License
  9037                             Version 2.0, January 2004
  9038                          http://www.apache.org/licenses/
  9039  
  9040     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  9041  
  9042     1. Definitions.
  9043  
  9044        "License" shall mean the terms and conditions for use, reproduction,
  9045        and distribution as defined by Sections 1 through 9 of this document.
  9046  
  9047        "Licensor" shall mean the copyright owner or entity authorized by
  9048        the copyright owner that is granting the License.
  9049  
  9050        "Legal Entity" shall mean the union of the acting entity and all
  9051        other entities that control, are controlled by, or are under common
  9052        control with that entity. For the purposes of this definition,
  9053        "control" means (i) the power, direct or indirect, to cause the
  9054        direction or management of such entity, whether by contract or
  9055        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  9056        outstanding shares, or (iii) beneficial ownership of such entity.
  9057  
  9058        "You" (or "Your") shall mean an individual or Legal Entity
  9059        exercising permissions granted by this License.
  9060  
  9061        "Source" form shall mean the preferred form for making modifications,
  9062        including but not limited to software source code, documentation
  9063        source, and configuration files.
  9064  
  9065        "Object" form shall mean any form resulting from mechanical
  9066        transformation or translation of a Source form, including but
  9067        not limited to compiled object code, generated documentation,
  9068        and conversions to other media types.
  9069  
  9070        "Work" shall mean the work of authorship, whether in Source or
  9071        Object form, made available under the License, as indicated by a
  9072        copyright notice that is included in or attached to the work
  9073        (an example is provided in the Appendix below).
  9074  
  9075        "Derivative Works" shall mean any work, whether in Source or Object
  9076        form, that is based on (or derived from) the Work and for which the
  9077        editorial revisions, annotations, elaborations, or other modifications
  9078        represent, as a whole, an original work of authorship. For the purposes
  9079        of this License, Derivative Works shall not include works that remain
  9080        separable from, or merely link (or bind by name) to the interfaces of,
  9081        the Work and Derivative Works thereof.
  9082  
  9083        "Contribution" shall mean any work of authorship, including
  9084        the original version of the Work and any modifications or additions
  9085        to that Work or Derivative Works thereof, that is intentionally
  9086        submitted to Licensor for inclusion in the Work by the copyright owner
  9087        or by an individual or Legal Entity authorized to submit on behalf of
  9088        the copyright owner. For the purposes of this definition, "submitted"
  9089        means any form of electronic, verbal, or written communication sent
  9090        to the Licensor or its representatives, including but not limited to
  9091        communication on electronic mailing lists, source code control systems,
  9092        and issue tracking systems that are managed by, or on behalf of, the
  9093        Licensor for the purpose of discussing and improving the Work, but
  9094        excluding communication that is conspicuously marked or otherwise
  9095        designated in writing by the copyright owner as "Not a Contribution."
  9096  
  9097        "Contributor" shall mean Licensor and any individual or Legal Entity
  9098        on behalf of whom a Contribution has been received by Licensor and
  9099        subsequently incorporated within the Work.
  9100  
  9101     2. Grant of Copyright License. Subject to the terms and conditions of
  9102        this License, each Contributor hereby grants to You a perpetual,
  9103        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9104        copyright license to reproduce, prepare Derivative Works of,
  9105        publicly display, publicly perform, sublicense, and distribute the
  9106        Work and such Derivative Works in Source or Object form.
  9107  
  9108     3. Grant of Patent License. Subject to the terms and conditions of
  9109        this License, each Contributor hereby grants to You a perpetual,
  9110        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9111        (except as stated in this section) patent license to make, have made,
  9112        use, offer to sell, sell, import, and otherwise transfer the Work,
  9113        where such license applies only to those patent claims licensable
  9114        by such Contributor that are necessarily infringed by their
  9115        Contribution(s) alone or by combination of their Contribution(s)
  9116        with the Work to which such Contribution(s) was submitted. If You
  9117        institute patent litigation against any entity (including a
  9118        cross-claim or counterclaim in a lawsuit) alleging that the Work
  9119        or a Contribution incorporated within the Work constitutes direct
  9120        or contributory patent infringement, then any patent licenses
  9121        granted to You under this License for that Work shall terminate
  9122        as of the date such litigation is filed.
  9123  
  9124     4. Redistribution. You may reproduce and distribute copies of the
  9125        Work or Derivative Works thereof in any medium, with or without
  9126        modifications, and in Source or Object form, provided that You
  9127        meet the following conditions:
  9128  
  9129        (a) You must give any other recipients of the Work or
  9130            Derivative Works a copy of this License; and
  9131  
  9132        (b) You must cause any modified files to carry prominent notices
  9133            stating that You changed the files; and
  9134  
  9135        (c) You must retain, in the Source form of any Derivative Works
  9136            that You distribute, all copyright, patent, trademark, and
  9137            attribution notices from the Source form of the Work,
  9138            excluding those notices that do not pertain to any part of
  9139            the Derivative Works; and
  9140  
  9141        (d) If the Work includes a "NOTICE" text file as part of its
  9142            distribution, then any Derivative Works that You distribute must
  9143            include a readable copy of the attribution notices contained
  9144            within such NOTICE file, excluding those notices that do not
  9145            pertain to any part of the Derivative Works, in at least one
  9146            of the following places: within a NOTICE text file distributed
  9147            as part of the Derivative Works; within the Source form or
  9148            documentation, if provided along with the Derivative Works; or,
  9149            within a display generated by the Derivative Works, if and
  9150            wherever such third-party notices normally appear. The contents
  9151            of the NOTICE file are for informational purposes only and
  9152            do not modify the License. You may add Your own attribution
  9153            notices within Derivative Works that You distribute, alongside
  9154            or as an addendum to the NOTICE text from the Work, provided
  9155            that such additional attribution notices cannot be construed
  9156            as modifying the License.
  9157  
  9158        You may add Your own copyright statement to Your modifications and
  9159        may provide additional or different license terms and conditions
  9160        for use, reproduction, or distribution of Your modifications, or
  9161        for any such Derivative Works as a whole, provided Your use,
  9162        reproduction, and distribution of the Work otherwise complies with
  9163        the conditions stated in this License.
  9164  
  9165     5. Submission of Contributions. Unless You explicitly state otherwise,
  9166        any Contribution intentionally submitted for inclusion in the Work
  9167        by You to the Licensor shall be under the terms and conditions of
  9168        this License, without any additional terms or conditions.
  9169        Notwithstanding the above, nothing herein shall supersede or modify
  9170        the terms of any separate license agreement you may have executed
  9171        with Licensor regarding such Contributions.
  9172  
  9173     6. Trademarks. This License does not grant permission to use the trade
  9174        names, trademarks, service marks, or product names of the Licensor,
  9175        except as required for reasonable and customary use in describing the
  9176        origin of the Work and reproducing the content of the NOTICE file.
  9177  
  9178     7. Disclaimer of Warranty. Unless required by applicable law or
  9179        agreed to in writing, Licensor provides the Work (and each
  9180        Contributor provides its Contributions) on an "AS IS" BASIS,
  9181        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  9182        implied, including, without limitation, any warranties or conditions
  9183        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  9184        PARTICULAR PURPOSE. You are solely responsible for determining the
  9185        appropriateness of using or redistributing the Work and assume any
  9186        risks associated with Your exercise of permissions under this License.
  9187  
  9188     8. Limitation of Liability. In no event and under no legal theory,
  9189        whether in tort (including negligence), contract, or otherwise,
  9190        unless required by applicable law (such as deliberate and grossly
  9191        negligent acts) or agreed to in writing, shall any Contributor be
  9192        liable to You for damages, including any direct, indirect, special,
  9193        incidental, or consequential damages of any character arising as a
  9194        result of this License or out of the use or inability to use the
  9195        Work (including but not limited to damages for loss of goodwill,
  9196        work stoppage, computer failure or malfunction, or any and all
  9197        other commercial damages or losses), even if such Contributor
  9198        has been advised of the possibility of such damages.
  9199  
  9200     9. Accepting Warranty or Additional Liability. While redistributing
  9201        the Work or Derivative Works thereof, You may choose to offer,
  9202        and charge a fee for, acceptance of support, warranty, indemnity,
  9203        or other liability obligations and/or rights consistent with this
  9204        License. However, in accepting such obligations, You may act only
  9205        on Your own behalf and on Your sole responsibility, not on behalf
  9206        of any other Contributor, and only if You agree to indemnify,
  9207        defend, and hold each Contributor harmless for any liability
  9208        incurred by, or claims asserted against, such Contributor by reason
  9209        of your accepting any such warranty or additional liability.
  9210  
  9211     END OF TERMS AND CONDITIONS
  9212  
  9213     APPENDIX: How to apply the Apache License to your work.
  9214  
  9215        To apply the Apache License to your work, attach the following
  9216        boilerplate notice, with the fields enclosed by brackets "[]"
  9217        replaced with your own identifying information. (Don't include
  9218        the brackets!)  The text should be enclosed in the appropriate
  9219        comment syntax for the file format. We also recommend that a
  9220        file or class name and description of purpose be included on the
  9221        same "printed page" as the copyright notice for easier
  9222        identification within third-party archives.
  9223  
  9224     Copyright 2020-2023 wazero authors
  9225  
  9226     Licensed under the Apache License, Version 2.0 (the "License");
  9227     you may not use this file except in compliance with the License.
  9228     You may obtain a copy of the License at
  9229  
  9230         http://www.apache.org/licenses/LICENSE-2.0
  9231  
  9232     Unless required by applicable law or agreed to in writing, software
  9233     distributed under the License is distributed on an "AS IS" BASIS,
  9234     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9235     See the License for the specific language governing permissions and
  9236     limitations under the License.
  9237  
  9238  = LICENSE 8688e1eec2a64837c6b20e1134bfa84e33dffb6a1e80afaf23c216c3 =
  9239  ================================================================================
  9240  
  9241  ================================================================================
  9242  = github.com/tidwall/gjson licensed under: =
  9243  
  9244  The MIT License (MIT)
  9245  
  9246  Copyright (c) 2016 Josh Baker
  9247  
  9248  Permission is hereby granted, free of charge, to any person obtaining a copy of
  9249  this software and associated documentation files (the "Software"), to deal in
  9250  the Software without restriction, including without limitation the rights to
  9251  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  9252  the Software, and to permit persons to whom the Software is furnished to do so,
  9253  subject to the following conditions:
  9254  
  9255  The above copyright notice and this permission notice shall be included in all
  9256  copies or substantial portions of the Software.
  9257  
  9258  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  9259  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  9260  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  9261  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  9262  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  9263  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  9264  
  9265  = LICENSE badaf752b478a2d788d9e29135e98f3065808ddadacb92ad64b9029c =
  9266  ================================================================================
  9267  
  9268  ================================================================================
  9269  = github.com/tidwall/match licensed under: =
  9270  
  9271  The MIT License (MIT)
  9272  
  9273  Copyright (c) 2016 Josh Baker
  9274  
  9275  Permission is hereby granted, free of charge, to any person obtaining a copy of
  9276  this software and associated documentation files (the "Software"), to deal in
  9277  the Software without restriction, including without limitation the rights to
  9278  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  9279  the Software, and to permit persons to whom the Software is furnished to do so,
  9280  subject to the following conditions:
  9281  
  9282  The above copyright notice and this permission notice shall be included in all
  9283  copies or substantial portions of the Software.
  9284  
  9285  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  9286  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  9287  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  9288  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  9289  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  9290  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  9291  
  9292  = LICENSE badaf752b478a2d788d9e29135e98f3065808ddadacb92ad64b9029c =
  9293  ================================================================================
  9294  
  9295  ================================================================================
  9296  = github.com/tidwall/pretty licensed under: =
  9297  
  9298  The MIT License (MIT)
  9299  
  9300  Copyright (c) 2017 Josh Baker
  9301  
  9302  Permission is hereby granted, free of charge, to any person obtaining a copy of
  9303  this software and associated documentation files (the "Software"), to deal in
  9304  the Software without restriction, including without limitation the rights to
  9305  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  9306  the Software, and to permit persons to whom the Software is furnished to do so,
  9307  subject to the following conditions:
  9308  
  9309  The above copyright notice and this permission notice shall be included in all
  9310  copies or substantial portions of the Software.
  9311  
  9312  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  9313  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  9314  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  9315  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  9316  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  9317  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  9318  
  9319  = LICENSE 750e3e39193f5aef1a2551d106d5c5ed491da8c3188b22a41ec0b0f1 =
  9320  ================================================================================
  9321  
  9322  ================================================================================
  9323  = github.com/tidwall/sjson licensed under: =
  9324  
  9325  The MIT License (MIT)
  9326  
  9327  Copyright (c) 2016 Josh Baker
  9328  
  9329  Permission is hereby granted, free of charge, to any person obtaining a copy of
  9330  this software and associated documentation files (the "Software"), to deal in
  9331  the Software without restriction, including without limitation the rights to
  9332  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  9333  the Software, and to permit persons to whom the Software is furnished to do so,
  9334  subject to the following conditions:
  9335  
  9336  The above copyright notice and this permission notice shall be included in all
  9337  copies or substantial portions of the Software.
  9338  
  9339  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  9340  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  9341  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  9342  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  9343  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  9344  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  9345  
  9346  
  9347  = LICENSE 1f160a4ae8ef3a78226669d0d335c257e25202501dd3e5884fa3e955 =
  9348  ================================================================================
  9349  
  9350  ================================================================================
  9351  = github.com/vbauerster/mpb/v8 licensed under: =
  9352  
  9353  This is free and unencumbered software released into the public domain.
  9354  
  9355  Anyone is free to copy, modify, publish, use, compile, sell, or
  9356  distribute this software, either in source code form or as a compiled
  9357  binary, for any purpose, commercial or non-commercial, and by any
  9358  means.
  9359  
  9360  In jurisdictions that recognize copyright laws, the author or authors
  9361  of this software dedicate any and all copyright interest in the
  9362  software to the public domain. We make this dedication for the benefit
  9363  of the public at large and to the detriment of our heirs and
  9364  successors. We intend this dedication to be an overt act of
  9365  relinquishment in perpetuity of all present and future rights to this
  9366  software under copyright law.
  9367  
  9368  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  9369  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  9370  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  9371  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  9372  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  9373  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  9374  OTHER DEALINGS IN THE SOFTWARE.
  9375  
  9376  For more information, please refer to <http://unlicense.org/>
  9377  
  9378  = UNLICENSE ffe87cd62c8be6b4487debcffe1ac538e28dc9166a069b412aedc74b =
  9379  ================================================================================
  9380  
  9381  ================================================================================
  9382  = github.com/xitongsys/parquet-go licensed under: =
  9383  
  9384                        Apache License
  9385                             Version 2.0, January 2004
  9386                          http://www.apache.org/licenses/
  9387  
  9388     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  9389  
  9390     1. Definitions.
  9391  
  9392        "License" shall mean the terms and conditions for use, reproduction,
  9393        and distribution as defined by Sections 1 through 9 of this document.
  9394  
  9395        "Licensor" shall mean the copyright owner or entity authorized by
  9396        the copyright owner that is granting the License.
  9397  
  9398        "Legal Entity" shall mean the union of the acting entity and all
  9399        other entities that control, are controlled by, or are under common
  9400        control with that entity. For the purposes of this definition,
  9401        "control" means (i) the power, direct or indirect, to cause the
  9402        direction or management of such entity, whether by contract or
  9403        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  9404        outstanding shares, or (iii) beneficial ownership of such entity.
  9405  
  9406        "You" (or "Your") shall mean an individual or Legal Entity
  9407        exercising permissions granted by this License.
  9408  
  9409        "Source" form shall mean the preferred form for making modifications,
  9410        including but not limited to software source code, documentation
  9411        source, and configuration files.
  9412  
  9413        "Object" form shall mean any form resulting from mechanical
  9414        transformation or translation of a Source form, including but
  9415        not limited to compiled object code, generated documentation,
  9416        and conversions to other media types.
  9417  
  9418        "Work" shall mean the work of authorship, whether in Source or
  9419        Object form, made available under the License, as indicated by a
  9420        copyright notice that is included in or attached to the work
  9421        (an example is provided in the Appendix below).
  9422  
  9423        "Derivative Works" shall mean any work, whether in Source or Object
  9424        form, that is based on (or derived from) the Work and for which the
  9425        editorial revisions, annotations, elaborations, or other modifications
  9426        represent, as a whole, an original work of authorship. For the purposes
  9427        of this License, Derivative Works shall not include works that remain
  9428        separable from, or merely link (or bind by name) to the interfaces of,
  9429        the Work and Derivative Works thereof.
  9430  
  9431        "Contribution" shall mean any work of authorship, including
  9432        the original version of the Work and any modifications or additions
  9433        to that Work or Derivative Works thereof, that is intentionally
  9434        submitted to Licensor for inclusion in the Work by the copyright owner
  9435        or by an individual or Legal Entity authorized to submit on behalf of
  9436        the copyright owner. For the purposes of this definition, "submitted"
  9437        means any form of electronic, verbal, or written communication sent
  9438        to the Licensor or its representatives, including but not limited to
  9439        communication on electronic mailing lists, source code control systems,
  9440        and issue tracking systems that are managed by, or on behalf of, the
  9441        Licensor for the purpose of discussing and improving the Work, but
  9442        excluding communication that is conspicuously marked or otherwise
  9443        designated in writing by the copyright owner as "Not a Contribution."
  9444  
  9445        "Contributor" shall mean Licensor and any individual or Legal Entity
  9446        on behalf of whom a Contribution has been received by Licensor and
  9447        subsequently incorporated within the Work.
  9448  
  9449     2. Grant of Copyright License. Subject to the terms and conditions of
  9450        this License, each Contributor hereby grants to You a perpetual,
  9451        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9452        copyright license to reproduce, prepare Derivative Works of,
  9453        publicly display, publicly perform, sublicense, and distribute the
  9454        Work and such Derivative Works in Source or Object form.
  9455  
  9456     3. Grant of Patent License. Subject to the terms and conditions of
  9457        this License, each Contributor hereby grants to You a perpetual,
  9458        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9459        (except as stated in this section) patent license to make, have made,
  9460        use, offer to sell, sell, import, and otherwise transfer the Work,
  9461        where such license applies only to those patent claims licensable
  9462        by such Contributor that are necessarily infringed by their
  9463        Contribution(s) alone or by combination of their Contribution(s)
  9464        with the Work to which such Contribution(s) was submitted. If You
  9465        institute patent litigation against any entity (including a
  9466        cross-claim or counterclaim in a lawsuit) alleging that the Work
  9467        or a Contribution incorporated within the Work constitutes direct
  9468        or contributory patent infringement, then any patent licenses
  9469        granted to You under this License for that Work shall terminate
  9470        as of the date such litigation is filed.
  9471  
  9472     4. Redistribution. You may reproduce and distribute copies of the
  9473        Work or Derivative Works thereof in any medium, with or without
  9474        modifications, and in Source or Object form, provided that You
  9475        meet the following conditions:
  9476  
  9477        (a) You must give any other recipients of the Work or
  9478            Derivative Works a copy of this License; and
  9479  
  9480        (b) You must cause any modified files to carry prominent notices
  9481            stating that You changed the files; and
  9482  
  9483        (c) You must retain, in the Source form of any Derivative Works
  9484            that You distribute, all copyright, patent, trademark, and
  9485            attribution notices from the Source form of the Work,
  9486            excluding those notices that do not pertain to any part of
  9487            the Derivative Works; and
  9488  
  9489        (d) If the Work includes a "NOTICE" text file as part of its
  9490            distribution, then any Derivative Works that You distribute must
  9491            include a readable copy of the attribution notices contained
  9492            within such NOTICE file, excluding those notices that do not
  9493            pertain to any part of the Derivative Works, in at least one
  9494            of the following places: within a NOTICE text file distributed
  9495            as part of the Derivative Works; within the Source form or
  9496            documentation, if provided along with the Derivative Works; or,
  9497            within a display generated by the Derivative Works, if and
  9498            wherever such third-party notices normally appear. The contents
  9499            of the NOTICE file are for informational purposes only and
  9500            do not modify the License. You may add Your own attribution
  9501            notices within Derivative Works that You distribute, alongside
  9502            or as an addendum to the NOTICE text from the Work, provided
  9503            that such additional attribution notices cannot be construed
  9504            as modifying the License.
  9505  
  9506        You may add Your own copyright statement to Your modifications and
  9507        may provide additional or different license terms and conditions
  9508        for use, reproduction, or distribution of Your modifications, or
  9509        for any such Derivative Works as a whole, provided Your use,
  9510        reproduction, and distribution of the Work otherwise complies with
  9511        the conditions stated in this License.
  9512  
  9513     5. Submission of Contributions. Unless You explicitly state otherwise,
  9514        any Contribution intentionally submitted for inclusion in the Work
  9515        by You to the Licensor shall be under the terms and conditions of
  9516        this License, without any additional terms or conditions.
  9517        Notwithstanding the above, nothing herein shall supersede or modify
  9518        the terms of any separate license agreement you may have executed
  9519        with Licensor regarding such Contributions.
  9520  
  9521     6. Trademarks. This License does not grant permission to use the trade
  9522        names, trademarks, service marks, or product names of the Licensor,
  9523        except as required for reasonable and customary use in describing the
  9524        origin of the Work and reproducing the content of the NOTICE file.
  9525  
  9526     7. Disclaimer of Warranty. Unless required by applicable law or
  9527        agreed to in writing, Licensor provides the Work (and each
  9528        Contributor provides its Contributions) on an "AS IS" BASIS,
  9529        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  9530        implied, including, without limitation, any warranties or conditions
  9531        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  9532        PARTICULAR PURPOSE. You are solely responsible for determining the
  9533        appropriateness of using or redistributing the Work and assume any
  9534        risks associated with Your exercise of permissions under this License.
  9535  
  9536     8. Limitation of Liability. In no event and under no legal theory,
  9537        whether in tort (including negligence), contract, or otherwise,
  9538        unless required by applicable law (such as deliberate and grossly
  9539        negligent acts) or agreed to in writing, shall any Contributor be
  9540        liable to You for damages, including any direct, indirect, special,
  9541        incidental, or consequential damages of any character arising as a
  9542        result of this License or out of the use or inability to use the
  9543        Work (including but not limited to damages for loss of goodwill,
  9544        work stoppage, computer failure or malfunction, or any and all
  9545        other commercial damages or losses), even if such Contributor
  9546        has been advised of the possibility of such damages.
  9547  
  9548     9. Accepting Warranty or Additional Liability. While redistributing
  9549        the Work or Derivative Works thereof, You may choose to offer,
  9550        and charge a fee for, acceptance of support, warranty, indemnity,
  9551        or other liability obligations and/or rights consistent with this
  9552        License. However, in accepting such obligations, You may act only
  9553        on Your own behalf and on Your sole responsibility, not on behalf
  9554        of any other Contributor, and only if You agree to indemnify,
  9555        defend, and hold each Contributor harmless for any liability
  9556        incurred by, or claims asserted against, such Contributor by reason
  9557        of your accepting any such warranty or additional liability.
  9558  
  9559     END OF TERMS AND CONDITIONS
  9560  
  9561     APPENDIX: How to apply the Apache License to your work.
  9562  
  9563        To apply the Apache License to your work, attach the following
  9564        boilerplate notice, with the fields enclosed by brackets "[]"
  9565        replaced with your own identifying information. (Don't include
  9566        the brackets!)  The text should be enclosed in the appropriate
  9567        comment syntax for the file format. We also recommend that a
  9568        file or class name and description of purpose be included on the
  9569        same "printed page" as the copyright notice for easier
  9570        identification within third-party archives.
  9571  
  9572     Copyright 2017 Xitong Zhang
  9573  
  9574     Licensed under the Apache License, Version 2.0 (the "License");
  9575     you may not use this file except in compliance with the License.
  9576     You may obtain a copy of the License at
  9577  
  9578         http://www.apache.org/licenses/LICENSE-2.0
  9579  
  9580     Unless required by applicable law or agreed to in writing, software
  9581     distributed under the License is distributed on an "AS IS" BASIS,
  9582     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9583     See the License for the specific language governing permissions and
  9584     limitations under the License.
  9585  = LICENSE 962c42d65cf9c1ea95cab890eaf9f17e3c20d9b39d41ac9957c0dee8 =
  9586  ================================================================================
  9587  
  9588  ================================================================================
  9589  = github.com/xitongsys/parquet-go-source licensed under: =
  9590  
  9591                        Apache License
  9592                             Version 2.0, January 2004
  9593                          http://www.apache.org/licenses/
  9594  
  9595     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  9596  
  9597     1. Definitions.
  9598  
  9599        "License" shall mean the terms and conditions for use, reproduction,
  9600        and distribution as defined by Sections 1 through 9 of this document.
  9601  
  9602        "Licensor" shall mean the copyright owner or entity authorized by
  9603        the copyright owner that is granting the License.
  9604  
  9605        "Legal Entity" shall mean the union of the acting entity and all
  9606        other entities that control, are controlled by, or are under common
  9607        control with that entity. For the purposes of this definition,
  9608        "control" means (i) the power, direct or indirect, to cause the
  9609        direction or management of such entity, whether by contract or
  9610        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  9611        outstanding shares, or (iii) beneficial ownership of such entity.
  9612  
  9613        "You" (or "Your") shall mean an individual or Legal Entity
  9614        exercising permissions granted by this License.
  9615  
  9616        "Source" form shall mean the preferred form for making modifications,
  9617        including but not limited to software source code, documentation
  9618        source, and configuration files.
  9619  
  9620        "Object" form shall mean any form resulting from mechanical
  9621        transformation or translation of a Source form, including but
  9622        not limited to compiled object code, generated documentation,
  9623        and conversions to other media types.
  9624  
  9625        "Work" shall mean the work of authorship, whether in Source or
  9626        Object form, made available under the License, as indicated by a
  9627        copyright notice that is included in or attached to the work
  9628        (an example is provided in the Appendix below).
  9629  
  9630        "Derivative Works" shall mean any work, whether in Source or Object
  9631        form, that is based on (or derived from) the Work and for which the
  9632        editorial revisions, annotations, elaborations, or other modifications
  9633        represent, as a whole, an original work of authorship. For the purposes
  9634        of this License, Derivative Works shall not include works that remain
  9635        separable from, or merely link (or bind by name) to the interfaces of,
  9636        the Work and Derivative Works thereof.
  9637  
  9638        "Contribution" shall mean any work of authorship, including
  9639        the original version of the Work and any modifications or additions
  9640        to that Work or Derivative Works thereof, that is intentionally
  9641        submitted to Licensor for inclusion in the Work by the copyright owner
  9642        or by an individual or Legal Entity authorized to submit on behalf of
  9643        the copyright owner. For the purposes of this definition, "submitted"
  9644        means any form of electronic, verbal, or written communication sent
  9645        to the Licensor or its representatives, including but not limited to
  9646        communication on electronic mailing lists, source code control systems,
  9647        and issue tracking systems that are managed by, or on behalf of, the
  9648        Licensor for the purpose of discussing and improving the Work, but
  9649        excluding communication that is conspicuously marked or otherwise
  9650        designated in writing by the copyright owner as "Not a Contribution."
  9651  
  9652        "Contributor" shall mean Licensor and any individual or Legal Entity
  9653        on behalf of whom a Contribution has been received by Licensor and
  9654        subsequently incorporated within the Work.
  9655  
  9656     2. Grant of Copyright License. Subject to the terms and conditions of
  9657        this License, each Contributor hereby grants to You a perpetual,
  9658        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9659        copyright license to reproduce, prepare Derivative Works of,
  9660        publicly display, publicly perform, sublicense, and distribute the
  9661        Work and such Derivative Works in Source or Object form.
  9662  
  9663     3. Grant of Patent License. Subject to the terms and conditions of
  9664        this License, each Contributor hereby grants to You a perpetual,
  9665        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9666        (except as stated in this section) patent license to make, have made,
  9667        use, offer to sell, sell, import, and otherwise transfer the Work,
  9668        where such license applies only to those patent claims licensable
  9669        by such Contributor that are necessarily infringed by their
  9670        Contribution(s) alone or by combination of their Contribution(s)
  9671        with the Work to which such Contribution(s) was submitted. If You
  9672        institute patent litigation against any entity (including a
  9673        cross-claim or counterclaim in a lawsuit) alleging that the Work
  9674        or a Contribution incorporated within the Work constitutes direct
  9675        or contributory patent infringement, then any patent licenses
  9676        granted to You under this License for that Work shall terminate
  9677        as of the date such litigation is filed.
  9678  
  9679     4. Redistribution. You may reproduce and distribute copies of the
  9680        Work or Derivative Works thereof in any medium, with or without
  9681        modifications, and in Source or Object form, provided that You
  9682        meet the following conditions:
  9683  
  9684        (a) You must give any other recipients of the Work or
  9685            Derivative Works a copy of this License; and
  9686  
  9687        (b) You must cause any modified files to carry prominent notices
  9688            stating that You changed the files; and
  9689  
  9690        (c) You must retain, in the Source form of any Derivative Works
  9691            that You distribute, all copyright, patent, trademark, and
  9692            attribution notices from the Source form of the Work,
  9693            excluding those notices that do not pertain to any part of
  9694            the Derivative Works; and
  9695  
  9696        (d) If the Work includes a "NOTICE" text file as part of its
  9697            distribution, then any Derivative Works that You distribute must
  9698            include a readable copy of the attribution notices contained
  9699            within such NOTICE file, excluding those notices that do not
  9700            pertain to any part of the Derivative Works, in at least one
  9701            of the following places: within a NOTICE text file distributed
  9702            as part of the Derivative Works; within the Source form or
  9703            documentation, if provided along with the Derivative Works; or,
  9704            within a display generated by the Derivative Works, if and
  9705            wherever such third-party notices normally appear. The contents
  9706            of the NOTICE file are for informational purposes only and
  9707            do not modify the License. You may add Your own attribution
  9708            notices within Derivative Works that You distribute, alongside
  9709            or as an addendum to the NOTICE text from the Work, provided
  9710            that such additional attribution notices cannot be construed
  9711            as modifying the License.
  9712  
  9713        You may add Your own copyright statement to Your modifications and
  9714        may provide additional or different license terms and conditions
  9715        for use, reproduction, or distribution of Your modifications, or
  9716        for any such Derivative Works as a whole, provided Your use,
  9717        reproduction, and distribution of the Work otherwise complies with
  9718        the conditions stated in this License.
  9719  
  9720     5. Submission of Contributions. Unless You explicitly state otherwise,
  9721        any Contribution intentionally submitted for inclusion in the Work
  9722        by You to the Licensor shall be under the terms and conditions of
  9723        this License, without any additional terms or conditions.
  9724        Notwithstanding the above, nothing herein shall supersede or modify
  9725        the terms of any separate license agreement you may have executed
  9726        with Licensor regarding such Contributions.
  9727  
  9728     6. Trademarks. This License does not grant permission to use the trade
  9729        names, trademarks, service marks, or product names of the Licensor,
  9730        except as required for reasonable and customary use in describing the
  9731        origin of the Work and reproducing the content of the NOTICE file.
  9732  
  9733     7. Disclaimer of Warranty. Unless required by applicable law or
  9734        agreed to in writing, Licensor provides the Work (and each
  9735        Contributor provides its Contributions) on an "AS IS" BASIS,
  9736        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  9737        implied, including, without limitation, any warranties or conditions
  9738        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  9739        PARTICULAR PURPOSE. You are solely responsible for determining the
  9740        appropriateness of using or redistributing the Work and assume any
  9741        risks associated with Your exercise of permissions under this License.
  9742  
  9743     8. Limitation of Liability. In no event and under no legal theory,
  9744        whether in tort (including negligence), contract, or otherwise,
  9745        unless required by applicable law (such as deliberate and grossly
  9746        negligent acts) or agreed to in writing, shall any Contributor be
  9747        liable to You for damages, including any direct, indirect, special,
  9748        incidental, or consequential damages of any character arising as a
  9749        result of this License or out of the use or inability to use the
  9750        Work (including but not limited to damages for loss of goodwill,
  9751        work stoppage, computer failure or malfunction, or any and all
  9752        other commercial damages or losses), even if such Contributor
  9753        has been advised of the possibility of such damages.
  9754  
  9755     9. Accepting Warranty or Additional Liability. While redistributing
  9756        the Work or Derivative Works thereof, You may choose to offer,
  9757        and charge a fee for, acceptance of support, warranty, indemnity,
  9758        or other liability obligations and/or rights consistent with this
  9759        License. However, in accepting such obligations, You may act only
  9760        on Your own behalf and on Your sole responsibility, not on behalf
  9761        of any other Contributor, and only if You agree to indemnify,
  9762        defend, and hold each Contributor harmless for any liability
  9763        incurred by, or claims asserted against, such Contributor by reason
  9764        of your accepting any such warranty or additional liability.
  9765  
  9766     END OF TERMS AND CONDITIONS
  9767  
  9768     APPENDIX: How to apply the Apache License to your work.
  9769  
  9770        To apply the Apache License to your work, attach the following
  9771        boilerplate notice, with the fields enclosed by brackets "[]"
  9772        replaced with your own identifying information. (Don't include
  9773        the brackets!)  The text should be enclosed in the appropriate
  9774        comment syntax for the file format. We also recommend that a
  9775        file or class name and description of purpose be included on the
  9776        same "printed page" as the copyright notice for easier
  9777        identification within third-party archives.
  9778  
  9779     Copyright 2017 Xitong Zhang
  9780  
  9781     Licensed under the Apache License, Version 2.0 (the "License");
  9782     you may not use this file except in compliance with the License.
  9783     You may obtain a copy of the License at
  9784  
  9785         http://www.apache.org/licenses/LICENSE-2.0
  9786  
  9787     Unless required by applicable law or agreed to in writing, software
  9788     distributed under the License is distributed on an "AS IS" BASIS,
  9789     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9790     See the License for the specific language governing permissions and
  9791     limitations under the License.
  9792  = LICENSE 962c42d65cf9c1ea95cab890eaf9f17e3c20d9b39d41ac9957c0dee8 =
  9793  ================================================================================
  9794  
  9795  ================================================================================
  9796  = github.com/zeebo/xxh3 licensed under: =
  9797  
  9798  xxHash Library
  9799  Copyright (c) 2012-2014, Yann Collet
  9800  Copyright (c) 2019, Jeff Wendling
  9801  All rights reserved.
  9802  
  9803  Redistribution and use in source and binary forms, with or without modification,
  9804  are permitted provided that the following conditions are met:
  9805  
  9806  * Redistributions of source code must retain the above copyright notice, this
  9807    list of conditions and the following disclaimer.
  9808  
  9809  * Redistributions in binary form must reproduce the above copyright notice, this
  9810    list of conditions and the following disclaimer in the documentation and/or
  9811    other materials provided with the distribution.
  9812  
  9813  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  9814  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  9815  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  9816  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  9817  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  9818  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  9819  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  9820  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  9821  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  9822  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  9823  
  9824  = LICENSE 5076da91bc52995bc989d1d7ff6bd7c0b2ad873bb4da046ef31221ec =
  9825  ================================================================================
  9826  
  9827  ================================================================================
  9828  = go.opencensus.io licensed under: =
  9829  
  9830  
  9831                                   Apache License
  9832                             Version 2.0, January 2004
  9833                          http://www.apache.org/licenses/
  9834  
  9835     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  9836  
  9837     1. Definitions.
  9838  
  9839        "License" shall mean the terms and conditions for use, reproduction,
  9840        and distribution as defined by Sections 1 through 9 of this document.
  9841  
  9842        "Licensor" shall mean the copyright owner or entity authorized by
  9843        the copyright owner that is granting the License.
  9844  
  9845        "Legal Entity" shall mean the union of the acting entity and all
  9846        other entities that control, are controlled by, or are under common
  9847        control with that entity. For the purposes of this definition,
  9848        "control" means (i) the power, direct or indirect, to cause the
  9849        direction or management of such entity, whether by contract or
  9850        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  9851        outstanding shares, or (iii) beneficial ownership of such entity.
  9852  
  9853        "You" (or "Your") shall mean an individual or Legal Entity
  9854        exercising permissions granted by this License.
  9855  
  9856        "Source" form shall mean the preferred form for making modifications,
  9857        including but not limited to software source code, documentation
  9858        source, and configuration files.
  9859  
  9860        "Object" form shall mean any form resulting from mechanical
  9861        transformation or translation of a Source form, including but
  9862        not limited to compiled object code, generated documentation,
  9863        and conversions to other media types.
  9864  
  9865        "Work" shall mean the work of authorship, whether in Source or
  9866        Object form, made available under the License, as indicated by a
  9867        copyright notice that is included in or attached to the work
  9868        (an example is provided in the Appendix below).
  9869  
  9870        "Derivative Works" shall mean any work, whether in Source or Object
  9871        form, that is based on (or derived from) the Work and for which the
  9872        editorial revisions, annotations, elaborations, or other modifications
  9873        represent, as a whole, an original work of authorship. For the purposes
  9874        of this License, Derivative Works shall not include works that remain
  9875        separable from, or merely link (or bind by name) to the interfaces of,
  9876        the Work and Derivative Works thereof.
  9877  
  9878        "Contribution" shall mean any work of authorship, including
  9879        the original version of the Work and any modifications or additions
  9880        to that Work or Derivative Works thereof, that is intentionally
  9881        submitted to Licensor for inclusion in the Work by the copyright owner
  9882        or by an individual or Legal Entity authorized to submit on behalf of
  9883        the copyright owner. For the purposes of this definition, "submitted"
  9884        means any form of electronic, verbal, or written communication sent
  9885        to the Licensor or its representatives, including but not limited to
  9886        communication on electronic mailing lists, source code control systems,
  9887        and issue tracking systems that are managed by, or on behalf of, the
  9888        Licensor for the purpose of discussing and improving the Work, but
  9889        excluding communication that is conspicuously marked or otherwise
  9890        designated in writing by the copyright owner as "Not a Contribution."
  9891  
  9892        "Contributor" shall mean Licensor and any individual or Legal Entity
  9893        on behalf of whom a Contribution has been received by Licensor and
  9894        subsequently incorporated within the Work.
  9895  
  9896     2. Grant of Copyright License. Subject to the terms and conditions of
  9897        this License, each Contributor hereby grants to You a perpetual,
  9898        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9899        copyright license to reproduce, prepare Derivative Works of,
  9900        publicly display, publicly perform, sublicense, and distribute the
  9901        Work and such Derivative Works in Source or Object form.
  9902  
  9903     3. Grant of Patent License. Subject to the terms and conditions of
  9904        this License, each Contributor hereby grants to You a perpetual,
  9905        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  9906        (except as stated in this section) patent license to make, have made,
  9907        use, offer to sell, sell, import, and otherwise transfer the Work,
  9908        where such license applies only to those patent claims licensable
  9909        by such Contributor that are necessarily infringed by their
  9910        Contribution(s) alone or by combination of their Contribution(s)
  9911        with the Work to which such Contribution(s) was submitted. If You
  9912        institute patent litigation against any entity (including a
  9913        cross-claim or counterclaim in a lawsuit) alleging that the Work
  9914        or a Contribution incorporated within the Work constitutes direct
  9915        or contributory patent infringement, then any patent licenses
  9916        granted to You under this License for that Work shall terminate
  9917        as of the date such litigation is filed.
  9918  
  9919     4. Redistribution. You may reproduce and distribute copies of the
  9920        Work or Derivative Works thereof in any medium, with or without
  9921        modifications, and in Source or Object form, provided that You
  9922        meet the following conditions:
  9923  
  9924        (a) You must give any other recipients of the Work or
  9925            Derivative Works a copy of this License; and
  9926  
  9927        (b) You must cause any modified files to carry prominent notices
  9928            stating that You changed the files; and
  9929  
  9930        (c) You must retain, in the Source form of any Derivative Works
  9931            that You distribute, all copyright, patent, trademark, and
  9932            attribution notices from the Source form of the Work,
  9933            excluding those notices that do not pertain to any part of
  9934            the Derivative Works; and
  9935  
  9936        (d) If the Work includes a "NOTICE" text file as part of its
  9937            distribution, then any Derivative Works that You distribute must
  9938            include a readable copy of the attribution notices contained
  9939            within such NOTICE file, excluding those notices that do not
  9940            pertain to any part of the Derivative Works, in at least one
  9941            of the following places: within a NOTICE text file distributed
  9942            as part of the Derivative Works; within the Source form or
  9943            documentation, if provided along with the Derivative Works; or,
  9944            within a display generated by the Derivative Works, if and
  9945            wherever such third-party notices normally appear. The contents
  9946            of the NOTICE file are for informational purposes only and
  9947            do not modify the License. You may add Your own attribution
  9948            notices within Derivative Works that You distribute, alongside
  9949            or as an addendum to the NOTICE text from the Work, provided
  9950            that such additional attribution notices cannot be construed
  9951            as modifying the License.
  9952  
  9953        You may add Your own copyright statement to Your modifications and
  9954        may provide additional or different license terms and conditions
  9955        for use, reproduction, or distribution of Your modifications, or
  9956        for any such Derivative Works as a whole, provided Your use,
  9957        reproduction, and distribution of the Work otherwise complies with
  9958        the conditions stated in this License.
  9959  
  9960     5. Submission of Contributions. Unless You explicitly state otherwise,
  9961        any Contribution intentionally submitted for inclusion in the Work
  9962        by You to the Licensor shall be under the terms and conditions of
  9963        this License, without any additional terms or conditions.
  9964        Notwithstanding the above, nothing herein shall supersede or modify
  9965        the terms of any separate license agreement you may have executed
  9966        with Licensor regarding such Contributions.
  9967  
  9968     6. Trademarks. This License does not grant permission to use the trade
  9969        names, trademarks, service marks, or product names of the Licensor,
  9970        except as required for reasonable and customary use in describing the
  9971        origin of the Work and reproducing the content of the NOTICE file.
  9972  
  9973     7. Disclaimer of Warranty. Unless required by applicable law or
  9974        agreed to in writing, Licensor provides the Work (and each
  9975        Contributor provides its Contributions) on an "AS IS" BASIS,
  9976        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  9977        implied, including, without limitation, any warranties or conditions
  9978        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  9979        PARTICULAR PURPOSE. You are solely responsible for determining the
  9980        appropriateness of using or redistributing the Work and assume any
  9981        risks associated with Your exercise of permissions under this License.
  9982  
  9983     8. Limitation of Liability. In no event and under no legal theory,
  9984        whether in tort (including negligence), contract, or otherwise,
  9985        unless required by applicable law (such as deliberate and grossly
  9986        negligent acts) or agreed to in writing, shall any Contributor be
  9987        liable to You for damages, including any direct, indirect, special,
  9988        incidental, or consequential damages of any character arising as a
  9989        result of this License or out of the use or inability to use the
  9990        Work (including but not limited to damages for loss of goodwill,
  9991        work stoppage, computer failure or malfunction, or any and all
  9992        other commercial damages or losses), even if such Contributor
  9993        has been advised of the possibility of such damages.
  9994  
  9995     9. Accepting Warranty or Additional Liability. While redistributing
  9996        the Work or Derivative Works thereof, You may choose to offer,
  9997        and charge a fee for, acceptance of support, warranty, indemnity,
  9998        or other liability obligations and/or rights consistent with this
  9999        License. However, in accepting such obligations, You may act only
 10000        on Your own behalf and on Your sole responsibility, not on behalf
 10001        of any other Contributor, and only if You agree to indemnify,
 10002        defend, and hold each Contributor harmless for any liability
 10003        incurred by, or claims asserted against, such Contributor by reason
 10004        of your accepting any such warranty or additional liability.
 10005  
 10006     END OF TERMS AND CONDITIONS
 10007  
 10008     APPENDIX: How to apply the Apache License to your work.
 10009  
 10010        To apply the Apache License to your work, attach the following
 10011        boilerplate notice, with the fields enclosed by brackets "[]"
 10012        replaced with your own identifying information. (Don't include
 10013        the brackets!)  The text should be enclosed in the appropriate
 10014        comment syntax for the file format. We also recommend that a
 10015        file or class name and description of purpose be included on the
 10016        same "printed page" as the copyright notice for easier
 10017        identification within third-party archives.
 10018  
 10019     Copyright [yyyy] [name of copyright owner]
 10020  
 10021     Licensed under the Apache License, Version 2.0 (the "License");
 10022     you may not use this file except in compliance with the License.
 10023     You may obtain a copy of the License at
 10024  
 10025         http://www.apache.org/licenses/LICENSE-2.0
 10026  
 10027     Unless required by applicable law or agreed to in writing, software
 10028     distributed under the License is distributed on an "AS IS" BASIS,
 10029     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 10030     See the License for the specific language governing permissions and
 10031     limitations under the License.
 10032  = LICENSE c886fa39bf486cb02f42ba890dad9e80db2090cd193b3c95b865b3a9 =
 10033  ================================================================================
 10034  
 10035  ================================================================================
 10036  = go.opentelemetry.io/otel licensed under: =
 10037  
 10038                                   Apache License
 10039                             Version 2.0, January 2004
 10040                          http://www.apache.org/licenses/
 10041  
 10042     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 10043  
 10044     1. Definitions.
 10045  
 10046        "License" shall mean the terms and conditions for use, reproduction,
 10047        and distribution as defined by Sections 1 through 9 of this document.
 10048  
 10049        "Licensor" shall mean the copyright owner or entity authorized by
 10050        the copyright owner that is granting the License.
 10051  
 10052        "Legal Entity" shall mean the union of the acting entity and all
 10053        other entities that control, are controlled by, or are under common
 10054        control with that entity. For the purposes of this definition,
 10055        "control" means (i) the power, direct or indirect, to cause the
 10056        direction or management of such entity, whether by contract or
 10057        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 10058        outstanding shares, or (iii) beneficial ownership of such entity.
 10059  
 10060        "You" (or "Your") shall mean an individual or Legal Entity
 10061        exercising permissions granted by this License.
 10062  
 10063        "Source" form shall mean the preferred form for making modifications,
 10064        including but not limited to software source code, documentation
 10065        source, and configuration files.
 10066  
 10067        "Object" form shall mean any form resulting from mechanical
 10068        transformation or translation of a Source form, including but
 10069        not limited to compiled object code, generated documentation,
 10070        and conversions to other media types.
 10071  
 10072        "Work" shall mean the work of authorship, whether in Source or
 10073        Object form, made available under the License, as indicated by a
 10074        copyright notice that is included in or attached to the work
 10075        (an example is provided in the Appendix below).
 10076  
 10077        "Derivative Works" shall mean any work, whether in Source or Object
 10078        form, that is based on (or derived from) the Work and for which the
 10079        editorial revisions, annotations, elaborations, or other modifications
 10080        represent, as a whole, an original work of authorship. For the purposes
 10081        of this License, Derivative Works shall not include works that remain
 10082        separable from, or merely link (or bind by name) to the interfaces of,
 10083        the Work and Derivative Works thereof.
 10084  
 10085        "Contribution" shall mean any work of authorship, including
 10086        the original version of the Work and any modifications or additions
 10087        to that Work or Derivative Works thereof, that is intentionally
 10088        submitted to Licensor for inclusion in the Work by the copyright owner
 10089        or by an individual or Legal Entity authorized to submit on behalf of
 10090        the copyright owner. For the purposes of this definition, "submitted"
 10091        means any form of electronic, verbal, or written communication sent
 10092        to the Licensor or its representatives, including but not limited to
 10093        communication on electronic mailing lists, source code control systems,
 10094        and issue tracking systems that are managed by, or on behalf of, the
 10095        Licensor for the purpose of discussing and improving the Work, but
 10096        excluding communication that is conspicuously marked or otherwise
 10097        designated in writing by the copyright owner as "Not a Contribution."
 10098  
 10099        "Contributor" shall mean Licensor and any individual or Legal Entity
 10100        on behalf of whom a Contribution has been received by Licensor and
 10101        subsequently incorporated within the Work.
 10102  
 10103     2. Grant of Copyright License. Subject to the terms and conditions of
 10104        this License, each Contributor hereby grants to You a perpetual,
 10105        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10106        copyright license to reproduce, prepare Derivative Works of,
 10107        publicly display, publicly perform, sublicense, and distribute the
 10108        Work and such Derivative Works in Source or Object form.
 10109  
 10110     3. Grant of Patent License. Subject to the terms and conditions of
 10111        this License, each Contributor hereby grants to You a perpetual,
 10112        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10113        (except as stated in this section) patent license to make, have made,
 10114        use, offer to sell, sell, import, and otherwise transfer the Work,
 10115        where such license applies only to those patent claims licensable
 10116        by such Contributor that are necessarily infringed by their
 10117        Contribution(s) alone or by combination of their Contribution(s)
 10118        with the Work to which such Contribution(s) was submitted. If You
 10119        institute patent litigation against any entity (including a
 10120        cross-claim or counterclaim in a lawsuit) alleging that the Work
 10121        or a Contribution incorporated within the Work constitutes direct
 10122        or contributory patent infringement, then any patent licenses
 10123        granted to You under this License for that Work shall terminate
 10124        as of the date such litigation is filed.
 10125  
 10126     4. Redistribution. You may reproduce and distribute copies of the
 10127        Work or Derivative Works thereof in any medium, with or without
 10128        modifications, and in Source or Object form, provided that You
 10129        meet the following conditions:
 10130  
 10131        (a) You must give any other recipients of the Work or
 10132            Derivative Works a copy of this License; and
 10133  
 10134        (b) You must cause any modified files to carry prominent notices
 10135            stating that You changed the files; and
 10136  
 10137        (c) You must retain, in the Source form of any Derivative Works
 10138            that You distribute, all copyright, patent, trademark, and
 10139            attribution notices from the Source form of the Work,
 10140            excluding those notices that do not pertain to any part of
 10141            the Derivative Works; and
 10142  
 10143        (d) If the Work includes a "NOTICE" text file as part of its
 10144            distribution, then any Derivative Works that You distribute must
 10145            include a readable copy of the attribution notices contained
 10146            within such NOTICE file, excluding those notices that do not
 10147            pertain to any part of the Derivative Works, in at least one
 10148            of the following places: within a NOTICE text file distributed
 10149            as part of the Derivative Works; within the Source form or
 10150            documentation, if provided along with the Derivative Works; or,
 10151            within a display generated by the Derivative Works, if and
 10152            wherever such third-party notices normally appear. The contents
 10153            of the NOTICE file are for informational purposes only and
 10154            do not modify the License. You may add Your own attribution
 10155            notices within Derivative Works that You distribute, alongside
 10156            or as an addendum to the NOTICE text from the Work, provided
 10157            that such additional attribution notices cannot be construed
 10158            as modifying the License.
 10159  
 10160        You may add Your own copyright statement to Your modifications and
 10161        may provide additional or different license terms and conditions
 10162        for use, reproduction, or distribution of Your modifications, or
 10163        for any such Derivative Works as a whole, provided Your use,
 10164        reproduction, and distribution of the Work otherwise complies with
 10165        the conditions stated in this License.
 10166  
 10167     5. Submission of Contributions. Unless You explicitly state otherwise,
 10168        any Contribution intentionally submitted for inclusion in the Work
 10169        by You to the Licensor shall be under the terms and conditions of
 10170        this License, without any additional terms or conditions.
 10171        Notwithstanding the above, nothing herein shall supersede or modify
 10172        the terms of any separate license agreement you may have executed
 10173        with Licensor regarding such Contributions.
 10174  
 10175     6. Trademarks. This License does not grant permission to use the trade
 10176        names, trademarks, service marks, or product names of the Licensor,
 10177        except as required for reasonable and customary use in describing the
 10178        origin of the Work and reproducing the content of the NOTICE file.
 10179  
 10180     7. Disclaimer of Warranty. Unless required by applicable law or
 10181        agreed to in writing, Licensor provides the Work (and each
 10182        Contributor provides its Contributions) on an "AS IS" BASIS,
 10183        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 10184        implied, including, without limitation, any warranties or conditions
 10185        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 10186        PARTICULAR PURPOSE. You are solely responsible for determining the
 10187        appropriateness of using or redistributing the Work and assume any
 10188        risks associated with Your exercise of permissions under this License.
 10189  
 10190     8. Limitation of Liability. In no event and under no legal theory,
 10191        whether in tort (including negligence), contract, or otherwise,
 10192        unless required by applicable law (such as deliberate and grossly
 10193        negligent acts) or agreed to in writing, shall any Contributor be
 10194        liable to You for damages, including any direct, indirect, special,
 10195        incidental, or consequential damages of any character arising as a
 10196        result of this License or out of the use or inability to use the
 10197        Work (including but not limited to damages for loss of goodwill,
 10198        work stoppage, computer failure or malfunction, or any and all
 10199        other commercial damages or losses), even if such Contributor
 10200        has been advised of the possibility of such damages.
 10201  
 10202     9. Accepting Warranty or Additional Liability. While redistributing
 10203        the Work or Derivative Works thereof, You may choose to offer,
 10204        and charge a fee for, acceptance of support, warranty, indemnity,
 10205        or other liability obligations and/or rights consistent with this
 10206        License. However, in accepting such obligations, You may act only
 10207        on Your own behalf and on Your sole responsibility, not on behalf
 10208        of any other Contributor, and only if You agree to indemnify,
 10209        defend, and hold each Contributor harmless for any liability
 10210        incurred by, or claims asserted against, such Contributor by reason
 10211        of your accepting any such warranty or additional liability.
 10212  
 10213     END OF TERMS AND CONDITIONS
 10214  
 10215     APPENDIX: How to apply the Apache License to your work.
 10216  
 10217        To apply the Apache License to your work, attach the following
 10218        boilerplate notice, with the fields enclosed by brackets "[]"
 10219        replaced with your own identifying information. (Don't include
 10220        the brackets!)  The text should be enclosed in the appropriate
 10221        comment syntax for the file format. We also recommend that a
 10222        file or class name and description of purpose be included on the
 10223        same "printed page" as the copyright notice for easier
 10224        identification within third-party archives.
 10225  
 10226     Copyright [yyyy] [name of copyright owner]
 10227  
 10228     Licensed under the Apache License, Version 2.0 (the "License");
 10229     you may not use this file except in compliance with the License.
 10230     You may obtain a copy of the License at
 10231  
 10232         http://www.apache.org/licenses/LICENSE-2.0
 10233  
 10234     Unless required by applicable law or agreed to in writing, software
 10235     distributed under the License is distributed on an "AS IS" BASIS,
 10236     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 10237     See the License for the specific language governing permissions and
 10238     limitations under the License.
 10239  
 10240  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
 10241  ================================================================================
 10242  
 10243  ================================================================================
 10244  = go.opentelemetry.io/otel/exporters/jaeger licensed under: =
 10245  
 10246                                   Apache License
 10247                             Version 2.0, January 2004
 10248                          http://www.apache.org/licenses/
 10249  
 10250     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 10251  
 10252     1. Definitions.
 10253  
 10254        "License" shall mean the terms and conditions for use, reproduction,
 10255        and distribution as defined by Sections 1 through 9 of this document.
 10256  
 10257        "Licensor" shall mean the copyright owner or entity authorized by
 10258        the copyright owner that is granting the License.
 10259  
 10260        "Legal Entity" shall mean the union of the acting entity and all
 10261        other entities that control, are controlled by, or are under common
 10262        control with that entity. For the purposes of this definition,
 10263        "control" means (i) the power, direct or indirect, to cause the
 10264        direction or management of such entity, whether by contract or
 10265        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 10266        outstanding shares, or (iii) beneficial ownership of such entity.
 10267  
 10268        "You" (or "Your") shall mean an individual or Legal Entity
 10269        exercising permissions granted by this License.
 10270  
 10271        "Source" form shall mean the preferred form for making modifications,
 10272        including but not limited to software source code, documentation
 10273        source, and configuration files.
 10274  
 10275        "Object" form shall mean any form resulting from mechanical
 10276        transformation or translation of a Source form, including but
 10277        not limited to compiled object code, generated documentation,
 10278        and conversions to other media types.
 10279  
 10280        "Work" shall mean the work of authorship, whether in Source or
 10281        Object form, made available under the License, as indicated by a
 10282        copyright notice that is included in or attached to the work
 10283        (an example is provided in the Appendix below).
 10284  
 10285        "Derivative Works" shall mean any work, whether in Source or Object
 10286        form, that is based on (or derived from) the Work and for which the
 10287        editorial revisions, annotations, elaborations, or other modifications
 10288        represent, as a whole, an original work of authorship. For the purposes
 10289        of this License, Derivative Works shall not include works that remain
 10290        separable from, or merely link (or bind by name) to the interfaces of,
 10291        the Work and Derivative Works thereof.
 10292  
 10293        "Contribution" shall mean any work of authorship, including
 10294        the original version of the Work and any modifications or additions
 10295        to that Work or Derivative Works thereof, that is intentionally
 10296        submitted to Licensor for inclusion in the Work by the copyright owner
 10297        or by an individual or Legal Entity authorized to submit on behalf of
 10298        the copyright owner. For the purposes of this definition, "submitted"
 10299        means any form of electronic, verbal, or written communication sent
 10300        to the Licensor or its representatives, including but not limited to
 10301        communication on electronic mailing lists, source code control systems,
 10302        and issue tracking systems that are managed by, or on behalf of, the
 10303        Licensor for the purpose of discussing and improving the Work, but
 10304        excluding communication that is conspicuously marked or otherwise
 10305        designated in writing by the copyright owner as "Not a Contribution."
 10306  
 10307        "Contributor" shall mean Licensor and any individual or Legal Entity
 10308        on behalf of whom a Contribution has been received by Licensor and
 10309        subsequently incorporated within the Work.
 10310  
 10311     2. Grant of Copyright License. Subject to the terms and conditions of
 10312        this License, each Contributor hereby grants to You a perpetual,
 10313        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10314        copyright license to reproduce, prepare Derivative Works of,
 10315        publicly display, publicly perform, sublicense, and distribute the
 10316        Work and such Derivative Works in Source or Object form.
 10317  
 10318     3. Grant of Patent License. Subject to the terms and conditions of
 10319        this License, each Contributor hereby grants to You a perpetual,
 10320        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10321        (except as stated in this section) patent license to make, have made,
 10322        use, offer to sell, sell, import, and otherwise transfer the Work,
 10323        where such license applies only to those patent claims licensable
 10324        by such Contributor that are necessarily infringed by their
 10325        Contribution(s) alone or by combination of their Contribution(s)
 10326        with the Work to which such Contribution(s) was submitted. If You
 10327        institute patent litigation against any entity (including a
 10328        cross-claim or counterclaim in a lawsuit) alleging that the Work
 10329        or a Contribution incorporated within the Work constitutes direct
 10330        or contributory patent infringement, then any patent licenses
 10331        granted to You under this License for that Work shall terminate
 10332        as of the date such litigation is filed.
 10333  
 10334     4. Redistribution. You may reproduce and distribute copies of the
 10335        Work or Derivative Works thereof in any medium, with or without
 10336        modifications, and in Source or Object form, provided that You
 10337        meet the following conditions:
 10338  
 10339        (a) You must give any other recipients of the Work or
 10340            Derivative Works a copy of this License; and
 10341  
 10342        (b) You must cause any modified files to carry prominent notices
 10343            stating that You changed the files; and
 10344  
 10345        (c) You must retain, in the Source form of any Derivative Works
 10346            that You distribute, all copyright, patent, trademark, and
 10347            attribution notices from the Source form of the Work,
 10348            excluding those notices that do not pertain to any part of
 10349            the Derivative Works; and
 10350  
 10351        (d) If the Work includes a "NOTICE" text file as part of its
 10352            distribution, then any Derivative Works that You distribute must
 10353            include a readable copy of the attribution notices contained
 10354            within such NOTICE file, excluding those notices that do not
 10355            pertain to any part of the Derivative Works, in at least one
 10356            of the following places: within a NOTICE text file distributed
 10357            as part of the Derivative Works; within the Source form or
 10358            documentation, if provided along with the Derivative Works; or,
 10359            within a display generated by the Derivative Works, if and
 10360            wherever such third-party notices normally appear. The contents
 10361            of the NOTICE file are for informational purposes only and
 10362            do not modify the License. You may add Your own attribution
 10363            notices within Derivative Works that You distribute, alongside
 10364            or as an addendum to the NOTICE text from the Work, provided
 10365            that such additional attribution notices cannot be construed
 10366            as modifying the License.
 10367  
 10368        You may add Your own copyright statement to Your modifications and
 10369        may provide additional or different license terms and conditions
 10370        for use, reproduction, or distribution of Your modifications, or
 10371        for any such Derivative Works as a whole, provided Your use,
 10372        reproduction, and distribution of the Work otherwise complies with
 10373        the conditions stated in this License.
 10374  
 10375     5. Submission of Contributions. Unless You explicitly state otherwise,
 10376        any Contribution intentionally submitted for inclusion in the Work
 10377        by You to the Licensor shall be under the terms and conditions of
 10378        this License, without any additional terms or conditions.
 10379        Notwithstanding the above, nothing herein shall supersede or modify
 10380        the terms of any separate license agreement you may have executed
 10381        with Licensor regarding such Contributions.
 10382  
 10383     6. Trademarks. This License does not grant permission to use the trade
 10384        names, trademarks, service marks, or product names of the Licensor,
 10385        except as required for reasonable and customary use in describing the
 10386        origin of the Work and reproducing the content of the NOTICE file.
 10387  
 10388     7. Disclaimer of Warranty. Unless required by applicable law or
 10389        agreed to in writing, Licensor provides the Work (and each
 10390        Contributor provides its Contributions) on an "AS IS" BASIS,
 10391        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 10392        implied, including, without limitation, any warranties or conditions
 10393        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 10394        PARTICULAR PURPOSE. You are solely responsible for determining the
 10395        appropriateness of using or redistributing the Work and assume any
 10396        risks associated with Your exercise of permissions under this License.
 10397  
 10398     8. Limitation of Liability. In no event and under no legal theory,
 10399        whether in tort (including negligence), contract, or otherwise,
 10400        unless required by applicable law (such as deliberate and grossly
 10401        negligent acts) or agreed to in writing, shall any Contributor be
 10402        liable to You for damages, including any direct, indirect, special,
 10403        incidental, or consequential damages of any character arising as a
 10404        result of this License or out of the use or inability to use the
 10405        Work (including but not limited to damages for loss of goodwill,
 10406        work stoppage, computer failure or malfunction, or any and all
 10407        other commercial damages or losses), even if such Contributor
 10408        has been advised of the possibility of such damages.
 10409  
 10410     9. Accepting Warranty or Additional Liability. While redistributing
 10411        the Work or Derivative Works thereof, You may choose to offer,
 10412        and charge a fee for, acceptance of support, warranty, indemnity,
 10413        or other liability obligations and/or rights consistent with this
 10414        License. However, in accepting such obligations, You may act only
 10415        on Your own behalf and on Your sole responsibility, not on behalf
 10416        of any other Contributor, and only if You agree to indemnify,
 10417        defend, and hold each Contributor harmless for any liability
 10418        incurred by, or claims asserted against, such Contributor by reason
 10419        of your accepting any such warranty or additional liability.
 10420  
 10421     END OF TERMS AND CONDITIONS
 10422  
 10423     APPENDIX: How to apply the Apache License to your work.
 10424  
 10425        To apply the Apache License to your work, attach the following
 10426        boilerplate notice, with the fields enclosed by brackets "[]"
 10427        replaced with your own identifying information. (Don't include
 10428        the brackets!)  The text should be enclosed in the appropriate
 10429        comment syntax for the file format. We also recommend that a
 10430        file or class name and description of purpose be included on the
 10431        same "printed page" as the copyright notice for easier
 10432        identification within third-party archives.
 10433  
 10434     Copyright [yyyy] [name of copyright owner]
 10435  
 10436     Licensed under the Apache License, Version 2.0 (the "License");
 10437     you may not use this file except in compliance with the License.
 10438     You may obtain a copy of the License at
 10439  
 10440         http://www.apache.org/licenses/LICENSE-2.0
 10441  
 10442     Unless required by applicable law or agreed to in writing, software
 10443     distributed under the License is distributed on an "AS IS" BASIS,
 10444     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 10445     See the License for the specific language governing permissions and
 10446     limitations under the License.
 10447  
 10448  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
 10449  ================================================================================
 10450  
 10451  ================================================================================
 10452  = go.opentelemetry.io/otel/sdk licensed under: =
 10453  
 10454                                   Apache License
 10455                             Version 2.0, January 2004
 10456                          http://www.apache.org/licenses/
 10457  
 10458     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 10459  
 10460     1. Definitions.
 10461  
 10462        "License" shall mean the terms and conditions for use, reproduction,
 10463        and distribution as defined by Sections 1 through 9 of this document.
 10464  
 10465        "Licensor" shall mean the copyright owner or entity authorized by
 10466        the copyright owner that is granting the License.
 10467  
 10468        "Legal Entity" shall mean the union of the acting entity and all
 10469        other entities that control, are controlled by, or are under common
 10470        control with that entity. For the purposes of this definition,
 10471        "control" means (i) the power, direct or indirect, to cause the
 10472        direction or management of such entity, whether by contract or
 10473        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 10474        outstanding shares, or (iii) beneficial ownership of such entity.
 10475  
 10476        "You" (or "Your") shall mean an individual or Legal Entity
 10477        exercising permissions granted by this License.
 10478  
 10479        "Source" form shall mean the preferred form for making modifications,
 10480        including but not limited to software source code, documentation
 10481        source, and configuration files.
 10482  
 10483        "Object" form shall mean any form resulting from mechanical
 10484        transformation or translation of a Source form, including but
 10485        not limited to compiled object code, generated documentation,
 10486        and conversions to other media types.
 10487  
 10488        "Work" shall mean the work of authorship, whether in Source or
 10489        Object form, made available under the License, as indicated by a
 10490        copyright notice that is included in or attached to the work
 10491        (an example is provided in the Appendix below).
 10492  
 10493        "Derivative Works" shall mean any work, whether in Source or Object
 10494        form, that is based on (or derived from) the Work and for which the
 10495        editorial revisions, annotations, elaborations, or other modifications
 10496        represent, as a whole, an original work of authorship. For the purposes
 10497        of this License, Derivative Works shall not include works that remain
 10498        separable from, or merely link (or bind by name) to the interfaces of,
 10499        the Work and Derivative Works thereof.
 10500  
 10501        "Contribution" shall mean any work of authorship, including
 10502        the original version of the Work and any modifications or additions
 10503        to that Work or Derivative Works thereof, that is intentionally
 10504        submitted to Licensor for inclusion in the Work by the copyright owner
 10505        or by an individual or Legal Entity authorized to submit on behalf of
 10506        the copyright owner. For the purposes of this definition, "submitted"
 10507        means any form of electronic, verbal, or written communication sent
 10508        to the Licensor or its representatives, including but not limited to
 10509        communication on electronic mailing lists, source code control systems,
 10510        and issue tracking systems that are managed by, or on behalf of, the
 10511        Licensor for the purpose of discussing and improving the Work, but
 10512        excluding communication that is conspicuously marked or otherwise
 10513        designated in writing by the copyright owner as "Not a Contribution."
 10514  
 10515        "Contributor" shall mean Licensor and any individual or Legal Entity
 10516        on behalf of whom a Contribution has been received by Licensor and
 10517        subsequently incorporated within the Work.
 10518  
 10519     2. Grant of Copyright License. Subject to the terms and conditions of
 10520        this License, each Contributor hereby grants to You a perpetual,
 10521        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10522        copyright license to reproduce, prepare Derivative Works of,
 10523        publicly display, publicly perform, sublicense, and distribute the
 10524        Work and such Derivative Works in Source or Object form.
 10525  
 10526     3. Grant of Patent License. Subject to the terms and conditions of
 10527        this License, each Contributor hereby grants to You a perpetual,
 10528        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10529        (except as stated in this section) patent license to make, have made,
 10530        use, offer to sell, sell, import, and otherwise transfer the Work,
 10531        where such license applies only to those patent claims licensable
 10532        by such Contributor that are necessarily infringed by their
 10533        Contribution(s) alone or by combination of their Contribution(s)
 10534        with the Work to which such Contribution(s) was submitted. If You
 10535        institute patent litigation against any entity (including a
 10536        cross-claim or counterclaim in a lawsuit) alleging that the Work
 10537        or a Contribution incorporated within the Work constitutes direct
 10538        or contributory patent infringement, then any patent licenses
 10539        granted to You under this License for that Work shall terminate
 10540        as of the date such litigation is filed.
 10541  
 10542     4. Redistribution. You may reproduce and distribute copies of the
 10543        Work or Derivative Works thereof in any medium, with or without
 10544        modifications, and in Source or Object form, provided that You
 10545        meet the following conditions:
 10546  
 10547        (a) You must give any other recipients of the Work or
 10548            Derivative Works a copy of this License; and
 10549  
 10550        (b) You must cause any modified files to carry prominent notices
 10551            stating that You changed the files; and
 10552  
 10553        (c) You must retain, in the Source form of any Derivative Works
 10554            that You distribute, all copyright, patent, trademark, and
 10555            attribution notices from the Source form of the Work,
 10556            excluding those notices that do not pertain to any part of
 10557            the Derivative Works; and
 10558  
 10559        (d) If the Work includes a "NOTICE" text file as part of its
 10560            distribution, then any Derivative Works that You distribute must
 10561            include a readable copy of the attribution notices contained
 10562            within such NOTICE file, excluding those notices that do not
 10563            pertain to any part of the Derivative Works, in at least one
 10564            of the following places: within a NOTICE text file distributed
 10565            as part of the Derivative Works; within the Source form or
 10566            documentation, if provided along with the Derivative Works; or,
 10567            within a display generated by the Derivative Works, if and
 10568            wherever such third-party notices normally appear. The contents
 10569            of the NOTICE file are for informational purposes only and
 10570            do not modify the License. You may add Your own attribution
 10571            notices within Derivative Works that You distribute, alongside
 10572            or as an addendum to the NOTICE text from the Work, provided
 10573            that such additional attribution notices cannot be construed
 10574            as modifying the License.
 10575  
 10576        You may add Your own copyright statement to Your modifications and
 10577        may provide additional or different license terms and conditions
 10578        for use, reproduction, or distribution of Your modifications, or
 10579        for any such Derivative Works as a whole, provided Your use,
 10580        reproduction, and distribution of the Work otherwise complies with
 10581        the conditions stated in this License.
 10582  
 10583     5. Submission of Contributions. Unless You explicitly state otherwise,
 10584        any Contribution intentionally submitted for inclusion in the Work
 10585        by You to the Licensor shall be under the terms and conditions of
 10586        this License, without any additional terms or conditions.
 10587        Notwithstanding the above, nothing herein shall supersede or modify
 10588        the terms of any separate license agreement you may have executed
 10589        with Licensor regarding such Contributions.
 10590  
 10591     6. Trademarks. This License does not grant permission to use the trade
 10592        names, trademarks, service marks, or product names of the Licensor,
 10593        except as required for reasonable and customary use in describing the
 10594        origin of the Work and reproducing the content of the NOTICE file.
 10595  
 10596     7. Disclaimer of Warranty. Unless required by applicable law or
 10597        agreed to in writing, Licensor provides the Work (and each
 10598        Contributor provides its Contributions) on an "AS IS" BASIS,
 10599        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 10600        implied, including, without limitation, any warranties or conditions
 10601        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 10602        PARTICULAR PURPOSE. You are solely responsible for determining the
 10603        appropriateness of using or redistributing the Work and assume any
 10604        risks associated with Your exercise of permissions under this License.
 10605  
 10606     8. Limitation of Liability. In no event and under no legal theory,
 10607        whether in tort (including negligence), contract, or otherwise,
 10608        unless required by applicable law (such as deliberate and grossly
 10609        negligent acts) or agreed to in writing, shall any Contributor be
 10610        liable to You for damages, including any direct, indirect, special,
 10611        incidental, or consequential damages of any character arising as a
 10612        result of this License or out of the use or inability to use the
 10613        Work (including but not limited to damages for loss of goodwill,
 10614        work stoppage, computer failure or malfunction, or any and all
 10615        other commercial damages or losses), even if such Contributor
 10616        has been advised of the possibility of such damages.
 10617  
 10618     9. Accepting Warranty or Additional Liability. While redistributing
 10619        the Work or Derivative Works thereof, You may choose to offer,
 10620        and charge a fee for, acceptance of support, warranty, indemnity,
 10621        or other liability obligations and/or rights consistent with this
 10622        License. However, in accepting such obligations, You may act only
 10623        on Your own behalf and on Your sole responsibility, not on behalf
 10624        of any other Contributor, and only if You agree to indemnify,
 10625        defend, and hold each Contributor harmless for any liability
 10626        incurred by, or claims asserted against, such Contributor by reason
 10627        of your accepting any such warranty or additional liability.
 10628  
 10629     END OF TERMS AND CONDITIONS
 10630  
 10631     APPENDIX: How to apply the Apache License to your work.
 10632  
 10633        To apply the Apache License to your work, attach the following
 10634        boilerplate notice, with the fields enclosed by brackets "[]"
 10635        replaced with your own identifying information. (Don't include
 10636        the brackets!)  The text should be enclosed in the appropriate
 10637        comment syntax for the file format. We also recommend that a
 10638        file or class name and description of purpose be included on the
 10639        same "printed page" as the copyright notice for easier
 10640        identification within third-party archives.
 10641  
 10642     Copyright [yyyy] [name of copyright owner]
 10643  
 10644     Licensed under the Apache License, Version 2.0 (the "License");
 10645     you may not use this file except in compliance with the License.
 10646     You may obtain a copy of the License at
 10647  
 10648         http://www.apache.org/licenses/LICENSE-2.0
 10649  
 10650     Unless required by applicable law or agreed to in writing, software
 10651     distributed under the License is distributed on an "AS IS" BASIS,
 10652     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 10653     See the License for the specific language governing permissions and
 10654     limitations under the License.
 10655  
 10656  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
 10657  ================================================================================
 10658  
 10659  ================================================================================
 10660  = go.opentelemetry.io/otel/trace licensed under: =
 10661  
 10662                                   Apache License
 10663                             Version 2.0, January 2004
 10664                          http://www.apache.org/licenses/
 10665  
 10666     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 10667  
 10668     1. Definitions.
 10669  
 10670        "License" shall mean the terms and conditions for use, reproduction,
 10671        and distribution as defined by Sections 1 through 9 of this document.
 10672  
 10673        "Licensor" shall mean the copyright owner or entity authorized by
 10674        the copyright owner that is granting the License.
 10675  
 10676        "Legal Entity" shall mean the union of the acting entity and all
 10677        other entities that control, are controlled by, or are under common
 10678        control with that entity. For the purposes of this definition,
 10679        "control" means (i) the power, direct or indirect, to cause the
 10680        direction or management of such entity, whether by contract or
 10681        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 10682        outstanding shares, or (iii) beneficial ownership of such entity.
 10683  
 10684        "You" (or "Your") shall mean an individual or Legal Entity
 10685        exercising permissions granted by this License.
 10686  
 10687        "Source" form shall mean the preferred form for making modifications,
 10688        including but not limited to software source code, documentation
 10689        source, and configuration files.
 10690  
 10691        "Object" form shall mean any form resulting from mechanical
 10692        transformation or translation of a Source form, including but
 10693        not limited to compiled object code, generated documentation,
 10694        and conversions to other media types.
 10695  
 10696        "Work" shall mean the work of authorship, whether in Source or
 10697        Object form, made available under the License, as indicated by a
 10698        copyright notice that is included in or attached to the work
 10699        (an example is provided in the Appendix below).
 10700  
 10701        "Derivative Works" shall mean any work, whether in Source or Object
 10702        form, that is based on (or derived from) the Work and for which the
 10703        editorial revisions, annotations, elaborations, or other modifications
 10704        represent, as a whole, an original work of authorship. For the purposes
 10705        of this License, Derivative Works shall not include works that remain
 10706        separable from, or merely link (or bind by name) to the interfaces of,
 10707        the Work and Derivative Works thereof.
 10708  
 10709        "Contribution" shall mean any work of authorship, including
 10710        the original version of the Work and any modifications or additions
 10711        to that Work or Derivative Works thereof, that is intentionally
 10712        submitted to Licensor for inclusion in the Work by the copyright owner
 10713        or by an individual or Legal Entity authorized to submit on behalf of
 10714        the copyright owner. For the purposes of this definition, "submitted"
 10715        means any form of electronic, verbal, or written communication sent
 10716        to the Licensor or its representatives, including but not limited to
 10717        communication on electronic mailing lists, source code control systems,
 10718        and issue tracking systems that are managed by, or on behalf of, the
 10719        Licensor for the purpose of discussing and improving the Work, but
 10720        excluding communication that is conspicuously marked or otherwise
 10721        designated in writing by the copyright owner as "Not a Contribution."
 10722  
 10723        "Contributor" shall mean Licensor and any individual or Legal Entity
 10724        on behalf of whom a Contribution has been received by Licensor and
 10725        subsequently incorporated within the Work.
 10726  
 10727     2. Grant of Copyright License. Subject to the terms and conditions of
 10728        this License, each Contributor hereby grants to You a perpetual,
 10729        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10730        copyright license to reproduce, prepare Derivative Works of,
 10731        publicly display, publicly perform, sublicense, and distribute the
 10732        Work and such Derivative Works in Source or Object form.
 10733  
 10734     3. Grant of Patent License. Subject to the terms and conditions of
 10735        this License, each Contributor hereby grants to You a perpetual,
 10736        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 10737        (except as stated in this section) patent license to make, have made,
 10738        use, offer to sell, sell, import, and otherwise transfer the Work,
 10739        where such license applies only to those patent claims licensable
 10740        by such Contributor that are necessarily infringed by their
 10741        Contribution(s) alone or by combination of their Contribution(s)
 10742        with the Work to which such Contribution(s) was submitted. If You
 10743        institute patent litigation against any entity (including a
 10744        cross-claim or counterclaim in a lawsuit) alleging that the Work
 10745        or a Contribution incorporated within the Work constitutes direct
 10746        or contributory patent infringement, then any patent licenses
 10747        granted to You under this License for that Work shall terminate
 10748        as of the date such litigation is filed.
 10749  
 10750     4. Redistribution. You may reproduce and distribute copies of the
 10751        Work or Derivative Works thereof in any medium, with or without
 10752        modifications, and in Source or Object form, provided that You
 10753        meet the following conditions:
 10754  
 10755        (a) You must give any other recipients of the Work or
 10756            Derivative Works a copy of this License; and
 10757  
 10758        (b) You must cause any modified files to carry prominent notices
 10759            stating that You changed the files; and
 10760  
 10761        (c) You must retain, in the Source form of any Derivative Works
 10762            that You distribute, all copyright, patent, trademark, and
 10763            attribution notices from the Source form of the Work,
 10764            excluding those notices that do not pertain to any part of
 10765            the Derivative Works; and
 10766  
 10767        (d) If the Work includes a "NOTICE" text file as part of its
 10768            distribution, then any Derivative Works that You distribute must
 10769            include a readable copy of the attribution notices contained
 10770            within such NOTICE file, excluding those notices that do not
 10771            pertain to any part of the Derivative Works, in at least one
 10772            of the following places: within a NOTICE text file distributed
 10773            as part of the Derivative Works; within the Source form or
 10774            documentation, if provided along with the Derivative Works; or,
 10775            within a display generated by the Derivative Works, if and
 10776            wherever such third-party notices normally appear. The contents
 10777            of the NOTICE file are for informational purposes only and
 10778            do not modify the License. You may add Your own attribution
 10779            notices within Derivative Works that You distribute, alongside
 10780            or as an addendum to the NOTICE text from the Work, provided
 10781            that such additional attribution notices cannot be construed
 10782            as modifying the License.
 10783  
 10784        You may add Your own copyright statement to Your modifications and
 10785        may provide additional or different license terms and conditions
 10786        for use, reproduction, or distribution of Your modifications, or
 10787        for any such Derivative Works as a whole, provided Your use,
 10788        reproduction, and distribution of the Work otherwise complies with
 10789        the conditions stated in this License.
 10790  
 10791     5. Submission of Contributions. Unless You explicitly state otherwise,
 10792        any Contribution intentionally submitted for inclusion in the Work
 10793        by You to the Licensor shall be under the terms and conditions of
 10794        this License, without any additional terms or conditions.
 10795        Notwithstanding the above, nothing herein shall supersede or modify
 10796        the terms of any separate license agreement you may have executed
 10797        with Licensor regarding such Contributions.
 10798  
 10799     6. Trademarks. This License does not grant permission to use the trade
 10800        names, trademarks, service marks, or product names of the Licensor,
 10801        except as required for reasonable and customary use in describing the
 10802        origin of the Work and reproducing the content of the NOTICE file.
 10803  
 10804     7. Disclaimer of Warranty. Unless required by applicable law or
 10805        agreed to in writing, Licensor provides the Work (and each
 10806        Contributor provides its Contributions) on an "AS IS" BASIS,
 10807        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 10808        implied, including, without limitation, any warranties or conditions
 10809        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 10810        PARTICULAR PURPOSE. You are solely responsible for determining the
 10811        appropriateness of using or redistributing the Work and assume any
 10812        risks associated with Your exercise of permissions under this License.
 10813  
 10814     8. Limitation of Liability. In no event and under no legal theory,
 10815        whether in tort (including negligence), contract, or otherwise,
 10816        unless required by applicable law (such as deliberate and grossly
 10817        negligent acts) or agreed to in writing, shall any Contributor be
 10818        liable to You for damages, including any direct, indirect, special,
 10819        incidental, or consequential damages of any character arising as a
 10820        result of this License or out of the use or inability to use the
 10821        Work (including but not limited to damages for loss of goodwill,
 10822        work stoppage, computer failure or malfunction, or any and all
 10823        other commercial damages or losses), even if such Contributor
 10824        has been advised of the possibility of such damages.
 10825  
 10826     9. Accepting Warranty or Additional Liability. While redistributing
 10827        the Work or Derivative Works thereof, You may choose to offer,
 10828        and charge a fee for, acceptance of support, warranty, indemnity,
 10829        or other liability obligations and/or rights consistent with this
 10830        License. However, in accepting such obligations, You may act only
 10831        on Your own behalf and on Your sole responsibility, not on behalf
 10832        of any other Contributor, and only if You agree to indemnify,
 10833        defend, and hold each Contributor harmless for any liability
 10834        incurred by, or claims asserted against, such Contributor by reason
 10835        of your accepting any such warranty or additional liability.
 10836  
 10837     END OF TERMS AND CONDITIONS
 10838  
 10839     APPENDIX: How to apply the Apache License to your work.
 10840  
 10841        To apply the Apache License to your work, attach the following
 10842        boilerplate notice, with the fields enclosed by brackets "[]"
 10843        replaced with your own identifying information. (Don't include
 10844        the brackets!)  The text should be enclosed in the appropriate
 10845        comment syntax for the file format. We also recommend that a
 10846        file or class name and description of purpose be included on the
 10847        same "printed page" as the copyright notice for easier
 10848        identification within third-party archives.
 10849  
 10850     Copyright [yyyy] [name of copyright owner]
 10851  
 10852     Licensed under the Apache License, Version 2.0 (the "License");
 10853     you may not use this file except in compliance with the License.
 10854     You may obtain a copy of the License at
 10855  
 10856         http://www.apache.org/licenses/LICENSE-2.0
 10857  
 10858     Unless required by applicable law or agreed to in writing, software
 10859     distributed under the License is distributed on an "AS IS" BASIS,
 10860     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 10861     See the License for the specific language governing permissions and
 10862     limitations under the License.
 10863  
 10864  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
 10865  ================================================================================
 10866  
 10867  ================================================================================
 10868  = go.uber.org/atomic licensed under: =
 10869  
 10870  Copyright (c) 2016 Uber Technologies, Inc.
 10871  
 10872  Permission is hereby granted, free of charge, to any person obtaining a copy
 10873  of this software and associated documentation files (the "Software"), to deal
 10874  in the Software without restriction, including without limitation the rights
 10875  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 10876  copies of the Software, and to permit persons to whom the Software is
 10877  furnished to do so, subject to the following conditions:
 10878  
 10879  The above copyright notice and this permission notice shall be included in
 10880  all copies or substantial portions of the Software.
 10881  
 10882  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 10883  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 10884  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 10885  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 10886  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 10887  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 10888  THE SOFTWARE.
 10889  
 10890  = LICENSE.txt 555a27355721f895d77cc791d2d0a1aee1c85ee51a14d0161f7f5467 =
 10891  ================================================================================
 10892  
 10893  ================================================================================
 10894  = go.uber.org/multierr licensed under: =
 10895  
 10896  Copyright (c) 2017 Uber Technologies, Inc.
 10897  
 10898  Permission is hereby granted, free of charge, to any person obtaining a copy
 10899  of this software and associated documentation files (the "Software"), to deal
 10900  in the Software without restriction, including without limitation the rights
 10901  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 10902  copies of the Software, and to permit persons to whom the Software is
 10903  furnished to do so, subject to the following conditions:
 10904  
 10905  The above copyright notice and this permission notice shall be included in
 10906  all copies or substantial portions of the Software.
 10907  
 10908  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 10909  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 10910  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 10911  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 10912  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 10913  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 10914  THE SOFTWARE.
 10915  
 10916  = LICENSE.txt da2aaffd49f8648417c879dada43e616be47cc7cf3192515f60b9239 =
 10917  ================================================================================
 10918  
 10919  ================================================================================
 10920  = go.uber.org/zap licensed under: =
 10921  
 10922  Copyright (c) 2016-2017 Uber Technologies, Inc.
 10923  
 10924  Permission is hereby granted, free of charge, to any person obtaining a copy
 10925  of this software and associated documentation files (the "Software"), to deal
 10926  in the Software without restriction, including without limitation the rights
 10927  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 10928  copies of the Software, and to permit persons to whom the Software is
 10929  furnished to do so, subject to the following conditions:
 10930  
 10931  The above copyright notice and this permission notice shall be included in
 10932  all copies or substantial portions of the Software.
 10933  
 10934  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 10935  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 10936  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 10937  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 10938  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 10939  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 10940  THE SOFTWARE.
 10941  
 10942  = LICENSE.txt 75fb03c5e999b5b8c82ab27193fddc2a98b65b5a098dac5a12c3bb96 =
 10943  ================================================================================
 10944  
 10945  ================================================================================
 10946  = golang.org/x/crypto licensed under: =
 10947  
 10948  Copyright (c) 2009 The Go Authors. All rights reserved.
 10949  
 10950  Redistribution and use in source and binary forms, with or without
 10951  modification, are permitted provided that the following conditions are
 10952  met:
 10953  
 10954     * Redistributions of source code must retain the above copyright
 10955  notice, this list of conditions and the following disclaimer.
 10956     * Redistributions in binary form must reproduce the above
 10957  copyright notice, this list of conditions and the following disclaimer
 10958  in the documentation and/or other materials provided with the
 10959  distribution.
 10960     * Neither the name of Google Inc. nor the names of its
 10961  contributors may be used to endorse or promote products derived from
 10962  this software without specific prior written permission.
 10963  
 10964  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 10965  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 10966  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 10967  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 10968  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 10969  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 10970  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 10971  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 10972  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 10973  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 10974  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 10975  
 10976  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 10977  ================================================================================
 10978  
 10979  ================================================================================
 10980  = golang.org/x/exp licensed under: =
 10981  
 10982  Copyright (c) 2009 The Go Authors. All rights reserved.
 10983  
 10984  Redistribution and use in source and binary forms, with or without
 10985  modification, are permitted provided that the following conditions are
 10986  met:
 10987  
 10988     * Redistributions of source code must retain the above copyright
 10989  notice, this list of conditions and the following disclaimer.
 10990     * Redistributions in binary form must reproduce the above
 10991  copyright notice, this list of conditions and the following disclaimer
 10992  in the documentation and/or other materials provided with the
 10993  distribution.
 10994     * Neither the name of Google Inc. nor the names of its
 10995  contributors may be used to endorse or promote products derived from
 10996  this software without specific prior written permission.
 10997  
 10998  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 10999  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11000  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11001  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11002  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11003  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11004  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11005  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11006  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11007  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11008  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11009  
 11010  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11011  ================================================================================
 11012  
 11013  ================================================================================
 11014  = golang.org/x/net licensed under: =
 11015  
 11016  Copyright (c) 2009 The Go Authors. All rights reserved.
 11017  
 11018  Redistribution and use in source and binary forms, with or without
 11019  modification, are permitted provided that the following conditions are
 11020  met:
 11021  
 11022     * Redistributions of source code must retain the above copyright
 11023  notice, this list of conditions and the following disclaimer.
 11024     * Redistributions in binary form must reproduce the above
 11025  copyright notice, this list of conditions and the following disclaimer
 11026  in the documentation and/or other materials provided with the
 11027  distribution.
 11028     * Neither the name of Google Inc. nor the names of its
 11029  contributors may be used to endorse or promote products derived from
 11030  this software without specific prior written permission.
 11031  
 11032  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11033  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11034  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11035  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11036  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11037  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11038  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11039  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11040  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11041  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11042  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11043  
 11044  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11045  ================================================================================
 11046  
 11047  ================================================================================
 11048  = golang.org/x/oauth2 licensed under: =
 11049  
 11050  Copyright (c) 2009 The Go Authors. All rights reserved.
 11051  
 11052  Redistribution and use in source and binary forms, with or without
 11053  modification, are permitted provided that the following conditions are
 11054  met:
 11055  
 11056     * Redistributions of source code must retain the above copyright
 11057  notice, this list of conditions and the following disclaimer.
 11058     * Redistributions in binary form must reproduce the above
 11059  copyright notice, this list of conditions and the following disclaimer
 11060  in the documentation and/or other materials provided with the
 11061  distribution.
 11062     * Neither the name of Google Inc. nor the names of its
 11063  contributors may be used to endorse or promote products derived from
 11064  this software without specific prior written permission.
 11065  
 11066  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11067  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11068  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11069  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11070  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11071  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11072  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11073  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11074  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11075  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11076  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11077  
 11078  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11079  ================================================================================
 11080  
 11081  ================================================================================
 11082  = golang.org/x/sync licensed under: =
 11083  
 11084  Copyright (c) 2009 The Go Authors. All rights reserved.
 11085  
 11086  Redistribution and use in source and binary forms, with or without
 11087  modification, are permitted provided that the following conditions are
 11088  met:
 11089  
 11090     * Redistributions of source code must retain the above copyright
 11091  notice, this list of conditions and the following disclaimer.
 11092     * Redistributions in binary form must reproduce the above
 11093  copyright notice, this list of conditions and the following disclaimer
 11094  in the documentation and/or other materials provided with the
 11095  distribution.
 11096     * Neither the name of Google Inc. nor the names of its
 11097  contributors may be used to endorse or promote products derived from
 11098  this software without specific prior written permission.
 11099  
 11100  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11101  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11102  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11103  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11104  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11105  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11106  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11107  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11108  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11109  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11110  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11111  
 11112  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11113  ================================================================================
 11114  
 11115  ================================================================================
 11116  = golang.org/x/sys licensed under: =
 11117  
 11118  Copyright (c) 2009 The Go Authors. All rights reserved.
 11119  
 11120  Redistribution and use in source and binary forms, with or without
 11121  modification, are permitted provided that the following conditions are
 11122  met:
 11123  
 11124     * Redistributions of source code must retain the above copyright
 11125  notice, this list of conditions and the following disclaimer.
 11126     * Redistributions in binary form must reproduce the above
 11127  copyright notice, this list of conditions and the following disclaimer
 11128  in the documentation and/or other materials provided with the
 11129  distribution.
 11130     * Neither the name of Google Inc. nor the names of its
 11131  contributors may be used to endorse or promote products derived from
 11132  this software without specific prior written permission.
 11133  
 11134  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11135  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11136  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11137  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11138  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11139  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11140  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11141  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11142  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11143  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11144  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11145  
 11146  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11147  ================================================================================
 11148  
 11149  ================================================================================
 11150  = golang.org/x/term licensed under: =
 11151  
 11152  Copyright (c) 2009 The Go Authors. All rights reserved.
 11153  
 11154  Redistribution and use in source and binary forms, with or without
 11155  modification, are permitted provided that the following conditions are
 11156  met:
 11157  
 11158     * Redistributions of source code must retain the above copyright
 11159  notice, this list of conditions and the following disclaimer.
 11160     * Redistributions in binary form must reproduce the above
 11161  copyright notice, this list of conditions and the following disclaimer
 11162  in the documentation and/or other materials provided with the
 11163  distribution.
 11164     * Neither the name of Google Inc. nor the names of its
 11165  contributors may be used to endorse or promote products derived from
 11166  this software without specific prior written permission.
 11167  
 11168  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11169  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11170  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11171  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11172  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11173  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11174  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11175  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11176  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11177  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11178  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11179  
 11180  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11181  ================================================================================
 11182  
 11183  ================================================================================
 11184  = golang.org/x/text licensed under: =
 11185  
 11186  Copyright (c) 2009 The Go Authors. All rights reserved.
 11187  
 11188  Redistribution and use in source and binary forms, with or without
 11189  modification, are permitted provided that the following conditions are
 11190  met:
 11191  
 11192     * Redistributions of source code must retain the above copyright
 11193  notice, this list of conditions and the following disclaimer.
 11194     * Redistributions in binary form must reproduce the above
 11195  copyright notice, this list of conditions and the following disclaimer
 11196  in the documentation and/or other materials provided with the
 11197  distribution.
 11198     * Neither the name of Google Inc. nor the names of its
 11199  contributors may be used to endorse or promote products derived from
 11200  this software without specific prior written permission.
 11201  
 11202  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11203  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11204  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11205  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11206  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11207  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11208  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11209  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11210  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11211  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11212  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11213  
 11214  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11215  ================================================================================
 11216  
 11217  ================================================================================
 11218  = golang.org/x/time licensed under: =
 11219  
 11220  Copyright (c) 2009 The Go Authors. All rights reserved.
 11221  
 11222  Redistribution and use in source and binary forms, with or without
 11223  modification, are permitted provided that the following conditions are
 11224  met:
 11225  
 11226     * Redistributions of source code must retain the above copyright
 11227  notice, this list of conditions and the following disclaimer.
 11228     * Redistributions in binary form must reproduce the above
 11229  copyright notice, this list of conditions and the following disclaimer
 11230  in the documentation and/or other materials provided with the
 11231  distribution.
 11232     * Neither the name of Google Inc. nor the names of its
 11233  contributors may be used to endorse or promote products derived from
 11234  this software without specific prior written permission.
 11235  
 11236  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11237  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11238  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11239  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11240  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11241  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11242  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11243  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11244  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11245  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11246  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11247  
 11248  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11249  ================================================================================
 11250  
 11251  ================================================================================
 11252  = golang.org/x/tools licensed under: =
 11253  
 11254  Copyright (c) 2009 The Go Authors. All rights reserved.
 11255  
 11256  Redistribution and use in source and binary forms, with or without
 11257  modification, are permitted provided that the following conditions are
 11258  met:
 11259  
 11260     * Redistributions of source code must retain the above copyright
 11261  notice, this list of conditions and the following disclaimer.
 11262     * Redistributions in binary form must reproduce the above
 11263  copyright notice, this list of conditions and the following disclaimer
 11264  in the documentation and/or other materials provided with the
 11265  distribution.
 11266     * Neither the name of Google Inc. nor the names of its
 11267  contributors may be used to endorse or promote products derived from
 11268  this software without specific prior written permission.
 11269  
 11270  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11271  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11272  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11273  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11274  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11275  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11276  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11277  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11278  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11279  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11280  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11281  
 11282  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
 11283  ================================================================================
 11284  
 11285  ================================================================================
 11286  = golang.org/x/xerrors licensed under: =
 11287  
 11288  Copyright (c) 2019 The Go Authors. All rights reserved.
 11289  
 11290  Redistribution and use in source and binary forms, with or without
 11291  modification, are permitted provided that the following conditions are
 11292  met:
 11293  
 11294     * Redistributions of source code must retain the above copyright
 11295  notice, this list of conditions and the following disclaimer.
 11296     * Redistributions in binary form must reproduce the above
 11297  copyright notice, this list of conditions and the following disclaimer
 11298  in the documentation and/or other materials provided with the
 11299  distribution.
 11300     * Neither the name of Google Inc. nor the names of its
 11301  contributors may be used to endorse or promote products derived from
 11302  this software without specific prior written permission.
 11303  
 11304  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11305  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11306  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11307  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11308  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11309  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11310  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11311  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11312  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11313  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11314  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11315  
 11316  = LICENSE 6a8d279de95df6fe2d6d25ca4ba62c4ed4ac375b562a87574dbe2839 =
 11317  ================================================================================
 11318  
 11319  ================================================================================
 11320  = google.golang.org/api licensed under: =
 11321  
 11322  Copyright (c) 2011 Google Inc. All rights reserved.
 11323  
 11324  Redistribution and use in source and binary forms, with or without
 11325  modification, are permitted provided that the following conditions are
 11326  met:
 11327  
 11328     * Redistributions of source code must retain the above copyright
 11329  notice, this list of conditions and the following disclaimer.
 11330     * Redistributions in binary form must reproduce the above
 11331  copyright notice, this list of conditions and the following disclaimer
 11332  in the documentation and/or other materials provided with the
 11333  distribution.
 11334     * Neither the name of Google Inc. nor the names of its
 11335  contributors may be used to endorse or promote products derived from
 11336  this software without specific prior written permission.
 11337  
 11338  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 11339  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 11340  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 11341  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 11342  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 11343  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 11344  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 11345  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 11346  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 11347  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 11348  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 11349  
 11350  = LICENSE 714d639ff3f29361107352104d3f8fb1abf9eafdd98fc23a42435122 =
 11351  ================================================================================
 11352  
 11353  ================================================================================
 11354  = google.golang.org/appengine licensed under: =
 11355  
 11356  
 11357                                   Apache License
 11358                             Version 2.0, January 2004
 11359                          http://www.apache.org/licenses/
 11360  
 11361     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 11362  
 11363     1. Definitions.
 11364  
 11365        "License" shall mean the terms and conditions for use, reproduction,
 11366        and distribution as defined by Sections 1 through 9 of this document.
 11367  
 11368        "Licensor" shall mean the copyright owner or entity authorized by
 11369        the copyright owner that is granting the License.
 11370  
 11371        "Legal Entity" shall mean the union of the acting entity and all
 11372        other entities that control, are controlled by, or are under common
 11373        control with that entity. For the purposes of this definition,
 11374        "control" means (i) the power, direct or indirect, to cause the
 11375        direction or management of such entity, whether by contract or
 11376        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 11377        outstanding shares, or (iii) beneficial ownership of such entity.
 11378  
 11379        "You" (or "Your") shall mean an individual or Legal Entity
 11380        exercising permissions granted by this License.
 11381  
 11382        "Source" form shall mean the preferred form for making modifications,
 11383        including but not limited to software source code, documentation
 11384        source, and configuration files.
 11385  
 11386        "Object" form shall mean any form resulting from mechanical
 11387        transformation or translation of a Source form, including but
 11388        not limited to compiled object code, generated documentation,
 11389        and conversions to other media types.
 11390  
 11391        "Work" shall mean the work of authorship, whether in Source or
 11392        Object form, made available under the License, as indicated by a
 11393        copyright notice that is included in or attached to the work
 11394        (an example is provided in the Appendix below).
 11395  
 11396        "Derivative Works" shall mean any work, whether in Source or Object
 11397        form, that is based on (or derived from) the Work and for which the
 11398        editorial revisions, annotations, elaborations, or other modifications
 11399        represent, as a whole, an original work of authorship. For the purposes
 11400        of this License, Derivative Works shall not include works that remain
 11401        separable from, or merely link (or bind by name) to the interfaces of,
 11402        the Work and Derivative Works thereof.
 11403  
 11404        "Contribution" shall mean any work of authorship, including
 11405        the original version of the Work and any modifications or additions
 11406        to that Work or Derivative Works thereof, that is intentionally
 11407        submitted to Licensor for inclusion in the Work by the copyright owner
 11408        or by an individual or Legal Entity authorized to submit on behalf of
 11409        the copyright owner. For the purposes of this definition, "submitted"
 11410        means any form of electronic, verbal, or written communication sent
 11411        to the Licensor or its representatives, including but not limited to
 11412        communication on electronic mailing lists, source code control systems,
 11413        and issue tracking systems that are managed by, or on behalf of, the
 11414        Licensor for the purpose of discussing and improving the Work, but
 11415        excluding communication that is conspicuously marked or otherwise
 11416        designated in writing by the copyright owner as "Not a Contribution."
 11417  
 11418        "Contributor" shall mean Licensor and any individual or Legal Entity
 11419        on behalf of whom a Contribution has been received by Licensor and
 11420        subsequently incorporated within the Work.
 11421  
 11422     2. Grant of Copyright License. Subject to the terms and conditions of
 11423        this License, each Contributor hereby grants to You a perpetual,
 11424        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 11425        copyright license to reproduce, prepare Derivative Works of,
 11426        publicly display, publicly perform, sublicense, and distribute the
 11427        Work and such Derivative Works in Source or Object form.
 11428  
 11429     3. Grant of Patent License. Subject to the terms and conditions of
 11430        this License, each Contributor hereby grants to You a perpetual,
 11431        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 11432        (except as stated in this section) patent license to make, have made,
 11433        use, offer to sell, sell, import, and otherwise transfer the Work,
 11434        where such license applies only to those patent claims licensable
 11435        by such Contributor that are necessarily infringed by their
 11436        Contribution(s) alone or by combination of their Contribution(s)
 11437        with the Work to which such Contribution(s) was submitted. If You
 11438        institute patent litigation against any entity (including a
 11439        cross-claim or counterclaim in a lawsuit) alleging that the Work
 11440        or a Contribution incorporated within the Work constitutes direct
 11441        or contributory patent infringement, then any patent licenses
 11442        granted to You under this License for that Work shall terminate
 11443        as of the date such litigation is filed.
 11444  
 11445     4. Redistribution. You may reproduce and distribute copies of the
 11446        Work or Derivative Works thereof in any medium, with or without
 11447        modifications, and in Source or Object form, provided that You
 11448        meet the following conditions:
 11449  
 11450        (a) You must give any other recipients of the Work or
 11451            Derivative Works a copy of this License; and
 11452  
 11453        (b) You must cause any modified files to carry prominent notices
 11454            stating that You changed the files; and
 11455  
 11456        (c) You must retain, in the Source form of any Derivative Works
 11457            that You distribute, all copyright, patent, trademark, and
 11458            attribution notices from the Source form of the Work,
 11459            excluding those notices that do not pertain to any part of
 11460            the Derivative Works; and
 11461  
 11462        (d) If the Work includes a "NOTICE" text file as part of its
 11463            distribution, then any Derivative Works that You distribute must
 11464            include a readable copy of the attribution notices contained
 11465            within such NOTICE file, excluding those notices that do not
 11466            pertain to any part of the Derivative Works, in at least one
 11467            of the following places: within a NOTICE text file distributed
 11468            as part of the Derivative Works; within the Source form or
 11469            documentation, if provided along with the Derivative Works; or,
 11470            within a display generated by the Derivative Works, if and
 11471            wherever such third-party notices normally appear. The contents
 11472            of the NOTICE file are for informational purposes only and
 11473            do not modify the License. You may add Your own attribution
 11474            notices within Derivative Works that You distribute, alongside
 11475            or as an addendum to the NOTICE text from the Work, provided
 11476            that such additional attribution notices cannot be construed
 11477            as modifying the License.
 11478  
 11479        You may add Your own copyright statement to Your modifications and
 11480        may provide additional or different license terms and conditions
 11481        for use, reproduction, or distribution of Your modifications, or
 11482        for any such Derivative Works as a whole, provided Your use,
 11483        reproduction, and distribution of the Work otherwise complies with
 11484        the conditions stated in this License.
 11485  
 11486     5. Submission of Contributions. Unless You explicitly state otherwise,
 11487        any Contribution intentionally submitted for inclusion in the Work
 11488        by You to the Licensor shall be under the terms and conditions of
 11489        this License, without any additional terms or conditions.
 11490        Notwithstanding the above, nothing herein shall supersede or modify
 11491        the terms of any separate license agreement you may have executed
 11492        with Licensor regarding such Contributions.
 11493  
 11494     6. Trademarks. This License does not grant permission to use the trade
 11495        names, trademarks, service marks, or product names of the Licensor,
 11496        except as required for reasonable and customary use in describing the
 11497        origin of the Work and reproducing the content of the NOTICE file.
 11498  
 11499     7. Disclaimer of Warranty. Unless required by applicable law or
 11500        agreed to in writing, Licensor provides the Work (and each
 11501        Contributor provides its Contributions) on an "AS IS" BASIS,
 11502        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 11503        implied, including, without limitation, any warranties or conditions
 11504        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 11505        PARTICULAR PURPOSE. You are solely responsible for determining the
 11506        appropriateness of using or redistributing the Work and assume any
 11507        risks associated with Your exercise of permissions under this License.
 11508  
 11509     8. Limitation of Liability. In no event and under no legal theory,
 11510        whether in tort (including negligence), contract, or otherwise,
 11511        unless required by applicable law (such as deliberate and grossly
 11512        negligent acts) or agreed to in writing, shall any Contributor be
 11513        liable to You for damages, including any direct, indirect, special,
 11514        incidental, or consequential damages of any character arising as a
 11515        result of this License or out of the use or inability to use the
 11516        Work (including but not limited to damages for loss of goodwill,
 11517        work stoppage, computer failure or malfunction, or any and all
 11518        other commercial damages or losses), even if such Contributor
 11519        has been advised of the possibility of such damages.
 11520  
 11521     9. Accepting Warranty or Additional Liability. While redistributing
 11522        the Work or Derivative Works thereof, You may choose to offer,
 11523        and charge a fee for, acceptance of support, warranty, indemnity,
 11524        or other liability obligations and/or rights consistent with this
 11525        License. However, in accepting such obligations, You may act only
 11526        on Your own behalf and on Your sole responsibility, not on behalf
 11527        of any other Contributor, and only if You agree to indemnify,
 11528        defend, and hold each Contributor harmless for any liability
 11529        incurred by, or claims asserted against, such Contributor by reason
 11530        of your accepting any such warranty or additional liability.
 11531  
 11532     END OF TERMS AND CONDITIONS
 11533  
 11534     APPENDIX: How to apply the Apache License to your work.
 11535  
 11536        To apply the Apache License to your work, attach the following
 11537        boilerplate notice, with the fields enclosed by brackets "[]"
 11538        replaced with your own identifying information. (Don't include
 11539        the brackets!)  The text should be enclosed in the appropriate
 11540        comment syntax for the file format. We also recommend that a
 11541        file or class name and description of purpose be included on the
 11542        same "printed page" as the copyright notice for easier
 11543        identification within third-party archives.
 11544  
 11545     Copyright [yyyy] [name of copyright owner]
 11546  
 11547     Licensed under the Apache License, Version 2.0 (the "License");
 11548     you may not use this file except in compliance with the License.
 11549     You may obtain a copy of the License at
 11550  
 11551         http://www.apache.org/licenses/LICENSE-2.0
 11552  
 11553     Unless required by applicable law or agreed to in writing, software
 11554     distributed under the License is distributed on an "AS IS" BASIS,
 11555     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 11556     See the License for the specific language governing permissions and
 11557     limitations under the License.
 11558  
 11559  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
 11560  ================================================================================
 11561  
 11562  ================================================================================
 11563  = google.golang.org/genproto licensed under: =
 11564  
 11565  
 11566                                   Apache License
 11567                             Version 2.0, January 2004
 11568                          http://www.apache.org/licenses/
 11569  
 11570     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 11571  
 11572     1. Definitions.
 11573  
 11574        "License" shall mean the terms and conditions for use, reproduction,
 11575        and distribution as defined by Sections 1 through 9 of this document.
 11576  
 11577        "Licensor" shall mean the copyright owner or entity authorized by
 11578        the copyright owner that is granting the License.
 11579  
 11580        "Legal Entity" shall mean the union of the acting entity and all
 11581        other entities that control, are controlled by, or are under common
 11582        control with that entity. For the purposes of this definition,
 11583        "control" means (i) the power, direct or indirect, to cause the
 11584        direction or management of such entity, whether by contract or
 11585        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 11586        outstanding shares, or (iii) beneficial ownership of such entity.
 11587  
 11588        "You" (or "Your") shall mean an individual or Legal Entity
 11589        exercising permissions granted by this License.
 11590  
 11591        "Source" form shall mean the preferred form for making modifications,
 11592        including but not limited to software source code, documentation
 11593        source, and configuration files.
 11594  
 11595        "Object" form shall mean any form resulting from mechanical
 11596        transformation or translation of a Source form, including but
 11597        not limited to compiled object code, generated documentation,
 11598        and conversions to other media types.
 11599  
 11600        "Work" shall mean the work of authorship, whether in Source or
 11601        Object form, made available under the License, as indicated by a
 11602        copyright notice that is included in or attached to the work
 11603        (an example is provided in the Appendix below).
 11604  
 11605        "Derivative Works" shall mean any work, whether in Source or Object
 11606        form, that is based on (or derived from) the Work and for which the
 11607        editorial revisions, annotations, elaborations, or other modifications
 11608        represent, as a whole, an original work of authorship. For the purposes
 11609        of this License, Derivative Works shall not include works that remain
 11610        separable from, or merely link (or bind by name) to the interfaces of,
 11611        the Work and Derivative Works thereof.
 11612  
 11613        "Contribution" shall mean any work of authorship, including
 11614        the original version of the Work and any modifications or additions
 11615        to that Work or Derivative Works thereof, that is intentionally
 11616        submitted to Licensor for inclusion in the Work by the copyright owner
 11617        or by an individual or Legal Entity authorized to submit on behalf of
 11618        the copyright owner. For the purposes of this definition, "submitted"
 11619        means any form of electronic, verbal, or written communication sent
 11620        to the Licensor or its representatives, including but not limited to
 11621        communication on electronic mailing lists, source code control systems,
 11622        and issue tracking systems that are managed by, or on behalf of, the
 11623        Licensor for the purpose of discussing and improving the Work, but
 11624        excluding communication that is conspicuously marked or otherwise
 11625        designated in writing by the copyright owner as "Not a Contribution."
 11626  
 11627        "Contributor" shall mean Licensor and any individual or Legal Entity
 11628        on behalf of whom a Contribution has been received by Licensor and
 11629        subsequently incorporated within the Work.
 11630  
 11631     2. Grant of Copyright License. Subject to the terms and conditions of
 11632        this License, each Contributor hereby grants to You a perpetual,
 11633        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 11634        copyright license to reproduce, prepare Derivative Works of,
 11635        publicly display, publicly perform, sublicense, and distribute the
 11636        Work and such Derivative Works in Source or Object form.
 11637  
 11638     3. Grant of Patent License. Subject to the terms and conditions of
 11639        this License, each Contributor hereby grants to You a perpetual,
 11640        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 11641        (except as stated in this section) patent license to make, have made,
 11642        use, offer to sell, sell, import, and otherwise transfer the Work,
 11643        where such license applies only to those patent claims licensable
 11644        by such Contributor that are necessarily infringed by their
 11645        Contribution(s) alone or by combination of their Contribution(s)
 11646        with the Work to which such Contribution(s) was submitted. If You
 11647        institute patent litigation against any entity (including a
 11648        cross-claim or counterclaim in a lawsuit) alleging that the Work
 11649        or a Contribution incorporated within the Work constitutes direct
 11650        or contributory patent infringement, then any patent licenses
 11651        granted to You under this License for that Work shall terminate
 11652        as of the date such litigation is filed.
 11653  
 11654     4. Redistribution. You may reproduce and distribute copies of the
 11655        Work or Derivative Works thereof in any medium, with or without
 11656        modifications, and in Source or Object form, provided that You
 11657        meet the following conditions:
 11658  
 11659        (a) You must give any other recipients of the Work or
 11660            Derivative Works a copy of this License; and
 11661  
 11662        (b) You must cause any modified files to carry prominent notices
 11663            stating that You changed the files; and
 11664  
 11665        (c) You must retain, in the Source form of any Derivative Works
 11666            that You distribute, all copyright, patent, trademark, and
 11667            attribution notices from the Source form of the Work,
 11668            excluding those notices that do not pertain to any part of
 11669            the Derivative Works; and
 11670  
 11671        (d) If the Work includes a "NOTICE" text file as part of its
 11672            distribution, then any Derivative Works that You distribute must
 11673            include a readable copy of the attribution notices contained
 11674            within such NOTICE file, excluding those notices that do not
 11675            pertain to any part of the Derivative Works, in at least one
 11676            of the following places: within a NOTICE text file distributed
 11677            as part of the Derivative Works; within the Source form or
 11678            documentation, if provided along with the Derivative Works; or,
 11679            within a display generated by the Derivative Works, if and
 11680            wherever such third-party notices normally appear. The contents
 11681            of the NOTICE file are for informational purposes only and
 11682            do not modify the License. You may add Your own attribution
 11683            notices within Derivative Works that You distribute, alongside
 11684            or as an addendum to the NOTICE text from the Work, provided
 11685            that such additional attribution notices cannot be construed
 11686            as modifying the License.
 11687  
 11688        You may add Your own copyright statement to Your modifications and
 11689        may provide additional or different license terms and conditions
 11690        for use, reproduction, or distribution of Your modifications, or
 11691        for any such Derivative Works as a whole, provided Your use,
 11692        reproduction, and distribution of the Work otherwise complies with
 11693        the conditions stated in this License.
 11694  
 11695     5. Submission of Contributions. Unless You explicitly state otherwise,
 11696        any Contribution intentionally submitted for inclusion in the Work
 11697        by You to the Licensor shall be under the terms and conditions of
 11698        this License, without any additional terms or conditions.
 11699        Notwithstanding the above, nothing herein shall supersede or modify
 11700        the terms of any separate license agreement you may have executed
 11701        with Licensor regarding such Contributions.
 11702  
 11703     6. Trademarks. This License does not grant permission to use the trade
 11704        names, trademarks, service marks, or product names of the Licensor,
 11705        except as required for reasonable and customary use in describing the
 11706        origin of the Work and reproducing the content of the NOTICE file.
 11707  
 11708     7. Disclaimer of Warranty. Unless required by applicable law or
 11709        agreed to in writing, Licensor provides the Work (and each
 11710        Contributor provides its Contributions) on an "AS IS" BASIS,
 11711        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 11712        implied, including, without limitation, any warranties or conditions
 11713        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 11714        PARTICULAR PURPOSE. You are solely responsible for determining the
 11715        appropriateness of using or redistributing the Work and assume any
 11716        risks associated with Your exercise of permissions under this License.
 11717  
 11718     8. Limitation of Liability. In no event and under no legal theory,
 11719        whether in tort (including negligence), contract, or otherwise,
 11720        unless required by applicable law (such as deliberate and grossly
 11721        negligent acts) or agreed to in writing, shall any Contributor be
 11722        liable to You for damages, including any direct, indirect, special,
 11723        incidental, or consequential damages of any character arising as a
 11724        result of this License or out of the use or inability to use the
 11725        Work (including but not limited to damages for loss of goodwill,
 11726        work stoppage, computer failure or malfunction, or any and all
 11727        other commercial damages or losses), even if such Contributor
 11728        has been advised of the possibility of such damages.
 11729  
 11730     9. Accepting Warranty or Additional Liability. While redistributing
 11731        the Work or Derivative Works thereof, You may choose to offer,
 11732        and charge a fee for, acceptance of support, warranty, indemnity,
 11733        or other liability obligations and/or rights consistent with this
 11734        License. However, in accepting such obligations, You may act only
 11735        on Your own behalf and on Your sole responsibility, not on behalf
 11736        of any other Contributor, and only if You agree to indemnify,
 11737        defend, and hold each Contributor harmless for any liability
 11738        incurred by, or claims asserted against, such Contributor by reason
 11739        of your accepting any such warranty or additional liability.
 11740  
 11741     END OF TERMS AND CONDITIONS
 11742  
 11743     APPENDIX: How to apply the Apache License to your work.
 11744  
 11745        To apply the Apache License to your work, attach the following
 11746        boilerplate notice, with the fields enclosed by brackets "[]"
 11747        replaced with your own identifying information. (Don't include
 11748        the brackets!)  The text should be enclosed in the appropriate
 11749        comment syntax for the file format. We also recommend that a
 11750        file or class name and description of purpose be included on the
 11751        same "printed page" as the copyright notice for easier
 11752        identification within third-party archives.
 11753  
 11754     Copyright [yyyy] [name of copyright owner]
 11755  
 11756     Licensed under the Apache License, Version 2.0 (the "License");
 11757     you may not use this file except in compliance with the License.
 11758     You may obtain a copy of the License at
 11759  
 11760         http://www.apache.org/licenses/LICENSE-2.0
 11761  
 11762     Unless required by applicable law or agreed to in writing, software
 11763     distributed under the License is distributed on an "AS IS" BASIS,
 11764     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 11765     See the License for the specific language governing permissions and
 11766     limitations under the License.
 11767  
 11768  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
 11769  ================================================================================
 11770  
 11771  ================================================================================
 11772  = google.golang.org/genproto/googleapis/api licensed under: =
 11773  
 11774  
 11775                                   Apache License
 11776                             Version 2.0, January 2004
 11777                          http://www.apache.org/licenses/
 11778  
 11779     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 11780  
 11781     1. Definitions.
 11782  
 11783        "License" shall mean the terms and conditions for use, reproduction,
 11784        and distribution as defined by Sections 1 through 9 of this document.
 11785  
 11786        "Licensor" shall mean the copyright owner or entity authorized by
 11787        the copyright owner that is granting the License.
 11788  
 11789        "Legal Entity" shall mean the union of the acting entity and all
 11790        other entities that control, are controlled by, or are under common
 11791        control with that entity. For the purposes of this definition,
 11792        "control" means (i) the power, direct or indirect, to cause the
 11793        direction or management of such entity, whether by contract or
 11794        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 11795        outstanding shares, or (iii) beneficial ownership of such entity.
 11796  
 11797        "You" (or "Your") shall mean an individual or Legal Entity
 11798        exercising permissions granted by this License.
 11799  
 11800        "Source" form shall mean the preferred form for making modifications,
 11801        including but not limited to software source code, documentation
 11802        source, and configuration files.
 11803  
 11804        "Object" form shall mean any form resulting from mechanical
 11805        transformation or translation of a Source form, including but
 11806        not limited to compiled object code, generated documentation,
 11807        and conversions to other media types.
 11808  
 11809        "Work" shall mean the work of authorship, whether in Source or
 11810        Object form, made available under the License, as indicated by a
 11811        copyright notice that is included in or attached to the work
 11812        (an example is provided in the Appendix below).
 11813  
 11814        "Derivative Works" shall mean any work, whether in Source or Object
 11815        form, that is based on (or derived from) the Work and for which the
 11816        editorial revisions, annotations, elaborations, or other modifications
 11817        represent, as a whole, an original work of authorship. For the purposes
 11818        of this License, Derivative Works shall not include works that remain
 11819        separable from, or merely link (or bind by name) to the interfaces of,
 11820        the Work and Derivative Works thereof.
 11821  
 11822        "Contribution" shall mean any work of authorship, including
 11823        the original version of the Work and any modifications or additions
 11824        to that Work or Derivative Works thereof, that is intentionally
 11825        submitted to Licensor for inclusion in the Work by the copyright owner
 11826        or by an individual or Legal Entity authorized to submit on behalf of
 11827        the copyright owner. For the purposes of this definition, "submitted"
 11828        means any form of electronic, verbal, or written communication sent
 11829        to the Licensor or its representatives, including but not limited to
 11830        communication on electronic mailing lists, source code control systems,
 11831        and issue tracking systems that are managed by, or on behalf of, the
 11832        Licensor for the purpose of discussing and improving the Work, but
 11833        excluding communication that is conspicuously marked or otherwise
 11834        designated in writing by the copyright owner as "Not a Contribution."
 11835  
 11836        "Contributor" shall mean Licensor and any individual or Legal Entity
 11837        on behalf of whom a Contribution has been received by Licensor and
 11838        subsequently incorporated within the Work.
 11839  
 11840     2. Grant of Copyright License. Subject to the terms and conditions of
 11841        this License, each Contributor hereby grants to You a perpetual,
 11842        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 11843        copyright license to reproduce, prepare Derivative Works of,
 11844        publicly display, publicly perform, sublicense, and distribute the
 11845        Work and such Derivative Works in Source or Object form.
 11846  
 11847     3. Grant of Patent License. Subject to the terms and conditions of
 11848        this License, each Contributor hereby grants to You a perpetual,
 11849        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 11850        (except as stated in this section) patent license to make, have made,
 11851        use, offer to sell, sell, import, and otherwise transfer the Work,
 11852        where such license applies only to those patent claims licensable
 11853        by such Contributor that are necessarily infringed by their
 11854        Contribution(s) alone or by combination of their Contribution(s)
 11855        with the Work to which such Contribution(s) was submitted. If You
 11856        institute patent litigation against any entity (including a
 11857        cross-claim or counterclaim in a lawsuit) alleging that the Work
 11858        or a Contribution incorporated within the Work constitutes direct
 11859        or contributory patent infringement, then any patent licenses
 11860        granted to You under this License for that Work shall terminate
 11861        as of the date such litigation is filed.
 11862  
 11863     4. Redistribution. You may reproduce and distribute copies of the
 11864        Work or Derivative Works thereof in any medium, with or without
 11865        modifications, and in Source or Object form, provided that You
 11866        meet the following conditions:
 11867  
 11868        (a) You must give any other recipients of the Work or
 11869            Derivative Works a copy of this License; and
 11870  
 11871        (b) You must cause any modified files to carry prominent notices
 11872            stating that You changed the files; and
 11873  
 11874        (c) You must retain, in the Source form of any Derivative Works
 11875            that You distribute, all copyright, patent, trademark, and
 11876            attribution notices from the Source form of the Work,
 11877            excluding those notices that do not pertain to any part of
 11878            the Derivative Works; and
 11879  
 11880        (d) If the Work includes a "NOTICE" text file as part of its
 11881            distribution, then any Derivative Works that You distribute must
 11882            include a readable copy of the attribution notices contained
 11883            within such NOTICE file, excluding those notices that do not
 11884            pertain to any part of the Derivative Works, in at least one
 11885            of the following places: within a NOTICE text file distributed
 11886            as part of the Derivative Works; within the Source form or
 11887            documentation, if provided along with the Derivative Works; or,
 11888            within a display generated by the Derivative Works, if and
 11889            wherever such third-party notices normally appear. The contents
 11890            of the NOTICE file are for informational purposes only and
 11891            do not modify the License. You may add Your own attribution
 11892            notices within Derivative Works that You distribute, alongside
 11893            or as an addendum to the NOTICE text from the Work, provided
 11894            that such additional attribution notices cannot be construed
 11895            as modifying the License.
 11896  
 11897        You may add Your own copyright statement to Your modifications and
 11898        may provide additional or different license terms and conditions
 11899        for use, reproduction, or distribution of Your modifications, or
 11900        for any such Derivative Works as a whole, provided Your use,
 11901        reproduction, and distribution of the Work otherwise complies with
 11902        the conditions stated in this License.
 11903  
 11904     5. Submission of Contributions. Unless You explicitly state otherwise,
 11905        any Contribution intentionally submitted for inclusion in the Work
 11906        by You to the Licensor shall be under the terms and conditions of
 11907        this License, without any additional terms or conditions.
 11908        Notwithstanding the above, nothing herein shall supersede or modify
 11909        the terms of any separate license agreement you may have executed
 11910        with Licensor regarding such Contributions.
 11911  
 11912     6. Trademarks. This License does not grant permission to use the trade
 11913        names, trademarks, service marks, or product names of the Licensor,
 11914        except as required for reasonable and customary use in describing the
 11915        origin of the Work and reproducing the content of the NOTICE file.
 11916  
 11917     7. Disclaimer of Warranty. Unless required by applicable law or
 11918        agreed to in writing, Licensor provides the Work (and each
 11919        Contributor provides its Contributions) on an "AS IS" BASIS,
 11920        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 11921        implied, including, without limitation, any warranties or conditions
 11922        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 11923        PARTICULAR PURPOSE. You are solely responsible for determining the
 11924        appropriateness of using or redistributing the Work and assume any
 11925        risks associated with Your exercise of permissions under this License.
 11926  
 11927     8. Limitation of Liability. In no event and under no legal theory,
 11928        whether in tort (including negligence), contract, or otherwise,
 11929        unless required by applicable law (such as deliberate and grossly
 11930        negligent acts) or agreed to in writing, shall any Contributor be
 11931        liable to You for damages, including any direct, indirect, special,
 11932        incidental, or consequential damages of any character arising as a
 11933        result of this License or out of the use or inability to use the
 11934        Work (including but not limited to damages for loss of goodwill,
 11935        work stoppage, computer failure or malfunction, or any and all
 11936        other commercial damages or losses), even if such Contributor
 11937        has been advised of the possibility of such damages.
 11938  
 11939     9. Accepting Warranty or Additional Liability. While redistributing
 11940        the Work or Derivative Works thereof, You may choose to offer,
 11941        and charge a fee for, acceptance of support, warranty, indemnity,
 11942        or other liability obligations and/or rights consistent with this
 11943        License. However, in accepting such obligations, You may act only
 11944        on Your own behalf and on Your sole responsibility, not on behalf
 11945        of any other Contributor, and only if You agree to indemnify,
 11946        defend, and hold each Contributor harmless for any liability
 11947        incurred by, or claims asserted against, such Contributor by reason
 11948        of your accepting any such warranty or additional liability.
 11949  
 11950     END OF TERMS AND CONDITIONS
 11951  
 11952     APPENDIX: How to apply the Apache License to your work.
 11953  
 11954        To apply the Apache License to your work, attach the following
 11955        boilerplate notice, with the fields enclosed by brackets "[]"
 11956        replaced with your own identifying information. (Don't include
 11957        the brackets!)  The text should be enclosed in the appropriate
 11958        comment syntax for the file format. We also recommend that a
 11959        file or class name and description of purpose be included on the
 11960        same "printed page" as the copyright notice for easier
 11961        identification within third-party archives.
 11962  
 11963     Copyright [yyyy] [name of copyright owner]
 11964  
 11965     Licensed under the Apache License, Version 2.0 (the "License");
 11966     you may not use this file except in compliance with the License.
 11967     You may obtain a copy of the License at
 11968  
 11969         http://www.apache.org/licenses/LICENSE-2.0
 11970  
 11971     Unless required by applicable law or agreed to in writing, software
 11972     distributed under the License is distributed on an "AS IS" BASIS,
 11973     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 11974     See the License for the specific language governing permissions and
 11975     limitations under the License.
 11976  
 11977  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
 11978  ================================================================================
 11979  
 11980  ================================================================================
 11981  = google.golang.org/genproto/googleapis/rpc licensed under: =
 11982  
 11983  
 11984                                   Apache License
 11985                             Version 2.0, January 2004
 11986                          http://www.apache.org/licenses/
 11987  
 11988     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 11989  
 11990     1. Definitions.
 11991  
 11992        "License" shall mean the terms and conditions for use, reproduction,
 11993        and distribution as defined by Sections 1 through 9 of this document.
 11994  
 11995        "Licensor" shall mean the copyright owner or entity authorized by
 11996        the copyright owner that is granting the License.
 11997  
 11998        "Legal Entity" shall mean the union of the acting entity and all
 11999        other entities that control, are controlled by, or are under common
 12000        control with that entity. For the purposes of this definition,
 12001        "control" means (i) the power, direct or indirect, to cause the
 12002        direction or management of such entity, whether by contract or
 12003        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 12004        outstanding shares, or (iii) beneficial ownership of such entity.
 12005  
 12006        "You" (or "Your") shall mean an individual or Legal Entity
 12007        exercising permissions granted by this License.
 12008  
 12009        "Source" form shall mean the preferred form for making modifications,
 12010        including but not limited to software source code, documentation
 12011        source, and configuration files.
 12012  
 12013        "Object" form shall mean any form resulting from mechanical
 12014        transformation or translation of a Source form, including but
 12015        not limited to compiled object code, generated documentation,
 12016        and conversions to other media types.
 12017  
 12018        "Work" shall mean the work of authorship, whether in Source or
 12019        Object form, made available under the License, as indicated by a
 12020        copyright notice that is included in or attached to the work
 12021        (an example is provided in the Appendix below).
 12022  
 12023        "Derivative Works" shall mean any work, whether in Source or Object
 12024        form, that is based on (or derived from) the Work and for which the
 12025        editorial revisions, annotations, elaborations, or other modifications
 12026        represent, as a whole, an original work of authorship. For the purposes
 12027        of this License, Derivative Works shall not include works that remain
 12028        separable from, or merely link (or bind by name) to the interfaces of,
 12029        the Work and Derivative Works thereof.
 12030  
 12031        "Contribution" shall mean any work of authorship, including
 12032        the original version of the Work and any modifications or additions
 12033        to that Work or Derivative Works thereof, that is intentionally
 12034        submitted to Licensor for inclusion in the Work by the copyright owner
 12035        or by an individual or Legal Entity authorized to submit on behalf of
 12036        the copyright owner. For the purposes of this definition, "submitted"
 12037        means any form of electronic, verbal, or written communication sent
 12038        to the Licensor or its representatives, including but not limited to
 12039        communication on electronic mailing lists, source code control systems,
 12040        and issue tracking systems that are managed by, or on behalf of, the
 12041        Licensor for the purpose of discussing and improving the Work, but
 12042        excluding communication that is conspicuously marked or otherwise
 12043        designated in writing by the copyright owner as "Not a Contribution."
 12044  
 12045        "Contributor" shall mean Licensor and any individual or Legal Entity
 12046        on behalf of whom a Contribution has been received by Licensor and
 12047        subsequently incorporated within the Work.
 12048  
 12049     2. Grant of Copyright License. Subject to the terms and conditions of
 12050        this License, each Contributor hereby grants to You a perpetual,
 12051        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12052        copyright license to reproduce, prepare Derivative Works of,
 12053        publicly display, publicly perform, sublicense, and distribute the
 12054        Work and such Derivative Works in Source or Object form.
 12055  
 12056     3. Grant of Patent License. Subject to the terms and conditions of
 12057        this License, each Contributor hereby grants to You a perpetual,
 12058        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12059        (except as stated in this section) patent license to make, have made,
 12060        use, offer to sell, sell, import, and otherwise transfer the Work,
 12061        where such license applies only to those patent claims licensable
 12062        by such Contributor that are necessarily infringed by their
 12063        Contribution(s) alone or by combination of their Contribution(s)
 12064        with the Work to which such Contribution(s) was submitted. If You
 12065        institute patent litigation against any entity (including a
 12066        cross-claim or counterclaim in a lawsuit) alleging that the Work
 12067        or a Contribution incorporated within the Work constitutes direct
 12068        or contributory patent infringement, then any patent licenses
 12069        granted to You under this License for that Work shall terminate
 12070        as of the date such litigation is filed.
 12071  
 12072     4. Redistribution. You may reproduce and distribute copies of the
 12073        Work or Derivative Works thereof in any medium, with or without
 12074        modifications, and in Source or Object form, provided that You
 12075        meet the following conditions:
 12076  
 12077        (a) You must give any other recipients of the Work or
 12078            Derivative Works a copy of this License; and
 12079  
 12080        (b) You must cause any modified files to carry prominent notices
 12081            stating that You changed the files; and
 12082  
 12083        (c) You must retain, in the Source form of any Derivative Works
 12084            that You distribute, all copyright, patent, trademark, and
 12085            attribution notices from the Source form of the Work,
 12086            excluding those notices that do not pertain to any part of
 12087            the Derivative Works; and
 12088  
 12089        (d) If the Work includes a "NOTICE" text file as part of its
 12090            distribution, then any Derivative Works that You distribute must
 12091            include a readable copy of the attribution notices contained
 12092            within such NOTICE file, excluding those notices that do not
 12093            pertain to any part of the Derivative Works, in at least one
 12094            of the following places: within a NOTICE text file distributed
 12095            as part of the Derivative Works; within the Source form or
 12096            documentation, if provided along with the Derivative Works; or,
 12097            within a display generated by the Derivative Works, if and
 12098            wherever such third-party notices normally appear. The contents
 12099            of the NOTICE file are for informational purposes only and
 12100            do not modify the License. You may add Your own attribution
 12101            notices within Derivative Works that You distribute, alongside
 12102            or as an addendum to the NOTICE text from the Work, provided
 12103            that such additional attribution notices cannot be construed
 12104            as modifying the License.
 12105  
 12106        You may add Your own copyright statement to Your modifications and
 12107        may provide additional or different license terms and conditions
 12108        for use, reproduction, or distribution of Your modifications, or
 12109        for any such Derivative Works as a whole, provided Your use,
 12110        reproduction, and distribution of the Work otherwise complies with
 12111        the conditions stated in this License.
 12112  
 12113     5. Submission of Contributions. Unless You explicitly state otherwise,
 12114        any Contribution intentionally submitted for inclusion in the Work
 12115        by You to the Licensor shall be under the terms and conditions of
 12116        this License, without any additional terms or conditions.
 12117        Notwithstanding the above, nothing herein shall supersede or modify
 12118        the terms of any separate license agreement you may have executed
 12119        with Licensor regarding such Contributions.
 12120  
 12121     6. Trademarks. This License does not grant permission to use the trade
 12122        names, trademarks, service marks, or product names of the Licensor,
 12123        except as required for reasonable and customary use in describing the
 12124        origin of the Work and reproducing the content of the NOTICE file.
 12125  
 12126     7. Disclaimer of Warranty. Unless required by applicable law or
 12127        agreed to in writing, Licensor provides the Work (and each
 12128        Contributor provides its Contributions) on an "AS IS" BASIS,
 12129        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 12130        implied, including, without limitation, any warranties or conditions
 12131        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 12132        PARTICULAR PURPOSE. You are solely responsible for determining the
 12133        appropriateness of using or redistributing the Work and assume any
 12134        risks associated with Your exercise of permissions under this License.
 12135  
 12136     8. Limitation of Liability. In no event and under no legal theory,
 12137        whether in tort (including negligence), contract, or otherwise,
 12138        unless required by applicable law (such as deliberate and grossly
 12139        negligent acts) or agreed to in writing, shall any Contributor be
 12140        liable to You for damages, including any direct, indirect, special,
 12141        incidental, or consequential damages of any character arising as a
 12142        result of this License or out of the use or inability to use the
 12143        Work (including but not limited to damages for loss of goodwill,
 12144        work stoppage, computer failure or malfunction, or any and all
 12145        other commercial damages or losses), even if such Contributor
 12146        has been advised of the possibility of such damages.
 12147  
 12148     9. Accepting Warranty or Additional Liability. While redistributing
 12149        the Work or Derivative Works thereof, You may choose to offer,
 12150        and charge a fee for, acceptance of support, warranty, indemnity,
 12151        or other liability obligations and/or rights consistent with this
 12152        License. However, in accepting such obligations, You may act only
 12153        on Your own behalf and on Your sole responsibility, not on behalf
 12154        of any other Contributor, and only if You agree to indemnify,
 12155        defend, and hold each Contributor harmless for any liability
 12156        incurred by, or claims asserted against, such Contributor by reason
 12157        of your accepting any such warranty or additional liability.
 12158  
 12159     END OF TERMS AND CONDITIONS
 12160  
 12161     APPENDIX: How to apply the Apache License to your work.
 12162  
 12163        To apply the Apache License to your work, attach the following
 12164        boilerplate notice, with the fields enclosed by brackets "[]"
 12165        replaced with your own identifying information. (Don't include
 12166        the brackets!)  The text should be enclosed in the appropriate
 12167        comment syntax for the file format. We also recommend that a
 12168        file or class name and description of purpose be included on the
 12169        same "printed page" as the copyright notice for easier
 12170        identification within third-party archives.
 12171  
 12172     Copyright [yyyy] [name of copyright owner]
 12173  
 12174     Licensed under the Apache License, Version 2.0 (the "License");
 12175     you may not use this file except in compliance with the License.
 12176     You may obtain a copy of the License at
 12177  
 12178         http://www.apache.org/licenses/LICENSE-2.0
 12179  
 12180     Unless required by applicable law or agreed to in writing, software
 12181     distributed under the License is distributed on an "AS IS" BASIS,
 12182     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 12183     See the License for the specific language governing permissions and
 12184     limitations under the License.
 12185  
 12186  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
 12187  ================================================================================
 12188  
 12189  ================================================================================
 12190  = google.golang.org/grpc licensed under: =
 12191  
 12192  
 12193                                   Apache License
 12194                             Version 2.0, January 2004
 12195                          http://www.apache.org/licenses/
 12196  
 12197     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 12198  
 12199     1. Definitions.
 12200  
 12201        "License" shall mean the terms and conditions for use, reproduction,
 12202        and distribution as defined by Sections 1 through 9 of this document.
 12203  
 12204        "Licensor" shall mean the copyright owner or entity authorized by
 12205        the copyright owner that is granting the License.
 12206  
 12207        "Legal Entity" shall mean the union of the acting entity and all
 12208        other entities that control, are controlled by, or are under common
 12209        control with that entity. For the purposes of this definition,
 12210        "control" means (i) the power, direct or indirect, to cause the
 12211        direction or management of such entity, whether by contract or
 12212        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 12213        outstanding shares, or (iii) beneficial ownership of such entity.
 12214  
 12215        "You" (or "Your") shall mean an individual or Legal Entity
 12216        exercising permissions granted by this License.
 12217  
 12218        "Source" form shall mean the preferred form for making modifications,
 12219        including but not limited to software source code, documentation
 12220        source, and configuration files.
 12221  
 12222        "Object" form shall mean any form resulting from mechanical
 12223        transformation or translation of a Source form, including but
 12224        not limited to compiled object code, generated documentation,
 12225        and conversions to other media types.
 12226  
 12227        "Work" shall mean the work of authorship, whether in Source or
 12228        Object form, made available under the License, as indicated by a
 12229        copyright notice that is included in or attached to the work
 12230        (an example is provided in the Appendix below).
 12231  
 12232        "Derivative Works" shall mean any work, whether in Source or Object
 12233        form, that is based on (or derived from) the Work and for which the
 12234        editorial revisions, annotations, elaborations, or other modifications
 12235        represent, as a whole, an original work of authorship. For the purposes
 12236        of this License, Derivative Works shall not include works that remain
 12237        separable from, or merely link (or bind by name) to the interfaces of,
 12238        the Work and Derivative Works thereof.
 12239  
 12240        "Contribution" shall mean any work of authorship, including
 12241        the original version of the Work and any modifications or additions
 12242        to that Work or Derivative Works thereof, that is intentionally
 12243        submitted to Licensor for inclusion in the Work by the copyright owner
 12244        or by an individual or Legal Entity authorized to submit on behalf of
 12245        the copyright owner. For the purposes of this definition, "submitted"
 12246        means any form of electronic, verbal, or written communication sent
 12247        to the Licensor or its representatives, including but not limited to
 12248        communication on electronic mailing lists, source code control systems,
 12249        and issue tracking systems that are managed by, or on behalf of, the
 12250        Licensor for the purpose of discussing and improving the Work, but
 12251        excluding communication that is conspicuously marked or otherwise
 12252        designated in writing by the copyright owner as "Not a Contribution."
 12253  
 12254        "Contributor" shall mean Licensor and any individual or Legal Entity
 12255        on behalf of whom a Contribution has been received by Licensor and
 12256        subsequently incorporated within the Work.
 12257  
 12258     2. Grant of Copyright License. Subject to the terms and conditions of
 12259        this License, each Contributor hereby grants to You a perpetual,
 12260        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12261        copyright license to reproduce, prepare Derivative Works of,
 12262        publicly display, publicly perform, sublicense, and distribute the
 12263        Work and such Derivative Works in Source or Object form.
 12264  
 12265     3. Grant of Patent License. Subject to the terms and conditions of
 12266        this License, each Contributor hereby grants to You a perpetual,
 12267        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12268        (except as stated in this section) patent license to make, have made,
 12269        use, offer to sell, sell, import, and otherwise transfer the Work,
 12270        where such license applies only to those patent claims licensable
 12271        by such Contributor that are necessarily infringed by their
 12272        Contribution(s) alone or by combination of their Contribution(s)
 12273        with the Work to which such Contribution(s) was submitted. If You
 12274        institute patent litigation against any entity (including a
 12275        cross-claim or counterclaim in a lawsuit) alleging that the Work
 12276        or a Contribution incorporated within the Work constitutes direct
 12277        or contributory patent infringement, then any patent licenses
 12278        granted to You under this License for that Work shall terminate
 12279        as of the date such litigation is filed.
 12280  
 12281     4. Redistribution. You may reproduce and distribute copies of the
 12282        Work or Derivative Works thereof in any medium, with or without
 12283        modifications, and in Source or Object form, provided that You
 12284        meet the following conditions:
 12285  
 12286        (a) You must give any other recipients of the Work or
 12287            Derivative Works a copy of this License; and
 12288  
 12289        (b) You must cause any modified files to carry prominent notices
 12290            stating that You changed the files; and
 12291  
 12292        (c) You must retain, in the Source form of any Derivative Works
 12293            that You distribute, all copyright, patent, trademark, and
 12294            attribution notices from the Source form of the Work,
 12295            excluding those notices that do not pertain to any part of
 12296            the Derivative Works; and
 12297  
 12298        (d) If the Work includes a "NOTICE" text file as part of its
 12299            distribution, then any Derivative Works that You distribute must
 12300            include a readable copy of the attribution notices contained
 12301            within such NOTICE file, excluding those notices that do not
 12302            pertain to any part of the Derivative Works, in at least one
 12303            of the following places: within a NOTICE text file distributed
 12304            as part of the Derivative Works; within the Source form or
 12305            documentation, if provided along with the Derivative Works; or,
 12306            within a display generated by the Derivative Works, if and
 12307            wherever such third-party notices normally appear. The contents
 12308            of the NOTICE file are for informational purposes only and
 12309            do not modify the License. You may add Your own attribution
 12310            notices within Derivative Works that You distribute, alongside
 12311            or as an addendum to the NOTICE text from the Work, provided
 12312            that such additional attribution notices cannot be construed
 12313            as modifying the License.
 12314  
 12315        You may add Your own copyright statement to Your modifications and
 12316        may provide additional or different license terms and conditions
 12317        for use, reproduction, or distribution of Your modifications, or
 12318        for any such Derivative Works as a whole, provided Your use,
 12319        reproduction, and distribution of the Work otherwise complies with
 12320        the conditions stated in this License.
 12321  
 12322     5. Submission of Contributions. Unless You explicitly state otherwise,
 12323        any Contribution intentionally submitted for inclusion in the Work
 12324        by You to the Licensor shall be under the terms and conditions of
 12325        this License, without any additional terms or conditions.
 12326        Notwithstanding the above, nothing herein shall supersede or modify
 12327        the terms of any separate license agreement you may have executed
 12328        with Licensor regarding such Contributions.
 12329  
 12330     6. Trademarks. This License does not grant permission to use the trade
 12331        names, trademarks, service marks, or product names of the Licensor,
 12332        except as required for reasonable and customary use in describing the
 12333        origin of the Work and reproducing the content of the NOTICE file.
 12334  
 12335     7. Disclaimer of Warranty. Unless required by applicable law or
 12336        agreed to in writing, Licensor provides the Work (and each
 12337        Contributor provides its Contributions) on an "AS IS" BASIS,
 12338        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 12339        implied, including, without limitation, any warranties or conditions
 12340        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 12341        PARTICULAR PURPOSE. You are solely responsible for determining the
 12342        appropriateness of using or redistributing the Work and assume any
 12343        risks associated with Your exercise of permissions under this License.
 12344  
 12345     8. Limitation of Liability. In no event and under no legal theory,
 12346        whether in tort (including negligence), contract, or otherwise,
 12347        unless required by applicable law (such as deliberate and grossly
 12348        negligent acts) or agreed to in writing, shall any Contributor be
 12349        liable to You for damages, including any direct, indirect, special,
 12350        incidental, or consequential damages of any character arising as a
 12351        result of this License or out of the use or inability to use the
 12352        Work (including but not limited to damages for loss of goodwill,
 12353        work stoppage, computer failure or malfunction, or any and all
 12354        other commercial damages or losses), even if such Contributor
 12355        has been advised of the possibility of such damages.
 12356  
 12357     9. Accepting Warranty or Additional Liability. While redistributing
 12358        the Work or Derivative Works thereof, You may choose to offer,
 12359        and charge a fee for, acceptance of support, warranty, indemnity,
 12360        or other liability obligations and/or rights consistent with this
 12361        License. However, in accepting such obligations, You may act only
 12362        on Your own behalf and on Your sole responsibility, not on behalf
 12363        of any other Contributor, and only if You agree to indemnify,
 12364        defend, and hold each Contributor harmless for any liability
 12365        incurred by, or claims asserted against, such Contributor by reason
 12366        of your accepting any such warranty or additional liability.
 12367  
 12368     END OF TERMS AND CONDITIONS
 12369  
 12370     APPENDIX: How to apply the Apache License to your work.
 12371  
 12372        To apply the Apache License to your work, attach the following
 12373        boilerplate notice, with the fields enclosed by brackets "[]"
 12374        replaced with your own identifying information. (Don't include
 12375        the brackets!)  The text should be enclosed in the appropriate
 12376        comment syntax for the file format. We also recommend that a
 12377        file or class name and description of purpose be included on the
 12378        same "printed page" as the copyright notice for easier
 12379        identification within third-party archives.
 12380  
 12381     Copyright [yyyy] [name of copyright owner]
 12382  
 12383     Licensed under the Apache License, Version 2.0 (the "License");
 12384     you may not use this file except in compliance with the License.
 12385     You may obtain a copy of the License at
 12386  
 12387         http://www.apache.org/licenses/LICENSE-2.0
 12388  
 12389     Unless required by applicable law or agreed to in writing, software
 12390     distributed under the License is distributed on an "AS IS" BASIS,
 12391     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 12392     See the License for the specific language governing permissions and
 12393     limitations under the License.
 12394  
 12395  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
 12396  ================================================================================
 12397  
 12398  ================================================================================
 12399  = google.golang.org/protobuf licensed under: =
 12400  
 12401  Copyright (c) 2018 The Go Authors. All rights reserved.
 12402  
 12403  Redistribution and use in source and binary forms, with or without
 12404  modification, are permitted provided that the following conditions are
 12405  met:
 12406  
 12407     * Redistributions of source code must retain the above copyright
 12408  notice, this list of conditions and the following disclaimer.
 12409     * Redistributions in binary form must reproduce the above
 12410  copyright notice, this list of conditions and the following disclaimer
 12411  in the documentation and/or other materials provided with the
 12412  distribution.
 12413     * Neither the name of Google Inc. nor the names of its
 12414  contributors may be used to endorse or promote products derived from
 12415  this software without specific prior written permission.
 12416  
 12417  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 12418  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 12419  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 12420  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 12421  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 12422  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 12423  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 12424  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 12425  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 12426  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 12427  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 12428  
 12429  = LICENSE 3565fbf999a10a748647f3a2f7ff9f5dfcf1af7502a30f860ef0bf98 =
 12430  ================================================================================
 12431  
 12432  ================================================================================
 12433  = gopkg.in/errgo.v2 licensed under: =
 12434  
 12435  Copyright © 2013, Roger Peppe
 12436  All rights reserved.
 12437  
 12438  Redistribution and use in source and binary forms, with or without modification,
 12439  are permitted provided that the following conditions are met:
 12440  
 12441      * Redistributions of source code must retain the above copyright notice,
 12442        this list of conditions and the following disclaimer.
 12443      * Redistributions in binary form must reproduce the above copyright notice,
 12444        this list of conditions and the following disclaimer in the documentation
 12445        and/or other materials provided with the distribution.
 12446      * Neither the name of this project nor the names of its contributors
 12447        may be used to endorse or promote products derived from this software
 12448        without specific prior written permission.
 12449  
 12450  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 12451  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 12452  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 12453  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 12454  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 12455  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 12456  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 12457  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 12458  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 12459  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 12460  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 12461  
 12462  = LICENSE fdb54eb3c3cf061a91aac42ab8e6578c3c69de803c2becb0d86810a5 =
 12463  ================================================================================
 12464  
 12465  ================================================================================
 12466  = gopkg.in/square/go-jose.v2 licensed under: =
 12467  
 12468  
 12469                                   Apache License
 12470                             Version 2.0, January 2004
 12471                          http://www.apache.org/licenses/
 12472  
 12473     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 12474  
 12475     1. Definitions.
 12476  
 12477        "License" shall mean the terms and conditions for use, reproduction,
 12478        and distribution as defined by Sections 1 through 9 of this document.
 12479  
 12480        "Licensor" shall mean the copyright owner or entity authorized by
 12481        the copyright owner that is granting the License.
 12482  
 12483        "Legal Entity" shall mean the union of the acting entity and all
 12484        other entities that control, are controlled by, or are under common
 12485        control with that entity. For the purposes of this definition,
 12486        "control" means (i) the power, direct or indirect, to cause the
 12487        direction or management of such entity, whether by contract or
 12488        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 12489        outstanding shares, or (iii) beneficial ownership of such entity.
 12490  
 12491        "You" (or "Your") shall mean an individual or Legal Entity
 12492        exercising permissions granted by this License.
 12493  
 12494        "Source" form shall mean the preferred form for making modifications,
 12495        including but not limited to software source code, documentation
 12496        source, and configuration files.
 12497  
 12498        "Object" form shall mean any form resulting from mechanical
 12499        transformation or translation of a Source form, including but
 12500        not limited to compiled object code, generated documentation,
 12501        and conversions to other media types.
 12502  
 12503        "Work" shall mean the work of authorship, whether in Source or
 12504        Object form, made available under the License, as indicated by a
 12505        copyright notice that is included in or attached to the work
 12506        (an example is provided in the Appendix below).
 12507  
 12508        "Derivative Works" shall mean any work, whether in Source or Object
 12509        form, that is based on (or derived from) the Work and for which the
 12510        editorial revisions, annotations, elaborations, or other modifications
 12511        represent, as a whole, an original work of authorship. For the purposes
 12512        of this License, Derivative Works shall not include works that remain
 12513        separable from, or merely link (or bind by name) to the interfaces of,
 12514        the Work and Derivative Works thereof.
 12515  
 12516        "Contribution" shall mean any work of authorship, including
 12517        the original version of the Work and any modifications or additions
 12518        to that Work or Derivative Works thereof, that is intentionally
 12519        submitted to Licensor for inclusion in the Work by the copyright owner
 12520        or by an individual or Legal Entity authorized to submit on behalf of
 12521        the copyright owner. For the purposes of this definition, "submitted"
 12522        means any form of electronic, verbal, or written communication sent
 12523        to the Licensor or its representatives, including but not limited to
 12524        communication on electronic mailing lists, source code control systems,
 12525        and issue tracking systems that are managed by, or on behalf of, the
 12526        Licensor for the purpose of discussing and improving the Work, but
 12527        excluding communication that is conspicuously marked or otherwise
 12528        designated in writing by the copyright owner as "Not a Contribution."
 12529  
 12530        "Contributor" shall mean Licensor and any individual or Legal Entity
 12531        on behalf of whom a Contribution has been received by Licensor and
 12532        subsequently incorporated within the Work.
 12533  
 12534     2. Grant of Copyright License. Subject to the terms and conditions of
 12535        this License, each Contributor hereby grants to You a perpetual,
 12536        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12537        copyright license to reproduce, prepare Derivative Works of,
 12538        publicly display, publicly perform, sublicense, and distribute the
 12539        Work and such Derivative Works in Source or Object form.
 12540  
 12541     3. Grant of Patent License. Subject to the terms and conditions of
 12542        this License, each Contributor hereby grants to You a perpetual,
 12543        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12544        (except as stated in this section) patent license to make, have made,
 12545        use, offer to sell, sell, import, and otherwise transfer the Work,
 12546        where such license applies only to those patent claims licensable
 12547        by such Contributor that are necessarily infringed by their
 12548        Contribution(s) alone or by combination of their Contribution(s)
 12549        with the Work to which such Contribution(s) was submitted. If You
 12550        institute patent litigation against any entity (including a
 12551        cross-claim or counterclaim in a lawsuit) alleging that the Work
 12552        or a Contribution incorporated within the Work constitutes direct
 12553        or contributory patent infringement, then any patent licenses
 12554        granted to You under this License for that Work shall terminate
 12555        as of the date such litigation is filed.
 12556  
 12557     4. Redistribution. You may reproduce and distribute copies of the
 12558        Work or Derivative Works thereof in any medium, with or without
 12559        modifications, and in Source or Object form, provided that You
 12560        meet the following conditions:
 12561  
 12562        (a) You must give any other recipients of the Work or
 12563            Derivative Works a copy of this License; and
 12564  
 12565        (b) You must cause any modified files to carry prominent notices
 12566            stating that You changed the files; and
 12567  
 12568        (c) You must retain, in the Source form of any Derivative Works
 12569            that You distribute, all copyright, patent, trademark, and
 12570            attribution notices from the Source form of the Work,
 12571            excluding those notices that do not pertain to any part of
 12572            the Derivative Works; and
 12573  
 12574        (d) If the Work includes a "NOTICE" text file as part of its
 12575            distribution, then any Derivative Works that You distribute must
 12576            include a readable copy of the attribution notices contained
 12577            within such NOTICE file, excluding those notices that do not
 12578            pertain to any part of the Derivative Works, in at least one
 12579            of the following places: within a NOTICE text file distributed
 12580            as part of the Derivative Works; within the Source form or
 12581            documentation, if provided along with the Derivative Works; or,
 12582            within a display generated by the Derivative Works, if and
 12583            wherever such third-party notices normally appear. The contents
 12584            of the NOTICE file are for informational purposes only and
 12585            do not modify the License. You may add Your own attribution
 12586            notices within Derivative Works that You distribute, alongside
 12587            or as an addendum to the NOTICE text from the Work, provided
 12588            that such additional attribution notices cannot be construed
 12589            as modifying the License.
 12590  
 12591        You may add Your own copyright statement to Your modifications and
 12592        may provide additional or different license terms and conditions
 12593        for use, reproduction, or distribution of Your modifications, or
 12594        for any such Derivative Works as a whole, provided Your use,
 12595        reproduction, and distribution of the Work otherwise complies with
 12596        the conditions stated in this License.
 12597  
 12598     5. Submission of Contributions. Unless You explicitly state otherwise,
 12599        any Contribution intentionally submitted for inclusion in the Work
 12600        by You to the Licensor shall be under the terms and conditions of
 12601        this License, without any additional terms or conditions.
 12602        Notwithstanding the above, nothing herein shall supersede or modify
 12603        the terms of any separate license agreement you may have executed
 12604        with Licensor regarding such Contributions.
 12605  
 12606     6. Trademarks. This License does not grant permission to use the trade
 12607        names, trademarks, service marks, or product names of the Licensor,
 12608        except as required for reasonable and customary use in describing the
 12609        origin of the Work and reproducing the content of the NOTICE file.
 12610  
 12611     7. Disclaimer of Warranty. Unless required by applicable law or
 12612        agreed to in writing, Licensor provides the Work (and each
 12613        Contributor provides its Contributions) on an "AS IS" BASIS,
 12614        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 12615        implied, including, without limitation, any warranties or conditions
 12616        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 12617        PARTICULAR PURPOSE. You are solely responsible for determining the
 12618        appropriateness of using or redistributing the Work and assume any
 12619        risks associated with Your exercise of permissions under this License.
 12620  
 12621     8. Limitation of Liability. In no event and under no legal theory,
 12622        whether in tort (including negligence), contract, or otherwise,
 12623        unless required by applicable law (such as deliberate and grossly
 12624        negligent acts) or agreed to in writing, shall any Contributor be
 12625        liable to You for damages, including any direct, indirect, special,
 12626        incidental, or consequential damages of any character arising as a
 12627        result of this License or out of the use or inability to use the
 12628        Work (including but not limited to damages for loss of goodwill,
 12629        work stoppage, computer failure or malfunction, or any and all
 12630        other commercial damages or losses), even if such Contributor
 12631        has been advised of the possibility of such damages.
 12632  
 12633     9. Accepting Warranty or Additional Liability. While redistributing
 12634        the Work or Derivative Works thereof, You may choose to offer,
 12635        and charge a fee for, acceptance of support, warranty, indemnity,
 12636        or other liability obligations and/or rights consistent with this
 12637        License. However, in accepting such obligations, You may act only
 12638        on Your own behalf and on Your sole responsibility, not on behalf
 12639        of any other Contributor, and only if You agree to indemnify,
 12640        defend, and hold each Contributor harmless for any liability
 12641        incurred by, or claims asserted against, such Contributor by reason
 12642        of your accepting any such warranty or additional liability.
 12643  
 12644     END OF TERMS AND CONDITIONS
 12645  
 12646     APPENDIX: How to apply the Apache License to your work.
 12647  
 12648        To apply the Apache License to your work, attach the following
 12649        boilerplate notice, with the fields enclosed by brackets "[]"
 12650        replaced with your own identifying information. (Don't include
 12651        the brackets!)  The text should be enclosed in the appropriate
 12652        comment syntax for the file format. We also recommend that a
 12653        file or class name and description of purpose be included on the
 12654        same "printed page" as the copyright notice for easier
 12655        identification within third-party archives.
 12656  
 12657     Copyright [yyyy] [name of copyright owner]
 12658  
 12659     Licensed under the Apache License, Version 2.0 (the "License");
 12660     you may not use this file except in compliance with the License.
 12661     You may obtain a copy of the License at
 12662  
 12663         http://www.apache.org/licenses/LICENSE-2.0
 12664  
 12665     Unless required by applicable law or agreed to in writing, software
 12666     distributed under the License is distributed on an "AS IS" BASIS,
 12667     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 12668     See the License for the specific language governing permissions and
 12669     limitations under the License.
 12670  
 12671  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
 12672  ================================================================================
 12673  
 12674  ================================================================================
 12675  = gopkg.in/src-d/go-errors.v1 licensed under: =
 12676  
 12677                                   Apache License
 12678                             Version 2.0, January 2004
 12679                          http://www.apache.org/licenses/
 12680  
 12681     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 12682  
 12683     1. Definitions.
 12684  
 12685        "License" shall mean the terms and conditions for use, reproduction,
 12686        and distribution as defined by Sections 1 through 9 of this document.
 12687  
 12688        "Licensor" shall mean the copyright owner or entity authorized by
 12689        the copyright owner that is granting the License.
 12690  
 12691        "Legal Entity" shall mean the union of the acting entity and all
 12692        other entities that control, are controlled by, or are under common
 12693        control with that entity. For the purposes of this definition,
 12694        "control" means (i) the power, direct or indirect, to cause the
 12695        direction or management of such entity, whether by contract or
 12696        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 12697        outstanding shares, or (iii) beneficial ownership of such entity.
 12698  
 12699        "You" (or "Your") shall mean an individual or Legal Entity
 12700        exercising permissions granted by this License.
 12701  
 12702        "Source" form shall mean the preferred form for making modifications,
 12703        including but not limited to software source code, documentation
 12704        source, and configuration files.
 12705  
 12706        "Object" form shall mean any form resulting from mechanical
 12707        transformation or translation of a Source form, including but
 12708        not limited to compiled object code, generated documentation,
 12709        and conversions to other media types.
 12710  
 12711        "Work" shall mean the work of authorship, whether in Source or
 12712        Object form, made available under the License, as indicated by a
 12713        copyright notice that is included in or attached to the work
 12714        (an example is provided in the Appendix below).
 12715  
 12716        "Derivative Works" shall mean any work, whether in Source or Object
 12717        form, that is based on (or derived from) the Work and for which the
 12718        editorial revisions, annotations, elaborations, or other modifications
 12719        represent, as a whole, an original work of authorship. For the purposes
 12720        of this License, Derivative Works shall not include works that remain
 12721        separable from, or merely link (or bind by name) to the interfaces of,
 12722        the Work and Derivative Works thereof.
 12723  
 12724        "Contribution" shall mean any work of authorship, including
 12725        the original version of the Work and any modifications or additions
 12726        to that Work or Derivative Works thereof, that is intentionally
 12727        submitted to Licensor for inclusion in the Work by the copyright owner
 12728        or by an individual or Legal Entity authorized to submit on behalf of
 12729        the copyright owner. For the purposes of this definition, "submitted"
 12730        means any form of electronic, verbal, or written communication sent
 12731        to the Licensor or its representatives, including but not limited to
 12732        communication on electronic mailing lists, source code control systems,
 12733        and issue tracking systems that are managed by, or on behalf of, the
 12734        Licensor for the purpose of discussing and improving the Work, but
 12735        excluding communication that is conspicuously marked or otherwise
 12736        designated in writing by the copyright owner as "Not a Contribution."
 12737  
 12738        "Contributor" shall mean Licensor and any individual or Legal Entity
 12739        on behalf of whom a Contribution has been received by Licensor and
 12740        subsequently incorporated within the Work.
 12741  
 12742     2. Grant of Copyright License. Subject to the terms and conditions of
 12743        this License, each Contributor hereby grants to You a perpetual,
 12744        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12745        copyright license to reproduce, prepare Derivative Works of,
 12746        publicly display, publicly perform, sublicense, and distribute the
 12747        Work and such Derivative Works in Source or Object form.
 12748  
 12749     3. Grant of Patent License. Subject to the terms and conditions of
 12750        this License, each Contributor hereby grants to You a perpetual,
 12751        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12752        (except as stated in this section) patent license to make, have made,
 12753        use, offer to sell, sell, import, and otherwise transfer the Work,
 12754        where such license applies only to those patent claims licensable
 12755        by such Contributor that are necessarily infringed by their
 12756        Contribution(s) alone or by combination of their Contribution(s)
 12757        with the Work to which such Contribution(s) was submitted. If You
 12758        institute patent litigation against any entity (including a
 12759        cross-claim or counterclaim in a lawsuit) alleging that the Work
 12760        or a Contribution incorporated within the Work constitutes direct
 12761        or contributory patent infringement, then any patent licenses
 12762        granted to You under this License for that Work shall terminate
 12763        as of the date such litigation is filed.
 12764  
 12765     4. Redistribution. You may reproduce and distribute copies of the
 12766        Work or Derivative Works thereof in any medium, with or without
 12767        modifications, and in Source or Object form, provided that You
 12768        meet the following conditions:
 12769  
 12770        (a) You must give any other recipients of the Work or
 12771            Derivative Works a copy of this License; and
 12772  
 12773        (b) You must cause any modified files to carry prominent notices
 12774            stating that You changed the files; and
 12775  
 12776        (c) You must retain, in the Source form of any Derivative Works
 12777            that You distribute, all copyright, patent, trademark, and
 12778            attribution notices from the Source form of the Work,
 12779            excluding those notices that do not pertain to any part of
 12780            the Derivative Works; and
 12781  
 12782        (d) If the Work includes a "NOTICE" text file as part of its
 12783            distribution, then any Derivative Works that You distribute must
 12784            include a readable copy of the attribution notices contained
 12785            within such NOTICE file, excluding those notices that do not
 12786            pertain to any part of the Derivative Works, in at least one
 12787            of the following places: within a NOTICE text file distributed
 12788            as part of the Derivative Works; within the Source form or
 12789            documentation, if provided along with the Derivative Works; or,
 12790            within a display generated by the Derivative Works, if and
 12791            wherever such third-party notices normally appear. The contents
 12792            of the NOTICE file are for informational purposes only and
 12793            do not modify the License. You may add Your own attribution
 12794            notices within Derivative Works that You distribute, alongside
 12795            or as an addendum to the NOTICE text from the Work, provided
 12796            that such additional attribution notices cannot be construed
 12797            as modifying the License.
 12798  
 12799        You may add Your own copyright statement to Your modifications and
 12800        may provide additional or different license terms and conditions
 12801        for use, reproduction, or distribution of Your modifications, or
 12802        for any such Derivative Works as a whole, provided Your use,
 12803        reproduction, and distribution of the Work otherwise complies with
 12804        the conditions stated in this License.
 12805  
 12806     5. Submission of Contributions. Unless You explicitly state otherwise,
 12807        any Contribution intentionally submitted for inclusion in the Work
 12808        by You to the Licensor shall be under the terms and conditions of
 12809        this License, without any additional terms or conditions.
 12810        Notwithstanding the above, nothing herein shall supersede or modify
 12811        the terms of any separate license agreement you may have executed
 12812        with Licensor regarding such Contributions.
 12813  
 12814     6. Trademarks. This License does not grant permission to use the trade
 12815        names, trademarks, service marks, or product names of the Licensor,
 12816        except as required for reasonable and customary use in describing the
 12817        origin of the Work and reproducing the content of the NOTICE file.
 12818  
 12819     7. Disclaimer of Warranty. Unless required by applicable law or
 12820        agreed to in writing, Licensor provides the Work (and each
 12821        Contributor provides its Contributions) on an "AS IS" BASIS,
 12822        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 12823        implied, including, without limitation, any warranties or conditions
 12824        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 12825        PARTICULAR PURPOSE. You are solely responsible for determining the
 12826        appropriateness of using or redistributing the Work and assume any
 12827        risks associated with Your exercise of permissions under this License.
 12828  
 12829     8. Limitation of Liability. In no event and under no legal theory,
 12830        whether in tort (including negligence), contract, or otherwise,
 12831        unless required by applicable law (such as deliberate and grossly
 12832        negligent acts) or agreed to in writing, shall any Contributor be
 12833        liable to You for damages, including any direct, indirect, special,
 12834        incidental, or consequential damages of any character arising as a
 12835        result of this License or out of the use or inability to use the
 12836        Work (including but not limited to damages for loss of goodwill,
 12837        work stoppage, computer failure or malfunction, or any and all
 12838        other commercial damages or losses), even if such Contributor
 12839        has been advised of the possibility of such damages.
 12840  
 12841     9. Accepting Warranty or Additional Liability. While redistributing
 12842        the Work or Derivative Works thereof, You may choose to offer,
 12843        and charge a fee for, acceptance of support, warranty, indemnity,
 12844        or other liability obligations and/or rights consistent with this
 12845        License. However, in accepting such obligations, You may act only
 12846        on Your own behalf and on Your sole responsibility, not on behalf
 12847        of any other Contributor, and only if You agree to indemnify,
 12848        defend, and hold each Contributor harmless for any liability
 12849        incurred by, or claims asserted against, such Contributor by reason
 12850        of your accepting any such warranty or additional liability.
 12851  
 12852     END OF TERMS AND CONDITIONS
 12853  
 12854     APPENDIX: How to apply the Apache License to your work.
 12855  
 12856        To apply the Apache License to your work, attach the following
 12857        boilerplate notice, with the fields enclosed by brackets "{}"
 12858        replaced with your own identifying information. (Don't include
 12859        the brackets!)  The text should be enclosed in the appropriate
 12860        comment syntax for the file format. We also recommend that a
 12861        file or class name and description of purpose be included on the
 12862        same "printed page" as the copyright notice for easier
 12863        identification within third-party archives.
 12864  
 12865     Copyright 2017 Sourced Technologies, S.L.
 12866  
 12867     Licensed under the Apache License, Version 2.0 (the "License");
 12868     you may not use this file except in compliance with the License.
 12869     You may obtain a copy of the License at
 12870  
 12871         http://www.apache.org/licenses/LICENSE-2.0
 12872  
 12873     Unless required by applicable law or agreed to in writing, software
 12874     distributed under the License is distributed on an "AS IS" BASIS,
 12875     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 12876     See the License for the specific language governing permissions and
 12877     limitations under the License.
 12878  
 12879  = LICENSE 414cd5979ae7fcdbb95cde84a104b62a43180699ab27c6903265e86a =
 12880  ================================================================================
 12881  
 12882  ================================================================================
 12883  = gopkg.in/yaml.v2 licensed under: =
 12884  
 12885                                   Apache License
 12886                             Version 2.0, January 2004
 12887                          http://www.apache.org/licenses/
 12888  
 12889     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 12890  
 12891     1. Definitions.
 12892  
 12893        "License" shall mean the terms and conditions for use, reproduction,
 12894        and distribution as defined by Sections 1 through 9 of this document.
 12895  
 12896        "Licensor" shall mean the copyright owner or entity authorized by
 12897        the copyright owner that is granting the License.
 12898  
 12899        "Legal Entity" shall mean the union of the acting entity and all
 12900        other entities that control, are controlled by, or are under common
 12901        control with that entity. For the purposes of this definition,
 12902        "control" means (i) the power, direct or indirect, to cause the
 12903        direction or management of such entity, whether by contract or
 12904        otherwise, or (ii) ownership of fifty percent (50%) or more of the
 12905        outstanding shares, or (iii) beneficial ownership of such entity.
 12906  
 12907        "You" (or "Your") shall mean an individual or Legal Entity
 12908        exercising permissions granted by this License.
 12909  
 12910        "Source" form shall mean the preferred form for making modifications,
 12911        including but not limited to software source code, documentation
 12912        source, and configuration files.
 12913  
 12914        "Object" form shall mean any form resulting from mechanical
 12915        transformation or translation of a Source form, including but
 12916        not limited to compiled object code, generated documentation,
 12917        and conversions to other media types.
 12918  
 12919        "Work" shall mean the work of authorship, whether in Source or
 12920        Object form, made available under the License, as indicated by a
 12921        copyright notice that is included in or attached to the work
 12922        (an example is provided in the Appendix below).
 12923  
 12924        "Derivative Works" shall mean any work, whether in Source or Object
 12925        form, that is based on (or derived from) the Work and for which the
 12926        editorial revisions, annotations, elaborations, or other modifications
 12927        represent, as a whole, an original work of authorship. For the purposes
 12928        of this License, Derivative Works shall not include works that remain
 12929        separable from, or merely link (or bind by name) to the interfaces of,
 12930        the Work and Derivative Works thereof.
 12931  
 12932        "Contribution" shall mean any work of authorship, including
 12933        the original version of the Work and any modifications or additions
 12934        to that Work or Derivative Works thereof, that is intentionally
 12935        submitted to Licensor for inclusion in the Work by the copyright owner
 12936        or by an individual or Legal Entity authorized to submit on behalf of
 12937        the copyright owner. For the purposes of this definition, "submitted"
 12938        means any form of electronic, verbal, or written communication sent
 12939        to the Licensor or its representatives, including but not limited to
 12940        communication on electronic mailing lists, source code control systems,
 12941        and issue tracking systems that are managed by, or on behalf of, the
 12942        Licensor for the purpose of discussing and improving the Work, but
 12943        excluding communication that is conspicuously marked or otherwise
 12944        designated in writing by the copyright owner as "Not a Contribution."
 12945  
 12946        "Contributor" shall mean Licensor and any individual or Legal Entity
 12947        on behalf of whom a Contribution has been received by Licensor and
 12948        subsequently incorporated within the Work.
 12949  
 12950     2. Grant of Copyright License. Subject to the terms and conditions of
 12951        this License, each Contributor hereby grants to You a perpetual,
 12952        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12953        copyright license to reproduce, prepare Derivative Works of,
 12954        publicly display, publicly perform, sublicense, and distribute the
 12955        Work and such Derivative Works in Source or Object form.
 12956  
 12957     3. Grant of Patent License. Subject to the terms and conditions of
 12958        this License, each Contributor hereby grants to You a perpetual,
 12959        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 12960        (except as stated in this section) patent license to make, have made,
 12961        use, offer to sell, sell, import, and otherwise transfer the Work,
 12962        where such license applies only to those patent claims licensable
 12963        by such Contributor that are necessarily infringed by their
 12964        Contribution(s) alone or by combination of their Contribution(s)
 12965        with the Work to which such Contribution(s) was submitted. If You
 12966        institute patent litigation against any entity (including a
 12967        cross-claim or counterclaim in a lawsuit) alleging that the Work
 12968        or a Contribution incorporated within the Work constitutes direct
 12969        or contributory patent infringement, then any patent licenses
 12970        granted to You under this License for that Work shall terminate
 12971        as of the date such litigation is filed.
 12972  
 12973     4. Redistribution. You may reproduce and distribute copies of the
 12974        Work or Derivative Works thereof in any medium, with or without
 12975        modifications, and in Source or Object form, provided that You
 12976        meet the following conditions:
 12977  
 12978        (a) You must give any other recipients of the Work or
 12979            Derivative Works a copy of this License; and
 12980  
 12981        (b) You must cause any modified files to carry prominent notices
 12982            stating that You changed the files; and
 12983  
 12984        (c) You must retain, in the Source form of any Derivative Works
 12985            that You distribute, all copyright, patent, trademark, and
 12986            attribution notices from the Source form of the Work,
 12987            excluding those notices that do not pertain to any part of
 12988            the Derivative Works; and
 12989  
 12990        (d) If the Work includes a "NOTICE" text file as part of its
 12991            distribution, then any Derivative Works that You distribute must
 12992            include a readable copy of the attribution notices contained
 12993            within such NOTICE file, excluding those notices that do not
 12994            pertain to any part of the Derivative Works, in at least one
 12995            of the following places: within a NOTICE text file distributed
 12996            as part of the Derivative Works; within the Source form or
 12997            documentation, if provided along with the Derivative Works; or,
 12998            within a display generated by the Derivative Works, if and
 12999            wherever such third-party notices normally appear. The contents
 13000            of the NOTICE file are for informational purposes only and
 13001            do not modify the License. You may add Your own attribution
 13002            notices within Derivative Works that You distribute, alongside
 13003            or as an addendum to the NOTICE text from the Work, provided
 13004            that such additional attribution notices cannot be construed
 13005            as modifying the License.
 13006  
 13007        You may add Your own copyright statement to Your modifications and
 13008        may provide additional or different license terms and conditions
 13009        for use, reproduction, or distribution of Your modifications, or
 13010        for any such Derivative Works as a whole, provided Your use,
 13011        reproduction, and distribution of the Work otherwise complies with
 13012        the conditions stated in this License.
 13013  
 13014     5. Submission of Contributions. Unless You explicitly state otherwise,
 13015        any Contribution intentionally submitted for inclusion in the Work
 13016        by You to the Licensor shall be under the terms and conditions of
 13017        this License, without any additional terms or conditions.
 13018        Notwithstanding the above, nothing herein shall supersede or modify
 13019        the terms of any separate license agreement you may have executed
 13020        with Licensor regarding such Contributions.
 13021  
 13022     6. Trademarks. This License does not grant permission to use the trade
 13023        names, trademarks, service marks, or product names of the Licensor,
 13024        except as required for reasonable and customary use in describing the
 13025        origin of the Work and reproducing the content of the NOTICE file.
 13026  
 13027     7. Disclaimer of Warranty. Unless required by applicable law or
 13028        agreed to in writing, Licensor provides the Work (and each
 13029        Contributor provides its Contributions) on an "AS IS" BASIS,
 13030        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 13031        implied, including, without limitation, any warranties or conditions
 13032        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 13033        PARTICULAR PURPOSE. You are solely responsible for determining the
 13034        appropriateness of using or redistributing the Work and assume any
 13035        risks associated with Your exercise of permissions under this License.
 13036  
 13037     8. Limitation of Liability. In no event and under no legal theory,
 13038        whether in tort (including negligence), contract, or otherwise,
 13039        unless required by applicable law (such as deliberate and grossly
 13040        negligent acts) or agreed to in writing, shall any Contributor be
 13041        liable to You for damages, including any direct, indirect, special,
 13042        incidental, or consequential damages of any character arising as a
 13043        result of this License or out of the use or inability to use the
 13044        Work (including but not limited to damages for loss of goodwill,
 13045        work stoppage, computer failure or malfunction, or any and all
 13046        other commercial damages or losses), even if such Contributor
 13047        has been advised of the possibility of such damages.
 13048  
 13049     9. Accepting Warranty or Additional Liability. While redistributing
 13050        the Work or Derivative Works thereof, You may choose to offer,
 13051        and charge a fee for, acceptance of support, warranty, indemnity,
 13052        or other liability obligations and/or rights consistent with this
 13053        License. However, in accepting such obligations, You may act only
 13054        on Your own behalf and on Your sole responsibility, not on behalf
 13055        of any other Contributor, and only if You agree to indemnify,
 13056        defend, and hold each Contributor harmless for any liability
 13057        incurred by, or claims asserted against, such Contributor by reason
 13058        of your accepting any such warranty or additional liability.
 13059  
 13060     END OF TERMS AND CONDITIONS
 13061  
 13062     APPENDIX: How to apply the Apache License to your work.
 13063  
 13064        To apply the Apache License to your work, attach the following
 13065        boilerplate notice, with the fields enclosed by brackets "{}"
 13066        replaced with your own identifying information. (Don't include
 13067        the brackets!)  The text should be enclosed in the appropriate
 13068        comment syntax for the file format. We also recommend that a
 13069        file or class name and description of purpose be included on the
 13070        same "printed page" as the copyright notice for easier
 13071        identification within third-party archives.
 13072  
 13073     Copyright {yyyy} {name of copyright owner}
 13074  
 13075     Licensed under the Apache License, Version 2.0 (the "License");
 13076     you may not use this file except in compliance with the License.
 13077     You may obtain a copy of the License at
 13078  
 13079         http://www.apache.org/licenses/LICENSE-2.0
 13080  
 13081     Unless required by applicable law or agreed to in writing, software
 13082     distributed under the License is distributed on an "AS IS" BASIS,
 13083     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 13084     See the License for the specific language governing permissions and
 13085     limitations under the License.
 13086  
 13087  = LICENSE 9820a37ca0fcacbc82c8eb2bdd3049706550a4ebf97ad7fde1310dec =
 13088  ================================================================================