Update 3rd party licenses (#103)

01cb298 · github-actions[bot] · 2022-04-12 15:19

1 files +26 -0
Message
{commit_body(@commit)}

Files changed

modified 3RD_PARTY_LICENSES
+26 −0
@@ -2049,6 +2049,32 @@ THE SOFTWARE.
2049 2049
2050 2050 -----
2051 2051
2052 +The following software may be included in this product: es-shim-unscopables. A copy of the source code may be downloaded from git+https://github.com/ljharb/es-shim-unscopables.git. This software contains the following license and notice below:
2053 +
2054 +MIT License
2055 +
2056 +Copyright (c) 2022 Jordan Harband
2057 +
2058 +Permission is hereby granted, free of charge, to any person obtaining a copy
2059 +of this software and associated documentation files (the "Software"), to deal
2060 +in the Software without restriction, including without limitation the rights
2061 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2062 +copies of the Software, and to permit persons to whom the Software is
2063 +furnished to do so, subject to the following conditions:
2064 +
2065 +The above copyright notice and this permission notice shall be included in all
2066 +copies or substantial portions of the Software.
2067 +
2068 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2069 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2070 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2071 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2072 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2073 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2074 +SOFTWARE.
2075 +
2076 +-----
2077 +
2052 2078 The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, object.entries, object.values, string.prototype.matchall. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/inspect-js/is-boolean-object.git (is-boolean-object), git://github.com/inspect-js/is-callable.git (is-callable), git://github.com/inspect-js/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/es-shims/Object.entries.git (object.entries), git://github.com/es-shims/Object.values.git (object.values), git+https://github.com/es-shims/String.prototype.matchAll.git (string.prototype.matchall). This software contains the following license and notice below:
2053 2079
2054 2080 The MIT License (MIT)

Parents: 2e0500f