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 (#207)
53bf0a5 · github-actions[bot] · 2023-05-17 12:07
Message
{commit_body(@commit)}
Files changed
modified
3RD_PARTY_LICENSES
+28
−2
@@ -2,7 +2,7 @@ THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY B
| 2 | 2 | |
| 3 | 3 | ----- |
| 4 | 4 | |
| 5 | −The following software may be included in this product: @actions/core, @actions/exec, @actions/io. A copy of the source code may be downloaded from git+https://github.com/actions/toolkit.git (@actions/core), git+https://github.com/actions/toolkit.git (@actions/exec), git+https://github.com/actions/toolkit.git (@actions/io). This software contains the following license and notice below: | |
| 5 | +The following software may be included in this product: @actions/core, @actions/exec, @actions/io, @actions/tool-cache. A copy of the source code may be downloaded from git+https://github.com/actions/toolkit.git (@actions/core), git+https://github.com/actions/toolkit.git (@actions/exec), git+https://github.com/actions/toolkit.git (@actions/io), git+https://github.com/actions/toolkit.git (@actions/tool-cache). This software contains the following license and notice below: | |
| 6 | 6 | |
| 7 | 7 | The MIT License (MIT) |
| 8 | 8 |
@@ -3223,7 +3223,7 @@ PERFORMANCE OF THIS SOFTWARE.
| 3223 | 3223 | |
| 3224 | 3224 | ----- |
| 3225 | 3225 | |
| 3226 | −The following software may be included in this product: ini, isexe, json-stringify-safe, lru-cache, minimatch, once, rimraf, semver, which, wrappy, yallist. A copy of the source code may be downloaded from git://github.com/isaacs/ini.git (ini), git+https://github.com/isaacs/isexe.git (isexe), git://github.com/isaacs/json-stringify-safe (json-stringify-safe), git://github.com/isaacs/node-lru-cache.git (lru-cache), git://github.com/isaacs/minimatch.git (minimatch), git://github.com/isaacs/once (once), git://github.com/isaacs/rimraf.git (rimraf), https://github.com/npm/node-semver (semver), git://github.com/isaacs/node-which.git (which), https://github.com/npm/wrappy (wrappy), git+https://github.com/isaacs/yallist.git (yallist). This software contains the following license and notice below: | |
| 3226 | +The following software may be included in this product: ini, isexe, json-stringify-safe, lru-cache, minimatch, once, rimraf, semver, which, wrappy, yallist. A copy of the source code may be downloaded from git://github.com/isaacs/ini.git (ini), git+https://github.com/isaacs/isexe.git (isexe), git://github.com/isaacs/json-stringify-safe (json-stringify-safe), git://github.com/isaacs/node-lru-cache.git (lru-cache), git://github.com/isaacs/minimatch.git (minimatch), git://github.com/isaacs/once (once), git://github.com/isaacs/rimraf.git (rimraf), https://github.com/npm/node-semver.git (semver), git://github.com/isaacs/node-which.git (which), https://github.com/npm/wrappy (wrappy), git+https://github.com/isaacs/yallist.git (yallist). This software contains the following license and notice below: | |
| 3227 | 3227 | |
| 3228 | 3228 | The ISC License |
| 3229 | 3229 |
@@ -10438,6 +10438,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
| 10438 | 10438 | |
| 10439 | 10439 | ----- |
| 10440 | 10440 | |
| 10441 | +The following software may be included in this product: uuid. A copy of the source code may be downloaded from https://github.com/uuidjs/uuid.git. This software contains the following license and notice below: | |
| 10442 | + | |
| 10443 | +The MIT License (MIT) | |
| 10444 | + | |
| 10445 | +Copyright (c) 2010-2016 Robert Kieffer and other contributors | |
| 10446 | + | |
| 10447 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 10448 | +of this software and associated documentation files (the "Software"), to deal | |
| 10449 | +in the Software without restriction, including without limitation the rights | |
| 10450 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 10451 | +copies of the Software, and to permit persons to whom the Software is | |
| 10452 | +furnished to do so, subject to the following conditions: | |
| 10453 | + | |
| 10454 | +The above copyright notice and this permission notice shall be included in all | |
| 10455 | +copies or substantial portions of the Software. | |
| 10456 | + | |
| 10457 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 10458 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 10459 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 10460 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 10461 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 10462 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
| 10463 | +SOFTWARE. | |
| 10464 | + | |
| 10465 | +----- | |
| 10466 | + | |
| 10441 | 10467 | The following software may be included in this product: word-wrap. A copy of the source code may be downloaded from https://github.com/jonschlinkert/word-wrap.git. This software contains the following license and notice below: |
| 10442 | 10468 | |
| 10443 | 10469 | The MIT License (MIT) |
Parents: 977eee5