summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/LICENSE
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-11-27 09:36:35 -0800
committerRich Trott <rtrott@gmail.com>2021-11-29 14:52:42 -0800
commit4c41fea7a76949bce58adc7ce30ad952e2088401 (patch)
treec5e47fff5d755cb7f7e9e41d6d27e90d151e7589 /tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/LICENSE
parent6fd0a60d6078f5e409077c4ca5856e939922308b (diff)
downloadnode-new-4c41fea7a76949bce58adc7ce30ad952e2088401.tar.gz
tools: consolidate ESLint dependencies
PR-URL: https://github.com/nodejs/node/pull/40995 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/LICENSE')
-rw-r--r--tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/LICENSE22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/LICENSE b/tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/LICENSE
new file mode 100644
index 0000000000..f31575ec77
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/LICENSE
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2014-present Sebastian McKenzie and other contributors
+
+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.