diff --git a/apps/playwright-browser-tunnel/.npmignore b/apps/playwright-browser-tunnel/.npmignore new file mode 100644 index 0000000000..bc349f9a4b --- /dev/null +++ b/apps/playwright-browser-tunnel/.npmignore @@ -0,0 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/apps/playwright-browser-tunnel/LICENSE b/apps/playwright-browser-tunnel/LICENSE new file mode 100644 index 0000000000..035b5aa8bf --- /dev/null +++ b/apps/playwright-browser-tunnel/LICENSE @@ -0,0 +1,24 @@ +@rushstack/playwright-browser-tunnel + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..1051302bdc --- /dev/null +++ b/common/changes/@microsoft/rush/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Add missing README for rush-azure-storage-build-cache-plugin and rush-buildxl-graph-plugin. Filter files from publish for rush-bridge-cache-plugin.", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} diff --git a/common/changes/@rushstack/heft-localization-typings-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/heft-localization-typings-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..e1ae301ca9 --- /dev/null +++ b/common/changes/@rushstack/heft-localization-typings-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-localization-typings-plugin", + "comment": "Add missing README and LICENSE files to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/heft-localization-typings-plugin" +} diff --git a/common/changes/@rushstack/heft-serverless-stack-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/heft-serverless-stack-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..c5d82c7f61 --- /dev/null +++ b/common/changes/@rushstack/heft-serverless-stack-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-serverless-stack-plugin", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/heft-serverless-stack-plugin" +} diff --git a/common/changes/@rushstack/playwright-browser-tunnel/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/playwright-browser-tunnel/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..45d64f9ce3 --- /dev/null +++ b/common/changes/@rushstack/playwright-browser-tunnel/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/playwright-browser-tunnel", + "comment": "Filter files from publish and include missing LICENSE file.", + "type": "patch" + } + ], + "packageName": "@rushstack/playwright-browser-tunnel" +} \ No newline at end of file diff --git a/common/changes/@rushstack/rush-pnpm-kit-v10/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/rush-pnpm-kit-v10/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..1b15d624bc --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v10/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v10", + "comment": "Filter files from publish.", + "type": "patch" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v10" +} diff --git a/common/changes/@rushstack/rush-pnpm-kit-v8/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/rush-pnpm-kit-v8/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..859bd24999 --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v8/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v8", + "comment": "Filter files from publish.", + "type": "patch" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v8" +} diff --git a/common/changes/@rushstack/rush-pnpm-kit-v9/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/rush-pnpm-kit-v9/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..e7357abe59 --- /dev/null +++ b/common/changes/@rushstack/rush-pnpm-kit-v9/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/rush-pnpm-kit-v9", + "comment": "Filter files from publish.", + "type": "patch" + } + ], + "packageName": "@rushstack/rush-pnpm-kit-v9" +} diff --git a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..c17cdf8d84 --- /dev/null +++ b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-embedded-dependencies-plugin", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/webpack-embedded-dependencies-plugin" +} diff --git a/common/changes/@rushstack/webpack-plugin-utilities/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/webpack-plugin-utilities/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..46d14c65bc --- /dev/null +++ b/common/changes/@rushstack/webpack-plugin-utilities/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-plugin-utilities", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/webpack-plugin-utilities" +} diff --git a/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json b/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json new file mode 100644 index 0000000000..6cc229df5f --- /dev/null +++ b/common/changes/@rushstack/webpack-preserve-dynamic-require-plugin/fix-playwright-browser-tunnel-publishing_2026-02-19-00-11.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin", + "comment": "Add missing LICENSE file to package.", + "type": "patch" + } + ], + "packageName": "@rushstack/webpack-preserve-dynamic-require-plugin" +} diff --git a/heft-plugins/heft-localization-typings-plugin/LICENSE b/heft-plugins/heft-localization-typings-plugin/LICENSE new file mode 100644 index 0000000000..2c4ae6d8c1 --- /dev/null +++ b/heft-plugins/heft-localization-typings-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/heft-localization-typings-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/heft-plugins/heft-localization-typings-plugin/README.md b/heft-plugins/heft-localization-typings-plugin/README.md new file mode 100644 index 0000000000..e0527c2dfb --- /dev/null +++ b/heft-plugins/heft-localization-typings-plugin/README.md @@ -0,0 +1,11 @@ +# @rushstack/heft-localization-typings-plugin + +Heft plugin for generating types for localization files. + +## Links + +- [CHANGELOG.md]( + https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-localization-typings-plugin/CHANGELOG.md) - Find + out what's new in the latest version + +Heft is part of the [Rush Stack](https://rushstack.io/) family of projects. diff --git a/heft-plugins/heft-serverless-stack-plugin/LICENSE b/heft-plugins/heft-serverless-stack-plugin/LICENSE new file mode 100644 index 0000000000..da79b869ac --- /dev/null +++ b/heft-plugins/heft-serverless-stack-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/heft-serverless-stack-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/libraries/rush-pnpm-kit-v10/.npmignore b/libraries/rush-pnpm-kit-v10/.npmignore new file mode 100644 index 0000000000..bc349f9a4b --- /dev/null +++ b/libraries/rush-pnpm-kit-v10/.npmignore @@ -0,0 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/libraries/rush-pnpm-kit-v8/.npmignore b/libraries/rush-pnpm-kit-v8/.npmignore new file mode 100644 index 0000000000..bc349f9a4b --- /dev/null +++ b/libraries/rush-pnpm-kit-v8/.npmignore @@ -0,0 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/libraries/rush-pnpm-kit-v9/.npmignore b/libraries/rush-pnpm-kit-v9/.npmignore new file mode 100644 index 0000000000..bc349f9a4b --- /dev/null +++ b/libraries/rush-pnpm-kit-v9/.npmignore @@ -0,0 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/rush-plugins/rush-azure-storage-build-cache-plugin/README.md b/rush-plugins/rush-azure-storage-build-cache-plugin/README.md new file mode 100644 index 0000000000..a4070cc52d --- /dev/null +++ b/rush-plugins/rush-azure-storage-build-cache-plugin/README.md @@ -0,0 +1,9 @@ +# @rushstack/rush-azure-storage-build-cache-plugin + +Rush plugin for Azure storage cloud build cache. + +## Links + +- [CHANGELOG.md]( + https://github.com/microsoft/rushstack/blob/main/rush-plugins/rush-azure-storage-build-cache-plugin/CHANGELOG.md) - Find + out what's new in the latest version diff --git a/rush-plugins/rush-bridge-cache-plugin/.npmignore b/rush-plugins/rush-bridge-cache-plugin/.npmignore new file mode 100644 index 0000000000..bc349f9a4b --- /dev/null +++ b/rush-plugins/rush-bridge-cache-plugin/.npmignore @@ -0,0 +1,32 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/lib/** +!/lib-*/** +!/dist/** + +!CHANGELOG.md +!CHANGELOG.json +!heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/lib/**/test/ +/lib-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README.md +# LICENSE + +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- diff --git a/rush-plugins/rush-buildxl-graph-plugin/README.md b/rush-plugins/rush-buildxl-graph-plugin/README.md new file mode 100644 index 0000000000..da42648173 --- /dev/null +++ b/rush-plugins/rush-buildxl-graph-plugin/README.md @@ -0,0 +1,9 @@ +# @rushstack/rush-buildxl-graph-plugin + +Rush plugin for generating a BuildXL graph. + +## Links + +- [CHANGELOG.md]( + https://github.com/microsoft/rushstack/blob/main/rush-plugins/rush-buildxl-graph-plugin/CHANGELOG.md) - Find + out what's new in the latest version diff --git a/webpack/preserve-dynamic-require-plugin/LICENSE b/webpack/preserve-dynamic-require-plugin/LICENSE new file mode 100644 index 0000000000..892290f409 --- /dev/null +++ b/webpack/preserve-dynamic-require-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/webpack-preserve-dynamic-require-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/webpack/webpack-embedded-dependencies-plugin/LICENSE b/webpack/webpack-embedded-dependencies-plugin/LICENSE new file mode 100644 index 0000000000..4d45d3ca4b --- /dev/null +++ b/webpack/webpack-embedded-dependencies-plugin/LICENSE @@ -0,0 +1,24 @@ +@rushstack/webpack-embedded-dependencies-plugin + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/webpack/webpack-plugin-utilities/LICENSE b/webpack/webpack-plugin-utilities/LICENSE new file mode 100644 index 0000000000..a88ea54ad6 --- /dev/null +++ b/webpack/webpack-plugin-utilities/LICENSE @@ -0,0 +1,24 @@ +@rushstack/webpack-plugin-utilities + +Copyright (c) Microsoft Corporation. All rights reserved. + +MIT License + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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.