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 (automation) (#310)
b27f958 · github-actions[bot] · 2024-12-05 21:20
Message
{commit_body(@commit)}
Files changed
modified
3RD_PARTY_LICENSES
+27
−27
@@ -985,6 +985,32 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
| 985 | 985 | |
| 986 | 986 | ----- |
| 987 | 987 | |
| 988 | +The following software may be included in this product: call-bind, get-intrinsic. A copy of the source code may be downloaded from git+https://github.com/ljharb/call-bind.git (call-bind), git+https://github.com/ljharb/get-intrinsic.git (get-intrinsic). This software contains the following license and notice below: | |
| 989 | + | |
| 990 | +MIT License | |
| 991 | + | |
| 992 | +Copyright (c) 2020 Jordan Harband | |
| 993 | + | |
| 994 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 995 | +of this software and associated documentation files (the "Software"), to deal | |
| 996 | +in the Software without restriction, including without limitation the rights | |
| 997 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 998 | +copies of the Software, and to permit persons to whom the Software is | |
| 999 | +furnished to do so, subject to the following conditions: | |
| 1000 | + | |
| 1001 | +The above copyright notice and this permission notice shall be included in all | |
| 1002 | +copies or substantial portions of the Software. | |
| 1003 | + | |
| 1004 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 1005 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 1006 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 1007 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 1008 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 1009 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
| 1010 | +SOFTWARE. | |
| 1011 | + | |
| 1012 | +----- | |
| 1013 | + | |
| 988 | 1014 | The following software may be included in this product: color-convert. A copy of the source code may be downloaded from https://github.com/Qix-/color-convert.git. This software contains the following license and notice below: |
| 989 | 1015 | |
| 990 | 1016 | Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com> |
@@ -2274,32 +2300,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
| 2274 | 2300 | |
| 2275 | 2301 | ----- |
| 2276 | 2302 | |
| 2277 | −The following software may be included in this product: get-intrinsic. A copy of the source code may be downloaded from git+https://github.com/ljharb/get-intrinsic.git. This software contains the following license and notice below: | |
| 2278 | − | |
| 2279 | −MIT License | |
| 2280 | − | |
| 2281 | −Copyright (c) 2020 Jordan Harband | |
| 2282 | − | |
| 2283 | −Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 2284 | −of this software and associated documentation files (the "Software"), to deal | |
| 2285 | −in the Software without restriction, including without limitation the rights | |
| 2286 | −to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 2287 | −copies of the Software, and to permit persons to whom the Software is | |
| 2288 | −furnished to do so, subject to the following conditions: | |
| 2289 | − | |
| 2290 | −The above copyright notice and this permission notice shall be included in all | |
| 2291 | −copies or substantial portions of the Software. | |
| 2292 | − | |
| 2293 | −THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 2294 | −IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 2295 | −FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 2296 | −AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 2297 | −LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 2298 | −OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
| 2299 | −SOFTWARE. | |
| 2300 | − | |
| 2301 | −----- | |
| 2302 | − | |
| 2303 | 2303 | The following software may be included in this product: glob. A copy of the source code may be downloaded from git://github.com/isaacs/node-glob.git. This software contains the following license and notice below: |
| 2304 | 2304 | |
| 2305 | 2305 | The ISC License |
@@ -2562,7 +2562,7 @@ SOFTWARE.
| 2562 | 2562 | |
| 2563 | 2563 | ----- |
| 2564 | 2564 | |
| 2565 | −The following software may be included in this product: hasown. A copy of the source code may be downloaded from git+https://github.com/inspect-js/hasOwn.git. This software contains the following license and notice below: | |
| 2565 | +The following software may be included in this product: hasown, set-function-length. A copy of the source code may be downloaded from git+https://github.com/inspect-js/hasOwn.git (hasown), git+https://github.com/ljharb/set-function-length.git (set-function-length). This software contains the following license and notice below: | |
| 2566 | 2566 | |
| 2567 | 2567 | MIT License |
| 2568 | 2568 |
Parents: ff4f054