Update 3rd party licenses (#114)

c9256cb · github-actions[bot] · 2022-05-12 12:40

1 files +6 -32
Message
{commit_body(@commit)}

Files changed

modified 3RD_PARTY_LICENSES
+6 −32
@@ -69,11 +69,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
69 69
70 70 -----
71 71
72 The following software may be included in this product: @eslint/eslintrc. A copy of the source code may be downloaded from https://github.com/eslint/eslintrc.git. This software contains the following license and notice below:
72 +The following software may be included in this product: @eslint/eslintrc, eslint. A copy of the source code may be downloaded from https://github.com/eslint/eslintrc.git (@eslint/eslintrc), https://github.com/eslint/eslint.git (eslint). This software contains the following license and notice below:
73 73
74 MIT License
75
76 Copyright (c) 2020 ESLint
74 +Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
77 75
78 76 Permission is hereby granted, free of charge, to any person obtaining a copy
79 77 of this software and associated documentation files (the "Software"), to deal
@@ -82,16 +80,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
82 80 copies of the Software, and to permit persons to whom the Software is
83 81 furnished to do so, subject to the following conditions:
84 82
85 The above copyright notice and this permission notice shall be included in all
86 copies or substantial portions of the Software.
83 +The above copyright notice and this permission notice shall be included in
84 +all copies or substantial portions of the Software.
87 85
88 86 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89 87 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90 88 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91 89 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92 90 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
94 SOFTWARE.
91 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
92 +THE SOFTWARE.
95 93
96 94 -----
97 95
@@ -2117,30 +2115,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2117 2115
2118 2116 -----
2119 2117
2120 The following software may be included in this product: eslint. A copy of the source code may be downloaded from https://github.com/eslint/eslint.git. This software contains the following license and notice below:
2121
2122 Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
2123
2124 Permission is hereby granted, free of charge, to any person obtaining a copy
2125 of this software and associated documentation files (the "Software"), to deal
2126 in the Software without restriction, including without limitation the rights
2127 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2128 copies of the Software, and to permit persons to whom the Software is
2129 furnished to do so, subject to the following conditions:
2130
2131 The above copyright notice and this permission notice shall be included in
2132 all copies or substantial portions of the Software.
2133
2134 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2135 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2136 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2137 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2138 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2139 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2140 THE SOFTWARE.
2141
2142 -----
2143
2144 2118 The following software may be included in this product: eslint-config-airbnb, eslint-config-airbnb-base. A copy of the source code may be downloaded from https://github.com/airbnb/javascript (eslint-config-airbnb), https://github.com/airbnb/javascript (eslint-config-airbnb-base). This software contains the following license and notice below:
2145 2119
2146 2120 MIT License

Parents: 9627051