github.com/hasnat/dolt/go@v0.0.0-20210628190320-9eb5d843fbb7/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  ================================================================================
   245  = ./gen/proto/dolt/services/eventsapi licensed under: =
   246  
   247  
   248                                   Apache License
   249                             Version 2.0, January 2004
   250                          http://www.apache.org/licenses/
   251  
   252     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   253  
   254     1. Definitions.
   255  
   256        "License" shall mean the terms and conditions for use, reproduction,
   257        and distribution as defined by Sections 1 through 9 of this document.
   258  
   259        "Licensor" shall mean the copyright owner or entity authorized by
   260        the copyright owner that is granting the License.
   261  
   262        "Legal Entity" shall mean the union of the acting entity and all
   263        other entities that control, are controlled by, or are under common
   264        control with that entity. For the purposes of this definition,
   265        "control" means (i) the power, direct or indirect, to cause the
   266        direction or management of such entity, whether by contract or
   267        otherwise, or (ii) ownership of fifty percent (50%) or more of the
   268        outstanding shares, or (iii) beneficial ownership of such entity.
   269  
   270        "You" (or "Your") shall mean an individual or Legal Entity
   271        exercising permissions granted by this License.
   272  
   273        "Source" form shall mean the preferred form for making modifications,
   274        including but not limited to software source code, documentation
   275        source, and configuration files.
   276  
   277        "Object" form shall mean any form resulting from mechanical
   278        transformation or translation of a Source form, including but
   279        not limited to compiled object code, generated documentation,
   280        and conversions to other media types.
   281  
   282        "Work" shall mean the work of authorship, whether in Source or
   283        Object form, made available under the License, as indicated by a
   284        copyright notice that is included in or attached to the work
   285        (an example is provided in the Appendix below).
   286  
   287        "Derivative Works" shall mean any work, whether in Source or Object
   288        form, that is based on (or derived from) the Work and for which the
   289        editorial revisions, annotations, elaborations, or other modifications
   290        represent, as a whole, an original work of authorship. For the purposes
   291        of this License, Derivative Works shall not include works that remain
   292        separable from, or merely link (or bind by name) to the interfaces of,
   293        the Work and Derivative Works thereof.
   294  
   295        "Contribution" shall mean any work of authorship, including
   296        the original version of the Work and any modifications or additions
   297        to that Work or Derivative Works thereof, that is intentionally
   298        submitted to Licensor for inclusion in the Work by the copyright owner
   299        or by an individual or Legal Entity authorized to submit on behalf of
   300        the copyright owner. For the purposes of this definition, "submitted"
   301        means any form of electronic, verbal, or written communication sent
   302        to the Licensor or its representatives, including but not limited to
   303        communication on electronic mailing lists, source code control systems,
   304        and issue tracking systems that are managed by, or on behalf of, the
   305        Licensor for the purpose of discussing and improving the Work, but
   306        excluding communication that is conspicuously marked or otherwise
   307        designated in writing by the copyright owner as "Not a Contribution."
   308  
   309        "Contributor" shall mean Licensor and any individual or Legal Entity
   310        on behalf of whom a Contribution has been received by Licensor and
   311        subsequently incorporated within the Work.
   312  
   313     2. Grant of Copyright License. Subject to the terms and conditions of
   314        this License, each Contributor hereby grants to You a perpetual,
   315        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   316        copyright license to reproduce, prepare Derivative Works of,
   317        publicly display, publicly perform, sublicense, and distribute the
   318        Work and such Derivative Works in Source or Object form.
   319  
   320     3. Grant of Patent License. Subject to the terms and conditions of
   321        this License, each Contributor hereby grants to You a perpetual,
   322        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   323        (except as stated in this section) patent license to make, have made,
   324        use, offer to sell, sell, import, and otherwise transfer the Work,
   325        where such license applies only to those patent claims licensable
   326        by such Contributor that are necessarily infringed by their
   327        Contribution(s) alone or by combination of their Contribution(s)
   328        with the Work to which such Contribution(s) was submitted. If You
   329        institute patent litigation against any entity (including a
   330        cross-claim or counterclaim in a lawsuit) alleging that the Work
   331        or a Contribution incorporated within the Work constitutes direct
   332        or contributory patent infringement, then any patent licenses
   333        granted to You under this License for that Work shall terminate
   334        as of the date such litigation is filed.
   335  
   336     4. Redistribution. You may reproduce and distribute copies of the
   337        Work or Derivative Works thereof in any medium, with or without
   338        modifications, and in Source or Object form, provided that You
   339        meet the following conditions:
   340  
   341        (a) You must give any other recipients of the Work or
   342            Derivative Works a copy of this License; and
   343  
   344        (b) You must cause any modified files to carry prominent notices
   345            stating that You changed the files; and
   346  
   347        (c) You must retain, in the Source form of any Derivative Works
   348            that You distribute, all copyright, patent, trademark, and
   349            attribution notices from the Source form of the Work,
   350            excluding those notices that do not pertain to any part of
   351            the Derivative Works; and
   352  
   353        (d) If the Work includes a "NOTICE" text file as part of its
   354            distribution, then any Derivative Works that You distribute must
   355            include a readable copy of the attribution notices contained
   356            within such NOTICE file, excluding those notices that do not
   357            pertain to any part of the Derivative Works, in at least one
   358            of the following places: within a NOTICE text file distributed
   359            as part of the Derivative Works; within the Source form or
   360            documentation, if provided along with the Derivative Works; or,
   361            within a display generated by the Derivative Works, if and
   362            wherever such third-party notices normally appear. The contents
   363            of the NOTICE file are for informational purposes only and
   364            do not modify the License. You may add Your own attribution
   365            notices within Derivative Works that You distribute, alongside
   366            or as an addendum to the NOTICE text from the Work, provided
   367            that such additional attribution notices cannot be construed
   368            as modifying the License.
   369  
   370        You may add Your own copyright statement to Your modifications and
   371        may provide additional or different license terms and conditions
   372        for use, reproduction, or distribution of Your modifications, or
   373        for any such Derivative Works as a whole, provided Your use,
   374        reproduction, and distribution of the Work otherwise complies with
   375        the conditions stated in this License.
   376  
   377     5. Submission of Contributions. Unless You explicitly state otherwise,
   378        any Contribution intentionally submitted for inclusion in the Work
   379        by You to the Licensor shall be under the terms and conditions of
   380        this License, without any additional terms or conditions.
   381        Notwithstanding the above, nothing herein shall supersede or modify
   382        the terms of any separate license agreement you may have executed
   383        with Licensor regarding such Contributions.
   384  
   385     6. Trademarks. This License does not grant permission to use the trade
   386        names, trademarks, service marks, or product names of the Licensor,
   387        except as required for reasonable and customary use in describing the
   388        origin of the Work and reproducing the content of the NOTICE file.
   389  
   390     7. Disclaimer of Warranty. Unless required by applicable law or
   391        agreed to in writing, Licensor provides the Work (and each
   392        Contributor provides its Contributions) on an "AS IS" BASIS,
   393        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   394        implied, including, without limitation, any warranties or conditions
   395        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   396        PARTICULAR PURPOSE. You are solely responsible for determining the
   397        appropriateness of using or redistributing the Work and assume any
   398        risks associated with Your exercise of permissions under this License.
   399  
   400     8. Limitation of Liability. In no event and under no legal theory,
   401        whether in tort (including negligence), contract, or otherwise,
   402        unless required by applicable law (such as deliberate and grossly
   403        negligent acts) or agreed to in writing, shall any Contributor be
   404        liable to You for damages, including any direct, indirect, special,
   405        incidental, or consequential damages of any character arising as a
   406        result of this License or out of the use or inability to use the
   407        Work (including but not limited to damages for loss of goodwill,
   408        work stoppage, computer failure or malfunction, or any and all
   409        other commercial damages or losses), even if such Contributor
   410        has been advised of the possibility of such damages.
   411  
   412     9. Accepting Warranty or Additional Liability. While redistributing
   413        the Work or Derivative Works thereof, You may choose to offer,
   414        and charge a fee for, acceptance of support, warranty, indemnity,
   415        or other liability obligations and/or rights consistent with this
   416        License. However, in accepting such obligations, You may act only
   417        on Your own behalf and on Your sole responsibility, not on behalf
   418        of any other Contributor, and only if You agree to indemnify,
   419        defend, and hold each Contributor harmless for any liability
   420        incurred by, or claims asserted against, such Contributor by reason
   421        of your accepting any such warranty or additional liability.
   422  
   423     END OF TERMS AND CONDITIONS
   424  
   425     APPENDIX: How to apply the Apache License to your work.
   426  
   427        To apply the Apache License to your work, attach the following
   428        boilerplate notice, with the fields enclosed by brackets "[]"
   429        replaced with your own identifying information. (Don't include
   430        the brackets!)  The text should be enclosed in the appropriate
   431        comment syntax for the file format. We also recommend that a
   432        file or class name and description of purpose be included on the
   433        same "printed page" as the copyright notice for easier
   434        identification within third-party archives.
   435  
   436     Copyright [yyyy] [name of copyright owner]
   437  
   438     Licensed under the Apache License, Version 2.0 (the "License");
   439     you may not use this file except in compliance with the License.
   440     You may obtain a copy of the License at
   441  
   442         http://www.apache.org/licenses/LICENSE-2.0
   443  
   444     Unless required by applicable law or agreed to in writing, software
   445     distributed under the License is distributed on an "AS IS" BASIS,
   446     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   447     See the License for the specific language governing permissions and
   448     limitations under the License.
   449  
   450  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
   451  ================================================================================
   452  
   453  ================================================================================
   454  = cloud.google.com/go licensed under: =
   455  
   456  
   457                                   Apache License
   458                             Version 2.0, January 2004
   459                          http://www.apache.org/licenses/
   460  
   461     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   462  
   463     1. Definitions.
   464  
   465        "License" shall mean the terms and conditions for use, reproduction,
   466        and distribution as defined by Sections 1 through 9 of this document.
   467  
   468        "Licensor" shall mean the copyright owner or entity authorized by
   469        the copyright owner that is granting the License.
   470  
   471        "Legal Entity" shall mean the union of the acting entity and all
   472        other entities that control, are controlled by, or are under common
   473        control with that entity. For the purposes of this definition,
   474        "control" means (i) the power, direct or indirect, to cause the
   475        direction or management of such entity, whether by contract or
   476        otherwise, or (ii) ownership of fifty percent (50%) or more of the
   477        outstanding shares, or (iii) beneficial ownership of such entity.
   478  
   479        "You" (or "Your") shall mean an individual or Legal Entity
   480        exercising permissions granted by this License.
   481  
   482        "Source" form shall mean the preferred form for making modifications,
   483        including but not limited to software source code, documentation
   484        source, and configuration files.
   485  
   486        "Object" form shall mean any form resulting from mechanical
   487        transformation or translation of a Source form, including but
   488        not limited to compiled object code, generated documentation,
   489        and conversions to other media types.
   490  
   491        "Work" shall mean the work of authorship, whether in Source or
   492        Object form, made available under the License, as indicated by a
   493        copyright notice that is included in or attached to the work
   494        (an example is provided in the Appendix below).
   495  
   496        "Derivative Works" shall mean any work, whether in Source or Object
   497        form, that is based on (or derived from) the Work and for which the
   498        editorial revisions, annotations, elaborations, or other modifications
   499        represent, as a whole, an original work of authorship. For the purposes
   500        of this License, Derivative Works shall not include works that remain
   501        separable from, or merely link (or bind by name) to the interfaces of,
   502        the Work and Derivative Works thereof.
   503  
   504        "Contribution" shall mean any work of authorship, including
   505        the original version of the Work and any modifications or additions
   506        to that Work or Derivative Works thereof, that is intentionally
   507        submitted to Licensor for inclusion in the Work by the copyright owner
   508        or by an individual or Legal Entity authorized to submit on behalf of
   509        the copyright owner. For the purposes of this definition, "submitted"
   510        means any form of electronic, verbal, or written communication sent
   511        to the Licensor or its representatives, including but not limited to
   512        communication on electronic mailing lists, source code control systems,
   513        and issue tracking systems that are managed by, or on behalf of, the
   514        Licensor for the purpose of discussing and improving the Work, but
   515        excluding communication that is conspicuously marked or otherwise
   516        designated in writing by the copyright owner as "Not a Contribution."
   517  
   518        "Contributor" shall mean Licensor and any individual or Legal Entity
   519        on behalf of whom a Contribution has been received by Licensor and
   520        subsequently incorporated within the Work.
   521  
   522     2. Grant of Copyright License. Subject to the terms and conditions of
   523        this License, each Contributor hereby grants to You a perpetual,
   524        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   525        copyright license to reproduce, prepare Derivative Works of,
   526        publicly display, publicly perform, sublicense, and distribute the
   527        Work and such Derivative Works in Source or Object form.
   528  
   529     3. Grant of Patent License. Subject to the terms and conditions of
   530        this License, each Contributor hereby grants to You a perpetual,
   531        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   532        (except as stated in this section) patent license to make, have made,
   533        use, offer to sell, sell, import, and otherwise transfer the Work,
   534        where such license applies only to those patent claims licensable
   535        by such Contributor that are necessarily infringed by their
   536        Contribution(s) alone or by combination of their Contribution(s)
   537        with the Work to which such Contribution(s) was submitted. If You
   538        institute patent litigation against any entity (including a
   539        cross-claim or counterclaim in a lawsuit) alleging that the Work
   540        or a Contribution incorporated within the Work constitutes direct
   541        or contributory patent infringement, then any patent licenses
   542        granted to You under this License for that Work shall terminate
   543        as of the date such litigation is filed.
   544  
   545     4. Redistribution. You may reproduce and distribute copies of the
   546        Work or Derivative Works thereof in any medium, with or without
   547        modifications, and in Source or Object form, provided that You
   548        meet the following conditions:
   549  
   550        (a) You must give any other recipients of the Work or
   551            Derivative Works a copy of this License; and
   552  
   553        (b) You must cause any modified files to carry prominent notices
   554            stating that You changed the files; and
   555  
   556        (c) You must retain, in the Source form of any Derivative Works
   557            that You distribute, all copyright, patent, trademark, and
   558            attribution notices from the Source form of the Work,
   559            excluding those notices that do not pertain to any part of
   560            the Derivative Works; and
   561  
   562        (d) If the Work includes a "NOTICE" text file as part of its
   563            distribution, then any Derivative Works that You distribute must
   564            include a readable copy of the attribution notices contained
   565            within such NOTICE file, excluding those notices that do not
   566            pertain to any part of the Derivative Works, in at least one
   567            of the following places: within a NOTICE text file distributed
   568            as part of the Derivative Works; within the Source form or
   569            documentation, if provided along with the Derivative Works; or,
   570            within a display generated by the Derivative Works, if and
   571            wherever such third-party notices normally appear. The contents
   572            of the NOTICE file are for informational purposes only and
   573            do not modify the License. You may add Your own attribution
   574            notices within Derivative Works that You distribute, alongside
   575            or as an addendum to the NOTICE text from the Work, provided
   576            that such additional attribution notices cannot be construed
   577            as modifying the License.
   578  
   579        You may add Your own copyright statement to Your modifications and
   580        may provide additional or different license terms and conditions
   581        for use, reproduction, or distribution of Your modifications, or
   582        for any such Derivative Works as a whole, provided Your use,
   583        reproduction, and distribution of the Work otherwise complies with
   584        the conditions stated in this License.
   585  
   586     5. Submission of Contributions. Unless You explicitly state otherwise,
   587        any Contribution intentionally submitted for inclusion in the Work
   588        by You to the Licensor shall be under the terms and conditions of
   589        this License, without any additional terms or conditions.
   590        Notwithstanding the above, nothing herein shall supersede or modify
   591        the terms of any separate license agreement you may have executed
   592        with Licensor regarding such Contributions.
   593  
   594     6. Trademarks. This License does not grant permission to use the trade
   595        names, trademarks, service marks, or product names of the Licensor,
   596        except as required for reasonable and customary use in describing the
   597        origin of the Work and reproducing the content of the NOTICE file.
   598  
   599     7. Disclaimer of Warranty. Unless required by applicable law or
   600        agreed to in writing, Licensor provides the Work (and each
   601        Contributor provides its Contributions) on an "AS IS" BASIS,
   602        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   603        implied, including, without limitation, any warranties or conditions
   604        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   605        PARTICULAR PURPOSE. You are solely responsible for determining the
   606        appropriateness of using or redistributing the Work and assume any
   607        risks associated with Your exercise of permissions under this License.
   608  
   609     8. Limitation of Liability. In no event and under no legal theory,
   610        whether in tort (including negligence), contract, or otherwise,
   611        unless required by applicable law (such as deliberate and grossly
   612        negligent acts) or agreed to in writing, shall any Contributor be
   613        liable to You for damages, including any direct, indirect, special,
   614        incidental, or consequential damages of any character arising as a
   615        result of this License or out of the use or inability to use the
   616        Work (including but not limited to damages for loss of goodwill,
   617        work stoppage, computer failure or malfunction, or any and all
   618        other commercial damages or losses), even if such Contributor
   619        has been advised of the possibility of such damages.
   620  
   621     9. Accepting Warranty or Additional Liability. While redistributing
   622        the Work or Derivative Works thereof, You may choose to offer,
   623        and charge a fee for, acceptance of support, warranty, indemnity,
   624        or other liability obligations and/or rights consistent with this
   625        License. However, in accepting such obligations, You may act only
   626        on Your own behalf and on Your sole responsibility, not on behalf
   627        of any other Contributor, and only if You agree to indemnify,
   628        defend, and hold each Contributor harmless for any liability
   629        incurred by, or claims asserted against, such Contributor by reason
   630        of your accepting any such warranty or additional liability.
   631  
   632     END OF TERMS AND CONDITIONS
   633  
   634     APPENDIX: How to apply the Apache License to your work.
   635  
   636        To apply the Apache License to your work, attach the following
   637        boilerplate notice, with the fields enclosed by brackets "[]"
   638        replaced with your own identifying information. (Don't include
   639        the brackets!)  The text should be enclosed in the appropriate
   640        comment syntax for the file format. We also recommend that a
   641        file or class name and description of purpose be included on the
   642        same "printed page" as the copyright notice for easier
   643        identification within third-party archives.
   644  
   645     Copyright [yyyy] [name of copyright owner]
   646  
   647     Licensed under the Apache License, Version 2.0 (the "License");
   648     you may not use this file except in compliance with the License.
   649     You may obtain a copy of the License at
   650  
   651         http://www.apache.org/licenses/LICENSE-2.0
   652  
   653     Unless required by applicable law or agreed to in writing, software
   654     distributed under the License is distributed on an "AS IS" BASIS,
   655     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   656     See the License for the specific language governing permissions and
   657     limitations under the License.
   658  
   659  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
   660  ================================================================================
   661  
   662  ================================================================================
   663  = cloud.google.com/go/storage licensed under: =
   664  
   665  
   666                                   Apache License
   667                             Version 2.0, January 2004
   668                          http://www.apache.org/licenses/
   669  
   670     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   671  
   672     1. Definitions.
   673  
   674        "License" shall mean the terms and conditions for use, reproduction,
   675        and distribution as defined by Sections 1 through 9 of this document.
   676  
   677        "Licensor" shall mean the copyright owner or entity authorized by
   678        the copyright owner that is granting the License.
   679  
   680        "Legal Entity" shall mean the union of the acting entity and all
   681        other entities that control, are controlled by, or are under common
   682        control with that entity. For the purposes of this definition,
   683        "control" means (i) the power, direct or indirect, to cause the
   684        direction or management of such entity, whether by contract or
   685        otherwise, or (ii) ownership of fifty percent (50%) or more of the
   686        outstanding shares, or (iii) beneficial ownership of such entity.
   687  
   688        "You" (or "Your") shall mean an individual or Legal Entity
   689        exercising permissions granted by this License.
   690  
   691        "Source" form shall mean the preferred form for making modifications,
   692        including but not limited to software source code, documentation
   693        source, and configuration files.
   694  
   695        "Object" form shall mean any form resulting from mechanical
   696        transformation or translation of a Source form, including but
   697        not limited to compiled object code, generated documentation,
   698        and conversions to other media types.
   699  
   700        "Work" shall mean the work of authorship, whether in Source or
   701        Object form, made available under the License, as indicated by a
   702        copyright notice that is included in or attached to the work
   703        (an example is provided in the Appendix below).
   704  
   705        "Derivative Works" shall mean any work, whether in Source or Object
   706        form, that is based on (or derived from) the Work and for which the
   707        editorial revisions, annotations, elaborations, or other modifications
   708        represent, as a whole, an original work of authorship. For the purposes
   709        of this License, Derivative Works shall not include works that remain
   710        separable from, or merely link (or bind by name) to the interfaces of,
   711        the Work and Derivative Works thereof.
   712  
   713        "Contribution" shall mean any work of authorship, including
   714        the original version of the Work and any modifications or additions
   715        to that Work or Derivative Works thereof, that is intentionally
   716        submitted to Licensor for inclusion in the Work by the copyright owner
   717        or by an individual or Legal Entity authorized to submit on behalf of
   718        the copyright owner. For the purposes of this definition, "submitted"
   719        means any form of electronic, verbal, or written communication sent
   720        to the Licensor or its representatives, including but not limited to
   721        communication on electronic mailing lists, source code control systems,
   722        and issue tracking systems that are managed by, or on behalf of, the
   723        Licensor for the purpose of discussing and improving the Work, but
   724        excluding communication that is conspicuously marked or otherwise
   725        designated in writing by the copyright owner as "Not a Contribution."
   726  
   727        "Contributor" shall mean Licensor and any individual or Legal Entity
   728        on behalf of whom a Contribution has been received by Licensor and
   729        subsequently incorporated within the Work.
   730  
   731     2. Grant of Copyright License. Subject to the terms and conditions of
   732        this License, each Contributor hereby grants to You a perpetual,
   733        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   734        copyright license to reproduce, prepare Derivative Works of,
   735        publicly display, publicly perform, sublicense, and distribute the
   736        Work and such Derivative Works in Source or Object form.
   737  
   738     3. Grant of Patent License. Subject to the terms and conditions of
   739        this License, each Contributor hereby grants to You a perpetual,
   740        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   741        (except as stated in this section) patent license to make, have made,
   742        use, offer to sell, sell, import, and otherwise transfer the Work,
   743        where such license applies only to those patent claims licensable
   744        by such Contributor that are necessarily infringed by their
   745        Contribution(s) alone or by combination of their Contribution(s)
   746        with the Work to which such Contribution(s) was submitted. If You
   747        institute patent litigation against any entity (including a
   748        cross-claim or counterclaim in a lawsuit) alleging that the Work
   749        or a Contribution incorporated within the Work constitutes direct
   750        or contributory patent infringement, then any patent licenses
   751        granted to You under this License for that Work shall terminate
   752        as of the date such litigation is filed.
   753  
   754     4. Redistribution. You may reproduce and distribute copies of the
   755        Work or Derivative Works thereof in any medium, with or without
   756        modifications, and in Source or Object form, provided that You
   757        meet the following conditions:
   758  
   759        (a) You must give any other recipients of the Work or
   760            Derivative Works a copy of this License; and
   761  
   762        (b) You must cause any modified files to carry prominent notices
   763            stating that You changed the files; and
   764  
   765        (c) You must retain, in the Source form of any Derivative Works
   766            that You distribute, all copyright, patent, trademark, and
   767            attribution notices from the Source form of the Work,
   768            excluding those notices that do not pertain to any part of
   769            the Derivative Works; and
   770  
   771        (d) If the Work includes a "NOTICE" text file as part of its
   772            distribution, then any Derivative Works that You distribute must
   773            include a readable copy of the attribution notices contained
   774            within such NOTICE file, excluding those notices that do not
   775            pertain to any part of the Derivative Works, in at least one
   776            of the following places: within a NOTICE text file distributed
   777            as part of the Derivative Works; within the Source form or
   778            documentation, if provided along with the Derivative Works; or,
   779            within a display generated by the Derivative Works, if and
   780            wherever such third-party notices normally appear. The contents
   781            of the NOTICE file are for informational purposes only and
   782            do not modify the License. You may add Your own attribution
   783            notices within Derivative Works that You distribute, alongside
   784            or as an addendum to the NOTICE text from the Work, provided
   785            that such additional attribution notices cannot be construed
   786            as modifying the License.
   787  
   788        You may add Your own copyright statement to Your modifications and
   789        may provide additional or different license terms and conditions
   790        for use, reproduction, or distribution of Your modifications, or
   791        for any such Derivative Works as a whole, provided Your use,
   792        reproduction, and distribution of the Work otherwise complies with
   793        the conditions stated in this License.
   794  
   795     5. Submission of Contributions. Unless You explicitly state otherwise,
   796        any Contribution intentionally submitted for inclusion in the Work
   797        by You to the Licensor shall be under the terms and conditions of
   798        this License, without any additional terms or conditions.
   799        Notwithstanding the above, nothing herein shall supersede or modify
   800        the terms of any separate license agreement you may have executed
   801        with Licensor regarding such Contributions.
   802  
   803     6. Trademarks. This License does not grant permission to use the trade
   804        names, trademarks, service marks, or product names of the Licensor,
   805        except as required for reasonable and customary use in describing the
   806        origin of the Work and reproducing the content of the NOTICE file.
   807  
   808     7. Disclaimer of Warranty. Unless required by applicable law or
   809        agreed to in writing, Licensor provides the Work (and each
   810        Contributor provides its Contributions) on an "AS IS" BASIS,
   811        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   812        implied, including, without limitation, any warranties or conditions
   813        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   814        PARTICULAR PURPOSE. You are solely responsible for determining the
   815        appropriateness of using or redistributing the Work and assume any
   816        risks associated with Your exercise of permissions under this License.
   817  
   818     8. Limitation of Liability. In no event and under no legal theory,
   819        whether in tort (including negligence), contract, or otherwise,
   820        unless required by applicable law (such as deliberate and grossly
   821        negligent acts) or agreed to in writing, shall any Contributor be
   822        liable to You for damages, including any direct, indirect, special,
   823        incidental, or consequential damages of any character arising as a
   824        result of this License or out of the use or inability to use the
   825        Work (including but not limited to damages for loss of goodwill,
   826        work stoppage, computer failure or malfunction, or any and all
   827        other commercial damages or losses), even if such Contributor
   828        has been advised of the possibility of such damages.
   829  
   830     9. Accepting Warranty or Additional Liability. While redistributing
   831        the Work or Derivative Works thereof, You may choose to offer,
   832        and charge a fee for, acceptance of support, warranty, indemnity,
   833        or other liability obligations and/or rights consistent with this
   834        License. However, in accepting such obligations, You may act only
   835        on Your own behalf and on Your sole responsibility, not on behalf
   836        of any other Contributor, and only if You agree to indemnify,
   837        defend, and hold each Contributor harmless for any liability
   838        incurred by, or claims asserted against, such Contributor by reason
   839        of your accepting any such warranty or additional liability.
   840  
   841     END OF TERMS AND CONDITIONS
   842  
   843     APPENDIX: How to apply the Apache License to your work.
   844  
   845        To apply the Apache License to your work, attach the following
   846        boilerplate notice, with the fields enclosed by brackets "[]"
   847        replaced with your own identifying information. (Don't include
   848        the brackets!)  The text should be enclosed in the appropriate
   849        comment syntax for the file format. We also recommend that a
   850        file or class name and description of purpose be included on the
   851        same "printed page" as the copyright notice for easier
   852        identification within third-party archives.
   853  
   854     Copyright [yyyy] [name of copyright owner]
   855  
   856     Licensed under the Apache License, Version 2.0 (the "License");
   857     you may not use this file except in compliance with the License.
   858     You may obtain a copy of the License at
   859  
   860         http://www.apache.org/licenses/LICENSE-2.0
   861  
   862     Unless required by applicable law or agreed to in writing, software
   863     distributed under the License is distributed on an "AS IS" BASIS,
   864     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   865     See the License for the specific language governing permissions and
   866     limitations under the License.
   867  
   868  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
   869  ================================================================================
   870  
   871  ================================================================================
   872  = github.com/HdrHistogram/hdrhistogram-go licensed under: =
   873  
   874  The MIT License (MIT)
   875  
   876  Copyright (c) 2014 Coda Hale
   877  
   878  Permission is hereby granted, free of charge, to any person obtaining a copy
   879  of this software and associated documentation files (the "Software"), to deal
   880  in the Software without restriction, including without limitation the rights
   881  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   882  copies of the Software, and to permit persons to whom the Software is
   883  furnished to do so, subject to the following conditions:
   884  
   885  The above copyright notice and this permission notice shall be included in
   886  all copies or substantial portions of the Software.
   887  
   888  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   889  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   890  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   891  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   892  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   893  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   894  THE SOFTWARE.
   895  
   896  = LICENSE b6d1b525eead24b9dd56bcb0cf1e606c6695b91e08e92b6be4399e9c =
   897  ================================================================================
   898  
   899  ================================================================================
   900  = github.com/abiosoft/readline licensed under: =
   901  
   902  The MIT License (MIT)
   903  
   904  Copyright (c) 2015 Chzyer
   905  
   906  Permission is hereby granted, free of charge, to any person obtaining a copy
   907  of this software and associated documentation files (the "Software"), to deal
   908  in the Software without restriction, including without limitation the rights
   909  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   910  copies of the Software, and to permit persons to whom the Software is
   911  furnished to do so, subject to the following conditions:
   912  
   913  The above copyright notice and this permission notice shall be included in all
   914  copies or substantial portions of the Software.
   915  
   916  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   917  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   918  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   919  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   920  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   921  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   922  SOFTWARE.
   923  
   924  
   925  = LICENSE 776df548a1197b2f7e08bb8af22033f154591c7960101bba3438812b =
   926  ================================================================================
   927  
   928  ================================================================================
   929  = github.com/acarl005/stripansi licensed under: =
   930  
   931  MIT License
   932  
   933  Copyright (c) 2018 Andrew Carlson
   934  
   935  Permission is hereby granted, free of charge, to any person obtaining a copy
   936  of this software and associated documentation files (the "Software"), to deal
   937  in the Software without restriction, including without limitation the rights
   938  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   939  copies of the Software, and to permit persons to whom the Software is
   940  furnished to do so, subject to the following conditions:
   941  
   942  The above copyright notice and this permission notice shall be included in all
   943  copies or substantial portions of the Software.
   944  
   945  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   946  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   947  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   948  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   949  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   950  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   951  SOFTWARE.
   952  
   953  = LICENSE 883b81d281b238382cf7d0586b0293259573b618b9b12cb023f70297 =
   954  ================================================================================
   955  
   956  ================================================================================
   957  = github.com/andreyvit/diff licensed under: =
   958  
   959  MIT License
   960  
   961  Copyright (c) 2017 Andrey Tarantsov
   962  
   963  Permission is hereby granted, free of charge, to any person obtaining a copy
   964  of this software and associated documentation files (the "Software"), to deal
   965  in the Software without restriction, including without limitation the rights
   966  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   967  copies of the Software, and to permit persons to whom the Software is
   968  furnished to do so, subject to the following conditions:
   969  
   970  The above copyright notice and this permission notice shall be included in all
   971  copies or substantial portions of the Software.
   972  
   973  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   974  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   975  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   976  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   977  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   978  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   979  SOFTWARE.
   980  
   981  = LICENSE 78b3d88d4101969f3415353aea94c9f4cce7ca238b012137e57e0273 =
   982  ================================================================================
   983  
   984  ================================================================================
   985  = github.com/asaskevich/govalidator licensed under: =
   986  
   987  The MIT License (MIT)
   988  
   989  Copyright (c) 2014 Alex Saskevich
   990  
   991  Permission is hereby granted, free of charge, to any person obtaining a copy
   992  of this software and associated documentation files (the "Software"), to deal
   993  in the Software without restriction, including without limitation the rights
   994  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   995  copies of the Software, and to permit persons to whom the Software is
   996  furnished to do so, subject to the following conditions:
   997  
   998  The above copyright notice and this permission notice shall be included in all
   999  copies or substantial portions of the Software.
  1000  
  1001  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1002  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1003  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1004  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1005  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1006  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1007  SOFTWARE.
  1008  = LICENSE 126be62f9ff4615a8aafc0a7f38f7f9a31742a5c9079a80e0a7a5a76 =
  1009  ================================================================================
  1010  
  1011  ================================================================================
  1012  = github.com/aws/aws-sdk-go licensed under: =
  1013  
  1014  
  1015                                   Apache License
  1016                             Version 2.0, January 2004
  1017                          http://www.apache.org/licenses/
  1018  
  1019     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1020  
  1021     1. Definitions.
  1022  
  1023        "License" shall mean the terms and conditions for use, reproduction,
  1024        and distribution as defined by Sections 1 through 9 of this document.
  1025  
  1026        "Licensor" shall mean the copyright owner or entity authorized by
  1027        the copyright owner that is granting the License.
  1028  
  1029        "Legal Entity" shall mean the union of the acting entity and all
  1030        other entities that control, are controlled by, or are under common
  1031        control with that entity. For the purposes of this definition,
  1032        "control" means (i) the power, direct or indirect, to cause the
  1033        direction or management of such entity, whether by contract or
  1034        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1035        outstanding shares, or (iii) beneficial ownership of such entity.
  1036  
  1037        "You" (or "Your") shall mean an individual or Legal Entity
  1038        exercising permissions granted by this License.
  1039  
  1040        "Source" form shall mean the preferred form for making modifications,
  1041        including but not limited to software source code, documentation
  1042        source, and configuration files.
  1043  
  1044        "Object" form shall mean any form resulting from mechanical
  1045        transformation or translation of a Source form, including but
  1046        not limited to compiled object code, generated documentation,
  1047        and conversions to other media types.
  1048  
  1049        "Work" shall mean the work of authorship, whether in Source or
  1050        Object form, made available under the License, as indicated by a
  1051        copyright notice that is included in or attached to the work
  1052        (an example is provided in the Appendix below).
  1053  
  1054        "Derivative Works" shall mean any work, whether in Source or Object
  1055        form, that is based on (or derived from) the Work and for which the
  1056        editorial revisions, annotations, elaborations, or other modifications
  1057        represent, as a whole, an original work of authorship. For the purposes
  1058        of this License, Derivative Works shall not include works that remain
  1059        separable from, or merely link (or bind by name) to the interfaces of,
  1060        the Work and Derivative Works thereof.
  1061  
  1062        "Contribution" shall mean any work of authorship, including
  1063        the original version of the Work and any modifications or additions
  1064        to that Work or Derivative Works thereof, that is intentionally
  1065        submitted to Licensor for inclusion in the Work by the copyright owner
  1066        or by an individual or Legal Entity authorized to submit on behalf of
  1067        the copyright owner. For the purposes of this definition, "submitted"
  1068        means any form of electronic, verbal, or written communication sent
  1069        to the Licensor or its representatives, including but not limited to
  1070        communication on electronic mailing lists, source code control systems,
  1071        and issue tracking systems that are managed by, or on behalf of, the
  1072        Licensor for the purpose of discussing and improving the Work, but
  1073        excluding communication that is conspicuously marked or otherwise
  1074        designated in writing by the copyright owner as "Not a Contribution."
  1075  
  1076        "Contributor" shall mean Licensor and any individual or Legal Entity
  1077        on behalf of whom a Contribution has been received by Licensor and
  1078        subsequently incorporated within the Work.
  1079  
  1080     2. Grant of Copyright License. Subject to the terms and conditions of
  1081        this License, each Contributor hereby grants to You a perpetual,
  1082        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1083        copyright license to reproduce, prepare Derivative Works of,
  1084        publicly display, publicly perform, sublicense, and distribute the
  1085        Work and such Derivative Works in Source or Object form.
  1086  
  1087     3. Grant of Patent License. Subject to the terms and conditions of
  1088        this License, each Contributor hereby grants to You a perpetual,
  1089        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1090        (except as stated in this section) patent license to make, have made,
  1091        use, offer to sell, sell, import, and otherwise transfer the Work,
  1092        where such license applies only to those patent claims licensable
  1093        by such Contributor that are necessarily infringed by their
  1094        Contribution(s) alone or by combination of their Contribution(s)
  1095        with the Work to which such Contribution(s) was submitted. If You
  1096        institute patent litigation against any entity (including a
  1097        cross-claim or counterclaim in a lawsuit) alleging that the Work
  1098        or a Contribution incorporated within the Work constitutes direct
  1099        or contributory patent infringement, then any patent licenses
  1100        granted to You under this License for that Work shall terminate
  1101        as of the date such litigation is filed.
  1102  
  1103     4. Redistribution. You may reproduce and distribute copies of the
  1104        Work or Derivative Works thereof in any medium, with or without
  1105        modifications, and in Source or Object form, provided that You
  1106        meet the following conditions:
  1107  
  1108        (a) You must give any other recipients of the Work or
  1109            Derivative Works a copy of this License; and
  1110  
  1111        (b) You must cause any modified files to carry prominent notices
  1112            stating that You changed the files; and
  1113  
  1114        (c) You must retain, in the Source form of any Derivative Works
  1115            that You distribute, all copyright, patent, trademark, and
  1116            attribution notices from the Source form of the Work,
  1117            excluding those notices that do not pertain to any part of
  1118            the Derivative Works; and
  1119  
  1120        (d) If the Work includes a "NOTICE" text file as part of its
  1121            distribution, then any Derivative Works that You distribute must
  1122            include a readable copy of the attribution notices contained
  1123            within such NOTICE file, excluding those notices that do not
  1124            pertain to any part of the Derivative Works, in at least one
  1125            of the following places: within a NOTICE text file distributed
  1126            as part of the Derivative Works; within the Source form or
  1127            documentation, if provided along with the Derivative Works; or,
  1128            within a display generated by the Derivative Works, if and
  1129            wherever such third-party notices normally appear. The contents
  1130            of the NOTICE file are for informational purposes only and
  1131            do not modify the License. You may add Your own attribution
  1132            notices within Derivative Works that You distribute, alongside
  1133            or as an addendum to the NOTICE text from the Work, provided
  1134            that such additional attribution notices cannot be construed
  1135            as modifying the License.
  1136  
  1137        You may add Your own copyright statement to Your modifications and
  1138        may provide additional or different license terms and conditions
  1139        for use, reproduction, or distribution of Your modifications, or
  1140        for any such Derivative Works as a whole, provided Your use,
  1141        reproduction, and distribution of the Work otherwise complies with
  1142        the conditions stated in this License.
  1143  
  1144     5. Submission of Contributions. Unless You explicitly state otherwise,
  1145        any Contribution intentionally submitted for inclusion in the Work
  1146        by You to the Licensor shall be under the terms and conditions of
  1147        this License, without any additional terms or conditions.
  1148        Notwithstanding the above, nothing herein shall supersede or modify
  1149        the terms of any separate license agreement you may have executed
  1150        with Licensor regarding such Contributions.
  1151  
  1152     6. Trademarks. This License does not grant permission to use the trade
  1153        names, trademarks, service marks, or product names of the Licensor,
  1154        except as required for reasonable and customary use in describing the
  1155        origin of the Work and reproducing the content of the NOTICE file.
  1156  
  1157     7. Disclaimer of Warranty. Unless required by applicable law or
  1158        agreed to in writing, Licensor provides the Work (and each
  1159        Contributor provides its Contributions) on an "AS IS" BASIS,
  1160        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1161        implied, including, without limitation, any warranties or conditions
  1162        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1163        PARTICULAR PURPOSE. You are solely responsible for determining the
  1164        appropriateness of using or redistributing the Work and assume any
  1165        risks associated with Your exercise of permissions under this License.
  1166  
  1167     8. Limitation of Liability. In no event and under no legal theory,
  1168        whether in tort (including negligence), contract, or otherwise,
  1169        unless required by applicable law (such as deliberate and grossly
  1170        negligent acts) or agreed to in writing, shall any Contributor be
  1171        liable to You for damages, including any direct, indirect, special,
  1172        incidental, or consequential damages of any character arising as a
  1173        result of this License or out of the use or inability to use the
  1174        Work (including but not limited to damages for loss of goodwill,
  1175        work stoppage, computer failure or malfunction, or any and all
  1176        other commercial damages or losses), even if such Contributor
  1177        has been advised of the possibility of such damages.
  1178  
  1179     9. Accepting Warranty or Additional Liability. While redistributing
  1180        the Work or Derivative Works thereof, You may choose to offer,
  1181        and charge a fee for, acceptance of support, warranty, indemnity,
  1182        or other liability obligations and/or rights consistent with this
  1183        License. However, in accepting such obligations, You may act only
  1184        on Your own behalf and on Your sole responsibility, not on behalf
  1185        of any other Contributor, and only if You agree to indemnify,
  1186        defend, and hold each Contributor harmless for any liability
  1187        incurred by, or claims asserted against, such Contributor by reason
  1188        of your accepting any such warranty or additional liability.
  1189  
  1190     END OF TERMS AND CONDITIONS
  1191  
  1192     APPENDIX: How to apply the Apache License to your work.
  1193  
  1194        To apply the Apache License to your work, attach the following
  1195        boilerplate notice, with the fields enclosed by brackets "[]"
  1196        replaced with your own identifying information. (Don't include
  1197        the brackets!)  The text should be enclosed in the appropriate
  1198        comment syntax for the file format. We also recommend that a
  1199        file or class name and description of purpose be included on the
  1200        same "printed page" as the copyright notice for easier
  1201        identification within third-party archives.
  1202  
  1203     Copyright [yyyy] [name of copyright owner]
  1204  
  1205     Licensed under the Apache License, Version 2.0 (the "License");
  1206     you may not use this file except in compliance with the License.
  1207     You may obtain a copy of the License at
  1208  
  1209         http://www.apache.org/licenses/LICENSE-2.0
  1210  
  1211     Unless required by applicable law or agreed to in writing, software
  1212     distributed under the License is distributed on an "AS IS" BASIS,
  1213     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1214     See the License for the specific language governing permissions and
  1215     limitations under the License.
  1216  
  1217  = LICENSE.txt 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  1218  ================================================================================
  1219  
  1220  ================================================================================
  1221  = github.com/bcicen/jstream licensed under: =
  1222  
  1223  The MIT License (MIT)
  1224  
  1225  Copyright (c) 2018 Bradley Cicenas
  1226  
  1227  Permission is hereby granted, free of charge, to any person obtaining a copy
  1228  of this software and associated documentation files (the "Software"), to deal
  1229  in the Software without restriction, including without limitation the rights
  1230  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1231  copies of the Software, and to permit persons to whom the Software is
  1232  furnished to do so, subject to the following conditions:
  1233  
  1234  The above copyright notice and this permission notice shall be included in all
  1235  copies or substantial portions of the Software.
  1236  
  1237  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1238  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1239  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1240  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1241  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1242  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1243  SOFTWARE.
  1244  
  1245  
  1246  = LICENSE d615096f4eff52548dc42c266afd573361e51227b54bbba43f96c99c =
  1247  ================================================================================
  1248  
  1249  ================================================================================
  1250  = github.com/cenkalti/backoff licensed under: =
  1251  
  1252  The MIT License (MIT)
  1253  
  1254  Copyright (c) 2014 Cenk Altı
  1255  
  1256  Permission is hereby granted, free of charge, to any person obtaining a copy of
  1257  this software and associated documentation files (the "Software"), to deal in
  1258  the Software without restriction, including without limitation the rights to
  1259  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  1260  the Software, and to permit persons to whom the Software is furnished to do so,
  1261  subject to the following conditions:
  1262  
  1263  The above copyright notice and this permission notice shall be included in all
  1264  copies or substantial portions of the Software.
  1265  
  1266  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1267  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  1268  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  1269  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  1270  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  1271  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1272  
  1273  = LICENSE 3f09359866e587619921288cca4607374451bbd3b3f3806bc70598b6 =
  1274  ================================================================================
  1275  
  1276  ================================================================================
  1277  = github.com/cespare/xxhash licensed under: =
  1278  
  1279  Copyright (c) 2016 Caleb Spare
  1280  
  1281  MIT License
  1282  
  1283  Permission is hereby granted, free of charge, to any person obtaining
  1284  a copy of this software and associated documentation files (the
  1285  "Software"), to deal in the Software without restriction, including
  1286  without limitation the rights to use, copy, modify, merge, publish,
  1287  distribute, sublicense, and/or sell copies of the Software, and to
  1288  permit persons to whom the Software is furnished to do so, subject to
  1289  the following conditions:
  1290  
  1291  The above copyright notice and this permission notice shall be
  1292  included in all copies or substantial portions of the Software.
  1293  
  1294  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1295  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1296  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1297  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  1298  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  1299  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1300  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1301  
  1302  = LICENSE.txt 726f1b8f64f7e439b1b12c7cbde7b1427752a00ddea15019e4156465 =
  1303  ================================================================================
  1304  
  1305  ================================================================================
  1306  = github.com/davecgh/go-spew licensed under: =
  1307  
  1308  ISC License
  1309  
  1310  Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
  1311  
  1312  Permission to use, copy, modify, and/or distribute this software for any
  1313  purpose with or without fee is hereby granted, provided that the above
  1314  copyright notice and this permission notice appear in all copies.
  1315  
  1316  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  1317  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  1318  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  1319  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  1320  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  1321  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  1322  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  1323  
  1324  = LICENSE 1df7eb862ea59e064cc5b27e5d88aad979fad02e3755973892829af8 =
  1325  ================================================================================
  1326  
  1327  ================================================================================
  1328  = github.com/denisbrodbeck/machineid licensed under: =
  1329  
  1330  
  1331  The MIT License (MIT)
  1332  
  1333  Copyright (c) 2017 Denis Brodbeck
  1334  
  1335  Permission is hereby granted, free of charge, to any person obtaining a copy
  1336  of this software and associated documentation files (the "Software"), to deal
  1337  in the Software without restriction, including without limitation the rights
  1338  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1339  copies of the Software, and to permit persons to whom the Software is
  1340  furnished to do so, subject to the following conditions:
  1341  
  1342  The above copyright notice and this permission notice shall be included in all
  1343  copies or substantial portions of the Software.
  1344  
  1345  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1346  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1347  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1348  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1349  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1350  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1351  SOFTWARE.
  1352  
  1353  = LICENSE.md b5274e316e181e3c8a9826c7fa05cfbf80629701d6c0a9c9548eb4d8 =
  1354  ================================================================================
  1355  
  1356  ================================================================================
  1357  = github.com/dolthub/fslock licensed under: =
  1358  
  1359  All files in this repository are licensed as follows. If you contribute
  1360  to this repository, it is assumed that you license your contribution
  1361  under the same license unless you state otherwise.
  1362  
  1363  All files Copyright (C) 2015 Canonical Ltd. unless otherwise specified in the file.
  1364  
  1365  This software is licensed under the LGPLv3, included below.
  1366  
  1367  As a special exception to the GNU Lesser General Public License version 3
  1368  ("LGPL3"), the copyright holders of this Library give you permission to
  1369  convey to a third party a Combined Work that links statically or dynamically
  1370  to this Library without providing any Minimal Corresponding Source or
  1371  Minimal Application Code as set out in 4d or providing the installation
  1372  information set out in section 4e, provided that you comply with the other
  1373  provisions of LGPL3 and provided that you meet, for the Application the
  1374  terms and conditions of the license(s) which apply to the Application.
  1375  
  1376  Except as stated in this special exception, the provisions of LGPL3 will
  1377  continue to comply in full to this Library. If you modify this Library, you
  1378  may apply this exception to your version of this Library, but you are not
  1379  obliged to do so. If you do not wish to do so, delete this exception
  1380  statement from your version. This exception does not (and cannot) modify any
  1381  license terms which apply to the Application, with which you must still
  1382  comply. 
  1383  
  1384  
  1385                     GNU LESSER GENERAL PUBLIC LICENSE
  1386                         Version 3, 29 June 2007
  1387  
  1388   Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  1389   Everyone is permitted to copy and distribute verbatim copies
  1390   of this license document, but changing it is not allowed.
  1391  
  1392  
  1393    This version of the GNU Lesser General Public License incorporates
  1394  the terms and conditions of version 3 of the GNU General Public
  1395  License, supplemented by the additional permissions listed below.
  1396  
  1397    0. Additional Definitions.
  1398  
  1399    As used herein, "this License" refers to version 3 of the GNU Lesser
  1400  General Public License, and the "GNU GPL" refers to version 3 of the GNU
  1401  General Public License.
  1402  
  1403    "The Library" refers to a covered work governed by this License,
  1404  other than an Application or a Combined Work as defined below.
  1405  
  1406    An "Application" is any work that makes use of an interface provided
  1407  by the Library, but which is not otherwise based on the Library.
  1408  Defining a subclass of a class defined by the Library is deemed a mode
  1409  of using an interface provided by the Library.
  1410  
  1411    A "Combined Work" is a work produced by combining or linking an
  1412  Application with the Library.  The particular version of the Library
  1413  with which the Combined Work was made is also called the "Linked
  1414  Version".
  1415  
  1416    The "Minimal Corresponding Source" for a Combined Work means the
  1417  Corresponding Source for the Combined Work, excluding any source code
  1418  for portions of the Combined Work that, considered in isolation, are
  1419  based on the Application, and not on the Linked Version.
  1420  
  1421    The "Corresponding Application Code" for a Combined Work means the
  1422  object code and/or source code for the Application, including any data
  1423  and utility programs needed for reproducing the Combined Work from the
  1424  Application, but excluding the System Libraries of the Combined Work.
  1425  
  1426    1. Exception to Section 3 of the GNU GPL.
  1427  
  1428    You may convey a covered work under sections 3 and 4 of this License
  1429  without being bound by section 3 of the GNU GPL.
  1430  
  1431    2. Conveying Modified Versions.
  1432  
  1433    If you modify a copy of the Library, and, in your modifications, a
  1434  facility refers to a function or data to be supplied by an Application
  1435  that uses the facility (other than as an argument passed when the
  1436  facility is invoked), then you may convey a copy of the modified
  1437  version:
  1438  
  1439     a) under this License, provided that you make a good faith effort to
  1440     ensure that, in the event an Application does not supply the
  1441     function or data, the facility still operates, and performs
  1442     whatever part of its purpose remains meaningful, or
  1443  
  1444     b) under the GNU GPL, with none of the additional permissions of
  1445     this License applicable to that copy.
  1446  
  1447    3. Object Code Incorporating Material from Library Header Files.
  1448  
  1449    The object code form of an Application may incorporate material from
  1450  a header file that is part of the Library.  You may convey such object
  1451  code under terms of your choice, provided that, if the incorporated
  1452  material is not limited to numerical parameters, data structure
  1453  layouts and accessors, or small macros, inline functions and templates
  1454  (ten or fewer lines in length), you do both of the following:
  1455  
  1456     a) Give prominent notice with each copy of the object code that the
  1457     Library is used in it and that the Library and its use are
  1458     covered by this License.
  1459  
  1460     b) Accompany the object code with a copy of the GNU GPL and this license
  1461     document.
  1462  
  1463    4. Combined Works.
  1464  
  1465    You may convey a Combined Work under terms of your choice that,
  1466  taken together, effectively do not restrict modification of the
  1467  portions of the Library contained in the Combined Work and reverse
  1468  engineering for debugging such modifications, if you also do each of
  1469  the following:
  1470  
  1471     a) Give prominent notice with each copy of the Combined Work that
  1472     the Library is used in it and that the Library and its use are
  1473     covered by this License.
  1474  
  1475     b) Accompany the Combined Work with a copy of the GNU GPL and this license
  1476     document.
  1477  
  1478     c) For a Combined Work that displays copyright notices during
  1479     execution, include the copyright notice for the Library among
  1480     these notices, as well as a reference directing the user to the
  1481     copies of the GNU GPL and this license document.
  1482  
  1483     d) Do one of the following:
  1484  
  1485         0) Convey the Minimal Corresponding Source under the terms of this
  1486         License, and the Corresponding Application Code in a form
  1487         suitable for, and under terms that permit, the user to
  1488         recombine or relink the Application with a modified version of
  1489         the Linked Version to produce a modified Combined Work, in the
  1490         manner specified by section 6 of the GNU GPL for conveying
  1491         Corresponding Source.
  1492  
  1493         1) Use a suitable shared library mechanism for linking with the
  1494         Library.  A suitable mechanism is one that (a) uses at run time
  1495         a copy of the Library already present on the user's computer
  1496         system, and (b) will operate properly with a modified version
  1497         of the Library that is interface-compatible with the Linked
  1498         Version.
  1499  
  1500     e) Provide Installation Information, but only if you would otherwise
  1501     be required to provide such information under section 6 of the
  1502     GNU GPL, and only to the extent that such information is
  1503     necessary to install and execute a modified version of the
  1504     Combined Work produced by recombining or relinking the
  1505     Application with a modified version of the Linked Version. (If
  1506     you use option 4d0, the Installation Information must accompany
  1507     the Minimal Corresponding Source and Corresponding Application
  1508     Code. If you use option 4d1, you must provide the Installation
  1509     Information in the manner specified by section 6 of the GNU GPL
  1510     for conveying Corresponding Source.)
  1511  
  1512    5. Combined Libraries.
  1513  
  1514    You may place library facilities that are a work based on the
  1515  Library side by side in a single library together with other library
  1516  facilities that are not Applications and are not covered by this
  1517  License, and convey such a combined library under terms of your
  1518  choice, if you do both of the following:
  1519  
  1520     a) Accompany the combined library with a copy of the same work based
  1521     on the Library, uncombined with any other library facilities,
  1522     conveyed under the terms of this License.
  1523  
  1524     b) Give prominent notice with the combined library that part of it
  1525     is a work based on the Library, and explaining where to find the
  1526     accompanying uncombined form of the same work.
  1527  
  1528    6. Revised Versions of the GNU Lesser General Public License.
  1529  
  1530    The Free Software Foundation may publish revised and/or new versions
  1531  of the GNU Lesser General Public License from time to time. Such new
  1532  versions will be similar in spirit to the present version, but may
  1533  differ in detail to address new problems or concerns.
  1534  
  1535    Each version is given a distinguishing version number. If the
  1536  Library as you received it specifies that a certain numbered version
  1537  of the GNU Lesser General Public License "or any later version"
  1538  applies to it, you have the option of following the terms and
  1539  conditions either of that published version or of any later version
  1540  published by the Free Software Foundation. If the Library as you
  1541  received it does not specify a version number of the GNU Lesser
  1542  General Public License, you may choose any version of the GNU Lesser
  1543  General Public License ever published by the Free Software Foundation.
  1544  
  1545    If the Library as you received it specifies that a proxy can decide
  1546  whether future versions of the GNU Lesser General Public License shall
  1547  apply, that proxy's public statement of acceptance of any version is
  1548  permanent authorization for you to choose that version for the
  1549  Library.
  1550  
  1551  = LICENSE bcd6f24ec7cb31e4eac53a4e067489b1ddd360b968ceb45faf5645ec =
  1552  ================================================================================
  1553  
  1554  ================================================================================
  1555  = github.com/dolthub/go-mysql-server licensed under: =
  1556  
  1557                                   Apache License
  1558                             Version 2.0, January 2004
  1559                          http://www.apache.org/licenses/
  1560  
  1561     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1562  
  1563     1. Definitions.
  1564  
  1565        "License" shall mean the terms and conditions for use, reproduction,
  1566        and distribution as defined by Sections 1 through 9 of this document.
  1567  
  1568        "Licensor" shall mean the copyright owner or entity authorized by
  1569        the copyright owner that is granting the License.
  1570  
  1571        "Legal Entity" shall mean the union of the acting entity and all
  1572        other entities that control, are controlled by, or are under common
  1573        control with that entity. For the purposes of this definition,
  1574        "control" means (i) the power, direct or indirect, to cause the
  1575        direction or management of such entity, whether by contract or
  1576        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1577        outstanding shares, or (iii) beneficial ownership of such entity.
  1578  
  1579        "You" (or "Your") shall mean an individual or Legal Entity
  1580        exercising permissions granted by this License.
  1581  
  1582        "Source" form shall mean the preferred form for making modifications,
  1583        including but not limited to software source code, documentation
  1584        source, and configuration files.
  1585  
  1586        "Object" form shall mean any form resulting from mechanical
  1587        transformation or translation of a Source form, including but
  1588        not limited to compiled object code, generated documentation,
  1589        and conversions to other media types.
  1590  
  1591        "Work" shall mean the work of authorship, whether in Source or
  1592        Object form, made available under the License, as indicated by a
  1593        copyright notice that is included in or attached to the work
  1594        (an example is provided in the Appendix below).
  1595  
  1596        "Derivative Works" shall mean any work, whether in Source or Object
  1597        form, that is based on (or derived from) the Work and for which the
  1598        editorial revisions, annotations, elaborations, or other modifications
  1599        represent, as a whole, an original work of authorship. For the purposes
  1600        of this License, Derivative Works shall not include works that remain
  1601        separable from, or merely link (or bind by name) to the interfaces of,
  1602        the Work and Derivative Works thereof.
  1603  
  1604        "Contribution" shall mean any work of authorship, including
  1605        the original version of the Work and any modifications or additions
  1606        to that Work or Derivative Works thereof, that is intentionally
  1607        submitted to Licensor for inclusion in the Work by the copyright owner
  1608        or by an individual or Legal Entity authorized to submit on behalf of
  1609        the copyright owner. For the purposes of this definition, "submitted"
  1610        means any form of electronic, verbal, or written communication sent
  1611        to the Licensor or its representatives, including but not limited to
  1612        communication on electronic mailing lists, source code control systems,
  1613        and issue tracking systems that are managed by, or on behalf of, the
  1614        Licensor for the purpose of discussing and improving the Work, but
  1615        excluding communication that is conspicuously marked or otherwise
  1616        designated in writing by the copyright owner as "Not a Contribution."
  1617  
  1618        "Contributor" shall mean Licensor and any individual or Legal Entity
  1619        on behalf of whom a Contribution has been received by Licensor and
  1620        subsequently incorporated within the Work.
  1621  
  1622     2. Grant of Copyright License. Subject to the terms and conditions of
  1623        this License, each Contributor hereby grants to You a perpetual,
  1624        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1625        copyright license to reproduce, prepare Derivative Works of,
  1626        publicly display, publicly perform, sublicense, and distribute the
  1627        Work and such Derivative Works in Source or Object form.
  1628  
  1629     3. Grant of Patent License. Subject to the terms and conditions of
  1630        this License, each Contributor hereby grants to You a perpetual,
  1631        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1632        (except as stated in this section) patent license to make, have made,
  1633        use, offer to sell, sell, import, and otherwise transfer the Work,
  1634        where such license applies only to those patent claims licensable
  1635        by such Contributor that are necessarily infringed by their
  1636        Contribution(s) alone or by combination of their Contribution(s)
  1637        with the Work to which such Contribution(s) was submitted. If You
  1638        institute patent litigation against any entity (including a
  1639        cross-claim or counterclaim in a lawsuit) alleging that the Work
  1640        or a Contribution incorporated within the Work constitutes direct
  1641        or contributory patent infringement, then any patent licenses
  1642        granted to You under this License for that Work shall terminate
  1643        as of the date such litigation is filed.
  1644  
  1645     4. Redistribution. You may reproduce and distribute copies of the
  1646        Work or Derivative Works thereof in any medium, with or without
  1647        modifications, and in Source or Object form, provided that You
  1648        meet the following conditions:
  1649  
  1650        (a) You must give any other recipients of the Work or
  1651            Derivative Works a copy of this License; and
  1652  
  1653        (b) You must cause any modified files to carry prominent notices
  1654            stating that You changed the files; and
  1655  
  1656        (c) You must retain, in the Source form of any Derivative Works
  1657            that You distribute, all copyright, patent, trademark, and
  1658            attribution notices from the Source form of the Work,
  1659            excluding those notices that do not pertain to any part of
  1660            the Derivative Works; and
  1661  
  1662        (d) If the Work includes a "NOTICE" text file as part of its
  1663            distribution, then any Derivative Works that You distribute must
  1664            include a readable copy of the attribution notices contained
  1665            within such NOTICE file, excluding those notices that do not
  1666            pertain to any part of the Derivative Works, in at least one
  1667            of the following places: within a NOTICE text file distributed
  1668            as part of the Derivative Works; within the Source form or
  1669            documentation, if provided along with the Derivative Works; or,
  1670            within a display generated by the Derivative Works, if and
  1671            wherever such third-party notices normally appear. The contents
  1672            of the NOTICE file are for informational purposes only and
  1673            do not modify the License. You may add Your own attribution
  1674            notices within Derivative Works that You distribute, alongside
  1675            or as an addendum to the NOTICE text from the Work, provided
  1676            that such additional attribution notices cannot be construed
  1677            as modifying the License.
  1678  
  1679        You may add Your own copyright statement to Your modifications and
  1680        may provide additional or different license terms and conditions
  1681        for use, reproduction, or distribution of Your modifications, or
  1682        for any such Derivative Works as a whole, provided Your use,
  1683        reproduction, and distribution of the Work otherwise complies with
  1684        the conditions stated in this License.
  1685  
  1686     5. Submission of Contributions. Unless You explicitly state otherwise,
  1687        any Contribution intentionally submitted for inclusion in the Work
  1688        by You to the Licensor shall be under the terms and conditions of
  1689        this License, without any additional terms or conditions.
  1690        Notwithstanding the above, nothing herein shall supersede or modify
  1691        the terms of any separate license agreement you may have executed
  1692        with Licensor regarding such Contributions.
  1693  
  1694     6. Trademarks. This License does not grant permission to use the trade
  1695        names, trademarks, service marks, or product names of the Licensor,
  1696        except as required for reasonable and customary use in describing the
  1697        origin of the Work and reproducing the content of the NOTICE file.
  1698  
  1699     7. Disclaimer of Warranty. Unless required by applicable law or
  1700        agreed to in writing, Licensor provides the Work (and each
  1701        Contributor provides its Contributions) on an "AS IS" BASIS,
  1702        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1703        implied, including, without limitation, any warranties or conditions
  1704        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1705        PARTICULAR PURPOSE. You are solely responsible for determining the
  1706        appropriateness of using or redistributing the Work and assume any
  1707        risks associated with Your exercise of permissions under this License.
  1708  
  1709     8. Limitation of Liability. In no event and under no legal theory,
  1710        whether in tort (including negligence), contract, or otherwise,
  1711        unless required by applicable law (such as deliberate and grossly
  1712        negligent acts) or agreed to in writing, shall any Contributor be
  1713        liable to You for damages, including any direct, indirect, special,
  1714        incidental, or consequential damages of any character arising as a
  1715        result of this License or out of the use or inability to use the
  1716        Work (including but not limited to damages for loss of goodwill,
  1717        work stoppage, computer failure or malfunction, or any and all
  1718        other commercial damages or losses), even if such Contributor
  1719        has been advised of the possibility of such damages.
  1720  
  1721     9. Accepting Warranty or Additional Liability. While redistributing
  1722        the Work or Derivative Works thereof, You may choose to offer,
  1723        and charge a fee for, acceptance of support, warranty, indemnity,
  1724        or other liability obligations and/or rights consistent with this
  1725        License. However, in accepting such obligations, You may act only
  1726        on Your own behalf and on Your sole responsibility, not on behalf
  1727        of any other Contributor, and only if You agree to indemnify,
  1728        defend, and hold each Contributor harmless for any liability
  1729        incurred by, or claims asserted against, such Contributor by reason
  1730        of your accepting any such warranty or additional liability.
  1731  
  1732     END OF TERMS AND CONDITIONS
  1733  
  1734     APPENDIX: How to apply the Apache License to your work.
  1735  
  1736        To apply the Apache License to your work, attach the following
  1737        boilerplate notice, with the fields enclosed by brackets "[]"
  1738        replaced with your own identifying information. (Don't include
  1739        the brackets!)  The text should be enclosed in the appropriate
  1740        comment syntax for the file format. We also recommend that a
  1741        file or class name and description of purpose be included on the
  1742        same "printed page" as the copyright notice for easier
  1743        identification within third-party archives.
  1744  
  1745     Copyright [yyyy] [name of copyright owner]
  1746  
  1747     Licensed under the Apache License, Version 2.0 (the "License");
  1748     you may not use this file except in compliance with the License.
  1749     You may obtain a copy of the License at
  1750  
  1751         http://www.apache.org/licenses/LICENSE-2.0
  1752  
  1753     Unless required by applicable law or agreed to in writing, software
  1754     distributed under the License is distributed on an "AS IS" BASIS,
  1755     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1756     See the License for the specific language governing permissions and
  1757     limitations under the License.
  1758  
  1759  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  1760  ================================================================================
  1761  
  1762  ================================================================================
  1763  = github.com/dolthub/ishell licensed under: =
  1764  
  1765  The MIT License (MIT)
  1766  
  1767  Copyright (c) 2015 Abiola Ibrahim
  1768  
  1769  Permission is hereby granted, free of charge, to any person obtaining a copy
  1770  of this software and associated documentation files (the "Software"), to deal
  1771  in the Software without restriction, including without limitation the rights
  1772  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1773  copies of the Software, and to permit persons to whom the Software is
  1774  furnished to do so, subject to the following conditions:
  1775  
  1776  The above copyright notice and this permission notice shall be included in all
  1777  copies or substantial portions of the Software.
  1778  
  1779  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1780  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1781  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1782  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1783  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1784  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1785  SOFTWARE.
  1786  
  1787  = LICENSE bf73993a033d1b0ef35d00734db3b50b684be954774a4e0b5eef6737 =
  1788  ================================================================================
  1789  
  1790  ================================================================================
  1791  = github.com/dolthub/mmap-go licensed under: =
  1792  
  1793  Copyright (c) 2011, Evan Shaw <edsrzf@gmail.com>
  1794  All rights reserved.
  1795  
  1796  Redistribution and use in source and binary forms, with or without
  1797  modification, are permitted provided that the following conditions are met:
  1798      * Redistributions of source code must retain the above copyright
  1799        notice, this list of conditions and the following disclaimer.
  1800      * Redistributions in binary form must reproduce the above copyright
  1801        notice, this list of conditions and the following disclaimer in the
  1802        documentation and/or other materials provided with the distribution.
  1803      * Neither the name of the copyright holder nor the
  1804        names of its contributors may be used to endorse or promote products
  1805        derived from this software without specific prior written permission.
  1806  
  1807  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  1808  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  1809  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  1810  DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  1811  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1812  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  1813  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  1814  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1815  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1816  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1817  
  1818  
  1819  = LICENSE 086af8ff5be785cbd4da914acec46f45197c2b0fd3b370cd140cedd3 =
  1820  ================================================================================
  1821  
  1822  ================================================================================
  1823  = github.com/dolthub/vitess licensed under: =
  1824  
  1825  
  1826                                   Apache License
  1827                             Version 2.0, January 2004
  1828                          http://www.apache.org/licenses/
  1829  
  1830     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1831  
  1832     1. Definitions.
  1833  
  1834        "License" shall mean the terms and conditions for use, reproduction,
  1835        and distribution as defined by Sections 1 through 9 of this document.
  1836  
  1837        "Licensor" shall mean the copyright owner or entity authorized by
  1838        the copyright owner that is granting the License.
  1839  
  1840        "Legal Entity" shall mean the union of the acting entity and all
  1841        other entities that control, are controlled by, or are under common
  1842        control with that entity. For the purposes of this definition,
  1843        "control" means (i) the power, direct or indirect, to cause the
  1844        direction or management of such entity, whether by contract or
  1845        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1846        outstanding shares, or (iii) beneficial ownership of such entity.
  1847  
  1848        "You" (or "Your") shall mean an individual or Legal Entity
  1849        exercising permissions granted by this License.
  1850  
  1851        "Source" form shall mean the preferred form for making modifications,
  1852        including but not limited to software source code, documentation
  1853        source, and configuration files.
  1854  
  1855        "Object" form shall mean any form resulting from mechanical
  1856        transformation or translation of a Source form, including but
  1857        not limited to compiled object code, generated documentation,
  1858        and conversions to other media types.
  1859  
  1860        "Work" shall mean the work of authorship, whether in Source or
  1861        Object form, made available under the License, as indicated by a
  1862        copyright notice that is included in or attached to the work
  1863        (an example is provided in the Appendix below).
  1864  
  1865        "Derivative Works" shall mean any work, whether in Source or Object
  1866        form, that is based on (or derived from) the Work and for which the
  1867        editorial revisions, annotations, elaborations, or other modifications
  1868        represent, as a whole, an original work of authorship. For the purposes
  1869        of this License, Derivative Works shall not include works that remain
  1870        separable from, or merely link (or bind by name) to the interfaces of,
  1871        the Work and Derivative Works thereof.
  1872  
  1873        "Contribution" shall mean any work of authorship, including
  1874        the original version of the Work and any modifications or additions
  1875        to that Work or Derivative Works thereof, that is intentionally
  1876        submitted to Licensor for inclusion in the Work by the copyright owner
  1877        or by an individual or Legal Entity authorized to submit on behalf of
  1878        the copyright owner. For the purposes of this definition, "submitted"
  1879        means any form of electronic, verbal, or written communication sent
  1880        to the Licensor or its representatives, including but not limited to
  1881        communication on electronic mailing lists, source code control systems,
  1882        and issue tracking systems that are managed by, or on behalf of, the
  1883        Licensor for the purpose of discussing and improving the Work, but
  1884        excluding communication that is conspicuously marked or otherwise
  1885        designated in writing by the copyright owner as "Not a Contribution."
  1886  
  1887        "Contributor" shall mean Licensor and any individual or Legal Entity
  1888        on behalf of whom a Contribution has been received by Licensor and
  1889        subsequently incorporated within the Work.
  1890  
  1891     2. Grant of Copyright License. Subject to the terms and conditions of
  1892        this License, each Contributor hereby grants to You a perpetual,
  1893        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1894        copyright license to reproduce, prepare Derivative Works of,
  1895        publicly display, publicly perform, sublicense, and distribute the
  1896        Work and such Derivative Works in Source or Object form.
  1897  
  1898     3. Grant of Patent License. Subject to the terms and conditions of
  1899        this License, each Contributor hereby grants to You a perpetual,
  1900        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1901        (except as stated in this section) patent license to make, have made,
  1902        use, offer to sell, sell, import, and otherwise transfer the Work,
  1903        where such license applies only to those patent claims licensable
  1904        by such Contributor that are necessarily infringed by their
  1905        Contribution(s) alone or by combination of their Contribution(s)
  1906        with the Work to which such Contribution(s) was submitted. If You
  1907        institute patent litigation against any entity (including a
  1908        cross-claim or counterclaim in a lawsuit) alleging that the Work
  1909        or a Contribution incorporated within the Work constitutes direct
  1910        or contributory patent infringement, then any patent licenses
  1911        granted to You under this License for that Work shall terminate
  1912        as of the date such litigation is filed.
  1913  
  1914     4. Redistribution. You may reproduce and distribute copies of the
  1915        Work or Derivative Works thereof in any medium, with or without
  1916        modifications, and in Source or Object form, provided that You
  1917        meet the following conditions:
  1918  
  1919        (a) You must give any other recipients of the Work or
  1920            Derivative Works a copy of this License; and
  1921  
  1922        (b) You must cause any modified files to carry prominent notices
  1923            stating that You changed the files; and
  1924  
  1925        (c) You must retain, in the Source form of any Derivative Works
  1926            that You distribute, all copyright, patent, trademark, and
  1927            attribution notices from the Source form of the Work,
  1928            excluding those notices that do not pertain to any part of
  1929            the Derivative Works; and
  1930  
  1931        (d) If the Work includes a "NOTICE" text file as part of its
  1932            distribution, then any Derivative Works that You distribute must
  1933            include a readable copy of the attribution notices contained
  1934            within such NOTICE file, excluding those notices that do not
  1935            pertain to any part of the Derivative Works, in at least one
  1936            of the following places: within a NOTICE text file distributed
  1937            as part of the Derivative Works; within the Source form or
  1938            documentation, if provided along with the Derivative Works; or,
  1939            within a display generated by the Derivative Works, if and
  1940            wherever such third-party notices normally appear. The contents
  1941            of the NOTICE file are for informational purposes only and
  1942            do not modify the License. You may add Your own attribution
  1943            notices within Derivative Works that You distribute, alongside
  1944            or as an addendum to the NOTICE text from the Work, provided
  1945            that such additional attribution notices cannot be construed
  1946            as modifying the License.
  1947  
  1948        You may add Your own copyright statement to Your modifications and
  1949        may provide additional or different license terms and conditions
  1950        for use, reproduction, or distribution of Your modifications, or
  1951        for any such Derivative Works as a whole, provided Your use,
  1952        reproduction, and distribution of the Work otherwise complies with
  1953        the conditions stated in this License.
  1954  
  1955     5. Submission of Contributions. Unless You explicitly state otherwise,
  1956        any Contribution intentionally submitted for inclusion in the Work
  1957        by You to the Licensor shall be under the terms and conditions of
  1958        this License, without any additional terms or conditions.
  1959        Notwithstanding the above, nothing herein shall supersede or modify
  1960        the terms of any separate license agreement you may have executed
  1961        with Licensor regarding such Contributions.
  1962  
  1963     6. Trademarks. This License does not grant permission to use the trade
  1964        names, trademarks, service marks, or product names of the Licensor,
  1965        except as required for reasonable and customary use in describing the
  1966        origin of the Work and reproducing the content of the NOTICE file.
  1967  
  1968     7. Disclaimer of Warranty. Unless required by applicable law or
  1969        agreed to in writing, Licensor provides the Work (and each
  1970        Contributor provides its Contributions) on an "AS IS" BASIS,
  1971        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1972        implied, including, without limitation, any warranties or conditions
  1973        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1974        PARTICULAR PURPOSE. You are solely responsible for determining the
  1975        appropriateness of using or redistributing the Work and assume any
  1976        risks associated with Your exercise of permissions under this License.
  1977  
  1978     8. Limitation of Liability. In no event and under no legal theory,
  1979        whether in tort (including negligence), contract, or otherwise,
  1980        unless required by applicable law (such as deliberate and grossly
  1981        negligent acts) or agreed to in writing, shall any Contributor be
  1982        liable to You for damages, including any direct, indirect, special,
  1983        incidental, or consequential damages of any character arising as a
  1984        result of this License or out of the use or inability to use the
  1985        Work (including but not limited to damages for loss of goodwill,
  1986        work stoppage, computer failure or malfunction, or any and all
  1987        other commercial damages or losses), even if such Contributor
  1988        has been advised of the possibility of such damages.
  1989  
  1990     9. Accepting Warranty or Additional Liability. While redistributing
  1991        the Work or Derivative Works thereof, You may choose to offer,
  1992        and charge a fee for, acceptance of support, warranty, indemnity,
  1993        or other liability obligations and/or rights consistent with this
  1994        License. However, in accepting such obligations, You may act only
  1995        on Your own behalf and on Your sole responsibility, not on behalf
  1996        of any other Contributor, and only if You agree to indemnify,
  1997        defend, and hold each Contributor harmless for any liability
  1998        incurred by, or claims asserted against, such Contributor by reason
  1999        of your accepting any such warranty or additional liability.
  2000  
  2001     END OF TERMS AND CONDITIONS
  2002  
  2003     APPENDIX: How to apply the Apache License to your work.
  2004  
  2005        To apply the Apache License to your work, attach the following
  2006        boilerplate notice, with the fields enclosed by brackets "[]"
  2007        replaced with your own identifying information. (Don't include
  2008        the brackets!)  The text should be enclosed in the appropriate
  2009        comment syntax for the file format. We also recommend that a
  2010        file or class name and description of purpose be included on the
  2011        same "printed page" as the copyright notice for easier
  2012        identification within third-party archives.
  2013  
  2014     Copyright [yyyy] [name of copyright owner]
  2015  
  2016     Licensed under the Apache License, Version 2.0 (the "License");
  2017     you may not use this file except in compliance with the License.
  2018     You may obtain a copy of the License at
  2019  
  2020         http://www.apache.org/licenses/LICENSE-2.0
  2021  
  2022     Unless required by applicable law or agreed to in writing, software
  2023     distributed under the License is distributed on an "AS IS" BASIS,
  2024     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2025     See the License for the specific language governing permissions and
  2026     limitations under the License.
  2027  
  2028  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  2029  ================================================================================
  2030  
  2031  ================================================================================
  2032  = github.com/dustin/go-humanize licensed under: =
  2033  
  2034  Copyright (c) 2005-2008  Dustin Sallings <dustin@spy.net>
  2035  
  2036  Permission is hereby granted, free of charge, to any person obtaining a copy
  2037  of this software and associated documentation files (the "Software"), to deal
  2038  in the Software without restriction, including without limitation the rights
  2039  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  2040  copies of the Software, and to permit persons to whom the Software is
  2041  furnished to do so, subject to the following conditions:
  2042  
  2043  The above copyright notice and this permission notice shall be included in
  2044  all copies or substantial portions of the Software.
  2045  
  2046  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  2047  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  2048  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  2049  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  2050  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  2051  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  2052  SOFTWARE.
  2053  
  2054  <http://www.opensource.org/licenses/mit-license.php>
  2055  
  2056  = LICENSE c2d1663aa29baf618aacf2a16cd5d14a2c6922e13388c82d850cb47a =
  2057  ================================================================================
  2058  
  2059  ================================================================================
  2060  = github.com/fatih/color licensed under: =
  2061  
  2062  The MIT License (MIT)
  2063  
  2064  Copyright (c) 2013 Fatih Arslan
  2065  
  2066  Permission is hereby granted, free of charge, to any person obtaining a copy of
  2067  this software and associated documentation files (the "Software"), to deal in
  2068  the Software without restriction, including without limitation the rights to
  2069  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  2070  the Software, and to permit persons to whom the Software is furnished to do so,
  2071  subject to the following conditions:
  2072  
  2073  The above copyright notice and this permission notice shall be included in all
  2074  copies or substantial portions of the Software.
  2075  
  2076  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  2077  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  2078  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  2079  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  2080  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  2081  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  2082  
  2083  = LICENSE.md e22eed972c25874fee55d52d4cd7234a7530642f0aa7b793c6b139b0 =
  2084  ================================================================================
  2085  
  2086  ================================================================================
  2087  = github.com/flynn-archive/go-shlex licensed under: =
  2088  
  2089  
  2090                                   Apache License
  2091                             Version 2.0, January 2004
  2092                          http://www.apache.org/licenses/
  2093  
  2094     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  2095  
  2096     1. Definitions.
  2097  
  2098        "License" shall mean the terms and conditions for use, reproduction,
  2099        and distribution as defined by Sections 1 through 9 of this document.
  2100  
  2101        "Licensor" shall mean the copyright owner or entity authorized by
  2102        the copyright owner that is granting the License.
  2103  
  2104        "Legal Entity" shall mean the union of the acting entity and all
  2105        other entities that control, are controlled by, or are under common
  2106        control with that entity. For the purposes of this definition,
  2107        "control" means (i) the power, direct or indirect, to cause the
  2108        direction or management of such entity, whether by contract or
  2109        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  2110        outstanding shares, or (iii) beneficial ownership of such entity.
  2111  
  2112        "You" (or "Your") shall mean an individual or Legal Entity
  2113        exercising permissions granted by this License.
  2114  
  2115        "Source" form shall mean the preferred form for making modifications,
  2116        including but not limited to software source code, documentation
  2117        source, and configuration files.
  2118  
  2119        "Object" form shall mean any form resulting from mechanical
  2120        transformation or translation of a Source form, including but
  2121        not limited to compiled object code, generated documentation,
  2122        and conversions to other media types.
  2123  
  2124        "Work" shall mean the work of authorship, whether in Source or
  2125        Object form, made available under the License, as indicated by a
  2126        copyright notice that is included in or attached to the work
  2127        (an example is provided in the Appendix below).
  2128  
  2129        "Derivative Works" shall mean any work, whether in Source or Object
  2130        form, that is based on (or derived from) the Work and for which the
  2131        editorial revisions, annotations, elaborations, or other modifications
  2132        represent, as a whole, an original work of authorship. For the purposes
  2133        of this License, Derivative Works shall not include works that remain
  2134        separable from, or merely link (or bind by name) to the interfaces of,
  2135        the Work and Derivative Works thereof.
  2136  
  2137        "Contribution" shall mean any work of authorship, including
  2138        the original version of the Work and any modifications or additions
  2139        to that Work or Derivative Works thereof, that is intentionally
  2140        submitted to Licensor for inclusion in the Work by the copyright owner
  2141        or by an individual or Legal Entity authorized to submit on behalf of
  2142        the copyright owner. For the purposes of this definition, "submitted"
  2143        means any form of electronic, verbal, or written communication sent
  2144        to the Licensor or its representatives, including but not limited to
  2145        communication on electronic mailing lists, source code control systems,
  2146        and issue tracking systems that are managed by, or on behalf of, the
  2147        Licensor for the purpose of discussing and improving the Work, but
  2148        excluding communication that is conspicuously marked or otherwise
  2149        designated in writing by the copyright owner as "Not a Contribution."
  2150  
  2151        "Contributor" shall mean Licensor and any individual or Legal Entity
  2152        on behalf of whom a Contribution has been received by Licensor and
  2153        subsequently incorporated within the Work.
  2154  
  2155     2. Grant of Copyright License. Subject to the terms and conditions of
  2156        this License, each Contributor hereby grants to You a perpetual,
  2157        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2158        copyright license to reproduce, prepare Derivative Works of,
  2159        publicly display, publicly perform, sublicense, and distribute the
  2160        Work and such Derivative Works in Source or Object form.
  2161  
  2162     3. Grant of Patent License. Subject to the terms and conditions of
  2163        this License, each Contributor hereby grants to You a perpetual,
  2164        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2165        (except as stated in this section) patent license to make, have made,
  2166        use, offer to sell, sell, import, and otherwise transfer the Work,
  2167        where such license applies only to those patent claims licensable
  2168        by such Contributor that are necessarily infringed by their
  2169        Contribution(s) alone or by combination of their Contribution(s)
  2170        with the Work to which such Contribution(s) was submitted. If You
  2171        institute patent litigation against any entity (including a
  2172        cross-claim or counterclaim in a lawsuit) alleging that the Work
  2173        or a Contribution incorporated within the Work constitutes direct
  2174        or contributory patent infringement, then any patent licenses
  2175        granted to You under this License for that Work shall terminate
  2176        as of the date such litigation is filed.
  2177  
  2178     4. Redistribution. You may reproduce and distribute copies of the
  2179        Work or Derivative Works thereof in any medium, with or without
  2180        modifications, and in Source or Object form, provided that You
  2181        meet the following conditions:
  2182  
  2183        (a) You must give any other recipients of the Work or
  2184            Derivative Works a copy of this License; and
  2185  
  2186        (b) You must cause any modified files to carry prominent notices
  2187            stating that You changed the files; and
  2188  
  2189        (c) You must retain, in the Source form of any Derivative Works
  2190            that You distribute, all copyright, patent, trademark, and
  2191            attribution notices from the Source form of the Work,
  2192            excluding those notices that do not pertain to any part of
  2193            the Derivative Works; and
  2194  
  2195        (d) If the Work includes a "NOTICE" text file as part of its
  2196            distribution, then any Derivative Works that You distribute must
  2197            include a readable copy of the attribution notices contained
  2198            within such NOTICE file, excluding those notices that do not
  2199            pertain to any part of the Derivative Works, in at least one
  2200            of the following places: within a NOTICE text file distributed
  2201            as part of the Derivative Works; within the Source form or
  2202            documentation, if provided along with the Derivative Works; or,
  2203            within a display generated by the Derivative Works, if and
  2204            wherever such third-party notices normally appear. The contents
  2205            of the NOTICE file are for informational purposes only and
  2206            do not modify the License. You may add Your own attribution
  2207            notices within Derivative Works that You distribute, alongside
  2208            or as an addendum to the NOTICE text from the Work, provided
  2209            that such additional attribution notices cannot be construed
  2210            as modifying the License.
  2211  
  2212        You may add Your own copyright statement to Your modifications and
  2213        may provide additional or different license terms and conditions
  2214        for use, reproduction, or distribution of Your modifications, or
  2215        for any such Derivative Works as a whole, provided Your use,
  2216        reproduction, and distribution of the Work otherwise complies with
  2217        the conditions stated in this License.
  2218  
  2219     5. Submission of Contributions. Unless You explicitly state otherwise,
  2220        any Contribution intentionally submitted for inclusion in the Work
  2221        by You to the Licensor shall be under the terms and conditions of
  2222        this License, without any additional terms or conditions.
  2223        Notwithstanding the above, nothing herein shall supersede or modify
  2224        the terms of any separate license agreement you may have executed
  2225        with Licensor regarding such Contributions.
  2226  
  2227     6. Trademarks. This License does not grant permission to use the trade
  2228        names, trademarks, service marks, or product names of the Licensor,
  2229        except as required for reasonable and customary use in describing the
  2230        origin of the Work and reproducing the content of the NOTICE file.
  2231  
  2232     7. Disclaimer of Warranty. Unless required by applicable law or
  2233        agreed to in writing, Licensor provides the Work (and each
  2234        Contributor provides its Contributions) on an "AS IS" BASIS,
  2235        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  2236        implied, including, without limitation, any warranties or conditions
  2237        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  2238        PARTICULAR PURPOSE. You are solely responsible for determining the
  2239        appropriateness of using or redistributing the Work and assume any
  2240        risks associated with Your exercise of permissions under this License.
  2241  
  2242     8. Limitation of Liability. In no event and under no legal theory,
  2243        whether in tort (including negligence), contract, or otherwise,
  2244        unless required by applicable law (such as deliberate and grossly
  2245        negligent acts) or agreed to in writing, shall any Contributor be
  2246        liable to You for damages, including any direct, indirect, special,
  2247        incidental, or consequential damages of any character arising as a
  2248        result of this License or out of the use or inability to use the
  2249        Work (including but not limited to damages for loss of goodwill,
  2250        work stoppage, computer failure or malfunction, or any and all
  2251        other commercial damages or losses), even if such Contributor
  2252        has been advised of the possibility of such damages.
  2253  
  2254     9. Accepting Warranty or Additional Liability. While redistributing
  2255        the Work or Derivative Works thereof, You may choose to offer,
  2256        and charge a fee for, acceptance of support, warranty, indemnity,
  2257        or other liability obligations and/or rights consistent with this
  2258        License. However, in accepting such obligations, You may act only
  2259        on Your own behalf and on Your sole responsibility, not on behalf
  2260        of any other Contributor, and only if You agree to indemnify,
  2261        defend, and hold each Contributor harmless for any liability
  2262        incurred by, or claims asserted against, such Contributor by reason
  2263        of your accepting any such warranty or additional liability.
  2264  
  2265     END OF TERMS AND CONDITIONS
  2266  
  2267     APPENDIX: How to apply the Apache License to your work.
  2268  
  2269        To apply the Apache License to your work, attach the following
  2270        boilerplate notice, with the fields enclosed by brackets "[]"
  2271        replaced with your own identifying information. (Don't include
  2272        the brackets!)  The text should be enclosed in the appropriate
  2273        comment syntax for the file format. We also recommend that a
  2274        file or class name and description of purpose be included on the
  2275        same "printed page" as the copyright notice for easier
  2276        identification within third-party archives.
  2277  
  2278     Copyright [yyyy] [name of copyright owner]
  2279  
  2280     Licensed under the Apache License, Version 2.0 (the "License");
  2281     you may not use this file except in compliance with the License.
  2282     You may obtain a copy of the License at
  2283  
  2284         http://www.apache.org/licenses/LICENSE-2.0
  2285  
  2286     Unless required by applicable law or agreed to in writing, software
  2287     distributed under the License is distributed on an "AS IS" BASIS,
  2288     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2289     See the License for the specific language governing permissions and
  2290     limitations under the License.
  2291  
  2292  = COPYING 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  2293  ================================================================================
  2294  
  2295  ================================================================================
  2296  = github.com/go-kit/kit licensed under: =
  2297  
  2298  The MIT License (MIT)
  2299  
  2300  Copyright (c) 2015 Peter Bourgon
  2301  
  2302  Permission is hereby granted, free of charge, to any person obtaining a copy
  2303  of this software and associated documentation files (the "Software"), to deal
  2304  in the Software without restriction, including without limitation the rights
  2305  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  2306  copies of the Software, and to permit persons to whom the Software is
  2307  furnished to do so, subject to the following conditions:
  2308  
  2309  The above copyright notice and this permission notice shall be included in all
  2310  copies or substantial portions of the Software.
  2311  
  2312  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  2313  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  2314  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  2315  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  2316  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  2317  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  2318  SOFTWARE.
  2319  
  2320  
  2321  = LICENSE 517fd017ba968d4bdbe3905b55314df7ea5e83d9d7422365dcee5566 =
  2322  ================================================================================
  2323  
  2324  ================================================================================
  2325  = github.com/go-openapi/errors licensed under: =
  2326  
  2327  
  2328                                   Apache License
  2329                             Version 2.0, January 2004
  2330                          http://www.apache.org/licenses/
  2331  
  2332     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  2333  
  2334     1. Definitions.
  2335  
  2336        "License" shall mean the terms and conditions for use, reproduction,
  2337        and distribution as defined by Sections 1 through 9 of this document.
  2338  
  2339        "Licensor" shall mean the copyright owner or entity authorized by
  2340        the copyright owner that is granting the License.
  2341  
  2342        "Legal Entity" shall mean the union of the acting entity and all
  2343        other entities that control, are controlled by, or are under common
  2344        control with that entity. For the purposes of this definition,
  2345        "control" means (i) the power, direct or indirect, to cause the
  2346        direction or management of such entity, whether by contract or
  2347        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  2348        outstanding shares, or (iii) beneficial ownership of such entity.
  2349  
  2350        "You" (or "Your") shall mean an individual or Legal Entity
  2351        exercising permissions granted by this License.
  2352  
  2353        "Source" form shall mean the preferred form for making modifications,
  2354        including but not limited to software source code, documentation
  2355        source, and configuration files.
  2356  
  2357        "Object" form shall mean any form resulting from mechanical
  2358        transformation or translation of a Source form, including but
  2359        not limited to compiled object code, generated documentation,
  2360        and conversions to other media types.
  2361  
  2362        "Work" shall mean the work of authorship, whether in Source or
  2363        Object form, made available under the License, as indicated by a
  2364        copyright notice that is included in or attached to the work
  2365        (an example is provided in the Appendix below).
  2366  
  2367        "Derivative Works" shall mean any work, whether in Source or Object
  2368        form, that is based on (or derived from) the Work and for which the
  2369        editorial revisions, annotations, elaborations, or other modifications
  2370        represent, as a whole, an original work of authorship. For the purposes
  2371        of this License, Derivative Works shall not include works that remain
  2372        separable from, or merely link (or bind by name) to the interfaces of,
  2373        the Work and Derivative Works thereof.
  2374  
  2375        "Contribution" shall mean any work of authorship, including
  2376        the original version of the Work and any modifications or additions
  2377        to that Work or Derivative Works thereof, that is intentionally
  2378        submitted to Licensor for inclusion in the Work by the copyright owner
  2379        or by an individual or Legal Entity authorized to submit on behalf of
  2380        the copyright owner. For the purposes of this definition, "submitted"
  2381        means any form of electronic, verbal, or written communication sent
  2382        to the Licensor or its representatives, including but not limited to
  2383        communication on electronic mailing lists, source code control systems,
  2384        and issue tracking systems that are managed by, or on behalf of, the
  2385        Licensor for the purpose of discussing and improving the Work, but
  2386        excluding communication that is conspicuously marked or otherwise
  2387        designated in writing by the copyright owner as "Not a Contribution."
  2388  
  2389        "Contributor" shall mean Licensor and any individual or Legal Entity
  2390        on behalf of whom a Contribution has been received by Licensor and
  2391        subsequently incorporated within the Work.
  2392  
  2393     2. Grant of Copyright License. Subject to the terms and conditions of
  2394        this License, each Contributor hereby grants to You a perpetual,
  2395        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2396        copyright license to reproduce, prepare Derivative Works of,
  2397        publicly display, publicly perform, sublicense, and distribute the
  2398        Work and such Derivative Works in Source or Object form.
  2399  
  2400     3. Grant of Patent License. Subject to the terms and conditions of
  2401        this License, each Contributor hereby grants to You a perpetual,
  2402        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2403        (except as stated in this section) patent license to make, have made,
  2404        use, offer to sell, sell, import, and otherwise transfer the Work,
  2405        where such license applies only to those patent claims licensable
  2406        by such Contributor that are necessarily infringed by their
  2407        Contribution(s) alone or by combination of their Contribution(s)
  2408        with the Work to which such Contribution(s) was submitted. If You
  2409        institute patent litigation against any entity (including a
  2410        cross-claim or counterclaim in a lawsuit) alleging that the Work
  2411        or a Contribution incorporated within the Work constitutes direct
  2412        or contributory patent infringement, then any patent licenses
  2413        granted to You under this License for that Work shall terminate
  2414        as of the date such litigation is filed.
  2415  
  2416     4. Redistribution. You may reproduce and distribute copies of the
  2417        Work or Derivative Works thereof in any medium, with or without
  2418        modifications, and in Source or Object form, provided that You
  2419        meet the following conditions:
  2420  
  2421        (a) You must give any other recipients of the Work or
  2422            Derivative Works a copy of this License; and
  2423  
  2424        (b) You must cause any modified files to carry prominent notices
  2425            stating that You changed the files; and
  2426  
  2427        (c) You must retain, in the Source form of any Derivative Works
  2428            that You distribute, all copyright, patent, trademark, and
  2429            attribution notices from the Source form of the Work,
  2430            excluding those notices that do not pertain to any part of
  2431            the Derivative Works; and
  2432  
  2433        (d) If the Work includes a "NOTICE" text file as part of its
  2434            distribution, then any Derivative Works that You distribute must
  2435            include a readable copy of the attribution notices contained
  2436            within such NOTICE file, excluding those notices that do not
  2437            pertain to any part of the Derivative Works, in at least one
  2438            of the following places: within a NOTICE text file distributed
  2439            as part of the Derivative Works; within the Source form or
  2440            documentation, if provided along with the Derivative Works; or,
  2441            within a display generated by the Derivative Works, if and
  2442            wherever such third-party notices normally appear. The contents
  2443            of the NOTICE file are for informational purposes only and
  2444            do not modify the License. You may add Your own attribution
  2445            notices within Derivative Works that You distribute, alongside
  2446            or as an addendum to the NOTICE text from the Work, provided
  2447            that such additional attribution notices cannot be construed
  2448            as modifying the License.
  2449  
  2450        You may add Your own copyright statement to Your modifications and
  2451        may provide additional or different license terms and conditions
  2452        for use, reproduction, or distribution of Your modifications, or
  2453        for any such Derivative Works as a whole, provided Your use,
  2454        reproduction, and distribution of the Work otherwise complies with
  2455        the conditions stated in this License.
  2456  
  2457     5. Submission of Contributions. Unless You explicitly state otherwise,
  2458        any Contribution intentionally submitted for inclusion in the Work
  2459        by You to the Licensor shall be under the terms and conditions of
  2460        this License, without any additional terms or conditions.
  2461        Notwithstanding the above, nothing herein shall supersede or modify
  2462        the terms of any separate license agreement you may have executed
  2463        with Licensor regarding such Contributions.
  2464  
  2465     6. Trademarks. This License does not grant permission to use the trade
  2466        names, trademarks, service marks, or product names of the Licensor,
  2467        except as required for reasonable and customary use in describing the
  2468        origin of the Work and reproducing the content of the NOTICE file.
  2469  
  2470     7. Disclaimer of Warranty. Unless required by applicable law or
  2471        agreed to in writing, Licensor provides the Work (and each
  2472        Contributor provides its Contributions) on an "AS IS" BASIS,
  2473        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  2474        implied, including, without limitation, any warranties or conditions
  2475        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  2476        PARTICULAR PURPOSE. You are solely responsible for determining the
  2477        appropriateness of using or redistributing the Work and assume any
  2478        risks associated with Your exercise of permissions under this License.
  2479  
  2480     8. Limitation of Liability. In no event and under no legal theory,
  2481        whether in tort (including negligence), contract, or otherwise,
  2482        unless required by applicable law (such as deliberate and grossly
  2483        negligent acts) or agreed to in writing, shall any Contributor be
  2484        liable to You for damages, including any direct, indirect, special,
  2485        incidental, or consequential damages of any character arising as a
  2486        result of this License or out of the use or inability to use the
  2487        Work (including but not limited to damages for loss of goodwill,
  2488        work stoppage, computer failure or malfunction, or any and all
  2489        other commercial damages or losses), even if such Contributor
  2490        has been advised of the possibility of such damages.
  2491  
  2492     9. Accepting Warranty or Additional Liability. While redistributing
  2493        the Work or Derivative Works thereof, You may choose to offer,
  2494        and charge a fee for, acceptance of support, warranty, indemnity,
  2495        or other liability obligations and/or rights consistent with this
  2496        License. However, in accepting such obligations, You may act only
  2497        on Your own behalf and on Your sole responsibility, not on behalf
  2498        of any other Contributor, and only if You agree to indemnify,
  2499        defend, and hold each Contributor harmless for any liability
  2500        incurred by, or claims asserted against, such Contributor by reason
  2501        of your accepting any such warranty or additional liability.
  2502  
  2503     END OF TERMS AND CONDITIONS
  2504  
  2505     APPENDIX: How to apply the Apache License to your work.
  2506  
  2507        To apply the Apache License to your work, attach the following
  2508        boilerplate notice, with the fields enclosed by brackets "[]"
  2509        replaced with your own identifying information. (Don't include
  2510        the brackets!)  The text should be enclosed in the appropriate
  2511        comment syntax for the file format. We also recommend that a
  2512        file or class name and description of purpose be included on the
  2513        same "printed page" as the copyright notice for easier
  2514        identification within third-party archives.
  2515  
  2516     Copyright [yyyy] [name of copyright owner]
  2517  
  2518     Licensed under the Apache License, Version 2.0 (the "License");
  2519     you may not use this file except in compliance with the License.
  2520     You may obtain a copy of the License at
  2521  
  2522         http://www.apache.org/licenses/LICENSE-2.0
  2523  
  2524     Unless required by applicable law or agreed to in writing, software
  2525     distributed under the License is distributed on an "AS IS" BASIS,
  2526     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2527     See the License for the specific language governing permissions and
  2528     limitations under the License.
  2529  
  2530  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  2531  ================================================================================
  2532  
  2533  ================================================================================
  2534  = github.com/go-openapi/strfmt licensed under: =
  2535  
  2536  
  2537                                   Apache License
  2538                             Version 2.0, January 2004
  2539                          http://www.apache.org/licenses/
  2540  
  2541     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  2542  
  2543     1. Definitions.
  2544  
  2545        "License" shall mean the terms and conditions for use, reproduction,
  2546        and distribution as defined by Sections 1 through 9 of this document.
  2547  
  2548        "Licensor" shall mean the copyright owner or entity authorized by
  2549        the copyright owner that is granting the License.
  2550  
  2551        "Legal Entity" shall mean the union of the acting entity and all
  2552        other entities that control, are controlled by, or are under common
  2553        control with that entity. For the purposes of this definition,
  2554        "control" means (i) the power, direct or indirect, to cause the
  2555        direction or management of such entity, whether by contract or
  2556        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  2557        outstanding shares, or (iii) beneficial ownership of such entity.
  2558  
  2559        "You" (or "Your") shall mean an individual or Legal Entity
  2560        exercising permissions granted by this License.
  2561  
  2562        "Source" form shall mean the preferred form for making modifications,
  2563        including but not limited to software source code, documentation
  2564        source, and configuration files.
  2565  
  2566        "Object" form shall mean any form resulting from mechanical
  2567        transformation or translation of a Source form, including but
  2568        not limited to compiled object code, generated documentation,
  2569        and conversions to other media types.
  2570  
  2571        "Work" shall mean the work of authorship, whether in Source or
  2572        Object form, made available under the License, as indicated by a
  2573        copyright notice that is included in or attached to the work
  2574        (an example is provided in the Appendix below).
  2575  
  2576        "Derivative Works" shall mean any work, whether in Source or Object
  2577        form, that is based on (or derived from) the Work and for which the
  2578        editorial revisions, annotations, elaborations, or other modifications
  2579        represent, as a whole, an original work of authorship. For the purposes
  2580        of this License, Derivative Works shall not include works that remain
  2581        separable from, or merely link (or bind by name) to the interfaces of,
  2582        the Work and Derivative Works thereof.
  2583  
  2584        "Contribution" shall mean any work of authorship, including
  2585        the original version of the Work and any modifications or additions
  2586        to that Work or Derivative Works thereof, that is intentionally
  2587        submitted to Licensor for inclusion in the Work by the copyright owner
  2588        or by an individual or Legal Entity authorized to submit on behalf of
  2589        the copyright owner. For the purposes of this definition, "submitted"
  2590        means any form of electronic, verbal, or written communication sent
  2591        to the Licensor or its representatives, including but not limited to
  2592        communication on electronic mailing lists, source code control systems,
  2593        and issue tracking systems that are managed by, or on behalf of, the
  2594        Licensor for the purpose of discussing and improving the Work, but
  2595        excluding communication that is conspicuously marked or otherwise
  2596        designated in writing by the copyright owner as "Not a Contribution."
  2597  
  2598        "Contributor" shall mean Licensor and any individual or Legal Entity
  2599        on behalf of whom a Contribution has been received by Licensor and
  2600        subsequently incorporated within the Work.
  2601  
  2602     2. Grant of Copyright License. Subject to the terms and conditions of
  2603        this License, each Contributor hereby grants to You a perpetual,
  2604        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2605        copyright license to reproduce, prepare Derivative Works of,
  2606        publicly display, publicly perform, sublicense, and distribute the
  2607        Work and such Derivative Works in Source or Object form.
  2608  
  2609     3. Grant of Patent License. Subject to the terms and conditions of
  2610        this License, each Contributor hereby grants to You a perpetual,
  2611        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2612        (except as stated in this section) patent license to make, have made,
  2613        use, offer to sell, sell, import, and otherwise transfer the Work,
  2614        where such license applies only to those patent claims licensable
  2615        by such Contributor that are necessarily infringed by their
  2616        Contribution(s) alone or by combination of their Contribution(s)
  2617        with the Work to which such Contribution(s) was submitted. If You
  2618        institute patent litigation against any entity (including a
  2619        cross-claim or counterclaim in a lawsuit) alleging that the Work
  2620        or a Contribution incorporated within the Work constitutes direct
  2621        or contributory patent infringement, then any patent licenses
  2622        granted to You under this License for that Work shall terminate
  2623        as of the date such litigation is filed.
  2624  
  2625     4. Redistribution. You may reproduce and distribute copies of the
  2626        Work or Derivative Works thereof in any medium, with or without
  2627        modifications, and in Source or Object form, provided that You
  2628        meet the following conditions:
  2629  
  2630        (a) You must give any other recipients of the Work or
  2631            Derivative Works a copy of this License; and
  2632  
  2633        (b) You must cause any modified files to carry prominent notices
  2634            stating that You changed the files; and
  2635  
  2636        (c) You must retain, in the Source form of any Derivative Works
  2637            that You distribute, all copyright, patent, trademark, and
  2638            attribution notices from the Source form of the Work,
  2639            excluding those notices that do not pertain to any part of
  2640            the Derivative Works; and
  2641  
  2642        (d) If the Work includes a "NOTICE" text file as part of its
  2643            distribution, then any Derivative Works that You distribute must
  2644            include a readable copy of the attribution notices contained
  2645            within such NOTICE file, excluding those notices that do not
  2646            pertain to any part of the Derivative Works, in at least one
  2647            of the following places: within a NOTICE text file distributed
  2648            as part of the Derivative Works; within the Source form or
  2649            documentation, if provided along with the Derivative Works; or,
  2650            within a display generated by the Derivative Works, if and
  2651            wherever such third-party notices normally appear. The contents
  2652            of the NOTICE file are for informational purposes only and
  2653            do not modify the License. You may add Your own attribution
  2654            notices within Derivative Works that You distribute, alongside
  2655            or as an addendum to the NOTICE text from the Work, provided
  2656            that such additional attribution notices cannot be construed
  2657            as modifying the License.
  2658  
  2659        You may add Your own copyright statement to Your modifications and
  2660        may provide additional or different license terms and conditions
  2661        for use, reproduction, or distribution of Your modifications, or
  2662        for any such Derivative Works as a whole, provided Your use,
  2663        reproduction, and distribution of the Work otherwise complies with
  2664        the conditions stated in this License.
  2665  
  2666     5. Submission of Contributions. Unless You explicitly state otherwise,
  2667        any Contribution intentionally submitted for inclusion in the Work
  2668        by You to the Licensor shall be under the terms and conditions of
  2669        this License, without any additional terms or conditions.
  2670        Notwithstanding the above, nothing herein shall supersede or modify
  2671        the terms of any separate license agreement you may have executed
  2672        with Licensor regarding such Contributions.
  2673  
  2674     6. Trademarks. This License does not grant permission to use the trade
  2675        names, trademarks, service marks, or product names of the Licensor,
  2676        except as required for reasonable and customary use in describing the
  2677        origin of the Work and reproducing the content of the NOTICE file.
  2678  
  2679     7. Disclaimer of Warranty. Unless required by applicable law or
  2680        agreed to in writing, Licensor provides the Work (and each
  2681        Contributor provides its Contributions) on an "AS IS" BASIS,
  2682        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  2683        implied, including, without limitation, any warranties or conditions
  2684        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  2685        PARTICULAR PURPOSE. You are solely responsible for determining the
  2686        appropriateness of using or redistributing the Work and assume any
  2687        risks associated with Your exercise of permissions under this License.
  2688  
  2689     8. Limitation of Liability. In no event and under no legal theory,
  2690        whether in tort (including negligence), contract, or otherwise,
  2691        unless required by applicable law (such as deliberate and grossly
  2692        negligent acts) or agreed to in writing, shall any Contributor be
  2693        liable to You for damages, including any direct, indirect, special,
  2694        incidental, or consequential damages of any character arising as a
  2695        result of this License or out of the use or inability to use the
  2696        Work (including but not limited to damages for loss of goodwill,
  2697        work stoppage, computer failure or malfunction, or any and all
  2698        other commercial damages or losses), even if such Contributor
  2699        has been advised of the possibility of such damages.
  2700  
  2701     9. Accepting Warranty or Additional Liability. While redistributing
  2702        the Work or Derivative Works thereof, You may choose to offer,
  2703        and charge a fee for, acceptance of support, warranty, indemnity,
  2704        or other liability obligations and/or rights consistent with this
  2705        License. However, in accepting such obligations, You may act only
  2706        on Your own behalf and on Your sole responsibility, not on behalf
  2707        of any other Contributor, and only if You agree to indemnify,
  2708        defend, and hold each Contributor harmless for any liability
  2709        incurred by, or claims asserted against, such Contributor by reason
  2710        of your accepting any such warranty or additional liability.
  2711  
  2712     END OF TERMS AND CONDITIONS
  2713  
  2714     APPENDIX: How to apply the Apache License to your work.
  2715  
  2716        To apply the Apache License to your work, attach the following
  2717        boilerplate notice, with the fields enclosed by brackets "[]"
  2718        replaced with your own identifying information. (Don't include
  2719        the brackets!)  The text should be enclosed in the appropriate
  2720        comment syntax for the file format. We also recommend that a
  2721        file or class name and description of purpose be included on the
  2722        same "printed page" as the copyright notice for easier
  2723        identification within third-party archives.
  2724  
  2725     Copyright [yyyy] [name of copyright owner]
  2726  
  2727     Licensed under the Apache License, Version 2.0 (the "License");
  2728     you may not use this file except in compliance with the License.
  2729     You may obtain a copy of the License at
  2730  
  2731         http://www.apache.org/licenses/LICENSE-2.0
  2732  
  2733     Unless required by applicable law or agreed to in writing, software
  2734     distributed under the License is distributed on an "AS IS" BASIS,
  2735     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2736     See the License for the specific language governing permissions and
  2737     limitations under the License.
  2738  
  2739  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  2740  ================================================================================
  2741  
  2742  ================================================================================
  2743  = github.com/go-sql-driver/mysql licensed under: =
  2744  
  2745  Mozilla Public License Version 2.0
  2746  ==================================
  2747  
  2748  1. Definitions
  2749  --------------
  2750  
  2751  1.1. "Contributor"
  2752      means each individual or legal entity that creates, contributes to
  2753      the creation of, or owns Covered Software.
  2754  
  2755  1.2. "Contributor Version"
  2756      means the combination of the Contributions of others (if any) used
  2757      by a Contributor and that particular Contributor's Contribution.
  2758  
  2759  1.3. "Contribution"
  2760      means Covered Software of a particular Contributor.
  2761  
  2762  1.4. "Covered Software"
  2763      means Source Code Form to which the initial Contributor has attached
  2764      the notice in Exhibit A, the Executable Form of such Source Code
  2765      Form, and Modifications of such Source Code Form, in each case
  2766      including portions thereof.
  2767  
  2768  1.5. "Incompatible With Secondary Licenses"
  2769      means
  2770  
  2771      (a) that the initial Contributor has attached the notice described
  2772          in Exhibit B to the Covered Software; or
  2773  
  2774      (b) that the Covered Software was made available under the terms of
  2775          version 1.1 or earlier of the License, but not also under the
  2776          terms of a Secondary License.
  2777  
  2778  1.6. "Executable Form"
  2779      means any form of the work other than Source Code Form.
  2780  
  2781  1.7. "Larger Work"
  2782      means a work that combines Covered Software with other material, in 
  2783      a separate file or files, that is not Covered Software.
  2784  
  2785  1.8. "License"
  2786      means this document.
  2787  
  2788  1.9. "Licensable"
  2789      means having the right to grant, to the maximum extent possible,
  2790      whether at the time of the initial grant or subsequently, any and
  2791      all of the rights conveyed by this License.
  2792  
  2793  1.10. "Modifications"
  2794      means any of the following:
  2795  
  2796      (a) any file in Source Code Form that results from an addition to,
  2797          deletion from, or modification of the contents of Covered
  2798          Software; or
  2799  
  2800      (b) any new file in Source Code Form that contains any Covered
  2801          Software.
  2802  
  2803  1.11. "Patent Claims" of a Contributor
  2804      means any patent claim(s), including without limitation, method,
  2805      process, and apparatus claims, in any patent Licensable by such
  2806      Contributor that would be infringed, but for the grant of the
  2807      License, by the making, using, selling, offering for sale, having
  2808      made, import, or transfer of either its Contributions or its
  2809      Contributor Version.
  2810  
  2811  1.12. "Secondary License"
  2812      means either the GNU General Public License, Version 2.0, the GNU
  2813      Lesser General Public License, Version 2.1, the GNU Affero General
  2814      Public License, Version 3.0, or any later versions of those
  2815      licenses.
  2816  
  2817  1.13. "Source Code Form"
  2818      means the form of the work preferred for making modifications.
  2819  
  2820  1.14. "You" (or "Your")
  2821      means an individual or a legal entity exercising rights under this
  2822      License. For legal entities, "You" includes any entity that
  2823      controls, is controlled by, or is under common control with You. For
  2824      purposes of this definition, "control" means (a) the power, direct
  2825      or indirect, to cause the direction or management of such entity,
  2826      whether by contract or otherwise, or (b) ownership of more than
  2827      fifty percent (50%) of the outstanding shares or beneficial
  2828      ownership of such entity.
  2829  
  2830  2. License Grants and Conditions
  2831  --------------------------------
  2832  
  2833  2.1. Grants
  2834  
  2835  Each Contributor hereby grants You a world-wide, royalty-free,
  2836  non-exclusive license:
  2837  
  2838  (a) under intellectual property rights (other than patent or trademark)
  2839      Licensable by such Contributor to use, reproduce, make available,
  2840      modify, display, perform, distribute, and otherwise exploit its
  2841      Contributions, either on an unmodified basis, with Modifications, or
  2842      as part of a Larger Work; and
  2843  
  2844  (b) under Patent Claims of such Contributor to make, use, sell, offer
  2845      for sale, have made, import, and otherwise transfer either its
  2846      Contributions or its Contributor Version.
  2847  
  2848  2.2. Effective Date
  2849  
  2850  The licenses granted in Section 2.1 with respect to any Contribution
  2851  become effective for each Contribution on the date the Contributor first
  2852  distributes such Contribution.
  2853  
  2854  2.3. Limitations on Grant Scope
  2855  
  2856  The licenses granted in this Section 2 are the only rights granted under
  2857  this License. No additional rights or licenses will be implied from the
  2858  distribution or licensing of Covered Software under this License.
  2859  Notwithstanding Section 2.1(b) above, no patent license is granted by a
  2860  Contributor:
  2861  
  2862  (a) for any code that a Contributor has removed from Covered Software;
  2863      or
  2864  
  2865  (b) for infringements caused by: (i) Your and any other third party's
  2866      modifications of Covered Software, or (ii) the combination of its
  2867      Contributions with other software (except as part of its Contributor
  2868      Version); or
  2869  
  2870  (c) under Patent Claims infringed by Covered Software in the absence of
  2871      its Contributions.
  2872  
  2873  This License does not grant any rights in the trademarks, service marks,
  2874  or logos of any Contributor (except as may be necessary to comply with
  2875  the notice requirements in Section 3.4).
  2876  
  2877  2.4. Subsequent Licenses
  2878  
  2879  No Contributor makes additional grants as a result of Your choice to
  2880  distribute the Covered Software under a subsequent version of this
  2881  License (see Section 10.2) or under the terms of a Secondary License (if
  2882  permitted under the terms of Section 3.3).
  2883  
  2884  2.5. Representation
  2885  
  2886  Each Contributor represents that the Contributor believes its
  2887  Contributions are its original creation(s) or it has sufficient rights
  2888  to grant the rights to its Contributions conveyed by this License.
  2889  
  2890  2.6. Fair Use
  2891  
  2892  This License is not intended to limit any rights You have under
  2893  applicable copyright doctrines of fair use, fair dealing, or other
  2894  equivalents.
  2895  
  2896  2.7. Conditions
  2897  
  2898  Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
  2899  in Section 2.1.
  2900  
  2901  3. Responsibilities
  2902  -------------------
  2903  
  2904  3.1. Distribution of Source Form
  2905  
  2906  All distribution of Covered Software in Source Code Form, including any
  2907  Modifications that You create or to which You contribute, must be under
  2908  the terms of this License. You must inform recipients that the Source
  2909  Code Form of the Covered Software is governed by the terms of this
  2910  License, and how they can obtain a copy of this License. You may not
  2911  attempt to alter or restrict the recipients' rights in the Source Code
  2912  Form.
  2913  
  2914  3.2. Distribution of Executable Form
  2915  
  2916  If You distribute Covered Software in Executable Form then:
  2917  
  2918  (a) such Covered Software must also be made available in Source Code
  2919      Form, as described in Section 3.1, and You must inform recipients of
  2920      the Executable Form how they can obtain a copy of such Source Code
  2921      Form by reasonable means in a timely manner, at a charge no more
  2922      than the cost of distribution to the recipient; and
  2923  
  2924  (b) You may distribute such Executable Form under the terms of this
  2925      License, or sublicense it under different terms, provided that the
  2926      license for the Executable Form does not attempt to limit or alter
  2927      the recipients' rights in the Source Code Form under this License.
  2928  
  2929  3.3. Distribution of a Larger Work
  2930  
  2931  You may create and distribute a Larger Work under terms of Your choice,
  2932  provided that You also comply with the requirements of this License for
  2933  the Covered Software. If the Larger Work is a combination of Covered
  2934  Software with a work governed by one or more Secondary Licenses, and the
  2935  Covered Software is not Incompatible With Secondary Licenses, this
  2936  License permits You to additionally distribute such Covered Software
  2937  under the terms of such Secondary License(s), so that the recipient of
  2938  the Larger Work may, at their option, further distribute the Covered
  2939  Software under the terms of either this License or such Secondary
  2940  License(s).
  2941  
  2942  3.4. Notices
  2943  
  2944  You may not remove or alter the substance of any license notices
  2945  (including copyright notices, patent notices, disclaimers of warranty,
  2946  or limitations of liability) contained within the Source Code Form of
  2947  the Covered Software, except that You may alter any license notices to
  2948  the extent required to remedy known factual inaccuracies.
  2949  
  2950  3.5. Application of Additional Terms
  2951  
  2952  You may choose to offer, and to charge a fee for, warranty, support,
  2953  indemnity or liability obligations to one or more recipients of Covered
  2954  Software. However, You may do so only on Your own behalf, and not on
  2955  behalf of any Contributor. You must make it absolutely clear that any
  2956  such warranty, support, indemnity, or liability obligation is offered by
  2957  You alone, and You hereby agree to indemnify every Contributor for any
  2958  liability incurred by such Contributor as a result of warranty, support,
  2959  indemnity or liability terms You offer. You may include additional
  2960  disclaimers of warranty and limitations of liability specific to any
  2961  jurisdiction.
  2962  
  2963  4. Inability to Comply Due to Statute or Regulation
  2964  ---------------------------------------------------
  2965  
  2966  If it is impossible for You to comply with any of the terms of this
  2967  License with respect to some or all of the Covered Software due to
  2968  statute, judicial order, or regulation then You must: (a) comply with
  2969  the terms of this License to the maximum extent possible; and (b)
  2970  describe the limitations and the code they affect. Such description must
  2971  be placed in a text file included with all distributions of the Covered
  2972  Software under this License. Except to the extent prohibited by statute
  2973  or regulation, such description must be sufficiently detailed for a
  2974  recipient of ordinary skill to be able to understand it.
  2975  
  2976  5. Termination
  2977  --------------
  2978  
  2979  5.1. The rights granted under this License will terminate automatically
  2980  if You fail to comply with any of its terms. However, if You become
  2981  compliant, then the rights granted under this License from a particular
  2982  Contributor are reinstated (a) provisionally, unless and until such
  2983  Contributor explicitly and finally terminates Your grants, and (b) on an
  2984  ongoing basis, if such Contributor fails to notify You of the
  2985  non-compliance by some reasonable means prior to 60 days after You have
  2986  come back into compliance. Moreover, Your grants from a particular
  2987  Contributor are reinstated on an ongoing basis if such Contributor
  2988  notifies You of the non-compliance by some reasonable means, this is the
  2989  first time You have received notice of non-compliance with this License
  2990  from such Contributor, and You become compliant prior to 30 days after
  2991  Your receipt of the notice.
  2992  
  2993  5.2. If You initiate litigation against any entity by asserting a patent
  2994  infringement claim (excluding declaratory judgment actions,
  2995  counter-claims, and cross-claims) alleging that a Contributor Version
  2996  directly or indirectly infringes any patent, then the rights granted to
  2997  You by any and all Contributors for the Covered Software under Section
  2998  2.1 of this License shall terminate.
  2999  
  3000  5.3. In the event of termination under Sections 5.1 or 5.2 above, all
  3001  end user license agreements (excluding distributors and resellers) which
  3002  have been validly granted by You or Your distributors under this License
  3003  prior to termination shall survive termination.
  3004  
  3005  ************************************************************************
  3006  *                                                                      *
  3007  *  6. Disclaimer of Warranty                                           *
  3008  *  -------------------------                                           *
  3009  *                                                                      *
  3010  *  Covered Software is provided under this License on an "as is"       *
  3011  *  basis, without warranty of any kind, either expressed, implied, or  *
  3012  *  statutory, including, without limitation, warranties that the       *
  3013  *  Covered Software is free of defects, merchantable, fit for a        *
  3014  *  particular purpose or non-infringing. The entire risk as to the     *
  3015  *  quality and performance of the Covered Software is with You.        *
  3016  *  Should any Covered Software prove defective in any respect, You     *
  3017  *  (not any Contributor) assume the cost of any necessary servicing,   *
  3018  *  repair, or correction. This disclaimer of warranty constitutes an   *
  3019  *  essential part of this License. No use of any Covered Software is   *
  3020  *  authorized under this License except under this disclaimer.         *
  3021  *                                                                      *
  3022  ************************************************************************
  3023  
  3024  ************************************************************************
  3025  *                                                                      *
  3026  *  7. Limitation of Liability                                          *
  3027  *  --------------------------                                          *
  3028  *                                                                      *
  3029  *  Under no circumstances and under no legal theory, whether tort      *
  3030  *  (including negligence), contract, or otherwise, shall any           *
  3031  *  Contributor, or anyone who distributes Covered Software as          *
  3032  *  permitted above, be liable to You for any direct, indirect,         *
  3033  *  special, incidental, or consequential damages of any character      *
  3034  *  including, without limitation, damages for lost profits, loss of    *
  3035  *  goodwill, work stoppage, computer failure or malfunction, or any    *
  3036  *  and all other commercial damages or losses, even if such party      *
  3037  *  shall have been informed of the possibility of such damages. This   *
  3038  *  limitation of liability shall not apply to liability for death or   *
  3039  *  personal injury resulting from such party's negligence to the       *
  3040  *  extent applicable law prohibits such limitation. Some               *
  3041  *  jurisdictions do not allow the exclusion or limitation of           *
  3042  *  incidental or consequential damages, so this exclusion and          *
  3043  *  limitation may not apply to You.                                    *
  3044  *                                                                      *
  3045  ************************************************************************
  3046  
  3047  8. Litigation
  3048  -------------
  3049  
  3050  Any litigation relating to this License may be brought only in the
  3051  courts of a jurisdiction where the defendant maintains its principal
  3052  place of business and such litigation shall be governed by laws of that
  3053  jurisdiction, without reference to its conflict-of-law provisions.
  3054  Nothing in this Section shall prevent a party's ability to bring
  3055  cross-claims or counter-claims.
  3056  
  3057  9. Miscellaneous
  3058  ----------------
  3059  
  3060  This License represents the complete agreement concerning the subject
  3061  matter hereof. If any provision of this License is held to be
  3062  unenforceable, such provision shall be reformed only to the extent
  3063  necessary to make it enforceable. Any law or regulation which provides
  3064  that the language of a contract shall be construed against the drafter
  3065  shall not be used to construe this License against a Contributor.
  3066  
  3067  10. Versions of the License
  3068  ---------------------------
  3069  
  3070  10.1. New Versions
  3071  
  3072  Mozilla Foundation is the license steward. Except as provided in Section
  3073  10.3, no one other than the license steward has the right to modify or
  3074  publish new versions of this License. Each version will be given a
  3075  distinguishing version number.
  3076  
  3077  10.2. Effect of New Versions
  3078  
  3079  You may distribute the Covered Software under the terms of the version
  3080  of the License under which You originally received the Covered Software,
  3081  or under the terms of any subsequent version published by the license
  3082  steward.
  3083  
  3084  10.3. Modified Versions
  3085  
  3086  If you create software not governed by this License, and you want to
  3087  create a new license for such software, you may create and use a
  3088  modified version of this License if you rename the license and remove
  3089  any references to the name of the license steward (except to note that
  3090  such modified license differs from this License).
  3091  
  3092  10.4. Distributing Source Code Form that is Incompatible With Secondary
  3093  Licenses
  3094  
  3095  If You choose to distribute Source Code Form that is Incompatible With
  3096  Secondary Licenses under the terms of this version of the License, the
  3097  notice described in Exhibit B of this License must be attached.
  3098  
  3099  Exhibit A - Source Code Form License Notice
  3100  -------------------------------------------
  3101  
  3102    This Source Code Form is subject to the terms of the Mozilla Public
  3103    License, v. 2.0. If a copy of the MPL was not distributed with this
  3104    file, You can obtain one at http://mozilla.org/MPL/2.0/.
  3105  
  3106  If it is not possible or desirable to put the notice in a particular
  3107  file, then You may include the notice in a location (such as a LICENSE
  3108  file in a relevant directory) where a recipient would be likely to look
  3109  for such a notice.
  3110  
  3111  You may add additional accurate notices of copyright ownership.
  3112  
  3113  Exhibit B - "Incompatible With Secondary Licenses" Notice
  3114  ---------------------------------------------------------
  3115  
  3116    This Source Code Form is "Incompatible With Secondary Licenses", as
  3117    defined by the Mozilla Public License, v. 2.0.
  3118  
  3119  = LICENSE 8142629370dd03c41f0df688d9d63171351c272a23e758c520af6bb2 =
  3120  ================================================================================
  3121  
  3122  ================================================================================
  3123  = github.com/go-stack/stack licensed under: =
  3124  
  3125  The MIT License (MIT)
  3126  
  3127  Copyright (c) 2014 Chris Hines
  3128  
  3129  Permission is hereby granted, free of charge, to any person obtaining a copy
  3130  of this software and associated documentation files (the "Software"), to deal
  3131  in the Software without restriction, including without limitation the rights
  3132  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  3133  copies of the Software, and to permit persons to whom the Software is
  3134  furnished to do so, subject to the following conditions:
  3135  
  3136  The above copyright notice and this permission notice shall be included in all
  3137  copies or substantial portions of the Software.
  3138  
  3139  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  3140  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  3141  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  3142  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  3143  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  3144  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  3145  SOFTWARE.
  3146  
  3147  = LICENSE.md 25ac8efe56822d8f6df67abe6c6d25af6d568f329064670b8bb31a5a =
  3148  ================================================================================
  3149  
  3150  ================================================================================
  3151  = github.com/gocraft/dbr/v2 licensed under: =
  3152  
  3153  The MIT License (MIT)
  3154  
  3155  Copyright (c) 2014-2017 Jonathan Novak, Tai-Lin Chu
  3156  
  3157  Permission is hereby granted, free of charge, to any person obtaining a copy of
  3158  this software and associated documentation files (the "Software"), to deal in
  3159  the Software without restriction, including without limitation the rights to
  3160  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  3161  the Software, and to permit persons to whom the Software is furnished to do so,
  3162  subject to the following conditions:
  3163  
  3164  The above copyright notice and this permission notice shall be included in all
  3165  copies or substantial portions of the Software.
  3166  
  3167  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  3168  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  3169  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  3170  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  3171  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  3172  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  3173  
  3174  = LICENSE 58527ba2d199f39270f67bbe7b7878b370704ff4f3b715a9f7fa667b =
  3175  ================================================================================
  3176  
  3177  ================================================================================
  3178  = github.com/golang/glog licensed under: =
  3179  
  3180  Apache License
  3181  Version 2.0, January 2004
  3182  http://www.apache.org/licenses/
  3183  
  3184  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3185  
  3186  1. Definitions.
  3187  
  3188  "License" shall mean the terms and conditions for use, reproduction, and
  3189  distribution as defined by Sections 1 through 9 of this document.
  3190  
  3191  "Licensor" shall mean the copyright owner or entity authorized by the copyright
  3192  owner that is granting the License.
  3193  
  3194  "Legal Entity" shall mean the union of the acting entity and all other entities
  3195  that control, are controlled by, or are under common control with that entity.
  3196  For the purposes of this definition, "control" means (i) the power, direct or
  3197  indirect, to cause the direction or management of such entity, whether by
  3198  contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
  3199  outstanding shares, or (iii) beneficial ownership of such entity.
  3200  
  3201  "You" (or "Your") shall mean an individual or Legal Entity exercising
  3202  permissions granted by this License.
  3203  
  3204  "Source" form shall mean the preferred form for making modifications, including
  3205  but not limited to software source code, documentation source, and configuration
  3206  files.
  3207  
  3208  "Object" form shall mean any form resulting from mechanical transformation or
  3209  translation of a Source form, including but not limited to compiled object code,
  3210  generated documentation, and conversions to other media types.
  3211  
  3212  "Work" shall mean the work of authorship, whether in Source or Object form, made
  3213  available under the License, as indicated by a copyright notice that is included
  3214  in or attached to the work (an example is provided in the Appendix below).
  3215  
  3216  "Derivative Works" shall mean any work, whether in Source or Object form, that
  3217  is based on (or derived from) the Work and for which the editorial revisions,
  3218  annotations, elaborations, or other modifications represent, as a whole, an
  3219  original work of authorship. For the purposes of this License, Derivative Works
  3220  shall not include works that remain separable from, or merely link (or bind by
  3221  name) to the interfaces of, the Work and Derivative Works thereof.
  3222  
  3223  "Contribution" shall mean any work of authorship, including the original version
  3224  of the Work and any modifications or additions to that Work or Derivative Works
  3225  thereof, that is intentionally submitted to Licensor for inclusion in the Work
  3226  by the copyright owner or by an individual or Legal Entity authorized to submit
  3227  on behalf of the copyright owner. For the purposes of this definition,
  3228  "submitted" means any form of electronic, verbal, or written communication sent
  3229  to the Licensor or its representatives, including but not limited to
  3230  communication on electronic mailing lists, source code control systems, and
  3231  issue tracking systems that are managed by, or on behalf of, the Licensor for
  3232  the purpose of discussing and improving the Work, but excluding communication
  3233  that is conspicuously marked or otherwise designated in writing by the copyright
  3234  owner as "Not a Contribution."
  3235  
  3236  "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
  3237  of whom a Contribution has been received by Licensor and subsequently
  3238  incorporated within the Work.
  3239  
  3240  2. Grant of Copyright License.
  3241  
  3242  Subject to the terms and conditions of this License, each Contributor hereby
  3243  grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  3244  irrevocable copyright license to reproduce, prepare Derivative Works of,
  3245  publicly display, publicly perform, sublicense, and distribute the Work and such
  3246  Derivative Works in Source or Object form.
  3247  
  3248  3. Grant of Patent License.
  3249  
  3250  Subject to the terms and conditions of this License, each Contributor hereby
  3251  grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  3252  irrevocable (except as stated in this section) patent license to make, have
  3253  made, use, offer to sell, sell, import, and otherwise transfer the Work, where
  3254  such license applies only to those patent claims licensable by such Contributor
  3255  that are necessarily infringed by their Contribution(s) alone or by combination
  3256  of their Contribution(s) with the Work to which such Contribution(s) was
  3257  submitted. If You institute patent litigation against any entity (including a
  3258  cross-claim or counterclaim in a lawsuit) alleging that the Work or a
  3259  Contribution incorporated within the Work constitutes direct or contributory
  3260  patent infringement, then any patent licenses granted to You under this License
  3261  for that Work shall terminate as of the date such litigation is filed.
  3262  
  3263  4. Redistribution.
  3264  
  3265  You may reproduce and distribute copies of the Work or Derivative Works thereof
  3266  in any medium, with or without modifications, and in Source or Object form,
  3267  provided that You meet the following conditions:
  3268  
  3269  You must give any other recipients of the Work or Derivative Works a copy of
  3270  this License; and
  3271  You must cause any modified files to carry prominent notices stating that You
  3272  changed the files; and
  3273  You must retain, in the Source form of any Derivative Works that You distribute,
  3274  all copyright, patent, trademark, and attribution notices from the Source form
  3275  of the Work, excluding those notices that do not pertain to any part of the
  3276  Derivative Works; and
  3277  If the Work includes a "NOTICE" text file as part of its distribution, then any
  3278  Derivative Works that You distribute must include a readable copy of the
  3279  attribution notices contained within such NOTICE file, excluding those notices
  3280  that do not pertain to any part of the Derivative Works, in at least one of the
  3281  following places: within a NOTICE text file distributed as part of the
  3282  Derivative Works; within the Source form or documentation, if provided along
  3283  with the Derivative Works; or, within a display generated by the Derivative
  3284  Works, if and wherever such third-party notices normally appear. The contents of
  3285  the NOTICE file are for informational purposes only and do not modify the
  3286  License. You may add Your own attribution notices within Derivative Works that
  3287  You distribute, alongside or as an addendum to the NOTICE text from the Work,
  3288  provided that such additional attribution notices cannot be construed as
  3289  modifying the License.
  3290  You may add Your own copyright statement to Your modifications and may provide
  3291  additional or different license terms and conditions for use, reproduction, or
  3292  distribution of Your modifications, or for any such Derivative Works as a whole,
  3293  provided Your use, reproduction, and distribution of the Work otherwise complies
  3294  with the conditions stated in this License.
  3295  
  3296  5. Submission of Contributions.
  3297  
  3298  Unless You explicitly state otherwise, any Contribution intentionally submitted
  3299  for inclusion in the Work by You to the Licensor shall be under the terms and
  3300  conditions of this License, without any additional terms or conditions.
  3301  Notwithstanding the above, nothing herein shall supersede or modify the terms of
  3302  any separate license agreement you may have executed with Licensor regarding
  3303  such Contributions.
  3304  
  3305  6. Trademarks.
  3306  
  3307  This License does not grant permission to use the trade names, trademarks,
  3308  service marks, or product names of the Licensor, except as required for
  3309  reasonable and customary use in describing the origin of the Work and
  3310  reproducing the content of the NOTICE file.
  3311  
  3312  7. Disclaimer of Warranty.
  3313  
  3314  Unless required by applicable law or agreed to in writing, Licensor provides the
  3315  Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
  3316  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
  3317  including, without limitation, any warranties or conditions of TITLE,
  3318  NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
  3319  solely responsible for determining the appropriateness of using or
  3320  redistributing the Work and assume any risks associated with Your exercise of
  3321  permissions under this License.
  3322  
  3323  8. Limitation of Liability.
  3324  
  3325  In no event and under no legal theory, whether in tort (including negligence),
  3326  contract, or otherwise, unless required by applicable law (such as deliberate
  3327  and grossly negligent acts) or agreed to in writing, shall any Contributor be
  3328  liable to You for damages, including any direct, indirect, special, incidental,
  3329  or consequential damages of any character arising as a result of this License or
  3330  out of the use or inability to use the Work (including but not limited to
  3331  damages for loss of goodwill, work stoppage, computer failure or malfunction, or
  3332  any and all other commercial damages or losses), even if such Contributor has
  3333  been advised of the possibility of such damages.
  3334  
  3335  9. Accepting Warranty or Additional Liability.
  3336  
  3337  While redistributing the Work or Derivative Works thereof, You may choose to
  3338  offer, and charge a fee for, acceptance of support, warranty, indemnity, or
  3339  other liability obligations and/or rights consistent with this License. However,
  3340  in accepting such obligations, You may act only on Your own behalf and on Your
  3341  sole responsibility, not on behalf of any other Contributor, and only if You
  3342  agree to indemnify, defend, and hold each Contributor harmless for any liability
  3343  incurred by, or claims asserted against, such Contributor by reason of your
  3344  accepting any such warranty or additional liability.
  3345  
  3346  END OF TERMS AND CONDITIONS
  3347  
  3348  APPENDIX: How to apply the Apache License to your work
  3349  
  3350  To apply the Apache License to your work, attach the following boilerplate
  3351  notice, with the fields enclosed by brackets "[]" replaced with your own
  3352  identifying information. (Don't include the brackets!) The text should be
  3353  enclosed in the appropriate comment syntax for the file format. We also
  3354  recommend that a file or class name and description of purpose be included on
  3355  the same "printed page" as the copyright notice for easier identification within
  3356  third-party archives.
  3357  
  3358     Copyright [yyyy] [name of copyright owner]
  3359  
  3360     Licensed under the Apache License, Version 2.0 (the "License");
  3361     you may not use this file except in compliance with the License.
  3362     You may obtain a copy of the License at
  3363  
  3364       http://www.apache.org/licenses/LICENSE-2.0
  3365  
  3366     Unless required by applicable law or agreed to in writing, software
  3367     distributed under the License is distributed on an "AS IS" BASIS,
  3368     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  3369     See the License for the specific language governing permissions and
  3370     limitations under the License.
  3371  
  3372  = LICENSE 402f6aca074a87cb9a2cd5b95d9af0d840cdd50ec73029e22195c7b8 =
  3373  ================================================================================
  3374  
  3375  ================================================================================
  3376  = github.com/golang/groupcache licensed under: =
  3377  
  3378  Apache License
  3379  Version 2.0, January 2004
  3380  http://www.apache.org/licenses/
  3381  
  3382  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3383  
  3384  1. Definitions.
  3385  
  3386  "License" shall mean the terms and conditions for use, reproduction, and
  3387  distribution as defined by Sections 1 through 9 of this document.
  3388  
  3389  "Licensor" shall mean the copyright owner or entity authorized by the copyright
  3390  owner that is granting the License.
  3391  
  3392  "Legal Entity" shall mean the union of the acting entity and all other entities
  3393  that control, are controlled by, or are under common control with that entity.
  3394  For the purposes of this definition, "control" means (i) the power, direct or
  3395  indirect, to cause the direction or management of such entity, whether by
  3396  contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
  3397  outstanding shares, or (iii) beneficial ownership of such entity.
  3398  
  3399  "You" (or "Your") shall mean an individual or Legal Entity exercising
  3400  permissions granted by this License.
  3401  
  3402  "Source" form shall mean the preferred form for making modifications, including
  3403  but not limited to software source code, documentation source, and configuration
  3404  files.
  3405  
  3406  "Object" form shall mean any form resulting from mechanical transformation or
  3407  translation of a Source form, including but not limited to compiled object code,
  3408  generated documentation, and conversions to other media types.
  3409  
  3410  "Work" shall mean the work of authorship, whether in Source or Object form, made
  3411  available under the License, as indicated by a copyright notice that is included
  3412  in or attached to the work (an example is provided in the Appendix below).
  3413  
  3414  "Derivative Works" shall mean any work, whether in Source or Object form, that
  3415  is based on (or derived from) the Work and for which the editorial revisions,
  3416  annotations, elaborations, or other modifications represent, as a whole, an
  3417  original work of authorship. For the purposes of this License, Derivative Works
  3418  shall not include works that remain separable from, or merely link (or bind by
  3419  name) to the interfaces of, the Work and Derivative Works thereof.
  3420  
  3421  "Contribution" shall mean any work of authorship, including the original version
  3422  of the Work and any modifications or additions to that Work or Derivative Works
  3423  thereof, that is intentionally submitted to Licensor for inclusion in the Work
  3424  by the copyright owner or by an individual or Legal Entity authorized to submit
  3425  on behalf of the copyright owner. For the purposes of this definition,
  3426  "submitted" means any form of electronic, verbal, or written communication sent
  3427  to the Licensor or its representatives, including but not limited to
  3428  communication on electronic mailing lists, source code control systems, and
  3429  issue tracking systems that are managed by, or on behalf of, the Licensor for
  3430  the purpose of discussing and improving the Work, but excluding communication
  3431  that is conspicuously marked or otherwise designated in writing by the copyright
  3432  owner as "Not a Contribution."
  3433  
  3434  "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
  3435  of whom a Contribution has been received by Licensor and subsequently
  3436  incorporated within the Work.
  3437  
  3438  2. Grant of Copyright License.
  3439  
  3440  Subject to the terms and conditions of this License, each Contributor hereby
  3441  grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  3442  irrevocable copyright license to reproduce, prepare Derivative Works of,
  3443  publicly display, publicly perform, sublicense, and distribute the Work and such
  3444  Derivative Works in Source or Object form.
  3445  
  3446  3. Grant of Patent License.
  3447  
  3448  Subject to the terms and conditions of this License, each Contributor hereby
  3449  grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  3450  irrevocable (except as stated in this section) patent license to make, have
  3451  made, use, offer to sell, sell, import, and otherwise transfer the Work, where
  3452  such license applies only to those patent claims licensable by such Contributor
  3453  that are necessarily infringed by their Contribution(s) alone or by combination
  3454  of their Contribution(s) with the Work to which such Contribution(s) was
  3455  submitted. If You institute patent litigation against any entity (including a
  3456  cross-claim or counterclaim in a lawsuit) alleging that the Work or a
  3457  Contribution incorporated within the Work constitutes direct or contributory
  3458  patent infringement, then any patent licenses granted to You under this License
  3459  for that Work shall terminate as of the date such litigation is filed.
  3460  
  3461  4. Redistribution.
  3462  
  3463  You may reproduce and distribute copies of the Work or Derivative Works thereof
  3464  in any medium, with or without modifications, and in Source or Object form,
  3465  provided that You meet the following conditions:
  3466  
  3467  You must give any other recipients of the Work or Derivative Works a copy of
  3468  this License; and
  3469  You must cause any modified files to carry prominent notices stating that You
  3470  changed the files; and
  3471  You must retain, in the Source form of any Derivative Works that You distribute,
  3472  all copyright, patent, trademark, and attribution notices from the Source form
  3473  of the Work, excluding those notices that do not pertain to any part of the
  3474  Derivative Works; and
  3475  If the Work includes a "NOTICE" text file as part of its distribution, then any
  3476  Derivative Works that You distribute must include a readable copy of the
  3477  attribution notices contained within such NOTICE file, excluding those notices
  3478  that do not pertain to any part of the Derivative Works, in at least one of the
  3479  following places: within a NOTICE text file distributed as part of the
  3480  Derivative Works; within the Source form or documentation, if provided along
  3481  with the Derivative Works; or, within a display generated by the Derivative
  3482  Works, if and wherever such third-party notices normally appear. The contents of
  3483  the NOTICE file are for informational purposes only and do not modify the
  3484  License. You may add Your own attribution notices within Derivative Works that
  3485  You distribute, alongside or as an addendum to the NOTICE text from the Work,
  3486  provided that such additional attribution notices cannot be construed as
  3487  modifying the License.
  3488  You may add Your own copyright statement to Your modifications and may provide
  3489  additional or different license terms and conditions for use, reproduction, or
  3490  distribution of Your modifications, or for any such Derivative Works as a whole,
  3491  provided Your use, reproduction, and distribution of the Work otherwise complies
  3492  with the conditions stated in this License.
  3493  
  3494  5. Submission of Contributions.
  3495  
  3496  Unless You explicitly state otherwise, any Contribution intentionally submitted
  3497  for inclusion in the Work by You to the Licensor shall be under the terms and
  3498  conditions of this License, without any additional terms or conditions.
  3499  Notwithstanding the above, nothing herein shall supersede or modify the terms of
  3500  any separate license agreement you may have executed with Licensor regarding
  3501  such Contributions.
  3502  
  3503  6. Trademarks.
  3504  
  3505  This License does not grant permission to use the trade names, trademarks,
  3506  service marks, or product names of the Licensor, except as required for
  3507  reasonable and customary use in describing the origin of the Work and
  3508  reproducing the content of the NOTICE file.
  3509  
  3510  7. Disclaimer of Warranty.
  3511  
  3512  Unless required by applicable law or agreed to in writing, Licensor provides the
  3513  Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
  3514  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
  3515  including, without limitation, any warranties or conditions of TITLE,
  3516  NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
  3517  solely responsible for determining the appropriateness of using or
  3518  redistributing the Work and assume any risks associated with Your exercise of
  3519  permissions under this License.
  3520  
  3521  8. Limitation of Liability.
  3522  
  3523  In no event and under no legal theory, whether in tort (including negligence),
  3524  contract, or otherwise, unless required by applicable law (such as deliberate
  3525  and grossly negligent acts) or agreed to in writing, shall any Contributor be
  3526  liable to You for damages, including any direct, indirect, special, incidental,
  3527  or consequential damages of any character arising as a result of this License or
  3528  out of the use or inability to use the Work (including but not limited to
  3529  damages for loss of goodwill, work stoppage, computer failure or malfunction, or
  3530  any and all other commercial damages or losses), even if such Contributor has
  3531  been advised of the possibility of such damages.
  3532  
  3533  9. Accepting Warranty or Additional Liability.
  3534  
  3535  While redistributing the Work or Derivative Works thereof, You may choose to
  3536  offer, and charge a fee for, acceptance of support, warranty, indemnity, or
  3537  other liability obligations and/or rights consistent with this License. However,
  3538  in accepting such obligations, You may act only on Your own behalf and on Your
  3539  sole responsibility, not on behalf of any other Contributor, and only if You
  3540  agree to indemnify, defend, and hold each Contributor harmless for any liability
  3541  incurred by, or claims asserted against, such Contributor by reason of your
  3542  accepting any such warranty or additional liability.
  3543  
  3544  END OF TERMS AND CONDITIONS
  3545  
  3546  APPENDIX: How to apply the Apache License to your work
  3547  
  3548  To apply the Apache License to your work, attach the following boilerplate
  3549  notice, with the fields enclosed by brackets "[]" replaced with your own
  3550  identifying information. (Don't include the brackets!) The text should be
  3551  enclosed in the appropriate comment syntax for the file format. We also
  3552  recommend that a file or class name and description of purpose be included on
  3553  the same "printed page" as the copyright notice for easier identification within
  3554  third-party archives.
  3555  
  3556     Copyright [yyyy] [name of copyright owner]
  3557  
  3558     Licensed under the Apache License, Version 2.0 (the "License");
  3559     you may not use this file except in compliance with the License.
  3560     You may obtain a copy of the License at
  3561  
  3562       http://www.apache.org/licenses/LICENSE-2.0
  3563  
  3564     Unless required by applicable law or agreed to in writing, software
  3565     distributed under the License is distributed on an "AS IS" BASIS,
  3566     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  3567     See the License for the specific language governing permissions and
  3568     limitations under the License.
  3569  
  3570  = LICENSE 402f6aca074a87cb9a2cd5b95d9af0d840cdd50ec73029e22195c7b8 =
  3571  ================================================================================
  3572  
  3573  ================================================================================
  3574  = github.com/golang/protobuf licensed under: =
  3575  
  3576  Copyright 2010 The Go Authors.  All rights reserved.
  3577  
  3578  Redistribution and use in source and binary forms, with or without
  3579  modification, are permitted provided that the following conditions are
  3580  met:
  3581  
  3582      * Redistributions of source code must retain the above copyright
  3583  notice, this list of conditions and the following disclaimer.
  3584      * Redistributions in binary form must reproduce the above
  3585  copyright notice, this list of conditions and the following disclaimer
  3586  in the documentation and/or other materials provided with the
  3587  distribution.
  3588      * Neither the name of Google Inc. nor the names of its
  3589  contributors may be used to endorse or promote products derived from
  3590  this software without specific prior written permission.
  3591  
  3592  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  3593  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  3594  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  3595  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  3596  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  3597  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  3598  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  3599  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  3600  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  3601  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  3602  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  3603  
  3604  
  3605  = LICENSE 967db5a416c0314ad6ce2de8edbfc939da0be94348d829ec78b6e9d0 =
  3606  ================================================================================
  3607  
  3608  ================================================================================
  3609  = github.com/golang/snappy licensed under: =
  3610  
  3611  Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
  3612  
  3613  Redistribution and use in source and binary forms, with or without
  3614  modification, are permitted provided that the following conditions are
  3615  met:
  3616  
  3617     * Redistributions of source code must retain the above copyright
  3618  notice, this list of conditions and the following disclaimer.
  3619     * Redistributions in binary form must reproduce the above
  3620  copyright notice, this list of conditions and the following disclaimer
  3621  in the documentation and/or other materials provided with the
  3622  distribution.
  3623     * Neither the name of Google Inc. nor the names of its
  3624  contributors may be used to endorse or promote products derived from
  3625  this software without specific prior written permission.
  3626  
  3627  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  3628  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  3629  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  3630  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  3631  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  3632  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  3633  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  3634  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  3635  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  3636  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  3637  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  3638  
  3639  = LICENSE 23da488bf4950b37bebc2eaa6de2a09e2301a6f4ed5ae2cd648aad9d =
  3640  ================================================================================
  3641  
  3642  ================================================================================
  3643  = github.com/google/uuid licensed under: =
  3644  
  3645  Copyright (c) 2009,2014 Google Inc. All rights reserved.
  3646  
  3647  Redistribution and use in source and binary forms, with or without
  3648  modification, are permitted provided that the following conditions are
  3649  met:
  3650  
  3651     * Redistributions of source code must retain the above copyright
  3652  notice, this list of conditions and the following disclaimer.
  3653     * Redistributions in binary form must reproduce the above
  3654  copyright notice, this list of conditions and the following disclaimer
  3655  in the documentation and/or other materials provided with the
  3656  distribution.
  3657     * Neither the name of Google Inc. nor the names of its
  3658  contributors may be used to endorse or promote products derived from
  3659  this software without specific prior written permission.
  3660  
  3661  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  3662  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  3663  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  3664  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  3665  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  3666  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  3667  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  3668  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  3669  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  3670  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  3671  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  3672  
  3673  = LICENSE a2e79b3c8b281b3b579422aae9d53a7b542f0578cb9a987fd2bd6a12 =
  3674  ================================================================================
  3675  
  3676  ================================================================================
  3677  = github.com/googleapis/gax-go/v2 licensed under: =
  3678  
  3679  Copyright 2016, Google Inc.
  3680  All rights reserved.
  3681  Redistribution and use in source and binary forms, with or without
  3682  modification, are permitted provided that the following conditions are
  3683  met:
  3684  
  3685     * Redistributions of source code must retain the above copyright
  3686  notice, this list of conditions and the following disclaimer.
  3687     * Redistributions in binary form must reproduce the above
  3688  copyright notice, this list of conditions and the following disclaimer
  3689  in the documentation and/or other materials provided with the
  3690  distribution.
  3691     * Neither the name of Google Inc. nor the names of its
  3692  contributors may be used to endorse or promote products derived from
  3693  this software without specific prior written permission.
  3694  
  3695  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  3696  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  3697  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  3698  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  3699  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  3700  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  3701  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  3702  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  3703  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  3704  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  3705  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  3706  
  3707  = LICENSE 57fe71a587ee8b02f137ebdb714a7c17cfbf692b75c4b13189f9f9e2 =
  3708  ================================================================================
  3709  
  3710  ================================================================================
  3711  = github.com/hashicorp/golang-lru licensed under: =
  3712  
  3713  Mozilla Public License, version 2.0
  3714  
  3715  1. Definitions
  3716  
  3717  1.1. "Contributor"
  3718  
  3719       means each individual or legal entity that creates, contributes to the
  3720       creation of, or owns Covered Software.
  3721  
  3722  1.2. "Contributor Version"
  3723  
  3724       means the combination of the Contributions of others (if any) used by a
  3725       Contributor and that particular Contributor's Contribution.
  3726  
  3727  1.3. "Contribution"
  3728  
  3729       means Covered Software of a particular Contributor.
  3730  
  3731  1.4. "Covered Software"
  3732  
  3733       means Source Code Form to which the initial Contributor has attached the
  3734       notice in Exhibit A, the Executable Form of such Source Code Form, and
  3735       Modifications of such Source Code Form, in each case including portions
  3736       thereof.
  3737  
  3738  1.5. "Incompatible With Secondary Licenses"
  3739       means
  3740  
  3741       a. that the initial Contributor has attached the notice described in
  3742          Exhibit B to the Covered Software; or
  3743  
  3744       b. that the Covered Software was made available under the terms of
  3745          version 1.1 or earlier of the License, but not also under the terms of
  3746          a Secondary License.
  3747  
  3748  1.6. "Executable Form"
  3749  
  3750       means any form of the work other than Source Code Form.
  3751  
  3752  1.7. "Larger Work"
  3753  
  3754       means a work that combines Covered Software with other material, in a
  3755       separate file or files, that is not Covered Software.
  3756  
  3757  1.8. "License"
  3758  
  3759       means this document.
  3760  
  3761  1.9. "Licensable"
  3762  
  3763       means having the right to grant, to the maximum extent possible, whether
  3764       at the time of the initial grant or subsequently, any and all of the
  3765       rights conveyed by this License.
  3766  
  3767  1.10. "Modifications"
  3768  
  3769       means any of the following:
  3770  
  3771       a. any file in Source Code Form that results from an addition to,
  3772          deletion from, or modification of the contents of Covered Software; or
  3773  
  3774       b. any new file in Source Code Form that contains any Covered Software.
  3775  
  3776  1.11. "Patent Claims" of a Contributor
  3777  
  3778        means any patent claim(s), including without limitation, method,
  3779        process, and apparatus claims, in any patent Licensable by such
  3780        Contributor that would be infringed, but for the grant of the License,
  3781        by the making, using, selling, offering for sale, having made, import,
  3782        or transfer of either its Contributions or its Contributor Version.
  3783  
  3784  1.12. "Secondary License"
  3785  
  3786        means either the GNU General Public License, Version 2.0, the GNU Lesser
  3787        General Public License, Version 2.1, the GNU Affero General Public
  3788        License, Version 3.0, or any later versions of those licenses.
  3789  
  3790  1.13. "Source Code Form"
  3791  
  3792        means the form of the work preferred for making modifications.
  3793  
  3794  1.14. "You" (or "Your")
  3795  
  3796        means an individual or a legal entity exercising rights under this
  3797        License. For legal entities, "You" includes any entity that controls, is
  3798        controlled by, or is under common control with You. For purposes of this
  3799        definition, "control" means (a) the power, direct or indirect, to cause
  3800        the direction or management of such entity, whether by contract or
  3801        otherwise, or (b) ownership of more than fifty percent (50%) of the
  3802        outstanding shares or beneficial ownership of such entity.
  3803  
  3804  
  3805  2. License Grants and Conditions
  3806  
  3807  2.1. Grants
  3808  
  3809       Each Contributor hereby grants You a world-wide, royalty-free,
  3810       non-exclusive license:
  3811  
  3812       a. under intellectual property rights (other than patent or trademark)
  3813          Licensable by such Contributor to use, reproduce, make available,
  3814          modify, display, perform, distribute, and otherwise exploit its
  3815          Contributions, either on an unmodified basis, with Modifications, or
  3816          as part of a Larger Work; and
  3817  
  3818       b. under Patent Claims of such Contributor to make, use, sell, offer for
  3819          sale, have made, import, and otherwise transfer either its
  3820          Contributions or its Contributor Version.
  3821  
  3822  2.2. Effective Date
  3823  
  3824       The licenses granted in Section 2.1 with respect to any Contribution
  3825       become effective for each Contribution on the date the Contributor first
  3826       distributes such Contribution.
  3827  
  3828  2.3. Limitations on Grant Scope
  3829  
  3830       The licenses granted in this Section 2 are the only rights granted under
  3831       this License. No additional rights or licenses will be implied from the
  3832       distribution or licensing of Covered Software under this License.
  3833       Notwithstanding Section 2.1(b) above, no patent license is granted by a
  3834       Contributor:
  3835  
  3836       a. for any code that a Contributor has removed from Covered Software; or
  3837  
  3838       b. for infringements caused by: (i) Your and any other third party's
  3839          modifications of Covered Software, or (ii) the combination of its
  3840          Contributions with other software (except as part of its Contributor
  3841          Version); or
  3842  
  3843       c. under Patent Claims infringed by Covered Software in the absence of
  3844          its Contributions.
  3845  
  3846       This License does not grant any rights in the trademarks, service marks,
  3847       or logos of any Contributor (except as may be necessary to comply with
  3848       the notice requirements in Section 3.4).
  3849  
  3850  2.4. Subsequent Licenses
  3851  
  3852       No Contributor makes additional grants as a result of Your choice to
  3853       distribute the Covered Software under a subsequent version of this
  3854       License (see Section 10.2) or under the terms of a Secondary License (if
  3855       permitted under the terms of Section 3.3).
  3856  
  3857  2.5. Representation
  3858  
  3859       Each Contributor represents that the Contributor believes its
  3860       Contributions are its original creation(s) or it has sufficient rights to
  3861       grant the rights to its Contributions conveyed by this License.
  3862  
  3863  2.6. Fair Use
  3864  
  3865       This License is not intended to limit any rights You have under
  3866       applicable copyright doctrines of fair use, fair dealing, or other
  3867       equivalents.
  3868  
  3869  2.7. Conditions
  3870  
  3871       Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
  3872       Section 2.1.
  3873  
  3874  
  3875  3. Responsibilities
  3876  
  3877  3.1. Distribution of Source Form
  3878  
  3879       All distribution of Covered Software in Source Code Form, including any
  3880       Modifications that You create or to which You contribute, must be under
  3881       the terms of this License. You must inform recipients that the Source
  3882       Code Form of the Covered Software is governed by the terms of this
  3883       License, and how they can obtain a copy of this License. You may not
  3884       attempt to alter or restrict the recipients' rights in the Source Code
  3885       Form.
  3886  
  3887  3.2. Distribution of Executable Form
  3888  
  3889       If You distribute Covered Software in Executable Form then:
  3890  
  3891       a. such Covered Software must also be made available in Source Code Form,
  3892          as described in Section 3.1, and You must inform recipients of the
  3893          Executable Form how they can obtain a copy of such Source Code Form by
  3894          reasonable means in a timely manner, at a charge no more than the cost
  3895          of distribution to the recipient; and
  3896  
  3897       b. You may distribute such Executable Form under the terms of this
  3898          License, or sublicense it under different terms, provided that the
  3899          license for the Executable Form does not attempt to limit or alter the
  3900          recipients' rights in the Source Code Form under this License.
  3901  
  3902  3.3. Distribution of a Larger Work
  3903  
  3904       You may create and distribute a Larger Work under terms of Your choice,
  3905       provided that You also comply with the requirements of this License for
  3906       the Covered Software. If the Larger Work is a combination of Covered
  3907       Software with a work governed by one or more Secondary Licenses, and the
  3908       Covered Software is not Incompatible With Secondary Licenses, this
  3909       License permits You to additionally distribute such Covered Software
  3910       under the terms of such Secondary License(s), so that the recipient of
  3911       the Larger Work may, at their option, further distribute the Covered
  3912       Software under the terms of either this License or such Secondary
  3913       License(s).
  3914  
  3915  3.4. Notices
  3916  
  3917       You may not remove or alter the substance of any license notices
  3918       (including copyright notices, patent notices, disclaimers of warranty, or
  3919       limitations of liability) contained within the Source Code Form of the
  3920       Covered Software, except that You may alter any license notices to the
  3921       extent required to remedy known factual inaccuracies.
  3922  
  3923  3.5. Application of Additional Terms
  3924  
  3925       You may choose to offer, and to charge a fee for, warranty, support,
  3926       indemnity or liability obligations to one or more recipients of Covered
  3927       Software. However, You may do so only on Your own behalf, and not on
  3928       behalf of any Contributor. You must make it absolutely clear that any
  3929       such warranty, support, indemnity, or liability obligation is offered by
  3930       You alone, and You hereby agree to indemnify every Contributor for any
  3931       liability incurred by such Contributor as a result of warranty, support,
  3932       indemnity or liability terms You offer. You may include additional
  3933       disclaimers of warranty and limitations of liability specific to any
  3934       jurisdiction.
  3935  
  3936  4. Inability to Comply Due to Statute or Regulation
  3937  
  3938     If it is impossible for You to comply with any of the terms of this License
  3939     with respect to some or all of the Covered Software due to statute,
  3940     judicial order, or regulation then You must: (a) comply with the terms of
  3941     this License to the maximum extent possible; and (b) describe the
  3942     limitations and the code they affect. Such description must be placed in a
  3943     text file included with all distributions of the Covered Software under
  3944     this License. Except to the extent prohibited by statute or regulation,
  3945     such description must be sufficiently detailed for a recipient of ordinary
  3946     skill to be able to understand it.
  3947  
  3948  5. Termination
  3949  
  3950  5.1. The rights granted under this License will terminate automatically if You
  3951       fail to comply with any of its terms. However, if You become compliant,
  3952       then the rights granted under this License from a particular Contributor
  3953       are reinstated (a) provisionally, unless and until such Contributor
  3954       explicitly and finally terminates Your grants, and (b) on an ongoing
  3955       basis, if such Contributor fails to notify You of the non-compliance by
  3956       some reasonable means prior to 60 days after You have come back into
  3957       compliance. Moreover, Your grants from a particular Contributor are
  3958       reinstated on an ongoing basis if such Contributor notifies You of the
  3959       non-compliance by some reasonable means, this is the first time You have
  3960       received notice of non-compliance with this License from such
  3961       Contributor, and You become compliant prior to 30 days after Your receipt
  3962       of the notice.
  3963  
  3964  5.2. If You initiate litigation against any entity by asserting a patent
  3965       infringement claim (excluding declaratory judgment actions,
  3966       counter-claims, and cross-claims) alleging that a Contributor Version
  3967       directly or indirectly infringes any patent, then the rights granted to
  3968       You by any and all Contributors for the Covered Software under Section
  3969       2.1 of this License shall terminate.
  3970  
  3971  5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
  3972       license agreements (excluding distributors and resellers) which have been
  3973       validly granted by You or Your distributors under this License prior to
  3974       termination shall survive termination.
  3975  
  3976  6. Disclaimer of Warranty
  3977  
  3978     Covered Software is provided under this License on an "as is" basis,
  3979     without warranty of any kind, either expressed, implied, or statutory,
  3980     including, without limitation, warranties that the Covered Software is free
  3981     of defects, merchantable, fit for a particular purpose or non-infringing.
  3982     The entire risk as to the quality and performance of the Covered Software
  3983     is with You. Should any Covered Software prove defective in any respect,
  3984     You (not any Contributor) assume the cost of any necessary servicing,
  3985     repair, or correction. This disclaimer of warranty constitutes an essential
  3986     part of this License. No use of  any Covered Software is authorized under
  3987     this License except under this disclaimer.
  3988  
  3989  7. Limitation of Liability
  3990  
  3991     Under no circumstances and under no legal theory, whether tort (including
  3992     negligence), contract, or otherwise, shall any Contributor, or anyone who
  3993     distributes Covered Software as permitted above, be liable to You for any
  3994     direct, indirect, special, incidental, or consequential damages of any
  3995     character including, without limitation, damages for lost profits, loss of
  3996     goodwill, work stoppage, computer failure or malfunction, or any and all
  3997     other commercial damages or losses, even if such party shall have been
  3998     informed of the possibility of such damages. This limitation of liability
  3999     shall not apply to liability for death or personal injury resulting from
  4000     such party's negligence to the extent applicable law prohibits such
  4001     limitation. Some jurisdictions do not allow the exclusion or limitation of
  4002     incidental or consequential damages, so this exclusion and limitation may
  4003     not apply to You.
  4004  
  4005  8. Litigation
  4006  
  4007     Any litigation relating to this License may be brought only in the courts
  4008     of a jurisdiction where the defendant maintains its principal place of
  4009     business and such litigation shall be governed by laws of that
  4010     jurisdiction, without reference to its conflict-of-law provisions. Nothing
  4011     in this Section shall prevent a party's ability to bring cross-claims or
  4012     counter-claims.
  4013  
  4014  9. Miscellaneous
  4015  
  4016     This License represents the complete agreement concerning the subject
  4017     matter hereof. If any provision of this License is held to be
  4018     unenforceable, such provision shall be reformed only to the extent
  4019     necessary to make it enforceable. Any law or regulation which provides that
  4020     the language of a contract shall be construed against the drafter shall not
  4021     be used to construe this License against a Contributor.
  4022  
  4023  
  4024  10. Versions of the License
  4025  
  4026  10.1. New Versions
  4027  
  4028        Mozilla Foundation is the license steward. Except as provided in Section
  4029        10.3, no one other than the license steward has the right to modify or
  4030        publish new versions of this License. Each version will be given a
  4031        distinguishing version number.
  4032  
  4033  10.2. Effect of New Versions
  4034  
  4035        You may distribute the Covered Software under the terms of the version
  4036        of the License under which You originally received the Covered Software,
  4037        or under the terms of any subsequent version published by the license
  4038        steward.
  4039  
  4040  10.3. Modified Versions
  4041  
  4042        If you create software not governed by this License, and you want to
  4043        create a new license for such software, you may create and use a
  4044        modified version of this License if you rename the license and remove
  4045        any references to the name of the license steward (except to note that
  4046        such modified license differs from this License).
  4047  
  4048  10.4. Distributing Source Code Form that is Incompatible With Secondary
  4049        Licenses If You choose to distribute Source Code Form that is
  4050        Incompatible With Secondary Licenses under the terms of this version of
  4051        the License, the notice described in Exhibit B of this License must be
  4052        attached.
  4053  
  4054  Exhibit A - Source Code Form License Notice
  4055  
  4056        This Source Code Form is subject to the
  4057        terms of the Mozilla Public License, v.
  4058        2.0. If a copy of the MPL was not
  4059        distributed with this file, You can
  4060        obtain one at
  4061        http://mozilla.org/MPL/2.0/.
  4062  
  4063  If it is not possible or desirable to put the notice in a particular file,
  4064  then You may include the notice in a location (such as a LICENSE file in a
  4065  relevant directory) where a recipient would be likely to look for such a
  4066  notice.
  4067  
  4068  You may add additional accurate notices of copyright ownership.
  4069  
  4070  Exhibit B - "Incompatible With Secondary Licenses" Notice
  4071  
  4072        This Source Code Form is "Incompatible
  4073        With Secondary Licenses", as defined by
  4074        the Mozilla Public License, v. 2.0.
  4075  
  4076  = LICENSE 7f2b88eeccbbdd7563b7be59c72e76e53ba39c830f5ff0f57a42a527 =
  4077  ================================================================================
  4078  
  4079  ================================================================================
  4080  = github.com/inconshreveable/mousetrap licensed under: =
  4081  
  4082  Copyright 2014 Alan Shreve
  4083  
  4084  Licensed under the Apache License, Version 2.0 (the "License");
  4085  you may not use this file except in compliance with the License.
  4086  You may obtain a copy of the License at
  4087  
  4088     http://www.apache.org/licenses/LICENSE-2.0
  4089  
  4090  Unless required by applicable law or agreed to in writing, software
  4091  distributed under the License is distributed on an "AS IS" BASIS,
  4092  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  4093  See the License for the specific language governing permissions and
  4094  limitations under the License.
  4095  
  4096  = LICENSE 592b1948166b28179c9d4447afa13229f74789913baff9cf1db518fb =
  4097  ================================================================================
  4098  
  4099  ================================================================================
  4100  = github.com/jedib0t/go-pretty licensed under: =
  4101  
  4102  MIT License
  4103  
  4104  Copyright (c) 2018 jedib0t
  4105  
  4106  Permission is hereby granted, free of charge, to any person obtaining a copy
  4107  of this software and associated documentation files (the "Software"), to deal
  4108  in the Software without restriction, including without limitation the rights
  4109  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4110  copies of the Software, and to permit persons to whom the Software is
  4111  furnished to do so, subject to the following conditions:
  4112  
  4113  The above copyright notice and this permission notice shall be included in all
  4114  copies or substantial portions of the Software.
  4115  
  4116  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4117  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4118  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4119  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4120  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4121  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4122  SOFTWARE.
  4123  
  4124  = LICENSE d59b5316533c0a9182607f3f73e21a9225024466c6c516d29d7af969 =
  4125  ================================================================================
  4126  
  4127  ================================================================================
  4128  = github.com/jmespath/go-jmespath licensed under: =
  4129  
  4130  Copyright 2015 James Saryerwinnie
  4131  
  4132  Licensed under the Apache License, Version 2.0 (the "License");
  4133  you may not use this file except in compliance with the License.
  4134  You may obtain a copy of the License at
  4135  
  4136      http://www.apache.org/licenses/LICENSE-2.0
  4137  
  4138  Unless required by applicable law or agreed to in writing, software
  4139  distributed under the License is distributed on an "AS IS" BASIS,
  4140  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  4141  See the License for the specific language governing permissions and
  4142  limitations under the License.
  4143  
  4144  = LICENSE c4af6ac23e8963df43feece30dae50daefab33bc453c0332cb55cd61 =
  4145  ================================================================================
  4146  
  4147  ================================================================================
  4148  = github.com/jpillora/backoff licensed under: =
  4149  
  4150  The MIT License (MIT)
  4151  
  4152  Copyright (c) 2017 Jaime Pillora
  4153  
  4154  Permission is hereby granted, free of charge, to any person obtaining a copy
  4155  of this software and associated documentation files (the "Software"), to deal
  4156  in the Software without restriction, including without limitation the rights
  4157  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4158  copies of the Software, and to permit persons to whom the Software is
  4159  furnished to do so, subject to the following conditions:
  4160  
  4161  The above copyright notice and this permission notice shall be included in all
  4162  copies or substantial portions of the Software.
  4163  
  4164  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4165  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4166  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4167  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4168  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4169  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4170  SOFTWARE.
  4171  
  4172  = LICENSE 83831995a7e93db77f95ee20af5603b91e303ef348cb9bde1b13c8c0 =
  4173  ================================================================================
  4174  
  4175  ================================================================================
  4176  = github.com/juju/gnuflag licensed under: =
  4177  
  4178  Copyright (c) 2012 The Go Authors. All rights reserved.
  4179  
  4180  Redistribution and use in source and binary forms, with or without
  4181  modification, are permitted provided that the following conditions are
  4182  met:
  4183  
  4184     * Redistributions of source code must retain the above copyright
  4185  notice, this list of conditions and the following disclaimer.
  4186     * Redistributions in binary form must reproduce the above
  4187  copyright notice, this list of conditions and the following disclaimer
  4188  in the documentation and/or other materials provided with the
  4189  distribution.
  4190     * Neither the name of Google Inc. nor the names of its
  4191  contributors may be used to endorse or promote products derived from
  4192  this software without specific prior written permission.
  4193  
  4194  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  4195  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  4196  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  4197  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  4198  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  4199  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  4200  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  4201  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  4202  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  4203  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  4204  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  4205  
  4206  = LICENSE cd114db727544ba06cf58a8d6ab0a48a4c7dfe64d33ff2aaaa6b7a49 =
  4207  ================================================================================
  4208  
  4209  ================================================================================
  4210  = github.com/kch42/buzhash licensed under: =
  4211  
  4212             DO WHATEVER THE FUCK YOU WANT, PUBLIC LICENSE
  4213     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  4214  
  4215              0. You just DO WHATEVER THE FUCK YOU WANT.
  4216  = LICENSE 03d3e3813a51a67f46a07063e39f5d6451619f4ede2ae1c4c4cccb9e =
  4217  ================================================================================
  4218  
  4219  ================================================================================
  4220  = github.com/lestrrat-go/strftime licensed under: =
  4221  
  4222  MIT License
  4223  
  4224  Copyright (c) 2016 lestrrat
  4225  
  4226  Permission is hereby granted, free of charge, to any person obtaining a copy
  4227  of this software and associated documentation files (the "Software"), to deal
  4228  in the Software without restriction, including without limitation the rights
  4229  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4230  copies of the Software, and to permit persons to whom the Software is
  4231  furnished to do so, subject to the following conditions:
  4232  
  4233  The above copyright notice and this permission notice shall be included in all
  4234  copies or substantial portions of the Software.
  4235  
  4236  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4237  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4238  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4239  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4240  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4241  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4242  SOFTWARE.
  4243  
  4244  = LICENSE eca753ff2a8655e364cca69caaddb9b65828e52f664d21b3d23d0b77 =
  4245  ================================================================================
  4246  
  4247  ================================================================================
  4248  = github.com/mattn/go-colorable licensed under: =
  4249  
  4250  The MIT License (MIT)
  4251  
  4252  Copyright (c) 2016 Yasuhiro Matsumoto
  4253  
  4254  Permission is hereby granted, free of charge, to any person obtaining a copy
  4255  of this software and associated documentation files (the "Software"), to deal
  4256  in the Software without restriction, including without limitation the rights
  4257  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4258  copies of the Software, and to permit persons to whom the Software is
  4259  furnished to do so, subject to the following conditions:
  4260  
  4261  The above copyright notice and this permission notice shall be included in all
  4262  copies or substantial portions of the Software.
  4263  
  4264  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4265  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4266  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4267  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4268  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4269  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4270  SOFTWARE.
  4271  
  4272  = LICENSE 7b8bcb364190c49e5fa6d2f8b0e0c66c739b6ab54d779037a3349322 =
  4273  ================================================================================
  4274  
  4275  ================================================================================
  4276  = github.com/mattn/go-isatty licensed under: =
  4277  
  4278  Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
  4279  
  4280  MIT License (Expat)
  4281  
  4282  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:
  4283  
  4284  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  4285  
  4286  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.
  4287  
  4288  = LICENSE bf01e15248d20ba90b1ac4b383e4d4f9ea5550c905f3e93eb66af018 =
  4289  ================================================================================
  4290  
  4291  ================================================================================
  4292  = github.com/mattn/go-runewidth licensed under: =
  4293  
  4294  The MIT License (MIT)
  4295  
  4296  Copyright (c) 2016 Yasuhiro Matsumoto
  4297  
  4298  Permission is hereby granted, free of charge, to any person obtaining a copy
  4299  of this software and associated documentation files (the "Software"), to deal
  4300  in the Software without restriction, including without limitation the rights
  4301  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4302  copies of the Software, and to permit persons to whom the Software is
  4303  furnished to do so, subject to the following conditions:
  4304  
  4305  The above copyright notice and this permission notice shall be included in all
  4306  copies or substantial portions of the Software.
  4307  
  4308  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4309  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4310  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4311  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4312  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4313  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4314  SOFTWARE.
  4315  
  4316  = LICENSE 7b8bcb364190c49e5fa6d2f8b0e0c66c739b6ab54d779037a3349322 =
  4317  ================================================================================
  4318  
  4319  ================================================================================
  4320  = github.com/mitchellh/hashstructure licensed under: =
  4321  
  4322  The MIT License (MIT)
  4323  
  4324  Copyright (c) 2016 Mitchell Hashimoto
  4325  
  4326  Permission is hereby granted, free of charge, to any person obtaining a copy
  4327  of this software and associated documentation files (the "Software"), to deal
  4328  in the Software without restriction, including without limitation the rights
  4329  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4330  copies of the Software, and to permit persons to whom the Software is
  4331  furnished to do so, subject to the following conditions:
  4332  
  4333  The above copyright notice and this permission notice shall be included in
  4334  all copies or substantial portions of the Software.
  4335  
  4336  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4337  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4338  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4339  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4340  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4341  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  4342  THE SOFTWARE.
  4343  
  4344  = LICENSE fe1f567ecc09fa0edab450d792bc8d88bbe264feb997dcce12a7d3a9 =
  4345  ================================================================================
  4346  
  4347  ================================================================================
  4348  = github.com/mitchellh/mapstructure licensed under: =
  4349  
  4350  The MIT License (MIT)
  4351  
  4352  Copyright (c) 2013 Mitchell Hashimoto
  4353  
  4354  Permission is hereby granted, free of charge, to any person obtaining a copy
  4355  of this software and associated documentation files (the "Software"), to deal
  4356  in the Software without restriction, including without limitation the rights
  4357  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4358  copies of the Software, and to permit persons to whom the Software is
  4359  furnished to do so, subject to the following conditions:
  4360  
  4361  The above copyright notice and this permission notice shall be included in
  4362  all copies or substantial portions of the Software.
  4363  
  4364  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4365  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4366  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4367  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4368  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4369  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  4370  THE SOFTWARE.
  4371  
  4372  = LICENSE 4d5bf95df449c9b2f8e0fa7459083d5626d730a2fa86c033b7a9a734 =
  4373  ================================================================================
  4374  
  4375  ================================================================================
  4376  = github.com/oliveagle/jsonpath licensed under: =
  4377  
  4378  The MIT License (MIT)
  4379  
  4380  Copyright (c) 2015 oliver
  4381  
  4382  Permission is hereby granted, free of charge, to any person obtaining a copy
  4383  of this software and associated documentation files (the "Software"), to deal
  4384  in the Software without restriction, including without limitation the rights
  4385  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4386  copies of the Software, and to permit persons to whom the Software is
  4387  furnished to do so, subject to the following conditions:
  4388  
  4389  The above copyright notice and this permission notice shall be included in all
  4390  copies or substantial portions of the Software.
  4391  
  4392  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4393  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4394  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4395  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4396  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4397  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4398  SOFTWARE.
  4399  
  4400  
  4401  = LICENSE a33ad37999b0aa5d38b8bc56a9c6b2d6287a7e2478ee822af7fa7a11 =
  4402  ================================================================================
  4403  
  4404  ================================================================================
  4405  = github.com/opentracing/opentracing-go licensed under: =
  4406  
  4407                                   Apache License
  4408                             Version 2.0, January 2004
  4409                          http://www.apache.org/licenses/
  4410  
  4411     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  4412  
  4413     1. Definitions.
  4414  
  4415        "License" shall mean the terms and conditions for use, reproduction,
  4416        and distribution as defined by Sections 1 through 9 of this document.
  4417  
  4418        "Licensor" shall mean the copyright owner or entity authorized by
  4419        the copyright owner that is granting the License.
  4420  
  4421        "Legal Entity" shall mean the union of the acting entity and all
  4422        other entities that control, are controlled by, or are under common
  4423        control with that entity. For the purposes of this definition,
  4424        "control" means (i) the power, direct or indirect, to cause the
  4425        direction or management of such entity, whether by contract or
  4426        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  4427        outstanding shares, or (iii) beneficial ownership of such entity.
  4428  
  4429        "You" (or "Your") shall mean an individual or Legal Entity
  4430        exercising permissions granted by this License.
  4431  
  4432        "Source" form shall mean the preferred form for making modifications,
  4433        including but not limited to software source code, documentation
  4434        source, and configuration files.
  4435  
  4436        "Object" form shall mean any form resulting from mechanical
  4437        transformation or translation of a Source form, including but
  4438        not limited to compiled object code, generated documentation,
  4439        and conversions to other media types.
  4440  
  4441        "Work" shall mean the work of authorship, whether in Source or
  4442        Object form, made available under the License, as indicated by a
  4443        copyright notice that is included in or attached to the work
  4444        (an example is provided in the Appendix below).
  4445  
  4446        "Derivative Works" shall mean any work, whether in Source or Object
  4447        form, that is based on (or derived from) the Work and for which the
  4448        editorial revisions, annotations, elaborations, or other modifications
  4449        represent, as a whole, an original work of authorship. For the purposes
  4450        of this License, Derivative Works shall not include works that remain
  4451        separable from, or merely link (or bind by name) to the interfaces of,
  4452        the Work and Derivative Works thereof.
  4453  
  4454        "Contribution" shall mean any work of authorship, including
  4455        the original version of the Work and any modifications or additions
  4456        to that Work or Derivative Works thereof, that is intentionally
  4457        submitted to Licensor for inclusion in the Work by the copyright owner
  4458        or by an individual or Legal Entity authorized to submit on behalf of
  4459        the copyright owner. For the purposes of this definition, "submitted"
  4460        means any form of electronic, verbal, or written communication sent
  4461        to the Licensor or its representatives, including but not limited to
  4462        communication on electronic mailing lists, source code control systems,
  4463        and issue tracking systems that are managed by, or on behalf of, the
  4464        Licensor for the purpose of discussing and improving the Work, but
  4465        excluding communication that is conspicuously marked or otherwise
  4466        designated in writing by the copyright owner as "Not a Contribution."
  4467  
  4468        "Contributor" shall mean Licensor and any individual or Legal Entity
  4469        on behalf of whom a Contribution has been received by Licensor and
  4470        subsequently incorporated within the Work.
  4471  
  4472     2. Grant of Copyright License. Subject to the terms and conditions of
  4473        this License, each Contributor hereby grants to You a perpetual,
  4474        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4475        copyright license to reproduce, prepare Derivative Works of,
  4476        publicly display, publicly perform, sublicense, and distribute the
  4477        Work and such Derivative Works in Source or Object form.
  4478  
  4479     3. Grant of Patent License. Subject to the terms and conditions of
  4480        this License, each Contributor hereby grants to You a perpetual,
  4481        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4482        (except as stated in this section) patent license to make, have made,
  4483        use, offer to sell, sell, import, and otherwise transfer the Work,
  4484        where such license applies only to those patent claims licensable
  4485        by such Contributor that are necessarily infringed by their
  4486        Contribution(s) alone or by combination of their Contribution(s)
  4487        with the Work to which such Contribution(s) was submitted. If You
  4488        institute patent litigation against any entity (including a
  4489        cross-claim or counterclaim in a lawsuit) alleging that the Work
  4490        or a Contribution incorporated within the Work constitutes direct
  4491        or contributory patent infringement, then any patent licenses
  4492        granted to You under this License for that Work shall terminate
  4493        as of the date such litigation is filed.
  4494  
  4495     4. Redistribution. You may reproduce and distribute copies of the
  4496        Work or Derivative Works thereof in any medium, with or without
  4497        modifications, and in Source or Object form, provided that You
  4498        meet the following conditions:
  4499  
  4500        (a) You must give any other recipients of the Work or
  4501            Derivative Works a copy of this License; and
  4502  
  4503        (b) You must cause any modified files to carry prominent notices
  4504            stating that You changed the files; and
  4505  
  4506        (c) You must retain, in the Source form of any Derivative Works
  4507            that You distribute, all copyright, patent, trademark, and
  4508            attribution notices from the Source form of the Work,
  4509            excluding those notices that do not pertain to any part of
  4510            the Derivative Works; and
  4511  
  4512        (d) If the Work includes a "NOTICE" text file as part of its
  4513            distribution, then any Derivative Works that You distribute must
  4514            include a readable copy of the attribution notices contained
  4515            within such NOTICE file, excluding those notices that do not
  4516            pertain to any part of the Derivative Works, in at least one
  4517            of the following places: within a NOTICE text file distributed
  4518            as part of the Derivative Works; within the Source form or
  4519            documentation, if provided along with the Derivative Works; or,
  4520            within a display generated by the Derivative Works, if and
  4521            wherever such third-party notices normally appear. The contents
  4522            of the NOTICE file are for informational purposes only and
  4523            do not modify the License. You may add Your own attribution
  4524            notices within Derivative Works that You distribute, alongside
  4525            or as an addendum to the NOTICE text from the Work, provided
  4526            that such additional attribution notices cannot be construed
  4527            as modifying the License.
  4528  
  4529        You may add Your own copyright statement to Your modifications and
  4530        may provide additional or different license terms and conditions
  4531        for use, reproduction, or distribution of Your modifications, or
  4532        for any such Derivative Works as a whole, provided Your use,
  4533        reproduction, and distribution of the Work otherwise complies with
  4534        the conditions stated in this License.
  4535  
  4536     5. Submission of Contributions. Unless You explicitly state otherwise,
  4537        any Contribution intentionally submitted for inclusion in the Work
  4538        by You to the Licensor shall be under the terms and conditions of
  4539        this License, without any additional terms or conditions.
  4540        Notwithstanding the above, nothing herein shall supersede or modify
  4541        the terms of any separate license agreement you may have executed
  4542        with Licensor regarding such Contributions.
  4543  
  4544     6. Trademarks. This License does not grant permission to use the trade
  4545        names, trademarks, service marks, or product names of the Licensor,
  4546        except as required for reasonable and customary use in describing the
  4547        origin of the Work and reproducing the content of the NOTICE file.
  4548  
  4549     7. Disclaimer of Warranty. Unless required by applicable law or
  4550        agreed to in writing, Licensor provides the Work (and each
  4551        Contributor provides its Contributions) on an "AS IS" BASIS,
  4552        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  4553        implied, including, without limitation, any warranties or conditions
  4554        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  4555        PARTICULAR PURPOSE. You are solely responsible for determining the
  4556        appropriateness of using or redistributing the Work and assume any
  4557        risks associated with Your exercise of permissions under this License.
  4558  
  4559     8. Limitation of Liability. In no event and under no legal theory,
  4560        whether in tort (including negligence), contract, or otherwise,
  4561        unless required by applicable law (such as deliberate and grossly
  4562        negligent acts) or agreed to in writing, shall any Contributor be
  4563        liable to You for damages, including any direct, indirect, special,
  4564        incidental, or consequential damages of any character arising as a
  4565        result of this License or out of the use or inability to use the
  4566        Work (including but not limited to damages for loss of goodwill,
  4567        work stoppage, computer failure or malfunction, or any and all
  4568        other commercial damages or losses), even if such Contributor
  4569        has been advised of the possibility of such damages.
  4570  
  4571     9. Accepting Warranty or Additional Liability. While redistributing
  4572        the Work or Derivative Works thereof, You may choose to offer,
  4573        and charge a fee for, acceptance of support, warranty, indemnity,
  4574        or other liability obligations and/or rights consistent with this
  4575        License. However, in accepting such obligations, You may act only
  4576        on Your own behalf and on Your sole responsibility, not on behalf
  4577        of any other Contributor, and only if You agree to indemnify,
  4578        defend, and hold each Contributor harmless for any liability
  4579        incurred by, or claims asserted against, such Contributor by reason
  4580        of your accepting any such warranty or additional liability.
  4581  
  4582     END OF TERMS AND CONDITIONS
  4583  
  4584     APPENDIX: How to apply the Apache License to your work.
  4585  
  4586        To apply the Apache License to your work, attach the following
  4587        boilerplate notice, with the fields enclosed by brackets "{}"
  4588        replaced with your own identifying information. (Don't include
  4589        the brackets!)  The text should be enclosed in the appropriate
  4590        comment syntax for the file format. We also recommend that a
  4591        file or class name and description of purpose be included on the
  4592        same "printed page" as the copyright notice for easier
  4593        identification within third-party archives.
  4594  
  4595     Copyright 2016 The OpenTracing Authors
  4596  
  4597     Licensed under the Apache License, Version 2.0 (the "License");
  4598     you may not use this file except in compliance with the License.
  4599     You may obtain a copy of the License at
  4600  
  4601         http://www.apache.org/licenses/LICENSE-2.0
  4602  
  4603     Unless required by applicable law or agreed to in writing, software
  4604     distributed under the License is distributed on an "AS IS" BASIS,
  4605     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  4606     See the License for the specific language governing permissions and
  4607     limitations under the License.
  4608  
  4609  = LICENSE 1044f2bd0e8ae330197ea5c7e20a86bc3c960e9b96f1f6bb0f5f8ae1 =
  4610  ================================================================================
  4611  
  4612  ================================================================================
  4613  = github.com/pkg/errors licensed under: =
  4614  
  4615  Copyright (c) 2015, Dave Cheney <dave@cheney.net>
  4616  All rights reserved.
  4617  
  4618  Redistribution and use in source and binary forms, with or without
  4619  modification, are permitted provided that the following conditions are met:
  4620  
  4621  * Redistributions of source code must retain the above copyright notice, this
  4622    list of conditions and the following disclaimer.
  4623  
  4624  * Redistributions in binary form must reproduce the above copyright notice,
  4625    this list of conditions and the following disclaimer in the documentation
  4626    and/or other materials provided with the distribution.
  4627  
  4628  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  4629  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  4630  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  4631  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  4632  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  4633  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  4634  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  4635  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  4636  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  4637  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  4638  
  4639  = LICENSE df9e03286a0e1cf2edc346673738c7e515e928d19024aeac234f6fdc =
  4640  ================================================================================
  4641  
  4642  ================================================================================
  4643  = github.com/pkg/profile licensed under: =
  4644  
  4645  Copyright (c) 2013 Dave Cheney. All rights reserved.
  4646  
  4647  Redistribution and use in source and binary forms, with or without
  4648  modification, are permitted provided that the following conditions are
  4649  met:
  4650  
  4651     * Redistributions of source code must retain the above copyright
  4652  notice, this list of conditions and the following disclaimer.
  4653     * Redistributions in binary form must reproduce the above
  4654  copyright notice, this list of conditions and the following disclaimer
  4655  in the documentation and/or other materials provided with the
  4656  distribution.
  4657  
  4658  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  4659  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  4660  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  4661  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  4662  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  4663  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  4664  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  4665  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  4666  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  4667  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  4668  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  4669  
  4670  = LICENSE 84d33840fcd8b1ab2c9eaeac5b077a6c224c70de9511edd3f42c817c =
  4671  ================================================================================
  4672  
  4673  ================================================================================
  4674  = github.com/pmezard/go-difflib licensed under: =
  4675  
  4676  Copyright (c) 2013, Patrick Mezard
  4677  All rights reserved.
  4678  
  4679  Redistribution and use in source and binary forms, with or without
  4680  modification, are permitted provided that the following conditions are
  4681  met:
  4682  
  4683      Redistributions of source code must retain the above copyright
  4684  notice, this list of conditions and the following disclaimer.
  4685      Redistributions in binary form must reproduce the above copyright
  4686  notice, this list of conditions and the following disclaimer in the
  4687  documentation and/or other materials provided with the distribution.
  4688      The names of its contributors may not be used to endorse or promote
  4689  products derived from this software without specific prior written
  4690  permission.
  4691  
  4692  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  4693  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  4694  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  4695  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  4696  HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  4697  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  4698  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  4699  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  4700  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  4701  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  4702  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  4703  
  4704  = LICENSE 6681c42f6974591d2056518a26201323fa7d42bdc4d64bfc12c332b3 =
  4705  ================================================================================
  4706  
  4707  ================================================================================
  4708  = github.com/rivo/uniseg licensed under: =
  4709  
  4710  MIT License
  4711  
  4712  Copyright (c) 2019 Oliver Kuederle
  4713  
  4714  Permission is hereby granted, free of charge, to any person obtaining a copy
  4715  of this software and associated documentation files (the "Software"), to deal
  4716  in the Software without restriction, including without limitation the rights
  4717  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4718  copies of the Software, and to permit persons to whom the Software is
  4719  furnished to do so, subject to the following conditions:
  4720  
  4721  The above copyright notice and this permission notice shall be included in all
  4722  copies or substantial portions of the Software.
  4723  
  4724  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4725  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4726  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4727  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4728  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4729  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4730  SOFTWARE.
  4731  
  4732  = LICENSE.txt e5d67e7f9aef7d7ed95d3e08ad3995916228230dbb61747d079cc0c1 =
  4733  ================================================================================
  4734  
  4735  ================================================================================
  4736  = github.com/sergi/go-diff licensed under: =
  4737  
  4738  Copyright (c) 2012-2016 The go-diff Authors. All rights reserved.
  4739  
  4740  Permission is hereby granted, free of charge, to any person obtaining a
  4741  copy of this software and associated documentation files (the "Software"),
  4742  to deal in the Software without restriction, including without limitation
  4743  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  4744  and/or sell copies of the Software, and to permit persons to whom the
  4745  Software is furnished to do so, subject to the following conditions:
  4746  
  4747  The above copyright notice and this permission notice shall be included
  4748  in all copies or substantial portions of the Software.
  4749  
  4750  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  4751  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4752  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4753  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4754  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  4755  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  4756  DEALINGS IN THE SOFTWARE.
  4757  
  4758  
  4759  = LICENSE 4f259259199d1875581689ffebe5dccc398f7fe7a31d03b481aeea2e =
  4760  ================================================================================
  4761  
  4762  ================================================================================
  4763  = github.com/shopspring/decimal licensed under: =
  4764  
  4765  The MIT License (MIT)
  4766  
  4767  Copyright (c) 2015 Spring, Inc.
  4768  
  4769  Permission is hereby granted, free of charge, to any person obtaining a copy
  4770  of this software and associated documentation files (the "Software"), to deal
  4771  in the Software without restriction, including without limitation the rights
  4772  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4773  copies of the Software, and to permit persons to whom the Software is
  4774  furnished to do so, subject to the following conditions:
  4775  
  4776  The above copyright notice and this permission notice shall be included in
  4777  all copies or substantial portions of the Software.
  4778  
  4779  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4780  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4781  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4782  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4783  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4784  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  4785  THE SOFTWARE.
  4786  
  4787  - Based on https://github.com/oguzbilgic/fpd, which has the following license:
  4788  """
  4789  The MIT License (MIT)
  4790  
  4791  Copyright (c) 2013 Oguz Bilgic
  4792  
  4793  Permission is hereby granted, free of charge, to any person obtaining a copy of
  4794  this software and associated documentation files (the "Software"), to deal in
  4795  the Software without restriction, including without limitation the rights to
  4796  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  4797  the Software, and to permit persons to whom the Software is furnished to do so,
  4798  subject to the following conditions:
  4799  
  4800  The above copyright notice and this permission notice shall be included in all
  4801  copies or substantial portions of the Software.
  4802  
  4803  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4804  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  4805  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  4806  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  4807  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  4808  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  4809  """
  4810  
  4811  = LICENSE d444eac7bc0c9b4473712ca71079dd0af192c0204b1846213e79865d =
  4812  ================================================================================
  4813  
  4814  ================================================================================
  4815  = github.com/sirupsen/logrus licensed under: =
  4816  
  4817  The MIT License (MIT)
  4818  
  4819  Copyright (c) 2014 Simon Eskildsen
  4820  
  4821  Permission is hereby granted, free of charge, to any person obtaining a copy
  4822  of this software and associated documentation files (the "Software"), to deal
  4823  in the Software without restriction, including without limitation the rights
  4824  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4825  copies of the Software, and to permit persons to whom the Software is
  4826  furnished to do so, subject to the following conditions:
  4827  
  4828  The above copyright notice and this permission notice shall be included in
  4829  all copies or substantial portions of the Software.
  4830  
  4831  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4832  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4833  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4834  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4835  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4836  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  4837  THE SOFTWARE.
  4838  
  4839  = LICENSE 1c74b6ac7f490e921913f40646366964906775986633f0445c866113 =
  4840  ================================================================================
  4841  
  4842  ================================================================================
  4843  = github.com/skratchdot/open-golang licensed under: =
  4844  
  4845  Copyright (c) 2013 skratchdot
  4846  
  4847  Permission is hereby granted, free of charge, to any person
  4848  obtaining a copy of this software and associated documentation
  4849  files (the "Software"), to deal in the Software without
  4850  restriction, including without limitation the rights to use,
  4851  copy, modify, merge, publish, distribute, sublicense, and/or sell
  4852  copies of the Software, and to permit persons to whom the
  4853  Software is furnished to do so, subject to the following
  4854  conditions:
  4855  
  4856  The above copyright notice and this permission notice shall be
  4857  included in all copies or substantial portions of the Software.
  4858  
  4859  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  4860  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  4861  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  4862  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  4863  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  4864  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  4865  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  4866  OTHER DEALINGS IN THE SOFTWARE.
  4867  
  4868  = LICENSE 470f204648dd700d3c0229df525a9607693e6a3d9fd6422fe0212c62 =
  4869  ================================================================================
  4870  
  4871  ================================================================================
  4872  = github.com/spf13/cast licensed under: =
  4873  
  4874  The MIT License (MIT)
  4875  
  4876  Copyright (c) 2014 Steve Francia
  4877  
  4878  Permission is hereby granted, free of charge, to any person obtaining a copy
  4879  of this software and associated documentation files (the "Software"), to deal
  4880  in the Software without restriction, including without limitation the rights
  4881  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  4882  copies of the Software, and to permit persons to whom the Software is
  4883  furnished to do so, subject to the following conditions:
  4884  
  4885  The above copyright notice and this permission notice shall be included in all
  4886  copies or substantial portions of the Software.
  4887  
  4888  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4889  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4890  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4891  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4892  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4893  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4894  SOFTWARE.
  4895  = LICENSE cac50b1359a09665d5d644f3eb4d9fd36fdc71b02ede56c869a975dc =
  4896  ================================================================================
  4897  
  4898  ================================================================================
  4899  = github.com/spf13/cobra licensed under: =
  4900  
  4901                                  Apache License
  4902                             Version 2.0, January 2004
  4903                          http://www.apache.org/licenses/
  4904  
  4905     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  4906  
  4907     1. Definitions.
  4908  
  4909        "License" shall mean the terms and conditions for use, reproduction,
  4910        and distribution as defined by Sections 1 through 9 of this document.
  4911  
  4912        "Licensor" shall mean the copyright owner or entity authorized by
  4913        the copyright owner that is granting the License.
  4914  
  4915        "Legal Entity" shall mean the union of the acting entity and all
  4916        other entities that control, are controlled by, or are under common
  4917        control with that entity. For the purposes of this definition,
  4918        "control" means (i) the power, direct or indirect, to cause the
  4919        direction or management of such entity, whether by contract or
  4920        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  4921        outstanding shares, or (iii) beneficial ownership of such entity.
  4922  
  4923        "You" (or "Your") shall mean an individual or Legal Entity
  4924        exercising permissions granted by this License.
  4925  
  4926        "Source" form shall mean the preferred form for making modifications,
  4927        including but not limited to software source code, documentation
  4928        source, and configuration files.
  4929  
  4930        "Object" form shall mean any form resulting from mechanical
  4931        transformation or translation of a Source form, including but
  4932        not limited to compiled object code, generated documentation,
  4933        and conversions to other media types.
  4934  
  4935        "Work" shall mean the work of authorship, whether in Source or
  4936        Object form, made available under the License, as indicated by a
  4937        copyright notice that is included in or attached to the work
  4938        (an example is provided in the Appendix below).
  4939  
  4940        "Derivative Works" shall mean any work, whether in Source or Object
  4941        form, that is based on (or derived from) the Work and for which the
  4942        editorial revisions, annotations, elaborations, or other modifications
  4943        represent, as a whole, an original work of authorship. For the purposes
  4944        of this License, Derivative Works shall not include works that remain
  4945        separable from, or merely link (or bind by name) to the interfaces of,
  4946        the Work and Derivative Works thereof.
  4947  
  4948        "Contribution" shall mean any work of authorship, including
  4949        the original version of the Work and any modifications or additions
  4950        to that Work or Derivative Works thereof, that is intentionally
  4951        submitted to Licensor for inclusion in the Work by the copyright owner
  4952        or by an individual or Legal Entity authorized to submit on behalf of
  4953        the copyright owner. For the purposes of this definition, "submitted"
  4954        means any form of electronic, verbal, or written communication sent
  4955        to the Licensor or its representatives, including but not limited to
  4956        communication on electronic mailing lists, source code control systems,
  4957        and issue tracking systems that are managed by, or on behalf of, the
  4958        Licensor for the purpose of discussing and improving the Work, but
  4959        excluding communication that is conspicuously marked or otherwise
  4960        designated in writing by the copyright owner as "Not a Contribution."
  4961  
  4962        "Contributor" shall mean Licensor and any individual or Legal Entity
  4963        on behalf of whom a Contribution has been received by Licensor and
  4964        subsequently incorporated within the Work.
  4965  
  4966     2. Grant of Copyright License. Subject to the terms and conditions of
  4967        this License, each Contributor hereby grants to You a perpetual,
  4968        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4969        copyright license to reproduce, prepare Derivative Works of,
  4970        publicly display, publicly perform, sublicense, and distribute the
  4971        Work and such Derivative Works in Source or Object form.
  4972  
  4973     3. Grant of Patent License. Subject to the terms and conditions of
  4974        this License, each Contributor hereby grants to You a perpetual,
  4975        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4976        (except as stated in this section) patent license to make, have made,
  4977        use, offer to sell, sell, import, and otherwise transfer the Work,
  4978        where such license applies only to those patent claims licensable
  4979        by such Contributor that are necessarily infringed by their
  4980        Contribution(s) alone or by combination of their Contribution(s)
  4981        with the Work to which such Contribution(s) was submitted. If You
  4982        institute patent litigation against any entity (including a
  4983        cross-claim or counterclaim in a lawsuit) alleging that the Work
  4984        or a Contribution incorporated within the Work constitutes direct
  4985        or contributory patent infringement, then any patent licenses
  4986        granted to You under this License for that Work shall terminate
  4987        as of the date such litigation is filed.
  4988  
  4989     4. Redistribution. You may reproduce and distribute copies of the
  4990        Work or Derivative Works thereof in any medium, with or without
  4991        modifications, and in Source or Object form, provided that You
  4992        meet the following conditions:
  4993  
  4994        (a) You must give any other recipients of the Work or
  4995            Derivative Works a copy of this License; and
  4996  
  4997        (b) You must cause any modified files to carry prominent notices
  4998            stating that You changed the files; and
  4999  
  5000        (c) You must retain, in the Source form of any Derivative Works
  5001            that You distribute, all copyright, patent, trademark, and
  5002            attribution notices from the Source form of the Work,
  5003            excluding those notices that do not pertain to any part of
  5004            the Derivative Works; and
  5005  
  5006        (d) If the Work includes a "NOTICE" text file as part of its
  5007            distribution, then any Derivative Works that You distribute must
  5008            include a readable copy of the attribution notices contained
  5009            within such NOTICE file, excluding those notices that do not
  5010            pertain to any part of the Derivative Works, in at least one
  5011            of the following places: within a NOTICE text file distributed
  5012            as part of the Derivative Works; within the Source form or
  5013            documentation, if provided along with the Derivative Works; or,
  5014            within a display generated by the Derivative Works, if and
  5015            wherever such third-party notices normally appear. The contents
  5016            of the NOTICE file are for informational purposes only and
  5017            do not modify the License. You may add Your own attribution
  5018            notices within Derivative Works that You distribute, alongside
  5019            or as an addendum to the NOTICE text from the Work, provided
  5020            that such additional attribution notices cannot be construed
  5021            as modifying the License.
  5022  
  5023        You may add Your own copyright statement to Your modifications and
  5024        may provide additional or different license terms and conditions
  5025        for use, reproduction, or distribution of Your modifications, or
  5026        for any such Derivative Works as a whole, provided Your use,
  5027        reproduction, and distribution of the Work otherwise complies with
  5028        the conditions stated in this License.
  5029  
  5030     5. Submission of Contributions. Unless You explicitly state otherwise,
  5031        any Contribution intentionally submitted for inclusion in the Work
  5032        by You to the Licensor shall be under the terms and conditions of
  5033        this License, without any additional terms or conditions.
  5034        Notwithstanding the above, nothing herein shall supersede or modify
  5035        the terms of any separate license agreement you may have executed
  5036        with Licensor regarding such Contributions.
  5037  
  5038     6. Trademarks. This License does not grant permission to use the trade
  5039        names, trademarks, service marks, or product names of the Licensor,
  5040        except as required for reasonable and customary use in describing the
  5041        origin of the Work and reproducing the content of the NOTICE file.
  5042  
  5043     7. Disclaimer of Warranty. Unless required by applicable law or
  5044        agreed to in writing, Licensor provides the Work (and each
  5045        Contributor provides its Contributions) on an "AS IS" BASIS,
  5046        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5047        implied, including, without limitation, any warranties or conditions
  5048        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5049        PARTICULAR PURPOSE. You are solely responsible for determining the
  5050        appropriateness of using or redistributing the Work and assume any
  5051        risks associated with Your exercise of permissions under this License.
  5052  
  5053     8. Limitation of Liability. In no event and under no legal theory,
  5054        whether in tort (including negligence), contract, or otherwise,
  5055        unless required by applicable law (such as deliberate and grossly
  5056        negligent acts) or agreed to in writing, shall any Contributor be
  5057        liable to You for damages, including any direct, indirect, special,
  5058        incidental, or consequential damages of any character arising as a
  5059        result of this License or out of the use or inability to use the
  5060        Work (including but not limited to damages for loss of goodwill,
  5061        work stoppage, computer failure or malfunction, or any and all
  5062        other commercial damages or losses), even if such Contributor
  5063        has been advised of the possibility of such damages.
  5064  
  5065     9. Accepting Warranty or Additional Liability. While redistributing
  5066        the Work or Derivative Works thereof, You may choose to offer,
  5067        and charge a fee for, acceptance of support, warranty, indemnity,
  5068        or other liability obligations and/or rights consistent with this
  5069        License. However, in accepting such obligations, You may act only
  5070        on Your own behalf and on Your sole responsibility, not on behalf
  5071        of any other Contributor, and only if You agree to indemnify,
  5072        defend, and hold each Contributor harmless for any liability
  5073        incurred by, or claims asserted against, such Contributor by reason
  5074        of your accepting any such warranty or additional liability.
  5075  
  5076  = LICENSE.txt 0c640f835526a1a101ed8060650f4a64b338b60eef44a5cde8ddca15 =
  5077  ================================================================================
  5078  
  5079  ================================================================================
  5080  = github.com/spf13/pflag licensed under: =
  5081  
  5082  Copyright (c) 2012 Alex Ogier. All rights reserved.
  5083  Copyright (c) 2012 The Go Authors. All rights reserved.
  5084  
  5085  Redistribution and use in source and binary forms, with or without
  5086  modification, are permitted provided that the following conditions are
  5087  met:
  5088  
  5089     * Redistributions of source code must retain the above copyright
  5090  notice, this list of conditions and the following disclaimer.
  5091     * Redistributions in binary form must reproduce the above
  5092  copyright notice, this list of conditions and the following disclaimer
  5093  in the documentation and/or other materials provided with the
  5094  distribution.
  5095     * Neither the name of Google Inc. nor the names of its
  5096  contributors may be used to endorse or promote products derived from
  5097  this software without specific prior written permission.
  5098  
  5099  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  5100  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  5101  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  5102  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  5103  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  5104  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  5105  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  5106  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  5107  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  5108  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5109  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5110  
  5111  = LICENSE 9ce08264766958124e71be1686ffd67ab2cce1bc10529cf17f73c327 =
  5112  ================================================================================
  5113  
  5114  ================================================================================
  5115  = github.com/stretchr/testify licensed under: =
  5116  
  5117  MIT License
  5118  
  5119  Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
  5120  
  5121  Permission is hereby granted, free of charge, to any person obtaining a copy
  5122  of this software and associated documentation files (the "Software"), to deal
  5123  in the Software without restriction, including without limitation the rights
  5124  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  5125  copies of the Software, and to permit persons to whom the Software is
  5126  furnished to do so, subject to the following conditions:
  5127  
  5128  The above copyright notice and this permission notice shall be included in all
  5129  copies or substantial portions of the Software.
  5130  
  5131  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  5132  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  5133  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  5134  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  5135  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  5136  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  5137  SOFTWARE.
  5138  
  5139  = LICENSE 07f20b96549b71d39ebb2bf1e006f7b2885e3808423818000545119c =
  5140  ================================================================================
  5141  
  5142  ================================================================================
  5143  = github.com/tealeg/xlsx licensed under: =
  5144  
  5145  BSD 3-Clause License
  5146  
  5147  Copyright (c) 2011-2017, Geoffrey J. Teale
  5148  All rights reserved.
  5149  
  5150  Redistribution and use in source and binary forms, with or without
  5151  modification, are permitted provided that the following conditions are met:
  5152  
  5153  * Redistributions of source code must retain the above copyright notice, this
  5154    list of conditions and the following disclaimer.
  5155  
  5156  * Redistributions in binary form must reproduce the above copyright notice,
  5157    this list of conditions and the following disclaimer in the documentation
  5158    and/or other materials provided with the distribution.
  5159  
  5160  * Neither the name of the copyright holder nor the names of its
  5161    contributors may be used to endorse or promote products derived from
  5162    this software without specific prior written permission.
  5163  
  5164  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  5165  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  5166  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  5167  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  5168  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  5169  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  5170  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  5171  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  5172  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5173  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5174  
  5175  = LICENSE 8324b31a3793e08aae6a3c5bad20c4f41d089fd801d4d24c21aa6ea2 =
  5176  ================================================================================
  5177  
  5178  ================================================================================
  5179  = github.com/uber/jaeger-client-go licensed under: =
  5180  
  5181                                   Apache License
  5182                             Version 2.0, January 2004
  5183                          http://www.apache.org/licenses/
  5184  
  5185     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5186  
  5187     1. Definitions.
  5188  
  5189        "License" shall mean the terms and conditions for use, reproduction,
  5190        and distribution as defined by Sections 1 through 9 of this document.
  5191  
  5192        "Licensor" shall mean the copyright owner or entity authorized by
  5193        the copyright owner that is granting the License.
  5194  
  5195        "Legal Entity" shall mean the union of the acting entity and all
  5196        other entities that control, are controlled by, or are under common
  5197        control with that entity. For the purposes of this definition,
  5198        "control" means (i) the power, direct or indirect, to cause the
  5199        direction or management of such entity, whether by contract or
  5200        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5201        outstanding shares, or (iii) beneficial ownership of such entity.
  5202  
  5203        "You" (or "Your") shall mean an individual or Legal Entity
  5204        exercising permissions granted by this License.
  5205  
  5206        "Source" form shall mean the preferred form for making modifications,
  5207        including but not limited to software source code, documentation
  5208        source, and configuration files.
  5209  
  5210        "Object" form shall mean any form resulting from mechanical
  5211        transformation or translation of a Source form, including but
  5212        not limited to compiled object code, generated documentation,
  5213        and conversions to other media types.
  5214  
  5215        "Work" shall mean the work of authorship, whether in Source or
  5216        Object form, made available under the License, as indicated by a
  5217        copyright notice that is included in or attached to the work
  5218        (an example is provided in the Appendix below).
  5219  
  5220        "Derivative Works" shall mean any work, whether in Source or Object
  5221        form, that is based on (or derived from) the Work and for which the
  5222        editorial revisions, annotations, elaborations, or other modifications
  5223        represent, as a whole, an original work of authorship. For the purposes
  5224        of this License, Derivative Works shall not include works that remain
  5225        separable from, or merely link (or bind by name) to the interfaces of,
  5226        the Work and Derivative Works thereof.
  5227  
  5228        "Contribution" shall mean any work of authorship, including
  5229        the original version of the Work and any modifications or additions
  5230        to that Work or Derivative Works thereof, that is intentionally
  5231        submitted to Licensor for inclusion in the Work by the copyright owner
  5232        or by an individual or Legal Entity authorized to submit on behalf of
  5233        the copyright owner. For the purposes of this definition, "submitted"
  5234        means any form of electronic, verbal, or written communication sent
  5235        to the Licensor or its representatives, including but not limited to
  5236        communication on electronic mailing lists, source code control systems,
  5237        and issue tracking systems that are managed by, or on behalf of, the
  5238        Licensor for the purpose of discussing and improving the Work, but
  5239        excluding communication that is conspicuously marked or otherwise
  5240        designated in writing by the copyright owner as "Not a Contribution."
  5241  
  5242        "Contributor" shall mean Licensor and any individual or Legal Entity
  5243        on behalf of whom a Contribution has been received by Licensor and
  5244        subsequently incorporated within the Work.
  5245  
  5246     2. Grant of Copyright License. Subject to the terms and conditions of
  5247        this License, each Contributor hereby grants to You a perpetual,
  5248        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5249        copyright license to reproduce, prepare Derivative Works of,
  5250        publicly display, publicly perform, sublicense, and distribute the
  5251        Work and such Derivative Works in Source or Object form.
  5252  
  5253     3. Grant of Patent License. Subject to the terms and conditions of
  5254        this License, each Contributor hereby grants to You a perpetual,
  5255        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5256        (except as stated in this section) patent license to make, have made,
  5257        use, offer to sell, sell, import, and otherwise transfer the Work,
  5258        where such license applies only to those patent claims licensable
  5259        by such Contributor that are necessarily infringed by their
  5260        Contribution(s) alone or by combination of their Contribution(s)
  5261        with the Work to which such Contribution(s) was submitted. If You
  5262        institute patent litigation against any entity (including a
  5263        cross-claim or counterclaim in a lawsuit) alleging that the Work
  5264        or a Contribution incorporated within the Work constitutes direct
  5265        or contributory patent infringement, then any patent licenses
  5266        granted to You under this License for that Work shall terminate
  5267        as of the date such litigation is filed.
  5268  
  5269     4. Redistribution. You may reproduce and distribute copies of the
  5270        Work or Derivative Works thereof in any medium, with or without
  5271        modifications, and in Source or Object form, provided that You
  5272        meet the following conditions:
  5273  
  5274        (a) You must give any other recipients of the Work or
  5275            Derivative Works a copy of this License; and
  5276  
  5277        (b) You must cause any modified files to carry prominent notices
  5278            stating that You changed the files; and
  5279  
  5280        (c) You must retain, in the Source form of any Derivative Works
  5281            that You distribute, all copyright, patent, trademark, and
  5282            attribution notices from the Source form of the Work,
  5283            excluding those notices that do not pertain to any part of
  5284            the Derivative Works; and
  5285  
  5286        (d) If the Work includes a "NOTICE" text file as part of its
  5287            distribution, then any Derivative Works that You distribute must
  5288            include a readable copy of the attribution notices contained
  5289            within such NOTICE file, excluding those notices that do not
  5290            pertain to any part of the Derivative Works, in at least one
  5291            of the following places: within a NOTICE text file distributed
  5292            as part of the Derivative Works; within the Source form or
  5293            documentation, if provided along with the Derivative Works; or,
  5294            within a display generated by the Derivative Works, if and
  5295            wherever such third-party notices normally appear. The contents
  5296            of the NOTICE file are for informational purposes only and
  5297            do not modify the License. You may add Your own attribution
  5298            notices within Derivative Works that You distribute, alongside
  5299            or as an addendum to the NOTICE text from the Work, provided
  5300            that such additional attribution notices cannot be construed
  5301            as modifying the License.
  5302  
  5303        You may add Your own copyright statement to Your modifications and
  5304        may provide additional or different license terms and conditions
  5305        for use, reproduction, or distribution of Your modifications, or
  5306        for any such Derivative Works as a whole, provided Your use,
  5307        reproduction, and distribution of the Work otherwise complies with
  5308        the conditions stated in this License.
  5309  
  5310     5. Submission of Contributions. Unless You explicitly state otherwise,
  5311        any Contribution intentionally submitted for inclusion in the Work
  5312        by You to the Licensor shall be under the terms and conditions of
  5313        this License, without any additional terms or conditions.
  5314        Notwithstanding the above, nothing herein shall supersede or modify
  5315        the terms of any separate license agreement you may have executed
  5316        with Licensor regarding such Contributions.
  5317  
  5318     6. Trademarks. This License does not grant permission to use the trade
  5319        names, trademarks, service marks, or product names of the Licensor,
  5320        except as required for reasonable and customary use in describing the
  5321        origin of the Work and reproducing the content of the NOTICE file.
  5322  
  5323     7. Disclaimer of Warranty. Unless required by applicable law or
  5324        agreed to in writing, Licensor provides the Work (and each
  5325        Contributor provides its Contributions) on an "AS IS" BASIS,
  5326        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5327        implied, including, without limitation, any warranties or conditions
  5328        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5329        PARTICULAR PURPOSE. You are solely responsible for determining the
  5330        appropriateness of using or redistributing the Work and assume any
  5331        risks associated with Your exercise of permissions under this License.
  5332  
  5333     8. Limitation of Liability. In no event and under no legal theory,
  5334        whether in tort (including negligence), contract, or otherwise,
  5335        unless required by applicable law (such as deliberate and grossly
  5336        negligent acts) or agreed to in writing, shall any Contributor be
  5337        liable to You for damages, including any direct, indirect, special,
  5338        incidental, or consequential damages of any character arising as a
  5339        result of this License or out of the use or inability to use the
  5340        Work (including but not limited to damages for loss of goodwill,
  5341        work stoppage, computer failure or malfunction, or any and all
  5342        other commercial damages or losses), even if such Contributor
  5343        has been advised of the possibility of such damages.
  5344  
  5345     9. Accepting Warranty or Additional Liability. While redistributing
  5346        the Work or Derivative Works thereof, You may choose to offer,
  5347        and charge a fee for, acceptance of support, warranty, indemnity,
  5348        or other liability obligations and/or rights consistent with this
  5349        License. However, in accepting such obligations, You may act only
  5350        on Your own behalf and on Your sole responsibility, not on behalf
  5351        of any other Contributor, and only if You agree to indemnify,
  5352        defend, and hold each Contributor harmless for any liability
  5353        incurred by, or claims asserted against, such Contributor by reason
  5354        of your accepting any such warranty or additional liability.
  5355  
  5356     END OF TERMS AND CONDITIONS
  5357  
  5358     APPENDIX: How to apply the Apache License to your work.
  5359  
  5360        To apply the Apache License to your work, attach the following
  5361        boilerplate notice, with the fields enclosed by brackets "[]"
  5362        replaced with your own identifying information. (Don't include
  5363        the brackets!)  The text should be enclosed in the appropriate
  5364        comment syntax for the file format. We also recommend that a
  5365        file or class name and description of purpose be included on the
  5366        same "printed page" as the copyright notice for easier
  5367        identification within third-party archives.
  5368  
  5369     Copyright [yyyy] [name of copyright owner]
  5370  
  5371     Licensed under the Apache License, Version 2.0 (the "License");
  5372     you may not use this file except in compliance with the License.
  5373     You may obtain a copy of the License at
  5374  
  5375         http://www.apache.org/licenses/LICENSE-2.0
  5376  
  5377     Unless required by applicable law or agreed to in writing, software
  5378     distributed under the License is distributed on an "AS IS" BASIS,
  5379     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  5380     See the License for the specific language governing permissions and
  5381     limitations under the License.
  5382  
  5383  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  5384  ================================================================================
  5385  
  5386  ================================================================================
  5387  = github.com/uber/jaeger-lib licensed under: =
  5388  
  5389                                   Apache License
  5390                             Version 2.0, January 2004
  5391                          http://www.apache.org/licenses/
  5392  
  5393     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5394  
  5395     1. Definitions.
  5396  
  5397        "License" shall mean the terms and conditions for use, reproduction,
  5398        and distribution as defined by Sections 1 through 9 of this document.
  5399  
  5400        "Licensor" shall mean the copyright owner or entity authorized by
  5401        the copyright owner that is granting the License.
  5402  
  5403        "Legal Entity" shall mean the union of the acting entity and all
  5404        other entities that control, are controlled by, or are under common
  5405        control with that entity. For the purposes of this definition,
  5406        "control" means (i) the power, direct or indirect, to cause the
  5407        direction or management of such entity, whether by contract or
  5408        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5409        outstanding shares, or (iii) beneficial ownership of such entity.
  5410  
  5411        "You" (or "Your") shall mean an individual or Legal Entity
  5412        exercising permissions granted by this License.
  5413  
  5414        "Source" form shall mean the preferred form for making modifications,
  5415        including but not limited to software source code, documentation
  5416        source, and configuration files.
  5417  
  5418        "Object" form shall mean any form resulting from mechanical
  5419        transformation or translation of a Source form, including but
  5420        not limited to compiled object code, generated documentation,
  5421        and conversions to other media types.
  5422  
  5423        "Work" shall mean the work of authorship, whether in Source or
  5424        Object form, made available under the License, as indicated by a
  5425        copyright notice that is included in or attached to the work
  5426        (an example is provided in the Appendix below).
  5427  
  5428        "Derivative Works" shall mean any work, whether in Source or Object
  5429        form, that is based on (or derived from) the Work and for which the
  5430        editorial revisions, annotations, elaborations, or other modifications
  5431        represent, as a whole, an original work of authorship. For the purposes
  5432        of this License, Derivative Works shall not include works that remain
  5433        separable from, or merely link (or bind by name) to the interfaces of,
  5434        the Work and Derivative Works thereof.
  5435  
  5436        "Contribution" shall mean any work of authorship, including
  5437        the original version of the Work and any modifications or additions
  5438        to that Work or Derivative Works thereof, that is intentionally
  5439        submitted to Licensor for inclusion in the Work by the copyright owner
  5440        or by an individual or Legal Entity authorized to submit on behalf of
  5441        the copyright owner. For the purposes of this definition, "submitted"
  5442        means any form of electronic, verbal, or written communication sent
  5443        to the Licensor or its representatives, including but not limited to
  5444        communication on electronic mailing lists, source code control systems,
  5445        and issue tracking systems that are managed by, or on behalf of, the
  5446        Licensor for the purpose of discussing and improving the Work, but
  5447        excluding communication that is conspicuously marked or otherwise
  5448        designated in writing by the copyright owner as "Not a Contribution."
  5449  
  5450        "Contributor" shall mean Licensor and any individual or Legal Entity
  5451        on behalf of whom a Contribution has been received by Licensor and
  5452        subsequently incorporated within the Work.
  5453  
  5454     2. Grant of Copyright License. Subject to the terms and conditions of
  5455        this License, each Contributor hereby grants to You a perpetual,
  5456        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5457        copyright license to reproduce, prepare Derivative Works of,
  5458        publicly display, publicly perform, sublicense, and distribute the
  5459        Work and such Derivative Works in Source or Object form.
  5460  
  5461     3. Grant of Patent License. Subject to the terms and conditions of
  5462        this License, each Contributor hereby grants to You a perpetual,
  5463        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5464        (except as stated in this section) patent license to make, have made,
  5465        use, offer to sell, sell, import, and otherwise transfer the Work,
  5466        where such license applies only to those patent claims licensable
  5467        by such Contributor that are necessarily infringed by their
  5468        Contribution(s) alone or by combination of their Contribution(s)
  5469        with the Work to which such Contribution(s) was submitted. If You
  5470        institute patent litigation against any entity (including a
  5471        cross-claim or counterclaim in a lawsuit) alleging that the Work
  5472        or a Contribution incorporated within the Work constitutes direct
  5473        or contributory patent infringement, then any patent licenses
  5474        granted to You under this License for that Work shall terminate
  5475        as of the date such litigation is filed.
  5476  
  5477     4. Redistribution. You may reproduce and distribute copies of the
  5478        Work or Derivative Works thereof in any medium, with or without
  5479        modifications, and in Source or Object form, provided that You
  5480        meet the following conditions:
  5481  
  5482        (a) You must give any other recipients of the Work or
  5483            Derivative Works a copy of this License; and
  5484  
  5485        (b) You must cause any modified files to carry prominent notices
  5486            stating that You changed the files; and
  5487  
  5488        (c) You must retain, in the Source form of any Derivative Works
  5489            that You distribute, all copyright, patent, trademark, and
  5490            attribution notices from the Source form of the Work,
  5491            excluding those notices that do not pertain to any part of
  5492            the Derivative Works; and
  5493  
  5494        (d) If the Work includes a "NOTICE" text file as part of its
  5495            distribution, then any Derivative Works that You distribute must
  5496            include a readable copy of the attribution notices contained
  5497            within such NOTICE file, excluding those notices that do not
  5498            pertain to any part of the Derivative Works, in at least one
  5499            of the following places: within a NOTICE text file distributed
  5500            as part of the Derivative Works; within the Source form or
  5501            documentation, if provided along with the Derivative Works; or,
  5502            within a display generated by the Derivative Works, if and
  5503            wherever such third-party notices normally appear. The contents
  5504            of the NOTICE file are for informational purposes only and
  5505            do not modify the License. You may add Your own attribution
  5506            notices within Derivative Works that You distribute, alongside
  5507            or as an addendum to the NOTICE text from the Work, provided
  5508            that such additional attribution notices cannot be construed
  5509            as modifying the License.
  5510  
  5511        You may add Your own copyright statement to Your modifications and
  5512        may provide additional or different license terms and conditions
  5513        for use, reproduction, or distribution of Your modifications, or
  5514        for any such Derivative Works as a whole, provided Your use,
  5515        reproduction, and distribution of the Work otherwise complies with
  5516        the conditions stated in this License.
  5517  
  5518     5. Submission of Contributions. Unless You explicitly state otherwise,
  5519        any Contribution intentionally submitted for inclusion in the Work
  5520        by You to the Licensor shall be under the terms and conditions of
  5521        this License, without any additional terms or conditions.
  5522        Notwithstanding the above, nothing herein shall supersede or modify
  5523        the terms of any separate license agreement you may have executed
  5524        with Licensor regarding such Contributions.
  5525  
  5526     6. Trademarks. This License does not grant permission to use the trade
  5527        names, trademarks, service marks, or product names of the Licensor,
  5528        except as required for reasonable and customary use in describing the
  5529        origin of the Work and reproducing the content of the NOTICE file.
  5530  
  5531     7. Disclaimer of Warranty. Unless required by applicable law or
  5532        agreed to in writing, Licensor provides the Work (and each
  5533        Contributor provides its Contributions) on an "AS IS" BASIS,
  5534        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5535        implied, including, without limitation, any warranties or conditions
  5536        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5537        PARTICULAR PURPOSE. You are solely responsible for determining the
  5538        appropriateness of using or redistributing the Work and assume any
  5539        risks associated with Your exercise of permissions under this License.
  5540  
  5541     8. Limitation of Liability. In no event and under no legal theory,
  5542        whether in tort (including negligence), contract, or otherwise,
  5543        unless required by applicable law (such as deliberate and grossly
  5544        negligent acts) or agreed to in writing, shall any Contributor be
  5545        liable to You for damages, including any direct, indirect, special,
  5546        incidental, or consequential damages of any character arising as a
  5547        result of this License or out of the use or inability to use the
  5548        Work (including but not limited to damages for loss of goodwill,
  5549        work stoppage, computer failure or malfunction, or any and all
  5550        other commercial damages or losses), even if such Contributor
  5551        has been advised of the possibility of such damages.
  5552  
  5553     9. Accepting Warranty or Additional Liability. While redistributing
  5554        the Work or Derivative Works thereof, You may choose to offer,
  5555        and charge a fee for, acceptance of support, warranty, indemnity,
  5556        or other liability obligations and/or rights consistent with this
  5557        License. However, in accepting such obligations, You may act only
  5558        on Your own behalf and on Your sole responsibility, not on behalf
  5559        of any other Contributor, and only if You agree to indemnify,
  5560        defend, and hold each Contributor harmless for any liability
  5561        incurred by, or claims asserted against, such Contributor by reason
  5562        of your accepting any such warranty or additional liability.
  5563  
  5564     END OF TERMS AND CONDITIONS
  5565  
  5566     APPENDIX: How to apply the Apache License to your work.
  5567  
  5568        To apply the Apache License to your work, attach the following
  5569        boilerplate notice, with the fields enclosed by brackets "[]"
  5570        replaced with your own identifying information. (Don't include
  5571        the brackets!)  The text should be enclosed in the appropriate
  5572        comment syntax for the file format. We also recommend that a
  5573        file or class name and description of purpose be included on the
  5574        same "printed page" as the copyright notice for easier
  5575        identification within third-party archives.
  5576  
  5577     Copyright [yyyy] [name of copyright owner]
  5578  
  5579     Licensed under the Apache License, Version 2.0 (the "License");
  5580     you may not use this file except in compliance with the License.
  5581     You may obtain a copy of the License at
  5582  
  5583         http://www.apache.org/licenses/LICENSE-2.0
  5584  
  5585     Unless required by applicable law or agreed to in writing, software
  5586     distributed under the License is distributed on an "AS IS" BASIS,
  5587     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  5588     See the License for the specific language governing permissions and
  5589     limitations under the License.
  5590  
  5591  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  5592  ================================================================================
  5593  
  5594  ================================================================================
  5595  = go.mongodb.org/mongo-driver licensed under: =
  5596  
  5597                                   Apache License
  5598                             Version 2.0, January 2004
  5599                          http://www.apache.org/licenses/
  5600  
  5601     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5602  
  5603     1. Definitions.
  5604  
  5605        "License" shall mean the terms and conditions for use, reproduction,
  5606        and distribution as defined by Sections 1 through 9 of this document.
  5607  
  5608        "Licensor" shall mean the copyright owner or entity authorized by
  5609        the copyright owner that is granting the License.
  5610  
  5611        "Legal Entity" shall mean the union of the acting entity and all
  5612        other entities that control, are controlled by, or are under common
  5613        control with that entity. For the purposes of this definition,
  5614        "control" means (i) the power, direct or indirect, to cause the
  5615        direction or management of such entity, whether by contract or
  5616        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5617        outstanding shares, or (iii) beneficial ownership of such entity.
  5618  
  5619        "You" (or "Your") shall mean an individual or Legal Entity
  5620        exercising permissions granted by this License.
  5621  
  5622        "Source" form shall mean the preferred form for making modifications,
  5623        including but not limited to software source code, documentation
  5624        source, and configuration files.
  5625  
  5626        "Object" form shall mean any form resulting from mechanical
  5627        transformation or translation of a Source form, including but
  5628        not limited to compiled object code, generated documentation,
  5629        and conversions to other media types.
  5630  
  5631        "Work" shall mean the work of authorship, whether in Source or
  5632        Object form, made available under the License, as indicated by a
  5633        copyright notice that is included in or attached to the work
  5634        (an example is provided in the Appendix below).
  5635  
  5636        "Derivative Works" shall mean any work, whether in Source or Object
  5637        form, that is based on (or derived from) the Work and for which the
  5638        editorial revisions, annotations, elaborations, or other modifications
  5639        represent, as a whole, an original work of authorship. For the purposes
  5640        of this License, Derivative Works shall not include works that remain
  5641        separable from, or merely link (or bind by name) to the interfaces of,
  5642        the Work and Derivative Works thereof.
  5643  
  5644        "Contribution" shall mean any work of authorship, including
  5645        the original version of the Work and any modifications or additions
  5646        to that Work or Derivative Works thereof, that is intentionally
  5647        submitted to Licensor for inclusion in the Work by the copyright owner
  5648        or by an individual or Legal Entity authorized to submit on behalf of
  5649        the copyright owner. For the purposes of this definition, "submitted"
  5650        means any form of electronic, verbal, or written communication sent
  5651        to the Licensor or its representatives, including but not limited to
  5652        communication on electronic mailing lists, source code control systems,
  5653        and issue tracking systems that are managed by, or on behalf of, the
  5654        Licensor for the purpose of discussing and improving the Work, but
  5655        excluding communication that is conspicuously marked or otherwise
  5656        designated in writing by the copyright owner as "Not a Contribution."
  5657  
  5658        "Contributor" shall mean Licensor and any individual or Legal Entity
  5659        on behalf of whom a Contribution has been received by Licensor and
  5660        subsequently incorporated within the Work.
  5661  
  5662     2. Grant of Copyright License. Subject to the terms and conditions of
  5663        this License, each Contributor hereby grants to You a perpetual,
  5664        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5665        copyright license to reproduce, prepare Derivative Works of,
  5666        publicly display, publicly perform, sublicense, and distribute the
  5667        Work and such Derivative Works in Source or Object form.
  5668  
  5669     3. Grant of Patent License. Subject to the terms and conditions of
  5670        this License, each Contributor hereby grants to You a perpetual,
  5671        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5672        (except as stated in this section) patent license to make, have made,
  5673        use, offer to sell, sell, import, and otherwise transfer the Work,
  5674        where such license applies only to those patent claims licensable
  5675        by such Contributor that are necessarily infringed by their
  5676        Contribution(s) alone or by combination of their Contribution(s)
  5677        with the Work to which such Contribution(s) was submitted. If You
  5678        institute patent litigation against any entity (including a
  5679        cross-claim or counterclaim in a lawsuit) alleging that the Work
  5680        or a Contribution incorporated within the Work constitutes direct
  5681        or contributory patent infringement, then any patent licenses
  5682        granted to You under this License for that Work shall terminate
  5683        as of the date such litigation is filed.
  5684  
  5685     4. Redistribution. You may reproduce and distribute copies of the
  5686        Work or Derivative Works thereof in any medium, with or without
  5687        modifications, and in Source or Object form, provided that You
  5688        meet the following conditions:
  5689  
  5690        (a) You must give any other recipients of the Work or
  5691            Derivative Works a copy of this License; and
  5692  
  5693        (b) You must cause any modified files to carry prominent notices
  5694            stating that You changed the files; and
  5695  
  5696        (c) You must retain, in the Source form of any Derivative Works
  5697            that You distribute, all copyright, patent, trademark, and
  5698            attribution notices from the Source form of the Work,
  5699            excluding those notices that do not pertain to any part of
  5700            the Derivative Works; and
  5701  
  5702        (d) If the Work includes a "NOTICE" text file as part of its
  5703            distribution, then any Derivative Works that You distribute must
  5704            include a readable copy of the attribution notices contained
  5705            within such NOTICE file, excluding those notices that do not
  5706            pertain to any part of the Derivative Works, in at least one
  5707            of the following places: within a NOTICE text file distributed
  5708            as part of the Derivative Works; within the Source form or
  5709            documentation, if provided along with the Derivative Works; or,
  5710            within a display generated by the Derivative Works, if and
  5711            wherever such third-party notices normally appear. The contents
  5712            of the NOTICE file are for informational purposes only and
  5713            do not modify the License. You may add Your own attribution
  5714            notices within Derivative Works that You distribute, alongside
  5715            or as an addendum to the NOTICE text from the Work, provided
  5716            that such additional attribution notices cannot be construed
  5717            as modifying the License.
  5718  
  5719        You may add Your own copyright statement to Your modifications and
  5720        may provide additional or different license terms and conditions
  5721        for use, reproduction, or distribution of Your modifications, or
  5722        for any such Derivative Works as a whole, provided Your use,
  5723        reproduction, and distribution of the Work otherwise complies with
  5724        the conditions stated in this License.
  5725  
  5726     5. Submission of Contributions. Unless You explicitly state otherwise,
  5727        any Contribution intentionally submitted for inclusion in the Work
  5728        by You to the Licensor shall be under the terms and conditions of
  5729        this License, without any additional terms or conditions.
  5730        Notwithstanding the above, nothing herein shall supersede or modify
  5731        the terms of any separate license agreement you may have executed
  5732        with Licensor regarding such Contributions.
  5733  
  5734     6. Trademarks. This License does not grant permission to use the trade
  5735        names, trademarks, service marks, or product names of the Licensor,
  5736        except as required for reasonable and customary use in describing the
  5737        origin of the Work and reproducing the content of the NOTICE file.
  5738  
  5739     7. Disclaimer of Warranty. Unless required by applicable law or
  5740        agreed to in writing, Licensor provides the Work (and each
  5741        Contributor provides its Contributions) on an "AS IS" BASIS,
  5742        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5743        implied, including, without limitation, any warranties or conditions
  5744        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5745        PARTICULAR PURPOSE. You are solely responsible for determining the
  5746        appropriateness of using or redistributing the Work and assume any
  5747        risks associated with Your exercise of permissions under this License.
  5748  
  5749     8. Limitation of Liability. In no event and under no legal theory,
  5750        whether in tort (including negligence), contract, or otherwise,
  5751        unless required by applicable law (such as deliberate and grossly
  5752        negligent acts) or agreed to in writing, shall any Contributor be
  5753        liable to You for damages, including any direct, indirect, special,
  5754        incidental, or consequential damages of any character arising as a
  5755        result of this License or out of the use or inability to use the
  5756        Work (including but not limited to damages for loss of goodwill,
  5757        work stoppage, computer failure or malfunction, or any and all
  5758        other commercial damages or losses), even if such Contributor
  5759        has been advised of the possibility of such damages.
  5760  
  5761     9. Accepting Warranty or Additional Liability. While redistributing
  5762        the Work or Derivative Works thereof, You may choose to offer,
  5763        and charge a fee for, acceptance of support, warranty, indemnity,
  5764        or other liability obligations and/or rights consistent with this
  5765        License. However, in accepting such obligations, You may act only
  5766        on Your own behalf and on Your sole responsibility, not on behalf
  5767        of any other Contributor, and only if You agree to indemnify,
  5768        defend, and hold each Contributor harmless for any liability
  5769        incurred by, or claims asserted against, such Contributor by reason
  5770        of your accepting any such warranty or additional liability.
  5771  
  5772     END OF TERMS AND CONDITIONS
  5773  
  5774     APPENDIX: How to apply the Apache License to your work.
  5775  
  5776        To apply the Apache License to your work, attach the following
  5777        boilerplate notice, with the fields enclosed by brackets "[]"
  5778        replaced with your own identifying information. (Don't include
  5779        the brackets!)  The text should be enclosed in the appropriate
  5780        comment syntax for the file format. We also recommend that a
  5781        file or class name and description of purpose be included on the
  5782        same "printed page" as the copyright notice for easier
  5783        identification within third-party archives.
  5784  
  5785     Copyright [yyyy] [name of copyright owner]
  5786  
  5787     Licensed under the Apache License, Version 2.0 (the "License");
  5788     you may not use this file except in compliance with the License.
  5789     You may obtain a copy of the License at
  5790  
  5791         http://www.apache.org/licenses/LICENSE-2.0
  5792  
  5793     Unless required by applicable law or agreed to in writing, software
  5794     distributed under the License is distributed on an "AS IS" BASIS,
  5795     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  5796     See the License for the specific language governing permissions and
  5797     limitations under the License.
  5798  
  5799  = LICENSE 41cbff0d41b7d20dd9d70de1e0380fdca6ec1f42d2533c75c5c1bec3 =
  5800  ================================================================================
  5801  
  5802  ================================================================================
  5803  = go.opencensus.io licensed under: =
  5804  
  5805  
  5806                                   Apache License
  5807                             Version 2.0, January 2004
  5808                          http://www.apache.org/licenses/
  5809  
  5810     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5811  
  5812     1. Definitions.
  5813  
  5814        "License" shall mean the terms and conditions for use, reproduction,
  5815        and distribution as defined by Sections 1 through 9 of this document.
  5816  
  5817        "Licensor" shall mean the copyright owner or entity authorized by
  5818        the copyright owner that is granting the License.
  5819  
  5820        "Legal Entity" shall mean the union of the acting entity and all
  5821        other entities that control, are controlled by, or are under common
  5822        control with that entity. For the purposes of this definition,
  5823        "control" means (i) the power, direct or indirect, to cause the
  5824        direction or management of such entity, whether by contract or
  5825        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  5826        outstanding shares, or (iii) beneficial ownership of such entity.
  5827  
  5828        "You" (or "Your") shall mean an individual or Legal Entity
  5829        exercising permissions granted by this License.
  5830  
  5831        "Source" form shall mean the preferred form for making modifications,
  5832        including but not limited to software source code, documentation
  5833        source, and configuration files.
  5834  
  5835        "Object" form shall mean any form resulting from mechanical
  5836        transformation or translation of a Source form, including but
  5837        not limited to compiled object code, generated documentation,
  5838        and conversions to other media types.
  5839  
  5840        "Work" shall mean the work of authorship, whether in Source or
  5841        Object form, made available under the License, as indicated by a
  5842        copyright notice that is included in or attached to the work
  5843        (an example is provided in the Appendix below).
  5844  
  5845        "Derivative Works" shall mean any work, whether in Source or Object
  5846        form, that is based on (or derived from) the Work and for which the
  5847        editorial revisions, annotations, elaborations, or other modifications
  5848        represent, as a whole, an original work of authorship. For the purposes
  5849        of this License, Derivative Works shall not include works that remain
  5850        separable from, or merely link (or bind by name) to the interfaces of,
  5851        the Work and Derivative Works thereof.
  5852  
  5853        "Contribution" shall mean any work of authorship, including
  5854        the original version of the Work and any modifications or additions
  5855        to that Work or Derivative Works thereof, that is intentionally
  5856        submitted to Licensor for inclusion in the Work by the copyright owner
  5857        or by an individual or Legal Entity authorized to submit on behalf of
  5858        the copyright owner. For the purposes of this definition, "submitted"
  5859        means any form of electronic, verbal, or written communication sent
  5860        to the Licensor or its representatives, including but not limited to
  5861        communication on electronic mailing lists, source code control systems,
  5862        and issue tracking systems that are managed by, or on behalf of, the
  5863        Licensor for the purpose of discussing and improving the Work, but
  5864        excluding communication that is conspicuously marked or otherwise
  5865        designated in writing by the copyright owner as "Not a Contribution."
  5866  
  5867        "Contributor" shall mean Licensor and any individual or Legal Entity
  5868        on behalf of whom a Contribution has been received by Licensor and
  5869        subsequently incorporated within the Work.
  5870  
  5871     2. Grant of Copyright License. Subject to the terms and conditions of
  5872        this License, each Contributor hereby grants to You a perpetual,
  5873        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5874        copyright license to reproduce, prepare Derivative Works of,
  5875        publicly display, publicly perform, sublicense, and distribute the
  5876        Work and such Derivative Works in Source or Object form.
  5877  
  5878     3. Grant of Patent License. Subject to the terms and conditions of
  5879        this License, each Contributor hereby grants to You a perpetual,
  5880        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  5881        (except as stated in this section) patent license to make, have made,
  5882        use, offer to sell, sell, import, and otherwise transfer the Work,
  5883        where such license applies only to those patent claims licensable
  5884        by such Contributor that are necessarily infringed by their
  5885        Contribution(s) alone or by combination of their Contribution(s)
  5886        with the Work to which such Contribution(s) was submitted. If You
  5887        institute patent litigation against any entity (including a
  5888        cross-claim or counterclaim in a lawsuit) alleging that the Work
  5889        or a Contribution incorporated within the Work constitutes direct
  5890        or contributory patent infringement, then any patent licenses
  5891        granted to You under this License for that Work shall terminate
  5892        as of the date such litigation is filed.
  5893  
  5894     4. Redistribution. You may reproduce and distribute copies of the
  5895        Work or Derivative Works thereof in any medium, with or without
  5896        modifications, and in Source or Object form, provided that You
  5897        meet the following conditions:
  5898  
  5899        (a) You must give any other recipients of the Work or
  5900            Derivative Works a copy of this License; and
  5901  
  5902        (b) You must cause any modified files to carry prominent notices
  5903            stating that You changed the files; and
  5904  
  5905        (c) You must retain, in the Source form of any Derivative Works
  5906            that You distribute, all copyright, patent, trademark, and
  5907            attribution notices from the Source form of the Work,
  5908            excluding those notices that do not pertain to any part of
  5909            the Derivative Works; and
  5910  
  5911        (d) If the Work includes a "NOTICE" text file as part of its
  5912            distribution, then any Derivative Works that You distribute must
  5913            include a readable copy of the attribution notices contained
  5914            within such NOTICE file, excluding those notices that do not
  5915            pertain to any part of the Derivative Works, in at least one
  5916            of the following places: within a NOTICE text file distributed
  5917            as part of the Derivative Works; within the Source form or
  5918            documentation, if provided along with the Derivative Works; or,
  5919            within a display generated by the Derivative Works, if and
  5920            wherever such third-party notices normally appear. The contents
  5921            of the NOTICE file are for informational purposes only and
  5922            do not modify the License. You may add Your own attribution
  5923            notices within Derivative Works that You distribute, alongside
  5924            or as an addendum to the NOTICE text from the Work, provided
  5925            that such additional attribution notices cannot be construed
  5926            as modifying the License.
  5927  
  5928        You may add Your own copyright statement to Your modifications and
  5929        may provide additional or different license terms and conditions
  5930        for use, reproduction, or distribution of Your modifications, or
  5931        for any such Derivative Works as a whole, provided Your use,
  5932        reproduction, and distribution of the Work otherwise complies with
  5933        the conditions stated in this License.
  5934  
  5935     5. Submission of Contributions. Unless You explicitly state otherwise,
  5936        any Contribution intentionally submitted for inclusion in the Work
  5937        by You to the Licensor shall be under the terms and conditions of
  5938        this License, without any additional terms or conditions.
  5939        Notwithstanding the above, nothing herein shall supersede or modify
  5940        the terms of any separate license agreement you may have executed
  5941        with Licensor regarding such Contributions.
  5942  
  5943     6. Trademarks. This License does not grant permission to use the trade
  5944        names, trademarks, service marks, or product names of the Licensor,
  5945        except as required for reasonable and customary use in describing the
  5946        origin of the Work and reproducing the content of the NOTICE file.
  5947  
  5948     7. Disclaimer of Warranty. Unless required by applicable law or
  5949        agreed to in writing, Licensor provides the Work (and each
  5950        Contributor provides its Contributions) on an "AS IS" BASIS,
  5951        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  5952        implied, including, without limitation, any warranties or conditions
  5953        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  5954        PARTICULAR PURPOSE. You are solely responsible for determining the
  5955        appropriateness of using or redistributing the Work and assume any
  5956        risks associated with Your exercise of permissions under this License.
  5957  
  5958     8. Limitation of Liability. In no event and under no legal theory,
  5959        whether in tort (including negligence), contract, or otherwise,
  5960        unless required by applicable law (such as deliberate and grossly
  5961        negligent acts) or agreed to in writing, shall any Contributor be
  5962        liable to You for damages, including any direct, indirect, special,
  5963        incidental, or consequential damages of any character arising as a
  5964        result of this License or out of the use or inability to use the
  5965        Work (including but not limited to damages for loss of goodwill,
  5966        work stoppage, computer failure or malfunction, or any and all
  5967        other commercial damages or losses), even if such Contributor
  5968        has been advised of the possibility of such damages.
  5969  
  5970     9. Accepting Warranty or Additional Liability. While redistributing
  5971        the Work or Derivative Works thereof, You may choose to offer,
  5972        and charge a fee for, acceptance of support, warranty, indemnity,
  5973        or other liability obligations and/or rights consistent with this
  5974        License. However, in accepting such obligations, You may act only
  5975        on Your own behalf and on Your sole responsibility, not on behalf
  5976        of any other Contributor, and only if You agree to indemnify,
  5977        defend, and hold each Contributor harmless for any liability
  5978        incurred by, or claims asserted against, such Contributor by reason
  5979        of your accepting any such warranty or additional liability.
  5980  
  5981     END OF TERMS AND CONDITIONS
  5982  
  5983     APPENDIX: How to apply the Apache License to your work.
  5984  
  5985        To apply the Apache License to your work, attach the following
  5986        boilerplate notice, with the fields enclosed by brackets "[]"
  5987        replaced with your own identifying information. (Don't include
  5988        the brackets!)  The text should be enclosed in the appropriate
  5989        comment syntax for the file format. We also recommend that a
  5990        file or class name and description of purpose be included on the
  5991        same "printed page" as the copyright notice for easier
  5992        identification within third-party archives.
  5993  
  5994     Copyright [yyyy] [name of copyright owner]
  5995  
  5996     Licensed under the Apache License, Version 2.0 (the "License");
  5997     you may not use this file except in compliance with the License.
  5998     You may obtain a copy of the License at
  5999  
  6000         http://www.apache.org/licenses/LICENSE-2.0
  6001  
  6002     Unless required by applicable law or agreed to in writing, software
  6003     distributed under the License is distributed on an "AS IS" BASIS,
  6004     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  6005     See the License for the specific language governing permissions and
  6006     limitations under the License.
  6007  = LICENSE c886fa39bf486cb02f42ba890dad9e80db2090cd193b3c95b865b3a9 =
  6008  ================================================================================
  6009  
  6010  ================================================================================
  6011  = go.uber.org/atomic licensed under: =
  6012  
  6013  Copyright (c) 2016 Uber Technologies, Inc.
  6014  
  6015  Permission is hereby granted, free of charge, to any person obtaining a copy
  6016  of this software and associated documentation files (the "Software"), to deal
  6017  in the Software without restriction, including without limitation the rights
  6018  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  6019  copies of the Software, and to permit persons to whom the Software is
  6020  furnished to do so, subject to the following conditions:
  6021  
  6022  The above copyright notice and this permission notice shall be included in
  6023  all copies or substantial portions of the Software.
  6024  
  6025  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  6026  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  6027  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  6028  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  6029  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  6030  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  6031  THE SOFTWARE.
  6032  
  6033  = LICENSE.txt 555a27355721f895d77cc791d2d0a1aee1c85ee51a14d0161f7f5467 =
  6034  ================================================================================
  6035  
  6036  ================================================================================
  6037  = go.uber.org/multierr licensed under: =
  6038  
  6039  Copyright (c) 2017 Uber Technologies, Inc.
  6040  
  6041  Permission is hereby granted, free of charge, to any person obtaining a copy
  6042  of this software and associated documentation files (the "Software"), to deal
  6043  in the Software without restriction, including without limitation the rights
  6044  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  6045  copies of the Software, and to permit persons to whom the Software is
  6046  furnished to do so, subject to the following conditions:
  6047  
  6048  The above copyright notice and this permission notice shall be included in
  6049  all copies or substantial portions of the Software.
  6050  
  6051  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  6052  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  6053  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  6054  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  6055  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  6056  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  6057  THE SOFTWARE.
  6058  
  6059  = LICENSE.txt da2aaffd49f8648417c879dada43e616be47cc7cf3192515f60b9239 =
  6060  ================================================================================
  6061  
  6062  ================================================================================
  6063  = go.uber.org/zap licensed under: =
  6064  
  6065  Copyright (c) 2016-2017 Uber Technologies, Inc.
  6066  
  6067  Permission is hereby granted, free of charge, to any person obtaining a copy
  6068  of this software and associated documentation files (the "Software"), to deal
  6069  in the Software without restriction, including without limitation the rights
  6070  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  6071  copies of the Software, and to permit persons to whom the Software is
  6072  furnished to do so, subject to the following conditions:
  6073  
  6074  The above copyright notice and this permission notice shall be included in
  6075  all copies or substantial portions of the Software.
  6076  
  6077  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  6078  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  6079  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  6080  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  6081  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  6082  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  6083  THE SOFTWARE.
  6084  
  6085  = LICENSE.txt 75fb03c5e999b5b8c82ab27193fddc2a98b65b5a098dac5a12c3bb96 =
  6086  ================================================================================
  6087  
  6088  ================================================================================
  6089  = golang.org/x/crypto licensed under: =
  6090  
  6091  Copyright (c) 2009 The Go Authors. All rights reserved.
  6092  
  6093  Redistribution and use in source and binary forms, with or without
  6094  modification, are permitted provided that the following conditions are
  6095  met:
  6096  
  6097     * Redistributions of source code must retain the above copyright
  6098  notice, this list of conditions and the following disclaimer.
  6099     * Redistributions in binary form must reproduce the above
  6100  copyright notice, this list of conditions and the following disclaimer
  6101  in the documentation and/or other materials provided with the
  6102  distribution.
  6103     * Neither the name of Google Inc. nor the names of its
  6104  contributors may be used to endorse or promote products derived from
  6105  this software without specific prior written permission.
  6106  
  6107  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6108  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6109  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6110  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6111  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6112  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6113  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6114  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6115  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6116  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6117  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6118  
  6119  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
  6120  ================================================================================
  6121  
  6122  ================================================================================
  6123  = golang.org/x/net licensed under: =
  6124  
  6125  Copyright (c) 2009 The Go Authors. All rights reserved.
  6126  
  6127  Redistribution and use in source and binary forms, with or without
  6128  modification, are permitted provided that the following conditions are
  6129  met:
  6130  
  6131     * Redistributions of source code must retain the above copyright
  6132  notice, this list of conditions and the following disclaimer.
  6133     * Redistributions in binary form must reproduce the above
  6134  copyright notice, this list of conditions and the following disclaimer
  6135  in the documentation and/or other materials provided with the
  6136  distribution.
  6137     * Neither the name of Google Inc. nor the names of its
  6138  contributors may be used to endorse or promote products derived from
  6139  this software without specific prior written permission.
  6140  
  6141  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6142  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6143  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6144  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6145  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6146  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6147  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6148  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6149  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6150  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6151  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6152  
  6153  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
  6154  ================================================================================
  6155  
  6156  ================================================================================
  6157  = golang.org/x/oauth2 licensed under: =
  6158  
  6159  Copyright (c) 2009 The Go Authors. All rights reserved.
  6160  
  6161  Redistribution and use in source and binary forms, with or without
  6162  modification, are permitted provided that the following conditions are
  6163  met:
  6164  
  6165     * Redistributions of source code must retain the above copyright
  6166  notice, this list of conditions and the following disclaimer.
  6167     * Redistributions in binary form must reproduce the above
  6168  copyright notice, this list of conditions and the following disclaimer
  6169  in the documentation and/or other materials provided with the
  6170  distribution.
  6171     * Neither the name of Google Inc. nor the names of its
  6172  contributors may be used to endorse or promote products derived from
  6173  this software without specific prior written permission.
  6174  
  6175  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6176  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6177  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6178  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6179  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6180  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6181  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6182  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6183  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6184  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6185  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6186  
  6187  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
  6188  ================================================================================
  6189  
  6190  ================================================================================
  6191  = golang.org/x/sync licensed under: =
  6192  
  6193  Copyright (c) 2009 The Go Authors. All rights reserved.
  6194  
  6195  Redistribution and use in source and binary forms, with or without
  6196  modification, are permitted provided that the following conditions are
  6197  met:
  6198  
  6199     * Redistributions of source code must retain the above copyright
  6200  notice, this list of conditions and the following disclaimer.
  6201     * Redistributions in binary form must reproduce the above
  6202  copyright notice, this list of conditions and the following disclaimer
  6203  in the documentation and/or other materials provided with the
  6204  distribution.
  6205     * Neither the name of Google Inc. nor the names of its
  6206  contributors may be used to endorse or promote products derived from
  6207  this software without specific prior written permission.
  6208  
  6209  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6210  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6211  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6212  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6213  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6214  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6215  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6216  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6217  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6218  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6219  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6220  
  6221  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
  6222  ================================================================================
  6223  
  6224  ================================================================================
  6225  = golang.org/x/sys licensed under: =
  6226  
  6227  Copyright (c) 2009 The Go Authors. All rights reserved.
  6228  
  6229  Redistribution and use in source and binary forms, with or without
  6230  modification, are permitted provided that the following conditions are
  6231  met:
  6232  
  6233     * Redistributions of source code must retain the above copyright
  6234  notice, this list of conditions and the following disclaimer.
  6235     * Redistributions in binary form must reproduce the above
  6236  copyright notice, this list of conditions and the following disclaimer
  6237  in the documentation and/or other materials provided with the
  6238  distribution.
  6239     * Neither the name of Google Inc. nor the names of its
  6240  contributors may be used to endorse or promote products derived from
  6241  this software without specific prior written permission.
  6242  
  6243  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6244  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6245  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6246  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6247  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6248  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6249  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6250  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6251  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6252  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6253  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6254  
  6255  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
  6256  ================================================================================
  6257  
  6258  ================================================================================
  6259  = golang.org/x/text licensed under: =
  6260  
  6261  Copyright (c) 2009 The Go Authors. All rights reserved.
  6262  
  6263  Redistribution and use in source and binary forms, with or without
  6264  modification, are permitted provided that the following conditions are
  6265  met:
  6266  
  6267     * Redistributions of source code must retain the above copyright
  6268  notice, this list of conditions and the following disclaimer.
  6269     * Redistributions in binary form must reproduce the above
  6270  copyright notice, this list of conditions and the following disclaimer
  6271  in the documentation and/or other materials provided with the
  6272  distribution.
  6273     * Neither the name of Google Inc. nor the names of its
  6274  contributors may be used to endorse or promote products derived from
  6275  this software without specific prior written permission.
  6276  
  6277  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6278  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6279  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6280  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6281  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6282  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6283  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6284  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6285  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6286  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6287  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6288  
  6289  = LICENSE ed6066ae50f153e2965216c6d4b9335900f1f8b2b526527f49a619d7 =
  6290  ================================================================================
  6291  
  6292  ================================================================================
  6293  = google.golang.org/api licensed under: =
  6294  
  6295  Copyright (c) 2011 Google Inc. All rights reserved.
  6296  
  6297  Redistribution and use in source and binary forms, with or without
  6298  modification, are permitted provided that the following conditions are
  6299  met:
  6300  
  6301     * Redistributions of source code must retain the above copyright
  6302  notice, this list of conditions and the following disclaimer.
  6303     * Redistributions in binary form must reproduce the above
  6304  copyright notice, this list of conditions and the following disclaimer
  6305  in the documentation and/or other materials provided with the
  6306  distribution.
  6307     * Neither the name of Google Inc. nor the names of its
  6308  contributors may be used to endorse or promote products derived from
  6309  this software without specific prior written permission.
  6310  
  6311  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6312  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6313  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6314  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6315  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6316  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6317  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6318  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6319  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6320  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6321  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6322  
  6323  = LICENSE 714d639ff3f29361107352104d3f8fb1abf9eafdd98fc23a42435122 =
  6324  ================================================================================
  6325  
  6326  ================================================================================
  6327  = google.golang.org/genproto licensed under: =
  6328  
  6329  
  6330                                   Apache License
  6331                             Version 2.0, January 2004
  6332                          http://www.apache.org/licenses/
  6333  
  6334     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  6335  
  6336     1. Definitions.
  6337  
  6338        "License" shall mean the terms and conditions for use, reproduction,
  6339        and distribution as defined by Sections 1 through 9 of this document.
  6340  
  6341        "Licensor" shall mean the copyright owner or entity authorized by
  6342        the copyright owner that is granting the License.
  6343  
  6344        "Legal Entity" shall mean the union of the acting entity and all
  6345        other entities that control, are controlled by, or are under common
  6346        control with that entity. For the purposes of this definition,
  6347        "control" means (i) the power, direct or indirect, to cause the
  6348        direction or management of such entity, whether by contract or
  6349        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  6350        outstanding shares, or (iii) beneficial ownership of such entity.
  6351  
  6352        "You" (or "Your") shall mean an individual or Legal Entity
  6353        exercising permissions granted by this License.
  6354  
  6355        "Source" form shall mean the preferred form for making modifications,
  6356        including but not limited to software source code, documentation
  6357        source, and configuration files.
  6358  
  6359        "Object" form shall mean any form resulting from mechanical
  6360        transformation or translation of a Source form, including but
  6361        not limited to compiled object code, generated documentation,
  6362        and conversions to other media types.
  6363  
  6364        "Work" shall mean the work of authorship, whether in Source or
  6365        Object form, made available under the License, as indicated by a
  6366        copyright notice that is included in or attached to the work
  6367        (an example is provided in the Appendix below).
  6368  
  6369        "Derivative Works" shall mean any work, whether in Source or Object
  6370        form, that is based on (or derived from) the Work and for which the
  6371        editorial revisions, annotations, elaborations, or other modifications
  6372        represent, as a whole, an original work of authorship. For the purposes
  6373        of this License, Derivative Works shall not include works that remain
  6374        separable from, or merely link (or bind by name) to the interfaces of,
  6375        the Work and Derivative Works thereof.
  6376  
  6377        "Contribution" shall mean any work of authorship, including
  6378        the original version of the Work and any modifications or additions
  6379        to that Work or Derivative Works thereof, that is intentionally
  6380        submitted to Licensor for inclusion in the Work by the copyright owner
  6381        or by an individual or Legal Entity authorized to submit on behalf of
  6382        the copyright owner. For the purposes of this definition, "submitted"
  6383        means any form of electronic, verbal, or written communication sent
  6384        to the Licensor or its representatives, including but not limited to
  6385        communication on electronic mailing lists, source code control systems,
  6386        and issue tracking systems that are managed by, or on behalf of, the
  6387        Licensor for the purpose of discussing and improving the Work, but
  6388        excluding communication that is conspicuously marked or otherwise
  6389        designated in writing by the copyright owner as "Not a Contribution."
  6390  
  6391        "Contributor" shall mean Licensor and any individual or Legal Entity
  6392        on behalf of whom a Contribution has been received by Licensor and
  6393        subsequently incorporated within the Work.
  6394  
  6395     2. Grant of Copyright License. Subject to the terms and conditions of
  6396        this License, each Contributor hereby grants to You a perpetual,
  6397        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6398        copyright license to reproduce, prepare Derivative Works of,
  6399        publicly display, publicly perform, sublicense, and distribute the
  6400        Work and such Derivative Works in Source or Object form.
  6401  
  6402     3. Grant of Patent License. Subject to the terms and conditions of
  6403        this License, each Contributor hereby grants to You a perpetual,
  6404        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6405        (except as stated in this section) patent license to make, have made,
  6406        use, offer to sell, sell, import, and otherwise transfer the Work,
  6407        where such license applies only to those patent claims licensable
  6408        by such Contributor that are necessarily infringed by their
  6409        Contribution(s) alone or by combination of their Contribution(s)
  6410        with the Work to which such Contribution(s) was submitted. If You
  6411        institute patent litigation against any entity (including a
  6412        cross-claim or counterclaim in a lawsuit) alleging that the Work
  6413        or a Contribution incorporated within the Work constitutes direct
  6414        or contributory patent infringement, then any patent licenses
  6415        granted to You under this License for that Work shall terminate
  6416        as of the date such litigation is filed.
  6417  
  6418     4. Redistribution. You may reproduce and distribute copies of the
  6419        Work or Derivative Works thereof in any medium, with or without
  6420        modifications, and in Source or Object form, provided that You
  6421        meet the following conditions:
  6422  
  6423        (a) You must give any other recipients of the Work or
  6424            Derivative Works a copy of this License; and
  6425  
  6426        (b) You must cause any modified files to carry prominent notices
  6427            stating that You changed the files; and
  6428  
  6429        (c) You must retain, in the Source form of any Derivative Works
  6430            that You distribute, all copyright, patent, trademark, and
  6431            attribution notices from the Source form of the Work,
  6432            excluding those notices that do not pertain to any part of
  6433            the Derivative Works; and
  6434  
  6435        (d) If the Work includes a "NOTICE" text file as part of its
  6436            distribution, then any Derivative Works that You distribute must
  6437            include a readable copy of the attribution notices contained
  6438            within such NOTICE file, excluding those notices that do not
  6439            pertain to any part of the Derivative Works, in at least one
  6440            of the following places: within a NOTICE text file distributed
  6441            as part of the Derivative Works; within the Source form or
  6442            documentation, if provided along with the Derivative Works; or,
  6443            within a display generated by the Derivative Works, if and
  6444            wherever such third-party notices normally appear. The contents
  6445            of the NOTICE file are for informational purposes only and
  6446            do not modify the License. You may add Your own attribution
  6447            notices within Derivative Works that You distribute, alongside
  6448            or as an addendum to the NOTICE text from the Work, provided
  6449            that such additional attribution notices cannot be construed
  6450            as modifying the License.
  6451  
  6452        You may add Your own copyright statement to Your modifications and
  6453        may provide additional or different license terms and conditions
  6454        for use, reproduction, or distribution of Your modifications, or
  6455        for any such Derivative Works as a whole, provided Your use,
  6456        reproduction, and distribution of the Work otherwise complies with
  6457        the conditions stated in this License.
  6458  
  6459     5. Submission of Contributions. Unless You explicitly state otherwise,
  6460        any Contribution intentionally submitted for inclusion in the Work
  6461        by You to the Licensor shall be under the terms and conditions of
  6462        this License, without any additional terms or conditions.
  6463        Notwithstanding the above, nothing herein shall supersede or modify
  6464        the terms of any separate license agreement you may have executed
  6465        with Licensor regarding such Contributions.
  6466  
  6467     6. Trademarks. This License does not grant permission to use the trade
  6468        names, trademarks, service marks, or product names of the Licensor,
  6469        except as required for reasonable and customary use in describing the
  6470        origin of the Work and reproducing the content of the NOTICE file.
  6471  
  6472     7. Disclaimer of Warranty. Unless required by applicable law or
  6473        agreed to in writing, Licensor provides the Work (and each
  6474        Contributor provides its Contributions) on an "AS IS" BASIS,
  6475        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  6476        implied, including, without limitation, any warranties or conditions
  6477        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  6478        PARTICULAR PURPOSE. You are solely responsible for determining the
  6479        appropriateness of using or redistributing the Work and assume any
  6480        risks associated with Your exercise of permissions under this License.
  6481  
  6482     8. Limitation of Liability. In no event and under no legal theory,
  6483        whether in tort (including negligence), contract, or otherwise,
  6484        unless required by applicable law (such as deliberate and grossly
  6485        negligent acts) or agreed to in writing, shall any Contributor be
  6486        liable to You for damages, including any direct, indirect, special,
  6487        incidental, or consequential damages of any character arising as a
  6488        result of this License or out of the use or inability to use the
  6489        Work (including but not limited to damages for loss of goodwill,
  6490        work stoppage, computer failure or malfunction, or any and all
  6491        other commercial damages or losses), even if such Contributor
  6492        has been advised of the possibility of such damages.
  6493  
  6494     9. Accepting Warranty or Additional Liability. While redistributing
  6495        the Work or Derivative Works thereof, You may choose to offer,
  6496        and charge a fee for, acceptance of support, warranty, indemnity,
  6497        or other liability obligations and/or rights consistent with this
  6498        License. However, in accepting such obligations, You may act only
  6499        on Your own behalf and on Your sole responsibility, not on behalf
  6500        of any other Contributor, and only if You agree to indemnify,
  6501        defend, and hold each Contributor harmless for any liability
  6502        incurred by, or claims asserted against, such Contributor by reason
  6503        of your accepting any such warranty or additional liability.
  6504  
  6505     END OF TERMS AND CONDITIONS
  6506  
  6507     APPENDIX: How to apply the Apache License to your work.
  6508  
  6509        To apply the Apache License to your work, attach the following
  6510        boilerplate notice, with the fields enclosed by brackets "[]"
  6511        replaced with your own identifying information. (Don't include
  6512        the brackets!)  The text should be enclosed in the appropriate
  6513        comment syntax for the file format. We also recommend that a
  6514        file or class name and description of purpose be included on the
  6515        same "printed page" as the copyright notice for easier
  6516        identification within third-party archives.
  6517  
  6518     Copyright [yyyy] [name of copyright owner]
  6519  
  6520     Licensed under the Apache License, Version 2.0 (the "License");
  6521     you may not use this file except in compliance with the License.
  6522     You may obtain a copy of the License at
  6523  
  6524         http://www.apache.org/licenses/LICENSE-2.0
  6525  
  6526     Unless required by applicable law or agreed to in writing, software
  6527     distributed under the License is distributed on an "AS IS" BASIS,
  6528     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  6529     See the License for the specific language governing permissions and
  6530     limitations under the License.
  6531  
  6532  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  6533  ================================================================================
  6534  
  6535  ================================================================================
  6536  = google.golang.org/grpc licensed under: =
  6537  
  6538  
  6539                                   Apache License
  6540                             Version 2.0, January 2004
  6541                          http://www.apache.org/licenses/
  6542  
  6543     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  6544  
  6545     1. Definitions.
  6546  
  6547        "License" shall mean the terms and conditions for use, reproduction,
  6548        and distribution as defined by Sections 1 through 9 of this document.
  6549  
  6550        "Licensor" shall mean the copyright owner or entity authorized by
  6551        the copyright owner that is granting the License.
  6552  
  6553        "Legal Entity" shall mean the union of the acting entity and all
  6554        other entities that control, are controlled by, or are under common
  6555        control with that entity. For the purposes of this definition,
  6556        "control" means (i) the power, direct or indirect, to cause the
  6557        direction or management of such entity, whether by contract or
  6558        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  6559        outstanding shares, or (iii) beneficial ownership of such entity.
  6560  
  6561        "You" (or "Your") shall mean an individual or Legal Entity
  6562        exercising permissions granted by this License.
  6563  
  6564        "Source" form shall mean the preferred form for making modifications,
  6565        including but not limited to software source code, documentation
  6566        source, and configuration files.
  6567  
  6568        "Object" form shall mean any form resulting from mechanical
  6569        transformation or translation of a Source form, including but
  6570        not limited to compiled object code, generated documentation,
  6571        and conversions to other media types.
  6572  
  6573        "Work" shall mean the work of authorship, whether in Source or
  6574        Object form, made available under the License, as indicated by a
  6575        copyright notice that is included in or attached to the work
  6576        (an example is provided in the Appendix below).
  6577  
  6578        "Derivative Works" shall mean any work, whether in Source or Object
  6579        form, that is based on (or derived from) the Work and for which the
  6580        editorial revisions, annotations, elaborations, or other modifications
  6581        represent, as a whole, an original work of authorship. For the purposes
  6582        of this License, Derivative Works shall not include works that remain
  6583        separable from, or merely link (or bind by name) to the interfaces of,
  6584        the Work and Derivative Works thereof.
  6585  
  6586        "Contribution" shall mean any work of authorship, including
  6587        the original version of the Work and any modifications or additions
  6588        to that Work or Derivative Works thereof, that is intentionally
  6589        submitted to Licensor for inclusion in the Work by the copyright owner
  6590        or by an individual or Legal Entity authorized to submit on behalf of
  6591        the copyright owner. For the purposes of this definition, "submitted"
  6592        means any form of electronic, verbal, or written communication sent
  6593        to the Licensor or its representatives, including but not limited to
  6594        communication on electronic mailing lists, source code control systems,
  6595        and issue tracking systems that are managed by, or on behalf of, the
  6596        Licensor for the purpose of discussing and improving the Work, but
  6597        excluding communication that is conspicuously marked or otherwise
  6598        designated in writing by the copyright owner as "Not a Contribution."
  6599  
  6600        "Contributor" shall mean Licensor and any individual or Legal Entity
  6601        on behalf of whom a Contribution has been received by Licensor and
  6602        subsequently incorporated within the Work.
  6603  
  6604     2. Grant of Copyright License. Subject to the terms and conditions of
  6605        this License, each Contributor hereby grants to You a perpetual,
  6606        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6607        copyright license to reproduce, prepare Derivative Works of,
  6608        publicly display, publicly perform, sublicense, and distribute the
  6609        Work and such Derivative Works in Source or Object form.
  6610  
  6611     3. Grant of Patent License. Subject to the terms and conditions of
  6612        this License, each Contributor hereby grants to You a perpetual,
  6613        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6614        (except as stated in this section) patent license to make, have made,
  6615        use, offer to sell, sell, import, and otherwise transfer the Work,
  6616        where such license applies only to those patent claims licensable
  6617        by such Contributor that are necessarily infringed by their
  6618        Contribution(s) alone or by combination of their Contribution(s)
  6619        with the Work to which such Contribution(s) was submitted. If You
  6620        institute patent litigation against any entity (including a
  6621        cross-claim or counterclaim in a lawsuit) alleging that the Work
  6622        or a Contribution incorporated within the Work constitutes direct
  6623        or contributory patent infringement, then any patent licenses
  6624        granted to You under this License for that Work shall terminate
  6625        as of the date such litigation is filed.
  6626  
  6627     4. Redistribution. You may reproduce and distribute copies of the
  6628        Work or Derivative Works thereof in any medium, with or without
  6629        modifications, and in Source or Object form, provided that You
  6630        meet the following conditions:
  6631  
  6632        (a) You must give any other recipients of the Work or
  6633            Derivative Works a copy of this License; and
  6634  
  6635        (b) You must cause any modified files to carry prominent notices
  6636            stating that You changed the files; and
  6637  
  6638        (c) You must retain, in the Source form of any Derivative Works
  6639            that You distribute, all copyright, patent, trademark, and
  6640            attribution notices from the Source form of the Work,
  6641            excluding those notices that do not pertain to any part of
  6642            the Derivative Works; and
  6643  
  6644        (d) If the Work includes a "NOTICE" text file as part of its
  6645            distribution, then any Derivative Works that You distribute must
  6646            include a readable copy of the attribution notices contained
  6647            within such NOTICE file, excluding those notices that do not
  6648            pertain to any part of the Derivative Works, in at least one
  6649            of the following places: within a NOTICE text file distributed
  6650            as part of the Derivative Works; within the Source form or
  6651            documentation, if provided along with the Derivative Works; or,
  6652            within a display generated by the Derivative Works, if and
  6653            wherever such third-party notices normally appear. The contents
  6654            of the NOTICE file are for informational purposes only and
  6655            do not modify the License. You may add Your own attribution
  6656            notices within Derivative Works that You distribute, alongside
  6657            or as an addendum to the NOTICE text from the Work, provided
  6658            that such additional attribution notices cannot be construed
  6659            as modifying the License.
  6660  
  6661        You may add Your own copyright statement to Your modifications and
  6662        may provide additional or different license terms and conditions
  6663        for use, reproduction, or distribution of Your modifications, or
  6664        for any such Derivative Works as a whole, provided Your use,
  6665        reproduction, and distribution of the Work otherwise complies with
  6666        the conditions stated in this License.
  6667  
  6668     5. Submission of Contributions. Unless You explicitly state otherwise,
  6669        any Contribution intentionally submitted for inclusion in the Work
  6670        by You to the Licensor shall be under the terms and conditions of
  6671        this License, without any additional terms or conditions.
  6672        Notwithstanding the above, nothing herein shall supersede or modify
  6673        the terms of any separate license agreement you may have executed
  6674        with Licensor regarding such Contributions.
  6675  
  6676     6. Trademarks. This License does not grant permission to use the trade
  6677        names, trademarks, service marks, or product names of the Licensor,
  6678        except as required for reasonable and customary use in describing the
  6679        origin of the Work and reproducing the content of the NOTICE file.
  6680  
  6681     7. Disclaimer of Warranty. Unless required by applicable law or
  6682        agreed to in writing, Licensor provides the Work (and each
  6683        Contributor provides its Contributions) on an "AS IS" BASIS,
  6684        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  6685        implied, including, without limitation, any warranties or conditions
  6686        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  6687        PARTICULAR PURPOSE. You are solely responsible for determining the
  6688        appropriateness of using or redistributing the Work and assume any
  6689        risks associated with Your exercise of permissions under this License.
  6690  
  6691     8. Limitation of Liability. In no event and under no legal theory,
  6692        whether in tort (including negligence), contract, or otherwise,
  6693        unless required by applicable law (such as deliberate and grossly
  6694        negligent acts) or agreed to in writing, shall any Contributor be
  6695        liable to You for damages, including any direct, indirect, special,
  6696        incidental, or consequential damages of any character arising as a
  6697        result of this License or out of the use or inability to use the
  6698        Work (including but not limited to damages for loss of goodwill,
  6699        work stoppage, computer failure or malfunction, or any and all
  6700        other commercial damages or losses), even if such Contributor
  6701        has been advised of the possibility of such damages.
  6702  
  6703     9. Accepting Warranty or Additional Liability. While redistributing
  6704        the Work or Derivative Works thereof, You may choose to offer,
  6705        and charge a fee for, acceptance of support, warranty, indemnity,
  6706        or other liability obligations and/or rights consistent with this
  6707        License. However, in accepting such obligations, You may act only
  6708        on Your own behalf and on Your sole responsibility, not on behalf
  6709        of any other Contributor, and only if You agree to indemnify,
  6710        defend, and hold each Contributor harmless for any liability
  6711        incurred by, or claims asserted against, such Contributor by reason
  6712        of your accepting any such warranty or additional liability.
  6713  
  6714     END OF TERMS AND CONDITIONS
  6715  
  6716     APPENDIX: How to apply the Apache License to your work.
  6717  
  6718        To apply the Apache License to your work, attach the following
  6719        boilerplate notice, with the fields enclosed by brackets "[]"
  6720        replaced with your own identifying information. (Don't include
  6721        the brackets!)  The text should be enclosed in the appropriate
  6722        comment syntax for the file format. We also recommend that a
  6723        file or class name and description of purpose be included on the
  6724        same "printed page" as the copyright notice for easier
  6725        identification within third-party archives.
  6726  
  6727     Copyright [yyyy] [name of copyright owner]
  6728  
  6729     Licensed under the Apache License, Version 2.0 (the "License");
  6730     you may not use this file except in compliance with the License.
  6731     You may obtain a copy of the License at
  6732  
  6733         http://www.apache.org/licenses/LICENSE-2.0
  6734  
  6735     Unless required by applicable law or agreed to in writing, software
  6736     distributed under the License is distributed on an "AS IS" BASIS,
  6737     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  6738     See the License for the specific language governing permissions and
  6739     limitations under the License.
  6740  
  6741  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  6742  ================================================================================
  6743  
  6744  ================================================================================
  6745  = google.golang.org/protobuf licensed under: =
  6746  
  6747  Copyright (c) 2018 The Go Authors. All rights reserved.
  6748  
  6749  Redistribution and use in source and binary forms, with or without
  6750  modification, are permitted provided that the following conditions are
  6751  met:
  6752  
  6753     * Redistributions of source code must retain the above copyright
  6754  notice, this list of conditions and the following disclaimer.
  6755     * Redistributions in binary form must reproduce the above
  6756  copyright notice, this list of conditions and the following disclaimer
  6757  in the documentation and/or other materials provided with the
  6758  distribution.
  6759     * Neither the name of Google Inc. nor the names of its
  6760  contributors may be used to endorse or promote products derived from
  6761  this software without specific prior written permission.
  6762  
  6763  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6764  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6765  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6766  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  6767  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6768  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  6769  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  6770  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  6771  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  6772  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  6773  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6774  
  6775  = LICENSE 3565fbf999a10a748647f3a2f7ff9f5dfcf1af7502a30f860ef0bf98 =
  6776  ================================================================================
  6777  
  6778  ================================================================================
  6779  = gopkg.in/square/go-jose.v2 licensed under: =
  6780  
  6781  
  6782                                   Apache License
  6783                             Version 2.0, January 2004
  6784                          http://www.apache.org/licenses/
  6785  
  6786     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  6787  
  6788     1. Definitions.
  6789  
  6790        "License" shall mean the terms and conditions for use, reproduction,
  6791        and distribution as defined by Sections 1 through 9 of this document.
  6792  
  6793        "Licensor" shall mean the copyright owner or entity authorized by
  6794        the copyright owner that is granting the License.
  6795  
  6796        "Legal Entity" shall mean the union of the acting entity and all
  6797        other entities that control, are controlled by, or are under common
  6798        control with that entity. For the purposes of this definition,
  6799        "control" means (i) the power, direct or indirect, to cause the
  6800        direction or management of such entity, whether by contract or
  6801        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  6802        outstanding shares, or (iii) beneficial ownership of such entity.
  6803  
  6804        "You" (or "Your") shall mean an individual or Legal Entity
  6805        exercising permissions granted by this License.
  6806  
  6807        "Source" form shall mean the preferred form for making modifications,
  6808        including but not limited to software source code, documentation
  6809        source, and configuration files.
  6810  
  6811        "Object" form shall mean any form resulting from mechanical
  6812        transformation or translation of a Source form, including but
  6813        not limited to compiled object code, generated documentation,
  6814        and conversions to other media types.
  6815  
  6816        "Work" shall mean the work of authorship, whether in Source or
  6817        Object form, made available under the License, as indicated by a
  6818        copyright notice that is included in or attached to the work
  6819        (an example is provided in the Appendix below).
  6820  
  6821        "Derivative Works" shall mean any work, whether in Source or Object
  6822        form, that is based on (or derived from) the Work and for which the
  6823        editorial revisions, annotations, elaborations, or other modifications
  6824        represent, as a whole, an original work of authorship. For the purposes
  6825        of this License, Derivative Works shall not include works that remain
  6826        separable from, or merely link (or bind by name) to the interfaces of,
  6827        the Work and Derivative Works thereof.
  6828  
  6829        "Contribution" shall mean any work of authorship, including
  6830        the original version of the Work and any modifications or additions
  6831        to that Work or Derivative Works thereof, that is intentionally
  6832        submitted to Licensor for inclusion in the Work by the copyright owner
  6833        or by an individual or Legal Entity authorized to submit on behalf of
  6834        the copyright owner. For the purposes of this definition, "submitted"
  6835        means any form of electronic, verbal, or written communication sent
  6836        to the Licensor or its representatives, including but not limited to
  6837        communication on electronic mailing lists, source code control systems,
  6838        and issue tracking systems that are managed by, or on behalf of, the
  6839        Licensor for the purpose of discussing and improving the Work, but
  6840        excluding communication that is conspicuously marked or otherwise
  6841        designated in writing by the copyright owner as "Not a Contribution."
  6842  
  6843        "Contributor" shall mean Licensor and any individual or Legal Entity
  6844        on behalf of whom a Contribution has been received by Licensor and
  6845        subsequently incorporated within the Work.
  6846  
  6847     2. Grant of Copyright License. Subject to the terms and conditions of
  6848        this License, each Contributor hereby grants to You a perpetual,
  6849        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6850        copyright license to reproduce, prepare Derivative Works of,
  6851        publicly display, publicly perform, sublicense, and distribute the
  6852        Work and such Derivative Works in Source or Object form.
  6853  
  6854     3. Grant of Patent License. Subject to the terms and conditions of
  6855        this License, each Contributor hereby grants to You a perpetual,
  6856        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  6857        (except as stated in this section) patent license to make, have made,
  6858        use, offer to sell, sell, import, and otherwise transfer the Work,
  6859        where such license applies only to those patent claims licensable
  6860        by such Contributor that are necessarily infringed by their
  6861        Contribution(s) alone or by combination of their Contribution(s)
  6862        with the Work to which such Contribution(s) was submitted. If You
  6863        institute patent litigation against any entity (including a
  6864        cross-claim or counterclaim in a lawsuit) alleging that the Work
  6865        or a Contribution incorporated within the Work constitutes direct
  6866        or contributory patent infringement, then any patent licenses
  6867        granted to You under this License for that Work shall terminate
  6868        as of the date such litigation is filed.
  6869  
  6870     4. Redistribution. You may reproduce and distribute copies of the
  6871        Work or Derivative Works thereof in any medium, with or without
  6872        modifications, and in Source or Object form, provided that You
  6873        meet the following conditions:
  6874  
  6875        (a) You must give any other recipients of the Work or
  6876            Derivative Works a copy of this License; and
  6877  
  6878        (b) You must cause any modified files to carry prominent notices
  6879            stating that You changed the files; and
  6880  
  6881        (c) You must retain, in the Source form of any Derivative Works
  6882            that You distribute, all copyright, patent, trademark, and
  6883            attribution notices from the Source form of the Work,
  6884            excluding those notices that do not pertain to any part of
  6885            the Derivative Works; and
  6886  
  6887        (d) If the Work includes a "NOTICE" text file as part of its
  6888            distribution, then any Derivative Works that You distribute must
  6889            include a readable copy of the attribution notices contained
  6890            within such NOTICE file, excluding those notices that do not
  6891            pertain to any part of the Derivative Works, in at least one
  6892            of the following places: within a NOTICE text file distributed
  6893            as part of the Derivative Works; within the Source form or
  6894            documentation, if provided along with the Derivative Works; or,
  6895            within a display generated by the Derivative Works, if and
  6896            wherever such third-party notices normally appear. The contents
  6897            of the NOTICE file are for informational purposes only and
  6898            do not modify the License. You may add Your own attribution
  6899            notices within Derivative Works that You distribute, alongside
  6900            or as an addendum to the NOTICE text from the Work, provided
  6901            that such additional attribution notices cannot be construed
  6902            as modifying the License.
  6903  
  6904        You may add Your own copyright statement to Your modifications and
  6905        may provide additional or different license terms and conditions
  6906        for use, reproduction, or distribution of Your modifications, or
  6907        for any such Derivative Works as a whole, provided Your use,
  6908        reproduction, and distribution of the Work otherwise complies with
  6909        the conditions stated in this License.
  6910  
  6911     5. Submission of Contributions. Unless You explicitly state otherwise,
  6912        any Contribution intentionally submitted for inclusion in the Work
  6913        by You to the Licensor shall be under the terms and conditions of
  6914        this License, without any additional terms or conditions.
  6915        Notwithstanding the above, nothing herein shall supersede or modify
  6916        the terms of any separate license agreement you may have executed
  6917        with Licensor regarding such Contributions.
  6918  
  6919     6. Trademarks. This License does not grant permission to use the trade
  6920        names, trademarks, service marks, or product names of the Licensor,
  6921        except as required for reasonable and customary use in describing the
  6922        origin of the Work and reproducing the content of the NOTICE file.
  6923  
  6924     7. Disclaimer of Warranty. Unless required by applicable law or
  6925        agreed to in writing, Licensor provides the Work (and each
  6926        Contributor provides its Contributions) on an "AS IS" BASIS,
  6927        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  6928        implied, including, without limitation, any warranties or conditions
  6929        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  6930        PARTICULAR PURPOSE. You are solely responsible for determining the
  6931        appropriateness of using or redistributing the Work and assume any
  6932        risks associated with Your exercise of permissions under this License.
  6933  
  6934     8. Limitation of Liability. In no event and under no legal theory,
  6935        whether in tort (including negligence), contract, or otherwise,
  6936        unless required by applicable law (such as deliberate and grossly
  6937        negligent acts) or agreed to in writing, shall any Contributor be
  6938        liable to You for damages, including any direct, indirect, special,
  6939        incidental, or consequential damages of any character arising as a
  6940        result of this License or out of the use or inability to use the
  6941        Work (including but not limited to damages for loss of goodwill,
  6942        work stoppage, computer failure or malfunction, or any and all
  6943        other commercial damages or losses), even if such Contributor
  6944        has been advised of the possibility of such damages.
  6945  
  6946     9. Accepting Warranty or Additional Liability. While redistributing
  6947        the Work or Derivative Works thereof, You may choose to offer,
  6948        and charge a fee for, acceptance of support, warranty, indemnity,
  6949        or other liability obligations and/or rights consistent with this
  6950        License. However, in accepting such obligations, You may act only
  6951        on Your own behalf and on Your sole responsibility, not on behalf
  6952        of any other Contributor, and only if You agree to indemnify,
  6953        defend, and hold each Contributor harmless for any liability
  6954        incurred by, or claims asserted against, such Contributor by reason
  6955        of your accepting any such warranty or additional liability.
  6956  
  6957     END OF TERMS AND CONDITIONS
  6958  
  6959     APPENDIX: How to apply the Apache License to your work.
  6960  
  6961        To apply the Apache License to your work, attach the following
  6962        boilerplate notice, with the fields enclosed by brackets "[]"
  6963        replaced with your own identifying information. (Don't include
  6964        the brackets!)  The text should be enclosed in the appropriate
  6965        comment syntax for the file format. We also recommend that a
  6966        file or class name and description of purpose be included on the
  6967        same "printed page" as the copyright notice for easier
  6968        identification within third-party archives.
  6969  
  6970     Copyright [yyyy] [name of copyright owner]
  6971  
  6972     Licensed under the Apache License, Version 2.0 (the "License");
  6973     you may not use this file except in compliance with the License.
  6974     You may obtain a copy of the License at
  6975  
  6976         http://www.apache.org/licenses/LICENSE-2.0
  6977  
  6978     Unless required by applicable law or agreed to in writing, software
  6979     distributed under the License is distributed on an "AS IS" BASIS,
  6980     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  6981     See the License for the specific language governing permissions and
  6982     limitations under the License.
  6983  
  6984  = LICENSE 75cd5500580317e758b5e984e017524dc961140e4889f7d427f85e41 =
  6985  ================================================================================
  6986  
  6987  ================================================================================
  6988  = gopkg.in/src-d/go-errors.v1 licensed under: =
  6989  
  6990                                   Apache License
  6991                             Version 2.0, January 2004
  6992                          http://www.apache.org/licenses/
  6993  
  6994     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  6995  
  6996     1. Definitions.
  6997  
  6998        "License" shall mean the terms and conditions for use, reproduction,
  6999        and distribution as defined by Sections 1 through 9 of this document.
  7000  
  7001        "Licensor" shall mean the copyright owner or entity authorized by
  7002        the copyright owner that is granting the License.
  7003  
  7004        "Legal Entity" shall mean the union of the acting entity and all
  7005        other entities that control, are controlled by, or are under common
  7006        control with that entity. For the purposes of this definition,
  7007        "control" means (i) the power, direct or indirect, to cause the
  7008        direction or management of such entity, whether by contract or
  7009        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  7010        outstanding shares, or (iii) beneficial ownership of such entity.
  7011  
  7012        "You" (or "Your") shall mean an individual or Legal Entity
  7013        exercising permissions granted by this License.
  7014  
  7015        "Source" form shall mean the preferred form for making modifications,
  7016        including but not limited to software source code, documentation
  7017        source, and configuration files.
  7018  
  7019        "Object" form shall mean any form resulting from mechanical
  7020        transformation or translation of a Source form, including but
  7021        not limited to compiled object code, generated documentation,
  7022        and conversions to other media types.
  7023  
  7024        "Work" shall mean the work of authorship, whether in Source or
  7025        Object form, made available under the License, as indicated by a
  7026        copyright notice that is included in or attached to the work
  7027        (an example is provided in the Appendix below).
  7028  
  7029        "Derivative Works" shall mean any work, whether in Source or Object
  7030        form, that is based on (or derived from) the Work and for which the
  7031        editorial revisions, annotations, elaborations, or other modifications
  7032        represent, as a whole, an original work of authorship. For the purposes
  7033        of this License, Derivative Works shall not include works that remain
  7034        separable from, or merely link (or bind by name) to the interfaces of,
  7035        the Work and Derivative Works thereof.
  7036  
  7037        "Contribution" shall mean any work of authorship, including
  7038        the original version of the Work and any modifications or additions
  7039        to that Work or Derivative Works thereof, that is intentionally
  7040        submitted to Licensor for inclusion in the Work by the copyright owner
  7041        or by an individual or Legal Entity authorized to submit on behalf of
  7042        the copyright owner. For the purposes of this definition, "submitted"
  7043        means any form of electronic, verbal, or written communication sent
  7044        to the Licensor or its representatives, including but not limited to
  7045        communication on electronic mailing lists, source code control systems,
  7046        and issue tracking systems that are managed by, or on behalf of, the
  7047        Licensor for the purpose of discussing and improving the Work, but
  7048        excluding communication that is conspicuously marked or otherwise
  7049        designated in writing by the copyright owner as "Not a Contribution."
  7050  
  7051        "Contributor" shall mean Licensor and any individual or Legal Entity
  7052        on behalf of whom a Contribution has been received by Licensor and
  7053        subsequently incorporated within the Work.
  7054  
  7055     2. Grant of Copyright License. Subject to the terms and conditions of
  7056        this License, each Contributor hereby grants to You a perpetual,
  7057        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7058        copyright license to reproduce, prepare Derivative Works of,
  7059        publicly display, publicly perform, sublicense, and distribute the
  7060        Work and such Derivative Works in Source or Object form.
  7061  
  7062     3. Grant of Patent License. Subject to the terms and conditions of
  7063        this License, each Contributor hereby grants to You a perpetual,
  7064        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7065        (except as stated in this section) patent license to make, have made,
  7066        use, offer to sell, sell, import, and otherwise transfer the Work,
  7067        where such license applies only to those patent claims licensable
  7068        by such Contributor that are necessarily infringed by their
  7069        Contribution(s) alone or by combination of their Contribution(s)
  7070        with the Work to which such Contribution(s) was submitted. If You
  7071        institute patent litigation against any entity (including a
  7072        cross-claim or counterclaim in a lawsuit) alleging that the Work
  7073        or a Contribution incorporated within the Work constitutes direct
  7074        or contributory patent infringement, then any patent licenses
  7075        granted to You under this License for that Work shall terminate
  7076        as of the date such litigation is filed.
  7077  
  7078     4. Redistribution. You may reproduce and distribute copies of the
  7079        Work or Derivative Works thereof in any medium, with or without
  7080        modifications, and in Source or Object form, provided that You
  7081        meet the following conditions:
  7082  
  7083        (a) You must give any other recipients of the Work or
  7084            Derivative Works a copy of this License; and
  7085  
  7086        (b) You must cause any modified files to carry prominent notices
  7087            stating that You changed the files; and
  7088  
  7089        (c) You must retain, in the Source form of any Derivative Works
  7090            that You distribute, all copyright, patent, trademark, and
  7091            attribution notices from the Source form of the Work,
  7092            excluding those notices that do not pertain to any part of
  7093            the Derivative Works; and
  7094  
  7095        (d) If the Work includes a "NOTICE" text file as part of its
  7096            distribution, then any Derivative Works that You distribute must
  7097            include a readable copy of the attribution notices contained
  7098            within such NOTICE file, excluding those notices that do not
  7099            pertain to any part of the Derivative Works, in at least one
  7100            of the following places: within a NOTICE text file distributed
  7101            as part of the Derivative Works; within the Source form or
  7102            documentation, if provided along with the Derivative Works; or,
  7103            within a display generated by the Derivative Works, if and
  7104            wherever such third-party notices normally appear. The contents
  7105            of the NOTICE file are for informational purposes only and
  7106            do not modify the License. You may add Your own attribution
  7107            notices within Derivative Works that You distribute, alongside
  7108            or as an addendum to the NOTICE text from the Work, provided
  7109            that such additional attribution notices cannot be construed
  7110            as modifying the License.
  7111  
  7112        You may add Your own copyright statement to Your modifications and
  7113        may provide additional or different license terms and conditions
  7114        for use, reproduction, or distribution of Your modifications, or
  7115        for any such Derivative Works as a whole, provided Your use,
  7116        reproduction, and distribution of the Work otherwise complies with
  7117        the conditions stated in this License.
  7118  
  7119     5. Submission of Contributions. Unless You explicitly state otherwise,
  7120        any Contribution intentionally submitted for inclusion in the Work
  7121        by You to the Licensor shall be under the terms and conditions of
  7122        this License, without any additional terms or conditions.
  7123        Notwithstanding the above, nothing herein shall supersede or modify
  7124        the terms of any separate license agreement you may have executed
  7125        with Licensor regarding such Contributions.
  7126  
  7127     6. Trademarks. This License does not grant permission to use the trade
  7128        names, trademarks, service marks, or product names of the Licensor,
  7129        except as required for reasonable and customary use in describing the
  7130        origin of the Work and reproducing the content of the NOTICE file.
  7131  
  7132     7. Disclaimer of Warranty. Unless required by applicable law or
  7133        agreed to in writing, Licensor provides the Work (and each
  7134        Contributor provides its Contributions) on an "AS IS" BASIS,
  7135        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  7136        implied, including, without limitation, any warranties or conditions
  7137        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  7138        PARTICULAR PURPOSE. You are solely responsible for determining the
  7139        appropriateness of using or redistributing the Work and assume any
  7140        risks associated with Your exercise of permissions under this License.
  7141  
  7142     8. Limitation of Liability. In no event and under no legal theory,
  7143        whether in tort (including negligence), contract, or otherwise,
  7144        unless required by applicable law (such as deliberate and grossly
  7145        negligent acts) or agreed to in writing, shall any Contributor be
  7146        liable to You for damages, including any direct, indirect, special,
  7147        incidental, or consequential damages of any character arising as a
  7148        result of this License or out of the use or inability to use the
  7149        Work (including but not limited to damages for loss of goodwill,
  7150        work stoppage, computer failure or malfunction, or any and all
  7151        other commercial damages or losses), even if such Contributor
  7152        has been advised of the possibility of such damages.
  7153  
  7154     9. Accepting Warranty or Additional Liability. While redistributing
  7155        the Work or Derivative Works thereof, You may choose to offer,
  7156        and charge a fee for, acceptance of support, warranty, indemnity,
  7157        or other liability obligations and/or rights consistent with this
  7158        License. However, in accepting such obligations, You may act only
  7159        on Your own behalf and on Your sole responsibility, not on behalf
  7160        of any other Contributor, and only if You agree to indemnify,
  7161        defend, and hold each Contributor harmless for any liability
  7162        incurred by, or claims asserted against, such Contributor by reason
  7163        of your accepting any such warranty or additional liability.
  7164  
  7165     END OF TERMS AND CONDITIONS
  7166  
  7167     APPENDIX: How to apply the Apache License to your work.
  7168  
  7169        To apply the Apache License to your work, attach the following
  7170        boilerplate notice, with the fields enclosed by brackets "{}"
  7171        replaced with your own identifying information. (Don't include
  7172        the brackets!)  The text should be enclosed in the appropriate
  7173        comment syntax for the file format. We also recommend that a
  7174        file or class name and description of purpose be included on the
  7175        same "printed page" as the copyright notice for easier
  7176        identification within third-party archives.
  7177  
  7178     Copyright 2017 Sourced Technologies, S.L.
  7179  
  7180     Licensed under the Apache License, Version 2.0 (the "License");
  7181     you may not use this file except in compliance with the License.
  7182     You may obtain a copy of the License at
  7183  
  7184         http://www.apache.org/licenses/LICENSE-2.0
  7185  
  7186     Unless required by applicable law or agreed to in writing, software
  7187     distributed under the License is distributed on an "AS IS" BASIS,
  7188     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7189     See the License for the specific language governing permissions and
  7190     limitations under the License.
  7191  
  7192  = LICENSE 414cd5979ae7fcdbb95cde84a104b62a43180699ab27c6903265e86a =
  7193  ================================================================================
  7194  
  7195  ================================================================================
  7196  = gopkg.in/yaml.v2 licensed under: =
  7197  
  7198                                   Apache License
  7199                             Version 2.0, January 2004
  7200                          http://www.apache.org/licenses/
  7201  
  7202     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  7203  
  7204     1. Definitions.
  7205  
  7206        "License" shall mean the terms and conditions for use, reproduction,
  7207        and distribution as defined by Sections 1 through 9 of this document.
  7208  
  7209        "Licensor" shall mean the copyright owner or entity authorized by
  7210        the copyright owner that is granting the License.
  7211  
  7212        "Legal Entity" shall mean the union of the acting entity and all
  7213        other entities that control, are controlled by, or are under common
  7214        control with that entity. For the purposes of this definition,
  7215        "control" means (i) the power, direct or indirect, to cause the
  7216        direction or management of such entity, whether by contract or
  7217        otherwise, or (ii) ownership of fifty percent (50%) or more of the
  7218        outstanding shares, or (iii) beneficial ownership of such entity.
  7219  
  7220        "You" (or "Your") shall mean an individual or Legal Entity
  7221        exercising permissions granted by this License.
  7222  
  7223        "Source" form shall mean the preferred form for making modifications,
  7224        including but not limited to software source code, documentation
  7225        source, and configuration files.
  7226  
  7227        "Object" form shall mean any form resulting from mechanical
  7228        transformation or translation of a Source form, including but
  7229        not limited to compiled object code, generated documentation,
  7230        and conversions to other media types.
  7231  
  7232        "Work" shall mean the work of authorship, whether in Source or
  7233        Object form, made available under the License, as indicated by a
  7234        copyright notice that is included in or attached to the work
  7235        (an example is provided in the Appendix below).
  7236  
  7237        "Derivative Works" shall mean any work, whether in Source or Object
  7238        form, that is based on (or derived from) the Work and for which the
  7239        editorial revisions, annotations, elaborations, or other modifications
  7240        represent, as a whole, an original work of authorship. For the purposes
  7241        of this License, Derivative Works shall not include works that remain
  7242        separable from, or merely link (or bind by name) to the interfaces of,
  7243        the Work and Derivative Works thereof.
  7244  
  7245        "Contribution" shall mean any work of authorship, including
  7246        the original version of the Work and any modifications or additions
  7247        to that Work or Derivative Works thereof, that is intentionally
  7248        submitted to Licensor for inclusion in the Work by the copyright owner
  7249        or by an individual or Legal Entity authorized to submit on behalf of
  7250        the copyright owner. For the purposes of this definition, "submitted"
  7251        means any form of electronic, verbal, or written communication sent
  7252        to the Licensor or its representatives, including but not limited to
  7253        communication on electronic mailing lists, source code control systems,
  7254        and issue tracking systems that are managed by, or on behalf of, the
  7255        Licensor for the purpose of discussing and improving the Work, but
  7256        excluding communication that is conspicuously marked or otherwise
  7257        designated in writing by the copyright owner as "Not a Contribution."
  7258  
  7259        "Contributor" shall mean Licensor and any individual or Legal Entity
  7260        on behalf of whom a Contribution has been received by Licensor and
  7261        subsequently incorporated within the Work.
  7262  
  7263     2. Grant of Copyright License. Subject to the terms and conditions of
  7264        this License, each Contributor hereby grants to You a perpetual,
  7265        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7266        copyright license to reproduce, prepare Derivative Works of,
  7267        publicly display, publicly perform, sublicense, and distribute the
  7268        Work and such Derivative Works in Source or Object form.
  7269  
  7270     3. Grant of Patent License. Subject to the terms and conditions of
  7271        this License, each Contributor hereby grants to You a perpetual,
  7272        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  7273        (except as stated in this section) patent license to make, have made,
  7274        use, offer to sell, sell, import, and otherwise transfer the Work,
  7275        where such license applies only to those patent claims licensable
  7276        by such Contributor that are necessarily infringed by their
  7277        Contribution(s) alone or by combination of their Contribution(s)
  7278        with the Work to which such Contribution(s) was submitted. If You
  7279        institute patent litigation against any entity (including a
  7280        cross-claim or counterclaim in a lawsuit) alleging that the Work
  7281        or a Contribution incorporated within the Work constitutes direct
  7282        or contributory patent infringement, then any patent licenses
  7283        granted to You under this License for that Work shall terminate
  7284        as of the date such litigation is filed.
  7285  
  7286     4. Redistribution. You may reproduce and distribute copies of the
  7287        Work or Derivative Works thereof in any medium, with or without
  7288        modifications, and in Source or Object form, provided that You
  7289        meet the following conditions:
  7290  
  7291        (a) You must give any other recipients of the Work or
  7292            Derivative Works a copy of this License; and
  7293  
  7294        (b) You must cause any modified files to carry prominent notices
  7295            stating that You changed the files; and
  7296  
  7297        (c) You must retain, in the Source form of any Derivative Works
  7298            that You distribute, all copyright, patent, trademark, and
  7299            attribution notices from the Source form of the Work,
  7300            excluding those notices that do not pertain to any part of
  7301            the Derivative Works; and
  7302  
  7303        (d) If the Work includes a "NOTICE" text file as part of its
  7304            distribution, then any Derivative Works that You distribute must
  7305            include a readable copy of the attribution notices contained
  7306            within such NOTICE file, excluding those notices that do not
  7307            pertain to any part of the Derivative Works, in at least one
  7308            of the following places: within a NOTICE text file distributed
  7309            as part of the Derivative Works; within the Source form or
  7310            documentation, if provided along with the Derivative Works; or,
  7311            within a display generated by the Derivative Works, if and
  7312            wherever such third-party notices normally appear. The contents
  7313            of the NOTICE file are for informational purposes only and
  7314            do not modify the License. You may add Your own attribution
  7315            notices within Derivative Works that You distribute, alongside
  7316            or as an addendum to the NOTICE text from the Work, provided
  7317            that such additional attribution notices cannot be construed
  7318            as modifying the License.
  7319  
  7320        You may add Your own copyright statement to Your modifications and
  7321        may provide additional or different license terms and conditions
  7322        for use, reproduction, or distribution of Your modifications, or
  7323        for any such Derivative Works as a whole, provided Your use,
  7324        reproduction, and distribution of the Work otherwise complies with
  7325        the conditions stated in this License.
  7326  
  7327     5. Submission of Contributions. Unless You explicitly state otherwise,
  7328        any Contribution intentionally submitted for inclusion in the Work
  7329        by You to the Licensor shall be under the terms and conditions of
  7330        this License, without any additional terms or conditions.
  7331        Notwithstanding the above, nothing herein shall supersede or modify
  7332        the terms of any separate license agreement you may have executed
  7333        with Licensor regarding such Contributions.
  7334  
  7335     6. Trademarks. This License does not grant permission to use the trade
  7336        names, trademarks, service marks, or product names of the Licensor,
  7337        except as required for reasonable and customary use in describing the
  7338        origin of the Work and reproducing the content of the NOTICE file.
  7339  
  7340     7. Disclaimer of Warranty. Unless required by applicable law or
  7341        agreed to in writing, Licensor provides the Work (and each
  7342        Contributor provides its Contributions) on an "AS IS" BASIS,
  7343        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  7344        implied, including, without limitation, any warranties or conditions
  7345        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  7346        PARTICULAR PURPOSE. You are solely responsible for determining the
  7347        appropriateness of using or redistributing the Work and assume any
  7348        risks associated with Your exercise of permissions under this License.
  7349  
  7350     8. Limitation of Liability. In no event and under no legal theory,
  7351        whether in tort (including negligence), contract, or otherwise,
  7352        unless required by applicable law (such as deliberate and grossly
  7353        negligent acts) or agreed to in writing, shall any Contributor be
  7354        liable to You for damages, including any direct, indirect, special,
  7355        incidental, or consequential damages of any character arising as a
  7356        result of this License or out of the use or inability to use the
  7357        Work (including but not limited to damages for loss of goodwill,
  7358        work stoppage, computer failure or malfunction, or any and all
  7359        other commercial damages or losses), even if such Contributor
  7360        has been advised of the possibility of such damages.
  7361  
  7362     9. Accepting Warranty or Additional Liability. While redistributing
  7363        the Work or Derivative Works thereof, You may choose to offer,
  7364        and charge a fee for, acceptance of support, warranty, indemnity,
  7365        or other liability obligations and/or rights consistent with this
  7366        License. However, in accepting such obligations, You may act only
  7367        on Your own behalf and on Your sole responsibility, not on behalf
  7368        of any other Contributor, and only if You agree to indemnify,
  7369        defend, and hold each Contributor harmless for any liability
  7370        incurred by, or claims asserted against, such Contributor by reason
  7371        of your accepting any such warranty or additional liability.
  7372  
  7373     END OF TERMS AND CONDITIONS
  7374  
  7375     APPENDIX: How to apply the Apache License to your work.
  7376  
  7377        To apply the Apache License to your work, attach the following
  7378        boilerplate notice, with the fields enclosed by brackets "{}"
  7379        replaced with your own identifying information. (Don't include
  7380        the brackets!)  The text should be enclosed in the appropriate
  7381        comment syntax for the file format. We also recommend that a
  7382        file or class name and description of purpose be included on the
  7383        same "printed page" as the copyright notice for easier
  7384        identification within third-party archives.
  7385  
  7386     Copyright {yyyy} {name of copyright owner}
  7387  
  7388     Licensed under the Apache License, Version 2.0 (the "License");
  7389     you may not use this file except in compliance with the License.
  7390     You may obtain a copy of the License at
  7391  
  7392         http://www.apache.org/licenses/LICENSE-2.0
  7393  
  7394     Unless required by applicable law or agreed to in writing, software
  7395     distributed under the License is distributed on an "AS IS" BASIS,
  7396     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7397     See the License for the specific language governing permissions and
  7398     limitations under the License.
  7399  
  7400  = LICENSE 9820a37ca0fcacbc82c8eb2bdd3049706550a4ebf97ad7fde1310dec =
  7401  ================================================================================
  7402  
  7403  ================================================================================
  7404  = gopkg.in/yaml.v3 licensed under: =
  7405  
  7406  
  7407  This project is covered by two different licenses: MIT and Apache.
  7408  
  7409  #### MIT License ####
  7410  
  7411  The following files were ported to Go from C files of libyaml, and thus
  7412  are still covered by their original MIT license, with the additional
  7413  copyright staring in 2011 when the project was ported over:
  7414  
  7415      apic.go emitterc.go parserc.go readerc.go scannerc.go
  7416      writerc.go yamlh.go yamlprivateh.go
  7417  
  7418  Copyright (c) 2006-2010 Kirill Simonov
  7419  Copyright (c) 2006-2011 Kirill Simonov
  7420  
  7421  Permission is hereby granted, free of charge, to any person obtaining a copy of
  7422  this software and associated documentation files (the "Software"), to deal in
  7423  the Software without restriction, including without limitation the rights to
  7424  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  7425  of the Software, and to permit persons to whom the Software is furnished to do
  7426  so, subject to the following conditions:
  7427  
  7428  The above copyright notice and this permission notice shall be included in all
  7429  copies or substantial portions of the Software.
  7430  
  7431  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7432  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7433  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  7434  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7435  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7436  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7437  SOFTWARE.
  7438  
  7439  ### Apache License ###
  7440  
  7441  All the remaining project files are covered by the Apache license:
  7442  
  7443  Copyright (c) 2011-2019 Canonical Ltd
  7444  
  7445  Licensed under the Apache License, Version 2.0 (the "License");
  7446  you may not use this file except in compliance with the License.
  7447  You may obtain a copy of the License at
  7448  
  7449      http://www.apache.org/licenses/LICENSE-2.0
  7450  
  7451  Unless required by applicable law or agreed to in writing, software
  7452  distributed under the License is distributed on an "AS IS" BASIS,
  7453  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7454  See the License for the specific language governing permissions and
  7455  limitations under the License.
  7456  
  7457  = LICENSE 1fcda9aa5c036a1d3975c8c4a007e1b3c05f0e450567d8bdb46a6d61 =
  7458  ================================================================================