Update 3rd party licenses (#232)

5462be1 · github-actions[bot] · 2023-09-14 20:29

1 files +52 -0
Message
{commit_body(@commit)}

Files changed

modified 3RD_PARTY_LICENSES
+52 −0
@@ -1241,6 +1241,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1241 1241
1242 1242 -----
1243 1243
1244 +The following software may be included in this product: define-data-property. A copy of the source code may be downloaded from git+https://github.com/ljharb/define-data-property.git. This software contains the following license and notice below:
1245 +
1246 +MIT License
1247 +
1248 +Copyright (c) 2023 Jordan Harband
1249 +
1250 +Permission is hereby granted, free of charge, to any person obtaining a copy
1251 +of this software and associated documentation files (the "Software"), to deal
1252 +in the Software without restriction, including without limitation the rights
1253 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1254 +copies of the Software, and to permit persons to whom the Software is
1255 +furnished to do so, subject to the following conditions:
1256 +
1257 +The above copyright notice and this permission notice shall be included in all
1258 +copies or substantial portions of the Software.
1259 +
1260 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1261 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1262 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1263 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1264 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1265 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1266 +SOFTWARE.
1267 +
1268 +-----
1269 +
1244 1270 The following software may be included in this product: define-properties. A copy of the source code may be downloaded from git://github.com/ljharb/define-properties.git. This software contains the following license and notice below:
1245 1271
1246 1272 The MIT License (MIT)
@@ -2417,6 +2443,32 @@ SOFTWARE.
2417 2443
2418 2444 -----
2419 2445
2446 +The following software may be included in this product: gopd. A copy of the source code may be downloaded from git+https://github.com/ljharb/gopd.git. This software contains the following license and notice below:
2447 +
2448 +MIT License
2449 +
2450 +Copyright (c) 2022 Jordan Harband
2451 +
2452 +Permission is hereby granted, free of charge, to any person obtaining a copy
2453 +of this software and associated documentation files (the "Software"), to deal
2454 +in the Software without restriction, including without limitation the rights
2455 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2456 +copies of the Software, and to permit persons to whom the Software is
2457 +furnished to do so, subject to the following conditions:
2458 +
2459 +The above copyright notice and this permission notice shall be included in all
2460 +copies or substantial portions of the Software.
2461 +
2462 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2463 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2464 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2465 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2466 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2467 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2468 +SOFTWARE.
2469 +
2470 +-----
2471 +
2420 2472 The following software may be included in this product: graceful-fs. A copy of the source code may be downloaded from https://github.com/isaacs/node-graceful-fs. This software contains the following license and notice below:
2421 2473
2422 2474 The ISC License

Parents: 673a8fb