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 (#230)
673a8fb · github-actions[bot] · 2023-08-26 12:17
Message
{commit_body(@commit)}
Files changed
modified
3RD_PARTY_LICENSES
+54
−1
@@ -1997,7 +1997,7 @@ SOFTWARE.
| 1997 | 1997 | |
| 1998 | 1998 | ----- |
| 1999 | 1999 | |
| 2000 | −The following software may be included in this product: file-entry-cache, flat-cache. A copy of the source code may be downloaded from https://github.com/royriojas/file-entry-cache.git (file-entry-cache), https://github.com/royriojas/flat-cache.git (flat-cache). This software contains the following license and notice below: | |
| 2000 | +The following software may be included in this product: file-entry-cache. A copy of the source code may be downloaded from https://github.com/royriojas/file-entry-cache.git. This software contains the following license and notice below: | |
| 2001 | 2001 | |
| 2002 | 2002 | The MIT License (MIT) |
| 2003 | 2003 |
@@ -2075,6 +2075,32 @@ THE SOFTWARE.
| 2075 | 2075 | |
| 2076 | 2076 | ----- |
| 2077 | 2077 | |
| 2078 | +The following software may be included in this product: flat-cache. A copy of the source code may be downloaded from https://github.com/jaredwray/flat-cache.git. This software contains the following license and notice below: | |
| 2079 | + | |
| 2080 | +The MIT License (MIT) | |
| 2081 | + | |
| 2082 | +Copyright (c) Roy Riojas and Jared Wray | |
| 2083 | + | |
| 2084 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 2085 | +of this software and associated documentation files (the "Software"), to deal | |
| 2086 | +in the Software without restriction, including without limitation the rights | |
| 2087 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 2088 | +copies of the Software, and to permit persons to whom the Software is | |
| 2089 | +furnished to do so, subject to the following conditions: | |
| 2090 | + | |
| 2091 | +The above copyright notice and this permission notice shall be included in all | |
| 2092 | +copies or substantial portions of the Software. | |
| 2093 | + | |
| 2094 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 2095 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 2096 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 2097 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 2098 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 2099 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
| 2100 | +SOFTWARE. | |
| 2101 | + | |
| 2102 | +----- | |
| 2103 | + | |
| 2078 | 2104 | The following software may be included in this product: flatted. A copy of the source code may be downloaded from git+https://github.com/WebReflection/flatted.git. This software contains the following license and notice below: |
| 2079 | 2105 | |
| 2080 | 2106 | ISC License |
@@ -2699,6 +2725,33 @@ THE SOFTWARE.
| 2699 | 2725 | |
| 2700 | 2726 | ----- |
| 2701 | 2727 | |
| 2728 | +The following software may be included in this product: json-buffer. A copy of the source code may be downloaded from git://github.com/dominictarr/json-buffer.git. This software contains the following license and notice below: | |
| 2729 | + | |
| 2730 | +Copyright (c) 2013 Dominic Tarr | |
| 2731 | + | |
| 2732 | +Permission is hereby granted, free of charge, | |
| 2733 | +to any person obtaining a copy of this software and | |
| 2734 | +associated documentation files (the "Software"), to | |
| 2735 | +deal in the Software without restriction, including | |
| 2736 | +without limitation the rights to use, copy, modify, | |
| 2737 | +merge, publish, distribute, sublicense, and/or sell | |
| 2738 | +copies of the Software, and to permit persons to whom | |
| 2739 | +the Software is furnished to do so, | |
| 2740 | +subject to the following conditions: | |
| 2741 | + | |
| 2742 | +The above copyright notice and this permission notice | |
| 2743 | +shall be included in all copies or substantial portions of the Software. | |
| 2744 | + | |
| 2745 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 2746 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | |
| 2747 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | |
| 2748 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR | |
| 2749 | +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | |
| 2750 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | |
| 2751 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 2752 | + | |
| 2753 | +----- | |
| 2754 | + | |
| 2702 | 2755 | The following software may be included in this product: jsonc-parser. A copy of the source code may be downloaded from https://github.com/microsoft/node-jsonc-parser. This software contains the following license and notice below: |
| 2703 | 2756 | |
| 2704 | 2757 | The MIT License (MIT) |
Parents: 2a21db5