Update 3rd party licenses (automation) (#416)

11a1f27 · github-actions[bot] · 2026-03-06 20:46

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

Files changed

modified 3RD_PARTY_LICENSES
+14 −14
@@ -2312,6 +2312,20 @@ SOFTWARE.
2312 2312
2313 2313 -----
2314 2314
2315 +The following software may be included in this product: file-type, make-dir, path-exists, path-key, pify, shebang-regex. A copy of the source code may be downloaded from https://github.com/sindresorhus/file-type.git (file-type), https://github.com/sindresorhus/make-dir.git (make-dir), https://github.com/sindresorhus/path-exists.git (path-exists), https://github.com/sindresorhus/path-key.git (path-key), https://github.com/sindresorhus/pify.git (pify), https://github.com/sindresorhus/shebang-regex.git (shebang-regex). This software contains the following license and notice below:
2316 +
2317 +MIT License
2318 +
2319 +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2320 +
2321 +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2322 +
2323 +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2324 +
2325 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2326 +
2327 +-----
2328 +
2315 2329 The following software may be included in this product: file-type, get-stream, is-stream, object-assign, pify. A copy of the source code may be downloaded from https://github.com/sindresorhus/file-type.git (file-type), https://github.com/sindresorhus/get-stream.git (get-stream), https://github.com/sindresorhus/is-stream.git (is-stream), https://github.com/sindresorhus/object-assign.git (object-assign), https://github.com/sindresorhus/pify.git (pify). This software contains the following license and notice below:
2316 2330
2317 2331 The MIT License (MIT)
@@ -2338,20 +2352,6 @@ THE SOFTWARE.
2338 2352
2339 2353 -----
2340 2354
2341 The following software may be included in this product: file-type, make-dir, path-exists, path-key, pify, shebang-regex. A copy of the source code may be downloaded from https://github.com/sindresorhus/file-type.git (file-type), https://github.com/sindresorhus/make-dir.git (make-dir), https://github.com/sindresorhus/path-exists.git (path-exists), https://github.com/sindresorhus/path-key.git (path-key), https://github.com/sindresorhus/pify.git (pify), https://github.com/sindresorhus/shebang-regex.git (shebang-regex). This software contains the following license and notice below:
2342
2343 MIT License
2344
2345 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2346
2347 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2348
2349 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2350
2351 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2352
2353 -----
2354
2355 2355 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:
2356 2356
2357 2357 The MIT License (MIT)

Parents: 83bf0e8