| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a1ba668 commit 9fbab3e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1248,12 +1248,12 @@ The externally maintained libraries used by Node.js are: | |||
| 1248 | 1248 | THE SOFTWARE. | |
| 1249 | 1249 | """ | |
| 1250 | 1250 | ||
| 1251 | - - babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows: | ||
| 1251 | + - Babel, located at tools/node_modules/@babel, is licensed as follows: | ||
| 1252 | 1252 | """ | |
| 1253 | - Copyright (c) 2014-2016 Sebastian McKenzie <sebmck@gmail.com> | ||
| 1254 | - | ||
| 1255 | 1253 | MIT License | |
| 1256 | 1254 | ||
| 1255 | + Copyright (c) 2014-present Sebastian McKenzie and other contributors | ||
| 1256 | + | ||
| 1257 | 1257 | Permission is hereby granted, free of charge, to any person obtaining | |
| 1258 | 1258 | a copy of this software and associated documentation files (the | |
| 1259 | 1259 | "Software"), to deal in the Software without restriction, including | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ addlicense "markupsafe" "tools/inspector_protocol/markupsafe" "$(cat "${rootdir} | |||
| 83 | 83 | addlicense "cpplint.py" "tools/cpplint.py" \ | |
| 84 | 84 | "$(sed -e '/^$/,$d' -e 's/^#$//' -e 's/^# //' "${rootdir}"/tools/cpplint.py | tail -n +3)" | |
| 85 | 85 | addlicense "ESLint" "tools/node_modules/eslint" "$(cat "${rootdir}"/tools/node_modules/eslint/LICENSE)" | |
| 86 | - addlicense "babel-eslint" "tools/node_modules/babel-eslint" "$(cat "${rootdir}"/tools/node_modules/babel-eslint/LICENSE)" | ||
| 86 | + addlicense "Babel" "tools/node_modules/@babel" "$(cat "${rootdir}"/tools/node_modules/@babel/core/LICENSE)" | ||
| 87 | 87 | addlicense "gtest" "test/cctest/gtest" "$(cat "${rootdir}"/test/cctest/gtest/LICENSE)" | |
| 88 | 88 | ||
| 89 | 89 | # nghttp2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments