From 7de456d462b0f4830e5d24e50a8fe28d57731821 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Wed, 3 Jul 2024 12:30:00 -0600 Subject: [PATCH 01/16] docs: fix typo (#5523) --- docs/source/configuration/telemetry/exporters/metrics/otlp.mdx | 2 +- docs/source/configuration/telemetry/exporters/tracing/otlp.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration/telemetry/exporters/metrics/otlp.mdx b/docs/source/configuration/telemetry/exporters/metrics/otlp.mdx index 8a213b694a..9bdcea173c 100644 --- a/docs/source/configuration/telemetry/exporters/metrics/otlp.mdx +++ b/docs/source/configuration/telemetry/exporters/metrics/otlp.mdx @@ -152,4 +152,4 @@ telemetry: | `endpoint` | | `http://127.0.0.1:4317` for gRPC and `http://127.0.0.1:4318` for HTTP | The endpoint to send spans to. | | `grpc` | | | Configuration specific to gRPC protocol. | | `http` | | | Configuration specific to HTTP protocol. | -| `temporarility` | `delta`\|`cumulative` | | See the documentation for your APM to see what this should be set to. | +| `temporality` | `delta`\|`cumulative` | | See the documentation for your APM to see what this should be set to. | diff --git a/docs/source/configuration/telemetry/exporters/tracing/otlp.mdx b/docs/source/configuration/telemetry/exporters/tracing/otlp.mdx index e2d7888872..e2dc4faf0d 100644 --- a/docs/source/configuration/telemetry/exporters/tracing/otlp.mdx +++ b/docs/source/configuration/telemetry/exporters/tracing/otlp.mdx @@ -144,5 +144,5 @@ telemetry: | `endpoint` | | `http://127.0.0.1:4317` for gRPC and `http://127.0.0.1:4318` for HTTP | The endpoint to send spans to. | | `grpc` | | | Configuration specific to gRPC protocol. | | `http` | | | Configuration specific to HTTP protocol. | -| `temporarility` | | | This configuration option is unused for tracing. | +| `temporality` | | | This configuration option is unused for tracing. | | `batch_processor` | | | The batch processor settings. | From 9b821b8323df862f2eb3134bf5d4d87ac4423f8e Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 10 Jul 2024 20:33:33 +0300 Subject: [PATCH 02/16] prep release: v1.51.0-rc.0 --- Cargo.lock | 8 +- apollo-federation/Cargo.toml | 2 +- apollo-router-benchmarks/Cargo.toml | 2 +- apollo-router-scaffold/Cargo.toml | 2 +- .../templates/base/Cargo.template.toml | 2 +- .../templates/base/xtask/Cargo.template.toml | 2 +- apollo-router/Cargo.toml | 4 +- .../tracing/docker-compose.datadog.yml | 2 +- dockerfiles/tracing/docker-compose.jaeger.yml | 2 +- dockerfiles/tracing/docker-compose.zipkin.yml | 2 +- helm/chart/router/Chart.yaml | 4 +- helm/chart/router/README.md | 6 +- licenses.html | 5185 ++++++++++------- scripts/install.sh | 2 +- 14 files changed, 3181 insertions(+), 2044 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b4e884bd4..eef116f7b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "apollo-federation" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "apollo-compiler", "derive_more", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "apollo-router" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "access-json", "anyhow", @@ -631,7 +631,7 @@ dependencies = [ [[package]] name = "apollo-router-benchmarks" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "apollo-parser", "apollo-router", @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "apollo-router-scaffold" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "anyhow", "cargo-scaffold", diff --git a/apollo-federation/Cargo.toml b/apollo-federation/Cargo.toml index ffcc5940da..120f6df656 100644 --- a/apollo-federation/Cargo.toml +++ b/apollo-federation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-federation" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["The Apollo GraphQL Contributors"] edition = "2021" description = "Apollo Federation" diff --git a/apollo-router-benchmarks/Cargo.toml b/apollo-router-benchmarks/Cargo.toml index 9a01145dce..e8cd4de196 100644 --- a/apollo-router-benchmarks/Cargo.toml +++ b/apollo-router-benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router-benchmarks" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["Apollo Graph, Inc. "] edition = "2021" license = "Elastic-2.0" diff --git a/apollo-router-scaffold/Cargo.toml b/apollo-router-scaffold/Cargo.toml index c4514c7244..c343dc949a 100644 --- a/apollo-router-scaffold/Cargo.toml +++ b/apollo-router-scaffold/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router-scaffold" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["Apollo Graph, Inc. "] edition = "2021" license = "Elastic-2.0" diff --git a/apollo-router-scaffold/templates/base/Cargo.template.toml b/apollo-router-scaffold/templates/base/Cargo.template.toml index c4841a9859..5e55c3e608 100644 --- a/apollo-router-scaffold/templates/base/Cargo.template.toml +++ b/apollo-router-scaffold/templates/base/Cargo.template.toml @@ -22,7 +22,7 @@ apollo-router = { path ="{{integration_test}}apollo-router" } apollo-router = { git="https://github.com/apollographql/router.git", branch="{{branch}}" } {{else}} # Note if you update these dependencies then also update xtask/Cargo.toml -apollo-router = "1.50.0" +apollo-router = "1.51.0-rc.0" {{/if}} {{/if}} async-trait = "0.1.52" diff --git a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml index e29afe044f..868f439be2 100644 --- a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml +++ b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml @@ -13,7 +13,7 @@ apollo-router-scaffold = { path ="{{integration_test}}apollo-router-scaffold" } {{#if branch}} apollo-router-scaffold = { git="https://github.com/apollographql/router.git", branch="{{branch}}" } {{else}} -apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.50.0" } +apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.51.0-rc.0" } {{/if}} {{/if}} anyhow = "1.0.58" diff --git a/apollo-router/Cargo.toml b/apollo-router/Cargo.toml index 27d9151e51..6a3ddc9c34 100644 --- a/apollo-router/Cargo.toml +++ b/apollo-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["Apollo Graph, Inc. "] repository = "https://github.com/apollographql/router/" documentation = "https://docs.rs/apollo-router" @@ -68,7 +68,7 @@ askama = "0.12.1" access-json = "0.1.0" anyhow = "1.0.86" apollo-compiler.workspace = true -apollo-federation = { path = "../apollo-federation", version = "=1.50.0" } +apollo-federation = { path = "../apollo-federation", version = "=1.51.0-rc.0" } arc-swap = "1.6.0" async-channel = "1.9.0" async-compression = { version = "0.4.6", features = [ diff --git a/dockerfiles/tracing/docker-compose.datadog.yml b/dockerfiles/tracing/docker-compose.datadog.yml index f0c6bce262..a9a90fdd5a 100644 --- a/dockerfiles/tracing/docker-compose.datadog.yml +++ b/dockerfiles/tracing/docker-compose.datadog.yml @@ -3,7 +3,7 @@ services: apollo-router: container_name: apollo-router - image: ghcr.io/apollographql/router:v1.50.0 + image: ghcr.io/apollographql/router:v1.51.0-rc.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/datadog.router.yaml:/etc/config/configuration.yaml diff --git a/dockerfiles/tracing/docker-compose.jaeger.yml b/dockerfiles/tracing/docker-compose.jaeger.yml index 25fa9778c2..4186454392 100644 --- a/dockerfiles/tracing/docker-compose.jaeger.yml +++ b/dockerfiles/tracing/docker-compose.jaeger.yml @@ -4,7 +4,7 @@ services: apollo-router: container_name: apollo-router #build: ./router - image: ghcr.io/apollographql/router:v1.50.0 + image: ghcr.io/apollographql/router:v1.51.0-rc.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/jaeger.router.yaml:/etc/config/configuration.yaml diff --git a/dockerfiles/tracing/docker-compose.zipkin.yml b/dockerfiles/tracing/docker-compose.zipkin.yml index 88b66c39f6..e32d0f3a92 100644 --- a/dockerfiles/tracing/docker-compose.zipkin.yml +++ b/dockerfiles/tracing/docker-compose.zipkin.yml @@ -4,7 +4,7 @@ services: apollo-router: container_name: apollo-router build: ./router - image: ghcr.io/apollographql/router:v1.50.0 + image: ghcr.io/apollographql/router:v1.51.0-rc.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/zipkin.router.yaml:/etc/config/configuration.yaml diff --git a/helm/chart/router/Chart.yaml b/helm/chart/router/Chart.yaml index 5d01e674ab..e16ede05fe 100644 --- a/helm/chart/router/Chart.yaml +++ b/helm/chart/router/Chart.yaml @@ -20,10 +20,10 @@ type: application # so it matches the shape of our release process and release automation. # By proxy of that decision, this version uses SemVer 2.0.0, though the prefix # of "v" is not included. -version: 1.50.0 +version: 1.51.0-rc.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.50.0" +appVersion: "v1.51.0-rc.0" diff --git a/helm/chart/router/README.md b/helm/chart/router/README.md index 0a74530d5a..be9a36f32a 100644 --- a/helm/chart/router/README.md +++ b/helm/chart/router/README.md @@ -2,7 +2,7 @@ [router](https://github.com/apollographql/router) Rust Graph Routing runtime for Apollo Federation -![Version: 1.50.0](https://img.shields.io/badge/Version-1.50.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.50.0](https://img.shields.io/badge/AppVersion-v1.50.0-informational?style=flat-square) +![Version: 1.51.0-rc.0](https://img.shields.io/badge/Version-1.51.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.51.0-rc.0](https://img.shields.io/badge/AppVersion-v1.51.0--rc.0-informational?style=flat-square) ## Prerequisites @@ -11,7 +11,7 @@ ## Get Repo Info ```console -helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 +helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 ``` ## Install Chart @@ -19,7 +19,7 @@ helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 **Important:** only helm3 is supported ```console -helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 --values my-values.yaml +helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 --values my-values.yaml ``` _See [configuration](#configuration) below._ diff --git a/licenses.html b/licenses.html index 904e7381cf..23319ff14a 100644 --- a/licenses.html +++ b/licenses.html @@ -44,13 +44,13 @@

Third Party Licenses

Overview of licenses:

    -
  • Apache License 2.0 (444)
  • -
  • MIT License (150)
  • +
  • Apache License 2.0 (486)
  • +
  • MIT License (160)
  • +
  • BSD 3-Clause "New" or "Revised" License (11)
  • ISC License (11)
  • -
  • BSD 3-Clause "New" or "Revised" License (9)
  • -
  • BSD 2-Clause "Simplified" License (3)
  • -
  • Elastic License 2.0 (3)
  • -
  • Mozilla Public License 2.0 (3)
  • +
  • Elastic License 2.0 (6)
  • +
  • BSD 2-Clause "Simplified" License (5)
  • +
  • Mozilla Public License 2.0 (5)
  • Creative Commons Zero v1.0 Universal (2)
  • OpenSSL License (2)
  • Unicode License Agreement - Data Files and Software (2016) (1)
  • @@ -2347,7 +2347,7 @@

    Used by:

    Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -2537,7 +2537,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Tomasz "Soveu" Marx + Copyright 2020 - 2022 Tatsuya Kawano Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2550,14 +2550,13 @@

    Used by:

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
  • Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -2747,7 +2746,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 The Fuchsia Authors + Copyright 2020 Tomasz "Soveu" Marx Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2767,18 +2766,7 @@

    Used by:

    Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -2968,7 +2956,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 The OpenTelemetry Authors + Copyright 2023 The Fuchsia Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2981,16 +2969,25 @@

    Used by:

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
  • Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -3180,7 +3177,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 The OpenTelemetry Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3199,7 +3196,10 @@

    Used by:

    Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -3381,7 +3381,7 @@ 

    Used by:

    APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" + boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a @@ -3389,7 +3389,7 @@

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017 Juniper Networks, Inc. + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3408,7 +3408,7 @@

    Used by:

    Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -3598,7 +3598,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Michael P. Jung + Copyright 2017 Juniper Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3611,14 +3611,28 @@

    Used by:

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
  • Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -3808,7 +3822,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 TiKV Project Authors. + Copyright 2017-NOW Actix Team Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3827,11 +3841,7 @@

    Used by:

    Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -4021,7 +4031,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2019 Michael P. Jung Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4034,38 +4044,14 @@

    Used by:

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
  • Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -4255,7 +4241,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2019 TiKV Project Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4268,14 +4254,17 @@

    Used by:

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
  • Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -4454,8 +4443,18 @@ 

    Used by:

    END OF TERMS AND CONDITIONS - Copyright 2019 Yoshua Wuyts - Copyright 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4474,195 +4473,35 @@

    Used by:

    Apache License 2.0

    Used by:

    -
                                     Apache License
    -                           Version 2.0, January 2004
    -                        http://www.apache.org/licenses/
    -
    -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    -
    -   1. Definitions.
    -
    -      "License" shall mean the terms and conditions for use, reproduction,
    -      and distribution as defined by Sections 1 through 9 of this document.
    -
    -      "Licensor" shall mean the copyright owner or entity authorized by
    -      the copyright owner that is granting the License.
    -
    -      "Legal Entity" shall mean the union of the acting entity and all
    -      other entities that control, are controlled by, or are under common
    -      control with that entity. For the purposes of this definition,
    -      "control" means (i) the power, direct or indirect, to cause the
    -      direction or management of such entity, whether by contract or
    -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    -      outstanding shares, or (iii) beneficial ownership of such entity.
    -
    -      "You" (or "Your") shall mean an individual or Legal Entity
    -      exercising permissions granted by this License.
    -
    -      "Source" form shall mean the preferred form for making modifications,
    -      including but not limited to software source code, documentation
    -      source, and configuration files.
    -
    -      "Object" form shall mean any form resulting from mechanical
    -      transformation or translation of a Source form, including but
    -      not limited to compiled object code, generated documentation,
    -      and conversions to other media types.
    -
    -      "Work" shall mean the work of authorship, whether in Source or
    -      Object form, made available under the License, as indicated by a
    -      copyright notice that is included in or attached to the work
    -      (an example is provided in the Appendix below).
    -
    -      "Derivative Works" shall mean any work, whether in Source or Object
    -      form, that is based on (or derived from) the Work and for which the
    -      editorial revisions, annotations, elaborations, or other modifications
    -      represent, as a whole, an original work of authorship. For the purposes
    -      of this License, Derivative Works shall not include works that remain
    -      separable from, or merely link (or bind by name) to the interfaces of,
    -      the Work and Derivative Works thereof.
    -
    -      "Contribution" shall mean any work of authorship, including
    -      the original version of the Work and any modifications or additions
    -      to that Work or Derivative Works thereof, that is intentionally
    -      submitted to Licensor for inclusion in the Work by the copyright owner
    -      or by an individual or Legal Entity authorized to submit on behalf of
    -      the copyright owner. For the purposes of this definition, "submitted"
    -      means any form of electronic, verbal, or written communication sent
    -      to the Licensor or its representatives, including but not limited to
    -      communication on electronic mailing lists, source code control systems,
    -      and issue tracking systems that are managed by, or on behalf of, the
    -      Licensor for the purpose of discussing and improving the Work, but
    -      excluding communication that is conspicuously marked or otherwise
    -      designated in writing by the copyright owner as "Not a Contribution."
    -
    -      "Contributor" shall mean Licensor and any individual or Legal Entity
    -      on behalf of whom a Contribution has been received by Licensor and
    -      subsequently incorporated within the Work.
    -
    -   2. Grant of Copyright License. Subject to the terms and conditions of
    -      this License, each Contributor hereby grants to You a perpetual,
    -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -      copyright license to reproduce, prepare Derivative Works of,
    -      publicly display, publicly perform, sublicense, and distribute the
    -      Work and such Derivative Works in Source or Object form.
    -
    -   3. Grant of Patent License. Subject to the terms and conditions of
    -      this License, each Contributor hereby grants to You a perpetual,
    -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -      (except as stated in this section) patent license to make, have made,
    -      use, offer to sell, sell, import, and otherwise transfer the Work,
    -      where such license applies only to those patent claims licensable
    -      by such Contributor that are necessarily infringed by their
    -      Contribution(s) alone or by combination of their Contribution(s)
    -      with the Work to which such Contribution(s) was submitted. If You
    -      institute patent litigation against any entity (including a
    -      cross-claim or counterclaim in a lawsuit) alleging that the Work
    -      or a Contribution incorporated within the Work constitutes direct
    -      or contributory patent infringement, then any patent licenses
    -      granted to You under this License for that Work shall terminate
    -      as of the date such litigation is filed.
    -
    -   4. Redistribution. You may reproduce and distribute copies of the
    -      Work or Derivative Works thereof in any medium, with or without
    -      modifications, and in Source or Object form, provided that You
    -      meet the following conditions:
    -
    -      (a) You must give any other recipients of the Work or
    -          Derivative Works a copy of this License; and
    -
    -      (b) You must cause any modified files to carry prominent notices
    -          stating that You changed the files; and
    -
    -      (c) You must retain, in the Source form of any Derivative Works
    -          that You distribute, all copyright, patent, trademark, and
    -          attribution notices from the Source form of the Work,
    -          excluding those notices that do not pertain to any part of
    -          the Derivative Works; and
    -
    -      (d) If the Work includes a "NOTICE" text file as part of its
    -          distribution, then any Derivative Works that You distribute must
    -          include a readable copy of the attribution notices contained
    -          within such NOTICE file, excluding those notices that do not
    -          pertain to any part of the Derivative Works, in at least one
    -          of the following places: within a NOTICE text file distributed
    -          as part of the Derivative Works; within the Source form or
    -          documentation, if provided along with the Derivative Works; or,
    -          within a display generated by the Derivative Works, if and
    -          wherever such third-party notices normally appear. The contents
    -          of the NOTICE file are for informational purposes only and
    -          do not modify the License. You may add Your own attribution
    -          notices within Derivative Works that You distribute, alongside
    -          or as an addendum to the NOTICE text from the Work, provided
    -          that such additional attribution notices cannot be construed
    -          as modifying the License.
    -
    -      You may add Your own copyright statement to Your modifications and
    -      may provide additional or different license terms and conditions
    -      for use, reproduction, or distribution of Your modifications, or
    -      for any such Derivative Works as a whole, provided Your use,
    -      reproduction, and distribution of the Work otherwise complies with
    -      the conditions stated in this License.
    -
    -   5. Submission of Contributions. Unless You explicitly state otherwise,
    -      any Contribution intentionally submitted for inclusion in the Work
    -      by You to the Licensor shall be under the terms and conditions of
    -      this License, without any additional terms or conditions.
    -      Notwithstanding the above, nothing herein shall supersede or modify
    -      the terms of any separate license agreement you may have executed
    -      with Licensor regarding such Contributions.
    -
    -   6. Trademarks. This License does not grant permission to use the trade
    -      names, trademarks, service marks, or product names of the Licensor,
    -      except as required for reasonable and customary use in describing the
    -      origin of the Work and reproducing the content of the NOTICE file.
    -
    -   7. Disclaimer of Warranty. Unless required by applicable law or
    -      agreed to in writing, Licensor provides the Work (and each
    -      Contributor provides its Contributions) on an "AS IS" BASIS,
    -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    -      implied, including, without limitation, any warranties or conditions
    -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    -      PARTICULAR PURPOSE. You are solely responsible for determining the
    -      appropriateness of using or redistributing the Work and assume any
    -      risks associated with Your exercise of permissions under this License.
    -
    -   8. Limitation of Liability. In no event and under no legal theory,
    -      whether in tort (including negligence), contract, or otherwise,
    -      unless required by applicable law (such as deliberate and grossly
    -      negligent acts) or agreed to in writing, shall any Contributor be
    -      liable to You for damages, including any direct, indirect, special,
    -      incidental, or consequential damages of any character arising as a
    -      result of this License or out of the use or inability to use the
    -      Work (including but not limited to damages for loss of goodwill,
    -      work stoppage, computer failure or malfunction, or any and all
    -      other commercial damages or losses), even if such Contributor
    -      has been advised of the possibility of such damages.
    -
    -   9. Accepting Warranty or Additional Liability. While redistributing
    -      the Work or Derivative Works thereof, You may choose to offer,
    -      and charge a fee for, acceptance of support, warranty, indemnity,
    -      or other liability obligations and/or rights consistent with this
    -      License. However, in accepting such obligations, You may act only
    -      on Your own behalf and on Your sole responsibility, not on behalf
    -      of any other Contributor, and only if You agree to indemnify,
    -      defend, and hold each Contributor harmless for any liability
    -      incurred by, or claims asserted against, such Contributor by reason
    -      of your accepting any such warranty or additional liability.
    -
    -   END OF TERMS AND CONDITIONS
    -
    -
  • -
  • -

    Apache License 2.0

    -

    Used by:

    - -
                                    Apache License
    +                
                                     Apache License
                                Version 2.0, January 2004
                             http://www.apache.org/licenses/
     
    @@ -4850,7 +4689,7 @@ 

    Used by:

    same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4870,122 +4709,717 @@

    Used by:

    Apache License 2.0

    Used by:

    -
                                   Apache License
    -                         Version 2.0, January 2004
    -                      http://www.apache.org/licenses/
    +                
                                     Apache License
    +                           Version 2.0, January 2004
    +                        http://www.apache.org/licenses/
     
    -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
     
    -1. Definitions.
    +   1. Definitions.
     
    -  "License" shall mean the terms and conditions for use, reproduction,
    -  and distribution as defined by Sections 1 through 9 of this document.
    +      "License" shall mean the terms and conditions for use, reproduction,
    +      and distribution as defined by Sections 1 through 9 of this document.
     
    -  "Licensor" shall mean the copyright owner or entity authorized by
    -  the copyright owner that is granting the License.
    +      "Licensor" shall mean the copyright owner or entity authorized by
    +      the copyright owner that is granting the License.
     
    -  "Legal Entity" shall mean the union of the acting entity and all
    -  other entities that control, are controlled by, or are under common
    -  control with that entity. For the purposes of this definition,
    -  "control" means (i) the power, direct or indirect, to cause the
    -  direction or management of such entity, whether by contract or
    -  otherwise, or (ii) ownership of fifty percent (50%) or more of the
    -  outstanding shares, or (iii) beneficial ownership of such entity.
    +      "Legal Entity" shall mean the union of the acting entity and all
    +      other entities that control, are controlled by, or are under common
    +      control with that entity. For the purposes of this definition,
    +      "control" means (i) the power, direct or indirect, to cause the
    +      direction or management of such entity, whether by contract or
    +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    +      outstanding shares, or (iii) beneficial ownership of such entity.
     
    -  "You" (or "Your") shall mean an individual or Legal Entity
    -  exercising permissions granted by this License.
    +      "You" (or "Your") shall mean an individual or Legal Entity
    +      exercising permissions granted by this License.
     
    -  "Source" form shall mean the preferred form for making modifications,
    -  including but not limited to software source code, documentation
    -  source, and configuration files.
    +      "Source" form shall mean the preferred form for making modifications,
    +      including but not limited to software source code, documentation
    +      source, and configuration files.
     
    -  "Object" form shall mean any form resulting from mechanical
    -  transformation or translation of a Source form, including but
    -  not limited to compiled object code, generated documentation,
    -  and conversions to other media types.
    +      "Object" form shall mean any form resulting from mechanical
    +      transformation or translation of a Source form, including but
    +      not limited to compiled object code, generated documentation,
    +      and conversions to other media types.
     
    -  "Work" shall mean the work of authorship, whether in Source or
    -  Object form, made available under the License, as indicated by a
    -  copyright notice that is included in or attached to the work
    -  (an example is provided in the Appendix below).
    +      "Work" shall mean the work of authorship, whether in Source or
    +      Object form, made available under the License, as indicated by a
    +      copyright notice that is included in or attached to the work
    +      (an example is provided in the Appendix below).
     
    -  "Derivative Works" shall mean any work, whether in Source or Object
    -  form, that is based on (or derived from) the Work and for which the
    -  editorial revisions, annotations, elaborations, or other modifications
    -  represent, as a whole, an original work of authorship. For the purposes
    -  of this License, Derivative Works shall not include works that remain
    -  separable from, or merely link (or bind by name) to the interfaces of,
    -  the Work and Derivative Works thereof.
    +      "Derivative Works" shall mean any work, whether in Source or Object
    +      form, that is based on (or derived from) the Work and for which the
    +      editorial revisions, annotations, elaborations, or other modifications
    +      represent, as a whole, an original work of authorship. For the purposes
    +      of this License, Derivative Works shall not include works that remain
    +      separable from, or merely link (or bind by name) to the interfaces of,
    +      the Work and Derivative Works thereof.
     
    -  "Contribution" shall mean any work of authorship, including
    -  the original version of the Work and any modifications or additions
    -  to that Work or Derivative Works thereof, that is intentionally
    -  submitted to Licensor for inclusion in the Work by the copyright owner
    -  or by an individual or Legal Entity authorized to submit on behalf of
    -  the copyright owner. For the purposes of this definition, "submitted"
    -  means any form of electronic, verbal, or written communication sent
    -  to the Licensor or its representatives, including but not limited to
    -  communication on electronic mailing lists, source code control systems,
    -  and issue tracking systems that are managed by, or on behalf of, the
    -  Licensor for the purpose of discussing and improving the Work, but
    -  excluding communication that is conspicuously marked or otherwise
    -  designated in writing by the copyright owner as "Not a Contribution."
    +      "Contribution" shall mean any work of authorship, including
    +      the original version of the Work and any modifications or additions
    +      to that Work or Derivative Works thereof, that is intentionally
    +      submitted to Licensor for inclusion in the Work by the copyright owner
    +      or by an individual or Legal Entity authorized to submit on behalf of
    +      the copyright owner. For the purposes of this definition, "submitted"
    +      means any form of electronic, verbal, or written communication sent
    +      to the Licensor or its representatives, including but not limited to
    +      communication on electronic mailing lists, source code control systems,
    +      and issue tracking systems that are managed by, or on behalf of, the
    +      Licensor for the purpose of discussing and improving the Work, but
    +      excluding communication that is conspicuously marked or otherwise
    +      designated in writing by the copyright owner as "Not a Contribution."
     
    -  "Contributor" shall mean Licensor and any individual or Legal Entity
    -  on behalf of whom a Contribution has been received by Licensor and
    -  subsequently incorporated within the Work.
    +      "Contributor" shall mean Licensor and any individual or Legal Entity
    +      on behalf of whom a Contribution has been received by Licensor and
    +      subsequently incorporated within the Work.
     
    -2. Grant of Copyright License. Subject to the terms and conditions of
    -  this License, each Contributor hereby grants to You a perpetual,
    -  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -  copyright license to reproduce, prepare Derivative Works of,
    -  publicly display, publicly perform, sublicense, and distribute the
    -  Work and such Derivative Works in Source or Object form.
    +   2. Grant of Copyright License. Subject to the terms and conditions of
    +      this License, each Contributor hereby grants to You a perpetual,
    +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +      copyright license to reproduce, prepare Derivative Works of,
    +      publicly display, publicly perform, sublicense, and distribute the
    +      Work and such Derivative Works in Source or Object form.
     
    -3. Grant of Patent License. Subject to the terms and conditions of
    -  this License, each Contributor hereby grants to You a perpetual,
    -  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -  (except as stated in this section) patent license to make, have made,
    -  use, offer to sell, sell, import, and otherwise transfer the Work,
    -  where such license applies only to those patent claims licensable
    -  by such Contributor that are necessarily infringed by their
    -  Contribution(s) alone or by combination of their Contribution(s)
    -  with the Work to which such Contribution(s) was submitted. If You
    -  institute patent litigation against any entity (including a
    -  cross-claim or counterclaim in a lawsuit) alleging that the Work
    -  or a Contribution incorporated within the Work constitutes direct
    -  or contributory patent infringement, then any patent licenses
    -  granted to You under this License for that Work shall terminate
    -  as of the date such litigation is filed.
    +   3. Grant of Patent License. Subject to the terms and conditions of
    +      this License, each Contributor hereby grants to You a perpetual,
    +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +      (except as stated in this section) patent license to make, have made,
    +      use, offer to sell, sell, import, and otherwise transfer the Work,
    +      where such license applies only to those patent claims licensable
    +      by such Contributor that are necessarily infringed by their
    +      Contribution(s) alone or by combination of their Contribution(s)
    +      with the Work to which such Contribution(s) was submitted. If You
    +      institute patent litigation against any entity (including a
    +      cross-claim or counterclaim in a lawsuit) alleging that the Work
    +      or a Contribution incorporated within the Work constitutes direct
    +      or contributory patent infringement, then any patent licenses
    +      granted to You under this License for that Work shall terminate
    +      as of the date such litigation is filed.
     
    -4. Redistribution. You may reproduce and distribute copies of the
    -  Work or Derivative Works thereof in any medium, with or without
    -  modifications, and in Source or Object form, provided that You
    -  meet the following conditions:
    +   4. Redistribution. You may reproduce and distribute copies of the
    +      Work or Derivative Works thereof in any medium, with or without
    +      modifications, and in Source or Object form, provided that You
    +      meet the following conditions:
     
    -  (a) You must give any other recipients of the Work or
    -      Derivative Works a copy of this License; and
    +      (a) You must give any other recipients of the Work or
    +          Derivative Works a copy of this License; and
     
    -  (b) You must cause any modified files to carry prominent notices
    -      stating that You changed the files; and
    +      (b) You must cause any modified files to carry prominent notices
    +          stating that You changed the files; and
     
    -  (c) You must retain, in the Source form of any Derivative Works
    -      that You distribute, all copyright, patent, trademark, and
    -      attribution notices from the Source form of the Work,
    -      excluding those notices that do not pertain to any part of
    -      the Derivative Works; and
    +      (c) You must retain, in the Source form of any Derivative Works
    +          that You distribute, all copyright, patent, trademark, and
    +          attribution notices from the Source form of the Work,
    +          excluding those notices that do not pertain to any part of
    +          the Derivative Works; and
     
    -  (d) If the Work includes a "NOTICE" text file as part of its
    -      distribution, then any Derivative Works that You distribute must
    -      include a readable copy of the attribution notices contained
    -      within such NOTICE file, excluding those notices that do not
    -      pertain to any part of the Derivative Works, in at least one
    -      of the following places: within a NOTICE text file distributed
    -      as part of the Derivative Works; within the Source form or
    -      documentation, if provided along with the Derivative Works; or,
    -      within a display generated by the Derivative Works, if and
    +      (d) If the Work includes a "NOTICE" text file as part of its
    +          distribution, then any Derivative Works that You distribute must
    +          include a readable copy of the attribution notices contained
    +          within such NOTICE file, excluding those notices that do not
    +          pertain to any part of the Derivative Works, in at least one
    +          of the following places: within a NOTICE text file distributed
    +          as part of the Derivative Works; within the Source form or
    +          documentation, if provided along with the Derivative Works; or,
    +          within a display generated by the Derivative Works, if and
    +          wherever such third-party notices normally appear. The contents
    +          of the NOTICE file are for informational purposes only and
    +          do not modify the License. You may add Your own attribution
    +          notices within Derivative Works that You distribute, alongside
    +          or as an addendum to the NOTICE text from the Work, provided
    +          that such additional attribution notices cannot be construed
    +          as modifying the License.
    +
    +      You may add Your own copyright statement to Your modifications and
    +      may provide additional or different license terms and conditions
    +      for use, reproduction, or distribution of Your modifications, or
    +      for any such Derivative Works as a whole, provided Your use,
    +      reproduction, and distribution of the Work otherwise complies with
    +      the conditions stated in this License.
    +
    +   5. Submission of Contributions. Unless You explicitly state otherwise,
    +      any Contribution intentionally submitted for inclusion in the Work
    +      by You to the Licensor shall be under the terms and conditions of
    +      this License, without any additional terms or conditions.
    +      Notwithstanding the above, nothing herein shall supersede or modify
    +      the terms of any separate license agreement you may have executed
    +      with Licensor regarding such Contributions.
    +
    +   6. Trademarks. This License does not grant permission to use the trade
    +      names, trademarks, service marks, or product names of the Licensor,
    +      except as required for reasonable and customary use in describing the
    +      origin of the Work and reproducing the content of the NOTICE file.
    +
    +   7. Disclaimer of Warranty. Unless required by applicable law or
    +      agreed to in writing, Licensor provides the Work (and each
    +      Contributor provides its Contributions) on an "AS IS" BASIS,
    +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    +      implied, including, without limitation, any warranties or conditions
    +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    +      PARTICULAR PURPOSE. You are solely responsible for determining the
    +      appropriateness of using or redistributing the Work and assume any
    +      risks associated with Your exercise of permissions under this License.
    +
    +   8. Limitation of Liability. In no event and under no legal theory,
    +      whether in tort (including negligence), contract, or otherwise,
    +      unless required by applicable law (such as deliberate and grossly
    +      negligent acts) or agreed to in writing, shall any Contributor be
    +      liable to You for damages, including any direct, indirect, special,
    +      incidental, or consequential damages of any character arising as a
    +      result of this License or out of the use or inability to use the
    +      Work (including but not limited to damages for loss of goodwill,
    +      work stoppage, computer failure or malfunction, or any and all
    +      other commercial damages or losses), even if such Contributor
    +      has been advised of the possibility of such damages.
    +
    +   9. Accepting Warranty or Additional Liability. While redistributing
    +      the Work or Derivative Works thereof, You may choose to offer,
    +      and charge a fee for, acceptance of support, warranty, indemnity,
    +      or other liability obligations and/or rights consistent with this
    +      License. However, in accepting such obligations, You may act only
    +      on Your own behalf and on Your sole responsibility, not on behalf
    +      of any other Contributor, and only if You agree to indemnify,
    +      defend, and hold each Contributor harmless for any liability
    +      incurred by, or claims asserted against, such Contributor by reason
    +      of your accepting any such warranty or additional liability.
    +
    +   END OF TERMS AND CONDITIONS
    +
    +   Copyright 2019 Yoshua Wuyts
    +   Copyright 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors
    +
    +   Licensed under the Apache License, Version 2.0 (the "License");
    +   you may not use this file except in compliance with the License.
    +   You may obtain a copy of the License at
    +
    +       http://www.apache.org/licenses/LICENSE-2.0
    +
    +   Unless required by applicable law or agreed to in writing, software
    +   distributed under the License is distributed on an "AS IS" BASIS,
    +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +   See the License for the specific language governing permissions and
    +   limitations under the License.
    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                     Apache License
    +                           Version 2.0, January 2004
    +                        http://www.apache.org/licenses/
    +
    +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    +
    +   1. Definitions.
    +
    +      "License" shall mean the terms and conditions for use, reproduction,
    +      and distribution as defined by Sections 1 through 9 of this document.
    +
    +      "Licensor" shall mean the copyright owner or entity authorized by
    +      the copyright owner that is granting the License.
    +
    +      "Legal Entity" shall mean the union of the acting entity and all
    +      other entities that control, are controlled by, or are under common
    +      control with that entity. For the purposes of this definition,
    +      "control" means (i) the power, direct or indirect, to cause the
    +      direction or management of such entity, whether by contract or
    +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    +      outstanding shares, or (iii) beneficial ownership of such entity.
    +
    +      "You" (or "Your") shall mean an individual or Legal Entity
    +      exercising permissions granted by this License.
    +
    +      "Source" form shall mean the preferred form for making modifications,
    +      including but not limited to software source code, documentation
    +      source, and configuration files.
    +
    +      "Object" form shall mean any form resulting from mechanical
    +      transformation or translation of a Source form, including but
    +      not limited to compiled object code, generated documentation,
    +      and conversions to other media types.
    +
    +      "Work" shall mean the work of authorship, whether in Source or
    +      Object form, made available under the License, as indicated by a
    +      copyright notice that is included in or attached to the work
    +      (an example is provided in the Appendix below).
    +
    +      "Derivative Works" shall mean any work, whether in Source or Object
    +      form, that is based on (or derived from) the Work and for which the
    +      editorial revisions, annotations, elaborations, or other modifications
    +      represent, as a whole, an original work of authorship. For the purposes
    +      of this License, Derivative Works shall not include works that remain
    +      separable from, or merely link (or bind by name) to the interfaces of,
    +      the Work and Derivative Works thereof.
    +
    +      "Contribution" shall mean any work of authorship, including
    +      the original version of the Work and any modifications or additions
    +      to that Work or Derivative Works thereof, that is intentionally
    +      submitted to Licensor for inclusion in the Work by the copyright owner
    +      or by an individual or Legal Entity authorized to submit on behalf of
    +      the copyright owner. For the purposes of this definition, "submitted"
    +      means any form of electronic, verbal, or written communication sent
    +      to the Licensor or its representatives, including but not limited to
    +      communication on electronic mailing lists, source code control systems,
    +      and issue tracking systems that are managed by, or on behalf of, the
    +      Licensor for the purpose of discussing and improving the Work, but
    +      excluding communication that is conspicuously marked or otherwise
    +      designated in writing by the copyright owner as "Not a Contribution."
    +
    +      "Contributor" shall mean Licensor and any individual or Legal Entity
    +      on behalf of whom a Contribution has been received by Licensor and
    +      subsequently incorporated within the Work.
    +
    +   2. Grant of Copyright License. Subject to the terms and conditions of
    +      this License, each Contributor hereby grants to You a perpetual,
    +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +      copyright license to reproduce, prepare Derivative Works of,
    +      publicly display, publicly perform, sublicense, and distribute the
    +      Work and such Derivative Works in Source or Object form.
    +
    +   3. Grant of Patent License. Subject to the terms and conditions of
    +      this License, each Contributor hereby grants to You a perpetual,
    +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +      (except as stated in this section) patent license to make, have made,
    +      use, offer to sell, sell, import, and otherwise transfer the Work,
    +      where such license applies only to those patent claims licensable
    +      by such Contributor that are necessarily infringed by their
    +      Contribution(s) alone or by combination of their Contribution(s)
    +      with the Work to which such Contribution(s) was submitted. If You
    +      institute patent litigation against any entity (including a
    +      cross-claim or counterclaim in a lawsuit) alleging that the Work
    +      or a Contribution incorporated within the Work constitutes direct
    +      or contributory patent infringement, then any patent licenses
    +      granted to You under this License for that Work shall terminate
    +      as of the date such litigation is filed.
    +
    +   4. Redistribution. You may reproduce and distribute copies of the
    +      Work or Derivative Works thereof in any medium, with or without
    +      modifications, and in Source or Object form, provided that You
    +      meet the following conditions:
    +
    +      (a) You must give any other recipients of the Work or
    +          Derivative Works a copy of this License; and
    +
    +      (b) You must cause any modified files to carry prominent notices
    +          stating that You changed the files; and
    +
    +      (c) You must retain, in the Source form of any Derivative Works
    +          that You distribute, all copyright, patent, trademark, and
    +          attribution notices from the Source form of the Work,
    +          excluding those notices that do not pertain to any part of
    +          the Derivative Works; and
    +
    +      (d) If the Work includes a "NOTICE" text file as part of its
    +          distribution, then any Derivative Works that You distribute must
    +          include a readable copy of the attribution notices contained
    +          within such NOTICE file, excluding those notices that do not
    +          pertain to any part of the Derivative Works, in at least one
    +          of the following places: within a NOTICE text file distributed
    +          as part of the Derivative Works; within the Source form or
    +          documentation, if provided along with the Derivative Works; or,
    +          within a display generated by the Derivative Works, if and
    +          wherever such third-party notices normally appear. The contents
    +          of the NOTICE file are for informational purposes only and
    +          do not modify the License. You may add Your own attribution
    +          notices within Derivative Works that You distribute, alongside
    +          or as an addendum to the NOTICE text from the Work, provided
    +          that such additional attribution notices cannot be construed
    +          as modifying the License.
    +
    +      You may add Your own copyright statement to Your modifications and
    +      may provide additional or different license terms and conditions
    +      for use, reproduction, or distribution of Your modifications, or
    +      for any such Derivative Works as a whole, provided Your use,
    +      reproduction, and distribution of the Work otherwise complies with
    +      the conditions stated in this License.
    +
    +   5. Submission of Contributions. Unless You explicitly state otherwise,
    +      any Contribution intentionally submitted for inclusion in the Work
    +      by You to the Licensor shall be under the terms and conditions of
    +      this License, without any additional terms or conditions.
    +      Notwithstanding the above, nothing herein shall supersede or modify
    +      the terms of any separate license agreement you may have executed
    +      with Licensor regarding such Contributions.
    +
    +   6. Trademarks. This License does not grant permission to use the trade
    +      names, trademarks, service marks, or product names of the Licensor,
    +      except as required for reasonable and customary use in describing the
    +      origin of the Work and reproducing the content of the NOTICE file.
    +
    +   7. Disclaimer of Warranty. Unless required by applicable law or
    +      agreed to in writing, Licensor provides the Work (and each
    +      Contributor provides its Contributions) on an "AS IS" BASIS,
    +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    +      implied, including, without limitation, any warranties or conditions
    +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    +      PARTICULAR PURPOSE. You are solely responsible for determining the
    +      appropriateness of using or redistributing the Work and assume any
    +      risks associated with Your exercise of permissions under this License.
    +
    +   8. Limitation of Liability. In no event and under no legal theory,
    +      whether in tort (including negligence), contract, or otherwise,
    +      unless required by applicable law (such as deliberate and grossly
    +      negligent acts) or agreed to in writing, shall any Contributor be
    +      liable to You for damages, including any direct, indirect, special,
    +      incidental, or consequential damages of any character arising as a
    +      result of this License or out of the use or inability to use the
    +      Work (including but not limited to damages for loss of goodwill,
    +      work stoppage, computer failure or malfunction, or any and all
    +      other commercial damages or losses), even if such Contributor
    +      has been advised of the possibility of such damages.
    +
    +   9. Accepting Warranty or Additional Liability. While redistributing
    +      the Work or Derivative Works thereof, You may choose to offer,
    +      and charge a fee for, acceptance of support, warranty, indemnity,
    +      or other liability obligations and/or rights consistent with this
    +      License. However, in accepting such obligations, You may act only
    +      on Your own behalf and on Your sole responsibility, not on behalf
    +      of any other Contributor, and only if You agree to indemnify,
    +      defend, and hold each Contributor harmless for any liability
    +      incurred by, or claims asserted against, such Contributor by reason
    +      of your accepting any such warranty or additional liability.
    +
    +   END OF TERMS AND CONDITIONS
    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                    Apache License
    +                           Version 2.0, January 2004
    +                        http://www.apache.org/licenses/
    +
    +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    +
    +   1. Definitions.
    +
    +      "License" shall mean the terms and conditions for use, reproduction,
    +      and distribution as defined by Sections 1 through 9 of this document.
    +
    +      "Licensor" shall mean the copyright owner or entity authorized by
    +      the copyright owner that is granting the License.
    +
    +      "Legal Entity" shall mean the union of the acting entity and all
    +      other entities that control, are controlled by, or are under common
    +      control with that entity. For the purposes of this definition,
    +      "control" means (i) the power, direct or indirect, to cause the
    +      direction or management of such entity, whether by contract or
    +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    +      outstanding shares, or (iii) beneficial ownership of such entity.
    +
    +      "You" (or "Your") shall mean an individual or Legal Entity
    +      exercising permissions granted by this License.
    +
    +      "Source" form shall mean the preferred form for making modifications,
    +      including but not limited to software source code, documentation
    +      source, and configuration files.
    +
    +      "Object" form shall mean any form resulting from mechanical
    +      transformation or translation of a Source form, including but
    +      not limited to compiled object code, generated documentation,
    +      and conversions to other media types.
    +
    +      "Work" shall mean the work of authorship, whether in Source or
    +      Object form, made available under the License, as indicated by a
    +      copyright notice that is included in or attached to the work
    +      (an example is provided in the Appendix below).
    +
    +      "Derivative Works" shall mean any work, whether in Source or Object
    +      form, that is based on (or derived from) the Work and for which the
    +      editorial revisions, annotations, elaborations, or other modifications
    +      represent, as a whole, an original work of authorship. For the purposes
    +      of this License, Derivative Works shall not include works that remain
    +      separable from, or merely link (or bind by name) to the interfaces of,
    +      the Work and Derivative Works thereof.
    +
    +      "Contribution" shall mean any work of authorship, including
    +      the original version of the Work and any modifications or additions
    +      to that Work or Derivative Works thereof, that is intentionally
    +      submitted to Licensor for inclusion in the Work by the copyright owner
    +      or by an individual or Legal Entity authorized to submit on behalf of
    +      the copyright owner. For the purposes of this definition, "submitted"
    +      means any form of electronic, verbal, or written communication sent
    +      to the Licensor or its representatives, including but not limited to
    +      communication on electronic mailing lists, source code control systems,
    +      and issue tracking systems that are managed by, or on behalf of, the
    +      Licensor for the purpose of discussing and improving the Work, but
    +      excluding communication that is conspicuously marked or otherwise
    +      designated in writing by the copyright owner as "Not a Contribution."
    +
    +      "Contributor" shall mean Licensor and any individual or Legal Entity
    +      on behalf of whom a Contribution has been received by Licensor and
    +      subsequently incorporated within the Work.
    +
    +   2. Grant of Copyright License. Subject to the terms and conditions of
    +      this License, each Contributor hereby grants to You a perpetual,
    +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +      copyright license to reproduce, prepare Derivative Works of,
    +      publicly display, publicly perform, sublicense, and distribute the
    +      Work and such Derivative Works in Source or Object form.
    +
    +   3. Grant of Patent License. Subject to the terms and conditions of
    +      this License, each Contributor hereby grants to You a perpetual,
    +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +      (except as stated in this section) patent license to make, have made,
    +      use, offer to sell, sell, import, and otherwise transfer the Work,
    +      where such license applies only to those patent claims licensable
    +      by such Contributor that are necessarily infringed by their
    +      Contribution(s) alone or by combination of their Contribution(s)
    +      with the Work to which such Contribution(s) was submitted. If You
    +      institute patent litigation against any entity (including a
    +      cross-claim or counterclaim in a lawsuit) alleging that the Work
    +      or a Contribution incorporated within the Work constitutes direct
    +      or contributory patent infringement, then any patent licenses
    +      granted to You under this License for that Work shall terminate
    +      as of the date such litigation is filed.
    +
    +   4. Redistribution. You may reproduce and distribute copies of the
    +      Work or Derivative Works thereof in any medium, with or without
    +      modifications, and in Source or Object form, provided that You
    +      meet the following conditions:
    +
    +      (a) You must give any other recipients of the Work or
    +          Derivative Works a copy of this License; and
    +
    +      (b) You must cause any modified files to carry prominent notices
    +          stating that You changed the files; and
    +
    +      (c) You must retain, in the Source form of any Derivative Works
    +          that You distribute, all copyright, patent, trademark, and
    +          attribution notices from the Source form of the Work,
    +          excluding those notices that do not pertain to any part of
    +          the Derivative Works; and
    +
    +      (d) If the Work includes a "NOTICE" text file as part of its
    +          distribution, then any Derivative Works that You distribute must
    +          include a readable copy of the attribution notices contained
    +          within such NOTICE file, excluding those notices that do not
    +          pertain to any part of the Derivative Works, in at least one
    +          of the following places: within a NOTICE text file distributed
    +          as part of the Derivative Works; within the Source form or
    +          documentation, if provided along with the Derivative Works; or,
    +          within a display generated by the Derivative Works, if and
    +          wherever such third-party notices normally appear. The contents
    +          of the NOTICE file are for informational purposes only and
    +          do not modify the License. You may add Your own attribution
    +          notices within Derivative Works that You distribute, alongside
    +          or as an addendum to the NOTICE text from the Work, provided
    +          that such additional attribution notices cannot be construed
    +          as modifying the License.
    +
    +      You may add Your own copyright statement to Your modifications and
    +      may provide additional or different license terms and conditions
    +      for use, reproduction, or distribution of Your modifications, or
    +      for any such Derivative Works as a whole, provided Your use,
    +      reproduction, and distribution of the Work otherwise complies with
    +      the conditions stated in this License.
    +
    +   5. Submission of Contributions. Unless You explicitly state otherwise,
    +      any Contribution intentionally submitted for inclusion in the Work
    +      by You to the Licensor shall be under the terms and conditions of
    +      this License, without any additional terms or conditions.
    +      Notwithstanding the above, nothing herein shall supersede or modify
    +      the terms of any separate license agreement you may have executed
    +      with Licensor regarding such Contributions.
    +
    +   6. Trademarks. This License does not grant permission to use the trade
    +      names, trademarks, service marks, or product names of the Licensor,
    +      except as required for reasonable and customary use in describing the
    +      origin of the Work and reproducing the content of the NOTICE file.
    +
    +   7. Disclaimer of Warranty. Unless required by applicable law or
    +      agreed to in writing, Licensor provides the Work (and each
    +      Contributor provides its Contributions) on an "AS IS" BASIS,
    +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    +      implied, including, without limitation, any warranties or conditions
    +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    +      PARTICULAR PURPOSE. You are solely responsible for determining the
    +      appropriateness of using or redistributing the Work and assume any
    +      risks associated with Your exercise of permissions under this License.
    +
    +   8. Limitation of Liability. In no event and under no legal theory,
    +      whether in tort (including negligence), contract, or otherwise,
    +      unless required by applicable law (such as deliberate and grossly
    +      negligent acts) or agreed to in writing, shall any Contributor be
    +      liable to You for damages, including any direct, indirect, special,
    +      incidental, or consequential damages of any character arising as a
    +      result of this License or out of the use or inability to use the
    +      Work (including but not limited to damages for loss of goodwill,
    +      work stoppage, computer failure or malfunction, or any and all
    +      other commercial damages or losses), even if such Contributor
    +      has been advised of the possibility of such damages.
    +
    +   9. Accepting Warranty or Additional Liability. While redistributing
    +      the Work or Derivative Works thereof, You may choose to offer,
    +      and charge a fee for, acceptance of support, warranty, indemnity,
    +      or other liability obligations and/or rights consistent with this
    +      License. However, in accepting such obligations, You may act only
    +      on Your own behalf and on Your sole responsibility, not on behalf
    +      of any other Contributor, and only if You agree to indemnify,
    +      defend, and hold each Contributor harmless for any liability
    +      incurred by, or claims asserted against, such Contributor by reason
    +      of your accepting any such warranty or additional liability.
    +
    +   END OF TERMS AND CONDITIONS
    +
    +   APPENDIX: How to apply the Apache License to your work.
    +
    +      To apply the Apache License to your work, attach the following
    +      boilerplate notice, with the fields enclosed by brackets "{}"
    +      replaced with your own identifying information. (Don't include
    +      the brackets!)  The text should be enclosed in the appropriate
    +      comment syntax for the file format. We also recommend that a
    +      file or class name and description of purpose be included on the
    +      same "printed page" as the copyright notice for easier
    +      identification within third-party archives.
    +
    +   Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
    +
    +   Licensed under the Apache License, Version 2.0 (the "License");
    +   you may not use this file except in compliance with the License.
    +   You may obtain a copy of the License at
    +
    +       http://www.apache.org/licenses/LICENSE-2.0
    +
    +   Unless required by applicable law or agreed to in writing, software
    +   distributed under the License is distributed on an "AS IS" BASIS,
    +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +   See the License for the specific language governing permissions and
    +   limitations under the License.
    +
    +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                   Apache License
    +                         Version 2.0, January 2004
    +                      http://www.apache.org/licenses/
    +
    +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    +
    +1. Definitions.
    +
    +  "License" shall mean the terms and conditions for use, reproduction,
    +  and distribution as defined by Sections 1 through 9 of this document.
    +
    +  "Licensor" shall mean the copyright owner or entity authorized by
    +  the copyright owner that is granting the License.
    +
    +  "Legal Entity" shall mean the union of the acting entity and all
    +  other entities that control, are controlled by, or are under common
    +  control with that entity. For the purposes of this definition,
    +  "control" means (i) the power, direct or indirect, to cause the
    +  direction or management of such entity, whether by contract or
    +  otherwise, or (ii) ownership of fifty percent (50%) or more of the
    +  outstanding shares, or (iii) beneficial ownership of such entity.
    +
    +  "You" (or "Your") shall mean an individual or Legal Entity
    +  exercising permissions granted by this License.
    +
    +  "Source" form shall mean the preferred form for making modifications,
    +  including but not limited to software source code, documentation
    +  source, and configuration files.
    +
    +  "Object" form shall mean any form resulting from mechanical
    +  transformation or translation of a Source form, including but
    +  not limited to compiled object code, generated documentation,
    +  and conversions to other media types.
    +
    +  "Work" shall mean the work of authorship, whether in Source or
    +  Object form, made available under the License, as indicated by a
    +  copyright notice that is included in or attached to the work
    +  (an example is provided in the Appendix below).
    +
    +  "Derivative Works" shall mean any work, whether in Source or Object
    +  form, that is based on (or derived from) the Work and for which the
    +  editorial revisions, annotations, elaborations, or other modifications
    +  represent, as a whole, an original work of authorship. For the purposes
    +  of this License, Derivative Works shall not include works that remain
    +  separable from, or merely link (or bind by name) to the interfaces of,
    +  the Work and Derivative Works thereof.
    +
    +  "Contribution" shall mean any work of authorship, including
    +  the original version of the Work and any modifications or additions
    +  to that Work or Derivative Works thereof, that is intentionally
    +  submitted to Licensor for inclusion in the Work by the copyright owner
    +  or by an individual or Legal Entity authorized to submit on behalf of
    +  the copyright owner. For the purposes of this definition, "submitted"
    +  means any form of electronic, verbal, or written communication sent
    +  to the Licensor or its representatives, including but not limited to
    +  communication on electronic mailing lists, source code control systems,
    +  and issue tracking systems that are managed by, or on behalf of, the
    +  Licensor for the purpose of discussing and improving the Work, but
    +  excluding communication that is conspicuously marked or otherwise
    +  designated in writing by the copyright owner as "Not a Contribution."
    +
    +  "Contributor" shall mean Licensor and any individual or Legal Entity
    +  on behalf of whom a Contribution has been received by Licensor and
    +  subsequently incorporated within the Work.
    +
    +2. Grant of Copyright License. Subject to the terms and conditions of
    +  this License, each Contributor hereby grants to You a perpetual,
    +  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +  copyright license to reproduce, prepare Derivative Works of,
    +  publicly display, publicly perform, sublicense, and distribute the
    +  Work and such Derivative Works in Source or Object form.
    +
    +3. Grant of Patent License. Subject to the terms and conditions of
    +  this License, each Contributor hereby grants to You a perpetual,
    +  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +  (except as stated in this section) patent license to make, have made,
    +  use, offer to sell, sell, import, and otherwise transfer the Work,
    +  where such license applies only to those patent claims licensable
    +  by such Contributor that are necessarily infringed by their
    +  Contribution(s) alone or by combination of their Contribution(s)
    +  with the Work to which such Contribution(s) was submitted. If You
    +  institute patent litigation against any entity (including a
    +  cross-claim or counterclaim in a lawsuit) alleging that the Work
    +  or a Contribution incorporated within the Work constitutes direct
    +  or contributory patent infringement, then any patent licenses
    +  granted to You under this License for that Work shall terminate
    +  as of the date such litigation is filed.
    +
    +4. Redistribution. You may reproduce and distribute copies of the
    +  Work or Derivative Works thereof in any medium, with or without
    +  modifications, and in Source or Object form, provided that You
    +  meet the following conditions:
    +
    +  (a) You must give any other recipients of the Work or
    +      Derivative Works a copy of this License; and
    +
    +  (b) You must cause any modified files to carry prominent notices
    +      stating that You changed the files; and
    +
    +  (c) You must retain, in the Source form of any Derivative Works
    +      that You distribute, all copyright, patent, trademark, and
    +      attribution notices from the Source form of the Work,
    +      excluding those notices that do not pertain to any part of
    +      the Derivative Works; and
    +
    +  (d) If the Work includes a "NOTICE" text file as part of its
    +      distribution, then any Derivative Works that You distribute must
    +      include a readable copy of the attribution notices contained
    +      within such NOTICE file, excluding those notices that do not
    +      pertain to any part of the Derivative Works, in at least one
    +      of the following places: within a NOTICE text file distributed
    +      as part of the Derivative Works; within the Source form or
    +      documentation, if provided along with the Derivative Works; or,
    +      within a display generated by the Derivative Works, if and
           wherever such third-party notices normally appear. The contents
           of the NOTICE file are for informational purposes only and
           do not modify the License. You may add Your own attribution
    @@ -6323,6 +6757,7 @@ 

    Apache License 2.0

    Used by:

                                  Apache License
                             Version 2.0, January 2004
    @@ -8213,18 +8648,22 @@ 

    Used by:

  • arc-swap
  • async-channel
  • async-compression
  • +
  • async-io
  • +
  • async-lock
  • autocfg
  • backtrace
  • base64
  • base64
  • +
  • base64
  • bitflags
  • bitflags
  • bstr
  • bumpalo
  • bytes-utils
  • +
  • camino
  • cc
  • cfg-if
  • -
  • ci_info
  • +
  • cfg-if
  • cmake
  • concurrent-queue
  • const-random
  • @@ -8233,13 +8672,17 @@

    Used by:

  • core-foundation-sys
  • countme
  • crossbeam-channel
  • +
  • crossbeam-epoch
  • +
  • crossbeam-utils
  • crossbeam-utils
  • debugid
  • derivative
  • derive_arbitrary
  • either
  • +
  • env_logger
  • envmnt
  • equivalent
  • +
  • error-chain
  • event-listener
  • fastrand
  • fastrand
  • @@ -8249,14 +8692,16 @@

    Used by:

  • fnv
  • form_urlencoded
  • fraction
  • -
  • fsio
  • futures-lite
  • gimli
  • git2
  • +
  • glob
  • hashbrown
  • hashbrown
  • hdrhistogram
  • heck
  • +
  • heck
  • +
  • hermit-abi
  • hermit-abi
  • httparse
  • humantime-serde
  • @@ -8268,11 +8713,11 @@

    Used by:

  • indexmap
  • indexmap
  • inventory
  • +
  • io-lifetimes
  • ipconfig
  • itertools
  • itertools
  • itertools
  • -
  • itertools
  • jobserver
  • js-sys
  • lazy_static
  • @@ -8282,10 +8727,12 @@

    Used by:

  • libz-ng-sys
  • libz-sys
  • linux-raw-sys
  • +
  • linux-raw-sys
  • lock_api
  • log
  • maplit
  • match_cfg
  • +
  • maybe-uninit
  • mime
  • mockall
  • mockall_derive
  • @@ -8316,7 +8763,6 @@

    Used by:

  • pkg-config
  • proc-macro2
  • prost
  • -
  • prost
  • prost-build
  • prost-derive
  • prost-derive
  • @@ -8335,6 +8781,7 @@

    Used by:

  • rustc_version
  • rustc_version
  • rustix
  • +
  • rustix
  • rustls
  • rustls-native-certs
  • rustls-pemfile
  • @@ -8349,8 +8796,10 @@

    Used by:

  • shellexpand
  • signal-hook-registry
  • similar
  • +
  • skeptic
  • smallvec
  • socket2
  • +
  • socket2
  • stable_deref_trait
  • syn
  • syn
  • @@ -8359,7 +8808,6 @@

    Used by:

  • threadpool
  • tikv-jemalloc-sys
  • tikv-jemallocator
  • -
  • triomphe
  • try_match
  • tungstenite
  • typed-builder
  • @@ -8378,6 +8826,7 @@

    Used by:

  • waker-fn
  • wasi
  • wasi
  • +
  • wasi
  • wasm-bindgen
  • wasm-bindgen-backend
  • wasm-bindgen-futures
  • @@ -8583,7 +9032,221 @@

    Used by:

    you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +
    +
  • +
  • +

    Apache License 2.0

    +

    Used by:

    + +
                                  Apache License
    +                        Version 2.0, January 2004
    +                     http://www.apache.org/licenses/
    +
    +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    +
    +1. Definitions.
    +
    +   "License" shall mean the terms and conditions for use, reproduction,
    +   and distribution as defined by Sections 1 through 9 of this document.
    +
    +   "Licensor" shall mean the copyright owner or entity authorized by
    +   the copyright owner that is granting the License.
    +
    +   "Legal Entity" shall mean the union of the acting entity and all
    +   other entities that control, are controlled by, or are under common
    +   control with that entity. For the purposes of this definition,
    +   "control" means (i) the power, direct or indirect, to cause the
    +   direction or management of such entity, whether by contract or
    +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
    +   outstanding shares, or (iii) beneficial ownership of such entity.
    +
    +   "You" (or "Your") shall mean an individual or Legal Entity
    +   exercising permissions granted by this License.
    +
    +   "Source" form shall mean the preferred form for making modifications,
    +   including but not limited to software source code, documentation
    +   source, and configuration files.
    +
    +   "Object" form shall mean any form resulting from mechanical
    +   transformation or translation of a Source form, including but
    +   not limited to compiled object code, generated documentation,
    +   and conversions to other media types.
    +
    +   "Work" shall mean the work of authorship, whether in Source or
    +   Object form, made available under the License, as indicated by a
    +   copyright notice that is included in or attached to the work
    +   (an example is provided in the Appendix below).
    +
    +   "Derivative Works" shall mean any work, whether in Source or Object
    +   form, that is based on (or derived from) the Work and for which the
    +   editorial revisions, annotations, elaborations, or other modifications
    +   represent, as a whole, an original work of authorship. For the purposes
    +   of this License, Derivative Works shall not include works that remain
    +   separable from, or merely link (or bind by name) to the interfaces of,
    +   the Work and Derivative Works thereof.
    +
    +   "Contribution" shall mean any work of authorship, including
    +   the original version of the Work and any modifications or additions
    +   to that Work or Derivative Works thereof, that is intentionally
    +   submitted to Licensor for inclusion in the Work by the copyright owner
    +   or by an individual or Legal Entity authorized to submit on behalf of
    +   the copyright owner. For the purposes of this definition, "submitted"
    +   means any form of electronic, verbal, or written communication sent
    +   to the Licensor or its representatives, including but not limited to
    +   communication on electronic mailing lists, source code control systems,
    +   and issue tracking systems that are managed by, or on behalf of, the
    +   Licensor for the purpose of discussing and improving the Work, but
    +   excluding communication that is conspicuously marked or otherwise
    +   designated in writing by the copyright owner as "Not a Contribution."
    +
    +   "Contributor" shall mean Licensor and any individual or Legal Entity
    +   on behalf of whom a Contribution has been received by Licensor and
    +   subsequently incorporated within the Work.
    +
    +2. Grant of Copyright License. Subject to the terms and conditions of
    +   this License, each Contributor hereby grants to You a perpetual,
    +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +   copyright license to reproduce, prepare Derivative Works of,
    +   publicly display, publicly perform, sublicense, and distribute the
    +   Work and such Derivative Works in Source or Object form.
    +
    +3. Grant of Patent License. Subject to the terms and conditions of
    +   this License, each Contributor hereby grants to You a perpetual,
    +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    +   (except as stated in this section) patent license to make, have made,
    +   use, offer to sell, sell, import, and otherwise transfer the Work,
    +   where such license applies only to those patent claims licensable
    +   by such Contributor that are necessarily infringed by their
    +   Contribution(s) alone or by combination of their Contribution(s)
    +   with the Work to which such Contribution(s) was submitted. If You
    +   institute patent litigation against any entity (including a
    +   cross-claim or counterclaim in a lawsuit) alleging that the Work
    +   or a Contribution incorporated within the Work constitutes direct
    +   or contributory patent infringement, then any patent licenses
    +   granted to You under this License for that Work shall terminate
    +   as of the date such litigation is filed.
    +
    +4. Redistribution. You may reproduce and distribute copies of the
    +   Work or Derivative Works thereof in any medium, with or without
    +   modifications, and in Source or Object form, provided that You
    +   meet the following conditions:
    +
    +   (a) You must give any other recipients of the Work or
    +       Derivative Works a copy of this License; and
    +
    +   (b) You must cause any modified files to carry prominent notices
    +       stating that You changed the files; and
    +
    +   (c) You must retain, in the Source form of any Derivative Works
    +       that You distribute, all copyright, patent, trademark, and
    +       attribution notices from the Source form of the Work,
    +       excluding those notices that do not pertain to any part of
    +       the Derivative Works; and
    +
    +   (d) If the Work includes a "NOTICE" text file as part of its
    +       distribution, then any Derivative Works that You distribute must
    +       include a readable copy of the attribution notices contained
    +       within such NOTICE file, excluding those notices that do not
    +       pertain to any part of the Derivative Works, in at least one
    +       of the following places: within a NOTICE text file distributed
    +       as part of the Derivative Works; within the Source form or
    +       documentation, if provided along with the Derivative Works; or,
    +       within a display generated by the Derivative Works, if and
    +       wherever such third-party notices normally appear. The contents
    +       of the NOTICE file are for informational purposes only and
    +       do not modify the License. You may add Your own attribution
    +       notices within Derivative Works that You distribute, alongside
    +       or as an addendum to the NOTICE text from the Work, provided
    +       that such additional attribution notices cannot be construed
    +       as modifying the License.
    +
    +   You may add Your own copyright statement to Your modifications and
    +   may provide additional or different license terms and conditions
    +   for use, reproduction, or distribution of Your modifications, or
    +   for any such Derivative Works as a whole, provided Your use,
    +   reproduction, and distribution of the Work otherwise complies with
    +   the conditions stated in this License.
    +
    +5. Submission of Contributions. Unless You explicitly state otherwise,
    +   any Contribution intentionally submitted for inclusion in the Work
    +   by You to the Licensor shall be under the terms and conditions of
    +   this License, without any additional terms or conditions.
    +   Notwithstanding the above, nothing herein shall supersede or modify
    +   the terms of any separate license agreement you may have executed
    +   with Licensor regarding such Contributions.
    +
    +6. Trademarks. This License does not grant permission to use the trade
    +   names, trademarks, service marks, or product names of the Licensor,
    +   except as required for reasonable and customary use in describing the
    +   origin of the Work and reproducing the content of the NOTICE file.
    +
    +7. Disclaimer of Warranty. Unless required by applicable law or
    +   agreed to in writing, Licensor provides the Work (and each
    +   Contributor provides its Contributions) on an "AS IS" BASIS,
    +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    +   implied, including, without limitation, any warranties or conditions
    +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    +   PARTICULAR PURPOSE. You are solely responsible for determining the
    +   appropriateness of using or redistributing the Work and assume any
    +   risks associated with Your exercise of permissions under this License.
    +
    +8. Limitation of Liability. In no event and under no legal theory,
    +   whether in tort (including negligence), contract, or otherwise,
    +   unless required by applicable law (such as deliberate and grossly
    +   negligent acts) or agreed to in writing, shall any Contributor be
    +   liable to You for damages, including any direct, indirect, special,
    +   incidental, or consequential damages of any character arising as a
    +   result of this License or out of the use or inability to use the
    +   Work (including but not limited to damages for loss of goodwill,
    +   work stoppage, computer failure or malfunction, or any and all
    +   other commercial damages or losses), even if such Contributor
    +   has been advised of the possibility of such damages.
    +
    +9. Accepting Warranty or Additional Liability. While redistributing
    +   the Work or Derivative Works thereof, You may choose to offer,
    +   and charge a fee for, acceptance of support, warranty, indemnity,
    +   or other liability obligations and/or rights consistent with this
    +   License. However, in accepting such obligations, You may act only
    +   on Your own behalf and on Your sole responsibility, not on behalf
    +   of any other Contributor, and only if You agree to indemnify,
    +   defend, and hold each Contributor harmless for any liability
    +   incurred by, or claims asserted against, such Contributor by reason
    +   of your accepting any such warranty or additional liability.
    +
    +END OF TERMS AND CONDITIONS
    +
    +APPENDIX: How to apply the Apache License to your work.
    +
    +   To apply the Apache License to your work, attach the following
    +   boilerplate notice, with the fields enclosed by brackets "[]"
    +   replaced with your own identifying information. (Don't include
    +   the brackets!)  The text should be enclosed in the appropriate
    +   comment syntax for the file format. We also recommend that a
    +   file or class name and description of purpose be included on the
    +   same "printed page" as the copyright notice for easier
    +   identification within third-party archives.
    +
    +Copyright [yyyy] [name of copyright owner]
    +
    +Licensed under the Apache License, Version 2.0 (the "License");
    +you may not use this file except in compliance with the License.
    +You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
     
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
    @@ -8596,11 +9259,13 @@ 

    Used by:

    Apache License 2.0

    Used by:

                                  Apache License
                             Version 2.0, January 2004
    @@ -8796,7 +9461,7 @@ 

    Used by:

    you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -8809,13 +9474,7 @@

    Used by:

    Apache License 2.0

    Used by:

                                  Apache License
                             Version 2.0, January 2004
    @@ -8999,7 +9658,7 @@ 

    Used by:

    To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate + the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier @@ -9011,7 +9670,7 @@

    Used by:

    you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -9619,6 +10278,7 @@

    Apache License 2.0

    Used by:

    @@ -10013,6 +10673,7 @@

    Used by:

    Apache License 2.0

    Used by:

                                  Apache License
    @@ -10223,6 +10884,7 @@ 

    Used by:

                                  Apache License
    @@ -10845,30 +11507,6 @@ 

    Used by:

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
    -
  • -
  • -

    Apache License 2.0

    -

    Used by:

    - -
    # Contributing
    -
    -## License
    -
    -Licensed under either of
    -
    - * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
    - * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
    -
    -at your option.
    -
    -### Contribution
    -
    -Unless you explicitly state otherwise, any contribution intentionally submitted
    -for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
    -additional terms or conditions.
     
  • @@ -10879,22 +11517,10 @@

    Used by:

  • apollo-encoder
  • apollo-parser
  • apollo-smith
  • +
  • apollo-smith
../../LICENSE-APACHE
-
  • -

    Apache License 2.0

    -

    Used by:

    - -
    // Licensed under the Apache License, Version 2.0
    -// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
    -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
    -// All files in the project carrying such notice may not be copied, modified, or distributed
    -// except according to those terms.
    -
    -
  • Apache License 2.0

    Used by:

    @@ -11529,6 +12155,11 @@

    Used by:

    Apache License 2.0

    Used by:

      +
    • async-graphql-actix-web
    • +
    • async-graphql-derive
    • +
    • async-graphql-parser
    • +
    • async-graphql-value
    • +
    • buildstructor
    • deadpool-runtime
    • deno-proc-macro-rules
    • deno-proc-macro-rules-macros
    • @@ -11538,13 +12169,16 @@

      Used by:

    • graphql_client_codegen
    • graphql_query_derive
    • http-serde
    • +
    • ident_case
    • +
    • language-tags
    • libssh2-sys
    • linkme-impl
    • md5
    • num-cmp
    • +
    • prost
    • rhai_codegen
    • +
    • serde_derive_default
    • siphasher
    • -
    • sptr
    • system-configuration
    • system-configuration-sys
    • thrift
    • @@ -11637,29 +12271,9 @@

      Used by:

      Apache License 2.0

      Used by:

      -
      Copyright 2023 The allocator-api2 project developers
      -
      -Licensed under the Apache License, Version 2.0 (the "License");
      -you may not use this file except in compliance with the License.
      -You may obtain a copy of the License at
      -
      -	http://www.apache.org/licenses/LICENSE-2.0
      -
      -Unless required by applicable law or agreed to in writing, software
      -distributed under the License is distributed on an "AS IS" BASIS,
      -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      -See the License for the specific language governing permissions and
      -limitations under the License.
      - -
    • -

      Apache License 2.0

      -

      Used by:

      - -
      Copyright [2022] [Bryn Cooke]
      +                
      Copyright 2021 Oliver Giersch
       
       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
      @@ -11678,22 +12292,21 @@ 

      Used by:

      Apache License 2.0

      Used by:

      -
      Copyright [2023] [Bryn Cooke]
      +                
      Copyright 2023 The allocator-api2 project developers
       
       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
       
      -    http://www.apache.org/licenses/LICENSE-2.0
      +	http://www.apache.org/licenses/LICENSE-2.0
       
       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       See the License for the specific language governing permissions and
      -limitations under the License.
      -
      +limitations under the License.
    • Apache License 2.0

      @@ -11711,23 +12324,6 @@

      Used by:

      at your option. All files in the project carrying such notice may not be copied, modified, or distributed except according to those terms. - -
    • -
    • -

      Apache License 2.0

      -

      Used by:

      - -
      MIT OR Apache-2.0
      -
    • -
    • -

      Apache License 2.0

      -

      Used by:

      - -
      MIT OR Apache-2.0
       
    • @@ -11777,6 +12373,38 @@

      Used by:

      BSD 2-Clause "Simplified" License

      Used by:

      +
      Copyright (c) 2015, Nick Fitzgerald
      +All rights reserved.
      +
      +Redistribution and use in source and binary forms, with or without modification,
      +are permitted provided that the following conditions are met:
      +
      +1. Redistributions of source code must retain the above copyright notice, this
      +   list of conditions and the following disclaimer.
      +
      +2. Redistributions in binary form must reproduce the above copyright notice,
      +   this list of conditions and the following disclaimer in the documentation
      +   and/or other materials provided with the distribution.
      +
      +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
      +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
      +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
      +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
      +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
      +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
      +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
      +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
      +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
      +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      +
      +
    • +
    • +

      BSD 2-Clause "Simplified" License

      +

      Used by:

      +
      Copyright (c) <year> <owner> 
      @@ -11833,6 +12461,8 @@ 

      Used by:

      Copyright (c) 2016 Dropbox, Inc.
      @@ -12296,9 +12926,119 @@ 

      Elastic License 2.0

      Used by:

      +
      Copyright 2021 Apollo Graph, Inc.
      +
      +Elastic License 2.0
      +
      +## Acceptance
      +
      +By using the software, you agree to all of the terms and conditions below.
      +
      +## Copyright License
      +
      +The licensor grants you a non-exclusive, royalty-free, worldwide,
      +non-sublicensable, non-transferable license to use, copy, distribute, make
      +available, and prepare derivative works of the software, in each case subject to
      +the limitations and conditions below.
      +
      +## Limitations
      +
      +You may not provide the software to third parties as a hosted or managed
      +service, where the service provides users with access to any substantial set of
      +the features or functionality of the software.
      +
      +You may not move, change, disable, or circumvent the license key functionality
      +in the software, and you may not remove or obscure any functionality in the
      +software that is protected by the license key.
      +
      +You may not alter, remove, or obscure any licensing, copyright, or other notices
      +of the licensor in the software. Any use of the licensor’s trademarks is subject
      +to applicable law.
      +
      +## Patents
      +
      +The licensor grants you a license, under any patent claims the licensor can
      +license, or becomes able to license, to make, have made, use, sell, offer for
      +sale, import and have imported the software, in each case subject to the
      +limitations and conditions in this license. This license does not cover any
      +patent claims that you cause to be infringed by modifications or additions to
      +the software. If you or your company make any written claim that the software
      +infringes or contributes to infringement of any patent, your patent license for
      +the software granted under these terms ends immediately. If your company makes
      +such a claim, your patent license ends immediately for work on behalf of your
      +company.
      +
      +## Notices
      +
      +You must ensure that anyone who gets a copy of any part of the software from you
      +also gets a copy of these terms.
      +
      +If you modify the software, you must include in any modified copies of the
      +software prominent notices stating that you have modified the software.
      +
      +## No Other Rights
      +
      +These terms do not imply any licenses other than those expressly granted in
      +these terms.
      +
      +## Termination
      +
      +If you use the software in violation of these terms, such use is not licensed,
      +and your licenses will automatically terminate. If the licensor provides you
      +with a notice of your violation, and you cease all violation of this license no
      +later than 30 days after you receive that notice, your licenses will be
      +reinstated retroactively. However, if you violate these terms after such
      +reinstatement, any additional violation of these terms will cause your licenses
      +to terminate automatically and permanently.
      +
      +## No Liability
      +
      +*As far as the law allows, the software comes as is, without any warranty or
      +condition, and the licensor will not be liable to you for any damages arising
      +out of these terms or the use or nature of the software, under any kind of
      +legal claim.*
      +
      +## Definitions
      +
      +The **licensor** is the entity offering these terms, and the **software** is the
      +software the licensor makes available under these terms, including any portion
      +of it.
      +
      +**you** refers to the individual or entity agreeing to these terms.
      +
      +**your company** is any legal entity, sole proprietorship, or other kind of
      +organization that you work for, plus all organizations that have control over,
      +are under the control of, or are under common control with that
      +organization. **control** means ownership of substantially all the assets of an
      +entity, or the power to direct its management and policies by vote, contract, or
      +otherwise. Control can be direct or indirect.
      +
      +**your licenses** are all the licenses granted to you for the software under
      +these terms.
      +
      +**use** means anything you do with the software requiring one of your licenses.
      +
      +**trademark** means trademarks, service marks, and similar rights.
      +
      +--------------------------------------------------------------------------------
      +
      +
    • +
    • +

      Elastic License 2.0

      +

      Used by:

      +
      Copyright 2021 Apollo Graph, Inc.
       
      +Source code in this repository is covered by (i) the Elastic License 2.0 or (ii) an MIT compatible license, in each case, as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a licensing file in a subdirectory specifies another license.
      +
      +--------------------------------------------------------------------------------
      +
       Elastic License 2.0
       
       ## Acceptance
      @@ -12391,266 +13131,572 @@ 

      Used by:

      **trademark** means trademarks, service marks, and similar rights. --------------------------------------------------------------------------------- +--------------------------------------------------------------------------------
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
         Copyright 2015-2016 Brian Smith.
      +
      +   Permission to use, copy, modify, and/or distribute this software for any
      +   purpose with or without fee is hereby granted, provided that the above
      +   copyright notice and this permission notice appear in all copies.
      +
      +   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
      +   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      +   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
      +   SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      +   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
      +   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
      +   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      /* Copyright (c) 2015, Google Inc.
      + *
      + * Permission to use, copy, modify, and/or distribute this software for any
      + * purpose with or without fee is hereby granted, provided that the above
      + * copyright notice and this permission notice appear in all copies.
      + *
      + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
      + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
      + * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
      + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
      + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
      +
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      // Copyright 2015-2016 Brian Smith.
      +//
      +// Permission to use, copy, modify, and/or distribute this software for any
      +// purpose with or without fee is hereby granted, provided that the above
      +// copyright notice and this permission notice appear in all copies.
      +//
      +// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
      +// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      +// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
      +// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      +// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
      +// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
      +// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      +
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      Copyright (c) 2017 Adam Wick
      +
      +Permission to use, copy, modify, and/or distribute this software for any purpose
      +with or without fee is hereby granted, provided that the above copyright notice
      +and this permission notice appear in all copies.
      +
      +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
      +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
      +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
      +THIS SOFTWARE.
      +
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      Copyright (c) Hanno Braun and contributors
      +
      +Permission to use, copy, modify, and/or distribute this software for any purpose
      +with or without fee is hereby granted, provided that the above copyright notice
      +and this permission notice appear in all copies.
      +
      +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
      +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
      +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
      +THIS SOFTWARE.
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      Copyright (c) Hanno Braun and contributors
      +
      +Permission to use, copy, modify, and/or distribute this software for any purpose
      +with or without fee is hereby granted, provided that the above copyright notice
      +and this permission notice appear in all copies.
      +
      +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
      +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
      +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
      +THIS SOFTWARE.
      +
      +
    • +
    • +

      ISC License

      +

      Used by:

      + +
      ISC License:
      +
      +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
      +Copyright (c) 1995-2003 by Internet Software Consortium
      +
      +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
      +
      +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
       
    • -

      Elastic License 2.0

      +

      MIT License

      Used by:

      -
      Copyright 2021 Apollo Graph, Inc.
      -
      -Source code in this repository is covered by (i) the Elastic License 2.0 or (ii) an MIT compatible license, in each case, as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a licensing file in a subdirectory specifies another license.
      -
      ---------------------------------------------------------------------------------
      -
      -Elastic License 2.0
      -
      -## Acceptance
      -
      -By using the software, you agree to all of the terms and conditions below.
      -
      -## Copyright License
      -
      -The licensor grants you a non-exclusive, royalty-free, worldwide,
      -non-sublicensable, non-transferable license to use, copy, distribute, make
      -available, and prepare derivative works of the software, in each case subject to
      -the limitations and conditions below.
      -
      -## Limitations
      +                
      // Copyright (c) 2019 Nuclear Furnace
      +//
      +// 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:
      +//
      +// The above copyright notice and this permission notice shall be included in all
      +// copies or substantial portions of the Software.
      +//
      +// 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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014 Alex Crichton
       
      -You may not provide the software to third parties as a hosted or managed
      -service, where the service provides users with access to any substantial set of
      -the features or functionality of the software.
      +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:
       
      -You may not move, change, disable, or circumvent the license key functionality
      -in the software, and you may not remove or obscure any functionality in the
      -software that is protected by the license key.
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
       
      -You may not alter, remove, or obscure any licensing, copyright, or other notices
      -of the licensor in the software. Any use of the licensor’s trademarks is subject
      -to applicable law.
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014 Carl Lerche and other MIO contributors
       
      -## Patents
      +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:
       
      -The licensor grants you a license, under any patent claims the licensor can
      -license, or becomes able to license, to make, have made, use, sell, offer for
      -sale, import and have imported the software, in each case subject to the
      -limitations and conditions in this license. This license does not cover any
      -patent claims that you cause to be infringed by modifications or additions to
      -the software. If you or your company make any written claim that the software
      -infringes or contributes to infringement of any patent, your patent license for
      -the software granted under these terms ends immediately. If your company makes
      -such a claim, your patent license ends immediately for work on behalf of your
      -company.
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
       
      -## Notices
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014-2019 Geoffroy Couprie
       
      -You must ensure that anyone who gets a copy of any part of the software from you
      -also gets a copy of these terms.
      +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:
       
      -If you modify the software, you must include in any modified copies of the
      -software prominent notices stating that you have modified the software.
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
       
      -## No Other Rights
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014-2019 Sean McArthur
       
      -These terms do not imply any licenses other than those expressly granted in
      -these terms.
      +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:
       
      -## Termination
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
       
      -If you use the software in violation of these terms, such use is not licensed,
      -and your licenses will automatically terminate. If the licensor provides you
      -with a notice of your violation, and you cease all violation of this license no
      -later than 30 days after you receive that notice, your licenses will be
      -reinstated retroactively. However, if you violate these terms after such
      -reinstatement, any additional violation of these terms will cause your licenses
      -to terminate automatically and permanently.
      +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.
       
      -## No Liability
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014-2020 Optimal Computing (NZ) Ltd
       
      -*As far as the law allows, the software comes as is, without any warranty or
      -condition, and the licensor will not be liable to you for any damages arising
      -out of these terms or the use or nature of the software, under any kind of
      -legal claim.*
      +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:
       
      -## Definitions
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
       
      -The **licensor** is the entity offering these terms, and the **software** is the
      -software the licensor makes available under these terms, including any portion
      -of it.
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2014-2021 Sean McArthur
       
      -**you** refers to the individual or entity agreeing to these terms.
      +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:
       
      -**your company** is any legal entity, sole proprietorship, or other kind of
      -organization that you work for, plus all organizations that have control over,
      -are under the control of, or are under common control with that
      -organization. **control** means ownership of substantially all the assets of an
      -entity, or the power to direct its management and policies by vote, contract, or
      -otherwise. Control can be direct or indirect.
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
       
      -**your licenses** are all the licenses granted to you for the software under
      -these terms.
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2015 Igor Shaula
       
      -**use** means anything you do with the software requiring one of your licenses.
      +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:
       
      -**trademark** means trademarks, service marks, and similar rights.
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
       
      ---------------------------------------------------------------------------------
      +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. +
    • -

      ISC License

      +

      MIT License

      Used by:

      -
         Copyright 2015-2016 Brian Smith.
      +                
      Copyright (c) 2015 Jan-Erik Rediger, Hendrik Sollich
       
      -   Permission to use, copy, modify, and/or distribute this software for any
      -   purpose with or without fee is hereby granted, provided that the above
      -   copyright notice and this permission notice appear in all copies.
      +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:
       
      -   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
      -   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      -   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
      -   SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      -   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
      -   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
      -   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. +
    • -

      ISC License

      +

      MIT License

      Used by:

      -
      /* Copyright (c) 2015, Google Inc.
      - *
      - * Permission to use, copy, modify, and/or distribute this software for any
      - * purpose with or without fee is hereby granted, provided that the above
      - * copyright notice and this permission notice appear in all copies.
      - *
      - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
      - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
      - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
      - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
      - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
      +                
      Copyright (c) 2015 Jonathan Reem
      +
      +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:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +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.
       
    • -

      ISC License

      +

      MIT License

      Used by:

      -
      // Copyright 2015-2016 Brian Smith.
      -//
      -// Permission to use, copy, modify, and/or distribute this software for any
      -// purpose with or without fee is hereby granted, provided that the above
      -// copyright notice and this permission notice appear in all copies.
      -//
      -// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
      -// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      -// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
      -// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      -// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
      -// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
      -// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      +                
      Copyright (c) 2015 fangyuanziti
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +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.
       
    • -

      ISC License

      +

      MIT License

      Used by:

      -
      Copyright (c) 2017 Adam Wick
      +                
      Copyright (c) 2015 steffengy
       
      -Permission to use, copy, modify, and/or distribute this software for any purpose
      -with or without fee is hereby granted, provided that the above copyright notice
      -and this permission notice appear in all copies.
      +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:
       
      -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
      -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
      -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
      -THIS SOFTWARE.
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +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.
       
    • -

      ISC License

      +

      MIT License

      Used by:

      -
      Copyright (c) Hanno Braun and contributors
      +                
      Copyright (c) 2015-2016 the fiat-crypto authors (see
      +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
       
      -Permission to use, copy, modify, and/or distribute this software for any purpose
      -with or without fee is hereby granted, provided that the above copyright notice
      -and this permission notice appear in all copies.
      +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:
       
      -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
      -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
      -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
      -THIS SOFTWARE.
      +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. +
    • -

      ISC License

      +

      MIT License

      Used by:

      -
      Copyright (c) Hanno Braun and contributors
      +                
      Copyright (c) 2015-2019 Doug Tangren
       
      -Permission to use, copy, modify, and/or distribute this software for any purpose
      -with or without fee is hereby granted, provided that the above copyright notice
      -and this permission notice appear in all copies.
      +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:
       
      -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
      -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
      -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
      -THIS SOFTWARE.
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
      +
      +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.
       
    • -

      ISC License

      +

      MIT License

      Used by:

      -
      ISC License:
      +                
      Copyright (c) 2015-2020 Doug Tangren
       
      -Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
      -Copyright (c) 1995-2003 by Internet Software Consortium
      +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:
       
      -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
       
      -THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      -
      +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.
    • MIT License

      Used by:

      -
      Copyright (c) 2014 Alex Crichton
      +                
      Copyright (c) 2016 Anatoly Ikorsky
       
       Permission is hereby granted, free of charge, to any
       person obtaining a copy of this software and associated
      @@ -12675,15 +13721,45 @@ 

      Used by:

      OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2016 William Orr <will@worrbase.com>
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2014 Carl Lerche and other MIO contributors
      +                
      Copyright (c) 2017 Daniel Abramov
      +Copyright (c) 2017 Alexey Galakhov
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -12708,9 +13784,9 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2014-2019 Geoffroy Couprie
      +                
      Copyright (c) 2017 Doug Tangren
       
       Permission is hereby granted, free of charge, to any person obtaining
       a copy of this software and associated documentation files (the
      @@ -12736,10 +13812,10 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2014-2019 Sean McArthur
      +                
      Copyright (c) 2017 Gilad Naaman
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -12748,53 +13824,150 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2017 Redox OS Developers
      +
      +MIT License
       
      +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:
      +
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2014-2020 Optimal Computing (NZ) Ltd
      +                
      Copyright (c) 2017 h2 authors
       
      -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:
      +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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2014-2021 Sean McArthur
      +                
      Copyright (c) 2017-2019 Geoffroy Couprie
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
      +
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2018 Carl Lerche
      +
      +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:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2018 Sean McArthur
      +Copyright (c) 2016 Alex Crichton
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -12813,15 +13986,16 @@ 

      Used by:

      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. +
    • MIT License

      Used by:

      -
      Copyright (c) 2015 Igor Shaula
      +                
      Copyright (c) 2018-2019 Sean McArthur
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -12840,44 +14014,109 @@ 

      Used by:

      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. +
    • MIT License

      Used by:

      -
      Copyright (c) 2015 Jan-Erik Rediger, Hendrik Sollich
      +                
      Copyright (c) 2019 Axum Contributors
       
      -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:
      +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:
       
      -The above copyright notice and this permission notice shall be
      -included in all copies or substantial portions of the Software.
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      +
      Copyright (c) 2019 Carl Lerche
      +
      +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:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + -
      Copyright (c) 2015 Jonathan Reem
      +                
      Copyright (c) 2019 Carl Lerche
      +
      +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:
      +
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
      +
      +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.
      +
      +Copyright (c) 2018 David Tolnay
       
       Permission is hereby granted, free of charge, to any
       person obtaining a copy of this software and associated
      @@ -12908,9 +14147,24 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2015 fangyuanziti
      +                
      Copyright (c) 2019 David Pedersen
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright (c) 2019 Eliza Weisman
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -12935,26 +14189,9 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2015 steffengy
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      -
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      Copyright (c) 2015-2016 the fiat-crypto authors (see
      -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
      +                
      Copyright (c) 2019 Eliza Weisman
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -12979,36 +14216,10 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2015-2020 Doug Tangren
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be
      -included in all copies or substantial portions of the Software.
      -
      -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.
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      Copyright (c) 2016 Anatoly Ikorsky
      +                
      Copyright (c) 2019 Hyper Contributors
       
       Permission is hereby granted, free of charge, to any
       person obtaining a copy of this software and associated
      @@ -13033,17 +14244,15 @@ 

      Used by:

      OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
    • MIT License

      Used by:

      -
      Copyright (c) 2016 William Orr <will@worrbase.com>
      +                
      Copyright (c) 2019 Stepan Koltsov
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13055,135 +14264,95 @@ 

      Used by:

      The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -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. -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      Copyright (c) 2017 Daniel Abramov
      -Copyright (c) 2017 Alexey Galakhov
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be included in
      -all copies or substantial portions of the Software.
      -
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      Copyright (c) 2017 Doug Tangren
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be
      -included in all copies or substantial portions of the Software.
      -
       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.
      -
      +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.
    • MIT License

      Used by:

      -
      Copyright (c) 2017 Gilad Naaman
      +                
      Copyright (c) 2019 Tokio Contributors
       
      -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:
      +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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
       
      -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.
      +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. +
    • MIT License

      Used by:

      -
      Copyright (c) 2017 Redox OS Developers
      -
      -MIT License
      +                
      Copyright (c) 2019 Tower Contributors
       
      -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:
      +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:
       
      -The above copyright notice and this permission notice shall be
      -included in all copies or substantial portions of the Software.
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2017 h2 authors
      +                
      Copyright (c) 2019-2021 Tower Contributors
       
       Permission is hereby granted, free of charge, to any
       person obtaining a copy of this software and associated
      @@ -13214,37 +14383,38 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2017-2019 Geoffroy Couprie
      +                
      Copyright (c) 2020 Lucio Franco
       
      -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:
      +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:
       
      -The above copyright notice and this permission notice shall be
      -included in all copies or substantial portions of the Software.
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2018 Carl Lerche
      +                
      Copyright (c) 2023 Tokio Contributors
       
       Permission is hereby granted, free of charge, to any
       person obtaining a copy of this software and associated
      @@ -13275,10 +14445,57 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2018 Sean McArthur
      -Copyright (c) 2016 Alex Crichton
      +                
      Copyright 2021 Alec Embke
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +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.
      +
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright 2021 Axum Contributors
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      Copyright 2023 Alec Embke
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2016 Jerome Froelich
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13287,26 +14504,27 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. - -
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
    • MIT License

      Used by:

      -
      Copyright (c) 2018-2019 Sean McArthur
      +                
      MIT License
      +
      +Copyright (c) 2016 fengcen
      +Copyright (c) 2019 svartalf
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13315,167 +14533,145 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. - +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Axum Contributors
      +                
      MIT License
       
      -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:
      +Copyright (c) 2017 Evgeny Safronov
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Carl Lerche
      +                
      MIT License
       
      -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:
      +Copyright (c) 2017 Ted Driggs
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Carl Lerche
      -
      -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:
      -
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      -
      -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.
      -
      -Copyright (c) 2018 David Tolnay
      -
      -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:
      +                
      MIT License
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +Copyright (c) 2018 Canop
       
      -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.
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2019 David Pedersen
      +                
      MIT License
       
      -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:
      +Copyright (c) 2019 Acrimon
       
      -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Eliza Weisman
      +                
      MIT License
      +
      +Copyright (c) 2019 Bojan
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13484,25 +14680,28 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Eliza Weisman
      +                
      MIT License
      +
      +Copyright (c) 2019 Graham Esau
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13527,42 +14726,72 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright (c) 2019 Hyper Contributors
      +                
      MIT License
       
      -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:
      +Copyright (c) 2019 Hannes Karppila
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2019 Peter Glotfelty
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Stepan Koltsov
      +                
      MIT License
      +
      +Copyright (c) 2019 Yoshua Wuyts
      +Copyright (c) Tokio Contributors
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13574,129 +14803,111 @@ 

      Used by:

      The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -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.
      +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. +
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Tokio Contributors
      +                
      MIT License
       
      -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:
      +Copyright (c) 2019 brunoczim
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2019 Tower Contributors
      +                
      MIT License
       
      -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:
      +Copyright (c) 2020 Rousan Ali
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2019-2021 Tower Contributors
      +                
      MIT License
       
      -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:
      +Copyright (c) 2021 MarcusGrass
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2020 Lucio Franco
      +                
      MIT License
      +
      +Copyright (c) 2021 the Deno authors
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13705,88 +14916,56 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
    • MIT License

      Used by:

      -
      Copyright (c) 2023 Tokio Contributors
      +                
      MIT License
       
      -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:
      +Copyright (c) 2021-2022 Joshua Barretto 
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright (c) 2023 Tokio Contributors
      -
      -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:
      -
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      -
      -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.
      -
      -The MIT License (MIT)
      +                
      MIT License
       
      -Copyright (c) 2019 Yoshua Wuyts
      +Copyright (c) 2022 Ibraheem Ahmed
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13811,40 +14990,86 @@ 

      Used by:

      MIT License

      Used by:

      -
      Copyright 2021 Alec Embke
      +                
      MIT License
       
      -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:
      +Copyright (c) 2022 Nugine
       
      -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
       
      -
      +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.
    • MIT License

      Used by:

      -
      Copyright 2021 Axum Contributors
      +                
      MIT License
       
      -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:
      +Copyright (c) 2022 picoHz
       
      -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +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:
       
      -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.
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      Copyright 2023 Alec Embke
      +                
      MIT License
      +
      +Copyright (c) <year> <copyright holders>
       
       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:
       
      @@ -13857,11 +15082,11 @@ 

      Used by:

      MIT License

      Used by:

      MIT License
       
      -Copyright (c) 2016 Jerome Froelich
      +Copyright (c) Tokio Contributors
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13879,18 +15104,18 @@ 

      Used by:

      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.
      +SOFTWARE. +
    • MIT License

      Used by:

      MIT License
       
      -Copyright (c) 2016 fengcen
      -Copyright (c) 2019 svartalf
      +Copyright (c) [2019] [Changseok Han]
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13908,18 +15133,17 @@ 

      Used by:

      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. -
      +SOFTWARE.
    • MIT License

      Used by:

      MIT License
       
      -Copyright (c) 2017 Evgeny Safronov
      +Copyright (c) [2021] [Boris Zhguchev]
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -13937,106 +15161,121 @@ 

      Used by:

      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. -
      +SOFTWARE. +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      MIT License
      +
      +Copyright (c) 2019 Daniel Augusto Rizzi Salvadori
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
    • MIT License

      Used by:

      -
      MIT License
      +                
      MIT License (MIT)
       
      -Copyright (c) 2018 Canop
      +Copyright (c) 2017 Felix Köpge
       
      -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:
      +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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      -
      MIT License
      -
      -Copyright (c) 2019 Acrimon
      -
      -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:
      +                
      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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +The above copyright notice and this permission notice
      +shall be included in all copies or substantial portions
      +of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      -
      MIT License
      -
      -Copyright (c) 2019 Bojan
      -
      -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:
      +                
      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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License
       
      -Copyright (c) 2019 Graham Esau
      +Copyright 2015 Google Inc. All rights reserved.
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14045,27 +15284,27 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License
       
      -Copyright (c) 2019 Hannes Karppila
      +Copyright 2015 The Fancy Regex Authors.
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14074,29 +15313,29 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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.
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2019 Peter Glotfelty
      +Copyright (c) 2014 Benjamin Sago
      +Copyright (c) 2021-2022 The Nushell Project Developers
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14121,11 +15360,12 @@ 

      Used by:

      MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2019 brunoczim
      +Copyright (c) 2014 Mathijs van de Nes
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14143,18 +15383,17 @@ 

      Used by:

      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. -
      +SOFTWARE.
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2020 Rousan Ali
      +Copyright (c) 2014 Mathijs van de Nes
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14179,11 +15418,14 @@ 

      Used by:

      MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2021 MarcusGrass
      +Copyright (c) 2014 Ning Sun
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14202,17 +15444,24 @@ 

      Used by:

      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. +
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2021 the Deno authors
      +Copyright (c) 2015 Andrew Gallant
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14221,27 +15470,27 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2021-2022 Joshua Barretto 
      +Copyright (c) 2015 Austin Bonander
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14260,17 +15509,21 @@ 

      Used by:

      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. +
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2022 Ibraheem Ahmed
      +Copyright (c) 2015 Danny Guo
      +Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
      +Copyright (c) 2018 Akash Kurdekar
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14295,11 +15548,11 @@ 

      Used by:

      MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2022 Nugine
      +Copyright (c) 2015 Gerd Zellweger
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14308,26 +15561,26 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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.
      +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2022 picoHz
      +Copyright (c) 2015 Siyu Wang
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14346,51 +15599,18 @@ 

      Used by:

      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. -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      MIT License
      -
      -Copyright (c) <year> <copyright holders>
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
       
      -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.
       
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) [2019] [Changseok Han]
      +Copyright (c) 2015 Vincent Prouillet
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14408,17 +15628,19 @@ 

      Used by:

      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.
      +SOFTWARE. +
    • MIT License

      Used by:

      -
      MIT License
      +                
      The MIT License (MIT)
       
      -Copyright (c) [2021] [Boris Zhguchev]
      +Copyright (c) 2015-2020 Julien Cretin
      +Copyright (c) 2017-2020 Google Inc.
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14436,120 +15658,108 @@ 

      Used by:

      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.
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      MIT License
      -
      -Copyright (c) 2019 Daniel Augusto Rizzi Salvadori
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      -
      -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.
      +SOFTWARE. +
    • MIT License

      Used by:

      -
      MIT License (MIT)
      +                
      The MIT License (MIT)
       
      -Copyright (c) 2017 Felix Köpge
      +Copyright (c) 2016 Google Inc. (lewinb@google.com) -- though not an official
      +Google product or in any way related!
      +Copyright (c) 2018-2020 Lewin Bormann (lbo@spheniscida.de)
       
      -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:
      +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:
       
      -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
       
      -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.
      +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.
       
    • MIT License

      Used by:

      -
      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:
      +                
      The MIT License (MIT)
       
      -The above copyright notice and this permission notice
      -shall be included in all copies or substantial portions
      -of the Software.
      +Copyright (c) 2016 Jelte Fennema
       
      -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.
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      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:
      +                
      The MIT License (MIT)
       
      -The above copyright notice and this permission notice shall be
      -included in all copies or substantial portions of the Software.
      +Copyright (c) 2016 Jonathan Creekmore
       
      -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.
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
       
    • MIT License

      Used by:

      -
      The MIT License
      +                
      The MIT License (MIT)
       
      -Copyright 2015 The Fancy Regex Authors.
      +Copyright (c) 2017 Andrew Gallant
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14574,13 +15784,13 @@ 

      Used by:

      MIT License

      Used by:

      The MIT License (MIT)
       
      -Copyright (c) 2014 Benjamin Sago
      -Copyright (c) 2021-2022 The Nushell Project Developers
      +Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14599,18 +15809,18 @@ 

      Used by:

      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. +
    • MIT License

      Used by:

      The MIT License (MIT)
       
      -Copyright (c) 2014 Mathijs van de Nes
      +Copyright (c) 2017 Jose Narvaez
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14628,17 +15838,21 @@ 

      Used by:

      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.
      +SOFTWARE. + +
    • MIT License

      Used by:

      The MIT License (MIT)
       
      -Copyright (c) 2014 Mathijs van de Nes
      +Copyright (c) 2018 pyros2097
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14657,18 +15871,18 @@ 

      Used by:

      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. +
    • MIT License

      Used by:

      The MIT License (MIT)
       
      -Copyright (c) 2014 Ning Sun
      +Copyright (c) 2020 Benjamin Coenen
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14677,17 +15891,89 @@ 

      Used by:

      copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +Copyright (c) 2016 Alexandre Bury
       
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +
      +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.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2015 Bartłomiej Kamiński
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in all
      +copies or substantial portions of the Software.
      +
      +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.
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      The MIT License (MIT)
      +
      +Copyright (c) 2015 Markus Westerlind
      +
      +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:
      +
      +The above copyright notice and this permission notice shall be included in
      +all copies or substantial portions of the Software.
      +
      +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.
      +
       
    • @@ -14695,16 +15981,24 @@

      MIT License

      Used by:

      -
      The MIT License (MIT)
      +                
      This project is dual-licensed under the Unlicense and MIT licenses.
       
      -Copyright (c) 2015 Andrew Gallant
      +You may use this code under the terms of either license.
      +
      +
    • +
    • +

      MIT License

      +

      Used by:

      + +
      © 2016 Bertram Truong
      +© 2021 Kornel Lesiński
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -14726,579 +16020,433 @@ 

      Used by:

    • -

      MIT License

      +

      Mozilla Public License 2.0

      Used by:

      -
      The MIT License (MIT)
      +                
      Mozilla Public License Version 2.0
      +==================================
       
      -Copyright (c) 2015 Austin Bonander
      +### 1. Definitions
       
      -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:
      +**1.1. “Contributor”**
      +    means each individual or legal entity that creates, contributes to
      +    the creation of, or owns Covered Software.
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +**1.2. “Contributor Version”**
      +    means the combination of the Contributions of others (if any) used
      +    by a Contributor and that particular Contributor's Contribution.
       
      -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.
      +**1.3. “Contribution”**
      +    means Covered Software of a particular Contributor.
       
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +**1.4. “Covered Software”**
      +    means Source Code Form to which the initial Contributor has attached
      +    the notice in Exhibit A, the Executable Form of such Source Code
      +    Form, and Modifications of such Source Code Form, in each case
      +    including portions thereof.
       
      -Copyright (c) 2015 Danny Guo
      -Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
      -Copyright (c) 2018 Akash Kurdekar
      +**1.5. “Incompatible With Secondary Licenses”**
      +    means
       
      -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:
      +* **(a)** that the initial Contributor has attached the notice described
      +    in Exhibit B to the Covered Software; or
      +* **(b)** that the Covered Software was made available under the terms of
      +    version 1.1 or earlier of the License, but not also under the
      +    terms of a Secondary License.
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +**1.6. “Executable Form”**
      +    means any form of the work other than Source Code Form.
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +**1.7. “Larger Work”**
      +    means a work that combines Covered Software with other material, in
      +    a separate file or files, that is not Covered Software.
       
      -Copyright (c) 2015 Siyu Wang
      +**1.8. “License”**
      +    means this document.
       
      -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:
      +**1.9. “Licensable”**
      +    means having the right to grant, to the maximum extent possible,
      +    whether at the time of the initial grant or subsequently, any and
      +    all of the rights conveyed by this License.
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +**1.10. “Modifications”**
      +    means any of the following:
       
      -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.
      +* **(a)** any file in Source Code Form that results from an addition to,
      +    deletion from, or modification of the contents of Covered
      +    Software; or
      +* **(b)** any new file in Source Code Form that contains any Covered
      +    Software.
       
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +**1.11. “Patent Claims” of a Contributor**
      +    means any patent claim(s), including without limitation, method,
      +    process, and apparatus claims, in any patent Licensable by such
      +    Contributor that would be infringed, but for the grant of the
      +    License, by the making, using, selling, offering for sale, having
      +    made, import, or transfer of either its Contributions or its
      +    Contributor Version.
       
      -Copyright (c) 2015 Vincent Prouillet
      +**1.12. “Secondary License”**
      +    means either the GNU General Public License, Version 2.0, the GNU
      +    Lesser General Public License, Version 2.1, the GNU Affero General
      +    Public License, Version 3.0, or any later versions of those
      +    licenses.
       
      -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:
      +**1.13. “Source Code Form”**
      +    means the form of the work preferred for making modifications.
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +**1.14. “You” (or “Your”)**
      +    means an individual or a legal entity exercising rights under this
      +    License. For legal entities, “You” includes any entity that
      +    controls, is controlled by, or is under common control with You. For
      +    purposes of this definition, “control” means **(a)** the power, direct
      +    or indirect, to cause the direction or management of such entity,
      +    whether by contract or otherwise, or **(b)** ownership of more than
      +    fifty percent (50%) of the outstanding shares or beneficial
      +    ownership of such entity.
      +
      +
      +### 2. License Grants and Conditions
      +
      +#### 2.1. Grants
      +
      +Each Contributor hereby grants You a world-wide, royalty-free,
      +non-exclusive license:
      +
      +* **(a)** under intellectual property rights (other than patent or trademark)
      +    Licensable by such Contributor to use, reproduce, make available,
      +    modify, display, perform, distribute, and otherwise exploit its
      +    Contributions, either on an unmodified basis, with Modifications, or
      +    as part of a Larger Work; and
      +* **(b)** under Patent Claims of such Contributor to make, use, sell, offer
      +    for sale, have made, import, and otherwise transfer either its
      +    Contributions or its Contributor Version.
      +
      +#### 2.2. Effective Date
      +
      +The licenses granted in Section 2.1 with respect to any Contribution
      +become effective for each Contribution on the date the Contributor first
      +distributes such Contribution.
      +
      +#### 2.3. Limitations on Grant Scope
      +
      +The licenses granted in this Section 2 are the only rights granted under
      +this License. No additional rights or licenses will be implied from the
      +distribution or licensing of Covered Software under this License.
      +Notwithstanding Section 2.1(b) above, no patent license is granted by a
      +Contributor:
      +
      +* **(a)** for any code that a Contributor has removed from Covered Software;
      +    or
      +* **(b)** for infringements caused by: **(i)** Your and any other third party's
      +    modifications of Covered Software, or **(ii)** the combination of its
      +    Contributions with other software (except as part of its Contributor
      +    Version); or
      +* **(c)** under Patent Claims infringed by Covered Software in the absence of
      +    its Contributions.
      +
      +This License does not grant any rights in the trademarks, service marks,
      +or logos of any Contributor (except as may be necessary to comply with
      +the notice requirements in Section 3.4).
      +
      +#### 2.4. Subsequent Licenses
      +
      +No Contributor makes additional grants as a result of Your choice to
      +distribute the Covered Software under a subsequent version of this
      +License (see Section 10.2) or under the terms of a Secondary License (if
      +permitted under the terms of Section 3.3).
      +
      +#### 2.5. Representation
      +
      +Each Contributor represents that the Contributor believes its
      +Contributions are its original creation(s) or it has sufficient rights
      +to grant the rights to its Contributions conveyed by this License.
      +
      +#### 2.6. Fair Use
      +
      +This License is not intended to limit any rights You have under
      +applicable copyright doctrines of fair use, fair dealing, or other
      +equivalents.
      +
      +#### 2.7. Conditions
      +
      +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
      +in Section 2.1.
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
       
      -Copyright (c) 2015-2020 Julien Cretin
      -Copyright (c) 2017-2020 Google Inc.
      +### 3. Responsibilities
       
      -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:
      +#### 3.1. Distribution of Source Form
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +All distribution of Covered Software in Source Code Form, including any
      +Modifications that You create or to which You contribute, must be under
      +the terms of this License. You must inform recipients that the Source
      +Code Form of the Covered Software is governed by the terms of this
      +License, and how they can obtain a copy of this License. You may not
      +attempt to alter or restrict the recipients' rights in the Source Code
      +Form.
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +#### 3.2. Distribution of Executable Form
       
      -Copyright (c) 2016 Google Inc. (lewinb@google.com) -- though not an official
      -Google product or in any way related!
      -Copyright (c) 2018-2020 Lewin Bormann (lbo@spheniscida.de)
      +If You distribute Covered Software in Executable Form then:
       
      -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:
      +* **(a)** such Covered Software must also be made available in Source Code
      +    Form, as described in Section 3.1, and You must inform recipients of
      +    the Executable Form how they can obtain a copy of such Source Code
      +    Form by reasonable means in a timely manner, at a charge no more
      +    than the cost of distribution to the recipient; and
       
      -The above copyright notice and this permission notice shall be included in
      -all copies or substantial portions of the Software.
      +* **(b)** You may distribute such Executable Form under the terms of this
      +    License, or sublicense it under different terms, provided that the
      +    license for the Executable Form does not attempt to limit or alter
      +    the recipients' rights in the Source Code Form under this License.
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +#### 3.3. Distribution of a Larger Work
       
      -Copyright (c) 2016 Jelte Fennema
      +You may create and distribute a Larger Work under terms of Your choice,
      +provided that You also comply with the requirements of this License for
      +the Covered Software. If the Larger Work is a combination of Covered
      +Software with a work governed by one or more Secondary Licenses, and the
      +Covered Software is not Incompatible With Secondary Licenses, this
      +License permits You to additionally distribute such Covered Software
      +under the terms of such Secondary License(s), so that the recipient of
      +the Larger Work may, at their option, further distribute the Covered
      +Software under the terms of either this License or such Secondary
      +License(s).
       
      -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:
      +#### 3.4. Notices
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +You may not remove or alter the substance of any license notices
      +(including copyright notices, patent notices, disclaimers of warranty,
      +or limitations of liability) contained within the Source Code Form of
      +the Covered Software, except that You may alter any license notices to
      +the extent required to remedy known factual inaccuracies.
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +#### 3.5. Application of Additional Terms
       
      -Copyright (c) 2016 Jonathan Creekmore
      +You may choose to offer, and to charge a fee for, warranty, support,
      +indemnity or liability obligations to one or more recipients of Covered
      +Software. However, You may do so only on Your own behalf, and not on
      +behalf of any Contributor. You must make it absolutely clear that any
      +such warranty, support, indemnity, or liability obligation is offered by
      +You alone, and You hereby agree to indemnify every Contributor for any
      +liability incurred by such Contributor as a result of warranty, support,
      +indemnity or liability terms You offer. You may include additional
      +disclaimers of warranty and limitations of liability specific to any
      +jurisdiction.
       
      -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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +### 4. Inability to Comply Due to Statute or Regulation
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +If it is impossible for You to comply with any of the terms of this
      +License with respect to some or all of the Covered Software due to
      +statute, judicial order, or regulation then You must: **(a)** comply with
      +the terms of this License to the maximum extent possible; and **(b)**
      +describe the limitations and the code they affect. Such description must
      +be placed in a text file included with all distributions of the Covered
      +Software under this License. Except to the extent prohibited by statute
      +or regulation, such description must be sufficiently detailed for a
      +recipient of ordinary skill to be able to understand it.
       
      -Copyright (c) 2017 Andrew Gallant
       
      -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:
      +### 5. Termination
       
      -The above copyright notice and this permission notice shall be included in
      -all copies or substantial portions of the Software.
      +**5.1.** The rights granted under this License will terminate automatically
      +if You fail to comply with any of its terms. However, if You become
      +compliant, then the rights granted under this License from a particular
      +Contributor are reinstated **(a)** provisionally, unless and until such
      +Contributor explicitly and finally terminates Your grants, and **(b)** on an
      +ongoing basis, if such Contributor fails to notify You of the
      +non-compliance by some reasonable means prior to 60 days after You have
      +come back into compliance. Moreover, Your grants from a particular
      +Contributor are reinstated on an ongoing basis if such Contributor
      +notifies You of the non-compliance by some reasonable means, this is the
      +first time You have received notice of non-compliance with this License
      +from such Contributor, and You become compliant prior to 30 days after
      +Your receipt of the notice.
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +**5.2.** If You initiate litigation against any entity by asserting a patent
      +infringement claim (excluding declaratory judgment actions,
      +counter-claims, and cross-claims) alleging that a Contributor Version
      +directly or indirectly infringes any patent, then the rights granted to
      +You by any and all Contributors for the Covered Software under Section
      +2.1 of this License shall terminate.
       
      -Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
      +**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all
      +end user license agreements (excluding distributors and resellers) which
      +have been validly granted by You or Your distributors under this License
      +prior to termination shall survive termination.
       
      -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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +### 6. Disclaimer of Warranty
       
      -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.
      +> Covered Software is provided under this License on an “as is”
      +> basis, without warranty of any kind, either expressed, implied, or
      +> statutory, including, without limitation, warranties that the
      +> Covered Software is free of defects, merchantable, fit for a
      +> particular purpose or non-infringing. The entire risk as to the
      +> quality and performance of the Covered Software is with You.
      +> Should any Covered Software prove defective in any respect, You
      +> (not any Contributor) assume the cost of any necessary servicing,
      +> repair, or correction. This disclaimer of warranty constitutes an
      +> essential part of this License. No use of any Covered Software is
      +> authorized under this License except under this disclaimer.
       
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +### 7. Limitation of Liability
       
      -Copyright (c) 2017 Jose Narvaez
      +> Under no circumstances and under no legal theory, whether tort
      +> (including negligence), contract, or otherwise, shall any
      +> Contributor, or anyone who distributes Covered Software as
      +> permitted above, be liable to You for any direct, indirect,
      +> special, incidental, or consequential damages of any character
      +> including, without limitation, damages for lost profits, loss of
      +> goodwill, work stoppage, computer failure or malfunction, or any
      +> and all other commercial damages or losses, even if such party
      +> shall have been informed of the possibility of such damages. This
      +> limitation of liability shall not apply to liability for death or
      +> personal injury resulting from such party's negligence to the
      +> extent applicable law prohibits such limitation. Some
      +> jurisdictions do not allow the exclusion or limitation of
      +> incidental or consequential damages, so this exclusion and
      +> limitation may not apply to You.
       
      -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:
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      +### 8. Litigation
       
      -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.
      +Any litigation relating to this License may be brought only in the
      +courts of a jurisdiction where the defendant maintains its principal
      +place of business and such litigation shall be governed by laws of that
      +jurisdiction, without reference to its conflict-of-law provisions.
      +Nothing in this Section shall prevent a party's ability to bring
      +cross-claims or counter-claims.
       
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
       
      -Copyright (c) 2018 pyros2097
      +### 9. Miscellaneous
       
      -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:
      +This License represents the complete agreement concerning the subject
      +matter hereof. If any provision of this License is held to be
      +unenforceable, such provision shall be reformed only to the extent
      +necessary to make it enforceable. Any law or regulation which provides
      +that the language of a contract shall be construed against the drafter
      +shall not be used to construe this License against a Contributor.
       
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
       
      -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.
      +### 10. Versions of the License
       
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      +#### 10.1. New Versions
       
      -Copyright (c) 2020 Benjamin Coenen
      +Mozilla Foundation is the license steward. Except as provided in Section
      +10.3, no one other than the license steward has the right to modify or
      +publish new versions of this License. Each version will be given a
      +distinguishing version number.
       
      -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:
      +#### 10.2. Effect of New Versions
       
      -The above copyright notice and this permission notice shall be included in
      -all copies or substantial portions of the Software.
      +You may distribute the Covered Software under the terms of the version
      +of the License under which You originally received the Covered Software,
      +or under the terms of any subsequent version published by the license
      +steward.
       
      -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.
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      -Copyright (c) 2016 Alexandre Bury
      +#### 10.3. Modified Versions
       
      -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:
      +If you create software not governed by this License, and you want to
      +create a new license for such software, you may create and use a
      +modified version of this License if you rename the license and remove
      +any references to the name of the license steward (except to note that
      +such modified license differs from this License).
       
      -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      +#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
       
      -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.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      -
      -Copyright (c) 2015 Bartłomiej Kamiński
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be included in all
      -copies or substantial portions of the Software.
      -
      -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.
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      The MIT License (MIT)
      -
      -Copyright (c) 2015 Markus Westerlind
      -
      -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:
      -
      -The above copyright notice and this permission notice shall be included in
      -all copies or substantial portions of the Software.
      -
      -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.
      -
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      This project is dual-licensed under the Unlicense and MIT licenses.
      +If You choose to distribute Source Code Form that is Incompatible With
      +Secondary Licenses under the terms of this version of the License, the
      +notice described in Exhibit B of this License must be attached.
       
      -You may use this code under the terms of either license.
      -
      -
    • -
    • -

      MIT License

      -

      Used by:

      - -
      © 2016 Bertram Truong
      -© 2021 Kornel Lesiński
      +## Exhibit A - Source Code Form License Notice
       
      -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:
      +    This Source Code Form is subject to the terms of the Mozilla Public
      +    License, v. 2.0. If a copy of the MPL was not distributed with this
      +    file, You can obtain one at http://mozilla.org/MPL/2.0/.
       
      -The above copyright notice and this permission notice shall be included in
      -all copies or substantial portions of the Software.
      +If it is not possible or desirable to put the notice in a particular
      +file, then You may include the notice in a location (such as a LICENSE
      +file in a relevant directory) where a recipient would be likely to look
      +for such a notice.
       
      -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.
      +You may add additional accurate notices of copyright ownership.
      +
      +## Exhibit B - “Incompatible With Secondary Licenses” Notice
      +
      +    This Source Code Form is "Incompatible With Secondary Licenses", as
      +    defined by the Mozilla Public License, v. 2.0.
       
    • Mozilla Public License 2.0

      Used by:

      Mozilla Public License Version 2.0
       ==================================
       
      -### 1. Definitions
      +1. Definitions
      +--------------
       
      -**1.1. “Contributor”**
      +1.1. "Contributor"
           means each individual or legal entity that creates, contributes to
           the creation of, or owns Covered Software.
       
      -**1.2. “Contributor Version”**
      +1.2. "Contributor Version"
           means the combination of the Contributions of others (if any) used
           by a Contributor and that particular Contributor's Contribution.
       
      -**1.3. “Contribution”**
      +1.3. "Contribution"
           means Covered Software of a particular Contributor.
       
      -**1.4. “Covered Software”**
      +1.4. "Covered Software"
           means Source Code Form to which the initial Contributor has attached
           the notice in Exhibit A, the Executable Form of such Source Code
           Form, and Modifications of such Source Code Form, in each case
           including portions thereof.
       
      -**1.5. “Incompatible With Secondary Licenses”**
      +1.5. "Incompatible With Secondary Licenses"
           means
       
      -* **(a)** that the initial Contributor has attached the notice described
      -    in Exhibit B to the Covered Software; or
      -* **(b)** that the Covered Software was made available under the terms of
      -    version 1.1 or earlier of the License, but not also under the
      -    terms of a Secondary License.
      +    (a) that the initial Contributor has attached the notice described
      +        in Exhibit B to the Covered Software; or
       
      -**1.6. “Executable Form”**
      +    (b) that the Covered Software was made available under the terms of
      +        version 1.1 or earlier of the License, but not also under the
      +        terms of a Secondary License.
      +
      +1.6. "Executable Form"
           means any form of the work other than Source Code Form.
       
      -**1.7. “Larger Work”**
      -    means a work that combines Covered Software with other material, in
      +1.7. "Larger Work"
      +    means a work that combines Covered Software with other material, in 
           a separate file or files, that is not Covered Software.
       
      -**1.8. “License”**
      +1.8. "License"
           means this document.
       
      -**1.9. “Licensable”**
      +1.9. "Licensable"
           means having the right to grant, to the maximum extent possible,
           whether at the time of the initial grant or subsequently, any and
           all of the rights conveyed by this License.
       
      -**1.10. “Modifications”**
      +1.10. "Modifications"
           means any of the following:
       
      -* **(a)** any file in Source Code Form that results from an addition to,
      -    deletion from, or modification of the contents of Covered
      -    Software; or
      -* **(b)** any new file in Source Code Form that contains any Covered
      -    Software.
      +    (a) any file in Source Code Form that results from an addition to,
      +        deletion from, or modification of the contents of Covered
      +        Software; or
       
      -**1.11. “Patent Claims” of a Contributor**
      +    (b) any new file in Source Code Form that contains any Covered
      +        Software.
      +
      +1.11. "Patent Claims" of a Contributor
           means any patent claim(s), including without limitation, method,
           process, and apparatus claims, in any patent Licensable by such
           Contributor that would be infringed, but for the grant of the
      @@ -15306,49 +16454,50 @@ 

      Used by:

      made, import, or transfer of either its Contributions or its Contributor Version. -**1.12. “Secondary License”** +1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. -**1.13. “Source Code Form”** +1.13. "Source Code Form" means the form of the work preferred for making modifications. -**1.14. “You” (or “Your”)** +1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this - License. For legal entities, “You” includes any entity that + License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For - purposes of this definition, “control” means **(a)** the power, direct + purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, - whether by contract or otherwise, or **(b)** ownership of more than + whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. +2. License Grants and Conditions +-------------------------------- -### 2. License Grants and Conditions - -#### 2.1. Grants +2.1. Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: -* **(a)** under intellectual property rights (other than patent or trademark) +(a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and -* **(b)** under Patent Claims of such Contributor to make, use, sell, offer + +(b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. -#### 2.2. Effective Date +2.2. Effective Date The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. -#### 2.3. Limitations on Grant Scope +2.3. Limitations on Grant Scope The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the @@ -15356,47 +16505,49 @@

      Used by:

      Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: -* **(a)** for any code that a Contributor has removed from Covered Software; +(a) for any code that a Contributor has removed from Covered Software; or -* **(b)** for infringements caused by: **(i)** Your and any other third party's - modifications of Covered Software, or **(ii)** the combination of its + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or -* **(c)** under Patent Claims infringed by Covered Software in the absence of + +(c) under Patent Claims infringed by Covered Software in the absence of its Contributions. This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). -#### 2.4. Subsequent Licenses +2.4. Subsequent Licenses No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). -#### 2.5. Representation +2.5. Representation Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. -#### 2.6. Fair Use +2.6. Fair Use This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. -#### 2.7. Conditions +2.7. Conditions Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. +3. Responsibilities +------------------- -### 3. Responsibilities - -#### 3.1. Distribution of Source Form +3.1. Distribution of Source Form All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under @@ -15406,22 +16557,22 @@

      Used by:

      attempt to alter or restrict the recipients' rights in the Source Code Form. -#### 3.2. Distribution of Executable Form +3.2. Distribution of Executable Form If You distribute Covered Software in Executable Form then: -* **(a)** such Covered Software must also be made available in Source Code +(a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and -* **(b)** You may distribute such Executable Form under the terms of this +(b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. -#### 3.3. Distribution of a Larger Work +3.3. Distribution of a Larger Work You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for @@ -15434,7 +16585,7 @@

      Used by:

      Software under the terms of either this License or such Secondary License(s). -#### 3.4. Notices +3.4. Notices You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, @@ -15442,7 +16593,7 @@

      Used by:

      the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. -#### 3.5. Application of Additional Terms +3.5. Application of Additional Terms You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered @@ -15455,27 +16606,27 @@

      Used by:

      disclaimers of warranty and limitations of liability specific to any jurisdiction. - -### 4. Inability to Comply Due to Statute or Regulation +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to -statute, judicial order, or regulation then You must: **(a)** comply with -the terms of this License to the maximum extent possible; and **(b)** +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. +5. Termination +-------------- -### 5. Termination - -**5.1.** The rights granted under this License will terminate automatically +5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular -Contributor are reinstated **(a)** provisionally, unless and until such -Contributor explicitly and finally terminates Your grants, and **(b)** on an +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular @@ -15485,53 +16636,62 @@

      Used by:

      from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. -**5.2.** If You initiate litigation against any entity by asserting a patent +5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. -**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ -### 6. Disclaimer of Warranty - -> Covered Software is provided under this License on an “as is” -> basis, without warranty of any kind, either expressed, implied, or -> statutory, including, without limitation, warranties that the -> Covered Software is free of defects, merchantable, fit for a -> particular purpose or non-infringing. The entire risk as to the -> quality and performance of the Covered Software is with You. -> Should any Covered Software prove defective in any respect, You -> (not any Contributor) assume the cost of any necessary servicing, -> repair, or correction. This disclaimer of warranty constitutes an -> essential part of this License. No use of any Covered Software is -> authorized under this License except under this disclaimer. - -### 7. Limitation of Liability - -> Under no circumstances and under no legal theory, whether tort -> (including negligence), contract, or otherwise, shall any -> Contributor, or anyone who distributes Covered Software as -> permitted above, be liable to You for any direct, indirect, -> special, incidental, or consequential damages of any character -> including, without limitation, damages for lost profits, loss of -> goodwill, work stoppage, computer failure or malfunction, or any -> and all other commercial damages or losses, even if such party -> shall have been informed of the possibility of such damages. This -> limitation of liability shall not apply to liability for death or -> personal injury resulting from such party's negligence to the -> extent applicable law prohibits such limitation. Some -> jurisdictions do not allow the exclusion or limitation of -> incidental or consequential damages, so this exclusion and -> limitation may not apply to You. - +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ -### 8. Litigation +8. Litigation +------------- Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal @@ -15540,8 +16700,8 @@

      Used by:

      Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. - -### 9. Miscellaneous +9. Miscellaneous +---------------- This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be @@ -15550,24 +16710,24 @@

      Used by:

      that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. +10. Versions of the License +--------------------------- -### 10. Versions of the License - -#### 10.1. New Versions +10.1. New Versions Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. -#### 10.2. Effect of New Versions +10.2. Effect of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. -#### 10.3. Modified Versions +10.3. Modified Versions If you create software not governed by this License, and you want to create a new license for such software, you may create and use a @@ -15575,17 +16735,19 @@

      Used by:

      any references to the name of the license steward (except to note that such modified license differs from this License). -#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. -## Exhibit A - Source Code Form License Notice +Exhibit A - Source Code Form License Notice +------------------------------------------- - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE @@ -15594,17 +16756,21 @@

      Used by:

      You may add additional accurate notices of copyright ownership. -## Exhibit B - “Incompatible With Secondary Licenses” Notice +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. - This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0.
    • Mozilla Public License 2.0

      Used by:

      Mozilla Public License Version 2.0
       ==================================
      @@ -15979,35 +17145,6 @@ 

      Used by:

      This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -
      -
    • -
    • -

      Mozilla Public License 2.0

      -

      Used by:

      - -
      This packge contains a modified version of ca-bundle.crt:
      -
      -ca-bundle.crt -- Bundle of CA Root Certificates
      -
      -Certificate data from Mozilla as of: Thu Nov  3 19:04:19 2011#
      -This is a bundle of X.509 certificates of public Certificate Authorities
      -(CA). These were automatically extracted from Mozilla's root certificates
      -file (certdata.txt).  This file can be found in the mozilla source tree:
      -http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1#
      -It contains the certificates in PEM format and therefore
      -can be directly used with curl / libcurl / php_curl, or with
      -an Apache+mod_ssl webserver for SSL client authentication.
      -Just configure this file as the SSLCACertificateFile.#
      -
      -***** BEGIN LICENSE BLOCK *****
      -This Source Code Form is subject to the terms of the Mozilla Public License,
      -v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
      -one at http://mozilla.org/MPL/2.0/.
      -
      -***** END LICENSE BLOCK *****
      -@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
       
    • diff --git a/scripts/install.sh b/scripts/install.sh index 49b3de7c84..47b35295bc 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -11,7 +11,7 @@ BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/downloa # Router version defined in apollo-router's Cargo.toml # Note: Change this line manually during the release steps. -PACKAGE_VERSION="v1.50.0" +PACKAGE_VERSION="v1.51.0-rc.0" download_binary() { downloader --check From 6814d2b9e5fa8a7c8b4a88acb9fa8fcc6175c9e8 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 10 Jul 2024 22:04:48 +0300 Subject: [PATCH 03/16] Revert "prep release: v1.51.0-rc.0" This reverts commit 9b821b8323df862f2eb3134bf5d4d87ac4423f8e. --- Cargo.lock | 8 +- apollo-federation/Cargo.toml | 2 +- apollo-router-benchmarks/Cargo.toml | 2 +- apollo-router-scaffold/Cargo.toml | 2 +- .../templates/base/Cargo.template.toml | 2 +- .../templates/base/xtask/Cargo.template.toml | 2 +- apollo-router/Cargo.toml | 4 +- .../tracing/docker-compose.datadog.yml | 2 +- dockerfiles/tracing/docker-compose.jaeger.yml | 2 +- dockerfiles/tracing/docker-compose.zipkin.yml | 2 +- helm/chart/router/Chart.yaml | 4 +- helm/chart/router/README.md | 6 +- licenses.html | 5543 +++++++---------- scripts/install.sh | 2 +- 14 files changed, 2223 insertions(+), 3360 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eef116f7b9..4b4e884bd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "apollo-federation" -version = "1.51.0-rc.0" +version = "1.50.0" dependencies = [ "apollo-compiler", "derive_more", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "apollo-router" -version = "1.51.0-rc.0" +version = "1.50.0" dependencies = [ "access-json", "anyhow", @@ -631,7 +631,7 @@ dependencies = [ [[package]] name = "apollo-router-benchmarks" -version = "1.51.0-rc.0" +version = "1.50.0" dependencies = [ "apollo-parser", "apollo-router", @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "apollo-router-scaffold" -version = "1.51.0-rc.0" +version = "1.50.0" dependencies = [ "anyhow", "cargo-scaffold", diff --git a/apollo-federation/Cargo.toml b/apollo-federation/Cargo.toml index 120f6df656..ffcc5940da 100644 --- a/apollo-federation/Cargo.toml +++ b/apollo-federation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-federation" -version = "1.51.0-rc.0" +version = "1.50.0" authors = ["The Apollo GraphQL Contributors"] edition = "2021" description = "Apollo Federation" diff --git a/apollo-router-benchmarks/Cargo.toml b/apollo-router-benchmarks/Cargo.toml index e8cd4de196..9a01145dce 100644 --- a/apollo-router-benchmarks/Cargo.toml +++ b/apollo-router-benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router-benchmarks" -version = "1.51.0-rc.0" +version = "1.50.0" authors = ["Apollo Graph, Inc. "] edition = "2021" license = "Elastic-2.0" diff --git a/apollo-router-scaffold/Cargo.toml b/apollo-router-scaffold/Cargo.toml index c343dc949a..c4514c7244 100644 --- a/apollo-router-scaffold/Cargo.toml +++ b/apollo-router-scaffold/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router-scaffold" -version = "1.51.0-rc.0" +version = "1.50.0" authors = ["Apollo Graph, Inc. "] edition = "2021" license = "Elastic-2.0" diff --git a/apollo-router-scaffold/templates/base/Cargo.template.toml b/apollo-router-scaffold/templates/base/Cargo.template.toml index 5e55c3e608..c4841a9859 100644 --- a/apollo-router-scaffold/templates/base/Cargo.template.toml +++ b/apollo-router-scaffold/templates/base/Cargo.template.toml @@ -22,7 +22,7 @@ apollo-router = { path ="{{integration_test}}apollo-router" } apollo-router = { git="https://github.com/apollographql/router.git", branch="{{branch}}" } {{else}} # Note if you update these dependencies then also update xtask/Cargo.toml -apollo-router = "1.51.0-rc.0" +apollo-router = "1.50.0" {{/if}} {{/if}} async-trait = "0.1.52" diff --git a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml index 868f439be2..e29afe044f 100644 --- a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml +++ b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml @@ -13,7 +13,7 @@ apollo-router-scaffold = { path ="{{integration_test}}apollo-router-scaffold" } {{#if branch}} apollo-router-scaffold = { git="https://github.com/apollographql/router.git", branch="{{branch}}" } {{else}} -apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.51.0-rc.0" } +apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.50.0" } {{/if}} {{/if}} anyhow = "1.0.58" diff --git a/apollo-router/Cargo.toml b/apollo-router/Cargo.toml index 6a3ddc9c34..27d9151e51 100644 --- a/apollo-router/Cargo.toml +++ b/apollo-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router" -version = "1.51.0-rc.0" +version = "1.50.0" authors = ["Apollo Graph, Inc. "] repository = "https://github.com/apollographql/router/" documentation = "https://docs.rs/apollo-router" @@ -68,7 +68,7 @@ askama = "0.12.1" access-json = "0.1.0" anyhow = "1.0.86" apollo-compiler.workspace = true -apollo-federation = { path = "../apollo-federation", version = "=1.51.0-rc.0" } +apollo-federation = { path = "../apollo-federation", version = "=1.50.0" } arc-swap = "1.6.0" async-channel = "1.9.0" async-compression = { version = "0.4.6", features = [ diff --git a/dockerfiles/tracing/docker-compose.datadog.yml b/dockerfiles/tracing/docker-compose.datadog.yml index a9a90fdd5a..f0c6bce262 100644 --- a/dockerfiles/tracing/docker-compose.datadog.yml +++ b/dockerfiles/tracing/docker-compose.datadog.yml @@ -3,7 +3,7 @@ services: apollo-router: container_name: apollo-router - image: ghcr.io/apollographql/router:v1.51.0-rc.0 + image: ghcr.io/apollographql/router:v1.50.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/datadog.router.yaml:/etc/config/configuration.yaml diff --git a/dockerfiles/tracing/docker-compose.jaeger.yml b/dockerfiles/tracing/docker-compose.jaeger.yml index 4186454392..25fa9778c2 100644 --- a/dockerfiles/tracing/docker-compose.jaeger.yml +++ b/dockerfiles/tracing/docker-compose.jaeger.yml @@ -4,7 +4,7 @@ services: apollo-router: container_name: apollo-router #build: ./router - image: ghcr.io/apollographql/router:v1.51.0-rc.0 + image: ghcr.io/apollographql/router:v1.50.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/jaeger.router.yaml:/etc/config/configuration.yaml diff --git a/dockerfiles/tracing/docker-compose.zipkin.yml b/dockerfiles/tracing/docker-compose.zipkin.yml index e32d0f3a92..88b66c39f6 100644 --- a/dockerfiles/tracing/docker-compose.zipkin.yml +++ b/dockerfiles/tracing/docker-compose.zipkin.yml @@ -4,7 +4,7 @@ services: apollo-router: container_name: apollo-router build: ./router - image: ghcr.io/apollographql/router:v1.51.0-rc.0 + image: ghcr.io/apollographql/router:v1.50.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/zipkin.router.yaml:/etc/config/configuration.yaml diff --git a/helm/chart/router/Chart.yaml b/helm/chart/router/Chart.yaml index e16ede05fe..5d01e674ab 100644 --- a/helm/chart/router/Chart.yaml +++ b/helm/chart/router/Chart.yaml @@ -20,10 +20,10 @@ type: application # so it matches the shape of our release process and release automation. # By proxy of that decision, this version uses SemVer 2.0.0, though the prefix # of "v" is not included. -version: 1.51.0-rc.0 +version: 1.50.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.51.0-rc.0" +appVersion: "v1.50.0" diff --git a/helm/chart/router/README.md b/helm/chart/router/README.md index be9a36f32a..0a74530d5a 100644 --- a/helm/chart/router/README.md +++ b/helm/chart/router/README.md @@ -2,7 +2,7 @@ [router](https://github.com/apollographql/router) Rust Graph Routing runtime for Apollo Federation -![Version: 1.51.0-rc.0](https://img.shields.io/badge/Version-1.51.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.51.0-rc.0](https://img.shields.io/badge/AppVersion-v1.51.0--rc.0-informational?style=flat-square) +![Version: 1.50.0](https://img.shields.io/badge/Version-1.50.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.50.0](https://img.shields.io/badge/AppVersion-v1.50.0-informational?style=flat-square) ## Prerequisites @@ -11,7 +11,7 @@ ## Get Repo Info ```console -helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 +helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 ``` ## Install Chart @@ -19,7 +19,7 @@ helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 **Important:** only helm3 is supported ```console -helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 --values my-values.yaml +helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 --values my-values.yaml ``` _See [configuration](#configuration) below._ diff --git a/licenses.html b/licenses.html index 23319ff14a..904e7381cf 100644 --- a/licenses.html +++ b/licenses.html @@ -44,13 +44,13 @@

      Third Party Licenses

      Overview of licenses:

        -
      • Apache License 2.0 (486)
      • -
      • MIT License (160)
      • -
      • BSD 3-Clause "New" or "Revised" License (11)
      • +
      • Apache License 2.0 (444)
      • +
      • MIT License (150)
      • ISC License (11)
      • -
      • Elastic License 2.0 (6)
      • -
      • BSD 2-Clause "Simplified" License (5)
      • -
      • Mozilla Public License 2.0 (5)
      • +
      • BSD 3-Clause "New" or "Revised" License (9)
      • +
      • BSD 2-Clause "Simplified" License (3)
      • +
      • Elastic License 2.0 (3)
      • +
      • Mozilla Public License 2.0 (3)
      • Creative Commons Zero v1.0 Universal (2)
      • OpenSSL License (2)
      • Unicode License Agreement - Data Files and Software (2016) (1)
      • @@ -2347,7 +2347,7 @@

        Used by:

        Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -2537,7 +2537,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 - 2022 Tatsuya Kawano + Copyright 2020 Tomasz "Soveu" Marx Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2550,13 +2550,14 @@

        Used by:

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
      • Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -2746,7 +2747,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Tomasz "Soveu" Marx + Copyright 2023 The Fuchsia Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2766,7 +2767,18 @@

        Used by:

        Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -2956,7 +2968,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 The Fuchsia Authors + Copyright 2023 The OpenTelemetry Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2969,25 +2981,16 @@

        Used by:

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
      • Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -3177,7 +3180,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 The OpenTelemetry Authors + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3196,10 +3199,7 @@

        Used by:

        Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -3381,7 +3381,7 @@ 

        Used by:

        APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" + boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a @@ -3389,7 +3389,7 @@

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2017 Juniper Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3408,7 +3408,7 @@

        Used by:

        Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -3598,7 +3598,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017 Juniper Networks, Inc. + Copyright 2019 Michael P. Jung Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3611,28 +3611,14 @@

        Used by:

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
      • Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -3822,7 +3808,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017-NOW Actix Team + Copyright 2019 TiKV Project Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3841,7 +3827,11 @@

        Used by:

        Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -4031,7 +4021,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Michael P. Jung + Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4044,14 +4034,38 @@

        Used by:

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
      • Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -4241,7 +4255,7 @@ 

        Used by:

        same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 TiKV Project Authors. + Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4254,17 +4268,14 @@

        Used by:

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
      • Apache License 2.0

        Used by:

                                         Apache License
                                    Version 2.0, January 2004
        @@ -4443,18 +4454,8 @@ 

        Used by:

        END OF TERMS AND CONDITIONS - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} + Copyright 2019 Yoshua Wuyts + Copyright 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4473,442 +4474,7 @@

        Used by:

        Apache License 2.0

        Used by:

        -
                                         Apache License
        -                           Version 2.0, January 2004
        -                        http://www.apache.org/licenses/
        -
        -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
        -
        -   1. Definitions.
        -
        -      "License" shall mean the terms and conditions for use, reproduction,
        -      and distribution as defined by Sections 1 through 9 of this document.
        -
        -      "Licensor" shall mean the copyright owner or entity authorized by
        -      the copyright owner that is granting the License.
        -
        -      "Legal Entity" shall mean the union of the acting entity and all
        -      other entities that control, are controlled by, or are under common
        -      control with that entity. For the purposes of this definition,
        -      "control" means (i) the power, direct or indirect, to cause the
        -      direction or management of such entity, whether by contract or
        -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
        -      outstanding shares, or (iii) beneficial ownership of such entity.
        -
        -      "You" (or "Your") shall mean an individual or Legal Entity
        -      exercising permissions granted by this License.
        -
        -      "Source" form shall mean the preferred form for making modifications,
        -      including but not limited to software source code, documentation
        -      source, and configuration files.
        -
        -      "Object" form shall mean any form resulting from mechanical
        -      transformation or translation of a Source form, including but
        -      not limited to compiled object code, generated documentation,
        -      and conversions to other media types.
        -
        -      "Work" shall mean the work of authorship, whether in Source or
        -      Object form, made available under the License, as indicated by a
        -      copyright notice that is included in or attached to the work
        -      (an example is provided in the Appendix below).
        -
        -      "Derivative Works" shall mean any work, whether in Source or Object
        -      form, that is based on (or derived from) the Work and for which the
        -      editorial revisions, annotations, elaborations, or other modifications
        -      represent, as a whole, an original work of authorship. For the purposes
        -      of this License, Derivative Works shall not include works that remain
        -      separable from, or merely link (or bind by name) to the interfaces of,
        -      the Work and Derivative Works thereof.
        -
        -      "Contribution" shall mean any work of authorship, including
        -      the original version of the Work and any modifications or additions
        -      to that Work or Derivative Works thereof, that is intentionally
        -      submitted to Licensor for inclusion in the Work by the copyright owner
        -      or by an individual or Legal Entity authorized to submit on behalf of
        -      the copyright owner. For the purposes of this definition, "submitted"
        -      means any form of electronic, verbal, or written communication sent
        -      to the Licensor or its representatives, including but not limited to
        -      communication on electronic mailing lists, source code control systems,
        -      and issue tracking systems that are managed by, or on behalf of, the
        -      Licensor for the purpose of discussing and improving the Work, but
        -      excluding communication that is conspicuously marked or otherwise
        -      designated in writing by the copyright owner as "Not a Contribution."
        -
        -      "Contributor" shall mean Licensor and any individual or Legal Entity
        -      on behalf of whom a Contribution has been received by Licensor and
        -      subsequently incorporated within the Work.
        -
        -   2. Grant of Copyright License. Subject to the terms and conditions of
        -      this License, each Contributor hereby grants to You a perpetual,
        -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
        -      copyright license to reproduce, prepare Derivative Works of,
        -      publicly display, publicly perform, sublicense, and distribute the
        -      Work and such Derivative Works in Source or Object form.
        -
        -   3. Grant of Patent License. Subject to the terms and conditions of
        -      this License, each Contributor hereby grants to You a perpetual,
        -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
        -      (except as stated in this section) patent license to make, have made,
        -      use, offer to sell, sell, import, and otherwise transfer the Work,
        -      where such license applies only to those patent claims licensable
        -      by such Contributor that are necessarily infringed by their
        -      Contribution(s) alone or by combination of their Contribution(s)
        -      with the Work to which such Contribution(s) was submitted. If You
        -      institute patent litigation against any entity (including a
        -      cross-claim or counterclaim in a lawsuit) alleging that the Work
        -      or a Contribution incorporated within the Work constitutes direct
        -      or contributory patent infringement, then any patent licenses
        -      granted to You under this License for that Work shall terminate
        -      as of the date such litigation is filed.
        -
        -   4. Redistribution. You may reproduce and distribute copies of the
        -      Work or Derivative Works thereof in any medium, with or without
        -      modifications, and in Source or Object form, provided that You
        -      meet the following conditions:
        -
        -      (a) You must give any other recipients of the Work or
        -          Derivative Works a copy of this License; and
        -
        -      (b) You must cause any modified files to carry prominent notices
        -          stating that You changed the files; and
        -
        -      (c) You must retain, in the Source form of any Derivative Works
        -          that You distribute, all copyright, patent, trademark, and
        -          attribution notices from the Source form of the Work,
        -          excluding those notices that do not pertain to any part of
        -          the Derivative Works; and
        -
        -      (d) If the Work includes a "NOTICE" text file as part of its
        -          distribution, then any Derivative Works that You distribute must
        -          include a readable copy of the attribution notices contained
        -          within such NOTICE file, excluding those notices that do not
        -          pertain to any part of the Derivative Works, in at least one
        -          of the following places: within a NOTICE text file distributed
        -          as part of the Derivative Works; within the Source form or
        -          documentation, if provided along with the Derivative Works; or,
        -          within a display generated by the Derivative Works, if and
        -          wherever such third-party notices normally appear. The contents
        -          of the NOTICE file are for informational purposes only and
        -          do not modify the License. You may add Your own attribution
        -          notices within Derivative Works that You distribute, alongside
        -          or as an addendum to the NOTICE text from the Work, provided
        -          that such additional attribution notices cannot be construed
        -          as modifying the License.
        -
        -      You may add Your own copyright statement to Your modifications and
        -      may provide additional or different license terms and conditions
        -      for use, reproduction, or distribution of Your modifications, or
        -      for any such Derivative Works as a whole, provided Your use,
        -      reproduction, and distribution of the Work otherwise complies with
        -      the conditions stated in this License.
        -
        -   5. Submission of Contributions. Unless You explicitly state otherwise,
        -      any Contribution intentionally submitted for inclusion in the Work
        -      by You to the Licensor shall be under the terms and conditions of
        -      this License, without any additional terms or conditions.
        -      Notwithstanding the above, nothing herein shall supersede or modify
        -      the terms of any separate license agreement you may have executed
        -      with Licensor regarding such Contributions.
        -
        -   6. Trademarks. This License does not grant permission to use the trade
        -      names, trademarks, service marks, or product names of the Licensor,
        -      except as required for reasonable and customary use in describing the
        -      origin of the Work and reproducing the content of the NOTICE file.
        -
        -   7. Disclaimer of Warranty. Unless required by applicable law or
        -      agreed to in writing, Licensor provides the Work (and each
        -      Contributor provides its Contributions) on an "AS IS" BASIS,
        -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
        -      implied, including, without limitation, any warranties or conditions
        -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
        -      PARTICULAR PURPOSE. You are solely responsible for determining the
        -      appropriateness of using or redistributing the Work and assume any
        -      risks associated with Your exercise of permissions under this License.
        -
        -   8. Limitation of Liability. In no event and under no legal theory,
        -      whether in tort (including negligence), contract, or otherwise,
        -      unless required by applicable law (such as deliberate and grossly
        -      negligent acts) or agreed to in writing, shall any Contributor be
        -      liable to You for damages, including any direct, indirect, special,
        -      incidental, or consequential damages of any character arising as a
        -      result of this License or out of the use or inability to use the
        -      Work (including but not limited to damages for loss of goodwill,
        -      work stoppage, computer failure or malfunction, or any and all
        -      other commercial damages or losses), even if such Contributor
        -      has been advised of the possibility of such damages.
        -
        -   9. Accepting Warranty or Additional Liability. While redistributing
        -      the Work or Derivative Works thereof, You may choose to offer,
        -      and charge a fee for, acceptance of support, warranty, indemnity,
        -      or other liability obligations and/or rights consistent with this
        -      License. However, in accepting such obligations, You may act only
        -      on Your own behalf and on Your sole responsibility, not on behalf
        -      of any other Contributor, and only if You agree to indemnify,
        -      defend, and hold each Contributor harmless for any liability
        -      incurred by, or claims asserted against, such Contributor by reason
        -      of your accepting any such warranty or additional liability.
        -
        -   END OF TERMS AND CONDITIONS
        -
        -   APPENDIX: How to apply the Apache License to your work.
        -
        -      To apply the Apache License to your work, attach the following
        -      boilerplate notice, with the fields enclosed by brackets "{}"
        -      replaced with your own identifying information. (Don't include
        -      the brackets!)  The text should be enclosed in the appropriate
        -      comment syntax for the file format. We also recommend that a
        -      file or class name and description of purpose be included on the
        -      same "printed page" as the copyright notice for easier
        -      identification within third-party archives.
        -
        -   Copyright {yyyy} {name of copyright owner}
        -
        -   Licensed under the Apache License, Version 2.0 (the "License");
        -   you may not use this file except in compliance with the License.
        -   You may obtain a copy of the License at
        -
        -       http://www.apache.org/licenses/LICENSE-2.0
        -
        -   Unless required by applicable law or agreed to in writing, software
        -   distributed under the License is distributed on an "AS IS" BASIS,
        -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        -   See the License for the specific language governing permissions and
        -   limitations under the License.
        -
        -
        -
      • -
      • -

        Apache License 2.0

        -

        Used by:

        - -
                                         Apache License
        -                           Version 2.0, January 2004
        -                        http://www.apache.org/licenses/
        -
        -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
        -
        -   1. Definitions.
        -
        -      "License" shall mean the terms and conditions for use, reproduction,
        -      and distribution as defined by Sections 1 through 9 of this document.
        -
        -      "Licensor" shall mean the copyright owner or entity authorized by
        -      the copyright owner that is granting the License.
        -
        -      "Legal Entity" shall mean the union of the acting entity and all
        -      other entities that control, are controlled by, or are under common
        -      control with that entity. For the purposes of this definition,
        -      "control" means (i) the power, direct or indirect, to cause the
        -      direction or management of such entity, whether by contract or
        -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
        -      outstanding shares, or (iii) beneficial ownership of such entity.
        -
        -      "You" (or "Your") shall mean an individual or Legal Entity
        -      exercising permissions granted by this License.
        -
        -      "Source" form shall mean the preferred form for making modifications,
        -      including but not limited to software source code, documentation
        -      source, and configuration files.
        -
        -      "Object" form shall mean any form resulting from mechanical
        -      transformation or translation of a Source form, including but
        -      not limited to compiled object code, generated documentation,
        -      and conversions to other media types.
        -
        -      "Work" shall mean the work of authorship, whether in Source or
        -      Object form, made available under the License, as indicated by a
        -      copyright notice that is included in or attached to the work
        -      (an example is provided in the Appendix below).
        -
        -      "Derivative Works" shall mean any work, whether in Source or Object
        -      form, that is based on (or derived from) the Work and for which the
        -      editorial revisions, annotations, elaborations, or other modifications
        -      represent, as a whole, an original work of authorship. For the purposes
        -      of this License, Derivative Works shall not include works that remain
        -      separable from, or merely link (or bind by name) to the interfaces of,
        -      the Work and Derivative Works thereof.
        -
        -      "Contribution" shall mean any work of authorship, including
        -      the original version of the Work and any modifications or additions
        -      to that Work or Derivative Works thereof, that is intentionally
        -      submitted to Licensor for inclusion in the Work by the copyright owner
        -      or by an individual or Legal Entity authorized to submit on behalf of
        -      the copyright owner. For the purposes of this definition, "submitted"
        -      means any form of electronic, verbal, or written communication sent
        -      to the Licensor or its representatives, including but not limited to
        -      communication on electronic mailing lists, source code control systems,
        -      and issue tracking systems that are managed by, or on behalf of, the
        -      Licensor for the purpose of discussing and improving the Work, but
        -      excluding communication that is conspicuously marked or otherwise
        -      designated in writing by the copyright owner as "Not a Contribution."
        -
        -      "Contributor" shall mean Licensor and any individual or Legal Entity
        -      on behalf of whom a Contribution has been received by Licensor and
        -      subsequently incorporated within the Work.
        -
        -   2. Grant of Copyright License. Subject to the terms and conditions of
        -      this License, each Contributor hereby grants to You a perpetual,
        -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
        -      copyright license to reproduce, prepare Derivative Works of,
        -      publicly display, publicly perform, sublicense, and distribute the
        -      Work and such Derivative Works in Source or Object form.
        -
        -   3. Grant of Patent License. Subject to the terms and conditions of
        -      this License, each Contributor hereby grants to You a perpetual,
        -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
        -      (except as stated in this section) patent license to make, have made,
        -      use, offer to sell, sell, import, and otherwise transfer the Work,
        -      where such license applies only to those patent claims licensable
        -      by such Contributor that are necessarily infringed by their
        -      Contribution(s) alone or by combination of their Contribution(s)
        -      with the Work to which such Contribution(s) was submitted. If You
        -      institute patent litigation against any entity (including a
        -      cross-claim or counterclaim in a lawsuit) alleging that the Work
        -      or a Contribution incorporated within the Work constitutes direct
        -      or contributory patent infringement, then any patent licenses
        -      granted to You under this License for that Work shall terminate
        -      as of the date such litigation is filed.
        -
        -   4. Redistribution. You may reproduce and distribute copies of the
        -      Work or Derivative Works thereof in any medium, with or without
        -      modifications, and in Source or Object form, provided that You
        -      meet the following conditions:
        -
        -      (a) You must give any other recipients of the Work or
        -          Derivative Works a copy of this License; and
        -
        -      (b) You must cause any modified files to carry prominent notices
        -          stating that You changed the files; and
        -
        -      (c) You must retain, in the Source form of any Derivative Works
        -          that You distribute, all copyright, patent, trademark, and
        -          attribution notices from the Source form of the Work,
        -          excluding those notices that do not pertain to any part of
        -          the Derivative Works; and
        -
        -      (d) If the Work includes a "NOTICE" text file as part of its
        -          distribution, then any Derivative Works that You distribute must
        -          include a readable copy of the attribution notices contained
        -          within such NOTICE file, excluding those notices that do not
        -          pertain to any part of the Derivative Works, in at least one
        -          of the following places: within a NOTICE text file distributed
        -          as part of the Derivative Works; within the Source form or
        -          documentation, if provided along with the Derivative Works; or,
        -          within a display generated by the Derivative Works, if and
        -          wherever such third-party notices normally appear. The contents
        -          of the NOTICE file are for informational purposes only and
        -          do not modify the License. You may add Your own attribution
        -          notices within Derivative Works that You distribute, alongside
        -          or as an addendum to the NOTICE text from the Work, provided
        -          that such additional attribution notices cannot be construed
        -          as modifying the License.
        -
        -      You may add Your own copyright statement to Your modifications and
        -      may provide additional or different license terms and conditions
        -      for use, reproduction, or distribution of Your modifications, or
        -      for any such Derivative Works as a whole, provided Your use,
        -      reproduction, and distribution of the Work otherwise complies with
        -      the conditions stated in this License.
        -
        -   5. Submission of Contributions. Unless You explicitly state otherwise,
        -      any Contribution intentionally submitted for inclusion in the Work
        -      by You to the Licensor shall be under the terms and conditions of
        -      this License, without any additional terms or conditions.
        -      Notwithstanding the above, nothing herein shall supersede or modify
        -      the terms of any separate license agreement you may have executed
        -      with Licensor regarding such Contributions.
        -
        -   6. Trademarks. This License does not grant permission to use the trade
        -      names, trademarks, service marks, or product names of the Licensor,
        -      except as required for reasonable and customary use in describing the
        -      origin of the Work and reproducing the content of the NOTICE file.
        -
        -   7. Disclaimer of Warranty. Unless required by applicable law or
        -      agreed to in writing, Licensor provides the Work (and each
        -      Contributor provides its Contributions) on an "AS IS" BASIS,
        -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
        -      implied, including, without limitation, any warranties or conditions
        -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
        -      PARTICULAR PURPOSE. You are solely responsible for determining the
        -      appropriateness of using or redistributing the Work and assume any
        -      risks associated with Your exercise of permissions under this License.
        -
        -   8. Limitation of Liability. In no event and under no legal theory,
        -      whether in tort (including negligence), contract, or otherwise,
        -      unless required by applicable law (such as deliberate and grossly
        -      negligent acts) or agreed to in writing, shall any Contributor be
        -      liable to You for damages, including any direct, indirect, special,
        -      incidental, or consequential damages of any character arising as a
        -      result of this License or out of the use or inability to use the
        -      Work (including but not limited to damages for loss of goodwill,
        -      work stoppage, computer failure or malfunction, or any and all
        -      other commercial damages or losses), even if such Contributor
        -      has been advised of the possibility of such damages.
        -
        -   9. Accepting Warranty or Additional Liability. While redistributing
        -      the Work or Derivative Works thereof, You may choose to offer,
        -      and charge a fee for, acceptance of support, warranty, indemnity,
        -      or other liability obligations and/or rights consistent with this
        -      License. However, in accepting such obligations, You may act only
        -      on Your own behalf and on Your sole responsibility, not on behalf
        -      of any other Contributor, and only if You agree to indemnify,
        -      defend, and hold each Contributor harmless for any liability
        -      incurred by, or claims asserted against, such Contributor by reason
        -      of your accepting any such warranty or additional liability.
        -
        -   END OF TERMS AND CONDITIONS
        -
        -   Copyright 2019 Yoshua Wuyts
        -   Copyright 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors
        -
        -   Licensed under the Apache License, Version 2.0 (the "License");
        -   you may not use this file except in compliance with the License.
        -   You may obtain a copy of the License at
        -
        -       http://www.apache.org/licenses/LICENSE-2.0
        -
        -   Unless required by applicable law or agreed to in writing, software
        -   distributed under the License is distributed on an "AS IS" BASIS,
        -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        -   See the License for the specific language governing permissions and
        -   limitations under the License.
        -
        -
      • -
      • -

        Apache License 2.0

        -

        Used by:

        -
                                         Apache License
                                    Version 2.0, January 2004
        @@ -6757,7 +6323,6 @@ 

        Apache License 2.0

        Used by:

                                      Apache License
                                 Version 2.0, January 2004
        @@ -8648,22 +8213,18 @@ 

        Used by:

      • arc-swap
      • async-channel
      • async-compression
      • -
      • async-io
      • -
      • async-lock
      • autocfg
      • backtrace
      • base64
      • base64
      • -
      • base64
      • bitflags
      • bitflags
      • bstr
      • bumpalo
      • bytes-utils
      • -
      • camino
      • cc
      • cfg-if
      • -
      • cfg-if
      • +
      • ci_info
      • cmake
      • concurrent-queue
      • const-random
      • @@ -8672,17 +8233,13 @@

        Used by:

      • core-foundation-sys
      • countme
      • crossbeam-channel
      • -
      • crossbeam-epoch
      • -
      • crossbeam-utils
      • crossbeam-utils
      • debugid
      • derivative
      • derive_arbitrary
      • either
      • -
      • env_logger
      • envmnt
      • equivalent
      • -
      • error-chain
      • event-listener
      • fastrand
      • fastrand
      • @@ -8692,16 +8249,14 @@

        Used by:

      • fnv
      • form_urlencoded
      • fraction
      • +
      • fsio
      • futures-lite
      • gimli
      • git2
      • -
      • glob
      • hashbrown
      • hashbrown
      • hdrhistogram
      • heck
      • -
      • heck
      • -
      • hermit-abi
      • hermit-abi
      • httparse
      • humantime-serde
      • @@ -8713,11 +8268,11 @@

        Used by:

      • indexmap
      • indexmap
      • inventory
      • -
      • io-lifetimes
      • ipconfig
      • itertools
      • itertools
      • itertools
      • +
      • itertools
      • jobserver
      • js-sys
      • lazy_static
      • @@ -8727,12 +8282,10 @@

        Used by:

      • libz-ng-sys
      • libz-sys
      • linux-raw-sys
      • -
      • linux-raw-sys
      • lock_api
      • log
      • maplit
      • match_cfg
      • -
      • maybe-uninit
      • mime
      • mockall
      • mockall_derive
      • @@ -8763,6 +8316,7 @@

        Used by:

      • pkg-config
      • proc-macro2
      • prost
      • +
      • prost
      • prost-build
      • prost-derive
      • prost-derive
      • @@ -8781,7 +8335,6 @@

        Used by:

      • rustc_version
      • rustc_version
      • rustix
      • -
      • rustix
      • rustls
      • rustls-native-certs
      • rustls-pemfile
      • @@ -8796,10 +8349,8 @@

        Used by:

      • shellexpand
      • signal-hook-registry
      • similar
      • -
      • skeptic
      • smallvec
      • socket2
      • -
      • socket2
      • stable_deref_trait
      • syn
      • syn
      • @@ -8808,6 +8359,7 @@

        Used by:

      • threadpool
      • tikv-jemalloc-sys
      • tikv-jemallocator
      • +
      • triomphe
      • try_match
      • tungstenite
      • typed-builder
      • @@ -8826,7 +8378,6 @@

        Used by:

      • waker-fn
      • wasi
      • wasi
      • -
      • wasi
      • wasm-bindgen
      • wasm-bindgen-backend
      • wasm-bindgen-futures
      • @@ -9047,7 +8598,6 @@

        Used by:

        • bit-set
        • bit-vec
        • -
        • bit-vec
        • linked-hash-map
        • lru-cache
        • minimal-lexical
        • @@ -9463,215 +9013,6 @@

          Used by:

          http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -
        -
      • -
      • -

        Apache License 2.0

        -

        Used by:

        - -
                                      Apache License
        -                        Version 2.0, January 2004
        -                     http://www.apache.org/licenses/
        -
        -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
        -
        -1. Definitions.
        -
        -   "License" shall mean the terms and conditions for use, reproduction,
        -   and distribution as defined by Sections 1 through 9 of this document.
        -
        -   "Licensor" shall mean the copyright owner or entity authorized by
        -   the copyright owner that is granting the License.
        -
        -   "Legal Entity" shall mean the union of the acting entity and all
        -   other entities that control, are controlled by, or are under common
        -   control with that entity. For the purposes of this definition,
        -   "control" means (i) the power, direct or indirect, to cause the
        -   direction or management of such entity, whether by contract or
        -   otherwise, or (ii) ownership of fifty percent (50%) or more of the
        -   outstanding shares, or (iii) beneficial ownership of such entity.
        -
        -   "You" (or "Your") shall mean an individual or Legal Entity
        -   exercising permissions granted by this License.
        -
        -   "Source" form shall mean the preferred form for making modifications,
        -   including but not limited to software source code, documentation
        -   source, and configuration files.
        -
        -   "Object" form shall mean any form resulting from mechanical
        -   transformation or translation of a Source form, including but
        -   not limited to compiled object code, generated documentation,
        -   and conversions to other media types.
        -
        -   "Work" shall mean the work of authorship, whether in Source or
        -   Object form, made available under the License, as indicated by a
        -   copyright notice that is included in or attached to the work
        -   (an example is provided in the Appendix below).
        -
        -   "Derivative Works" shall mean any work, whether in Source or Object
        -   form, that is based on (or derived from) the Work and for which the
        -   editorial revisions, annotations, elaborations, or other modifications
        -   represent, as a whole, an original work of authorship. For the purposes
        -   of this License, Derivative Works shall not include works that remain
        -   separable from, or merely link (or bind by name) to the interfaces of,
        -   the Work and Derivative Works thereof.
        -
        -   "Contribution" shall mean any work of authorship, including
        -   the original version of the Work and any modifications or additions
        -   to that Work or Derivative Works thereof, that is intentionally
        -   submitted to Licensor for inclusion in the Work by the copyright owner
        -   or by an individual or Legal Entity authorized to submit on behalf of
        -   the copyright owner. For the purposes of this definition, "submitted"
        -   means any form of electronic, verbal, or written communication sent
        -   to the Licensor or its representatives, including but not limited to
        -   communication on electronic mailing lists, source code control systems,
        -   and issue tracking systems that are managed by, or on behalf of, the
        -   Licensor for the purpose of discussing and improving the Work, but
        -   excluding communication that is conspicuously marked or otherwise
        -   designated in writing by the copyright owner as "Not a Contribution."
        -
        -   "Contributor" shall mean Licensor and any individual or Legal Entity
        -   on behalf of whom a Contribution has been received by Licensor and
        -   subsequently incorporated within the Work.
        -
        -2. Grant of Copyright License. Subject to the terms and conditions of
        -   this License, each Contributor hereby grants to You a perpetual,
        -   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
        -   copyright license to reproduce, prepare Derivative Works of,
        -   publicly display, publicly perform, sublicense, and distribute the
        -   Work and such Derivative Works in Source or Object form.
        -
        -3. Grant of Patent License. Subject to the terms and conditions of
        -   this License, each Contributor hereby grants to You a perpetual,
        -   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
        -   (except as stated in this section) patent license to make, have made,
        -   use, offer to sell, sell, import, and otherwise transfer the Work,
        -   where such license applies only to those patent claims licensable
        -   by such Contributor that are necessarily infringed by their
        -   Contribution(s) alone or by combination of their Contribution(s)
        -   with the Work to which such Contribution(s) was submitted. If You
        -   institute patent litigation against any entity (including a
        -   cross-claim or counterclaim in a lawsuit) alleging that the Work
        -   or a Contribution incorporated within the Work constitutes direct
        -   or contributory patent infringement, then any patent licenses
        -   granted to You under this License for that Work shall terminate
        -   as of the date such litigation is filed.
        -
        -4. Redistribution. You may reproduce and distribute copies of the
        -   Work or Derivative Works thereof in any medium, with or without
        -   modifications, and in Source or Object form, provided that You
        -   meet the following conditions:
        -
        -   (a) You must give any other recipients of the Work or
        -       Derivative Works a copy of this License; and
        -
        -   (b) You must cause any modified files to carry prominent notices
        -       stating that You changed the files; and
        -
        -   (c) You must retain, in the Source form of any Derivative Works
        -       that You distribute, all copyright, patent, trademark, and
        -       attribution notices from the Source form of the Work,
        -       excluding those notices that do not pertain to any part of
        -       the Derivative Works; and
        -
        -   (d) If the Work includes a "NOTICE" text file as part of its
        -       distribution, then any Derivative Works that You distribute must
        -       include a readable copy of the attribution notices contained
        -       within such NOTICE file, excluding those notices that do not
        -       pertain to any part of the Derivative Works, in at least one
        -       of the following places: within a NOTICE text file distributed
        -       as part of the Derivative Works; within the Source form or
        -       documentation, if provided along with the Derivative Works; or,
        -       within a display generated by the Derivative Works, if and
        -       wherever such third-party notices normally appear. The contents
        -       of the NOTICE file are for informational purposes only and
        -       do not modify the License. You may add Your own attribution
        -       notices within Derivative Works that You distribute, alongside
        -       or as an addendum to the NOTICE text from the Work, provided
        -       that such additional attribution notices cannot be construed
        -       as modifying the License.
        -
        -   You may add Your own copyright statement to Your modifications and
        -   may provide additional or different license terms and conditions
        -   for use, reproduction, or distribution of Your modifications, or
        -   for any such Derivative Works as a whole, provided Your use,
        -   reproduction, and distribution of the Work otherwise complies with
        -   the conditions stated in this License.
        -
        -5. Submission of Contributions. Unless You explicitly state otherwise,
        -   any Contribution intentionally submitted for inclusion in the Work
        -   by You to the Licensor shall be under the terms and conditions of
        -   this License, without any additional terms or conditions.
        -   Notwithstanding the above, nothing herein shall supersede or modify
        -   the terms of any separate license agreement you may have executed
        -   with Licensor regarding such Contributions.
        -
        -6. Trademarks. This License does not grant permission to use the trade
        -   names, trademarks, service marks, or product names of the Licensor,
        -   except as required for reasonable and customary use in describing the
        -   origin of the Work and reproducing the content of the NOTICE file.
        -
        -7. Disclaimer of Warranty. Unless required by applicable law or
        -   agreed to in writing, Licensor provides the Work (and each
        -   Contributor provides its Contributions) on an "AS IS" BASIS,
        -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
        -   implied, including, without limitation, any warranties or conditions
        -   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
        -   PARTICULAR PURPOSE. You are solely responsible for determining the
        -   appropriateness of using or redistributing the Work and assume any
        -   risks associated with Your exercise of permissions under this License.
        -
        -8. Limitation of Liability. In no event and under no legal theory,
        -   whether in tort (including negligence), contract, or otherwise,
        -   unless required by applicable law (such as deliberate and grossly
        -   negligent acts) or agreed to in writing, shall any Contributor be
        -   liable to You for damages, including any direct, indirect, special,
        -   incidental, or consequential damages of any character arising as a
        -   result of this License or out of the use or inability to use the
        -   Work (including but not limited to damages for loss of goodwill,
        -   work stoppage, computer failure or malfunction, or any and all
        -   other commercial damages or losses), even if such Contributor
        -   has been advised of the possibility of such damages.
        -
        -9. Accepting Warranty or Additional Liability. While redistributing
        -   the Work or Derivative Works thereof, You may choose to offer,
        -   and charge a fee for, acceptance of support, warranty, indemnity,
        -   or other liability obligations and/or rights consistent with this
        -   License. However, in accepting such obligations, You may act only
        -   on Your own behalf and on Your sole responsibility, not on behalf
        -   of any other Contributor, and only if You agree to indemnify,
        -   defend, and hold each Contributor harmless for any liability
        -   incurred by, or claims asserted against, such Contributor by reason
        -   of your accepting any such warranty or additional liability.
        -
        -END OF TERMS AND CONDITIONS
        -
        -APPENDIX: How to apply the Apache License to your work.
        -
        -   To apply the Apache License to your work, attach the following
        -   boilerplate notice, with the fields enclosed by brackets "[]"
        -   replaced with your own identifying information. (Don't include
        -   the brackets!) The text should be enclosed in the appropriate
        -   comment syntax for the file format. We also recommend that a
        -   file or class name and description of purpose be included on the
        -   same "printed page" as the copyright notice for easier
        -   identification within third-party archives.
        -
        -Copyright [yyyy] [name of copyright owner]
        -
        -Licensed under the Apache License, Version 2.0 (the "License");
        -you may not use this file except in compliance with the License.
        -You may obtain a copy of the License at
        -
        -    http://www.apache.org/licenses/LICENSE-2.0
        -
         Unless required by applicable law or agreed to in writing, software
         distributed under the License is distributed on an "AS IS" BASIS,
         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        @@ -10278,7 +9619,6 @@ 

        Apache License 2.0

        Used by:

        @@ -10673,7 +10013,6 @@

        Used by:

        Apache License 2.0

        Used by:

                                      Apache License
        @@ -10884,7 +10223,6 @@ 

        Used by:

                                      Apache License
        @@ -11507,6 +10845,30 @@ 

        Used by:

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
        +
      • +
      • +

        Apache License 2.0

        +

        Used by:

        + +
        # Contributing
        +
        +## License
        +
        +Licensed under either of
        +
        + * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
        + * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
        +
        +at your option.
        +
        +### Contribution
        +
        +Unless you explicitly state otherwise, any contribution intentionally submitted
        +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
        +additional terms or conditions.
         
      • @@ -11517,9 +10879,21 @@

        Used by:

      • apollo-encoder
      • apollo-parser
      • apollo-smith
      • -
      • apollo-smith
      -
      ../../LICENSE-APACHE
      +
      ../../LICENSE-APACHE
      +
    • +
    • +

      Apache License 2.0

      +

      Used by:

      + +
      // Licensed under the Apache License, Version 2.0
      +// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
      +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
      +// All files in the project carrying such notice may not be copied, modified, or distributed
      +// except according to those terms.
      +
    • Apache License 2.0

      @@ -12155,11 +11529,6 @@

      Used by:

      Apache License 2.0

      Used by:

        -
      • async-graphql-actix-web
      • -
      • async-graphql-derive
      • -
      • async-graphql-parser
      • -
      • async-graphql-value
      • -
      • buildstructor
      • deadpool-runtime
      • deno-proc-macro-rules
      • deno-proc-macro-rules-macros
      • @@ -12169,16 +11538,13 @@

        Used by:

      • graphql_client_codegen
      • graphql_query_derive
      • http-serde
      • -
      • ident_case
      • -
      • language-tags
      • libssh2-sys
      • linkme-impl
      • md5
      • num-cmp
      • -
      • prost
      • rhai_codegen
      • -
      • serde_derive_default
      • siphasher
      • +
      • sptr
      • system-configuration
      • system-configuration-sys
      • thrift
      • @@ -12271,9 +11637,29 @@

        Used by:

        Apache License 2.0

        Used by:

        +
        Copyright 2023 The allocator-api2 project developers
        +
        +Licensed under the Apache License, Version 2.0 (the "License");
        +you may not use this file except in compliance with the License.
        +You may obtain a copy of the License at
        +
        +	http://www.apache.org/licenses/LICENSE-2.0
        +
        +Unless required by applicable law or agreed to in writing, software
        +distributed under the License is distributed on an "AS IS" BASIS,
        +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        +See the License for the specific language governing permissions and
        +limitations under the License.
        + +
      • +

        Apache License 2.0

        +

        Used by:

        + -
        Copyright 2021 Oliver Giersch
        +                
        Copyright [2022] [Bryn Cooke]
         
         Licensed under the Apache License, Version 2.0 (the "License");
         you may not use this file except in compliance with the License.
        @@ -12292,21 +11678,22 @@ 

        Used by:

        Apache License 2.0

        Used by:

        -
        Copyright 2023 The allocator-api2 project developers
        +                
        Copyright [2023] [Bryn Cooke]
         
         Licensed under the Apache License, Version 2.0 (the "License");
         you may not use this file except in compliance with the License.
         You may obtain a copy of the License at
         
        -	http://www.apache.org/licenses/LICENSE-2.0
        +    http://www.apache.org/licenses/LICENSE-2.0
         
         Unless required by applicable law or agreed to in writing, software
         distributed under the License is distributed on an "AS IS" BASIS,
         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         See the License for the specific language governing permissions and
        -limitations under the License.
        +limitations under the License. +
      • Apache License 2.0

        @@ -12330,104 +11717,39 @@

        Used by:

        Apache License 2.0

        Used by:

        -
        MIT or Apache-2.0
        -
        +
        MIT OR Apache-2.0
      • -

        BSD 2-Clause "Simplified" License

        +

        Apache License 2.0

        Used by:

        -
        BSD 2-Clause License
        -
        -Copyright (c) 2023, Maarten de Vries <maarten@de-vri.es>
        -
        -Redistribution and use in source and binary forms, with or without
        -modification, are permitted provided that the following conditions are met:
        -
        -1. Redistributions of source code must retain the above copyright notice, this
        -   list of conditions and the following disclaimer.
        -
        -2. Redistributions in binary form must reproduce the above copyright notice,
        -   this list of conditions and the following disclaimer in the documentation
        -   and/or other materials provided with the distribution.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +                
        MIT OR Apache-2.0
         
      • -

        BSD 2-Clause "Simplified" License

        +

        Apache License 2.0

        Used by:

        -
        Copyright (c) 2015, Nick Fitzgerald
        -All rights reserved.
        -
        -Redistribution and use in source and binary forms, with or without modification,
        -are permitted provided that the following conditions are met:
        -
        -1. Redistributions of source code must retain the above copyright notice, this
        -   list of conditions and the following disclaimer.
        -
        -2. Redistributions in binary form must reproduce the above copyright notice,
        -   this list of conditions and the following disclaimer in the documentation
        -   and/or other materials provided with the distribution.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
        -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
        -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +                
        MIT or Apache-2.0
         
      • BSD 2-Clause "Simplified" License

        Used by:

        -
        Copyright (c) <year> <owner> 
        -
        -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        -
        -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        -
        -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        -
        -
      • -
      • -

        BSD 3-Clause "New" or "Revised" License

        -

        Used by:

        - -
        BSD 3-Clause License
        +                
        BSD 2-Clause License
         
        -Copyright (c) 2013, Julien Schmidt
        -All rights reserved.
        +Copyright (c) 2023, Maarten de Vries <maarten@de-vri.es>
         
         Redistribution and use in source and binary forms, with or without
         modification, are permitted provided that the following conditions are met:
        @@ -12439,10 +11761,6 @@ 

        Used by:

        this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE @@ -12456,146 +11774,12 @@

        Used by:

      • -

        BSD 3-Clause "New" or "Revised" License

        -

        Used by:

        - -
        Copyright (c) 2016 Dropbox, Inc.
        -All rights reserved.
        -
        -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        -
        -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        -
        -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        -
        -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        -
        -
      • -
      • -

        BSD 3-Clause "New" or "Revised" License

        -

        Used by:

        - -
        Copyright (c) 2016 by Armin Ronacher.
        -
        -Some rights reserved.
        -
        -Redistribution and use in source and binary forms, with or without
        -modification, are permitted provided that the following conditions are
        -met:
        -
        -    * Redistributions of source code must retain the above copyright
        -      notice, this list of conditions and the following disclaimer.
        -
        -    * Redistributions in binary form must reproduce the above
        -      copyright notice, this list of conditions and the following
        -      disclaimer in the documentation and/or other materials provided
        -      with the distribution.
        -
        -    * The names of the contributors may not be used to endorse or
        -      promote products derived from this software without specific
        -      prior written permission.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
        -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
        -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
        -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
        -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
        -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
        -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
        -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        -
        -
      • -
      • -

        BSD 3-Clause "New" or "Revised" License

        -

        Used by:

        - -
        Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.
        -
        -Redistribution and use in source and binary forms, with or without
        -modification, are permitted provided that the following conditions are
        -met:
        -
        -1. Redistributions of source code must retain the above copyright
        -notice, this list of conditions and the following disclaimer.
        -
        -2. Redistributions in binary form must reproduce the above copyright
        -notice, this list of conditions and the following disclaimer in the
        -documentation and/or other materials provided with the distribution.
        -
        -3. Neither the name of the copyright holder nor the names of its
        -contributors may be used to endorse or promote products derived from
        -this software without specific prior written permission.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
        -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
        -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
        -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
        -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
        -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
        -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
        -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
        -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
        -
        -
      • -
      • -

        BSD 3-Clause "New" or "Revised" License

        -

        Used by:

        - -
        Copyright (c) 2019, Sébastien Crozet
        -All rights reserved.
        -
        -Redistribution and use in source and binary forms, with or without
        -modification, are permitted provided that the following conditions are met:
        -
        -1. Redistributions of source code must retain the above copyright notice, this
        -   list of conditions and the following disclaimer.
        -
        -2. Redistributions in binary form must reproduce the above copyright notice,
        -   this list of conditions and the following disclaimer in the documentation
        -   and/or other materials provided with the distribution.
        -
        -3. Neither the name of the author nor the names of its contributors may be used
        -   to endorse or promote products derived from this software without specific
        -   prior written permission.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        -
        -
      • -
      • -

        BSD 3-Clause "New" or "Revised" License

        +

        BSD 2-Clause "Simplified" License

        Used by:

        -
        Copyright (c) <year> <owner>. 
        +                
        Copyright (c) <year> <owner> 
         
         Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
         
        @@ -12603,8 +11787,6 @@ 

        Used by:

        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      • @@ -12612,9 +11794,12 @@

        Used by:

        BSD 3-Clause "New" or "Revised" License

        Used by:

        -
        Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
        +                
        BSD 3-Clause License
        +
        +Copyright (c) 2013, Julien Schmidt
        +All rights reserved.
         
         Redistribution and use in source and binary forms, with or without
         modification, are permitted provided that the following conditions are met:
        @@ -12643,402 +11828,375 @@ 

        Used by:

      • -

        Creative Commons Zero v1.0 Universal

        -

        Used by:

        - -
        Creative Commons CC0 1.0 Universal
        -
        -<<beginOptional;name=ccOptionalIntro>> CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.  <<endOptional>>
        -
        -Statement of Purpose
        -
        -The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
        -
        -Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
        -
        -For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
        -
        -1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
        -
        -     i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
        -
        -     ii. moral rights retained by the original author(s) and/or performer(s);
        -
        -     iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
        -
        -     iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
        -
        -     v. rights protecting the extraction, dissemination, use and reuse of data in a Work;
        -
        -     vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
        -
        -     vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
        -
        -2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
        -
        -3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
        -
        -4. Limitations and Disclaimers.
        -
        -     a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
        -
        -     b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
        -
        -     c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
        -
        -     d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. 
        -
      • -
      • -

        Creative Commons Zero v1.0 Universal

        -

        Used by:

        - -
        Creative Commons Legal Code
        -
        -CC0 1.0 Universal
        -
        -    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
        -    LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
        -    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
        -    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
        -    REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
        -    PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
        -    THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
        -    HEREUNDER.
        -
        -Statement of Purpose
        -
        -The laws of most jurisdictions throughout the world automatically confer
        -exclusive Copyright and Related Rights (defined below) upon the creator
        -and subsequent owner(s) (each and all, an "owner") of an original work of
        -authorship and/or a database (each, a "Work").
        -
        -Certain owners wish to permanently relinquish those rights to a Work for
        -the purpose of contributing to a commons of creative, cultural and
        -scientific works ("Commons") that the public can reliably and without fear
        -of later claims of infringement build upon, modify, incorporate in other
        -works, reuse and redistribute as freely as possible in any form whatsoever
        -and for any purposes, including without limitation commercial purposes.
        -These owners may contribute to the Commons to promote the ideal of a free
        -culture and the further production of creative, cultural and scientific
        -works, or to gain reputation or greater distribution for their Work in
        -part through the use and efforts of others.
        -
        -For these and/or other purposes and motivations, and without any
        -expectation of additional consideration or compensation, the person
        -associating CC0 with a Work (the "Affirmer"), to the extent that he or she
        -is an owner of Copyright and Related Rights in the Work, voluntarily
        -elects to apply CC0 to the Work and publicly distribute the Work under its
        -terms, with knowledge of his or her Copyright and Related Rights in the
        -Work and the meaning and intended legal effect of CC0 on those rights.
        -
        -1. Copyright and Related Rights. A Work made available under CC0 may be
        -protected by copyright and related or neighboring rights ("Copyright and
        -Related Rights"). Copyright and Related Rights include, but are not
        -limited to, the following:
        -
        -  i. the right to reproduce, adapt, distribute, perform, display,
        -     communicate, and translate a Work;
        - ii. moral rights retained by the original author(s) and/or performer(s);
        -iii. publicity and privacy rights pertaining to a person's image or
        -     likeness depicted in a Work;
        - iv. rights protecting against unfair competition in regards to a Work,
        -     subject to the limitations in paragraph 4(a), below;
        -  v. rights protecting the extraction, dissemination, use and reuse of data
        -     in a Work;
        - vi. database rights (such as those arising under Directive 96/9/EC of the
        -     European Parliament and of the Council of 11 March 1996 on the legal
        -     protection of databases, and under any national implementation
        -     thereof, including any amended or successor version of such
        -     directive); and
        -vii. other similar, equivalent or corresponding rights throughout the
        -     world based on applicable law or treaty, and any national
        -     implementations thereof.
        -
        -2. Waiver. To the greatest extent permitted by, but not in contravention
        -of, applicable law, Affirmer hereby overtly, fully, permanently,
        -irrevocably and unconditionally waives, abandons, and surrenders all of
        -Affirmer's Copyright and Related Rights and associated claims and causes
        -of action, whether now known or unknown (including existing as well as
        -future claims and causes of action), in the Work (i) in all territories
        -worldwide, (ii) for the maximum duration provided by applicable law or
        -treaty (including future time extensions), (iii) in any current or future
        -medium and for any number of copies, and (iv) for any purpose whatsoever,
        -including without limitation commercial, advertising or promotional
        -purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
        -member of the public at large and to the detriment of Affirmer's heirs and
        -successors, fully intending that such Waiver shall not be subject to
        -revocation, rescission, cancellation, termination, or any other legal or
        -equitable action to disrupt the quiet enjoyment of the Work by the public
        -as contemplated by Affirmer's express Statement of Purpose.
        -
        -3. Public License Fallback. Should any part of the Waiver for any reason
        -be judged legally invalid or ineffective under applicable law, then the
        -Waiver shall be preserved to the maximum extent permitted taking into
        -account Affirmer's express Statement of Purpose. In addition, to the
        -extent the Waiver is so judged Affirmer hereby grants to each affected
        -person a royalty-free, non transferable, non sublicensable, non exclusive,
        -irrevocable and unconditional license to exercise Affirmer's Copyright and
        -Related Rights in the Work (i) in all territories worldwide, (ii) for the
        -maximum duration provided by applicable law or treaty (including future
        -time extensions), (iii) in any current or future medium and for any number
        -of copies, and (iv) for any purpose whatsoever, including without
        -limitation commercial, advertising or promotional purposes (the
        -"License"). The License shall be deemed effective as of the date CC0 was
        -applied by Affirmer to the Work. Should any part of the License for any
        -reason be judged legally invalid or ineffective under applicable law, such
        -partial invalidity or ineffectiveness shall not invalidate the remainder
        -of the License, and in such case Affirmer hereby affirms that he or she
        -will not (i) exercise any of his or her remaining Copyright and Related
        -Rights in the Work or (ii) assert any associated claims and causes of
        -action with respect to the Work, in either case contrary to Affirmer's
        -express Statement of Purpose.
        -
        -4. Limitations and Disclaimers.
        -
        - a. No trademark or patent rights held by Affirmer are waived, abandoned,
        -    surrendered, licensed or otherwise affected by this document.
        - b. Affirmer offers the Work as-is and makes no representations or
        -    warranties of any kind concerning the Work, express, implied,
        -    statutory or otherwise, including without limitation warranties of
        -    title, merchantability, fitness for a particular purpose, non
        -    infringement, or the absence of latent or other defects, accuracy, or
        -    the present or absence of errors, whether or not discoverable, all to
        -    the greatest extent permissible under applicable law.
        - c. Affirmer disclaims responsibility for clearing rights of other persons
        -    that may apply to the Work or any use thereof, including without
        -    limitation any person's Copyright and Related Rights in the Work.
        -    Further, Affirmer disclaims responsibility for obtaining any necessary
        -    consents, permissions or other rights required for any use of the
        -    Work.
        - d. Affirmer understands and acknowledges that Creative Commons is not a
        -    party to this document and has no duty or obligation with respect to
        -    this CC0 or use of the Work.
        -
        -
      • -
      • -

        Elastic License 2.0

        +

        BSD 3-Clause "New" or "Revised" License

        Used by:

        -
        Copyright 2021 Apollo Graph, Inc.
        -
        -Elastic License 2.0
        -
        -## Acceptance
        -
        -By using the software, you agree to all of the terms and conditions below.
        -
        -## Copyright License
        -
        -The licensor grants you a non-exclusive, royalty-free, worldwide,
        -non-sublicensable, non-transferable license to use, copy, distribute, make
        -available, and prepare derivative works of the software, in each case subject to
        -the limitations and conditions below.
        -
        -## Limitations
        -
        -You may not provide the software to third parties as a hosted or managed
        -service, where the service provides users with access to any substantial set of
        -the features or functionality of the software.
        -
        -You may not move, change, disable, or circumvent the license key functionality
        -in the software, and you may not remove or obscure any functionality in the
        -software that is protected by the license key.
        -
        -You may not alter, remove, or obscure any licensing, copyright, or other notices
        -of the licensor in the software. Any use of the licensor’s trademarks is subject
        -to applicable law.
        -
        -## Patents
        -
        -The licensor grants you a license, under any patent claims the licensor can
        -license, or becomes able to license, to make, have made, use, sell, offer for
        -sale, import and have imported the software, in each case subject to the
        -limitations and conditions in this license. This license does not cover any
        -patent claims that you cause to be infringed by modifications or additions to
        -the software. If you or your company make any written claim that the software
        -infringes or contributes to infringement of any patent, your patent license for
        -the software granted under these terms ends immediately. If your company makes
        -such a claim, your patent license ends immediately for work on behalf of your
        -company.
        -
        -## Notices
        -
        -You must ensure that anyone who gets a copy of any part of the software from you
        -also gets a copy of these terms.
        -
        -If you modify the software, you must include in any modified copies of the
        -software prominent notices stating that you have modified the software.
        -
        -## No Other Rights
        -
        -These terms do not imply any licenses other than those expressly granted in
        -these terms.
        -
        -## Termination
        -
        -If you use the software in violation of these terms, such use is not licensed,
        -and your licenses will automatically terminate. If the licensor provides you
        -with a notice of your violation, and you cease all violation of this license no
        -later than 30 days after you receive that notice, your licenses will be
        -reinstated retroactively. However, if you violate these terms after such
        -reinstatement, any additional violation of these terms will cause your licenses
        -to terminate automatically and permanently.
        +                
        Copyright (c) 2016 Dropbox, Inc.
        +All rights reserved.
         
        -## No Liability
        +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
         
        -*As far as the law allows, the software comes as is, without any warranty or
        -condition, and the licensor will not be liable to you for any damages arising
        -out of these terms or the use or nature of the software, under any kind of
        -legal claim.*
        +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
         
        -## Definitions
        +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
         
        -The **licensor** is the entity offering these terms, and the **software** is the
        -software the licensor makes available under these terms, including any portion
        -of it.
        +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
         
        -**you** refers to the individual or entity agreeing to these terms.
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +
        +
      • +
      • +

        BSD 3-Clause "New" or "Revised" License

        +

        Used by:

        + +
        Copyright (c) 2016 by Armin Ronacher.
         
        -**your company** is any legal entity, sole proprietorship, or other kind of
        -organization that you work for, plus all organizations that have control over,
        -are under the control of, or are under common control with that
        -organization. **control** means ownership of substantially all the assets of an
        -entity, or the power to direct its management and policies by vote, contract, or
        -otherwise. Control can be direct or indirect.
        +Some rights reserved.
         
        -**your licenses** are all the licenses granted to you for the software under
        -these terms.
        +Redistribution and use in source and binary forms, with or without
        +modification, are permitted provided that the following conditions are
        +met:
         
        -**use** means anything you do with the software requiring one of your licenses.
        +    * Redistributions of source code must retain the above copyright
        +      notice, this list of conditions and the following disclaimer.
         
        -**trademark** means trademarks, service marks, and similar rights.
        +    * Redistributions in binary form must reproduce the above
        +      copyright notice, this list of conditions and the following
        +      disclaimer in the documentation and/or other materials provided
        +      with the distribution.
         
        ---------------------------------------------------------------------------------
        + * The names of the contributors may not be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +
      • -

        Elastic License 2.0

        +

        BSD 3-Clause "New" or "Revised" License

        Used by:

        -
        Copyright 2021 Apollo Graph, Inc.
        -
        -Elastic License 2.0
        +                
        Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.
         
        -## Acceptance
        +Redistribution and use in source and binary forms, with or without
        +modification, are permitted provided that the following conditions are
        +met:
         
        -By using the software, you agree to all of the terms and conditions below.
        +1. Redistributions of source code must retain the above copyright
        +notice, this list of conditions and the following disclaimer.
         
        -## Copyright License
        +2. Redistributions in binary form must reproduce the above copyright
        +notice, this list of conditions and the following disclaimer in the
        +documentation and/or other materials provided with the distribution.
         
        -The licensor grants you a non-exclusive, royalty-free, worldwide,
        -non-sublicensable, non-transferable license to use, copy, distribute, make
        -available, and prepare derivative works of the software, in each case subject to
        -the limitations and conditions below.
        +3. Neither the name of the copyright holder nor the names of its
        +contributors may be used to endorse or promote products derived from
        +this software without specific prior written permission.
         
        -## Limitations
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
        +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
        +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
        +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
        +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
        +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
        +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
        +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
        +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
        +
        +
      • +
      • +

        BSD 3-Clause "New" or "Revised" License

        +

        Used by:

        + +
        Copyright (c) 2019, Sébastien Crozet
        +All rights reserved.
        +
        +Redistribution and use in source and binary forms, with or without
        +modification, are permitted provided that the following conditions are met:
        +
        +1. Redistributions of source code must retain the above copyright notice, this
        +   list of conditions and the following disclaimer.
        +
        +2. Redistributions in binary form must reproduce the above copyright notice,
        +   this list of conditions and the following disclaimer in the documentation
        +   and/or other materials provided with the distribution.
        +
        +3. Neither the name of the author nor the names of its contributors may be used
        +   to endorse or promote products derived from this software without specific
        +   prior written permission.
        +
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +
        +
      • +
      • +

        BSD 3-Clause "New" or "Revised" License

        +

        Used by:

        + +
        Copyright (c) <year> <owner>. 
         
        -You may not provide the software to third parties as a hosted or managed
        -service, where the service provides users with access to any substantial set of
        -the features or functionality of the software.
        +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
         
        -You may not move, change, disable, or circumvent the license key functionality
        -in the software, and you may not remove or obscure any functionality in the
        -software that is protected by the license key.
        +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
         
        -You may not alter, remove, or obscure any licensing, copyright, or other notices
        -of the licensor in the software. Any use of the licensor’s trademarks is subject
        -to applicable law.
        +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
         
        -## Patents
        +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
         
        -The licensor grants you a license, under any patent claims the licensor can
        -license, or becomes able to license, to make, have made, use, sell, offer for
        -sale, import and have imported the software, in each case subject to the
        -limitations and conditions in this license. This license does not cover any
        -patent claims that you cause to be infringed by modifications or additions to
        -the software. If you or your company make any written claim that the software
        -infringes or contributes to infringement of any patent, your patent license for
        -the software granted under these terms ends immediately. If your company makes
        -such a claim, your patent license ends immediately for work on behalf of your
        -company.
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +
        +
      • +
      • +

        BSD 3-Clause "New" or "Revised" License

        +

        Used by:

        + +
        Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
         
        -## Notices
        +Redistribution and use in source and binary forms, with or without
        +modification, are permitted provided that the following conditions are met:
         
        -You must ensure that anyone who gets a copy of any part of the software from you
        -also gets a copy of these terms.
        +1. Redistributions of source code must retain the above copyright notice, this
        +   list of conditions and the following disclaimer.
         
        -If you modify the software, you must include in any modified copies of the
        -software prominent notices stating that you have modified the software.
        +2. Redistributions in binary form must reproduce the above copyright notice,
        +   this list of conditions and the following disclaimer in the documentation
        +   and/or other materials provided with the distribution.
         
        -## No Other Rights
        +3. Neither the name of the copyright holder nor the names of its
        +   contributors may be used to endorse or promote products derived from
        +   this software without specific prior written permission.
         
        -These terms do not imply any licenses other than those expressly granted in
        -these terms.
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +
        +
      • +
      • +

        Creative Commons Zero v1.0 Universal

        +

        Used by:

        + +
        Creative Commons CC0 1.0 Universal
        +
        +<<beginOptional;name=ccOptionalIntro>> CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.  <<endOptional>>
        +
        +Statement of Purpose
        +
        +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
        +
        +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
        +
        +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
        +
        +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
        +
        +     i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
        +
        +     ii. moral rights retained by the original author(s) and/or performer(s);
        +
        +     iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
        +
        +     iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
        +
        +     v. rights protecting the extraction, dissemination, use and reuse of data in a Work;
        +
        +     vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
        +
        +     vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
        +
        +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
        +
        +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
        +
        +4. Limitations and Disclaimers.
        +
        +     a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
        +
        +     b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
        +
        +     c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
        +
        +     d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. 
        +
      • +
      • +

        Creative Commons Zero v1.0 Universal

        +

        Used by:

        + +
        Creative Commons Legal Code
         
        -## Termination
        +CC0 1.0 Universal
         
        -If you use the software in violation of these terms, such use is not licensed,
        -and your licenses will automatically terminate. If the licensor provides you
        -with a notice of your violation, and you cease all violation of this license no
        -later than 30 days after you receive that notice, your licenses will be
        -reinstated retroactively. However, if you violate these terms after such
        -reinstatement, any additional violation of these terms will cause your licenses
        -to terminate automatically and permanently.
        +    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
        +    LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
        +    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
        +    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
        +    REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
        +    PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
        +    THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
        +    HEREUNDER.
         
        -## No Liability
        +Statement of Purpose
         
        -*As far as the law allows, the software comes as is, without any warranty or
        -condition, and the licensor will not be liable to you for any damages arising
        -out of these terms or the use or nature of the software, under any kind of
        -legal claim.*
        +The laws of most jurisdictions throughout the world automatically confer
        +exclusive Copyright and Related Rights (defined below) upon the creator
        +and subsequent owner(s) (each and all, an "owner") of an original work of
        +authorship and/or a database (each, a "Work").
         
        -## Definitions
        +Certain owners wish to permanently relinquish those rights to a Work for
        +the purpose of contributing to a commons of creative, cultural and
        +scientific works ("Commons") that the public can reliably and without fear
        +of later claims of infringement build upon, modify, incorporate in other
        +works, reuse and redistribute as freely as possible in any form whatsoever
        +and for any purposes, including without limitation commercial purposes.
        +These owners may contribute to the Commons to promote the ideal of a free
        +culture and the further production of creative, cultural and scientific
        +works, or to gain reputation or greater distribution for their Work in
        +part through the use and efforts of others.
         
        -The **licensor** is the entity offering these terms, and the **software** is the
        -software the licensor makes available under these terms, including any portion
        -of it.
        +For these and/or other purposes and motivations, and without any
        +expectation of additional consideration or compensation, the person
        +associating CC0 with a Work (the "Affirmer"), to the extent that he or she
        +is an owner of Copyright and Related Rights in the Work, voluntarily
        +elects to apply CC0 to the Work and publicly distribute the Work under its
        +terms, with knowledge of his or her Copyright and Related Rights in the
        +Work and the meaning and intended legal effect of CC0 on those rights.
         
        -**you** refers to the individual or entity agreeing to these terms.
        +1. Copyright and Related Rights. A Work made available under CC0 may be
        +protected by copyright and related or neighboring rights ("Copyright and
        +Related Rights"). Copyright and Related Rights include, but are not
        +limited to, the following:
         
        -**your company** is any legal entity, sole proprietorship, or other kind of
        -organization that you work for, plus all organizations that have control over,
        -are under the control of, or are under common control with that
        -organization. **control** means ownership of substantially all the assets of an
        -entity, or the power to direct its management and policies by vote, contract, or
        -otherwise. Control can be direct or indirect.
        +  i. the right to reproduce, adapt, distribute, perform, display,
        +     communicate, and translate a Work;
        + ii. moral rights retained by the original author(s) and/or performer(s);
        +iii. publicity and privacy rights pertaining to a person's image or
        +     likeness depicted in a Work;
        + iv. rights protecting against unfair competition in regards to a Work,
        +     subject to the limitations in paragraph 4(a), below;
        +  v. rights protecting the extraction, dissemination, use and reuse of data
        +     in a Work;
        + vi. database rights (such as those arising under Directive 96/9/EC of the
        +     European Parliament and of the Council of 11 March 1996 on the legal
        +     protection of databases, and under any national implementation
        +     thereof, including any amended or successor version of such
        +     directive); and
        +vii. other similar, equivalent or corresponding rights throughout the
        +     world based on applicable law or treaty, and any national
        +     implementations thereof.
         
        -**your licenses** are all the licenses granted to you for the software under
        -these terms.
        +2. Waiver. To the greatest extent permitted by, but not in contravention
        +of, applicable law, Affirmer hereby overtly, fully, permanently,
        +irrevocably and unconditionally waives, abandons, and surrenders all of
        +Affirmer's Copyright and Related Rights and associated claims and causes
        +of action, whether now known or unknown (including existing as well as
        +future claims and causes of action), in the Work (i) in all territories
        +worldwide, (ii) for the maximum duration provided by applicable law or
        +treaty (including future time extensions), (iii) in any current or future
        +medium and for any number of copies, and (iv) for any purpose whatsoever,
        +including without limitation commercial, advertising or promotional
        +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
        +member of the public at large and to the detriment of Affirmer's heirs and
        +successors, fully intending that such Waiver shall not be subject to
        +revocation, rescission, cancellation, termination, or any other legal or
        +equitable action to disrupt the quiet enjoyment of the Work by the public
        +as contemplated by Affirmer's express Statement of Purpose.
         
        -**use** means anything you do with the software requiring one of your licenses.
        +3. Public License Fallback. Should any part of the Waiver for any reason
        +be judged legally invalid or ineffective under applicable law, then the
        +Waiver shall be preserved to the maximum extent permitted taking into
        +account Affirmer's express Statement of Purpose. In addition, to the
        +extent the Waiver is so judged Affirmer hereby grants to each affected
        +person a royalty-free, non transferable, non sublicensable, non exclusive,
        +irrevocable and unconditional license to exercise Affirmer's Copyright and
        +Related Rights in the Work (i) in all territories worldwide, (ii) for the
        +maximum duration provided by applicable law or treaty (including future
        +time extensions), (iii) in any current or future medium and for any number
        +of copies, and (iv) for any purpose whatsoever, including without
        +limitation commercial, advertising or promotional purposes (the
        +"License"). The License shall be deemed effective as of the date CC0 was
        +applied by Affirmer to the Work. Should any part of the License for any
        +reason be judged legally invalid or ineffective under applicable law, such
        +partial invalidity or ineffectiveness shall not invalidate the remainder
        +of the License, and in such case Affirmer hereby affirms that he or she
        +will not (i) exercise any of his or her remaining Copyright and Related
        +Rights in the Work or (ii) assert any associated claims and causes of
        +action with respect to the Work, in either case contrary to Affirmer's
        +express Statement of Purpose.
         
        -**trademark** means trademarks, service marks, and similar rights.
        +4. Limitations and Disclaimers.
         
        ---------------------------------------------------------------------------------
        + a. No trademark or patent rights held by Affirmer are waived, abandoned,
        +    surrendered, licensed or otherwise affected by this document.
        + b. Affirmer offers the Work as-is and makes no representations or
        +    warranties of any kind concerning the Work, express, implied,
        +    statutory or otherwise, including without limitation warranties of
        +    title, merchantability, fitness for a particular purpose, non
        +    infringement, or the absence of latent or other defects, accuracy, or
        +    the present or absence of errors, whether or not discoverable, all to
        +    the greatest extent permissible under applicable law.
        + c. Affirmer disclaims responsibility for clearing rights of other persons
        +    that may apply to the Work or any use thereof, including without
        +    limitation any person's Copyright and Related Rights in the Work.
        +    Further, Affirmer disclaims responsibility for obtaining any necessary
        +    consents, permissions or other rights required for any use of the
        +    Work.
        + d. Affirmer understands and acknowledges that Creative Commons is not a
        +    party to this document and has no duty or obligation with respect to
        +    this CC0 or use of the Work.
         
      • Elastic License 2.0

        Used by:

        Copyright 2021 Apollo Graph, Inc.
         
        -Source code in this repository is covered by (i) the Elastic License 2.0 or (ii) an MIT compatible license, in each case, as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a licensing file in a subdirectory specifies another license.
        -
        ---------------------------------------------------------------------------------
        -
         Elastic License 2.0
         
         ## Acceptance
        @@ -13104,775 +12262,395 @@ 

        Used by:

        ## No Liability -*As far as the law allows, the software comes as is, without any warranty or -condition, and the licensor will not be liable to you for any damages arising -out of these terms or the use or nature of the software, under any kind of -legal claim.* - -## Definitions - -The **licensor** is the entity offering these terms, and the **software** is the -software the licensor makes available under these terms, including any portion -of it. - -**you** refers to the individual or entity agreeing to these terms. - -**your company** is any legal entity, sole proprietorship, or other kind of -organization that you work for, plus all organizations that have control over, -are under the control of, or are under common control with that -organization. **control** means ownership of substantially all the assets of an -entity, or the power to direct its management and policies by vote, contract, or -otherwise. Control can be direct or indirect. - -**your licenses** are all the licenses granted to you for the software under -these terms. - -**use** means anything you do with the software requiring one of your licenses. - -**trademark** means trademarks, service marks, and similar rights. - ---------------------------------------------------------------------------------
        -
      • -
      • -

        ISC License

        -

        Used by:

        - -
           Copyright 2015-2016 Brian Smith.
        -
        -   Permission to use, copy, modify, and/or distribute this software for any
        -   purpose with or without fee is hereby granted, provided that the above
        -   copyright notice and this permission notice appear in all copies.
        -
        -   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
        -   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        -   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
        -   SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        -   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
        -   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
        -   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        -
      • -
      • -

        ISC License

        -

        Used by:

        - -
        /* Copyright (c) 2015, Google Inc.
        - *
        - * Permission to use, copy, modify, and/or distribute this software for any
        - * purpose with or without fee is hereby granted, provided that the above
        - * copyright notice and this permission notice appear in all copies.
        - *
        - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
        - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
        - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
        - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
        -
        -
      • -
      • -

        ISC License

        -

        Used by:

        - -
        // Copyright 2015-2016 Brian Smith.
        -//
        -// Permission to use, copy, modify, and/or distribute this software for any
        -// purpose with or without fee is hereby granted, provided that the above
        -// copyright notice and this permission notice appear in all copies.
        -//
        -// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
        -// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        -// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
        -// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        -// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
        -// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
        -// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        -
        -
      • -
      • -

        ISC License

        -

        Used by:

        - -
        Copyright (c) 2017 Adam Wick
        -
        -Permission to use, copy, modify, and/or distribute this software for any purpose
        -with or without fee is hereby granted, provided that the above copyright notice
        -and this permission notice appear in all copies.
        +*As far as the law allows, the software comes as is, without any warranty or
        +condition, and the licensor will not be liable to you for any damages arising
        +out of these terms or the use or nature of the software, under any kind of
        +legal claim.*
         
        -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
        -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
        -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
        -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
        -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
        -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
        -THIS SOFTWARE.
        -
        -
      • -
      • -

        ISC License

        -

        Used by:

        - -
        Copyright (c) Hanno Braun and contributors
        +## Definitions
         
        -Permission to use, copy, modify, and/or distribute this software for any purpose
        -with or without fee is hereby granted, provided that the above copyright notice
        -and this permission notice appear in all copies.
        +The **licensor** is the entity offering these terms, and the **software** is the
        +software the licensor makes available under these terms, including any portion
        +of it.
         
        -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
        -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
        -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
        -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
        -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
        -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
        -THIS SOFTWARE.
        -
      • -
      • -

        ISC License

        -

        Used by:

        - -
        Copyright (c) Hanno Braun and contributors
        +**you** refers to the individual or entity agreeing to these terms.
         
        -Permission to use, copy, modify, and/or distribute this software for any purpose
        -with or without fee is hereby granted, provided that the above copyright notice
        -and this permission notice appear in all copies.
        +**your company** is any legal entity, sole proprietorship, or other kind of
        +organization that you work for, plus all organizations that have control over,
        +are under the control of, or are under common control with that
        +organization. **control** means ownership of substantially all the assets of an
        +entity, or the power to direct its management and policies by vote, contract, or
        +otherwise. Control can be direct or indirect.
         
        -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
        -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
        -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
        -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
        -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
        -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
        -THIS SOFTWARE.
        -
        -
      • -
      • -

        ISC License

        -

        Used by:

        - -
        ISC License:
        +**your licenses** are all the licenses granted to you for the software under
        +these terms.
         
        -Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
        -Copyright (c) 1995-2003 by Internet Software Consortium
        +**use** means anything you do with the software requiring one of your licenses.
         
        -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
        +**trademark** means trademarks, service marks, and similar rights.
         
        -THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        // Copyright (c) 2019 Nuclear Furnace
        -//
        -// 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:
        -//
        -// The above copyright notice and this permission notice shall be included in all
        -// copies or substantial portions of the Software.
        -//
        -// 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.
        -
        +--------------------------------------------------------------------------------
      • -

        MIT License

        +

        Elastic License 2.0

        Used by:

        -
        Copyright (c) 2014 Alex Crichton
        +                
        Copyright 2021 Apollo Graph, Inc.
         
        -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:
        +Elastic License 2.0
         
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        +## Acceptance
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2014 Carl Lerche and other MIO contributors
        +By using the software, you agree to all of the terms and conditions below.
         
        -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:
        +## Copyright License
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +The licensor grants you a non-exclusive, royalty-free, worldwide,
        +non-sublicensable, non-transferable license to use, copy, distribute, make
        +available, and prepare derivative works of the software, in each case subject to
        +the limitations and conditions below.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2014-2019 Geoffroy Couprie
        +## Limitations
         
        -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:
        +You may not provide the software to third parties as a hosted or managed
        +service, where the service provides users with access to any substantial set of
        +the features or functionality of the software.
         
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        +You may not move, change, disable, or circumvent the license key functionality
        +in the software, and you may not remove or obscure any functionality in the
        +software that is protected by the license key.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2014-2019 Sean McArthur
        +You may not alter, remove, or obscure any licensing, copyright, or other notices
        +of the licensor in the software. Any use of the licensor’s trademarks is subject
        +to applicable law.
         
        -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:
        +## Patents
        +
        +The licensor grants you a license, under any patent claims the licensor can
        +license, or becomes able to license, to make, have made, use, sell, offer for
        +sale, import and have imported the software, in each case subject to the
        +limitations and conditions in this license. This license does not cover any
        +patent claims that you cause to be infringed by modifications or additions to
        +the software. If you or your company make any written claim that the software
        +infringes or contributes to infringement of any patent, your patent license for
        +the software granted under these terms ends immediately. If your company makes
        +such a claim, your patent license ends immediately for work on behalf of your
        +company.
        +
        +## Notices
        +
        +You must ensure that anyone who gets a copy of any part of the software from you
        +also gets a copy of these terms.
        +
        +If you modify the software, you must include in any modified copies of the
        +software prominent notices stating that you have modified the software.
        +
        +## No Other Rights
        +
        +These terms do not imply any licenses other than those expressly granted in
        +these terms.
        +
        +## Termination
        +
        +If you use the software in violation of these terms, such use is not licensed,
        +and your licenses will automatically terminate. If the licensor provides you
        +with a notice of your violation, and you cease all violation of this license no
        +later than 30 days after you receive that notice, your licenses will be
        +reinstated retroactively. However, if you violate these terms after such
        +reinstatement, any additional violation of these terms will cause your licenses
        +to terminate automatically and permanently.
        +
        +## No Liability
        +
        +*As far as the law allows, the software comes as is, without any warranty or
        +condition, and the licensor will not be liable to you for any damages arising
        +out of these terms or the use or nature of the software, under any kind of
        +legal claim.*
        +
        +## Definitions
        +
        +The **licensor** is the entity offering these terms, and the **software** is the
        +software the licensor makes available under these terms, including any portion
        +of it.
        +
        +**you** refers to the individual or entity agreeing to these terms.
        +
        +**your company** is any legal entity, sole proprietorship, or other kind of
        +organization that you work for, plus all organizations that have control over,
        +are under the control of, or are under common control with that
        +organization. **control** means ownership of substantially all the assets of an
        +entity, or the power to direct its management and policies by vote, contract, or
        +otherwise. Control can be direct or indirect.
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +**your licenses** are all the licenses granted to you for the software under
        +these terms.
         
        -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.
        +**use** means anything you do with the software requiring one of your licenses.
        +
        +**trademark** means trademarks, service marks, and similar rights.
         
        +--------------------------------------------------------------------------------
         
      • -

        MIT License

        +

        Elastic License 2.0

        Used by:

        -
        Copyright (c) 2014-2020 Optimal Computing (NZ) Ltd
        +                
        Copyright 2021 Apollo Graph, Inc.
         
        -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:
        +Source code in this repository is covered by (i) the Elastic License 2.0 or (ii) an MIT compatible license, in each case, as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a licensing file in a subdirectory specifies another license.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +--------------------------------------------------------------------------------
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2014-2021 Sean McArthur
        +Elastic License 2.0
         
        -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:
        +## Acceptance
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +By using the software, you agree to all of the terms and conditions below.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2015 Igor Shaula
        +## Copyright License
         
        -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:
        +The licensor grants you a non-exclusive, royalty-free, worldwide,
        +non-sublicensable, non-transferable license to use, copy, distribute, make
        +available, and prepare derivative works of the software, in each case subject to
        +the limitations and conditions below.
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +## Limitations
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2015 Jan-Erik Rediger, Hendrik Sollich
        +You may not provide the software to third parties as a hosted or managed
        +service, where the service provides users with access to any substantial set of
        +the features or functionality of the software.
         
        -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:
        +You may not move, change, disable, or circumvent the license key functionality
        +in the software, and you may not remove or obscure any functionality in the
        +software that is protected by the license key.
         
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        +You may not alter, remove, or obscure any licensing, copyright, or other notices
        +of the licensor in the software. Any use of the licensor’s trademarks is subject
        +to applicable law.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2015 Jonathan Reem
        +## Patents
         
        -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:
        +The licensor grants you a license, under any patent claims the licensor can
        +license, or becomes able to license, to make, have made, use, sell, offer for
        +sale, import and have imported the software, in each case subject to the
        +limitations and conditions in this license. This license does not cover any
        +patent claims that you cause to be infringed by modifications or additions to
        +the software. If you or your company make any written claim that the software
        +infringes or contributes to infringement of any patent, your patent license for
        +the software granted under these terms ends immediately. If your company makes
        +such a claim, your patent license ends immediately for work on behalf of your
        +company.
         
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        +## Notices
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2015 fangyuanziti
        +You must ensure that anyone who gets a copy of any part of the software from you
        +also gets a copy of these terms.
         
        -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:
        +If you modify the software, you must include in any modified copies of the
        +software prominent notices stating that you have modified the software.
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +## No Other Rights
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2015 steffengy
        +These terms do not imply any licenses other than those expressly granted in
        +these terms.
         
        -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:
        +## Termination
         
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +If you use the software in violation of these terms, such use is not licensed,
        +and your licenses will automatically terminate. If the licensor provides you
        +with a notice of your violation, and you cease all violation of this license no
        +later than 30 days after you receive that notice, your licenses will be
        +reinstated retroactively. However, if you violate these terms after such
        +reinstatement, any additional violation of these terms will cause your licenses
        +to terminate automatically and permanently.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2015-2016 the fiat-crypto authors (see
        -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
        +## No Liability
         
        -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:
        +*As far as the law allows, the software comes as is, without any warranty or
        +condition, and the licensor will not be liable to you for any damages arising
        +out of these terms or the use or nature of the software, under any kind of
        +legal claim.*
        +
        +## Definitions
        +
        +The **licensor** is the entity offering these terms, and the **software** is the
        +software the licensor makes available under these terms, including any portion
        +of it.
        +
        +**you** refers to the individual or entity agreeing to these terms.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +**your company** is any legal entity, sole proprietorship, or other kind of
        +organization that you work for, plus all organizations that have control over,
        +are under the control of, or are under common control with that
        +organization. **control** means ownership of substantially all the assets of an
        +entity, or the power to direct its management and policies by vote, contract, or
        +otherwise. Control can be direct or indirect.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2015-2019 Doug Tangren
        +**your licenses** are all the licenses granted to you for the software under
        +these terms.
         
        -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:
        +**use** means anything you do with the software requiring one of your licenses.
         
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        +**trademark** means trademarks, service marks, and similar rights.
         
        -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.
        -
        +--------------------------------------------------------------------------------
      • -

        MIT License

        +

        ISC License

        Used by:

        -
        Copyright (c) 2015-2020 Doug Tangren
        -
        -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:
        +                
           Copyright 2015-2016 Brian Smith.
         
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        +   Permission to use, copy, modify, and/or distribute this software for any
        +   purpose with or without fee is hereby granted, provided that the above
        +   copyright notice and this permission notice appear in all copies.
         
        -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.
        + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      • -

        MIT License

        +

        ISC License

        Used by:

        -
        Copyright (c) 2016 Anatoly Ikorsky
        -
        -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:
        -
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        -
        -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.
        -
        +                
        /* Copyright (c) 2015, Google Inc.
        + *
        + * Permission to use, copy, modify, and/or distribute this software for any
        + * purpose with or without fee is hereby granted, provided that the above
        + * copyright notice and this permission notice appear in all copies.
        + *
        + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
        + * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
        + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
        + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
         
      • -

        MIT License

        +

        ISC License

        Used by:

        -
        Copyright (c) 2016 William Orr <will@worrbase.com>
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        -
        -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.
        +                
        // Copyright 2015-2016 Brian Smith.
        +//
        +// Permission to use, copy, modify, and/or distribute this software for any
        +// purpose with or without fee is hereby granted, provided that the above
        +// copyright notice and this permission notice appear in all copies.
        +//
        +// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
        +// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        +// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
        +// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        +// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
        +// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
        +// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
         
      • -

        MIT License

        +

        ISC License

        Used by:

        -
        Copyright (c) 2017 Daniel Abramov
        -Copyright (c) 2017 Alexey Galakhov
        -
        -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:
        +                
        Copyright (c) 2017 Adam Wick
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +Permission to use, copy, modify, and/or distribute this software for any purpose
        +with or without fee is hereby granted, provided that the above copyright notice
        +and this permission notice appear in all copies.
         
        -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.
        +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
        +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
        +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
        +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
        +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
        +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
        +THIS SOFTWARE.
         
      • -

        MIT License

        +

        ISC License

        Used by:

        -
        Copyright (c) 2017 Doug Tangren
        -
        -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:
        +                
        Copyright (c) Hanno Braun and contributors
         
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        +Permission to use, copy, modify, and/or distribute this software for any purpose
        +with or without fee is hereby granted, provided that the above copyright notice
        +and this permission notice appear in all copies.
         
        -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.
        -
        +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE.
      • -

        MIT License

        +

        ISC License

        Used by:

        -
        Copyright (c) 2017 Gilad Naaman
        -
        -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:
        +                
        Copyright (c) Hanno Braun and contributors
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +Permission to use, copy, modify, and/or distribute this software for any purpose
        +with or without fee is hereby granted, provided that the above copyright notice
        +and this permission notice appear in all copies.
         
        -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.
        +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. +
      • -

        MIT License

        +

        ISC License

        Used by:

        -
        Copyright (c) 2017 Redox OS Developers
        -
        -MIT License
        +                
        ISC License:
         
        -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:
        +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
        +Copyright (c) 1995-2003 by Internet Software Consortium
         
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
         
        -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.
        +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
         
      • MIT License

        Used by:

        -
        Copyright (c) 2017 h2 authors
        +                
        Copyright (c) 2014 Alex Crichton
         
         Permission is hereby granted, free of charge, to any
         person obtaining a copy of this software and associated
        @@ -13903,9 +12681,36 @@ 

        Used by:

        MIT License

        Used by:

        -
        Copyright (c) 2017-2019 Geoffroy Couprie
        +                
        Copyright (c) 2014 Carl Lerche and other MIO contributors
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
        +
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        Copyright (c) 2014-2019 Geoffroy Couprie
         
         Permission is hereby granted, free of charge, to any person obtaining
         a copy of this software and associated documentation files (the
        @@ -13931,43 +12736,10 @@ 

        Used by:

        MIT License

        Used by:

        -
        Copyright (c) 2018 Carl Lerche
        -
        -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:
        -
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        -
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2018 Sean McArthur
        -Copyright (c) 2016 Alex Crichton
        +                
        Copyright (c) 2014-2019 Sean McArthur
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -13993,9 +12765,36 @@ 

        Used by:

        MIT License

        Used by:

        -
        Copyright (c) 2018-2019 Sean McArthur
        +                
        Copyright (c) 2014-2020 Optimal Computing (NZ) Ltd
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
        +
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        Copyright (c) 2014-2021 Sean McArthur
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14014,109 +12813,71 @@ 

        Used by:

        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. - -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2019 Axum Contributors
        -
        -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:
        -
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        -
        -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.
         
      • MIT License

        Used by:

        -
        Copyright (c) 2019 Carl Lerche
        +                
        Copyright (c) 2015 Igor Shaula
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        Copyright (c) 2019 Carl Lerche
        -
        -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:
        +                
        Copyright (c) 2015 Jan-Erik Rediger, Hendrik Sollich
         
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        +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:
         
        -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.
        +The above copyright notice and this permission notice shall be
        +included in all copies or substantial portions of the Software.
         
        -Copyright (c) 2018 David Tolnay
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        Copyright (c) 2015 Jonathan Reem
         
         Permission is hereby granted, free of charge, to any
         person obtaining a copy of this software and associated
        @@ -14147,24 +12908,9 @@ 

        Used by:

        MIT License

        Used by:

        -
        Copyright (c) 2019 David Pedersen
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        -
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2019 Eliza Weisman
        +                
        Copyright (c) 2015 fangyuanziti
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14189,9 +12935,26 @@ 

        Used by:

        MIT License

        Used by:

        -
        Copyright (c) 2019 Eliza Weisman
        +                
        Copyright (c) 2015 steffengy
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        Copyright (c) 2015-2016 the fiat-crypto authors (see
        +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14216,10 +12979,36 @@ 

        Used by:

        MIT License

        Used by:

        -
        Copyright (c) 2019 Hyper Contributors
        +                
        Copyright (c) 2015-2020 Doug Tangren
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be
        +included in all copies or substantial portions of the Software.
        +
        +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.
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        Copyright (c) 2016 Anatoly Ikorsky
         
         Permission is hereby granted, free of charge, to any
         person obtaining a copy of this software and associated
        @@ -14244,15 +13033,17 @@ 

        Used by:

        OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +
      • MIT License

        Used by:

        -
        Copyright (c) 2019 Stepan Koltsov
        +                
        Copyright (c) 2016 William Orr <will@worrbase.com>
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14264,129 +13055,78 @@ 

        Used by:

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -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.
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright (c) 2019 Tokio Contributors
        -
        -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:
        -
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        -
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        Copyright (c) 2019 Tower Contributors
        +                
        Copyright (c) 2017 Daniel Abramov
        +Copyright (c) 2017 Alexey Galakhov
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        Copyright (c) 2019-2021 Tower Contributors
        +                
        Copyright (c) 2017 Doug Tangren
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        +The above copyright notice and this permission notice shall be
        +included in all copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        Copyright (c) 2020 Lucio Franco
        +                
        Copyright (c) 2017 Gilad Naaman
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14395,26 +13135,55 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        Copyright (c) 2017 Redox OS Developers
        +
        +MIT License
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be
        +included in all copies or substantial portions of the Software.
        +
        +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.
         
      • MIT License

        Used by:

        -
        Copyright (c) 2023 Tokio Contributors
        +                
        Copyright (c) 2017 h2 authors
         
         Permission is hereby granted, free of charge, to any
         person obtaining a copy of this software and associated
        @@ -14445,57 +13214,71 @@ 

        Used by:

        MIT License

        Used by:

        -
        Copyright 2021 Alec Embke
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        -
        -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.
        -
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        Copyright 2021 Axum Contributors
        +                
        Copyright (c) 2017-2019 Geoffroy Couprie
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +The above copyright notice and this permission notice shall be
        +included in all copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        Copyright 2023 Alec Embke
        +                
        Copyright (c) 2018 Carl Lerche
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2016 Jerome Froelich
        +                
        Copyright (c) 2018 Sean McArthur
        +Copyright (c) 2016 Alex Crichton
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14504,56 +13287,26 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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.
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        MIT License
        -
        -Copyright (c) 2016 fengcen
        -Copyright (c) 2019 svartalf
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        +THE SOFTWARE.
         
        -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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2017 Evgeny Safronov
        +                
        Copyright (c) 2018-2019 Sean McArthur
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14562,175 +13315,167 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        MIT License
        -
        -Copyright (c) 2017 Ted Driggs
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        +THE SOFTWARE.
         
        -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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2018 Canop
        +                
        Copyright (c) 2019 Axum Contributors
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2019 Acrimon
        +                
        Copyright (c) 2019 Carl Lerche
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        +                
        Copyright (c) 2019 Carl Lerche
         
        -Copyright (c) 2019 Bojan
        +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:
         
        -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:
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +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.
         
        -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.
        +Copyright (c) 2018 David Tolnay
        +
        +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:
        +
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
        +
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2019 Graham Esau
        +                
        Copyright (c) 2019 David Pedersen
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2019 Hannes Karppila
        +                
        Copyright (c) 2019 Eliza Weisman
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14739,29 +13484,25 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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.
        +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2019 Peter Glotfelty
        +                
        Copyright (c) 2019 Eliza Weisman
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14786,41 +13527,42 @@ 

        Used by:

        MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2019 Yoshua Wuyts
        -Copyright (c) Tokio Contributors
        +                
        Copyright (c) 2019 Hyper Contributors
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2019 brunoczim
        +                
        Copyright (c) 2019 Stepan Koltsov
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14832,111 +13574,129 @@ 

        Used by:

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -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. -
        +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.
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2020 Rousan Ali
        +                
        Copyright (c) 2019 Tokio Contributors
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2021 MarcusGrass
        -
        -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:
        +                
        Copyright (c) 2019 Tower Contributors
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +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:
         
        -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.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
        +
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2021 the Deno authors
        +                
        Copyright (c) 2019-2021 Tower Contributors
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2021-2022 Joshua Barretto 
        +                
        Copyright (c) 2020 Lucio Franco
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14945,56 +13705,88 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) 2022 Ibraheem Ahmed
        +                
        Copyright (c) 2023 Tokio Contributors
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        MIT License
        +                
        Copyright (c) 2023 Tokio Contributors
         
        -Copyright (c) 2022 Nugine
        +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:
        +
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
        +
        +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.
        +
        +The MIT License (MIT)
        +
        +Copyright (c) 2019 Yoshua Wuyts
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15012,64 +13804,32 @@ 

        Used by:

        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.
        +SOFTWARE. +
      • MIT License

        Used by:

        -
        MIT License
        +                
        Copyright 2021 Alec Embke
         
        -Copyright (c) 2022 picoHz
        +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:
         
        -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:
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +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.
         
        -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.
         
      • MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) <year> <copyright holders>
        +                
        Copyright 2021 Axum Contributors
         
         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:
         
        @@ -15082,40 +13842,26 @@ 

        Used by:

        MIT License

        Used by:

        -
        MIT License
        -
        -Copyright (c) Tokio Contributors
        +                
        Copyright 2023 Alec Embke
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        MIT License
         
        -Copyright (c) [2019] [Changseok Han]
        +Copyright (c) 2016 Jerome Froelich
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15139,11 +13885,12 @@ 

        Used by:

        MIT License

        Used by:

        MIT License
         
        -Copyright (c) [2021] [Boris Zhguchev]
        +Copyright (c) 2016 fengcen
        +Copyright (c) 2019 svartalf
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15160,122 +13907,77 @@ 

        Used by:

        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.
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        MIT License
        -
        -Copyright (c) 2019 Daniel Augusto Rizzi Salvadori
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        -
        -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.
        +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +
      • MIT License

        Used by:

        -
        MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2017 Felix Köpge
        +Copyright (c) 2017 Evgeny Safronov
         
        -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:
        +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:
         
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        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:
        +                
        MIT License
         
        -The above copyright notice and this permission notice
        -shall be included in all copies or substantial portions
        -of the Software.
        +Copyright (c) 2018 Canop
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        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:
        +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:
         
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -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.
        +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.
         
      • MIT License

        Used by:

        -
        The MIT License
        +                
        MIT License
         
        -Copyright 2015 Google Inc. All rights reserved.
        +Copyright (c) 2019 Acrimon
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15284,27 +13986,27 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
      • MIT License

        Used by:

        -
        The MIT License
        +                
        MIT License
         
        -Copyright 2015 The Fancy Regex Authors.
        +Copyright (c) 2019 Bojan
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15313,29 +14015,28 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2014 Benjamin Sago
        -Copyright (c) 2021-2022 The Nushell Project Developers
        +Copyright (c) 2019 Graham Esau
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15360,12 +14061,11 @@ 

        Used by:

        MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2014 Mathijs van de Nes
        +Copyright (c) 2019 Hannes Karppila
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15389,11 +14089,14 @@ 

        Used by:

        MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2014 Mathijs van de Nes
        +Copyright (c) 2019 Peter Glotfelty
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15418,14 +14121,11 @@ 

        Used by:

        MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2014 Ning Sun
        +Copyright (c) 2019 brunoczim
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15444,24 +14144,17 @@ 

        Used by:

        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. -
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2015 Andrew Gallant
        +Copyright (c) 2020 Rousan Ali
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15470,27 +14163,27 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2015 Austin Bonander
        +Copyright (c) 2021 MarcusGrass
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15509,21 +14202,17 @@ 

        Used by:

        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. -
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2015 Danny Guo
        -Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
        -Copyright (c) 2018 Akash Kurdekar
        +Copyright (c) 2021 the Deno authors
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15548,11 +14237,11 @@ 

        Used by:

        MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2015 Gerd Zellweger
        +Copyright (c) 2021-2022 Joshua Barretto 
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15561,26 +14250,27 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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.
        +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2015 Siyu Wang
        +Copyright (c) 2022 Ibraheem Ahmed
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15599,18 +14289,17 @@ 

        Used by:

        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. -
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2015 Vincent Prouillet
        +Copyright (c) 2022 Nugine
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15628,19 +14317,17 @@ 

        Used by:

        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. -
        +SOFTWARE.
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2015-2020 Julien Cretin
        -Copyright (c) 2017-2020 Google Inc.
        +Copyright (c) 2022 picoHz
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15665,42 +14352,45 @@ 

        Used by:

        MIT License

        Used by:

        -
        The MIT License (MIT)
        -
        -Copyright (c) 2016 Google Inc. (lewinb@google.com) -- though not an official
        -Google product or in any way related!
        -Copyright (c) 2018-2020 Lewin Bormann (lbo@spheniscida.de)
        -
        -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:
        +                
        MIT License
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +Copyright (c) <year> <copyright holders>
         
        -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.
        +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:
        +
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +
        +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.
         
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2016 Jelte Fennema
        +Copyright (c) [2019] [Changseok Han]
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15718,18 +14408,17 @@ 

        Used by:

        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. -
        +SOFTWARE.
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        MIT License
         
        -Copyright (c) 2016 Jonathan Creekmore
        +Copyright (c) [2021] [Boris Zhguchev]
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15747,19 +14436,120 @@ 

        Used by:

        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. +SOFTWARE.
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        MIT License
        +
        +Copyright (c) 2019 Daniel Augusto Rizzi Salvadori
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
        +
        +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.
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        MIT License (MIT)
        +
        +Copyright (c) 2017 Felix Köpge
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +
        +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.
         
      • MIT License

        Used by:

        -
        The MIT License (MIT)
        +                
        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:
         
        -Copyright (c) 2017 Andrew Gallant
        +The above copyright notice and this permission notice
        +shall be included in all copies or substantial portions
        +of the Software.
        +
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        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:
        +
        +The above copyright notice and this permission notice shall be
        +included in all copies or substantial portions of the Software.
        +
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License
        +
        +Copyright 2015 The Fancy Regex Authors.
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15784,13 +14574,13 @@ 

        Used by:

        MIT License

        Used by:

        The MIT License (MIT)
         
        -Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
        +Copyright (c) 2014 Benjamin Sago
        +Copyright (c) 2021-2022 The Nushell Project Developers
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15809,18 +14599,18 @@ 

        Used by:

        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. -
      • MIT License

        Used by:

        The MIT License (MIT)
         
        -Copyright (c) 2017 Jose Narvaez
        +Copyright (c) 2014 Mathijs van de Nes
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15838,21 +14628,17 @@ 

        Used by:

        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. - -
        +SOFTWARE.
      • MIT License

        Used by:

        The MIT License (MIT)
         
        -Copyright (c) 2018 pyros2097
        +Copyright (c) 2014 Mathijs van de Nes
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15871,18 +14657,18 @@ 

        Used by:

        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. -
      • MIT License

        Used by:

        The MIT License (MIT)
         
        -Copyright (c) 2020 Benjamin Coenen
        +Copyright (c) 2014 Ning Sun
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -15891,89 +14677,17 @@ 

        Used by:

        copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -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.
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        -Copyright (c) 2016 Alexandre Bury
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        -
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        -
        -Copyright (c) 2015 Bartłomiej Kamiński
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        -
        -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.
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        -
        -Copyright (c) 2015 Markus Westerlind
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        -
        -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.
        -
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
        +
        +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.
        +
         
      • @@ -15981,24 +14695,16 @@

        MIT License

        Used by:

        -
        This project is dual-licensed under the Unlicense and MIT licenses.
        +                
        The MIT License (MIT)
         
        -You may use this code under the terms of either license.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        © 2016 Bertram Truong
        -© 2021 Kornel Lesiński
        +Copyright (c) 2015 Andrew Gallant
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -16020,433 +14726,579 @@ 

        Used by:

      • -

        Mozilla Public License 2.0

        +

        MIT License

        Used by:

        -
        Mozilla Public License Version 2.0
        -==================================
        -
        -### 1. Definitions
        -
        -**1.1. “Contributor”**
        -    means each individual or legal entity that creates, contributes to
        -    the creation of, or owns Covered Software.
        -
        -**1.2. “Contributor Version”**
        -    means the combination of the Contributions of others (if any) used
        -    by a Contributor and that particular Contributor's Contribution.
        -
        -**1.3. “Contribution”**
        -    means Covered Software of a particular Contributor.
        -
        -**1.4. “Covered Software”**
        -    means Source Code Form to which the initial Contributor has attached
        -    the notice in Exhibit A, the Executable Form of such Source Code
        -    Form, and Modifications of such Source Code Form, in each case
        -    including portions thereof.
        -
        -**1.5. “Incompatible With Secondary Licenses”**
        -    means
        -
        -* **(a)** that the initial Contributor has attached the notice described
        -    in Exhibit B to the Covered Software; or
        -* **(b)** that the Covered Software was made available under the terms of
        -    version 1.1 or earlier of the License, but not also under the
        -    terms of a Secondary License.
        -
        -**1.6. “Executable Form”**
        -    means any form of the work other than Source Code Form.
        -
        -**1.7. “Larger Work”**
        -    means a work that combines Covered Software with other material, in
        -    a separate file or files, that is not Covered Software.
        -
        -**1.8. “License”**
        -    means this document.
        -
        -**1.9. “Licensable”**
        -    means having the right to grant, to the maximum extent possible,
        -    whether at the time of the initial grant or subsequently, any and
        -    all of the rights conveyed by this License.
        -
        -**1.10. “Modifications”**
        -    means any of the following:
        -
        -* **(a)** any file in Source Code Form that results from an addition to,
        -    deletion from, or modification of the contents of Covered
        -    Software; or
        -* **(b)** any new file in Source Code Form that contains any Covered
        -    Software.
        -
        -**1.11. “Patent Claims” of a Contributor**
        -    means any patent claim(s), including without limitation, method,
        -    process, and apparatus claims, in any patent Licensable by such
        -    Contributor that would be infringed, but for the grant of the
        -    License, by the making, using, selling, offering for sale, having
        -    made, import, or transfer of either its Contributions or its
        -    Contributor Version.
        -
        -**1.12. “Secondary License”**
        -    means either the GNU General Public License, Version 2.0, the GNU
        -    Lesser General Public License, Version 2.1, the GNU Affero General
        -    Public License, Version 3.0, or any later versions of those
        -    licenses.
        -
        -**1.13. “Source Code Form”**
        -    means the form of the work preferred for making modifications.
        -
        -**1.14. “You” (or “Your”)**
        -    means an individual or a legal entity exercising rights under this
        -    License. For legal entities, “You” includes any entity that
        -    controls, is controlled by, or is under common control with You. For
        -    purposes of this definition, “control” means **(a)** the power, direct
        -    or indirect, to cause the direction or management of such entity,
        -    whether by contract or otherwise, or **(b)** ownership of more than
        -    fifty percent (50%) of the outstanding shares or beneficial
        -    ownership of such entity.
        -
        -
        -### 2. License Grants and Conditions
        -
        -#### 2.1. Grants
        -
        -Each Contributor hereby grants You a world-wide, royalty-free,
        -non-exclusive license:
        -
        -* **(a)** under intellectual property rights (other than patent or trademark)
        -    Licensable by such Contributor to use, reproduce, make available,
        -    modify, display, perform, distribute, and otherwise exploit its
        -    Contributions, either on an unmodified basis, with Modifications, or
        -    as part of a Larger Work; and
        -* **(b)** under Patent Claims of such Contributor to make, use, sell, offer
        -    for sale, have made, import, and otherwise transfer either its
        -    Contributions or its Contributor Version.
        -
        -#### 2.2. Effective Date
        -
        -The licenses granted in Section 2.1 with respect to any Contribution
        -become effective for each Contribution on the date the Contributor first
        -distributes such Contribution.
        +                
        The MIT License (MIT)
         
        -#### 2.3. Limitations on Grant Scope
        +Copyright (c) 2015 Austin Bonander
         
        -The licenses granted in this Section 2 are the only rights granted under
        -this License. No additional rights or licenses will be implied from the
        -distribution or licensing of Covered Software under this License.
        -Notwithstanding Section 2.1(b) above, no patent license is granted by a
        -Contributor:
        +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:
         
        -* **(a)** for any code that a Contributor has removed from Covered Software;
        -    or
        -* **(b)** for infringements caused by: **(i)** Your and any other third party's
        -    modifications of Covered Software, or **(ii)** the combination of its
        -    Contributions with other software (except as part of its Contributor
        -    Version); or
        -* **(c)** under Patent Claims infringed by Covered Software in the absence of
        -    its Contributions.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -This License does not grant any rights in the trademarks, service marks,
        -or logos of any Contributor (except as may be necessary to comply with
        -the notice requirements in Section 3.4).
        +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.
         
        -#### 2.4. Subsequent Licenses
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -No Contributor makes additional grants as a result of Your choice to
        -distribute the Covered Software under a subsequent version of this
        -License (see Section 10.2) or under the terms of a Secondary License (if
        -permitted under the terms of Section 3.3).
        +Copyright (c) 2015 Danny Guo
        +Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
        +Copyright (c) 2018 Akash Kurdekar
         
        -#### 2.5. Representation
        +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:
         
        -Each Contributor represents that the Contributor believes its
        -Contributions are its original creation(s) or it has sufficient rights
        -to grant the rights to its Contributions conveyed by this License.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -#### 2.6. Fair Use
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -This License is not intended to limit any rights You have under
        -applicable copyright doctrines of fair use, fair dealing, or other
        -equivalents.
        +Copyright (c) 2015 Siyu Wang
         
        -#### 2.7. Conditions
        +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:
         
        -Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
        -in Section 2.1.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        +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.
         
        -### 3. Responsibilities
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -#### 3.1. Distribution of Source Form
        +Copyright (c) 2015 Vincent Prouillet
         
        -All distribution of Covered Software in Source Code Form, including any
        -Modifications that You create or to which You contribute, must be under
        -the terms of this License. You must inform recipients that the Source
        -Code Form of the Covered Software is governed by the terms of this
        -License, and how they can obtain a copy of this License. You may not
        -attempt to alter or restrict the recipients' rights in the Source Code
        -Form.
        +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:
         
        -#### 3.2. Distribution of Executable Form
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -If You distribute Covered Software in Executable Form then:
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -* **(a)** such Covered Software must also be made available in Source Code
        -    Form, as described in Section 3.1, and You must inform recipients of
        -    the Executable Form how they can obtain a copy of such Source Code
        -    Form by reasonable means in a timely manner, at a charge no more
        -    than the cost of distribution to the recipient; and
        +Copyright (c) 2015-2020 Julien Cretin
        +Copyright (c) 2017-2020 Google Inc.
         
        -* **(b)** You may distribute such Executable Form under the terms of this
        -    License, or sublicense it under different terms, provided that the
        -    license for the Executable Form does not attempt to limit or alter
        -    the recipients' rights in the Source Code Form under this License.
        +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:
         
        -#### 3.3. Distribution of a Larger Work
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -You may create and distribute a Larger Work under terms of Your choice,
        -provided that You also comply with the requirements of this License for
        -the Covered Software. If the Larger Work is a combination of Covered
        -Software with a work governed by one or more Secondary Licenses, and the
        -Covered Software is not Incompatible With Secondary Licenses, this
        -License permits You to additionally distribute such Covered Software
        -under the terms of such Secondary License(s), so that the recipient of
        -the Larger Work may, at their option, further distribute the Covered
        -Software under the terms of either this License or such Secondary
        -License(s).
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -#### 3.4. Notices
        +Copyright (c) 2016 Google Inc. (lewinb@google.com) -- though not an official
        +Google product or in any way related!
        +Copyright (c) 2018-2020 Lewin Bormann (lbo@spheniscida.de)
         
        -You may not remove or alter the substance of any license notices
        -(including copyright notices, patent notices, disclaimers of warranty,
        -or limitations of liability) contained within the Source Code Form of
        -the Covered Software, except that You may alter any license notices to
        -the extent required to remedy known factual inaccuracies.
        +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:
         
        -#### 3.5. Application of Additional Terms
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
         
        -You may choose to offer, and to charge a fee for, warranty, support,
        -indemnity or liability obligations to one or more recipients of Covered
        -Software. However, You may do so only on Your own behalf, and not on
        -behalf of any Contributor. You must make it absolutely clear that any
        -such warranty, support, indemnity, or liability obligation is offered by
        -You alone, and You hereby agree to indemnify every Contributor for any
        -liability incurred by such Contributor as a result of warranty, support,
        -indemnity or liability terms You offer. You may include additional
        -disclaimers of warranty and limitations of liability specific to any
        -jurisdiction.
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        +Copyright (c) 2016 Jelte Fennema
         
        -### 4. Inability to Comply Due to Statute or Regulation
        +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:
         
        -If it is impossible for You to comply with any of the terms of this
        -License with respect to some or all of the Covered Software due to
        -statute, judicial order, or regulation then You must: **(a)** comply with
        -the terms of this License to the maximum extent possible; and **(b)**
        -describe the limitations and the code they affect. Such description must
        -be placed in a text file included with all distributions of the Covered
        -Software under this License. Except to the extent prohibited by statute
        -or regulation, such description must be sufficiently detailed for a
        -recipient of ordinary skill to be able to understand it.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -### 5. Termination
        +Copyright (c) 2016 Jonathan Creekmore
         
        -**5.1.** The rights granted under this License will terminate automatically
        -if You fail to comply with any of its terms. However, if You become
        -compliant, then the rights granted under this License from a particular
        -Contributor are reinstated **(a)** provisionally, unless and until such
        -Contributor explicitly and finally terminates Your grants, and **(b)** on an
        -ongoing basis, if such Contributor fails to notify You of the
        -non-compliance by some reasonable means prior to 60 days after You have
        -come back into compliance. Moreover, Your grants from a particular
        -Contributor are reinstated on an ongoing basis if such Contributor
        -notifies You of the non-compliance by some reasonable means, this is the
        -first time You have received notice of non-compliance with this License
        -from such Contributor, and You become compliant prior to 30 days after
        -Your receipt of the notice.
        +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:
         
        -**5.2.** If You initiate litigation against any entity by asserting a patent
        -infringement claim (excluding declaratory judgment actions,
        -counter-claims, and cross-claims) alleging that a Contributor Version
        -directly or indirectly infringes any patent, then the rights granted to
        -You by any and all Contributors for the Covered Software under Section
        -2.1 of this License shall terminate.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all
        -end user license agreements (excluding distributors and resellers) which
        -have been validly granted by You or Your distributors under this License
        -prior to termination shall survive termination.
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        +Copyright (c) 2017 Andrew Gallant
         
        -### 6. Disclaimer of Warranty
        +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:
         
        -> Covered Software is provided under this License on an “as is”
        -> basis, without warranty of any kind, either expressed, implied, or
        -> statutory, including, without limitation, warranties that the
        -> Covered Software is free of defects, merchantable, fit for a
        -> particular purpose or non-infringing. The entire risk as to the
        -> quality and performance of the Covered Software is with You.
        -> Should any Covered Software prove defective in any respect, You
        -> (not any Contributor) assume the cost of any necessary servicing,
        -> repair, or correction. This disclaimer of warranty constitutes an
        -> essential part of this License. No use of any Covered Software is
        -> authorized under this License except under this disclaimer.
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
         
        -### 7. Limitation of Liability
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -> Under no circumstances and under no legal theory, whether tort
        -> (including negligence), contract, or otherwise, shall any
        -> Contributor, or anyone who distributes Covered Software as
        -> permitted above, be liable to You for any direct, indirect,
        -> special, incidental, or consequential damages of any character
        -> including, without limitation, damages for lost profits, loss of
        -> goodwill, work stoppage, computer failure or malfunction, or any
        -> and all other commercial damages or losses, even if such party
        -> shall have been informed of the possibility of such damages. This
        -> limitation of liability shall not apply to liability for death or
        -> personal injury resulting from such party's negligence to the
        -> extent applicable law prohibits such limitation. Some
        -> jurisdictions do not allow the exclusion or limitation of
        -> incidental or consequential damages, so this exclusion and
        -> limitation may not apply to You.
        +Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
         
        +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:
         
        -### 8. Litigation
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -Any litigation relating to this License may be brought only in the
        -courts of a jurisdiction where the defendant maintains its principal
        -place of business and such litigation shall be governed by laws of that
        -jurisdiction, without reference to its conflict-of-law provisions.
        -Nothing in this Section shall prevent a party's ability to bring
        -cross-claims or counter-claims.
        +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.
         
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -### 9. Miscellaneous
        +Copyright (c) 2017 Jose Narvaez
         
        -This License represents the complete agreement concerning the subject
        -matter hereof. If any provision of this License is held to be
        -unenforceable, such provision shall be reformed only to the extent
        -necessary to make it enforceable. Any law or regulation which provides
        -that the language of a contract shall be construed against the drafter
        -shall not be used to construe this License against a Contributor.
        +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:
         
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -### 10. Versions of the License
        +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.
         
        -#### 10.1. New Versions
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -Mozilla Foundation is the license steward. Except as provided in Section
        -10.3, no one other than the license steward has the right to modify or
        -publish new versions of this License. Each version will be given a
        -distinguishing version number.
        +Copyright (c) 2018 pyros2097
         
        -#### 10.2. Effect of New Versions
        +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:
         
        -You may distribute the Covered Software under the terms of the version
        -of the License under which You originally received the Covered Software,
        -or under the terms of any subsequent version published by the license
        -steward.
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
         
        -#### 10.3. Modified Versions
        +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.
         
        -If you create software not governed by this License, and you want to
        -create a new license for such software, you may create and use a
        -modified version of this License if you rename the license and remove
        -any references to the name of the license steward (except to note that
        -such modified license differs from this License).
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
         
        -#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
        +Copyright (c) 2020 Benjamin Coenen
         
        -If You choose to distribute Source Code Form that is Incompatible With
        -Secondary Licenses under the terms of this version of the License, the
        -notice described in Exhibit B of this License must be attached.
        +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:
         
        -## Exhibit A - Source Code Form License Notice
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
         
        -    This Source Code Form is subject to the terms of the Mozilla Public
        -    License, v. 2.0. If a copy of the MPL was not distributed with this
        -    file, You can obtain one at http://mozilla.org/MPL/2.0/.
        +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.
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
        +Copyright (c) 2016 Alexandre Bury
         
        -If it is not possible or desirable to put the notice in a particular
        -file, then You may include the notice in a location (such as a LICENSE
        -file in a relevant directory) where a recipient would be likely to look
        -for such a notice.
        +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:
         
        -You may add additional accurate notices of copyright ownership.
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         
        -## Exhibit B - “Incompatible With Secondary Licenses” Notice
        +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.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
        +
        +Copyright (c) 2015 Bartłomiej Kamiński
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
        +
        +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.
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        The MIT License (MIT)
        +
        +Copyright (c) 2015 Markus Westerlind
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
        +
        +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.
        +
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        This project is dual-licensed under the Unlicense and MIT licenses.
         
        -    This Source Code Form is "Incompatible With Secondary Licenses", as
        -    defined by the Mozilla Public License, v. 2.0.
        +You may use this code under the terms of either license.
        +
        +
      • +
      • +

        MIT License

        +

        Used by:

        + +
        © 2016 Bertram Truong
        +© 2021 Kornel Lesiński
        +
        +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:
        +
        +The above copyright notice and this permission notice shall be included in
        +all copies or substantial portions of the Software.
        +
        +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.
         
      • Mozilla Public License 2.0

        Used by:

        Mozilla Public License Version 2.0
         ==================================
         
        -1. Definitions
        ---------------
        +### 1. Definitions
         
        -1.1. "Contributor"
        +**1.1. “Contributor”**
             means each individual or legal entity that creates, contributes to
             the creation of, or owns Covered Software.
         
        -1.2. "Contributor Version"
        +**1.2. “Contributor Version”**
             means the combination of the Contributions of others (if any) used
             by a Contributor and that particular Contributor's Contribution.
         
        -1.3. "Contribution"
        +**1.3. “Contribution”**
             means Covered Software of a particular Contributor.
         
        -1.4. "Covered Software"
        +**1.4. “Covered Software”**
             means Source Code Form to which the initial Contributor has attached
             the notice in Exhibit A, the Executable Form of such Source Code
             Form, and Modifications of such Source Code Form, in each case
             including portions thereof.
         
        -1.5. "Incompatible With Secondary Licenses"
        +**1.5. “Incompatible With Secondary Licenses”**
             means
         
        -    (a) that the initial Contributor has attached the notice described
        -        in Exhibit B to the Covered Software; or
        -
        -    (b) that the Covered Software was made available under the terms of
        -        version 1.1 or earlier of the License, but not also under the
        -        terms of a Secondary License.
        +* **(a)** that the initial Contributor has attached the notice described
        +    in Exhibit B to the Covered Software; or
        +* **(b)** that the Covered Software was made available under the terms of
        +    version 1.1 or earlier of the License, but not also under the
        +    terms of a Secondary License.
         
        -1.6. "Executable Form"
        +**1.6. “Executable Form”**
             means any form of the work other than Source Code Form.
         
        -1.7. "Larger Work"
        -    means a work that combines Covered Software with other material, in 
        +**1.7. “Larger Work”**
        +    means a work that combines Covered Software with other material, in
             a separate file or files, that is not Covered Software.
         
        -1.8. "License"
        +**1.8. “License”**
             means this document.
         
        -1.9. "Licensable"
        +**1.9. “Licensable”**
             means having the right to grant, to the maximum extent possible,
             whether at the time of the initial grant or subsequently, any and
             all of the rights conveyed by this License.
         
        -1.10. "Modifications"
        +**1.10. “Modifications”**
             means any of the following:
         
        -    (a) any file in Source Code Form that results from an addition to,
        -        deletion from, or modification of the contents of Covered
        -        Software; or
        -
        -    (b) any new file in Source Code Form that contains any Covered
        -        Software.
        +* **(a)** any file in Source Code Form that results from an addition to,
        +    deletion from, or modification of the contents of Covered
        +    Software; or
        +* **(b)** any new file in Source Code Form that contains any Covered
        +    Software.
         
        -1.11. "Patent Claims" of a Contributor
        +**1.11. “Patent Claims” of a Contributor**
             means any patent claim(s), including without limitation, method,
             process, and apparatus claims, in any patent Licensable by such
             Contributor that would be infringed, but for the grant of the
        @@ -16454,50 +15306,49 @@ 

        Used by:

        made, import, or transfer of either its Contributions or its Contributor Version. -1.12. "Secondary License" +**1.12. “Secondary License”** means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. -1.13. "Source Code Form" +**1.13. “Source Code Form”** means the form of the work preferred for making modifications. -1.14. "You" (or "Your") +**1.14. “You” (or “Your”)** means an individual or a legal entity exercising rights under this - License. For legal entities, "You" includes any entity that + License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For - purposes of this definition, "control" means (a) the power, direct + purposes of this definition, “control” means **(a)** the power, direct or indirect, to cause the direction or management of such entity, - whether by contract or otherwise, or (b) ownership of more than + whether by contract or otherwise, or **(b)** ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. -2. License Grants and Conditions --------------------------------- -2.1. Grants +### 2. License Grants and Conditions + +#### 2.1. Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: -(a) under intellectual property rights (other than patent or trademark) +* **(a)** under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and - -(b) under Patent Claims of such Contributor to make, use, sell, offer +* **(b)** under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. -2.2. Effective Date +#### 2.2. Effective Date The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. -2.3. Limitations on Grant Scope +#### 2.3. Limitations on Grant Scope The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the @@ -16505,49 +15356,47 @@

        Used by:

        Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: -(a) for any code that a Contributor has removed from Covered Software; +* **(a)** for any code that a Contributor has removed from Covered Software; or - -(b) for infringements caused by: (i) Your and any other third party's - modifications of Covered Software, or (ii) the combination of its +* **(b)** for infringements caused by: **(i)** Your and any other third party's + modifications of Covered Software, or **(ii)** the combination of its Contributions with other software (except as part of its Contributor Version); or - -(c) under Patent Claims infringed by Covered Software in the absence of +* **(c)** under Patent Claims infringed by Covered Software in the absence of its Contributions. This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). -2.4. Subsequent Licenses +#### 2.4. Subsequent Licenses No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). -2.5. Representation +#### 2.5. Representation Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. -2.6. Fair Use +#### 2.6. Fair Use This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. -2.7. Conditions +#### 2.7. Conditions Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. -3. Responsibilities -------------------- -3.1. Distribution of Source Form +### 3. Responsibilities + +#### 3.1. Distribution of Source Form All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under @@ -16557,22 +15406,22 @@

        Used by:

        attempt to alter or restrict the recipients' rights in the Source Code Form. -3.2. Distribution of Executable Form +#### 3.2. Distribution of Executable Form If You distribute Covered Software in Executable Form then: -(a) such Covered Software must also be made available in Source Code +* **(a)** such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and -(b) You may distribute such Executable Form under the terms of this +* **(b)** You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. -3.3. Distribution of a Larger Work +#### 3.3. Distribution of a Larger Work You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for @@ -16585,7 +15434,7 @@

        Used by:

        Software under the terms of either this License or such Secondary License(s). -3.4. Notices +#### 3.4. Notices You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, @@ -16593,7 +15442,7 @@

        Used by:

        the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. -3.5. Application of Additional Terms +#### 3.5. Application of Additional Terms You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered @@ -16606,27 +15455,27 @@

        Used by:

        disclaimers of warranty and limitations of liability specific to any jurisdiction. -4. Inability to Comply Due to Statute or Regulation ---------------------------------------------------- + +### 4. Inability to Comply Due to Statute or Regulation If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to -statute, judicial order, or regulation then You must: (a) comply with -the terms of this License to the maximum extent possible; and (b) +statute, judicial order, or regulation then You must: **(a)** comply with +the terms of this License to the maximum extent possible; and **(b)** describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. -5. Termination --------------- -5.1. The rights granted under this License will terminate automatically +### 5. Termination + +**5.1.** The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular -Contributor are reinstated (a) provisionally, unless and until such -Contributor explicitly and finally terminates Your grants, and (b) on an +Contributor are reinstated **(a)** provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and **(b)** on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular @@ -16636,62 +15485,53 @@

        Used by:

        from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. -5.2. If You initiate litigation against any entity by asserting a patent +**5.2.** If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. -5.3. In the event of termination under Sections 5.1 or 5.2 above, all +**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. -************************************************************************ -* * -* 6. Disclaimer of Warranty * -* ------------------------- * -* * -* Covered Software is provided under this License on an "as is" * -* basis, without warranty of any kind, either expressed, implied, or * -* statutory, including, without limitation, warranties that the * -* Covered Software is free of defects, merchantable, fit for a * -* particular purpose or non-infringing. The entire risk as to the * -* quality and performance of the Covered Software is with You. * -* Should any Covered Software prove defective in any respect, You * -* (not any Contributor) assume the cost of any necessary servicing, * -* repair, or correction. This disclaimer of warranty constitutes an * -* essential part of this License. No use of any Covered Software is * -* authorized under this License except under this disclaimer. * -* * -************************************************************************ -************************************************************************ -* * -* 7. Limitation of Liability * -* -------------------------- * -* * -* Under no circumstances and under no legal theory, whether tort * -* (including negligence), contract, or otherwise, shall any * -* Contributor, or anyone who distributes Covered Software as * -* permitted above, be liable to You for any direct, indirect, * -* special, incidental, or consequential damages of any character * -* including, without limitation, damages for lost profits, loss of * -* goodwill, work stoppage, computer failure or malfunction, or any * -* and all other commercial damages or losses, even if such party * -* shall have been informed of the possibility of such damages. This * -* limitation of liability shall not apply to liability for death or * -* personal injury resulting from such party's negligence to the * -* extent applicable law prohibits such limitation. Some * -* jurisdictions do not allow the exclusion or limitation of * -* incidental or consequential damages, so this exclusion and * -* limitation may not apply to You. * -* * -************************************************************************ +### 6. Disclaimer of Warranty + +> Covered Software is provided under this License on an “as is” +> basis, without warranty of any kind, either expressed, implied, or +> statutory, including, without limitation, warranties that the +> Covered Software is free of defects, merchantable, fit for a +> particular purpose or non-infringing. The entire risk as to the +> quality and performance of the Covered Software is with You. +> Should any Covered Software prove defective in any respect, You +> (not any Contributor) assume the cost of any necessary servicing, +> repair, or correction. This disclaimer of warranty constitutes an +> essential part of this License. No use of any Covered Software is +> authorized under this License except under this disclaimer. + +### 7. Limitation of Liability + +> Under no circumstances and under no legal theory, whether tort +> (including negligence), contract, or otherwise, shall any +> Contributor, or anyone who distributes Covered Software as +> permitted above, be liable to You for any direct, indirect, +> special, incidental, or consequential damages of any character +> including, without limitation, damages for lost profits, loss of +> goodwill, work stoppage, computer failure or malfunction, or any +> and all other commercial damages or losses, even if such party +> shall have been informed of the possibility of such damages. This +> limitation of liability shall not apply to liability for death or +> personal injury resulting from such party's negligence to the +> extent applicable law prohibits such limitation. Some +> jurisdictions do not allow the exclusion or limitation of +> incidental or consequential damages, so this exclusion and +> limitation may not apply to You. -8. Litigation -------------- + +### 8. Litigation Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal @@ -16700,8 +15540,8 @@

        Used by:

        Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. -9. Miscellaneous ----------------- + +### 9. Miscellaneous This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be @@ -16710,24 +15550,24 @@

        Used by:

        that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. -10. Versions of the License ---------------------------- -10.1. New Versions +### 10. Versions of the License + +#### 10.1. New Versions Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. -10.2. Effect of New Versions +#### 10.2. Effect of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. -10.3. Modified Versions +#### 10.3. Modified Versions If you create software not governed by this License, and you want to create a new license for such software, you may create and use a @@ -16735,19 +15575,17 @@

        Used by:

        any references to the name of the license steward (except to note that such modified license differs from this License). -10.4. Distributing Source Code Form that is Incompatible With Secondary -Licenses +#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. -Exhibit A - Source Code Form License Notice -------------------------------------------- +## Exhibit A - Source Code Form License Notice - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE @@ -16756,21 +15594,17 @@

        Used by:

        You may add additional accurate notices of copyright ownership. -Exhibit B - "Incompatible With Secondary Licenses" Notice ---------------------------------------------------------- - - This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0. +## Exhibit B - “Incompatible With Secondary Licenses” Notice + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0.
      • Mozilla Public License 2.0

        Used by:

        Mozilla Public License Version 2.0
         ==================================
        @@ -17145,6 +15979,35 @@ 

        Used by:

        This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. +
        +
      • +
      • +

        Mozilla Public License 2.0

        +

        Used by:

        + +
        This packge contains a modified version of ca-bundle.crt:
        +
        +ca-bundle.crt -- Bundle of CA Root Certificates
        +
        +Certificate data from Mozilla as of: Thu Nov  3 19:04:19 2011#
        +This is a bundle of X.509 certificates of public Certificate Authorities
        +(CA). These were automatically extracted from Mozilla's root certificates
        +file (certdata.txt).  This file can be found in the mozilla source tree:
        +http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1#
        +It contains the certificates in PEM format and therefore
        +can be directly used with curl / libcurl / php_curl, or with
        +an Apache+mod_ssl webserver for SSL client authentication.
        +Just configure this file as the SSLCACertificateFile.#
        +
        +***** BEGIN LICENSE BLOCK *****
        +This Source Code Form is subject to the terms of the Mozilla Public License,
        +v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
        +one at http://mozilla.org/MPL/2.0/.
        +
        +***** END LICENSE BLOCK *****
        +@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
         
      • diff --git a/scripts/install.sh b/scripts/install.sh index 47b35295bc..49b3de7c84 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -11,7 +11,7 @@ BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/downloa # Router version defined in apollo-router's Cargo.toml # Note: Change this line manually during the release steps. -PACKAGE_VERSION="v1.51.0-rc.0" +PACKAGE_VERSION="v1.50.0" download_binary() { downloader --check From 4e65e2803509673107d98eb5c79957e2d43dffa5 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 10 Jul 2024 22:09:09 +0300 Subject: [PATCH 04/16] prep release: v1.51.0-rc.0 --- Cargo.lock | 8 +- apollo-federation/Cargo.toml | 2 +- apollo-router-benchmarks/Cargo.toml | 2 +- apollo-router-scaffold/Cargo.toml | 2 +- .../templates/base/Cargo.template.toml | 2 +- .../templates/base/xtask/Cargo.template.toml | 2 +- apollo-router/Cargo.toml | 4 +- .../tracing/docker-compose.datadog.yml | 2 +- dockerfiles/tracing/docker-compose.jaeger.yml | 2 +- dockerfiles/tracing/docker-compose.zipkin.yml | 2 +- helm/chart/router/Chart.yaml | 4 +- helm/chart/router/README.md | 6 +- licenses.html | 5003 +++++++++++------ scripts/install.sh | 2 +- 14 files changed, 3154 insertions(+), 1889 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b4e884bd4..eef116f7b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "apollo-federation" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "apollo-compiler", "derive_more", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "apollo-router" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "access-json", "anyhow", @@ -631,7 +631,7 @@ dependencies = [ [[package]] name = "apollo-router-benchmarks" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "apollo-parser", "apollo-router", @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "apollo-router-scaffold" -version = "1.50.0" +version = "1.51.0-rc.0" dependencies = [ "anyhow", "cargo-scaffold", diff --git a/apollo-federation/Cargo.toml b/apollo-federation/Cargo.toml index ffcc5940da..120f6df656 100644 --- a/apollo-federation/Cargo.toml +++ b/apollo-federation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-federation" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["The Apollo GraphQL Contributors"] edition = "2021" description = "Apollo Federation" diff --git a/apollo-router-benchmarks/Cargo.toml b/apollo-router-benchmarks/Cargo.toml index 9a01145dce..e8cd4de196 100644 --- a/apollo-router-benchmarks/Cargo.toml +++ b/apollo-router-benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router-benchmarks" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["Apollo Graph, Inc. "] edition = "2021" license = "Elastic-2.0" diff --git a/apollo-router-scaffold/Cargo.toml b/apollo-router-scaffold/Cargo.toml index c4514c7244..c343dc949a 100644 --- a/apollo-router-scaffold/Cargo.toml +++ b/apollo-router-scaffold/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router-scaffold" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["Apollo Graph, Inc. "] edition = "2021" license = "Elastic-2.0" diff --git a/apollo-router-scaffold/templates/base/Cargo.template.toml b/apollo-router-scaffold/templates/base/Cargo.template.toml index c4841a9859..5e55c3e608 100644 --- a/apollo-router-scaffold/templates/base/Cargo.template.toml +++ b/apollo-router-scaffold/templates/base/Cargo.template.toml @@ -22,7 +22,7 @@ apollo-router = { path ="{{integration_test}}apollo-router" } apollo-router = { git="https://github.com/apollographql/router.git", branch="{{branch}}" } {{else}} # Note if you update these dependencies then also update xtask/Cargo.toml -apollo-router = "1.50.0" +apollo-router = "1.51.0-rc.0" {{/if}} {{/if}} async-trait = "0.1.52" diff --git a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml index e29afe044f..868f439be2 100644 --- a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml +++ b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml @@ -13,7 +13,7 @@ apollo-router-scaffold = { path ="{{integration_test}}apollo-router-scaffold" } {{#if branch}} apollo-router-scaffold = { git="https://github.com/apollographql/router.git", branch="{{branch}}" } {{else}} -apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.50.0" } +apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.51.0-rc.0" } {{/if}} {{/if}} anyhow = "1.0.58" diff --git a/apollo-router/Cargo.toml b/apollo-router/Cargo.toml index 27d9151e51..6a3ddc9c34 100644 --- a/apollo-router/Cargo.toml +++ b/apollo-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-router" -version = "1.50.0" +version = "1.51.0-rc.0" authors = ["Apollo Graph, Inc. "] repository = "https://github.com/apollographql/router/" documentation = "https://docs.rs/apollo-router" @@ -68,7 +68,7 @@ askama = "0.12.1" access-json = "0.1.0" anyhow = "1.0.86" apollo-compiler.workspace = true -apollo-federation = { path = "../apollo-federation", version = "=1.50.0" } +apollo-federation = { path = "../apollo-federation", version = "=1.51.0-rc.0" } arc-swap = "1.6.0" async-channel = "1.9.0" async-compression = { version = "0.4.6", features = [ diff --git a/dockerfiles/tracing/docker-compose.datadog.yml b/dockerfiles/tracing/docker-compose.datadog.yml index f0c6bce262..a9a90fdd5a 100644 --- a/dockerfiles/tracing/docker-compose.datadog.yml +++ b/dockerfiles/tracing/docker-compose.datadog.yml @@ -3,7 +3,7 @@ services: apollo-router: container_name: apollo-router - image: ghcr.io/apollographql/router:v1.50.0 + image: ghcr.io/apollographql/router:v1.51.0-rc.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/datadog.router.yaml:/etc/config/configuration.yaml diff --git a/dockerfiles/tracing/docker-compose.jaeger.yml b/dockerfiles/tracing/docker-compose.jaeger.yml index 25fa9778c2..4186454392 100644 --- a/dockerfiles/tracing/docker-compose.jaeger.yml +++ b/dockerfiles/tracing/docker-compose.jaeger.yml @@ -4,7 +4,7 @@ services: apollo-router: container_name: apollo-router #build: ./router - image: ghcr.io/apollographql/router:v1.50.0 + image: ghcr.io/apollographql/router:v1.51.0-rc.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/jaeger.router.yaml:/etc/config/configuration.yaml diff --git a/dockerfiles/tracing/docker-compose.zipkin.yml b/dockerfiles/tracing/docker-compose.zipkin.yml index 88b66c39f6..e32d0f3a92 100644 --- a/dockerfiles/tracing/docker-compose.zipkin.yml +++ b/dockerfiles/tracing/docker-compose.zipkin.yml @@ -4,7 +4,7 @@ services: apollo-router: container_name: apollo-router build: ./router - image: ghcr.io/apollographql/router:v1.50.0 + image: ghcr.io/apollographql/router:v1.51.0-rc.0 volumes: - ./supergraph.graphql:/etc/config/supergraph.graphql - ./router/zipkin.router.yaml:/etc/config/configuration.yaml diff --git a/helm/chart/router/Chart.yaml b/helm/chart/router/Chart.yaml index 5d01e674ab..e16ede05fe 100644 --- a/helm/chart/router/Chart.yaml +++ b/helm/chart/router/Chart.yaml @@ -20,10 +20,10 @@ type: application # so it matches the shape of our release process and release automation. # By proxy of that decision, this version uses SemVer 2.0.0, though the prefix # of "v" is not included. -version: 1.50.0 +version: 1.51.0-rc.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.50.0" +appVersion: "v1.51.0-rc.0" diff --git a/helm/chart/router/README.md b/helm/chart/router/README.md index 0a74530d5a..be9a36f32a 100644 --- a/helm/chart/router/README.md +++ b/helm/chart/router/README.md @@ -2,7 +2,7 @@ [router](https://github.com/apollographql/router) Rust Graph Routing runtime for Apollo Federation -![Version: 1.50.0](https://img.shields.io/badge/Version-1.50.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.50.0](https://img.shields.io/badge/AppVersion-v1.50.0-informational?style=flat-square) +![Version: 1.51.0-rc.0](https://img.shields.io/badge/Version-1.51.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.51.0-rc.0](https://img.shields.io/badge/AppVersion-v1.51.0--rc.0-informational?style=flat-square) ## Prerequisites @@ -11,7 +11,7 @@ ## Get Repo Info ```console -helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 +helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 ``` ## Install Chart @@ -19,7 +19,7 @@ helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 **Important:** only helm3 is supported ```console -helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.50.0 --values my-values.yaml +helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 --values my-values.yaml ``` _See [configuration](#configuration) below._ diff --git a/licenses.html b/licenses.html index 904e7381cf..b80c2bae07 100644 --- a/licenses.html +++ b/licenses.html @@ -44,13 +44,13 @@

        Third Party Licenses

        Overview of licenses:

          -
        • Apache License 2.0 (444)
        • -
        • MIT License (150)
        • +
        • Apache License 2.0 (492)
        • +
        • MIT License (164)
        • +
        • BSD 3-Clause "New" or "Revised" License (11)
        • ISC License (11)
        • -
        • BSD 3-Clause "New" or "Revised" License (9)
        • -
        • BSD 2-Clause "Simplified" License (3)
        • -
        • Elastic License 2.0 (3)
        • -
        • Mozilla Public License 2.0 (3)
        • +
        • Elastic License 2.0 (6)
        • +
        • BSD 2-Clause "Simplified" License (5)
        • +
        • Mozilla Public License 2.0 (5)
        • Creative Commons Zero v1.0 Universal (2)
        • OpenSSL License (2)
        • Unicode License Agreement - Data Files and Software (2016) (1)
        • @@ -2347,7 +2347,7 @@

          Used by:

          Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -2537,7 +2537,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Tomasz "Soveu" Marx + Copyright 2020 - 2022 Tatsuya Kawano Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2550,14 +2550,13 @@

          Used by:

          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
        • Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -2747,7 +2746,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 The Fuchsia Authors + Copyright 2020 Tomasz "Soveu" Marx Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2767,18 +2766,7 @@

          Used by:

          Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -2968,7 +2956,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 The OpenTelemetry Authors + Copyright 2023 The Fuchsia Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2981,16 +2969,25 @@

          Used by:

          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
        • Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -3180,7 +3177,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 The OpenTelemetry Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3199,7 +3196,10 @@

          Used by:

          Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -3381,7 +3381,7 @@ 

          Used by:

          APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" + boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a @@ -3389,7 +3389,7 @@

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017 Juniper Networks, Inc. + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3408,7 +3408,7 @@

          Used by:

          Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -3598,7 +3598,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Michael P. Jung + Copyright 2017 Juniper Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3611,14 +3611,28 @@

          Used by:

          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
        • Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -3808,7 +3822,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 TiKV Project Authors. + Copyright 2017-NOW Actix Team Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3827,11 +3841,7 @@

          Used by:

          Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -4021,7 +4031,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2019 Michael P. Jung Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4034,38 +4044,14 @@

          Used by:

          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +
        • Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -4255,7 +4241,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2019 TiKV Project Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4268,14 +4254,17 @@

          Used by:

          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -
        • Apache License 2.0

          Used by:

                                           Apache License
                                      Version 2.0, January 2004
          @@ -4454,8 +4443,18 @@ 

          Used by:

          END OF TERMS AND CONDITIONS - Copyright 2019 Yoshua Wuyts - Copyright 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4474,195 +4473,35 @@

          Used by:

          Apache License 2.0

          Used by:

          -
                                           Apache License
          -                           Version 2.0, January 2004
          -                        http://www.apache.org/licenses/
          -
          -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
          -
          -   1. Definitions.
          -
          -      "License" shall mean the terms and conditions for use, reproduction,
          -      and distribution as defined by Sections 1 through 9 of this document.
          -
          -      "Licensor" shall mean the copyright owner or entity authorized by
          -      the copyright owner that is granting the License.
          -
          -      "Legal Entity" shall mean the union of the acting entity and all
          -      other entities that control, are controlled by, or are under common
          -      control with that entity. For the purposes of this definition,
          -      "control" means (i) the power, direct or indirect, to cause the
          -      direction or management of such entity, whether by contract or
          -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
          -      outstanding shares, or (iii) beneficial ownership of such entity.
          -
          -      "You" (or "Your") shall mean an individual or Legal Entity
          -      exercising permissions granted by this License.
          -
          -      "Source" form shall mean the preferred form for making modifications,
          -      including but not limited to software source code, documentation
          -      source, and configuration files.
          -
          -      "Object" form shall mean any form resulting from mechanical
          -      transformation or translation of a Source form, including but
          -      not limited to compiled object code, generated documentation,
          -      and conversions to other media types.
          -
          -      "Work" shall mean the work of authorship, whether in Source or
          -      Object form, made available under the License, as indicated by a
          -      copyright notice that is included in or attached to the work
          -      (an example is provided in the Appendix below).
          -
          -      "Derivative Works" shall mean any work, whether in Source or Object
          -      form, that is based on (or derived from) the Work and for which the
          -      editorial revisions, annotations, elaborations, or other modifications
          -      represent, as a whole, an original work of authorship. For the purposes
          -      of this License, Derivative Works shall not include works that remain
          -      separable from, or merely link (or bind by name) to the interfaces of,
          -      the Work and Derivative Works thereof.
          -
          -      "Contribution" shall mean any work of authorship, including
          -      the original version of the Work and any modifications or additions
          -      to that Work or Derivative Works thereof, that is intentionally
          -      submitted to Licensor for inclusion in the Work by the copyright owner
          -      or by an individual or Legal Entity authorized to submit on behalf of
          -      the copyright owner. For the purposes of this definition, "submitted"
          -      means any form of electronic, verbal, or written communication sent
          -      to the Licensor or its representatives, including but not limited to
          -      communication on electronic mailing lists, source code control systems,
          -      and issue tracking systems that are managed by, or on behalf of, the
          -      Licensor for the purpose of discussing and improving the Work, but
          -      excluding communication that is conspicuously marked or otherwise
          -      designated in writing by the copyright owner as "Not a Contribution."
          -
          -      "Contributor" shall mean Licensor and any individual or Legal Entity
          -      on behalf of whom a Contribution has been received by Licensor and
          -      subsequently incorporated within the Work.
          -
          -   2. Grant of Copyright License. Subject to the terms and conditions of
          -      this License, each Contributor hereby grants to You a perpetual,
          -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          -      copyright license to reproduce, prepare Derivative Works of,
          -      publicly display, publicly perform, sublicense, and distribute the
          -      Work and such Derivative Works in Source or Object form.
          -
          -   3. Grant of Patent License. Subject to the terms and conditions of
          -      this License, each Contributor hereby grants to You a perpetual,
          -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          -      (except as stated in this section) patent license to make, have made,
          -      use, offer to sell, sell, import, and otherwise transfer the Work,
          -      where such license applies only to those patent claims licensable
          -      by such Contributor that are necessarily infringed by their
          -      Contribution(s) alone or by combination of their Contribution(s)
          -      with the Work to which such Contribution(s) was submitted. If You
          -      institute patent litigation against any entity (including a
          -      cross-claim or counterclaim in a lawsuit) alleging that the Work
          -      or a Contribution incorporated within the Work constitutes direct
          -      or contributory patent infringement, then any patent licenses
          -      granted to You under this License for that Work shall terminate
          -      as of the date such litigation is filed.
          -
          -   4. Redistribution. You may reproduce and distribute copies of the
          -      Work or Derivative Works thereof in any medium, with or without
          -      modifications, and in Source or Object form, provided that You
          -      meet the following conditions:
          -
          -      (a) You must give any other recipients of the Work or
          -          Derivative Works a copy of this License; and
          -
          -      (b) You must cause any modified files to carry prominent notices
          -          stating that You changed the files; and
          -
          -      (c) You must retain, in the Source form of any Derivative Works
          -          that You distribute, all copyright, patent, trademark, and
          -          attribution notices from the Source form of the Work,
          -          excluding those notices that do not pertain to any part of
          -          the Derivative Works; and
          -
          -      (d) If the Work includes a "NOTICE" text file as part of its
          -          distribution, then any Derivative Works that You distribute must
          -          include a readable copy of the attribution notices contained
          -          within such NOTICE file, excluding those notices that do not
          -          pertain to any part of the Derivative Works, in at least one
          -          of the following places: within a NOTICE text file distributed
          -          as part of the Derivative Works; within the Source form or
          -          documentation, if provided along with the Derivative Works; or,
          -          within a display generated by the Derivative Works, if and
          -          wherever such third-party notices normally appear. The contents
          -          of the NOTICE file are for informational purposes only and
          -          do not modify the License. You may add Your own attribution
          -          notices within Derivative Works that You distribute, alongside
          -          or as an addendum to the NOTICE text from the Work, provided
          -          that such additional attribution notices cannot be construed
          -          as modifying the License.
          -
          -      You may add Your own copyright statement to Your modifications and
          -      may provide additional or different license terms and conditions
          -      for use, reproduction, or distribution of Your modifications, or
          -      for any such Derivative Works as a whole, provided Your use,
          -      reproduction, and distribution of the Work otherwise complies with
          -      the conditions stated in this License.
          -
          -   5. Submission of Contributions. Unless You explicitly state otherwise,
          -      any Contribution intentionally submitted for inclusion in the Work
          -      by You to the Licensor shall be under the terms and conditions of
          -      this License, without any additional terms or conditions.
          -      Notwithstanding the above, nothing herein shall supersede or modify
          -      the terms of any separate license agreement you may have executed
          -      with Licensor regarding such Contributions.
          -
          -   6. Trademarks. This License does not grant permission to use the trade
          -      names, trademarks, service marks, or product names of the Licensor,
          -      except as required for reasonable and customary use in describing the
          -      origin of the Work and reproducing the content of the NOTICE file.
          -
          -   7. Disclaimer of Warranty. Unless required by applicable law or
          -      agreed to in writing, Licensor provides the Work (and each
          -      Contributor provides its Contributions) on an "AS IS" BASIS,
          -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
          -      implied, including, without limitation, any warranties or conditions
          -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
          -      PARTICULAR PURPOSE. You are solely responsible for determining the
          -      appropriateness of using or redistributing the Work and assume any
          -      risks associated with Your exercise of permissions under this License.
          -
          -   8. Limitation of Liability. In no event and under no legal theory,
          -      whether in tort (including negligence), contract, or otherwise,
          -      unless required by applicable law (such as deliberate and grossly
          -      negligent acts) or agreed to in writing, shall any Contributor be
          -      liable to You for damages, including any direct, indirect, special,
          -      incidental, or consequential damages of any character arising as a
          -      result of this License or out of the use or inability to use the
          -      Work (including but not limited to damages for loss of goodwill,
          -      work stoppage, computer failure or malfunction, or any and all
          -      other commercial damages or losses), even if such Contributor
          -      has been advised of the possibility of such damages.
          -
          -   9. Accepting Warranty or Additional Liability. While redistributing
          -      the Work or Derivative Works thereof, You may choose to offer,
          -      and charge a fee for, acceptance of support, warranty, indemnity,
          -      or other liability obligations and/or rights consistent with this
          -      License. However, in accepting such obligations, You may act only
          -      on Your own behalf and on Your sole responsibility, not on behalf
          -      of any other Contributor, and only if You agree to indemnify,
          -      defend, and hold each Contributor harmless for any liability
          -      incurred by, or claims asserted against, such Contributor by reason
          -      of your accepting any such warranty or additional liability.
          -
          -   END OF TERMS AND CONDITIONS
          -
          -
        • -
        • -

          Apache License 2.0

          -

          Used by:

          - -
                                          Apache License
          +                
                                           Apache License
                                      Version 2.0, January 2004
                                   http://www.apache.org/licenses/
           
          @@ -4850,7 +4689,7 @@ 

          Used by:

          same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4870,122 +4709,717 @@

          Used by:

          Apache License 2.0

          Used by:

          -
                                         Apache License
          -                         Version 2.0, January 2004
          -                      http://www.apache.org/licenses/
          +                
                                           Apache License
          +                           Version 2.0, January 2004
          +                        http://www.apache.org/licenses/
           
          -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
          +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
           
          -1. Definitions.
          +   1. Definitions.
           
          -  "License" shall mean the terms and conditions for use, reproduction,
          -  and distribution as defined by Sections 1 through 9 of this document.
          +      "License" shall mean the terms and conditions for use, reproduction,
          +      and distribution as defined by Sections 1 through 9 of this document.
           
          -  "Licensor" shall mean the copyright owner or entity authorized by
          -  the copyright owner that is granting the License.
          +      "Licensor" shall mean the copyright owner or entity authorized by
          +      the copyright owner that is granting the License.
           
          -  "Legal Entity" shall mean the union of the acting entity and all
          -  other entities that control, are controlled by, or are under common
          -  control with that entity. For the purposes of this definition,
          -  "control" means (i) the power, direct or indirect, to cause the
          -  direction or management of such entity, whether by contract or
          -  otherwise, or (ii) ownership of fifty percent (50%) or more of the
          -  outstanding shares, or (iii) beneficial ownership of such entity.
          +      "Legal Entity" shall mean the union of the acting entity and all
          +      other entities that control, are controlled by, or are under common
          +      control with that entity. For the purposes of this definition,
          +      "control" means (i) the power, direct or indirect, to cause the
          +      direction or management of such entity, whether by contract or
          +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
          +      outstanding shares, or (iii) beneficial ownership of such entity.
           
          -  "You" (or "Your") shall mean an individual or Legal Entity
          -  exercising permissions granted by this License.
          +      "You" (or "Your") shall mean an individual or Legal Entity
          +      exercising permissions granted by this License.
           
          -  "Source" form shall mean the preferred form for making modifications,
          -  including but not limited to software source code, documentation
          -  source, and configuration files.
          +      "Source" form shall mean the preferred form for making modifications,
          +      including but not limited to software source code, documentation
          +      source, and configuration files.
           
          -  "Object" form shall mean any form resulting from mechanical
          -  transformation or translation of a Source form, including but
          -  not limited to compiled object code, generated documentation,
          -  and conversions to other media types.
          +      "Object" form shall mean any form resulting from mechanical
          +      transformation or translation of a Source form, including but
          +      not limited to compiled object code, generated documentation,
          +      and conversions to other media types.
           
          -  "Work" shall mean the work of authorship, whether in Source or
          -  Object form, made available under the License, as indicated by a
          -  copyright notice that is included in or attached to the work
          -  (an example is provided in the Appendix below).
          +      "Work" shall mean the work of authorship, whether in Source or
          +      Object form, made available under the License, as indicated by a
          +      copyright notice that is included in or attached to the work
          +      (an example is provided in the Appendix below).
           
          -  "Derivative Works" shall mean any work, whether in Source or Object
          -  form, that is based on (or derived from) the Work and for which the
          -  editorial revisions, annotations, elaborations, or other modifications
          -  represent, as a whole, an original work of authorship. For the purposes
          -  of this License, Derivative Works shall not include works that remain
          -  separable from, or merely link (or bind by name) to the interfaces of,
          -  the Work and Derivative Works thereof.
          +      "Derivative Works" shall mean any work, whether in Source or Object
          +      form, that is based on (or derived from) the Work and for which the
          +      editorial revisions, annotations, elaborations, or other modifications
          +      represent, as a whole, an original work of authorship. For the purposes
          +      of this License, Derivative Works shall not include works that remain
          +      separable from, or merely link (or bind by name) to the interfaces of,
          +      the Work and Derivative Works thereof.
           
          -  "Contribution" shall mean any work of authorship, including
          -  the original version of the Work and any modifications or additions
          -  to that Work or Derivative Works thereof, that is intentionally
          -  submitted to Licensor for inclusion in the Work by the copyright owner
          -  or by an individual or Legal Entity authorized to submit on behalf of
          -  the copyright owner. For the purposes of this definition, "submitted"
          -  means any form of electronic, verbal, or written communication sent
          -  to the Licensor or its representatives, including but not limited to
          -  communication on electronic mailing lists, source code control systems,
          -  and issue tracking systems that are managed by, or on behalf of, the
          -  Licensor for the purpose of discussing and improving the Work, but
          -  excluding communication that is conspicuously marked or otherwise
          -  designated in writing by the copyright owner as "Not a Contribution."
          +      "Contribution" shall mean any work of authorship, including
          +      the original version of the Work and any modifications or additions
          +      to that Work or Derivative Works thereof, that is intentionally
          +      submitted to Licensor for inclusion in the Work by the copyright owner
          +      or by an individual or Legal Entity authorized to submit on behalf of
          +      the copyright owner. For the purposes of this definition, "submitted"
          +      means any form of electronic, verbal, or written communication sent
          +      to the Licensor or its representatives, including but not limited to
          +      communication on electronic mailing lists, source code control systems,
          +      and issue tracking systems that are managed by, or on behalf of, the
          +      Licensor for the purpose of discussing and improving the Work, but
          +      excluding communication that is conspicuously marked or otherwise
          +      designated in writing by the copyright owner as "Not a Contribution."
           
          -  "Contributor" shall mean Licensor and any individual or Legal Entity
          -  on behalf of whom a Contribution has been received by Licensor and
          -  subsequently incorporated within the Work.
          +      "Contributor" shall mean Licensor and any individual or Legal Entity
          +      on behalf of whom a Contribution has been received by Licensor and
          +      subsequently incorporated within the Work.
           
          -2. Grant of Copyright License. Subject to the terms and conditions of
          -  this License, each Contributor hereby grants to You a perpetual,
          -  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          -  copyright license to reproduce, prepare Derivative Works of,
          -  publicly display, publicly perform, sublicense, and distribute the
          -  Work and such Derivative Works in Source or Object form.
          +   2. Grant of Copyright License. Subject to the terms and conditions of
          +      this License, each Contributor hereby grants to You a perpetual,
          +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +      copyright license to reproduce, prepare Derivative Works of,
          +      publicly display, publicly perform, sublicense, and distribute the
          +      Work and such Derivative Works in Source or Object form.
           
          -3. Grant of Patent License. Subject to the terms and conditions of
          -  this License, each Contributor hereby grants to You a perpetual,
          -  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          -  (except as stated in this section) patent license to make, have made,
          -  use, offer to sell, sell, import, and otherwise transfer the Work,
          -  where such license applies only to those patent claims licensable
          -  by such Contributor that are necessarily infringed by their
          -  Contribution(s) alone or by combination of their Contribution(s)
          -  with the Work to which such Contribution(s) was submitted. If You
          -  institute patent litigation against any entity (including a
          -  cross-claim or counterclaim in a lawsuit) alleging that the Work
          -  or a Contribution incorporated within the Work constitutes direct
          -  or contributory patent infringement, then any patent licenses
          -  granted to You under this License for that Work shall terminate
          -  as of the date such litigation is filed.
          +   3. Grant of Patent License. Subject to the terms and conditions of
          +      this License, each Contributor hereby grants to You a perpetual,
          +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +      (except as stated in this section) patent license to make, have made,
          +      use, offer to sell, sell, import, and otherwise transfer the Work,
          +      where such license applies only to those patent claims licensable
          +      by such Contributor that are necessarily infringed by their
          +      Contribution(s) alone or by combination of their Contribution(s)
          +      with the Work to which such Contribution(s) was submitted. If You
          +      institute patent litigation against any entity (including a
          +      cross-claim or counterclaim in a lawsuit) alleging that the Work
          +      or a Contribution incorporated within the Work constitutes direct
          +      or contributory patent infringement, then any patent licenses
          +      granted to You under this License for that Work shall terminate
          +      as of the date such litigation is filed.
           
          -4. Redistribution. You may reproduce and distribute copies of the
          -  Work or Derivative Works thereof in any medium, with or without
          -  modifications, and in Source or Object form, provided that You
          -  meet the following conditions:
          +   4. Redistribution. You may reproduce and distribute copies of the
          +      Work or Derivative Works thereof in any medium, with or without
          +      modifications, and in Source or Object form, provided that You
          +      meet the following conditions:
           
          -  (a) You must give any other recipients of the Work or
          -      Derivative Works a copy of this License; and
          +      (a) You must give any other recipients of the Work or
          +          Derivative Works a copy of this License; and
           
          -  (b) You must cause any modified files to carry prominent notices
          -      stating that You changed the files; and
          +      (b) You must cause any modified files to carry prominent notices
          +          stating that You changed the files; and
           
          -  (c) You must retain, in the Source form of any Derivative Works
          -      that You distribute, all copyright, patent, trademark, and
          -      attribution notices from the Source form of the Work,
          -      excluding those notices that do not pertain to any part of
          -      the Derivative Works; and
          +      (c) You must retain, in the Source form of any Derivative Works
          +          that You distribute, all copyright, patent, trademark, and
          +          attribution notices from the Source form of the Work,
          +          excluding those notices that do not pertain to any part of
          +          the Derivative Works; and
           
          -  (d) If the Work includes a "NOTICE" text file as part of its
          -      distribution, then any Derivative Works that You distribute must
          -      include a readable copy of the attribution notices contained
          -      within such NOTICE file, excluding those notices that do not
          -      pertain to any part of the Derivative Works, in at least one
          -      of the following places: within a NOTICE text file distributed
          -      as part of the Derivative Works; within the Source form or
          -      documentation, if provided along with the Derivative Works; or,
          -      within a display generated by the Derivative Works, if and
          +      (d) If the Work includes a "NOTICE" text file as part of its
          +          distribution, then any Derivative Works that You distribute must
          +          include a readable copy of the attribution notices contained
          +          within such NOTICE file, excluding those notices that do not
          +          pertain to any part of the Derivative Works, in at least one
          +          of the following places: within a NOTICE text file distributed
          +          as part of the Derivative Works; within the Source form or
          +          documentation, if provided along with the Derivative Works; or,
          +          within a display generated by the Derivative Works, if and
          +          wherever such third-party notices normally appear. The contents
          +          of the NOTICE file are for informational purposes only and
          +          do not modify the License. You may add Your own attribution
          +          notices within Derivative Works that You distribute, alongside
          +          or as an addendum to the NOTICE text from the Work, provided
          +          that such additional attribution notices cannot be construed
          +          as modifying the License.
          +
          +      You may add Your own copyright statement to Your modifications and
          +      may provide additional or different license terms and conditions
          +      for use, reproduction, or distribution of Your modifications, or
          +      for any such Derivative Works as a whole, provided Your use,
          +      reproduction, and distribution of the Work otherwise complies with
          +      the conditions stated in this License.
          +
          +   5. Submission of Contributions. Unless You explicitly state otherwise,
          +      any Contribution intentionally submitted for inclusion in the Work
          +      by You to the Licensor shall be under the terms and conditions of
          +      this License, without any additional terms or conditions.
          +      Notwithstanding the above, nothing herein shall supersede or modify
          +      the terms of any separate license agreement you may have executed
          +      with Licensor regarding such Contributions.
          +
          +   6. Trademarks. This License does not grant permission to use the trade
          +      names, trademarks, service marks, or product names of the Licensor,
          +      except as required for reasonable and customary use in describing the
          +      origin of the Work and reproducing the content of the NOTICE file.
          +
          +   7. Disclaimer of Warranty. Unless required by applicable law or
          +      agreed to in writing, Licensor provides the Work (and each
          +      Contributor provides its Contributions) on an "AS IS" BASIS,
          +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
          +      implied, including, without limitation, any warranties or conditions
          +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
          +      PARTICULAR PURPOSE. You are solely responsible for determining the
          +      appropriateness of using or redistributing the Work and assume any
          +      risks associated with Your exercise of permissions under this License.
          +
          +   8. Limitation of Liability. In no event and under no legal theory,
          +      whether in tort (including negligence), contract, or otherwise,
          +      unless required by applicable law (such as deliberate and grossly
          +      negligent acts) or agreed to in writing, shall any Contributor be
          +      liable to You for damages, including any direct, indirect, special,
          +      incidental, or consequential damages of any character arising as a
          +      result of this License or out of the use or inability to use the
          +      Work (including but not limited to damages for loss of goodwill,
          +      work stoppage, computer failure or malfunction, or any and all
          +      other commercial damages or losses), even if such Contributor
          +      has been advised of the possibility of such damages.
          +
          +   9. Accepting Warranty or Additional Liability. While redistributing
          +      the Work or Derivative Works thereof, You may choose to offer,
          +      and charge a fee for, acceptance of support, warranty, indemnity,
          +      or other liability obligations and/or rights consistent with this
          +      License. However, in accepting such obligations, You may act only
          +      on Your own behalf and on Your sole responsibility, not on behalf
          +      of any other Contributor, and only if You agree to indemnify,
          +      defend, and hold each Contributor harmless for any liability
          +      incurred by, or claims asserted against, such Contributor by reason
          +      of your accepting any such warranty or additional liability.
          +
          +   END OF TERMS AND CONDITIONS
          +
          +   Copyright 2019 Yoshua Wuyts
          +   Copyright 2016-2018 Michael Tilli (Pyfisch) & `httpdate` contributors
          +
          +   Licensed under the Apache License, Version 2.0 (the "License");
          +   you may not use this file except in compliance with the License.
          +   You may obtain a copy of the License at
          +
          +       http://www.apache.org/licenses/LICENSE-2.0
          +
          +   Unless required by applicable law or agreed to in writing, software
          +   distributed under the License is distributed on an "AS IS" BASIS,
          +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
          +   See the License for the specific language governing permissions and
          +   limitations under the License.
          +
          +
        • +
        • +

          Apache License 2.0

          +

          Used by:

          + +
                                           Apache License
          +                           Version 2.0, January 2004
          +                        http://www.apache.org/licenses/
          +
          +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
          +
          +   1. Definitions.
          +
          +      "License" shall mean the terms and conditions for use, reproduction,
          +      and distribution as defined by Sections 1 through 9 of this document.
          +
          +      "Licensor" shall mean the copyright owner or entity authorized by
          +      the copyright owner that is granting the License.
          +
          +      "Legal Entity" shall mean the union of the acting entity and all
          +      other entities that control, are controlled by, or are under common
          +      control with that entity. For the purposes of this definition,
          +      "control" means (i) the power, direct or indirect, to cause the
          +      direction or management of such entity, whether by contract or
          +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
          +      outstanding shares, or (iii) beneficial ownership of such entity.
          +
          +      "You" (or "Your") shall mean an individual or Legal Entity
          +      exercising permissions granted by this License.
          +
          +      "Source" form shall mean the preferred form for making modifications,
          +      including but not limited to software source code, documentation
          +      source, and configuration files.
          +
          +      "Object" form shall mean any form resulting from mechanical
          +      transformation or translation of a Source form, including but
          +      not limited to compiled object code, generated documentation,
          +      and conversions to other media types.
          +
          +      "Work" shall mean the work of authorship, whether in Source or
          +      Object form, made available under the License, as indicated by a
          +      copyright notice that is included in or attached to the work
          +      (an example is provided in the Appendix below).
          +
          +      "Derivative Works" shall mean any work, whether in Source or Object
          +      form, that is based on (or derived from) the Work and for which the
          +      editorial revisions, annotations, elaborations, or other modifications
          +      represent, as a whole, an original work of authorship. For the purposes
          +      of this License, Derivative Works shall not include works that remain
          +      separable from, or merely link (or bind by name) to the interfaces of,
          +      the Work and Derivative Works thereof.
          +
          +      "Contribution" shall mean any work of authorship, including
          +      the original version of the Work and any modifications or additions
          +      to that Work or Derivative Works thereof, that is intentionally
          +      submitted to Licensor for inclusion in the Work by the copyright owner
          +      or by an individual or Legal Entity authorized to submit on behalf of
          +      the copyright owner. For the purposes of this definition, "submitted"
          +      means any form of electronic, verbal, or written communication sent
          +      to the Licensor or its representatives, including but not limited to
          +      communication on electronic mailing lists, source code control systems,
          +      and issue tracking systems that are managed by, or on behalf of, the
          +      Licensor for the purpose of discussing and improving the Work, but
          +      excluding communication that is conspicuously marked or otherwise
          +      designated in writing by the copyright owner as "Not a Contribution."
          +
          +      "Contributor" shall mean Licensor and any individual or Legal Entity
          +      on behalf of whom a Contribution has been received by Licensor and
          +      subsequently incorporated within the Work.
          +
          +   2. Grant of Copyright License. Subject to the terms and conditions of
          +      this License, each Contributor hereby grants to You a perpetual,
          +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +      copyright license to reproduce, prepare Derivative Works of,
          +      publicly display, publicly perform, sublicense, and distribute the
          +      Work and such Derivative Works in Source or Object form.
          +
          +   3. Grant of Patent License. Subject to the terms and conditions of
          +      this License, each Contributor hereby grants to You a perpetual,
          +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +      (except as stated in this section) patent license to make, have made,
          +      use, offer to sell, sell, import, and otherwise transfer the Work,
          +      where such license applies only to those patent claims licensable
          +      by such Contributor that are necessarily infringed by their
          +      Contribution(s) alone or by combination of their Contribution(s)
          +      with the Work to which such Contribution(s) was submitted. If You
          +      institute patent litigation against any entity (including a
          +      cross-claim or counterclaim in a lawsuit) alleging that the Work
          +      or a Contribution incorporated within the Work constitutes direct
          +      or contributory patent infringement, then any patent licenses
          +      granted to You under this License for that Work shall terminate
          +      as of the date such litigation is filed.
          +
          +   4. Redistribution. You may reproduce and distribute copies of the
          +      Work or Derivative Works thereof in any medium, with or without
          +      modifications, and in Source or Object form, provided that You
          +      meet the following conditions:
          +
          +      (a) You must give any other recipients of the Work or
          +          Derivative Works a copy of this License; and
          +
          +      (b) You must cause any modified files to carry prominent notices
          +          stating that You changed the files; and
          +
          +      (c) You must retain, in the Source form of any Derivative Works
          +          that You distribute, all copyright, patent, trademark, and
          +          attribution notices from the Source form of the Work,
          +          excluding those notices that do not pertain to any part of
          +          the Derivative Works; and
          +
          +      (d) If the Work includes a "NOTICE" text file as part of its
          +          distribution, then any Derivative Works that You distribute must
          +          include a readable copy of the attribution notices contained
          +          within such NOTICE file, excluding those notices that do not
          +          pertain to any part of the Derivative Works, in at least one
          +          of the following places: within a NOTICE text file distributed
          +          as part of the Derivative Works; within the Source form or
          +          documentation, if provided along with the Derivative Works; or,
          +          within a display generated by the Derivative Works, if and
          +          wherever such third-party notices normally appear. The contents
          +          of the NOTICE file are for informational purposes only and
          +          do not modify the License. You may add Your own attribution
          +          notices within Derivative Works that You distribute, alongside
          +          or as an addendum to the NOTICE text from the Work, provided
          +          that such additional attribution notices cannot be construed
          +          as modifying the License.
          +
          +      You may add Your own copyright statement to Your modifications and
          +      may provide additional or different license terms and conditions
          +      for use, reproduction, or distribution of Your modifications, or
          +      for any such Derivative Works as a whole, provided Your use,
          +      reproduction, and distribution of the Work otherwise complies with
          +      the conditions stated in this License.
          +
          +   5. Submission of Contributions. Unless You explicitly state otherwise,
          +      any Contribution intentionally submitted for inclusion in the Work
          +      by You to the Licensor shall be under the terms and conditions of
          +      this License, without any additional terms or conditions.
          +      Notwithstanding the above, nothing herein shall supersede or modify
          +      the terms of any separate license agreement you may have executed
          +      with Licensor regarding such Contributions.
          +
          +   6. Trademarks. This License does not grant permission to use the trade
          +      names, trademarks, service marks, or product names of the Licensor,
          +      except as required for reasonable and customary use in describing the
          +      origin of the Work and reproducing the content of the NOTICE file.
          +
          +   7. Disclaimer of Warranty. Unless required by applicable law or
          +      agreed to in writing, Licensor provides the Work (and each
          +      Contributor provides its Contributions) on an "AS IS" BASIS,
          +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
          +      implied, including, without limitation, any warranties or conditions
          +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
          +      PARTICULAR PURPOSE. You are solely responsible for determining the
          +      appropriateness of using or redistributing the Work and assume any
          +      risks associated with Your exercise of permissions under this License.
          +
          +   8. Limitation of Liability. In no event and under no legal theory,
          +      whether in tort (including negligence), contract, or otherwise,
          +      unless required by applicable law (such as deliberate and grossly
          +      negligent acts) or agreed to in writing, shall any Contributor be
          +      liable to You for damages, including any direct, indirect, special,
          +      incidental, or consequential damages of any character arising as a
          +      result of this License or out of the use or inability to use the
          +      Work (including but not limited to damages for loss of goodwill,
          +      work stoppage, computer failure or malfunction, or any and all
          +      other commercial damages or losses), even if such Contributor
          +      has been advised of the possibility of such damages.
          +
          +   9. Accepting Warranty or Additional Liability. While redistributing
          +      the Work or Derivative Works thereof, You may choose to offer,
          +      and charge a fee for, acceptance of support, warranty, indemnity,
          +      or other liability obligations and/or rights consistent with this
          +      License. However, in accepting such obligations, You may act only
          +      on Your own behalf and on Your sole responsibility, not on behalf
          +      of any other Contributor, and only if You agree to indemnify,
          +      defend, and hold each Contributor harmless for any liability
          +      incurred by, or claims asserted against, such Contributor by reason
          +      of your accepting any such warranty or additional liability.
          +
          +   END OF TERMS AND CONDITIONS
          +
          +
        • +
        • +

          Apache License 2.0

          +

          Used by:

          + +
                                          Apache License
          +                           Version 2.0, January 2004
          +                        http://www.apache.org/licenses/
          +
          +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
          +
          +   1. Definitions.
          +
          +      "License" shall mean the terms and conditions for use, reproduction,
          +      and distribution as defined by Sections 1 through 9 of this document.
          +
          +      "Licensor" shall mean the copyright owner or entity authorized by
          +      the copyright owner that is granting the License.
          +
          +      "Legal Entity" shall mean the union of the acting entity and all
          +      other entities that control, are controlled by, or are under common
          +      control with that entity. For the purposes of this definition,
          +      "control" means (i) the power, direct or indirect, to cause the
          +      direction or management of such entity, whether by contract or
          +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
          +      outstanding shares, or (iii) beneficial ownership of such entity.
          +
          +      "You" (or "Your") shall mean an individual or Legal Entity
          +      exercising permissions granted by this License.
          +
          +      "Source" form shall mean the preferred form for making modifications,
          +      including but not limited to software source code, documentation
          +      source, and configuration files.
          +
          +      "Object" form shall mean any form resulting from mechanical
          +      transformation or translation of a Source form, including but
          +      not limited to compiled object code, generated documentation,
          +      and conversions to other media types.
          +
          +      "Work" shall mean the work of authorship, whether in Source or
          +      Object form, made available under the License, as indicated by a
          +      copyright notice that is included in or attached to the work
          +      (an example is provided in the Appendix below).
          +
          +      "Derivative Works" shall mean any work, whether in Source or Object
          +      form, that is based on (or derived from) the Work and for which the
          +      editorial revisions, annotations, elaborations, or other modifications
          +      represent, as a whole, an original work of authorship. For the purposes
          +      of this License, Derivative Works shall not include works that remain
          +      separable from, or merely link (or bind by name) to the interfaces of,
          +      the Work and Derivative Works thereof.
          +
          +      "Contribution" shall mean any work of authorship, including
          +      the original version of the Work and any modifications or additions
          +      to that Work or Derivative Works thereof, that is intentionally
          +      submitted to Licensor for inclusion in the Work by the copyright owner
          +      or by an individual or Legal Entity authorized to submit on behalf of
          +      the copyright owner. For the purposes of this definition, "submitted"
          +      means any form of electronic, verbal, or written communication sent
          +      to the Licensor or its representatives, including but not limited to
          +      communication on electronic mailing lists, source code control systems,
          +      and issue tracking systems that are managed by, or on behalf of, the
          +      Licensor for the purpose of discussing and improving the Work, but
          +      excluding communication that is conspicuously marked or otherwise
          +      designated in writing by the copyright owner as "Not a Contribution."
          +
          +      "Contributor" shall mean Licensor and any individual or Legal Entity
          +      on behalf of whom a Contribution has been received by Licensor and
          +      subsequently incorporated within the Work.
          +
          +   2. Grant of Copyright License. Subject to the terms and conditions of
          +      this License, each Contributor hereby grants to You a perpetual,
          +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +      copyright license to reproduce, prepare Derivative Works of,
          +      publicly display, publicly perform, sublicense, and distribute the
          +      Work and such Derivative Works in Source or Object form.
          +
          +   3. Grant of Patent License. Subject to the terms and conditions of
          +      this License, each Contributor hereby grants to You a perpetual,
          +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +      (except as stated in this section) patent license to make, have made,
          +      use, offer to sell, sell, import, and otherwise transfer the Work,
          +      where such license applies only to those patent claims licensable
          +      by such Contributor that are necessarily infringed by their
          +      Contribution(s) alone or by combination of their Contribution(s)
          +      with the Work to which such Contribution(s) was submitted. If You
          +      institute patent litigation against any entity (including a
          +      cross-claim or counterclaim in a lawsuit) alleging that the Work
          +      or a Contribution incorporated within the Work constitutes direct
          +      or contributory patent infringement, then any patent licenses
          +      granted to You under this License for that Work shall terminate
          +      as of the date such litigation is filed.
          +
          +   4. Redistribution. You may reproduce and distribute copies of the
          +      Work or Derivative Works thereof in any medium, with or without
          +      modifications, and in Source or Object form, provided that You
          +      meet the following conditions:
          +
          +      (a) You must give any other recipients of the Work or
          +          Derivative Works a copy of this License; and
          +
          +      (b) You must cause any modified files to carry prominent notices
          +          stating that You changed the files; and
          +
          +      (c) You must retain, in the Source form of any Derivative Works
          +          that You distribute, all copyright, patent, trademark, and
          +          attribution notices from the Source form of the Work,
          +          excluding those notices that do not pertain to any part of
          +          the Derivative Works; and
          +
          +      (d) If the Work includes a "NOTICE" text file as part of its
          +          distribution, then any Derivative Works that You distribute must
          +          include a readable copy of the attribution notices contained
          +          within such NOTICE file, excluding those notices that do not
          +          pertain to any part of the Derivative Works, in at least one
          +          of the following places: within a NOTICE text file distributed
          +          as part of the Derivative Works; within the Source form or
          +          documentation, if provided along with the Derivative Works; or,
          +          within a display generated by the Derivative Works, if and
          +          wherever such third-party notices normally appear. The contents
          +          of the NOTICE file are for informational purposes only and
          +          do not modify the License. You may add Your own attribution
          +          notices within Derivative Works that You distribute, alongside
          +          or as an addendum to the NOTICE text from the Work, provided
          +          that such additional attribution notices cannot be construed
          +          as modifying the License.
          +
          +      You may add Your own copyright statement to Your modifications and
          +      may provide additional or different license terms and conditions
          +      for use, reproduction, or distribution of Your modifications, or
          +      for any such Derivative Works as a whole, provided Your use,
          +      reproduction, and distribution of the Work otherwise complies with
          +      the conditions stated in this License.
          +
          +   5. Submission of Contributions. Unless You explicitly state otherwise,
          +      any Contribution intentionally submitted for inclusion in the Work
          +      by You to the Licensor shall be under the terms and conditions of
          +      this License, without any additional terms or conditions.
          +      Notwithstanding the above, nothing herein shall supersede or modify
          +      the terms of any separate license agreement you may have executed
          +      with Licensor regarding such Contributions.
          +
          +   6. Trademarks. This License does not grant permission to use the trade
          +      names, trademarks, service marks, or product names of the Licensor,
          +      except as required for reasonable and customary use in describing the
          +      origin of the Work and reproducing the content of the NOTICE file.
          +
          +   7. Disclaimer of Warranty. Unless required by applicable law or
          +      agreed to in writing, Licensor provides the Work (and each
          +      Contributor provides its Contributions) on an "AS IS" BASIS,
          +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
          +      implied, including, without limitation, any warranties or conditions
          +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
          +      PARTICULAR PURPOSE. You are solely responsible for determining the
          +      appropriateness of using or redistributing the Work and assume any
          +      risks associated with Your exercise of permissions under this License.
          +
          +   8. Limitation of Liability. In no event and under no legal theory,
          +      whether in tort (including negligence), contract, or otherwise,
          +      unless required by applicable law (such as deliberate and grossly
          +      negligent acts) or agreed to in writing, shall any Contributor be
          +      liable to You for damages, including any direct, indirect, special,
          +      incidental, or consequential damages of any character arising as a
          +      result of this License or out of the use or inability to use the
          +      Work (including but not limited to damages for loss of goodwill,
          +      work stoppage, computer failure or malfunction, or any and all
          +      other commercial damages or losses), even if such Contributor
          +      has been advised of the possibility of such damages.
          +
          +   9. Accepting Warranty or Additional Liability. While redistributing
          +      the Work or Derivative Works thereof, You may choose to offer,
          +      and charge a fee for, acceptance of support, warranty, indemnity,
          +      or other liability obligations and/or rights consistent with this
          +      License. However, in accepting such obligations, You may act only
          +      on Your own behalf and on Your sole responsibility, not on behalf
          +      of any other Contributor, and only if You agree to indemnify,
          +      defend, and hold each Contributor harmless for any liability
          +      incurred by, or claims asserted against, such Contributor by reason
          +      of your accepting any such warranty or additional liability.
          +
          +   END OF TERMS AND CONDITIONS
          +
          +   APPENDIX: How to apply the Apache License to your work.
          +
          +      To apply the Apache License to your work, attach the following
          +      boilerplate notice, with the fields enclosed by brackets "{}"
          +      replaced with your own identifying information. (Don't include
          +      the brackets!)  The text should be enclosed in the appropriate
          +      comment syntax for the file format. We also recommend that a
          +      file or class name and description of purpose be included on the
          +      same "printed page" as the copyright notice for easier
          +      identification within third-party archives.
          +
          +   Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
          +
          +   Licensed under the Apache License, Version 2.0 (the "License");
          +   you may not use this file except in compliance with the License.
          +   You may obtain a copy of the License at
          +
          +       http://www.apache.org/licenses/LICENSE-2.0
          +
          +   Unless required by applicable law or agreed to in writing, software
          +   distributed under the License is distributed on an "AS IS" BASIS,
          +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
          +   See the License for the specific language governing permissions and
          +   limitations under the License.
          +
          +
          +
        • +
        • +

          Apache License 2.0

          +

          Used by:

          + +
                                         Apache License
          +                         Version 2.0, January 2004
          +                      http://www.apache.org/licenses/
          +
          +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
          +
          +1. Definitions.
          +
          +  "License" shall mean the terms and conditions for use, reproduction,
          +  and distribution as defined by Sections 1 through 9 of this document.
          +
          +  "Licensor" shall mean the copyright owner or entity authorized by
          +  the copyright owner that is granting the License.
          +
          +  "Legal Entity" shall mean the union of the acting entity and all
          +  other entities that control, are controlled by, or are under common
          +  control with that entity. For the purposes of this definition,
          +  "control" means (i) the power, direct or indirect, to cause the
          +  direction or management of such entity, whether by contract or
          +  otherwise, or (ii) ownership of fifty percent (50%) or more of the
          +  outstanding shares, or (iii) beneficial ownership of such entity.
          +
          +  "You" (or "Your") shall mean an individual or Legal Entity
          +  exercising permissions granted by this License.
          +
          +  "Source" form shall mean the preferred form for making modifications,
          +  including but not limited to software source code, documentation
          +  source, and configuration files.
          +
          +  "Object" form shall mean any form resulting from mechanical
          +  transformation or translation of a Source form, including but
          +  not limited to compiled object code, generated documentation,
          +  and conversions to other media types.
          +
          +  "Work" shall mean the work of authorship, whether in Source or
          +  Object form, made available under the License, as indicated by a
          +  copyright notice that is included in or attached to the work
          +  (an example is provided in the Appendix below).
          +
          +  "Derivative Works" shall mean any work, whether in Source or Object
          +  form, that is based on (or derived from) the Work and for which the
          +  editorial revisions, annotations, elaborations, or other modifications
          +  represent, as a whole, an original work of authorship. For the purposes
          +  of this License, Derivative Works shall not include works that remain
          +  separable from, or merely link (or bind by name) to the interfaces of,
          +  the Work and Derivative Works thereof.
          +
          +  "Contribution" shall mean any work of authorship, including
          +  the original version of the Work and any modifications or additions
          +  to that Work or Derivative Works thereof, that is intentionally
          +  submitted to Licensor for inclusion in the Work by the copyright owner
          +  or by an individual or Legal Entity authorized to submit on behalf of
          +  the copyright owner. For the purposes of this definition, "submitted"
          +  means any form of electronic, verbal, or written communication sent
          +  to the Licensor or its representatives, including but not limited to
          +  communication on electronic mailing lists, source code control systems,
          +  and issue tracking systems that are managed by, or on behalf of, the
          +  Licensor for the purpose of discussing and improving the Work, but
          +  excluding communication that is conspicuously marked or otherwise
          +  designated in writing by the copyright owner as "Not a Contribution."
          +
          +  "Contributor" shall mean Licensor and any individual or Legal Entity
          +  on behalf of whom a Contribution has been received by Licensor and
          +  subsequently incorporated within the Work.
          +
          +2. Grant of Copyright License. Subject to the terms and conditions of
          +  this License, each Contributor hereby grants to You a perpetual,
          +  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +  copyright license to reproduce, prepare Derivative Works of,
          +  publicly display, publicly perform, sublicense, and distribute the
          +  Work and such Derivative Works in Source or Object form.
          +
          +3. Grant of Patent License. Subject to the terms and conditions of
          +  this License, each Contributor hereby grants to You a perpetual,
          +  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +  (except as stated in this section) patent license to make, have made,
          +  use, offer to sell, sell, import, and otherwise transfer the Work,
          +  where such license applies only to those patent claims licensable
          +  by such Contributor that are necessarily infringed by their
          +  Contribution(s) alone or by combination of their Contribution(s)
          +  with the Work to which such Contribution(s) was submitted. If You
          +  institute patent litigation against any entity (including a
          +  cross-claim or counterclaim in a lawsuit) alleging that the Work
          +  or a Contribution incorporated within the Work constitutes direct
          +  or contributory patent infringement, then any patent licenses
          +  granted to You under this License for that Work shall terminate
          +  as of the date such litigation is filed.
          +
          +4. Redistribution. You may reproduce and distribute copies of the
          +  Work or Derivative Works thereof in any medium, with or without
          +  modifications, and in Source or Object form, provided that You
          +  meet the following conditions:
          +
          +  (a) You must give any other recipients of the Work or
          +      Derivative Works a copy of this License; and
          +
          +  (b) You must cause any modified files to carry prominent notices
          +      stating that You changed the files; and
          +
          +  (c) You must retain, in the Source form of any Derivative Works
          +      that You distribute, all copyright, patent, trademark, and
          +      attribution notices from the Source form of the Work,
          +      excluding those notices that do not pertain to any part of
          +      the Derivative Works; and
          +
          +  (d) If the Work includes a "NOTICE" text file as part of its
          +      distribution, then any Derivative Works that You distribute must
          +      include a readable copy of the attribution notices contained
          +      within such NOTICE file, excluding those notices that do not
          +      pertain to any part of the Derivative Works, in at least one
          +      of the following places: within a NOTICE text file distributed
          +      as part of the Derivative Works; within the Source form or
          +      documentation, if provided along with the Derivative Works; or,
          +      within a display generated by the Derivative Works, if and
                 wherever such third-party notices normally appear. The contents
                 of the NOTICE file are for informational purposes only and
                 do not modify the License. You may add Your own attribution
          @@ -6323,6 +6757,7 @@ 

          Apache License 2.0

          Used by:

                                        Apache License
                                   Version 2.0, January 2004
          @@ -8213,17 +8648,22 @@ 

          Used by:

        • arc-swap
        • async-channel
        • async-compression
        • +
        • async-io
        • +
        • async-lock
        • autocfg
        • backtrace
        • base64
        • base64
        • +
        • base64
        • bitflags
        • bitflags
        • bstr
        • bumpalo
        • bytes-utils
        • +
        • camino
        • cc
        • cfg-if
        • +
        • cfg-if
        • ci_info
        • cmake
        • concurrent-queue
        • @@ -8233,13 +8673,17 @@

          Used by:

        • core-foundation-sys
        • countme
        • crossbeam-channel
        • +
        • crossbeam-epoch
        • +
        • crossbeam-utils
        • crossbeam-utils
        • debugid
        • derivative
        • derive_arbitrary
        • either
        • +
        • env_logger
        • envmnt
        • equivalent
        • +
        • error-chain
        • event-listener
        • fastrand
        • fastrand
        • @@ -8253,10 +8697,13 @@

          Used by:

        • futures-lite
        • gimli
        • git2
        • +
        • glob
        • hashbrown
        • hashbrown
        • hdrhistogram
        • heck
        • +
        • heck
        • +
        • hermit-abi
        • hermit-abi
        • httparse
        • humantime-serde
        • @@ -8268,11 +8715,11 @@

          Used by:

        • indexmap
        • indexmap
        • inventory
        • +
        • io-lifetimes
        • ipconfig
        • itertools
        • itertools
        • itertools
        • -
        • itertools
        • jobserver
        • js-sys
        • lazy_static
        • @@ -8282,10 +8729,12 @@

          Used by:

        • libz-ng-sys
        • libz-sys
        • linux-raw-sys
        • +
        • linux-raw-sys
        • lock_api
        • log
        • maplit
        • match_cfg
        • +
        • maybe-uninit
        • mime
        • mockall
        • mockall_derive
        • @@ -8316,7 +8765,6 @@

          Used by:

        • pkg-config
        • proc-macro2
        • prost
        • -
        • prost
        • prost-build
        • prost-derive
        • prost-derive
        • @@ -8335,6 +8783,7 @@

          Used by:

        • rustc_version
        • rustc_version
        • rustix
        • +
        • rustix
        • rustls
        • rustls-native-certs
        • rustls-pemfile
        • @@ -8349,8 +8798,10 @@

          Used by:

        • shellexpand
        • signal-hook-registry
        • similar
        • +
        • skeptic
        • smallvec
        • socket2
        • +
        • socket2
        • stable_deref_trait
        • syn
        • syn
        • @@ -8359,7 +8810,6 @@

          Used by:

        • threadpool
        • tikv-jemalloc-sys
        • tikv-jemallocator
        • -
        • triomphe
        • try_match
        • tungstenite
        • typed-builder
        • @@ -8378,6 +8828,7 @@

          Used by:

        • waker-fn
        • wasi
        • wasi
        • +
        • wasi
        • wasm-bindgen
        • wasm-bindgen-backend
        • wasm-bindgen-futures
        • @@ -8583,7 +9034,221 @@

          Used by:

          you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +
          +
        • +
        • +

          Apache License 2.0

          +

          Used by:

          + +
                                        Apache License
          +                        Version 2.0, January 2004
          +                     http://www.apache.org/licenses/
          +
          +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
          +
          +1. Definitions.
          +
          +   "License" shall mean the terms and conditions for use, reproduction,
          +   and distribution as defined by Sections 1 through 9 of this document.
          +
          +   "Licensor" shall mean the copyright owner or entity authorized by
          +   the copyright owner that is granting the License.
          +
          +   "Legal Entity" shall mean the union of the acting entity and all
          +   other entities that control, are controlled by, or are under common
          +   control with that entity. For the purposes of this definition,
          +   "control" means (i) the power, direct or indirect, to cause the
          +   direction or management of such entity, whether by contract or
          +   otherwise, or (ii) ownership of fifty percent (50%) or more of the
          +   outstanding shares, or (iii) beneficial ownership of such entity.
          +
          +   "You" (or "Your") shall mean an individual or Legal Entity
          +   exercising permissions granted by this License.
          +
          +   "Source" form shall mean the preferred form for making modifications,
          +   including but not limited to software source code, documentation
          +   source, and configuration files.
          +
          +   "Object" form shall mean any form resulting from mechanical
          +   transformation or translation of a Source form, including but
          +   not limited to compiled object code, generated documentation,
          +   and conversions to other media types.
          +
          +   "Work" shall mean the work of authorship, whether in Source or
          +   Object form, made available under the License, as indicated by a
          +   copyright notice that is included in or attached to the work
          +   (an example is provided in the Appendix below).
          +
          +   "Derivative Works" shall mean any work, whether in Source or Object
          +   form, that is based on (or derived from) the Work and for which the
          +   editorial revisions, annotations, elaborations, or other modifications
          +   represent, as a whole, an original work of authorship. For the purposes
          +   of this License, Derivative Works shall not include works that remain
          +   separable from, or merely link (or bind by name) to the interfaces of,
          +   the Work and Derivative Works thereof.
          +
          +   "Contribution" shall mean any work of authorship, including
          +   the original version of the Work and any modifications or additions
          +   to that Work or Derivative Works thereof, that is intentionally
          +   submitted to Licensor for inclusion in the Work by the copyright owner
          +   or by an individual or Legal Entity authorized to submit on behalf of
          +   the copyright owner. For the purposes of this definition, "submitted"
          +   means any form of electronic, verbal, or written communication sent
          +   to the Licensor or its representatives, including but not limited to
          +   communication on electronic mailing lists, source code control systems,
          +   and issue tracking systems that are managed by, or on behalf of, the
          +   Licensor for the purpose of discussing and improving the Work, but
          +   excluding communication that is conspicuously marked or otherwise
          +   designated in writing by the copyright owner as "Not a Contribution."
          +
          +   "Contributor" shall mean Licensor and any individual or Legal Entity
          +   on behalf of whom a Contribution has been received by Licensor and
          +   subsequently incorporated within the Work.
          +
          +2. Grant of Copyright License. Subject to the terms and conditions of
          +   this License, each Contributor hereby grants to You a perpetual,
          +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +   copyright license to reproduce, prepare Derivative Works of,
          +   publicly display, publicly perform, sublicense, and distribute the
          +   Work and such Derivative Works in Source or Object form.
          +
          +3. Grant of Patent License. Subject to the terms and conditions of
          +   this License, each Contributor hereby grants to You a perpetual,
          +   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          +   (except as stated in this section) patent license to make, have made,
          +   use, offer to sell, sell, import, and otherwise transfer the Work,
          +   where such license applies only to those patent claims licensable
          +   by such Contributor that are necessarily infringed by their
          +   Contribution(s) alone or by combination of their Contribution(s)
          +   with the Work to which such Contribution(s) was submitted. If You
          +   institute patent litigation against any entity (including a
          +   cross-claim or counterclaim in a lawsuit) alleging that the Work
          +   or a Contribution incorporated within the Work constitutes direct
          +   or contributory patent infringement, then any patent licenses
          +   granted to You under this License for that Work shall terminate
          +   as of the date such litigation is filed.
          +
          +4. Redistribution. You may reproduce and distribute copies of the
          +   Work or Derivative Works thereof in any medium, with or without
          +   modifications, and in Source or Object form, provided that You
          +   meet the following conditions:
          +
          +   (a) You must give any other recipients of the Work or
          +       Derivative Works a copy of this License; and
          +
          +   (b) You must cause any modified files to carry prominent notices
          +       stating that You changed the files; and
          +
          +   (c) You must retain, in the Source form of any Derivative Works
          +       that You distribute, all copyright, patent, trademark, and
          +       attribution notices from the Source form of the Work,
          +       excluding those notices that do not pertain to any part of
          +       the Derivative Works; and
          +
          +   (d) If the Work includes a "NOTICE" text file as part of its
          +       distribution, then any Derivative Works that You distribute must
          +       include a readable copy of the attribution notices contained
          +       within such NOTICE file, excluding those notices that do not
          +       pertain to any part of the Derivative Works, in at least one
          +       of the following places: within a NOTICE text file distributed
          +       as part of the Derivative Works; within the Source form or
          +       documentation, if provided along with the Derivative Works; or,
          +       within a display generated by the Derivative Works, if and
          +       wherever such third-party notices normally appear. The contents
          +       of the NOTICE file are for informational purposes only and
          +       do not modify the License. You may add Your own attribution
          +       notices within Derivative Works that You distribute, alongside
          +       or as an addendum to the NOTICE text from the Work, provided
          +       that such additional attribution notices cannot be construed
          +       as modifying the License.
          +
          +   You may add Your own copyright statement to Your modifications and
          +   may provide additional or different license terms and conditions
          +   for use, reproduction, or distribution of Your modifications, or
          +   for any such Derivative Works as a whole, provided Your use,
          +   reproduction, and distribution of the Work otherwise complies with
          +   the conditions stated in this License.
          +
          +5. Submission of Contributions. Unless You explicitly state otherwise,
          +   any Contribution intentionally submitted for inclusion in the Work
          +   by You to the Licensor shall be under the terms and conditions of
          +   this License, without any additional terms or conditions.
          +   Notwithstanding the above, nothing herein shall supersede or modify
          +   the terms of any separate license agreement you may have executed
          +   with Licensor regarding such Contributions.
          +
          +6. Trademarks. This License does not grant permission to use the trade
          +   names, trademarks, service marks, or product names of the Licensor,
          +   except as required for reasonable and customary use in describing the
          +   origin of the Work and reproducing the content of the NOTICE file.
          +
          +7. Disclaimer of Warranty. Unless required by applicable law or
          +   agreed to in writing, Licensor provides the Work (and each
          +   Contributor provides its Contributions) on an "AS IS" BASIS,
          +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
          +   implied, including, without limitation, any warranties or conditions
          +   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
          +   PARTICULAR PURPOSE. You are solely responsible for determining the
          +   appropriateness of using or redistributing the Work and assume any
          +   risks associated with Your exercise of permissions under this License.
          +
          +8. Limitation of Liability. In no event and under no legal theory,
          +   whether in tort (including negligence), contract, or otherwise,
          +   unless required by applicable law (such as deliberate and grossly
          +   negligent acts) or agreed to in writing, shall any Contributor be
          +   liable to You for damages, including any direct, indirect, special,
          +   incidental, or consequential damages of any character arising as a
          +   result of this License or out of the use or inability to use the
          +   Work (including but not limited to damages for loss of goodwill,
          +   work stoppage, computer failure or malfunction, or any and all
          +   other commercial damages or losses), even if such Contributor
          +   has been advised of the possibility of such damages.
          +
          +9. Accepting Warranty or Additional Liability. While redistributing
          +   the Work or Derivative Works thereof, You may choose to offer,
          +   and charge a fee for, acceptance of support, warranty, indemnity,
          +   or other liability obligations and/or rights consistent with this
          +   License. However, in accepting such obligations, You may act only
          +   on Your own behalf and on Your sole responsibility, not on behalf
          +   of any other Contributor, and only if You agree to indemnify,
          +   defend, and hold each Contributor harmless for any liability
          +   incurred by, or claims asserted against, such Contributor by reason
          +   of your accepting any such warranty or additional liability.
          +
          +END OF TERMS AND CONDITIONS
          +
          +APPENDIX: How to apply the Apache License to your work.
          +
          +   To apply the Apache License to your work, attach the following
          +   boilerplate notice, with the fields enclosed by brackets "[]"
          +   replaced with your own identifying information. (Don't include
          +   the brackets!)  The text should be enclosed in the appropriate
          +   comment syntax for the file format. We also recommend that a
          +   file or class name and description of purpose be included on the
          +   same "printed page" as the copyright notice for easier
          +   identification within third-party archives.
          +
          +Copyright [yyyy] [name of copyright owner]
          +
          +Licensed under the Apache License, Version 2.0 (the "License");
          +you may not use this file except in compliance with the License.
          +You may obtain a copy of the License at
          +
          +    http://www.apache.org/licenses/LICENSE-2.0
           
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
          @@ -8596,11 +9261,13 @@ 

          Used by:

          Apache License 2.0

          Used by:

                                        Apache License
                                   Version 2.0, January 2004
          @@ -8796,7 +9463,7 @@ 

          Used by:

          you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -8809,13 +9476,7 @@

          Used by:

          Apache License 2.0

          Used by:

                                        Apache License
                                   Version 2.0, January 2004
          @@ -8999,7 +9660,7 @@ 

          Used by:

          To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate + the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier @@ -9011,7 +9672,7 @@

          Used by:

          you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -9619,6 +10280,7 @@

          Apache License 2.0

          Used by:

          @@ -10013,6 +10675,7 @@

          Used by:

          Apache License 2.0

          Used by:

                                        Apache License
          @@ -10223,6 +10886,7 @@ 

          Used by:

                                        Apache License
          @@ -10879,6 +11543,7 @@ 

          Used by:

        • apollo-encoder
        • apollo-parser
        • apollo-smith
        • +
        • apollo-smith
        ../../LICENSE-APACHE
      • @@ -11529,6 +12194,10 @@

        Used by:

        Apache License 2.0

        Used by:

          +
        • async-graphql-actix-web
        • +
        • async-graphql-derive
        • +
        • async-graphql-parser
        • +
        • async-graphql-value
        • deadpool-runtime
        • deno-proc-macro-rules
        • deno-proc-macro-rules-macros
        • @@ -11538,13 +12207,15 @@

          Used by:

        • graphql_client_codegen
        • graphql_query_derive
        • http-serde
        • +
        • ident_case
        • +
        • language-tags
        • libssh2-sys
        • linkme-impl
        • md5
        • num-cmp
        • +
        • prost
        • rhai_codegen
        • siphasher
        • -
        • sptr
        • system-configuration
        • system-configuration-sys
        • thrift
        • @@ -11626,6 +12297,27 @@

          Used by:

          http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +
        • +

          Apache License 2.0

          +

          Used by:

          + +
          Copyright 2021 Oliver Giersch
          +
          +Licensed under the Apache License, Version 2.0 (the "License");
          +you may not use this file except in compliance with the License.
          +You may obtain a copy of the License at
          +
          +    http://www.apache.org/licenses/LICENSE-2.0
          +
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
          @@ -11777,6 +12469,38 @@ 

          Used by:

          BSD 2-Clause "Simplified" License

          Used by:

          +
          Copyright (c) 2015, Nick Fitzgerald
          +All rights reserved.
          +
          +Redistribution and use in source and binary forms, with or without modification,
          +are permitted provided that the following conditions are met:
          +
          +1. Redistributions of source code must retain the above copyright notice, this
          +   list of conditions and the following disclaimer.
          +
          +2. Redistributions in binary form must reproduce the above copyright notice,
          +   this list of conditions and the following disclaimer in the documentation
          +   and/or other materials provided with the distribution.
          +
          +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
          +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
          +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
          +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
          +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
          +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
          +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
          +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
          +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
          +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
          +
          +
        • +
        • +

          BSD 2-Clause "Simplified" License

          +

          Used by:

          +
          Copyright (c) <year> <owner> 
          @@ -11833,6 +12557,8 @@ 

          Used by:

          Copyright (c) 2016 Dropbox, Inc.
          @@ -12296,9 +13022,119 @@ 

          Elastic License 2.0

          Used by:

          +
          Copyright 2021 Apollo Graph, Inc.
          +
          +Elastic License 2.0
          +
          +## Acceptance
          +
          +By using the software, you agree to all of the terms and conditions below.
          +
          +## Copyright License
          +
          +The licensor grants you a non-exclusive, royalty-free, worldwide,
          +non-sublicensable, non-transferable license to use, copy, distribute, make
          +available, and prepare derivative works of the software, in each case subject to
          +the limitations and conditions below.
          +
          +## Limitations
          +
          +You may not provide the software to third parties as a hosted or managed
          +service, where the service provides users with access to any substantial set of
          +the features or functionality of the software.
          +
          +You may not move, change, disable, or circumvent the license key functionality
          +in the software, and you may not remove or obscure any functionality in the
          +software that is protected by the license key.
          +
          +You may not alter, remove, or obscure any licensing, copyright, or other notices
          +of the licensor in the software. Any use of the licensor’s trademarks is subject
          +to applicable law.
          +
          +## Patents
          +
          +The licensor grants you a license, under any patent claims the licensor can
          +license, or becomes able to license, to make, have made, use, sell, offer for
          +sale, import and have imported the software, in each case subject to the
          +limitations and conditions in this license. This license does not cover any
          +patent claims that you cause to be infringed by modifications or additions to
          +the software. If you or your company make any written claim that the software
          +infringes or contributes to infringement of any patent, your patent license for
          +the software granted under these terms ends immediately. If your company makes
          +such a claim, your patent license ends immediately for work on behalf of your
          +company.
          +
          +## Notices
          +
          +You must ensure that anyone who gets a copy of any part of the software from you
          +also gets a copy of these terms.
          +
          +If you modify the software, you must include in any modified copies of the
          +software prominent notices stating that you have modified the software.
          +
          +## No Other Rights
          +
          +These terms do not imply any licenses other than those expressly granted in
          +these terms.
          +
          +## Termination
          +
          +If you use the software in violation of these terms, such use is not licensed,
          +and your licenses will automatically terminate. If the licensor provides you
          +with a notice of your violation, and you cease all violation of this license no
          +later than 30 days after you receive that notice, your licenses will be
          +reinstated retroactively. However, if you violate these terms after such
          +reinstatement, any additional violation of these terms will cause your licenses
          +to terminate automatically and permanently.
          +
          +## No Liability
          +
          +*As far as the law allows, the software comes as is, without any warranty or
          +condition, and the licensor will not be liable to you for any damages arising
          +out of these terms or the use or nature of the software, under any kind of
          +legal claim.*
          +
          +## Definitions
          +
          +The **licensor** is the entity offering these terms, and the **software** is the
          +software the licensor makes available under these terms, including any portion
          +of it.
          +
          +**you** refers to the individual or entity agreeing to these terms.
          +
          +**your company** is any legal entity, sole proprietorship, or other kind of
          +organization that you work for, plus all organizations that have control over,
          +are under the control of, or are under common control with that
          +organization. **control** means ownership of substantially all the assets of an
          +entity, or the power to direct its management and policies by vote, contract, or
          +otherwise. Control can be direct or indirect.
          +
          +**your licenses** are all the licenses granted to you for the software under
          +these terms.
          +
          +**use** means anything you do with the software requiring one of your licenses.
          +
          +**trademark** means trademarks, service marks, and similar rights.
          +
          +--------------------------------------------------------------------------------
          +
          +
        • +
        • +

          Elastic License 2.0

          +

          Used by:

          +
          Copyright 2021 Apollo Graph, Inc.
           
          +Source code in this repository is covered by (i) the Elastic License 2.0 or (ii) an MIT compatible license, in each case, as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a licensing file in a subdirectory specifies another license.
          +
          +--------------------------------------------------------------------------------
          +
           Elastic License 2.0
           
           ## Acceptance
          @@ -12389,268 +13225,574 @@ 

          Used by:

          **use** means anything you do with the software requiring one of your licenses. -**trademark** means trademarks, service marks, and similar rights. +**trademark** means trademarks, service marks, and similar rights. + +--------------------------------------------------------------------------------
          +
        • +
        • +

          ISC License

          +

          Used by:

          + +
             Copyright 2015-2016 Brian Smith.
          +
          +   Permission to use, copy, modify, and/or distribute this software for any
          +   purpose with or without fee is hereby granted, provided that the above
          +   copyright notice and this permission notice appear in all copies.
          +
          +   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
          +   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
          +   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
          +   SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
          +   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
          +   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
          +   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
          +
        • +
        • +

          ISC License

          +

          Used by:

          + +
          /* Copyright (c) 2015, Google Inc.
          + *
          + * Permission to use, copy, modify, and/or distribute this software for any
          + * purpose with or without fee is hereby granted, provided that the above
          + * copyright notice and this permission notice appear in all copies.
          + *
          + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
          + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
          + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
          + * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
          + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
          + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
          + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
          +
          +
        • +
        • +

          ISC License

          +

          Used by:

          + +
          // Copyright 2015-2016 Brian Smith.
          +//
          +// Permission to use, copy, modify, and/or distribute this software for any
          +// purpose with or without fee is hereby granted, provided that the above
          +// copyright notice and this permission notice appear in all copies.
          +//
          +// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
          +// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
          +// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
          +// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
          +// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
          +// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
          +// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
          +
          +
        • +
        • +

          ISC License

          +

          Used by:

          + +
          Copyright (c) 2017 Adam Wick
          +
          +Permission to use, copy, modify, and/or distribute this software for any purpose
          +with or without fee is hereby granted, provided that the above copyright notice
          +and this permission notice appear in all copies.
           
          ---------------------------------------------------------------------------------
          +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
          +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
          +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
          +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
          +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
          +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
          +THIS SOFTWARE.
           
        • -

          Elastic License 2.0

          +

          ISC License

          Used by:

          -
          Copyright 2021 Apollo Graph, Inc.
          -
          -Source code in this repository is covered by (i) the Elastic License 2.0 or (ii) an MIT compatible license, in each case, as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a licensing file in a subdirectory specifies another license.
          +                
          Copyright (c) Hanno Braun and contributors
           
          ---------------------------------------------------------------------------------
          +Permission to use, copy, modify, and/or distribute this software for any purpose
          +with or without fee is hereby granted, provided that the above copyright notice
          +and this permission notice appear in all copies.
           
          -Elastic License 2.0
          +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
          +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
          +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
          +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
          +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
          +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
          +THIS SOFTWARE.
          +
        • +
        • +

          ISC License

          +

          Used by:

          + +
          Copyright (c) Hanno Braun and contributors
           
          -## Acceptance
          +Permission to use, copy, modify, and/or distribute this software for any purpose
          +with or without fee is hereby granted, provided that the above copyright notice
          +and this permission notice appear in all copies.
           
          -By using the software, you agree to all of the terms and conditions below.
          +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
          +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
          +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
          +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
          +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
          +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
          +THIS SOFTWARE.
          +
          +
        • +
        • +

          ISC License

          +

          Used by:

          + +
          ISC License:
           
          -## Copyright License
          +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
          +Copyright (c) 1995-2003 by Internet Software Consortium
           
          -The licensor grants you a non-exclusive, royalty-free, worldwide,
          -non-sublicensable, non-transferable license to use, copy, distribute, make
          -available, and prepare derivative works of the software, in each case subject to
          -the limitations and conditions below.
          +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
           
          -## Limitations
          +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          // Copyright (c) 2019 Nuclear Furnace
          +//
          +// 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:
          +//
          +// The above copyright notice and this permission notice shall be included in all
          +// copies or substantial portions of the Software.
          +//
          +// 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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2014 Alex Crichton
           
          -You may not provide the software to third parties as a hosted or managed
          -service, where the service provides users with access to any substantial set of
          -the features or functionality of the software.
          +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:
           
          -You may not move, change, disable, or circumvent the license key functionality
          -in the software, and you may not remove or obscure any functionality in the
          -software that is protected by the license key.
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -You may not alter, remove, or obscure any licensing, copyright, or other notices
          -of the licensor in the software. Any use of the licensor’s trademarks is subject
          -to applicable law.
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2014 Carl Lerche and other MIO contributors
           
          -## Patents
          +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:
           
          -The licensor grants you a license, under any patent claims the licensor can
          -license, or becomes able to license, to make, have made, use, sell, offer for
          -sale, import and have imported the software, in each case subject to the
          -limitations and conditions in this license. This license does not cover any
          -patent claims that you cause to be infringed by modifications or additions to
          -the software. If you or your company make any written claim that the software
          -infringes or contributes to infringement of any patent, your patent license for
          -the software granted under these terms ends immediately. If your company makes
          -such a claim, your patent license ends immediately for work on behalf of your
          -company.
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
           
          -## Notices
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2014-2019 Geoffroy Couprie
           
          -You must ensure that anyone who gets a copy of any part of the software from you
          -also gets a copy of these terms.
          +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:
           
          -If you modify the software, you must include in any modified copies of the
          -software prominent notices stating that you have modified the software.
          +The above copyright notice and this permission notice shall be
          +included in all copies or substantial portions of the Software.
           
          -## No Other Rights
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2014-2019 Sean McArthur
           
          -These terms do not imply any licenses other than those expressly granted in
          -these terms.
          +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:
           
          -## Termination
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
           
          -If you use the software in violation of these terms, such use is not licensed,
          -and your licenses will automatically terminate. If the licensor provides you
          -with a notice of your violation, and you cease all violation of this license no
          -later than 30 days after you receive that notice, your licenses will be
          -reinstated retroactively. However, if you violate these terms after such
          -reinstatement, any additional violation of these terms will cause your licenses
          -to terminate automatically and permanently.
          +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.
           
          -## No Liability
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2014-2020 Optimal Computing (NZ) Ltd
           
          -*As far as the law allows, the software comes as is, without any warranty or
          -condition, and the licensor will not be liable to you for any damages arising
          -out of these terms or the use or nature of the software, under any kind of
          -legal claim.*
          +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:
           
          -## Definitions
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
           
          -The **licensor** is the entity offering these terms, and the **software** is the
          -software the licensor makes available under these terms, including any portion
          -of it.
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2014-2021 Sean McArthur
           
          -**you** refers to the individual or entity agreeing to these terms.
          +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:
           
          -**your company** is any legal entity, sole proprietorship, or other kind of
          -organization that you work for, plus all organizations that have control over,
          -are under the control of, or are under common control with that
          -organization. **control** means ownership of substantially all the assets of an
          -entity, or the power to direct its management and policies by vote, contract, or
          -otherwise. Control can be direct or indirect.
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
           
          -**your licenses** are all the licenses granted to you for the software under
          -these terms.
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2015 Igor Shaula
           
          -**use** means anything you do with the software requiring one of your licenses.
          +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:
           
          -**trademark** means trademarks, service marks, and similar rights.
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
           
          ---------------------------------------------------------------------------------
          +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. +
        • -

          ISC License

          +

          MIT License

          Used by:

          -
             Copyright 2015-2016 Brian Smith.
          +                
          Copyright (c) 2015 Jan-Erik Rediger, Hendrik Sollich
           
          -   Permission to use, copy, modify, and/or distribute this software for any
          -   purpose with or without fee is hereby granted, provided that the above
          -   copyright notice and this permission notice appear in all copies.
          +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:
           
          -   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
          -   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
          -   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
          -   SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
          -   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
          -   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
          -   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
          +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. +
        • -

          ISC License

          +

          MIT License

          Used by:

          -
          /* Copyright (c) 2015, Google Inc.
          - *
          - * Permission to use, copy, modify, and/or distribute this software for any
          - * purpose with or without fee is hereby granted, provided that the above
          - * copyright notice and this permission notice appear in all copies.
          - *
          - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
          - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
          - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
          - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
          - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
          - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
          - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
          +                
          Copyright (c) 2015 Jonathan Reem
          +
          +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:
          +
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
          +
          +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.
           
        • -

          ISC License

          +

          MIT License

          Used by:

          -
          // Copyright 2015-2016 Brian Smith.
          -//
          -// Permission to use, copy, modify, and/or distribute this software for any
          -// purpose with or without fee is hereby granted, provided that the above
          -// copyright notice and this permission notice appear in all copies.
          -//
          -// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
          -// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
          -// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
          -// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
          -// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
          -// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
          -// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
          +                
          Copyright (c) 2015 fangyuanziti
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
          +
          +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.
           
        • -

          ISC License

          +

          MIT License

          Used by:

          -
          Copyright (c) 2017 Adam Wick
          +                
          Copyright (c) 2015 steffengy
           
          -Permission to use, copy, modify, and/or distribute this software for any purpose
          -with or without fee is hereby granted, provided that the above copyright notice
          -and this permission notice appear in all copies.
          +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:
           
          -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
          -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
          -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
          -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
          -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
          -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
          -THIS SOFTWARE.
          +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +
          +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.
           
        • -

          ISC License

          +

          MIT License

          Used by:

          -
          Copyright (c) Hanno Braun and contributors
          +                
          Copyright (c) 2015-2016 the fiat-crypto authors (see
          +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
           
          -Permission to use, copy, modify, and/or distribute this software for any purpose
          -with or without fee is hereby granted, provided that the above copyright notice
          -and this permission notice appear in all copies.
          +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:
           
          -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
          -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
          -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
          -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
          -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
          -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
          -THIS SOFTWARE.
          +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. +
        • -

          ISC License

          +

          MIT License

          Used by:

          -
          Copyright (c) Hanno Braun and contributors
          +                
          Copyright (c) 2015-2019 Doug Tangren
           
          -Permission to use, copy, modify, and/or distribute this software for any purpose
          -with or without fee is hereby granted, provided that the above copyright notice
          -and this permission notice appear in all copies.
          +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:
           
          -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
          -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
          -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
          -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
          -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
          -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
          -THIS SOFTWARE.
          +The above copyright notice and this permission notice shall be
          +included in all copies or substantial portions of the Software.
          +
          +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.
           
        • -

          ISC License

          +

          MIT License

          Used by:

          -
          ISC License:
          +                
          Copyright (c) 2015-2020 Doug Tangren
           
          -Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
          -Copyright (c) 1995-2003 by Internet Software Consortium
          +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:
           
          -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
          +The above copyright notice and this permission notice shall be
          +included in all copies or substantial portions of the Software.
           
          -THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
          -
          +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.
        • MIT License

          Used by:

          -
          Copyright (c) 2014 Alex Crichton
          +                
          Copyright (c) 2016 Anatoly Ikorsky
           
           Permission is hereby granted, free of charge, to any
           person obtaining a copy of this software and associated
          @@ -12675,15 +13817,45 @@ 

          Used by:

          OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +
        • MIT License

          Used by:

          -
          Copyright (c) 2014 Carl Lerche and other MIO contributors
          +                
          Copyright (c) 2016 William Orr <will@worrbase.com>
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2017 Daniel Abramov
          +Copyright (c) 2017 Alexey Galakhov
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -12708,9 +13880,9 @@ 

          Used by:

          MIT License

          Used by:

          -
          Copyright (c) 2014-2019 Geoffroy Couprie
          +                
          Copyright (c) 2017 Doug Tangren
           
           Permission is hereby granted, free of charge, to any person obtaining
           a copy of this software and associated documentation files (the
          @@ -12736,10 +13908,10 @@ 

          Used by:

          MIT License

          Used by:

          -
          Copyright (c) 2014-2019 Sean McArthur
          +                
          Copyright (c) 2017 Gilad Naaman
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -12748,34 +13920,6 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -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. - -
          -
        • -
        • -

          MIT License

          -

          Used by:

          - -
          Copyright (c) 2014-2020 Optimal Computing (NZ) Ltd
          -
          -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:
          -
           The above copyright notice and this permission notice shall be included in all
           copies or substantial portions of the Software.
           
          @@ -12783,72 +13927,81 @@ 

          Used by:

          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. -
          +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.
        • MIT License

          Used by:

          -
          Copyright (c) 2014-2021 Sean McArthur
          +                
          Copyright (c) 2017 Redox OS Developers
           
          -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:
          +MIT License
           
          -The above copyright notice and this permission notice shall be included in
          -all copies or substantial portions of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be
          +included in all copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2015 Igor Shaula
          +                
          Copyright (c) 2017 h2 authors
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be included in
          -all copies or substantial portions of the Software.
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2015 Jan-Erik Rediger, Hendrik Sollich
          +                
          Copyright (c) 2017-2019 Geoffroy Couprie
           
           Permission is hereby granted, free of charge, to any person obtaining
           a copy of this software and associated documentation files (the
          @@ -12874,10 +14027,9 @@ 

          Used by:

          MIT License

          Used by:

          -
          Copyright (c) 2015 Jonathan Reem
          +                
          Copyright (c) 2018 Carl Lerche
           
           Permission is hereby granted, free of charge, to any
           person obtaining a copy of this software and associated
          @@ -12908,9 +14060,38 @@ 

          Used by:

          MIT License

          Used by:

          +
          Copyright (c) 2018 Sean McArthur
          +Copyright (c) 2016 Alex Crichton
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
          +
          +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.
          +
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + -
          Copyright (c) 2015 fangyuanziti
          +                
          Copyright (c) 2018-2019 Sean McArthur
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -12929,86 +14110,109 @@ 

          Used by:

          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. +
        • MIT License

          Used by:

          -
          Copyright (c) 2015 steffengy
          +                
          Copyright (c) 2019 Axum Contributors
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2015-2016 the fiat-crypto authors (see
          -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
          +                
          Copyright (c) 2019 Carl Lerche
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be included in all
          -copies or substantial portions of the Software.
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2015-2020 Doug Tangren
          +                
          Copyright (c) 2019 Carl Lerche
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be
          -included in all copies or substantial portions of the Software.
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -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.
          -
        • -
        • -

          MIT License

          -

          Used by:

          - -
          Copyright (c) 2016 Anatoly Ikorsky
          +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.
          +
          +Copyright (c) 2018 David Tolnay
           
           Permission is hereby granted, free of charge, to any
           person obtaining a copy of this software and associated
          @@ -13033,17 +14237,30 @@ 

          Used by:

          OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2019 David Pedersen
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
           
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2016 William Orr <will@worrbase.com>
          +                
          Copyright (c) 2019 Eliza Weisman
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13052,26 +14269,25 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
        • MIT License

          Used by:

          -
          Copyright (c) 2017 Daniel Abramov
          -Copyright (c) 2017 Alexey Galakhov
          +                
          Copyright (c) 2019 Eliza Weisman
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13080,53 +14296,59 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
        • MIT License

          Used by:

          -
          Copyright (c) 2017 Doug Tangren
          +                
          Copyright (c) 2019 Hyper Contributors
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be
          -included in all copies or substantial portions of the Software.
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2017 Gilad Naaman
          +                
          Copyright (c) 2019 Stepan Koltsov
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13138,52 +14360,95 @@ 

          Used by:

          The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -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.
          +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.
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright (c) 2019 Tokio Contributors
          +
          +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:
          +
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
          +
          +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.
          +
        • MIT License

          Used by:

          -
          Copyright (c) 2017 Redox OS Developers
          -
          -MIT License
          +                
          Copyright (c) 2019 Tower Contributors
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be
          -included in all copies or substantial portions of the Software.
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2017 h2 authors
          +                
          Copyright (c) 2019-2021 Tower Contributors
           
           Permission is hereby granted, free of charge, to any
           person obtaining a copy of this software and associated
          @@ -13214,37 +14479,38 @@ 

          Used by:

          MIT License

          Used by:

          -
          Copyright (c) 2017-2019 Geoffroy Couprie
          +                
          Copyright (c) 2020 Lucio Franco
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be
          -included in all copies or substantial portions of the Software.
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2018 Carl Lerche
          +                
          Copyright (c) 2023 Tokio Contributors
           
           Permission is hereby granted, free of charge, to any
           person obtaining a copy of this software and associated
          @@ -13275,10 +14541,57 @@ 

          Used by:

          MIT License

          Used by:

          -
          Copyright (c) 2018 Sean McArthur
          -Copyright (c) 2016 Alex Crichton
          +                
          Copyright 2021 Alec Embke
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +
          +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.
          +
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright 2021 Axum Contributors
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          Copyright 2023 Alec Embke
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          MIT License
          +
          +Copyright (c) 2016 Jerome Froelich
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13287,26 +14600,27 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. - -
          +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
        • MIT License

          Used by:

          -
          Copyright (c) 2018-2019 Sean McArthur
          +                
          MIT License
          +
          +Copyright (c) 2016 fengcen
          +Copyright (c) 2019 svartalf
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13315,167 +14629,175 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. - +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Axum Contributors
          +                
          MIT License
           
          -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:
          +Copyright (c) 2017 Evgeny Safronov
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Carl Lerche
          -
          -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:
          +                
          MIT License
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +Copyright (c) 2017 Ted Driggs
           
          -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.
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Carl Lerche
          +                
          MIT License
           
          -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:
          +Copyright (c) 2018 Canop
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
           
          -Copyright (c) 2018 David Tolnay
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          MIT License
           
          -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:
          +Copyright (c) 2019 Acrimon
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2019 David Pedersen
          +                
          MIT License
           
          -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:
          +Copyright (c) 2019 Bojan
           
          -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Eliza Weisman
          +                
          MIT License
          +
          +Copyright (c) 2019 Graham Esau
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13484,25 +14806,27 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Eliza Weisman
          +                
          MIT License
          +
          +Copyright (c) 2019 Hannes Karppila
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13520,49 +14844,50 @@ 

          Used by:

          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. -
          +SOFTWARE.
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Hyper Contributors
          +                
          MIT License
           
          -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:
          +Copyright (c) 2019 Peter Glotfelty
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Stepan Koltsov
          +                
          MIT License
          +
          +Copyright (c) 2019 Yoshua Wuyts
          +Copyright (c) Tokio Contributors
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13574,129 +14899,111 @@ 

          Used by:

          The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -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.
          +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. +
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Tokio Contributors
          +                
          MIT License
           
          -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:
          +Copyright (c) 2019 brunoczim
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2019 Tower Contributors
          +                
          MIT License
           
          -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:
          +Copyright (c) 2020 Rousan Ali
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2019-2021 Tower Contributors
          +                
          MIT License
           
          -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:
          +Copyright (c) 2021 MarcusGrass
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2020 Lucio Franco
          +                
          MIT License
          +
          +Copyright (c) 2021 the Deno authors
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13705,88 +15012,56 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
        • MIT License

          Used by:

          -
          Copyright (c) 2023 Tokio Contributors
          +                
          MIT License
           
          -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:
          +Copyright (c) 2021-2022 Joshua Barretto 
           
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright (c) 2023 Tokio Contributors
          -
          -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:
          -
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          -
          -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.
          -
          -The MIT License (MIT)
          +                
          MIT License
           
          -Copyright (c) 2019 Yoshua Wuyts
          +Copyright (c) 2022 Ibraheem Ahmed
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13811,40 +15086,86 @@ 

          Used by:

          MIT License

          Used by:

          -
          Copyright 2021 Alec Embke
          +                
          MIT License
           
          -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:
          +Copyright (c) 2022 Nugine
           
          -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
           
          -
          +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.
        • MIT License

          Used by:

          -
          Copyright 2021 Axum Contributors
          +                
          MIT License
           
          -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:
          +Copyright (c) 2022 picoHz
           
          -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +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:
           
          -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.
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          Copyright 2023 Alec Embke
          +                
          MIT License
          +
          +Copyright (c) <year> <copyright holders>
           
           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:
           
          @@ -13857,11 +15178,11 @@ 

          Used by:

          MIT License

          Used by:

          MIT License
           
          -Copyright (c) 2016 Jerome Froelich
          +Copyright (c) Tokio Contributors
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13879,18 +15200,18 @@ 

          Used by:

          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.
          +SOFTWARE. +
        • MIT License

          Used by:

          MIT License
           
          -Copyright (c) 2016 fengcen
          -Copyright (c) 2019 svartalf
          +Copyright (c) [2019] [Changseok Han]
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13908,18 +15229,17 @@ 

          Used by:

          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. -
          +SOFTWARE.
        • MIT License

          Used by:

          MIT License
           
          -Copyright (c) 2017 Evgeny Safronov
          +Copyright (c) [2021] [Boris Zhguchev]
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13937,47 +15257,121 @@ 

          Used by:

          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. +SOFTWARE.
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          MIT License
          +
          +Copyright (c) 2019 Daniel Augusto Rizzi Salvadori
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          MIT License (MIT)
          +
          +Copyright (c) 2017 Felix Köpge
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +
          +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.
           
        • MIT License

          Used by:

          -
          MIT License
          +                
          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:
           
          -Copyright (c) 2018 Canop
          +The above copyright notice and this permission notice
          +shall be included in all copies or substantial portions
          +of the Software.
           
          -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:
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          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:
           
          -The above copyright notice and this permission notice shall be included in all
          -copies or substantial portions of the Software.
          +The above copyright notice and this permission notice shall be
          +included in all copies or substantial portions of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License
           
          -Copyright (c) 2019 Acrimon
          +Copyright 2015 Google Inc. All rights reserved.
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -13986,27 +15380,27 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License
           
          -Copyright (c) 2019 Bojan
          +Copyright 2015 The Fancy Regex Authors.
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14015,28 +15409,29 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2019 Graham Esau
          +Copyright (c) 2014 Benjamin Sago
          +Copyright (c) 2021-2022 The Nushell Project Developers
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14061,11 +15456,12 @@ 

          Used by:

          MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2019 Hannes Karppila
          +Copyright (c) 2014 Mathijs van de Nes
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14089,14 +15485,11 @@ 

          Used by:

          MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2019 Peter Glotfelty
          +Copyright (c) 2014 Mathijs van de Nes
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14121,11 +15514,14 @@ 

          Used by:

          MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2019 brunoczim
          +Copyright (c) 2014 Ning Sun
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14144,17 +15540,24 @@ 

          Used by:

          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. +
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2020 Rousan Ali
          +Copyright (c) 2015 Andrew Gallant
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14163,27 +15566,27 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2021 MarcusGrass
          +Copyright (c) 2015 Austin Bonander
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14202,17 +15605,21 @@ 

          Used by:

          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. +
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2021 the Deno authors
          +Copyright (c) 2015 Danny Guo
          +Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
          +Copyright (c) 2018 Akash Kurdekar
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14237,11 +15644,11 @@ 

          Used by:

          MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2021-2022 Joshua Barretto 
          +Copyright (c) 2015 Gerd Zellweger
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14250,27 +15657,26 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. -
          +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2022 Ibraheem Ahmed
          +Copyright (c) 2015 Siyu Wang
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14289,17 +15695,18 @@ 

          Used by:

          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. +
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2022 Nugine
          +Copyright (c) 2015 Vincent Prouillet
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14317,17 +15724,19 @@ 

          Used by:

          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.
          +SOFTWARE. +
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) 2022 picoHz
          +Copyright (c) 2015-2020 Julien Cretin
          +Copyright (c) 2017-2020 Google Inc.
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14352,45 +15761,42 @@ 

          Used by:

          MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) <year> <copyright holders>
          +Copyright (c) 2016 Google Inc. (lewinb@google.com) -- though not an official
          +Google product or in any way related!
          +Copyright (c) 2018-2020 Lewin Bormann (lbo@spheniscida.de)
           
          -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:
          +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:
           
          -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
           
          -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.
          +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.
           
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) [2019] [Changseok Han]
          +Copyright (c) 2016 Jelte Fennema
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14408,17 +15814,18 @@ 

          Used by:

          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.
          +SOFTWARE. +
        • MIT License

          Used by:

          -
          MIT License
          +                
          The MIT License (MIT)
           
          -Copyright (c) [2021] [Boris Zhguchev]
          +Copyright (c) 2016 Jonathan Creekmore
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14436,120 +15843,19 @@ 

          Used by:

          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.
          -
        • -
        • -

          MIT License

          -

          Used by:

          - -
          MIT License
          -
          -Copyright (c) 2019 Daniel Augusto Rizzi Salvadori
          -
          -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:
          -
          -The above copyright notice and this permission notice shall be included in all
          -copies or substantial portions of the Software.
          -
          -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.
          -
        • -
        • -

          MIT License

          -

          Used by:

          - -
          MIT License (MIT)
          -
          -Copyright (c) 2017 Felix Köpge
          -
          -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:
          -
          -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
          -
          -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.
          -
          -
        • -
        • -

          MIT License

          -

          Used by:

          - -
          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:
          -
          -The above copyright notice and this permission notice
          -shall be included in all copies or substantial portions
          -of the Software.
          -
          -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.
          -
          -
        • -
        • -

          MIT License

          -

          Used by:

          - -
          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:
          -
          -The above copyright notice and this permission notice shall be
          -included in all copies or substantial portions of the Software.
          -
          -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.
          +SOFTWARE.
           
        • MIT License

          Used by:

          -
          The MIT License
          +                
          The MIT License (MIT)
           
          -Copyright 2015 The Fancy Regex Authors.
          +Copyright (c) 2017 Andrew Gallant
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14574,13 +15880,13 @@ 

          Used by:

          MIT License

          Used by:

          The MIT License (MIT)
           
          -Copyright (c) 2014 Benjamin Sago
          -Copyright (c) 2021-2022 The Nushell Project Developers
          +Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14599,18 +15905,18 @@ 

          Used by:

          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. +
        • MIT License

          Used by:

          The MIT License (MIT)
           
          -Copyright (c) 2014 Mathijs van de Nes
          +Copyright (c) 2017 Jose Narvaez
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14628,17 +15934,21 @@ 

          Used by:

          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.
          +SOFTWARE. + +
        • MIT License

          Used by:

          The MIT License (MIT)
           
          -Copyright (c) 2014 Mathijs van de Nes
          +Copyright (c) 2018 pyros2097
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14657,18 +15967,18 @@ 

          Used by:

          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. +
        • MIT License

          Used by:

          The MIT License (MIT)
           
          -Copyright (c) 2014 Ning Sun
          +Copyright (c) 2020 Benjamin Coenen
           
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
          @@ -14677,17 +15987,89 @@ 

          Used by:

          copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          The MIT License (MIT)
          +Copyright (c) 2016 Alexandre Bury
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
           
          +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.
          +
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          The MIT License (MIT)
          +
          +Copyright (c) 2015 Bartłomiej Kamiński
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in all
          +copies or substantial portions of the Software.
          +
          +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.
          +
        • +
        • +

          MIT License

          +

          Used by:

          + +
          The MIT License (MIT)
          +
          +Copyright (c) 2015 Markus Westerlind
          +
          +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:
          +
          +The above copyright notice and this permission notice shall be included in
          +all copies or substantial portions of the Software.
          +
          +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.
          +
           
        • @@ -14699,12 +16081,24 @@

          Used by:

        • globset
        • memchr
        • regex-automata
        • +
        • same-file
        • termcolor
        • walkdir
        • +
        • winapi-util
        -
        The MIT License (MIT)
        +                
        This project is dual-licensed under the Unlicense and MIT licenses.
         
        -Copyright (c) 2015 Andrew Gallant
        +You may use this code under the terms of either license.
        +
        + +
      • +

        MIT License

        +

        Used by:

        + +
        © 2016 Bertram Truong
        +© 2021 Kornel Lesiński
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -14726,579 +16120,433 @@ 

        Used by:

      • -

        MIT License

        +

        Mozilla Public License 2.0

        Used by:

        -
        The MIT License (MIT)
        +                
        Mozilla Public License Version 2.0
        +==================================
         
        -Copyright (c) 2015 Austin Bonander
        +### 1. Definitions
         
        -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:
        +**1.1. “Contributor”**
        +    means each individual or legal entity that creates, contributes to
        +    the creation of, or owns Covered Software.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +**1.2. “Contributor Version”**
        +    means the combination of the Contributions of others (if any) used
        +    by a Contributor and that particular Contributor's Contribution.
         
        -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.
        +**1.3. “Contribution”**
        +    means Covered Software of a particular Contributor.
         
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +**1.4. “Covered Software”**
        +    means Source Code Form to which the initial Contributor has attached
        +    the notice in Exhibit A, the Executable Form of such Source Code
        +    Form, and Modifications of such Source Code Form, in each case
        +    including portions thereof.
         
        -Copyright (c) 2015 Danny Guo
        -Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
        -Copyright (c) 2018 Akash Kurdekar
        +**1.5. “Incompatible With Secondary Licenses”**
        +    means
         
        -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:
        +* **(a)** that the initial Contributor has attached the notice described
        +    in Exhibit B to the Covered Software; or
        +* **(b)** that the Covered Software was made available under the terms of
        +    version 1.1 or earlier of the License, but not also under the
        +    terms of a Secondary License.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +**1.6. “Executable Form”**
        +    means any form of the work other than Source Code Form.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +**1.7. “Larger Work”**
        +    means a work that combines Covered Software with other material, in
        +    a separate file or files, that is not Covered Software.
         
        -Copyright (c) 2015 Siyu Wang
        +**1.8. “License”**
        +    means this document.
         
        -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:
        +**1.9. “Licensable”**
        +    means having the right to grant, to the maximum extent possible,
        +    whether at the time of the initial grant or subsequently, any and
        +    all of the rights conveyed by this License.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +**1.10. “Modifications”**
        +    means any of the following:
         
        -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.
        +* **(a)** any file in Source Code Form that results from an addition to,
        +    deletion from, or modification of the contents of Covered
        +    Software; or
        +* **(b)** any new file in Source Code Form that contains any Covered
        +    Software.
         
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +**1.11. “Patent Claims” of a Contributor**
        +    means any patent claim(s), including without limitation, method,
        +    process, and apparatus claims, in any patent Licensable by such
        +    Contributor that would be infringed, but for the grant of the
        +    License, by the making, using, selling, offering for sale, having
        +    made, import, or transfer of either its Contributions or its
        +    Contributor Version.
        +
        +**1.12. “Secondary License”**
        +    means either the GNU General Public License, Version 2.0, the GNU
        +    Lesser General Public License, Version 2.1, the GNU Affero General
        +    Public License, Version 3.0, or any later versions of those
        +    licenses.
        +
        +**1.13. “Source Code Form”**
        +    means the form of the work preferred for making modifications.
        +
        +**1.14. “You” (or “Your”)**
        +    means an individual or a legal entity exercising rights under this
        +    License. For legal entities, “You” includes any entity that
        +    controls, is controlled by, or is under common control with You. For
        +    purposes of this definition, “control” means **(a)** the power, direct
        +    or indirect, to cause the direction or management of such entity,
        +    whether by contract or otherwise, or **(b)** ownership of more than
        +    fifty percent (50%) of the outstanding shares or beneficial
        +    ownership of such entity.
        +
        +
        +### 2. License Grants and Conditions
        +
        +#### 2.1. Grants
        +
        +Each Contributor hereby grants You a world-wide, royalty-free,
        +non-exclusive license:
        +
        +* **(a)** under intellectual property rights (other than patent or trademark)
        +    Licensable by such Contributor to use, reproduce, make available,
        +    modify, display, perform, distribute, and otherwise exploit its
        +    Contributions, either on an unmodified basis, with Modifications, or
        +    as part of a Larger Work; and
        +* **(b)** under Patent Claims of such Contributor to make, use, sell, offer
        +    for sale, have made, import, and otherwise transfer either its
        +    Contributions or its Contributor Version.
        +
        +#### 2.2. Effective Date
        +
        +The licenses granted in Section 2.1 with respect to any Contribution
        +become effective for each Contribution on the date the Contributor first
        +distributes such Contribution.
        +
        +#### 2.3. Limitations on Grant Scope
        +
        +The licenses granted in this Section 2 are the only rights granted under
        +this License. No additional rights or licenses will be implied from the
        +distribution or licensing of Covered Software under this License.
        +Notwithstanding Section 2.1(b) above, no patent license is granted by a
        +Contributor:
        +
        +* **(a)** for any code that a Contributor has removed from Covered Software;
        +    or
        +* **(b)** for infringements caused by: **(i)** Your and any other third party's
        +    modifications of Covered Software, or **(ii)** the combination of its
        +    Contributions with other software (except as part of its Contributor
        +    Version); or
        +* **(c)** under Patent Claims infringed by Covered Software in the absence of
        +    its Contributions.
        +
        +This License does not grant any rights in the trademarks, service marks,
        +or logos of any Contributor (except as may be necessary to comply with
        +the notice requirements in Section 3.4).
        +
        +#### 2.4. Subsequent Licenses
        +
        +No Contributor makes additional grants as a result of Your choice to
        +distribute the Covered Software under a subsequent version of this
        +License (see Section 10.2) or under the terms of a Secondary License (if
        +permitted under the terms of Section 3.3).
        +
        +#### 2.5. Representation
        +
        +Each Contributor represents that the Contributor believes its
        +Contributions are its original creation(s) or it has sufficient rights
        +to grant the rights to its Contributions conveyed by this License.
        +
        +#### 2.6. Fair Use
        +
        +This License is not intended to limit any rights You have under
        +applicable copyright doctrines of fair use, fair dealing, or other
        +equivalents.
         
        -Copyright (c) 2015 Vincent Prouillet
        +#### 2.7. Conditions
         
        -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:
        +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
        +in Section 2.1.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +### 3. Responsibilities
         
        -Copyright (c) 2015-2020 Julien Cretin
        -Copyright (c) 2017-2020 Google Inc.
        +#### 3.1. Distribution of Source Form
         
        -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:
        +All distribution of Covered Software in Source Code Form, including any
        +Modifications that You create or to which You contribute, must be under
        +the terms of this License. You must inform recipients that the Source
        +Code Form of the Covered Software is governed by the terms of this
        +License, and how they can obtain a copy of this License. You may not
        +attempt to alter or restrict the recipients' rights in the Source Code
        +Form.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +#### 3.2. Distribution of Executable Form
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +If You distribute Covered Software in Executable Form then:
         
        -Copyright (c) 2016 Google Inc. (lewinb@google.com) -- though not an official
        -Google product or in any way related!
        -Copyright (c) 2018-2020 Lewin Bormann (lbo@spheniscida.de)
        +* **(a)** such Covered Software must also be made available in Source Code
        +    Form, as described in Section 3.1, and You must inform recipients of
        +    the Executable Form how they can obtain a copy of such Source Code
        +    Form by reasonable means in a timely manner, at a charge no more
        +    than the cost of distribution to the recipient; and
         
        -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:
        +* **(b)** You may distribute such Executable Form under the terms of this
        +    License, or sublicense it under different terms, provided that the
        +    license for the Executable Form does not attempt to limit or alter
        +    the recipients' rights in the Source Code Form under this License.
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +#### 3.3. Distribution of a Larger Work
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +You may create and distribute a Larger Work under terms of Your choice,
        +provided that You also comply with the requirements of this License for
        +the Covered Software. If the Larger Work is a combination of Covered
        +Software with a work governed by one or more Secondary Licenses, and the
        +Covered Software is not Incompatible With Secondary Licenses, this
        +License permits You to additionally distribute such Covered Software
        +under the terms of such Secondary License(s), so that the recipient of
        +the Larger Work may, at their option, further distribute the Covered
        +Software under the terms of either this License or such Secondary
        +License(s).
         
        -Copyright (c) 2016 Jelte Fennema
        +#### 3.4. Notices
         
        -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:
        +You may not remove or alter the substance of any license notices
        +(including copyright notices, patent notices, disclaimers of warranty,
        +or limitations of liability) contained within the Source Code Form of
        +the Covered Software, except that You may alter any license notices to
        +the extent required to remedy known factual inaccuracies.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +#### 3.5. Application of Additional Terms
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +You may choose to offer, and to charge a fee for, warranty, support,
        +indemnity or liability obligations to one or more recipients of Covered
        +Software. However, You may do so only on Your own behalf, and not on
        +behalf of any Contributor. You must make it absolutely clear that any
        +such warranty, support, indemnity, or liability obligation is offered by
        +You alone, and You hereby agree to indemnify every Contributor for any
        +liability incurred by such Contributor as a result of warranty, support,
        +indemnity or liability terms You offer. You may include additional
        +disclaimers of warranty and limitations of liability specific to any
        +jurisdiction.
         
        -Copyright (c) 2016 Jonathan Creekmore
         
        -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:
        +### 4. Inability to Comply Due to Statute or Regulation
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +If it is impossible for You to comply with any of the terms of this
        +License with respect to some or all of the Covered Software due to
        +statute, judicial order, or regulation then You must: **(a)** comply with
        +the terms of this License to the maximum extent possible; and **(b)**
        +describe the limitations and the code they affect. Such description must
        +be placed in a text file included with all distributions of the Covered
        +Software under this License. Except to the extent prohibited by statute
        +or regulation, such description must be sufficiently detailed for a
        +recipient of ordinary skill to be able to understand it.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
         
        -Copyright (c) 2017 Andrew Gallant
        +### 5. Termination
         
        -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:
        +**5.1.** The rights granted under this License will terminate automatically
        +if You fail to comply with any of its terms. However, if You become
        +compliant, then the rights granted under this License from a particular
        +Contributor are reinstated **(a)** provisionally, unless and until such
        +Contributor explicitly and finally terminates Your grants, and **(b)** on an
        +ongoing basis, if such Contributor fails to notify You of the
        +non-compliance by some reasonable means prior to 60 days after You have
        +come back into compliance. Moreover, Your grants from a particular
        +Contributor are reinstated on an ongoing basis if such Contributor
        +notifies You of the non-compliance by some reasonable means, this is the
        +first time You have received notice of non-compliance with this License
        +from such Contributor, and You become compliant prior to 30 days after
        +Your receipt of the notice.
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +**5.2.** If You initiate litigation against any entity by asserting a patent
        +infringement claim (excluding declaratory judgment actions,
        +counter-claims, and cross-claims) alleging that a Contributor Version
        +directly or indirectly infringes any patent, then the rights granted to
        +You by any and all Contributors for the Covered Software under Section
        +2.1 of this License shall terminate.
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all
        +end user license agreements (excluding distributors and resellers) which
        +have been validly granted by You or Your distributors under this License
        +prior to termination shall survive termination.
         
        -Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
         
        -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:
        +### 6. Disclaimer of Warranty
        +
        +> Covered Software is provided under this License on an “as is”
        +> basis, without warranty of any kind, either expressed, implied, or
        +> statutory, including, without limitation, warranties that the
        +> Covered Software is free of defects, merchantable, fit for a
        +> particular purpose or non-infringing. The entire risk as to the
        +> quality and performance of the Covered Software is with You.
        +> Should any Covered Software prove defective in any respect, You
        +> (not any Contributor) assume the cost of any necessary servicing,
        +> repair, or correction. This disclaimer of warranty constitutes an
        +> essential part of this License. No use of any Covered Software is
        +> authorized under this License except under this disclaimer.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +### 7. Limitation of Liability
         
        -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.
        +> Under no circumstances and under no legal theory, whether tort
        +> (including negligence), contract, or otherwise, shall any
        +> Contributor, or anyone who distributes Covered Software as
        +> permitted above, be liable to You for any direct, indirect,
        +> special, incidental, or consequential damages of any character
        +> including, without limitation, damages for lost profits, loss of
        +> goodwill, work stoppage, computer failure or malfunction, or any
        +> and all other commercial damages or losses, even if such party
        +> shall have been informed of the possibility of such damages. This
        +> limitation of liability shall not apply to liability for death or
        +> personal injury resulting from such party's negligence to the
        +> extent applicable law prohibits such limitation. Some
        +> jurisdictions do not allow the exclusion or limitation of
        +> incidental or consequential damages, so this exclusion and
        +> limitation may not apply to You.
         
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
         
        -Copyright (c) 2017 Jose Narvaez
        +### 8. Litigation
         
        -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:
        +Any litigation relating to this License may be brought only in the
        +courts of a jurisdiction where the defendant maintains its principal
        +place of business and such litigation shall be governed by laws of that
        +jurisdiction, without reference to its conflict-of-law provisions.
        +Nothing in this Section shall prevent a party's ability to bring
        +cross-claims or counter-claims.
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
         
        -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.
        +### 9. Miscellaneous
         
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +This License represents the complete agreement concerning the subject
        +matter hereof. If any provision of this License is held to be
        +unenforceable, such provision shall be reformed only to the extent
        +necessary to make it enforceable. Any law or regulation which provides
        +that the language of a contract shall be construed against the drafter
        +shall not be used to construe this License against a Contributor.
         
        -Copyright (c) 2018 pyros2097
         
        -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:
        +### 10. Versions of the License
         
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        +#### 10.1. New Versions
         
        -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.
        +Mozilla Foundation is the license steward. Except as provided in Section
        +10.3, no one other than the license steward has the right to modify or
        +publish new versions of this License. Each version will be given a
        +distinguishing version number.
         
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        +#### 10.2. Effect of New Versions
         
        -Copyright (c) 2020 Benjamin Coenen
        +You may distribute the Covered Software under the terms of the version
        +of the License under which You originally received the Covered Software,
        +or under the terms of any subsequent version published by the license
        +steward.
         
        -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:
        +#### 10.3. Modified Versions
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +If you create software not governed by this License, and you want to
        +create a new license for such software, you may create and use a
        +modified version of this License if you rename the license and remove
        +any references to the name of the license steward (except to note that
        +such modified license differs from this License).
         
        -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.
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        -Copyright (c) 2016 Alexandre Bury
        +#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
         
        -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:
        +If You choose to distribute Source Code Form that is Incompatible With
        +Secondary Licenses under the terms of this version of the License, the
        +notice described in Exhibit B of this License must be attached.
         
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +## Exhibit A - Source Code Form License Notice
         
        -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.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        -
        -Copyright (c) 2015 Bartłomiej Kamiński
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        -
        -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.
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        The MIT License (MIT)
        -
        -Copyright (c) 2015 Markus Westerlind
        -
        -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:
        -
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        -
        -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.
        -
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        This project is dual-licensed under the Unlicense and MIT licenses.
        +    This Source Code Form is subject to the terms of the Mozilla Public
        +    License, v. 2.0. If a copy of the MPL was not distributed with this
        +    file, You can obtain one at http://mozilla.org/MPL/2.0/.
         
        -You may use this code under the terms of either license.
        -
        -
      • -
      • -

        MIT License

        -

        Used by:

        - -
        © 2016 Bertram Truong
        -© 2021 Kornel Lesiński
        +If it is not possible or desirable to put the notice in a particular
        +file, then You may include the notice in a location (such as a LICENSE
        +file in a relevant directory) where a recipient would be likely to look
        +for such a notice.
         
        -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:
        +You may add additional accurate notices of copyright ownership.
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +## Exhibit B - “Incompatible With Secondary Licenses” Notice
         
        -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.
        +    This Source Code Form is "Incompatible With Secondary Licenses", as
        +    defined by the Mozilla Public License, v. 2.0.
         
      • Mozilla Public License 2.0

        Used by:

        Mozilla Public License Version 2.0
         ==================================
         
        -### 1. Definitions
        +1. Definitions
        +--------------
         
        -**1.1. “Contributor”**
        +1.1. "Contributor"
             means each individual or legal entity that creates, contributes to
             the creation of, or owns Covered Software.
         
        -**1.2. “Contributor Version”**
        +1.2. "Contributor Version"
             means the combination of the Contributions of others (if any) used
             by a Contributor and that particular Contributor's Contribution.
         
        -**1.3. “Contribution”**
        +1.3. "Contribution"
             means Covered Software of a particular Contributor.
         
        -**1.4. “Covered Software”**
        +1.4. "Covered Software"
             means Source Code Form to which the initial Contributor has attached
             the notice in Exhibit A, the Executable Form of such Source Code
             Form, and Modifications of such Source Code Form, in each case
             including portions thereof.
         
        -**1.5. “Incompatible With Secondary Licenses”**
        +1.5. "Incompatible With Secondary Licenses"
             means
         
        -* **(a)** that the initial Contributor has attached the notice described
        -    in Exhibit B to the Covered Software; or
        -* **(b)** that the Covered Software was made available under the terms of
        -    version 1.1 or earlier of the License, but not also under the
        -    terms of a Secondary License.
        +    (a) that the initial Contributor has attached the notice described
        +        in Exhibit B to the Covered Software; or
         
        -**1.6. “Executable Form”**
        +    (b) that the Covered Software was made available under the terms of
        +        version 1.1 or earlier of the License, but not also under the
        +        terms of a Secondary License.
        +
        +1.6. "Executable Form"
             means any form of the work other than Source Code Form.
         
        -**1.7. “Larger Work”**
        -    means a work that combines Covered Software with other material, in
        +1.7. "Larger Work"
        +    means a work that combines Covered Software with other material, in 
             a separate file or files, that is not Covered Software.
         
        -**1.8. “License”**
        +1.8. "License"
             means this document.
         
        -**1.9. “Licensable”**
        +1.9. "Licensable"
             means having the right to grant, to the maximum extent possible,
             whether at the time of the initial grant or subsequently, any and
             all of the rights conveyed by this License.
         
        -**1.10. “Modifications”**
        +1.10. "Modifications"
             means any of the following:
         
        -* **(a)** any file in Source Code Form that results from an addition to,
        -    deletion from, or modification of the contents of Covered
        -    Software; or
        -* **(b)** any new file in Source Code Form that contains any Covered
        -    Software.
        +    (a) any file in Source Code Form that results from an addition to,
        +        deletion from, or modification of the contents of Covered
        +        Software; or
         
        -**1.11. “Patent Claims” of a Contributor**
        +    (b) any new file in Source Code Form that contains any Covered
        +        Software.
        +
        +1.11. "Patent Claims" of a Contributor
             means any patent claim(s), including without limitation, method,
             process, and apparatus claims, in any patent Licensable by such
             Contributor that would be infringed, but for the grant of the
        @@ -15306,49 +16554,50 @@ 

        Used by:

        made, import, or transfer of either its Contributions or its Contributor Version. -**1.12. “Secondary License”** +1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. -**1.13. “Source Code Form”** +1.13. "Source Code Form" means the form of the work preferred for making modifications. -**1.14. “You” (or “Your”)** +1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this - License. For legal entities, “You” includes any entity that + License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For - purposes of this definition, “control” means **(a)** the power, direct + purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, - whether by contract or otherwise, or **(b)** ownership of more than + whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. +2. License Grants and Conditions +-------------------------------- -### 2. License Grants and Conditions - -#### 2.1. Grants +2.1. Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: -* **(a)** under intellectual property rights (other than patent or trademark) +(a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and -* **(b)** under Patent Claims of such Contributor to make, use, sell, offer + +(b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. -#### 2.2. Effective Date +2.2. Effective Date The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. -#### 2.3. Limitations on Grant Scope +2.3. Limitations on Grant Scope The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the @@ -15356,47 +16605,49 @@

        Used by:

        Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: -* **(a)** for any code that a Contributor has removed from Covered Software; +(a) for any code that a Contributor has removed from Covered Software; or -* **(b)** for infringements caused by: **(i)** Your and any other third party's - modifications of Covered Software, or **(ii)** the combination of its + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or -* **(c)** under Patent Claims infringed by Covered Software in the absence of + +(c) under Patent Claims infringed by Covered Software in the absence of its Contributions. This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). -#### 2.4. Subsequent Licenses +2.4. Subsequent Licenses No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). -#### 2.5. Representation +2.5. Representation Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. -#### 2.6. Fair Use +2.6. Fair Use This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. -#### 2.7. Conditions +2.7. Conditions Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. +3. Responsibilities +------------------- -### 3. Responsibilities - -#### 3.1. Distribution of Source Form +3.1. Distribution of Source Form All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under @@ -15406,22 +16657,22 @@

        Used by:

        attempt to alter or restrict the recipients' rights in the Source Code Form. -#### 3.2. Distribution of Executable Form +3.2. Distribution of Executable Form If You distribute Covered Software in Executable Form then: -* **(a)** such Covered Software must also be made available in Source Code +(a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and -* **(b)** You may distribute such Executable Form under the terms of this +(b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. -#### 3.3. Distribution of a Larger Work +3.3. Distribution of a Larger Work You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for @@ -15434,7 +16685,7 @@

        Used by:

        Software under the terms of either this License or such Secondary License(s). -#### 3.4. Notices +3.4. Notices You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, @@ -15442,7 +16693,7 @@

        Used by:

        the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. -#### 3.5. Application of Additional Terms +3.5. Application of Additional Terms You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered @@ -15455,27 +16706,27 @@

        Used by:

        disclaimers of warranty and limitations of liability specific to any jurisdiction. - -### 4. Inability to Comply Due to Statute or Regulation +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to -statute, judicial order, or regulation then You must: **(a)** comply with -the terms of this License to the maximum extent possible; and **(b)** +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. +5. Termination +-------------- -### 5. Termination - -**5.1.** The rights granted under this License will terminate automatically +5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular -Contributor are reinstated **(a)** provisionally, unless and until such -Contributor explicitly and finally terminates Your grants, and **(b)** on an +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular @@ -15485,53 +16736,62 @@

        Used by:

        from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. -**5.2.** If You initiate litigation against any entity by asserting a patent +5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. -**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ -### 6. Disclaimer of Warranty - -> Covered Software is provided under this License on an “as is” -> basis, without warranty of any kind, either expressed, implied, or -> statutory, including, without limitation, warranties that the -> Covered Software is free of defects, merchantable, fit for a -> particular purpose or non-infringing. The entire risk as to the -> quality and performance of the Covered Software is with You. -> Should any Covered Software prove defective in any respect, You -> (not any Contributor) assume the cost of any necessary servicing, -> repair, or correction. This disclaimer of warranty constitutes an -> essential part of this License. No use of any Covered Software is -> authorized under this License except under this disclaimer. - -### 7. Limitation of Liability - -> Under no circumstances and under no legal theory, whether tort -> (including negligence), contract, or otherwise, shall any -> Contributor, or anyone who distributes Covered Software as -> permitted above, be liable to You for any direct, indirect, -> special, incidental, or consequential damages of any character -> including, without limitation, damages for lost profits, loss of -> goodwill, work stoppage, computer failure or malfunction, or any -> and all other commercial damages or losses, even if such party -> shall have been informed of the possibility of such damages. This -> limitation of liability shall not apply to liability for death or -> personal injury resulting from such party's negligence to the -> extent applicable law prohibits such limitation. Some -> jurisdictions do not allow the exclusion or limitation of -> incidental or consequential damages, so this exclusion and -> limitation may not apply to You. - +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ -### 8. Litigation +8. Litigation +------------- Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal @@ -15540,8 +16800,8 @@

        Used by:

        Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. - -### 9. Miscellaneous +9. Miscellaneous +---------------- This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be @@ -15550,24 +16810,24 @@

        Used by:

        that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. +10. Versions of the License +--------------------------- -### 10. Versions of the License - -#### 10.1. New Versions +10.1. New Versions Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. -#### 10.2. Effect of New Versions +10.2. Effect of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. -#### 10.3. Modified Versions +10.3. Modified Versions If you create software not governed by this License, and you want to create a new license for such software, you may create and use a @@ -15575,17 +16835,19 @@

        Used by:

        any references to the name of the license steward (except to note that such modified license differs from this License). -#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. -## Exhibit A - Source Code Form License Notice +Exhibit A - Source Code Form License Notice +------------------------------------------- - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE @@ -15594,16 +16856,19 @@

        Used by:

        You may add additional accurate notices of copyright ownership. -## Exhibit B - “Incompatible With Secondary Licenses” Notice +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. - This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0.
      • Mozilla Public License 2.0

        Used by:

        Mozilla Public License Version 2.0
        diff --git a/scripts/install.sh b/scripts/install.sh
        index 49b3de7c84..47b35295bc 100755
        --- a/scripts/install.sh
        +++ b/scripts/install.sh
        @@ -11,7 +11,7 @@ BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/downloa
         
         # Router version defined in apollo-router's Cargo.toml
         # Note: Change this line manually during the release steps.
        -PACKAGE_VERSION="v1.50.0"
        +PACKAGE_VERSION="v1.51.0-rc.0"
         
         download_binary() {
             downloader --check
        
        From 813aa7666f0668dcfe787161c50d2d30399e1a63 Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Thu, 11 Jul 2024 09:46:46 +0300
        Subject: [PATCH 05/16] docs: Changelog editorial
        
        Ref: https://github.com/apollographql/router/pull/5386
        ---
         .changesets/breaking_bnjjj_fix_5282.md        | 49 ----------------
         .../fix_datadog_trace_resource_mapping.md     | 58 +++++++++++++++++++
         2 files changed, 58 insertions(+), 49 deletions(-)
         delete mode 100644 .changesets/breaking_bnjjj_fix_5282.md
         create mode 100644 .changesets/fix_datadog_trace_resource_mapping.md
        
        diff --git a/.changesets/breaking_bnjjj_fix_5282.md b/.changesets/breaking_bnjjj_fix_5282.md
        deleted file mode 100644
        index b350b04430..0000000000
        --- a/.changesets/breaking_bnjjj_fix_5282.md
        +++ /dev/null
        @@ -1,49 +0,0 @@
        -### Datadog exporter resource behavior and mapping ([Issue #5282](https://github.com/apollographql/router/issues/5282))
        -
        -Users of the Datadog trace exporter may have noticed that span and resource naming is not as expected. 
        -Unlike other APMs, Datadog expects static span names, and then uses resource mapping to provide additional context.
        -
        -The default behavior of the Datadog exporter has now been changed to support this and give a better user experience.
        -
        -```yaml
        -telemetry:
        -  exporters:
        -    tracing:
        -      datadog:
        -        enabled: true
        -        # Enables resource mapping, previously disabled by default, but now enabled.
        -        enable_span_mapping: true
        -        # Enables fixed span names, defaults to true.
        -        fixed_span_names: true
        -
        -  instrumentation:
        -    spans:
        -      mode: spec_compliant
        -            
        -```
        -
        -The following default resource mappings are applied:
        -
        -| OpenTelemetry Span Name | Datadog Span Operation Name |
        -|-------------------------|-----------------------------|
        -| `request`               | `http.route`                |
        -| `router`                | `http.route`                |
        -| `supergraph`            | `graphql.operation.name`    |
        -| `query_planning`        | `graphql.operation.name`    |
        -| `subgraph`              | `subgraph.name`             |
        -| `subgraph_request`      | `graphql.operation.name`    |
        -| `http_request`          | `http.route`                |
        -
        -You can override the default resource mappings by specifying the `resource_mapping` configuration:
        -
        -```yaml
        -  exporters:
        -    tracing:
        -      datadog:
        -        enabled: true
        -        resource_mapping:
        -          # Use `my.span.attribute` as the resource name for the `router` span
        -          router: "my.span.attribute"
        -```
        -
        -By [@bnjjj](https://github.com/bnjjj) and [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographql/router/pull/5386
        diff --git a/.changesets/fix_datadog_trace_resource_mapping.md b/.changesets/fix_datadog_trace_resource_mapping.md
        new file mode 100644
        index 0000000000..9f182b659f
        --- /dev/null
        +++ b/.changesets/fix_datadog_trace_resource_mapping.md
        @@ -0,0 +1,58 @@
        +### Correct broken Datadog trace exporter span names and resource mapping ([Issue #5282](https://github.com/apollographql/router/issues/5282))
        +
        +The Router has two ways of sending traces to Datadog:
        +
        +1. The [OpenTelemetry for Datadog](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#otlp-configuration) approach (which is the recommended method).  This is identified by `otlp` in YAML configuration, and is *not* impacted by this fix; and
        +2. The ["Datadog native" configuration](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#datadog-native-configuration).  This is identified by the use of a `datadog:` key in YAML configuration.
        +
        +This fixes a bug in the latter approach which caused a broken user experience in certain Datadog experiences, such as the "Resources" section of the [Datadog APM Service Catalog](https://docs.datadoghq.com/service_catalog/) page.
        +
        +We now use static span names by default, with resource mappings providing additional context when desired, which enables the desired behavior which was not possible before.
        +
        +_If for some reason you wish to maintain the existing behavior, you must either update your spans and resource mappings, or keep your spans and instead configure the router to use dynamic span names and disable resource mapping._
        +
        +Enabling resource mapping and fixed span names is configured by the `enable_span_mapping` and `fixed_span_names` options:
        +
        +```yaml
        +telemetry:
        +  exporters:
        +    tracing:
        +      datadog:
        +        enabled: true
        +        # Enables resource mapping, previously disabled by default, but now enabled.
        +        enable_span_mapping: true
        +        # Enables fixed span names, defaults to true.
        +        fixed_span_names: true
        +
        +  instrumentation:
        +    spans:
        +      mode: spec_compliant
        +```
        +
        +With `enable_span_mapping` set to `true` (now default), the following resource mappings are applied:
        +
        +| OpenTelemetry Span Name | Datadog Span Operation Name |
        +|-------------------------|-----------------------------|
        +| `request`               | `http.route`                |
        +| `router`                | `http.route`                |
        +| `supergraph`            | `graphql.operation.name`    |
        +| `query_planning`        | `graphql.operation.name`    |
        +| `subgraph`              | `subgraph.name`             |
        +| `subgraph_request`      | `graphql.operation.name`    |
        +| `http_request`          | `http.route`                |
        +
        +You can override the default resource mappings by specifying the `resource_mapping` configuration:
        +
        +```yaml
        +  exporters:
        +    tracing:
        +      datadog:
        +        enabled: true
        +        resource_mapping:
        +          # Use `my.span.attribute` as the resource name for the `router` span
        +          router: "my.span.attribute"
        +```
        +
        +To learn more, see the [Datadog trace exporter](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog) documentation.
        +
        +By [@bnjjj](https://github.com/bnjjj) and [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographql/router/pull/5386
        
        From 4420a4ed77feee3a5b8a44e0f51a1d3203f15285 Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Thu, 11 Jul 2024 12:28:58 +0300
        Subject: [PATCH 06/16] Update
         .changesets/fix_datadog_trace_resource_mapping.md
        
        Co-authored-by: Coenen Benjamin 
        ---
         .changesets/fix_datadog_trace_resource_mapping.md | 1 +
         1 file changed, 1 insertion(+)
        
        diff --git a/.changesets/fix_datadog_trace_resource_mapping.md b/.changesets/fix_datadog_trace_resource_mapping.md
        index 9f182b659f..39aa77fcd0 100644
        --- a/.changesets/fix_datadog_trace_resource_mapping.md
        +++ b/.changesets/fix_datadog_trace_resource_mapping.md
        @@ -44,6 +44,7 @@ With `enable_span_mapping` set to `true` (now default), the following resource m
         You can override the default resource mappings by specifying the `resource_mapping` configuration:
         
         ```yaml
        +telemetry:
           exporters:
             tracing:
               datadog:
        
        From 3be23cfbbd4538b5c8d8c6f9cdd8263e72ca2dc6 Mon Sep 17 00:00:00 2001
        From: Coenen Benjamin 
        Date: Fri, 12 Jul 2024 09:39:09 +0200
        Subject: [PATCH 07/16] Update selectors.mdx
        
        Co-authored-by: Edward Huang 
        ---
         .../configuration/telemetry/instrumentation/selectors.mdx       | 2 +-
         1 file changed, 1 insertion(+), 1 deletion(-)
        
        diff --git a/docs/source/configuration/telemetry/instrumentation/selectors.mdx b/docs/source/configuration/telemetry/instrumentation/selectors.mdx
        index dc539e4535..ef48c9b641 100644
        --- a/docs/source/configuration/telemetry/instrumentation/selectors.mdx
        +++ b/docs/source/configuration/telemetry/instrumentation/selectors.mdx
        @@ -82,7 +82,7 @@ The subgraph service executes multiple times during query execution, with each e
         | `subgraph_request_header`   | Yes         |                  | The name of a subgraph request header                                          |
         | `subgraph_response_header`  | Yes         |                  | The name of a subgraph response header                                         |
         | `subgraph_response_status`  | Yes         | `code`\|`reason` | The status of a subgraph response                                              |
        -| `subgraph_on_graphql_error` | No          | `true`\|`false`  | Boolean set to true if the subgrapoh response payload contains a graphql error |
        +| `subgraph_on_graphql_error` | No          | `true`\|`false`  | Boolean set to true if the subgraph response payload contains a graphql error |
         | `supergraph_operation_name` | Yes         | `string`\|`hash` | The operation name from the supergraph query                                   |
         | `supergraph_operation_kind` | Yes         | `string`         | The operation kind from the supergraph query                                   |
         | `supergraph_query`          | Yes         | `string`         | The graphql query to the supergraph                                            |
        
        From 70b4ea22623f82b1ade5c30ee2411b0536b356fc Mon Sep 17 00:00:00 2001
        From: Coenen Benjamin 
        Date: Fri, 12 Jul 2024 09:39:44 +0200
        Subject: [PATCH 08/16] Update feat_bnjjj_feat_284.md
        
        Co-authored-by: Edward Huang 
        ---
         .changesets/feat_bnjjj_feat_284.md | 4 +++-
         1 file changed, 3 insertions(+), 1 deletion(-)
        
        diff --git a/.changesets/feat_bnjjj_feat_284.md b/.changesets/feat_bnjjj_feat_284.md
        index 08ffa1e4a6..f58a7f6a80 100644
        --- a/.changesets/feat_bnjjj_feat_284.md
        +++ b/.changesets/feat_bnjjj_feat_284.md
        @@ -1,6 +1,8 @@
         ### Add 'subgraph_on_graphql_error' selector for subgraph ([PR #5622](https://github.com/apollographql/router/pull/5622))
         
        -`on_graphql_error` exists for router and supergraph, but not for subgraph. This adds support for `subgraph_on_graphql_error` selector for symmetry and to also allow easy detection of which subgraphs requests contain graphql errors in response body. 
        +The router now supports the `subgraph_on_graphql_error` selector for the subgraph service, which it already supported for the router and supergraph services. Subgraph service support enables easier detection of GraphQL errors in response bodies of subgraph requests.
        +
        +An example configuration with `subgraph_on_graphql_error` configured:  
         
         ```yaml
         telemetry:
        
        From 47a9a8efc650e52ab25ab4bc2b84821ff287f68a Mon Sep 17 00:00:00 2001
        From: Coenen Benjamin 
        Date: Fri, 12 Jul 2024 09:40:37 +0200
        Subject: [PATCH 09/16] Update
         fix_bnjjj_fix_event_instr_response_context_sel.md
        
        Co-authored-by: Edward Huang 
        ---
         .../fix_bnjjj_fix_event_instr_response_context_sel.md       | 6 +++---
         1 file changed, 3 insertions(+), 3 deletions(-)
        
        diff --git a/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md b/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        index 8ca711d91a..b6f9a819cb 100644
        --- a/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        +++ b/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        @@ -1,8 +1,8 @@
        -### fix(telemetry): add response_context handling in event selector when using an event_* instrument ([PR #5565](https://github.com/apollographql/router/pull/5565))
        +### Add response_context in event selector for event_* instruments ([PR #5565](https://github.com/apollographql/router/pull/5565))
         
        -This will fix cases when you want to create a custom instruments having a value set to `event_*` with a condition executed on event and using the `response_context` selector in attributes.
        +The router now supports creating custom instruments with a value set to `event_*` and using both a condition executed on an event and the `response_context` selector in attributes. Previous releases didn't support the `response_context` selector in attributes.
         
        -Example:
        +An example configuration:
         
         ```yaml
         telemetry:
        
        From 217cfeab963582d6f8f8519d910a6ac8371757ce Mon Sep 17 00:00:00 2001
        From: Coenen Benjamin 
        Date: Fri, 12 Jul 2024 09:41:07 +0200
        Subject: [PATCH 10/16] Update fix_bnjjj_fix_rhai_traceid.md
        
        Co-authored-by: Edward Huang 
        ---
         .changesets/fix_bnjjj_fix_rhai_traceid.md | 6 ++++--
         1 file changed, 4 insertions(+), 2 deletions(-)
        
        diff --git a/.changesets/fix_bnjjj_fix_rhai_traceid.md b/.changesets/fix_bnjjj_fix_rhai_traceid.md
        index dda7a6f4af..f10b13a7a3 100644
        --- a/.changesets/fix_bnjjj_fix_rhai_traceid.md
        +++ b/.changesets/fix_bnjjj_fix_rhai_traceid.md
        @@ -1,5 +1,7 @@
        -### Provide a valid trace id in rhai scripts even if the trace isn't sampled ([PR #5606](https://github.com/apollographql/router/pull/5606))
        +### Provide valid trace IDs for unsampled traces in Rhai scripts  ([PR #5606](https://github.com/apollographql/router/pull/5606))
         
        -Before, when calling `traceid()` in a rhai script, if the trace wasn't sampled you won't get the traceid. It's now fixed and you'll get trace id even if the trace is not sampled.
        +The `traceid()` function in a Rhai script for the router now returns a valid trace ID for all traces. 
        +
        +Previously, `traceid()` didn't return a valid trace ID if the trace wasn't sampled.
         
         By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5606
        \ No newline at end of file
        
        From e71d13107c8f7a814d93ce248f2c18efb1991773 Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Mon, 15 Jul 2024 16:37:45 +0300
        Subject: [PATCH 11/16] Apply suggestions from code review
        
        Co-authored-by: Edward Huang 
        ---
         .../docs_feature_ignoreotherprefixesdocupdate.md       |  4 ++--
         .../feat_geal_configure_introspection_caching.md       |  7 ++++---
         .changesets/fix_error_locations.md                     | 10 +++++-----
         .changesets/fix_timeout_and_rate_limit_error.md        |  6 +++---
         4 files changed, 14 insertions(+), 13 deletions(-)
        
        diff --git a/.changesets/docs_feature_ignoreotherprefixesdocupdate.md b/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        index 009b5ced42..0825fb3e60 100644
        --- a/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        +++ b/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        @@ -1,5 +1,5 @@
        -### Update docs for `ignore_other_prefixes` to clarify behavior ([PR #5592](https://github.com/apollographql/router/pull/5592))
        +### Update documentation for `ignore_other_prefixes` ([PR #5592](https://github.com/apollographql/router/pull/5592))
         
        -Update docs for `ignore_other_prefixes` to clarify behavior
        +Update (JWT authentication documentation)[https://www.apollographql.com/docs/router/configuration/authn-jwt/] to clarify the behavior of the `ignore_other_prefixes` configuration option.
         
         By [@andrewmcgivery](https://github.com/andrewmcgivery) in https://github.com/apollographql/router/pull/5592
        diff --git a/.changesets/feat_geal_configure_introspection_caching.md b/.changesets/feat_geal_configure_introspection_caching.md
        index 9c16395f9b..fe883cac2b 100644
        --- a/.changesets/feat_geal_configure_introspection_caching.md
        +++ b/.changesets/feat_geal_configure_introspection_caching.md
        @@ -1,7 +1,8 @@
        -### configure introspection caching ([PR #5583](https://github.com/apollographql/router/pull/5583))
        +### Add option to deactivate introspection response caching ([PR #5583](https://github.com/apollographql/router/pull/5583))
         
        -Adds an option to deactivate introspection response caching.
        -Currently, introspection has to go through the query planner, and since that is expensive, the Router caches the introspection responses. This can end up filling the distributed cache, so until we have moved introspection execution entirely out of the planner, we make introspection response caching configurable, as follows:
        +The router now supports an option to deactivate introspection response caching. Because the router caches responses as introspection happens in the query planner, cached introspection responses may consume too much of the distributed cache or fill it up. Setting this option prevents introspection responses from filling up the router's distributed cache.
        +
        +To deactivate introspection caching, set `supergraph.query_planning.legacy_introspection_caching` to `false`:
         
         
         ```yaml
        diff --git a/.changesets/fix_error_locations.md b/.changesets/fix_error_locations.md
        index f975216bab..125c004a21 100644
        --- a/.changesets/fix_error_locations.md
        +++ b/.changesets/fix_error_locations.md
        @@ -1,11 +1,10 @@
         ### Gracefully handle subgraph response with `-1` values inside error locations ([PR #5633](https://github.com/apollographql/router/pull/5633))
         
        -[GraphQL specification requires](https://spec.graphql.org/draft/#sel-GAPHRPFCCaCGX5zM) that both "line" and "column" are positive numbers. 
        -However GraphQL Java and GraphQL Kotlin use `{ "line": -1, "column": -1 }` value if they can't determine error location inside query. 
        +This router now gracefully handles responses that contain invalid "`-1`" positional values for error locations in queries by ignoring those invalid locations.
         
        -This change makes Router to gracefully handle such responses by ignoring such invalid locations.
        +This change resolves the problem of GraphQL Java and GraphQL Kotlin using `{ "line": -1, "column": -1 }` values if they can't determine an error's location in a query, but the GraphQL specification [requires both `line` and `column` to be positive numbers](https://spec.graphql.org/draft/#sel-GAPHRPFCCaCGX5zM).  
         
        -As an example, if subgraph respond with:
        +As an example, a subgraph can respond with invalid error locations:
         ```json
         {
             "data": { "topProducts": null },
        @@ -19,7 +18,8 @@ As an example, if subgraph respond with:
         }
         ```
         
        -Router will return following to a client:
        +With this change, the router returns a response that ignores the invalid locations:
        +
         ```json
         {
             "data": { "topProducts": null },
        diff --git a/.changesets/fix_timeout_and_rate_limit_error.md b/.changesets/fix_timeout_and_rate_limit_error.md
        index e96954f593..d0bdac9d3b 100644
        --- a/.changesets/fix_timeout_and_rate_limit_error.md
        +++ b/.changesets/fix_timeout_and_rate_limit_error.md
        @@ -1,7 +1,7 @@
        -### Request timeout and rate limited error responses are structured errors ([PR #5578](https://github.com/apollographql/router/pull/5578))
        +### Return request timeout and rate limited error responses as structured errors ([PR #5578](https://github.com/apollographql/router/pull/5578))
         
        -Request timeout (`408 Request Timeout`) and request rate limited (`429 Too Many Requests`)errors will now result in a structured GraphQL error (i.e., `{"errors": [...]}`) being returned to the client rather than a plain-text error as was the case previously.
        +The router now returns request timeout errors (`408 Request Timeout`) and request rate limited errors (`429 Too Many Requests`) as structured GraphQL errors (for example, `{"errors": [...]}`). Previously, the router returned these as plaintext errors to clients.
         
        -Also both errors are now properly tracked in telemetry, including `apollo_router_graphql_error_total` metric. 
        +Both types of errors are properly tracked in telemetry, including the `apollo_router_graphql_error_total` metric. 
         
         By [@IvanGoncharov](https://github.com/IvanGoncharov) in https://github.com/apollographql/router/pull/5578
        \ No newline at end of file
        
        From 8f588058ee68344308e9e256acf2a6f5037b14ce Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Mon, 15 Jul 2024 23:07:23 +0300
        Subject: [PATCH 12/16] chore(docs): Point to local PQ manifests when using
         Offline Licenses (#5660)
        
        ---
         docs/source/enterprise-features.mdx | 2 +-
         1 file changed, 1 insertion(+), 1 deletion(-)
        
        diff --git a/docs/source/enterprise-features.mdx b/docs/source/enterprise-features.mdx
        index 2b0a03650f..f615b30902 100644
        --- a/docs/source/enterprise-features.mdx
        +++ b/docs/source/enterprise-features.mdx
        @@ -82,7 +82,7 @@ With an offline license, a router can either be fully disconnected from GraphOS
         
         
         
        -A router using an offline license cannot use [safelisting with persisted queries](./configuration/persisted-queries). The feature relies on Apollo Uplink to fetch persisted query manifests, so it doesn't work as designed when the router is disconnected from Uplink.
        +A router using an offline license requires [the use of local manifests](./configuration/persisted-queries/#experimental_local_manifests) when using [safelisting with persisted queries](./configuration/persisted-queries), otherwise it will not work as designed when the router is disconnected from Uplink.
         
         
         
        
        From fa9e6e2bb07d467da6903b11bcd1fb6261a5ee08 Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Tue, 16 Jul 2024 14:50:41 +0300
        Subject: [PATCH 13/16] Apply suggestions from code review
        
        Co-authored-by: Edward Huang 
        ---
         .../fix_datadog_trace_resource_mapping.md       | 17 +++++++++++------
         ...arypen_router_411_batching_entity_caching.md |  2 +-
         2 files changed, 12 insertions(+), 7 deletions(-)
        
        diff --git a/.changesets/fix_datadog_trace_resource_mapping.md b/.changesets/fix_datadog_trace_resource_mapping.md
        index 39aa77fcd0..306a1d0a54 100644
        --- a/.changesets/fix_datadog_trace_resource_mapping.md
        +++ b/.changesets/fix_datadog_trace_resource_mapping.md
        @@ -1,15 +1,20 @@
        -### Correct broken Datadog trace exporter span names and resource mapping ([Issue #5282](https://github.com/apollographql/router/issues/5282))
        +### Fix span names and resource mapping for Datadog trace exporter ([Issue #5282](https://github.com/apollographql/router/issues/5282))
         
        -The Router has two ways of sending traces to Datadog:
        +> [!NOTE]
        +> This is an **incremental** improvement, but we expect more improvements in Router v1.52.0 after https://github.com/apollographql/router/pull/5609/ lands.
         
        -1. The [OpenTelemetry for Datadog](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#otlp-configuration) approach (which is the recommended method).  This is identified by `otlp` in YAML configuration, and is *not* impacted by this fix; and
        +The router now uses _static span names_ by default. This change fixes the user experience of the Datadog trace exporter when sending traces with Datadog native configuration.
        +
        +The router has two ways of sending traces to Datadog:
        +
        +1. The [OpenTelemetry for Datadog](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#otlp-configuration) approach (which is the recommended method).  This is identified by `otlp` in YAML configuration, and it is *not* impacted by this fix.
         2. The ["Datadog native" configuration](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#datadog-native-configuration).  This is identified by the use of a `datadog:` key in YAML configuration.
         
        -This fixes a bug in the latter approach which caused a broken user experience in certain Datadog experiences, such as the "Resources" section of the [Datadog APM Service Catalog](https://docs.datadoghq.com/service_catalog/) page.
        +This change fixes a bug in the latter approach that broke some Datadog experiences, such as the "Resources" section of the [Datadog APM Service Catalog](https://docs.datadoghq.com/service_catalog/) page.
         
        -We now use static span names by default, with resource mappings providing additional context when desired, which enables the desired behavior which was not possible before.
        +We now use static span names by default, with resource mappings providing additional context when requested, which enables the desired behavior which was not possible before.
         
        -_If for some reason you wish to maintain the existing behavior, you must either update your spans and resource mappings, or keep your spans and instead configure the router to use dynamic span names and disable resource mapping._
        +_If for some reason you wish to maintain the existing behavior, you must either update your spans and resource mappings, or keep your spans and instead configure the router to use _dynamic span names_ and disable resource mapping._
         
         Enabling resource mapping and fixed span names is configured by the `enable_span_mapping` and `fixed_span_names` options:
         
        diff --git a/.changesets/fix_garypen_router_411_batching_entity_caching.md b/.changesets/fix_garypen_router_411_batching_entity_caching.md
        index 88f909dcdc..70fb1ccbcf 100644
        --- a/.changesets/fix_garypen_router_411_batching_entity_caching.md
        +++ b/.changesets/fix_garypen_router_411_batching_entity_caching.md
        @@ -1,5 +1,5 @@
         ### Allow query batching and entity caching to work together ([PR #5598](https://github.com/apollographql/router/pull/5598))
         
        -Without co-ordination, entity caching and subgraph batching will not work together. This changes entity caching so that, if a subgraph request is identified as being part of a batch, entity caching is not applied to the request.
        +The router now supports entity caching and subgraph batching to run simultaneously. Specifically, this change updates entity caching to ignore a subgraph request if the request is part of a batch.
         
         By [@garypen](https://github.com/garypen) in https://github.com/apollographql/router/pull/5598
        \ No newline at end of file
        
        From 972a519b10eeb832a57f7b8ca691d69b8a29f7aa Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Tue, 16 Jul 2024 14:52:00 +0300
        Subject: [PATCH 14/16] Apply suggestions from code review
        
        ---
         .changesets/docs_feature_ignoreotherprefixesdocupdate.md      | 2 +-
         .changesets/feat_bnjjj_feat_condition_copro.md                | 2 +-
         .changesets/fix_bnjjj_fix_event_instr_response_context_sel.md | 2 +-
         .changesets/fix_bnjjj_fix_rhai_traceid.md                     | 2 +-
         4 files changed, 4 insertions(+), 4 deletions(-)
        
        diff --git a/.changesets/docs_feature_ignoreotherprefixesdocupdate.md b/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        index 0825fb3e60..30b41dd95d 100644
        --- a/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        +++ b/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        @@ -1,5 +1,5 @@
         ### Update documentation for `ignore_other_prefixes` ([PR #5592](https://github.com/apollographql/router/pull/5592))
         
        -Update (JWT authentication documentation)[https://www.apollographql.com/docs/router/configuration/authn-jwt/] to clarify the behavior of the `ignore_other_prefixes` configuration option.
        +Update [JWT authentication documentation](https://www.apollographql.com/docs/router/configuration/authn-jwt/) to clarify the behavior of the `ignore_other_prefixes` configuration option.
         
         By [@andrewmcgivery](https://github.com/andrewmcgivery) in https://github.com/apollographql/router/pull/5592
        diff --git a/.changesets/feat_bnjjj_feat_condition_copro.md b/.changesets/feat_bnjjj_feat_condition_copro.md
        index e2ac7b1887..d4d588edfc 100644
        --- a/.changesets/feat_bnjjj_feat_condition_copro.md
        +++ b/.changesets/feat_bnjjj_feat_condition_copro.md
        @@ -1,4 +1,4 @@
        -### feat(coprocessor): Support conditional coprocessor execution per stage of request lifecycle ([PR #5557](https://github.com/apollographql/router/pull/5557))
        +### Support conditional coprocessor execution per stage of request lifecycle ([PR #5557](https://github.com/apollographql/router/pull/5557))
         
         The router now supports conditional execution of the coprocessor for each stage of the request lifecycle (except for the `Execution` stage).
         
        diff --git a/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md b/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        index b6f9a819cb..a326ef8f3c 100644
        --- a/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        +++ b/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        @@ -1,4 +1,4 @@
        -### Add response_context in event selector for event_* instruments ([PR #5565](https://github.com/apollographql/router/pull/5565))
        +### Add `response_context` in event selector for `event_*` instruments ([PR #5565](https://github.com/apollographql/router/pull/5565))
         
         The router now supports creating custom instruments with a value set to `event_*` and using both a condition executed on an event and the `response_context` selector in attributes. Previous releases didn't support the `response_context` selector in attributes.
         
        diff --git a/.changesets/fix_bnjjj_fix_rhai_traceid.md b/.changesets/fix_bnjjj_fix_rhai_traceid.md
        index f10b13a7a3..d440972712 100644
        --- a/.changesets/fix_bnjjj_fix_rhai_traceid.md
        +++ b/.changesets/fix_bnjjj_fix_rhai_traceid.md
        @@ -2,6 +2,6 @@
         
         The `traceid()` function in a Rhai script for the router now returns a valid trace ID for all traces. 
         
        -Previously, `traceid()` didn't return a valid trace ID if the trace wasn't sampled.
        +Previously, `traceid()` didn't return a trace ID if the trace wasn't selected for sampling.
         
         By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5606
        \ No newline at end of file
        
        From 3bf13476478326ebb28b9864a081624b6531c425 Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Tue, 16 Jul 2024 15:05:37 +0300
        Subject: [PATCH 15/16] prep release: v1.51.0
        
        ---
         ...cs_feature_ignoreotherprefixesdocupdate.md |   5 -
         .changesets/feat_bnjjj_feat_284.md            |  18 --
         .../feat_bnjjj_feat_condition_copro.md        |  25 --
         ...at_geal_configure_introspection_caching.md |  14 --
         ...jj_fix_event_instr_response_context_sel.md |  26 --
         .changesets/fix_bnjjj_fix_rhai_traceid.md     |   7 -
         .../fix_datadog_trace_resource_mapping.md     |  64 -----
         .changesets/fix_error_locations.md            |  33 ---
         ...ypen_router_411_batching_entity_caching.md |   5 -
         .../fix_timeout_and_rate_limit_error.md       |   7 -
         CHANGELOG.md                                  | 224 ++++++++++++++++++
         Cargo.lock                                    |   8 +-
         apollo-federation/Cargo.toml                  |   2 +-
         apollo-router-benchmarks/Cargo.toml           |   2 +-
         apollo-router-scaffold/Cargo.toml             |   2 +-
         .../templates/base/Cargo.template.toml        |   2 +-
         .../templates/base/xtask/Cargo.template.toml  |   2 +-
         apollo-router/Cargo.toml                      |   4 +-
         .../tracing/docker-compose.datadog.yml        |   2 +-
         dockerfiles/tracing/docker-compose.jaeger.yml |   2 +-
         dockerfiles/tracing/docker-compose.zipkin.yml |   2 +-
         helm/chart/router/Chart.yaml                  |   4 +-
         helm/chart/router/README.md                   |   6 +-
         scripts/install.sh                            |   2 +-
         24 files changed, 244 insertions(+), 224 deletions(-)
         delete mode 100644 .changesets/docs_feature_ignoreotherprefixesdocupdate.md
         delete mode 100644 .changesets/feat_bnjjj_feat_284.md
         delete mode 100644 .changesets/feat_bnjjj_feat_condition_copro.md
         delete mode 100644 .changesets/feat_geal_configure_introspection_caching.md
         delete mode 100644 .changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
         delete mode 100644 .changesets/fix_bnjjj_fix_rhai_traceid.md
         delete mode 100644 .changesets/fix_datadog_trace_resource_mapping.md
         delete mode 100644 .changesets/fix_error_locations.md
         delete mode 100644 .changesets/fix_garypen_router_411_batching_entity_caching.md
         delete mode 100644 .changesets/fix_timeout_and_rate_limit_error.md
        
        diff --git a/.changesets/docs_feature_ignoreotherprefixesdocupdate.md b/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        deleted file mode 100644
        index 30b41dd95d..0000000000
        --- a/.changesets/docs_feature_ignoreotherprefixesdocupdate.md
        +++ /dev/null
        @@ -1,5 +0,0 @@
        -### Update documentation for `ignore_other_prefixes` ([PR #5592](https://github.com/apollographql/router/pull/5592))
        -
        -Update [JWT authentication documentation](https://www.apollographql.com/docs/router/configuration/authn-jwt/) to clarify the behavior of the `ignore_other_prefixes` configuration option.
        -
        -By [@andrewmcgivery](https://github.com/andrewmcgivery) in https://github.com/apollographql/router/pull/5592
        diff --git a/.changesets/feat_bnjjj_feat_284.md b/.changesets/feat_bnjjj_feat_284.md
        deleted file mode 100644
        index f58a7f6a80..0000000000
        --- a/.changesets/feat_bnjjj_feat_284.md
        +++ /dev/null
        @@ -1,18 +0,0 @@
        -### Add 'subgraph_on_graphql_error' selector for subgraph ([PR #5622](https://github.com/apollographql/router/pull/5622))
        -
        -The router now supports the `subgraph_on_graphql_error` selector for the subgraph service, which it already supported for the router and supergraph services. Subgraph service support enables easier detection of GraphQL errors in response bodies of subgraph requests.
        -
        -An example configuration with `subgraph_on_graphql_error` configured:  
        -
        -```yaml
        -telemetry:
        -  instrumentation:
        -    instruments:
        -      subgraph:
        -        http.client.request.duration:
        -          attributes:
        -            subgraph.graphql.errors: # attribute containing a boolean set to true if response.errors is not empty
        -              subgraph_on_graphql_error: true
        -```
        -
        -By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5622
        \ No newline at end of file
        diff --git a/.changesets/feat_bnjjj_feat_condition_copro.md b/.changesets/feat_bnjjj_feat_condition_copro.md
        deleted file mode 100644
        index d4d588edfc..0000000000
        --- a/.changesets/feat_bnjjj_feat_condition_copro.md
        +++ /dev/null
        @@ -1,25 +0,0 @@
        -### Support conditional coprocessor execution per stage of request lifecycle ([PR #5557](https://github.com/apollographql/router/pull/5557))
        -
        -The router now supports conditional execution of the coprocessor for each stage of the request lifecycle (except for the `Execution` stage).
        -
        -To configure, define conditions for a specific stage by using selectors based on headers or context entries. For example, based on a supergraph response you can configure the coprocessor not to execute for any subscription:
        -  
        -
        -
        -```yaml title=router.yaml
        -coprocessor:
        -  url: http://127.0.0.1:3000 # mandatory URL which is the address of the coprocessor
        -  timeout: 2s # optional timeout (2 seconds in this example). If not set, defaults to 1 second
        -  supergraph:
        -    response: 
        -      condition:
        -        not:
        -          eq:
        -          - subscription
        -          - operation_kind: string
        -      body: true
        -```
        -
        -To learn more, see the documentation about [coprocessor conditions](https://www.apollographql.com/docs/router/customizations/coprocessor/#conditions).
        -
        -By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5557
        \ No newline at end of file
        diff --git a/.changesets/feat_geal_configure_introspection_caching.md b/.changesets/feat_geal_configure_introspection_caching.md
        deleted file mode 100644
        index fe883cac2b..0000000000
        --- a/.changesets/feat_geal_configure_introspection_caching.md
        +++ /dev/null
        @@ -1,14 +0,0 @@
        -### Add option to deactivate introspection response caching ([PR #5583](https://github.com/apollographql/router/pull/5583))
        -
        -The router now supports an option to deactivate introspection response caching. Because the router caches responses as introspection happens in the query planner, cached introspection responses may consume too much of the distributed cache or fill it up. Setting this option prevents introspection responses from filling up the router's distributed cache.
        -
        -To deactivate introspection caching, set `supergraph.query_planning.legacy_introspection_caching` to `false`:
        -
        -
        -```yaml
        -supergraph:
        -  query_planning:
        -    legacy_introspection_caching: false
        -```
        -
        -By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/pull/5583
        \ No newline at end of file
        diff --git a/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md b/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        deleted file mode 100644
        index a326ef8f3c..0000000000
        --- a/.changesets/fix_bnjjj_fix_event_instr_response_context_sel.md
        +++ /dev/null
        @@ -1,26 +0,0 @@
        -### Add `response_context` in event selector for `event_*` instruments ([PR #5565](https://github.com/apollographql/router/pull/5565))
        -
        -The router now supports creating custom instruments with a value set to `event_*` and using both a condition executed on an event and the `response_context` selector in attributes. Previous releases didn't support the `response_context` selector in attributes.
        -
        -An example configuration:
        -
        -```yaml
        -telemetry:
        -  instrumentation:
        -    instruments:
        -      supergraph:
        -        sf.graphql_router.errors:
        -          value: event_unit
        -          type: counter
        -          unit: count
        -          description: "graphql errors handled by the apollo router"
        -          condition:
        -            eq:
        -            - true
        -            - on_graphql_error: true
        -          attributes:
        -            "operation":
        -              response_context: "operation_name" # This was not working before
        -```
        -
        -By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5565
        \ No newline at end of file
        diff --git a/.changesets/fix_bnjjj_fix_rhai_traceid.md b/.changesets/fix_bnjjj_fix_rhai_traceid.md
        deleted file mode 100644
        index d440972712..0000000000
        --- a/.changesets/fix_bnjjj_fix_rhai_traceid.md
        +++ /dev/null
        @@ -1,7 +0,0 @@
        -### Provide valid trace IDs for unsampled traces in Rhai scripts  ([PR #5606](https://github.com/apollographql/router/pull/5606))
        -
        -The `traceid()` function in a Rhai script for the router now returns a valid trace ID for all traces. 
        -
        -Previously, `traceid()` didn't return a trace ID if the trace wasn't selected for sampling.
        -
        -By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5606
        \ No newline at end of file
        diff --git a/.changesets/fix_datadog_trace_resource_mapping.md b/.changesets/fix_datadog_trace_resource_mapping.md
        deleted file mode 100644
        index 306a1d0a54..0000000000
        --- a/.changesets/fix_datadog_trace_resource_mapping.md
        +++ /dev/null
        @@ -1,64 +0,0 @@
        -### Fix span names and resource mapping for Datadog trace exporter ([Issue #5282](https://github.com/apollographql/router/issues/5282))
        -
        -> [!NOTE]
        -> This is an **incremental** improvement, but we expect more improvements in Router v1.52.0 after https://github.com/apollographql/router/pull/5609/ lands.
        -
        -The router now uses _static span names_ by default. This change fixes the user experience of the Datadog trace exporter when sending traces with Datadog native configuration.
        -
        -The router has two ways of sending traces to Datadog:
        -
        -1. The [OpenTelemetry for Datadog](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#otlp-configuration) approach (which is the recommended method).  This is identified by `otlp` in YAML configuration, and it is *not* impacted by this fix.
        -2. The ["Datadog native" configuration](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#datadog-native-configuration).  This is identified by the use of a `datadog:` key in YAML configuration.
        -
        -This change fixes a bug in the latter approach that broke some Datadog experiences, such as the "Resources" section of the [Datadog APM Service Catalog](https://docs.datadoghq.com/service_catalog/) page.
        -
        -We now use static span names by default, with resource mappings providing additional context when requested, which enables the desired behavior which was not possible before.
        -
        -_If for some reason you wish to maintain the existing behavior, you must either update your spans and resource mappings, or keep your spans and instead configure the router to use _dynamic span names_ and disable resource mapping._
        -
        -Enabling resource mapping and fixed span names is configured by the `enable_span_mapping` and `fixed_span_names` options:
        -
        -```yaml
        -telemetry:
        -  exporters:
        -    tracing:
        -      datadog:
        -        enabled: true
        -        # Enables resource mapping, previously disabled by default, but now enabled.
        -        enable_span_mapping: true
        -        # Enables fixed span names, defaults to true.
        -        fixed_span_names: true
        -
        -  instrumentation:
        -    spans:
        -      mode: spec_compliant
        -```
        -
        -With `enable_span_mapping` set to `true` (now default), the following resource mappings are applied:
        -
        -| OpenTelemetry Span Name | Datadog Span Operation Name |
        -|-------------------------|-----------------------------|
        -| `request`               | `http.route`                |
        -| `router`                | `http.route`                |
        -| `supergraph`            | `graphql.operation.name`    |
        -| `query_planning`        | `graphql.operation.name`    |
        -| `subgraph`              | `subgraph.name`             |
        -| `subgraph_request`      | `graphql.operation.name`    |
        -| `http_request`          | `http.route`                |
        -
        -You can override the default resource mappings by specifying the `resource_mapping` configuration:
        -
        -```yaml
        -telemetry:
        -  exporters:
        -    tracing:
        -      datadog:
        -        enabled: true
        -        resource_mapping:
        -          # Use `my.span.attribute` as the resource name for the `router` span
        -          router: "my.span.attribute"
        -```
        -
        -To learn more, see the [Datadog trace exporter](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog) documentation.
        -
        -By [@bnjjj](https://github.com/bnjjj) and [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographql/router/pull/5386
        diff --git a/.changesets/fix_error_locations.md b/.changesets/fix_error_locations.md
        deleted file mode 100644
        index 125c004a21..0000000000
        --- a/.changesets/fix_error_locations.md
        +++ /dev/null
        @@ -1,33 +0,0 @@
        -### Gracefully handle subgraph response with `-1` values inside error locations ([PR #5633](https://github.com/apollographql/router/pull/5633))
        -
        -This router now gracefully handles responses that contain invalid "`-1`" positional values for error locations in queries by ignoring those invalid locations.
        -
        -This change resolves the problem of GraphQL Java and GraphQL Kotlin using `{ "line": -1, "column": -1 }` values if they can't determine an error's location in a query, but the GraphQL specification [requires both `line` and `column` to be positive numbers](https://spec.graphql.org/draft/#sel-GAPHRPFCCaCGX5zM).  
        -
        -As an example, a subgraph can respond with invalid error locations:
        -```json
        -{
        -    "data": { "topProducts": null },
        -    "errors": [{
        -        "message":"Some error on subgraph",
        -        "locations": [
        -            { "line": -1, "column": -1 },
        -        ],
        -        "path":["topProducts"]
        -    }]
        -}
        -```
        -
        -With this change, the router returns a response that ignores the invalid locations:
        -
        -```json
        -{
        -    "data": { "topProducts": null },
        -    "errors": [{
        -        "message":"Some error on subgraph",
        -        "path":["topProducts"]
        -    }]
        -}
        -```
        -
        -By [@IvanGoncharov](https://github.com/IvanGoncharov) in https://github.com/apollographql/router/pull/5633
        \ No newline at end of file
        diff --git a/.changesets/fix_garypen_router_411_batching_entity_caching.md b/.changesets/fix_garypen_router_411_batching_entity_caching.md
        deleted file mode 100644
        index 70fb1ccbcf..0000000000
        --- a/.changesets/fix_garypen_router_411_batching_entity_caching.md
        +++ /dev/null
        @@ -1,5 +0,0 @@
        -### Allow query batching and entity caching to work together ([PR #5598](https://github.com/apollographql/router/pull/5598))
        -
        -The router now supports entity caching and subgraph batching to run simultaneously. Specifically, this change updates entity caching to ignore a subgraph request if the request is part of a batch.
        -
        -By [@garypen](https://github.com/garypen) in https://github.com/apollographql/router/pull/5598
        \ No newline at end of file
        diff --git a/.changesets/fix_timeout_and_rate_limit_error.md b/.changesets/fix_timeout_and_rate_limit_error.md
        deleted file mode 100644
        index d0bdac9d3b..0000000000
        --- a/.changesets/fix_timeout_and_rate_limit_error.md
        +++ /dev/null
        @@ -1,7 +0,0 @@
        -### Return request timeout and rate limited error responses as structured errors ([PR #5578](https://github.com/apollographql/router/pull/5578))
        -
        -The router now returns request timeout errors (`408 Request Timeout`) and request rate limited errors (`429 Too Many Requests`) as structured GraphQL errors (for example, `{"errors": [...]}`). Previously, the router returned these as plaintext errors to clients.
        -
        -Both types of errors are properly tracked in telemetry, including the `apollo_router_graphql_error_total` metric. 
        -
        -By [@IvanGoncharov](https://github.com/IvanGoncharov) in https://github.com/apollographql/router/pull/5578
        \ No newline at end of file
        diff --git a/CHANGELOG.md b/CHANGELOG.md
        index b45c3d2af4..de369468ce 100644
        --- a/CHANGELOG.md
        +++ b/CHANGELOG.md
        @@ -4,6 +4,230 @@ All notable changes to Router will be documented in this file.
         
         This project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
         
        +# [1.51.0] - 2024-07-16
        +
        +## 🚀 Features
        +
        +### Support conditional coprocessor execution per stage of request lifecycle ([PR #5557](https://github.com/apollographql/router/pull/5557))
        +
        +The router now supports conditional execution of the coprocessor for each stage of the request lifecycle (except for the `Execution` stage).
        +
        +To configure, define conditions for a specific stage by using selectors based on headers or context entries. For example, based on a supergraph response you can configure the coprocessor not to execute for any subscription:
        +  
        +
        +
        +```yaml title=router.yaml
        +coprocessor:
        +  url: http://127.0.0.1:3000 # mandatory URL which is the address of the coprocessor
        +  timeout: 2s # optional timeout (2 seconds in this example). If not set, defaults to 1 second
        +  supergraph:
        +    response: 
        +      condition:
        +        not:
        +          eq:
        +          - subscription
        +          - operation_kind: string
        +      body: true
        +```
        +
        +To learn more, see the documentation about [coprocessor conditions](https://www.apollographql.com/docs/router/customizations/coprocessor/#conditions).
        +
        +By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5557
        +
        +### Add option to deactivate introspection response caching ([PR #5583](https://github.com/apollographql/router/pull/5583))
        +
        +The router now supports an option to deactivate introspection response caching. Because the router caches responses as introspection happens in the query planner, cached introspection responses may consume too much of the distributed cache or fill it up. Setting this option prevents introspection responses from filling up the router's distributed cache.
        +
        +To deactivate introspection caching, set `supergraph.query_planning.legacy_introspection_caching` to `false`:
        +
        +
        +```yaml
        +supergraph:
        +  query_planning:
        +    legacy_introspection_caching: false
        +```
        +
        +By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/pull/5583
        +
        +### Add 'subgraph_on_graphql_error' selector for subgraph ([PR #5622](https://github.com/apollographql/router/pull/5622))
        +
        +The router now supports the `subgraph_on_graphql_error` selector for the subgraph service, which it already supported for the router and supergraph services. Subgraph service support enables easier detection of GraphQL errors in response bodies of subgraph requests.
        +
        +An example configuration with `subgraph_on_graphql_error` configured:  
        +
        +```yaml
        +telemetry:
        +  instrumentation:
        +    instruments:
        +      subgraph:
        +        http.client.request.duration:
        +          attributes:
        +            subgraph.graphql.errors: # attribute containing a boolean set to true if response.errors is not empty
        +              subgraph_on_graphql_error: true
        +```
        +
        +By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5622
        +
        +## 🐛 Fixes
        +
        +### Add `response_context` in event selector for `event_*` instruments ([PR #5565](https://github.com/apollographql/router/pull/5565))
        +
        +The router now supports creating custom instruments with a value set to `event_*` and using both a condition executed on an event and the `response_context` selector in attributes. Previous releases didn't support the `response_context` selector in attributes.
        +
        +An example configuration:
        +
        +```yaml
        +telemetry:
        +  instrumentation:
        +    instruments:
        +      supergraph:
        +        sf.graphql_router.errors:
        +          value: event_unit
        +          type: counter
        +          unit: count
        +          description: "graphql errors handled by the apollo router"
        +          condition:
        +            eq:
        +            - true
        +            - on_graphql_error: true
        +          attributes:
        +            "operation":
        +              response_context: "operation_name" # This was not working before
        +```
        +
        +By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5565
        +
        +### Provide valid trace IDs for unsampled traces in Rhai scripts  ([PR #5606](https://github.com/apollographql/router/pull/5606))
        +
        +The `traceid()` function in a Rhai script for the router now returns a valid trace ID for all traces. 
        +
        +Previously, `traceid()` didn't return a trace ID if the trace wasn't selected for sampling.
        +
        +By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/5606
        +
        +### Allow query batching and entity caching to work together ([PR #5598](https://github.com/apollographql/router/pull/5598))
        +
        +The router now supports entity caching and subgraph batching to run simultaneously. Specifically, this change updates entity caching to ignore a subgraph request if the request is part of a batch.
        +
        +By [@garypen](https://github.com/garypen) in https://github.com/apollographql/router/pull/5598
        +
        +### Gracefully handle subgraph response with `-1` values inside error locations ([PR #5633](https://github.com/apollographql/router/pull/5633))
        +
        +This router now gracefully handles responses that contain invalid "`-1`" positional values for error locations in queries by ignoring those invalid locations.
        +
        +This change resolves the problem of GraphQL Java and GraphQL Kotlin using `{ "line": -1, "column": -1 }` values if they can't determine an error's location in a query, but the GraphQL specification [requires both `line` and `column` to be positive numbers](https://spec.graphql.org/draft/#sel-GAPHRPFCCaCGX5zM).  
        +
        +As an example, a subgraph can respond with invalid error locations:
        +```json
        +{
        +    "data": { "topProducts": null },
        +    "errors": [{
        +        "message":"Some error on subgraph",
        +        "locations": [
        +            { "line": -1, "column": -1 },
        +        ],
        +        "path":["topProducts"]
        +    }]
        +}
        +```
        +
        +With this change, the router returns a response that ignores the invalid locations:
        +
        +```json
        +{
        +    "data": { "topProducts": null },
        +    "errors": [{
        +        "message":"Some error on subgraph",
        +        "path":["topProducts"]
        +    }]
        +}
        +```
        +
        +By [@IvanGoncharov](https://github.com/IvanGoncharov) in https://github.com/apollographql/router/pull/5633
        +
        +### Return request timeout and rate limited error responses as structured errors ([PR #5578](https://github.com/apollographql/router/pull/5578))
        +
        +The router now returns request timeout errors (`408 Request Timeout`) and request rate limited errors (`429 Too Many Requests`) as structured GraphQL errors (for example, `{"errors": [...]}`). Previously, the router returned these as plaintext errors to clients.
        +
        +Both types of errors are properly tracked in telemetry, including the `apollo_router_graphql_error_total` metric. 
        +
        +By [@IvanGoncharov](https://github.com/IvanGoncharov) in https://github.com/apollographql/router/pull/5578
        +
        +### Fix span names and resource mapping for Datadog trace exporter ([Issue #5282](https://github.com/apollographql/router/issues/5282))
        +
        +> [!NOTE]
        +> This is an **incremental** improvement, but we expect more improvements in Router v1.52.0 after https://github.com/apollographql/router/pull/5609/ lands.
        +
        +The router now uses _static span names_ by default. This change fixes the user experience of the Datadog trace exporter when sending traces with Datadog native configuration.
        +
        +The router has two ways of sending traces to Datadog:
        +
        +1. The [OpenTelemetry for Datadog](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#otlp-configuration) approach (which is the recommended method).  This is identified by `otlp` in YAML configuration, and it is *not* impacted by this fix.
        +2. The ["Datadog native" configuration](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog/#datadog-native-configuration).  This is identified by the use of a `datadog:` key in YAML configuration.
        +
        +This change fixes a bug in the latter approach that broke some Datadog experiences, such as the "Resources" section of the [Datadog APM Service Catalog](https://docs.datadoghq.com/service_catalog/) page.
        +
        +We now use static span names by default, with resource mappings providing additional context when requested, which enables the desired behavior which was not possible before.
        +
        +_If for some reason you wish to maintain the existing behavior, you must either update your spans and resource mappings, or keep your spans and instead configure the router to use _dynamic span names_ and disable resource mapping._
        +
        +Enabling resource mapping and fixed span names is configured by the `enable_span_mapping` and `fixed_span_names` options:
        +
        +```yaml
        +telemetry:
        +  exporters:
        +    tracing:
        +      datadog:
        +        enabled: true
        +        # Enables resource mapping, previously disabled by default, but now enabled.
        +        enable_span_mapping: true
        +        # Enables fixed span names, defaults to true.
        +        fixed_span_names: true
        +
        +  instrumentation:
        +    spans:
        +      mode: spec_compliant
        +```
        +
        +With `enable_span_mapping` set to `true` (now default), the following resource mappings are applied:
        +
        +| OpenTelemetry Span Name | Datadog Span Operation Name |
        +|-------------------------|-----------------------------|
        +| `request`               | `http.route`                |
        +| `router`                | `http.route`                |
        +| `supergraph`            | `graphql.operation.name`    |
        +| `query_planning`        | `graphql.operation.name`    |
        +| `subgraph`              | `subgraph.name`             |
        +| `subgraph_request`      | `graphql.operation.name`    |
        +| `http_request`          | `http.route`                |
        +
        +You can override the default resource mappings by specifying the `resource_mapping` configuration:
        +
        +```yaml
        +telemetry:
        +  exporters:
        +    tracing:
        +      datadog:
        +        enabled: true
        +        resource_mapping:
        +          # Use `my.span.attribute` as the resource name for the `router` span
        +          router: "my.span.attribute"
        +```
        +
        +To learn more, see the [Datadog trace exporter](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/tracing/datadog) documentation.
        +
        +By [@bnjjj](https://github.com/bnjjj) and [@bryncooke](https://github.com/bryncooke) in https://github.com/apollographql/router/pull/5386
        +
        +## 📚 Documentation
        +
        +### Update documentation for `ignore_other_prefixes` ([PR #5592](https://github.com/apollographql/router/pull/5592))
        +
        +Update [JWT authentication documentation](https://www.apollographql.com/docs/router/configuration/authn-jwt/) to clarify the behavior of the `ignore_other_prefixes` configuration option.
        +
        +By [@andrewmcgivery](https://github.com/andrewmcgivery) in https://github.com/apollographql/router/pull/5592
        +
        +
        +
         # [1.50.0] - 2024-07-02
         
         ## 🚀 Features
        diff --git a/Cargo.lock b/Cargo.lock
        index eef116f7b9..0884397df0 100644
        --- a/Cargo.lock
        +++ b/Cargo.lock
        @@ -421,7 +421,7 @@ dependencies = [
         
         [[package]]
         name = "apollo-federation"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         dependencies = [
          "apollo-compiler",
          "derive_more",
        @@ -467,7 +467,7 @@ dependencies = [
         
         [[package]]
         name = "apollo-router"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         dependencies = [
          "access-json",
          "anyhow",
        @@ -631,7 +631,7 @@ dependencies = [
         
         [[package]]
         name = "apollo-router-benchmarks"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         dependencies = [
          "apollo-parser",
          "apollo-router",
        @@ -647,7 +647,7 @@ dependencies = [
         
         [[package]]
         name = "apollo-router-scaffold"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         dependencies = [
          "anyhow",
          "cargo-scaffold",
        diff --git a/apollo-federation/Cargo.toml b/apollo-federation/Cargo.toml
        index 120f6df656..49868b2989 100644
        --- a/apollo-federation/Cargo.toml
        +++ b/apollo-federation/Cargo.toml
        @@ -1,6 +1,6 @@
         [package]
         name = "apollo-federation"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         authors = ["The Apollo GraphQL Contributors"]
         edition = "2021"
         description = "Apollo Federation"
        diff --git a/apollo-router-benchmarks/Cargo.toml b/apollo-router-benchmarks/Cargo.toml
        index e8cd4de196..c2acf8a5c8 100644
        --- a/apollo-router-benchmarks/Cargo.toml
        +++ b/apollo-router-benchmarks/Cargo.toml
        @@ -1,6 +1,6 @@
         [package]
         name = "apollo-router-benchmarks"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         authors = ["Apollo Graph, Inc. "]
         edition = "2021"
         license = "Elastic-2.0"
        diff --git a/apollo-router-scaffold/Cargo.toml b/apollo-router-scaffold/Cargo.toml
        index c343dc949a..aa62f1b73d 100644
        --- a/apollo-router-scaffold/Cargo.toml
        +++ b/apollo-router-scaffold/Cargo.toml
        @@ -1,6 +1,6 @@
         [package]
         name = "apollo-router-scaffold"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         authors = ["Apollo Graph, Inc. "]
         edition = "2021"
         license = "Elastic-2.0"
        diff --git a/apollo-router-scaffold/templates/base/Cargo.template.toml b/apollo-router-scaffold/templates/base/Cargo.template.toml
        index 5e55c3e608..4733b6c87d 100644
        --- a/apollo-router-scaffold/templates/base/Cargo.template.toml
        +++ b/apollo-router-scaffold/templates/base/Cargo.template.toml
        @@ -22,7 +22,7 @@ apollo-router = { path ="{{integration_test}}apollo-router" }
         apollo-router = { git="https://github.com/apollographql/router.git", branch="{{branch}}" }
         {{else}}
         # Note if you update these dependencies then also update xtask/Cargo.toml
        -apollo-router = "1.51.0-rc.0"
        +apollo-router = "1.51.0"
         {{/if}}
         {{/if}}
         async-trait = "0.1.52"
        diff --git a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml
        index 868f439be2..d5c86be60b 100644
        --- a/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml
        +++ b/apollo-router-scaffold/templates/base/xtask/Cargo.template.toml
        @@ -13,7 +13,7 @@ apollo-router-scaffold = { path ="{{integration_test}}apollo-router-scaffold" }
         {{#if branch}}
         apollo-router-scaffold = { git="https://github.com/apollographql/router.git", branch="{{branch}}" }
         {{else}}
        -apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.51.0-rc.0" }
        +apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.51.0" }
         {{/if}}
         {{/if}}
         anyhow = "1.0.58"
        diff --git a/apollo-router/Cargo.toml b/apollo-router/Cargo.toml
        index 6a3ddc9c34..c0875539eb 100644
        --- a/apollo-router/Cargo.toml
        +++ b/apollo-router/Cargo.toml
        @@ -1,6 +1,6 @@
         [package]
         name = "apollo-router"
        -version = "1.51.0-rc.0"
        +version = "1.51.0"
         authors = ["Apollo Graph, Inc. "]
         repository = "https://github.com/apollographql/router/"
         documentation = "https://docs.rs/apollo-router"
        @@ -68,7 +68,7 @@ askama = "0.12.1"
         access-json = "0.1.0"
         anyhow = "1.0.86"
         apollo-compiler.workspace = true
        -apollo-federation = { path = "../apollo-federation", version = "=1.51.0-rc.0" }
        +apollo-federation = { path = "../apollo-federation", version = "=1.51.0" }
         arc-swap = "1.6.0"
         async-channel = "1.9.0"
         async-compression = { version = "0.4.6", features = [
        diff --git a/dockerfiles/tracing/docker-compose.datadog.yml b/dockerfiles/tracing/docker-compose.datadog.yml
        index a9a90fdd5a..d353c22089 100644
        --- a/dockerfiles/tracing/docker-compose.datadog.yml
        +++ b/dockerfiles/tracing/docker-compose.datadog.yml
        @@ -3,7 +3,7 @@ services:
         
           apollo-router:
             container_name: apollo-router
        -    image: ghcr.io/apollographql/router:v1.51.0-rc.0
        +    image: ghcr.io/apollographql/router:v1.51.0
             volumes:
               - ./supergraph.graphql:/etc/config/supergraph.graphql
               - ./router/datadog.router.yaml:/etc/config/configuration.yaml
        diff --git a/dockerfiles/tracing/docker-compose.jaeger.yml b/dockerfiles/tracing/docker-compose.jaeger.yml
        index 4186454392..56d42a866f 100644
        --- a/dockerfiles/tracing/docker-compose.jaeger.yml
        +++ b/dockerfiles/tracing/docker-compose.jaeger.yml
        @@ -4,7 +4,7 @@ services:
           apollo-router:
             container_name: apollo-router
             #build: ./router
        -    image: ghcr.io/apollographql/router:v1.51.0-rc.0
        +    image: ghcr.io/apollographql/router:v1.51.0
             volumes:
               - ./supergraph.graphql:/etc/config/supergraph.graphql
               - ./router/jaeger.router.yaml:/etc/config/configuration.yaml
        diff --git a/dockerfiles/tracing/docker-compose.zipkin.yml b/dockerfiles/tracing/docker-compose.zipkin.yml
        index e32d0f3a92..5b26c558d0 100644
        --- a/dockerfiles/tracing/docker-compose.zipkin.yml
        +++ b/dockerfiles/tracing/docker-compose.zipkin.yml
        @@ -4,7 +4,7 @@ services:
           apollo-router:
             container_name: apollo-router
             build: ./router
        -    image: ghcr.io/apollographql/router:v1.51.0-rc.0
        +    image: ghcr.io/apollographql/router:v1.51.0
             volumes:
               - ./supergraph.graphql:/etc/config/supergraph.graphql
               - ./router/zipkin.router.yaml:/etc/config/configuration.yaml
        diff --git a/helm/chart/router/Chart.yaml b/helm/chart/router/Chart.yaml
        index e16ede05fe..3e98c25b35 100644
        --- a/helm/chart/router/Chart.yaml
        +++ b/helm/chart/router/Chart.yaml
        @@ -20,10 +20,10 @@ type: application
         # so it matches the shape of our release process and release automation.
         # By proxy of that decision, this version uses SemVer 2.0.0, though the prefix
         # of "v" is not included.
        -version: 1.51.0-rc.0
        +version: 1.51.0
         
         # This is the version number of the application being deployed. This version number should be
         # incremented each time you make changes to the application. Versions are not expected to
         # follow Semantic Versioning. They should reflect the version the application is using.
         # It is recommended to use it with quotes.
        -appVersion: "v1.51.0-rc.0"
        +appVersion: "v1.51.0"
        diff --git a/helm/chart/router/README.md b/helm/chart/router/README.md
        index be9a36f32a..9282d0e4f4 100644
        --- a/helm/chart/router/README.md
        +++ b/helm/chart/router/README.md
        @@ -2,7 +2,7 @@
         
         [router](https://github.com/apollographql/router) Rust Graph Routing runtime for Apollo Federation
         
        -![Version: 1.51.0-rc.0](https://img.shields.io/badge/Version-1.51.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.51.0-rc.0](https://img.shields.io/badge/AppVersion-v1.51.0--rc.0-informational?style=flat-square)
        +![Version: 1.51.0](https://img.shields.io/badge/Version-1.51.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.51.0](https://img.shields.io/badge/AppVersion-v1.51.0-informational?style=flat-square)
         
         ## Prerequisites
         
        @@ -11,7 +11,7 @@
         ## Get Repo Info
         
         ```console
        -helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0
        +helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0
         ```
         
         ## Install Chart
        @@ -19,7 +19,7 @@ helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0
         **Important:** only helm3 is supported
         
         ```console
        -helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0-rc.0 --values my-values.yaml
        +helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.51.0 --values my-values.yaml
         ```
         
         _See [configuration](#configuration) below._
        diff --git a/scripts/install.sh b/scripts/install.sh
        index 47b35295bc..f2e7e7a0f4 100755
        --- a/scripts/install.sh
        +++ b/scripts/install.sh
        @@ -11,7 +11,7 @@ BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/downloa
         
         # Router version defined in apollo-router's Cargo.toml
         # Note: Change this line manually during the release steps.
        -PACKAGE_VERSION="v1.51.0-rc.0"
        +PACKAGE_VERSION="v1.51.0"
         
         download_binary() {
             downloader --check
        
        From 4cb0a2b422a51926aea0f24592af24016971c0cb Mon Sep 17 00:00:00 2001
        From: Jesse Rosenberger 
        Date: Mon, 15 Jul 2024 17:03:12 +0300
        Subject: [PATCH 16/16] chore(tests): Apply nextest retries rules to
         known-flaky tests. (#5577)
        
        ---
         .config/nextest.toml | 89 ++++++++++++++++++++++++++++++++++++++++++++
         1 file changed, 89 insertions(+)
        
        diff --git a/.config/nextest.toml b/.config/nextest.toml
        index df8bab66e6..cff09c8ef6 100644
        --- a/.config/nextest.toml
        +++ b/.config/nextest.toml
        @@ -1,3 +1,92 @@
        +[[profile.default.overrides]]
        +# These are known flaky tests according to the test flakiness report provided
        +# in CircleCI insights, based on the `dev` branch:
        +#
        +# https://app.circleci.com/insights/github/apollographql/router/workflows/ci_checks/tests
        +#
        +# We will retry these tests up to 2 additional times. Retry counts are recorded.
        +# Items on this list should be prioritized to get improved and removed from this
        +# list at the time they are fixed.
        +#
        +# Frankly, it may be best to just retry all tests in the apollo-router::integration_tests
        +# module, as they have a high failure rate, in general.
        +retries = 2
        +filter = '''
        +   ( binary_id(=apollo-router) & test(=axum_factory::axum_http_server_factory::tests::request_cancel_log) )
        +or ( binary_id(=apollo-router) & test(=axum_factory::axum_http_server_factory::tests::request_cancel_no_log) )
        +or ( binary_id(=apollo-router) & test(=notification::tests::it_test_ttl) )
        +or ( binary_id(=apollo-router) & test(=plugins::telemetry::metrics::apollo::test::apollo_metrics_enabled) )
        +or ( binary_id(=apollo-router) & test(=plugins::telemetry::tests::it_test_prometheus_metrics) )
        +or ( binary_id(=apollo-router) & test(=services::subgraph_service::tests::test_subgraph_service_websocket_with_error) )
        +or ( binary_id(=apollo-router) & test(=uplink::license_stream::test::license_expander_claim_pause_claim) )
        +or ( binary_id(=apollo-router) & test(=uplink::persisted_queries_manifest_stream::test::integration_test) )
        +or ( binary_id(=apollo-router-benchmarks) & test(=tests::test) )
        +or ( binary_id(=apollo-router::apollo_otel_traces) & test(=test_batch_send_header) )
        +or ( binary_id(=apollo-router::apollo_otel_traces) & test(=test_batch_trace_id) )
        +or ( binary_id(=apollo-router::apollo_otel_traces) & test(=test_condition_if) )
        +or ( binary_id(=apollo-router::apollo_otel_traces) & test(=test_trace_id) )
        +or ( binary_id(=apollo-router::apollo_reports) & test(=non_defer) )
        +or ( binary_id(=apollo-router::apollo_reports) & test(=test_batch_stats) )
        +or ( binary_id(=apollo-router::apollo_reports) & test(=test_client_name) )
        +or ( binary_id(=apollo-router::apollo_reports) & test(=test_client_version) )
        +or ( binary_id(=apollo-router::apollo_reports) & test(=test_condition_if) )
        +or ( binary_id(=apollo-router::apollo_reports) & test(=test_send_header) )
        +or ( binary_id(=apollo-router::apollo_reports) & test(=test_trace_id) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=api_schema_hides_field) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=automated_persisted_queries) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=defer_default_variable) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=defer_path) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_batches_with_errors_in_multi_graph) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_batches_with_errors_in_single_graph) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_handles_cancelled_by_coprocessor) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_handles_cancelled_by_rhai) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_handles_indefinite_timeouts) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_handles_short_timeouts) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_handles_single_invalid_graphql) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_handles_single_request_cancelled_by_coprocessor) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_handles_single_request_cancelled_by_rhai) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_supports_multi_subgraph_batching) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::batching::it_supports_single_subgraph_batching) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::coprocessor::test_error_not_propagated_to_client) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_fails_incompatible_query_order) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_fails_invalid_file_order) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_fails_invalid_multipart_order) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_fails_upload_without_file) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_fails_with_file_count_limits) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_fails_with_file_size_limit) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_fails_with_no_boundary_in_multipart) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::file_upload::it_uploads_to_multiple_subgraphs) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::lifecycle::test_graceful_shutdown) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::lifecycle::test_happy) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::lifecycle::test_reload_config_valid) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::lifecycle::test_reload_config_with_broken_plugin) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::lifecycle::test_reload_config_with_broken_plugin_recovery) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::redis::apq) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::redis::connection_failure_blocks_startup) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::redis::entity_cache) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::redis::query_planner_redis_update_defer) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::redis::query_planner_redis_update_query_fragments) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::redis::query_planner_redis_update_reuse_query_fragments) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::redis::test::connection_failure_blocks_startup) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::telemetry::jaeger::test_decimal_trace_id) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::telemetry::logging::test_json) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::telemetry::logging::test_json_sampler_off) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::telemetry::logging::test_text_sampler_off) )
        +or ( binary_id(=apollo-router::integration_tests) & test(=integration::telemetry::metrics::test_subgraph_auth_metrics) )
        +or ( binary_id(=apollo-router::samples) & test(=/enterprise/entity-cache/invalidation) )
        +or ( binary_id(=apollo-router::samples) & test(=/enterprise/entity-cache/invalidation-subgraph) )
        +or ( binary_id(=apollo-router::samples) & test(=/enterprise/entity-cache/invalidation-subgraph-type) )
        +or ( binary_id(=apollo-router::samples) & test(=/enterprise/query-planning-redis) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context_dependent_fetch_failure) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context_list) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context_list_of_lists) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context_no_typenames) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context_type_mismatch) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context_union) )
        +or ( binary_id(=apollo-router::set_context) & test(=test_set_context_unrelated_fetch_failure) )
        +'''
        +
         [profile.ci]
         # Print out output for failing tests as soon as they fail, and also at the end
         # of the run (for easy scrollability).