neiam
/action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Update 3rd party licenses (#97)
380359b · github-actions[bot] · 2022-04-04 17:45
Message
{commit_body(@commit)}
Files changed
modified
3RD_PARTY_LICENSES
+27
−1
@@ -980,7 +980,7 @@ limitations under the License.
| 980 | 980 | |
| 981 | 981 | ----- |
| 982 | 982 | |
| 983 | −The following software may be included in this product: array-includes, define-properties, es-abstract. A copy of the source code may be downloaded from git://github.com/es-shims/array-includes.git (array-includes), git://github.com/ljharb/define-properties.git (define-properties), git://github.com/ljharb/es-abstract.git (es-abstract). This software contains the following license and notice below: | |
| 983 | +The following software may be included in this product: array-includes, define-properties. A copy of the source code may be downloaded from git://github.com/es-shims/array-includes.git (array-includes), git://github.com/ljharb/define-properties.git (define-properties). This software contains the following license and notice below: | |
| 984 | 984 | |
| 985 | 985 | The MIT License (MIT) |
| 986 | 986 |
@@ -2023,6 +2023,32 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| 2023 | 2023 | |
| 2024 | 2024 | ----- |
| 2025 | 2025 | |
| 2026 | +The following software may be included in this product: es-abstract. A copy of the source code may be downloaded from git://github.com/ljharb/es-abstract.git. This software contains the following license and notice below: | |
| 2027 | + | |
| 2028 | +The MIT License (MIT) | |
| 2029 | + | |
| 2030 | +Copyright (C) 2015 Jordan Harband | |
| 2031 | + | |
| 2032 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 2033 | +of this software and associated documentation files (the "Software"), to deal | |
| 2034 | +in the Software without restriction, including without limitation the rights | |
| 2035 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 2036 | +copies of the Software, and to permit persons to whom the Software is | |
| 2037 | +furnished to do so, subject to the following conditions: | |
| 2038 | + | |
| 2039 | +The above copyright notice and this permission notice shall be included in | |
| 2040 | +all copies or substantial portions of the Software. | |
| 2041 | + | |
| 2042 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 2043 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 2044 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 2045 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 2046 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 2047 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 2048 | +THE SOFTWARE. | |
| 2049 | + | |
| 2050 | +----- | |
| 2051 | + | |
| 2026 | 2052 | 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: |
| 2027 | 2053 | |
| 2028 | 2054 | The MIT License (MIT) |
Parents: 73feb48