File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1248,12 +1248,12 @@ The externally maintained libraries used by Node.js are:
12481248 THE SOFTWARE.
12491249 """
12501250
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:
12521252 """
1253- Copyright (c) 2014-2016 Sebastian McKenzie <
[email protected] >
1254-
12551253 MIT License
12561254
1255+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
1256+
12571257 Permission is hereby granted, free of charge, to any person obtaining
12581258 a copy of this software and associated documentation files (the
12591259 "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}
8383addlicense " cpplint.py" " tools/cpplint.py" \
8484 " $( sed -e ' /^$/,$d' -e ' s/^#$//' -e ' s/^# //' " ${rootdir} " /tools/cpplint.py | tail -n +3) "
8585addlicense " 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) "
8787addlicense " gtest" " test/cctest/gtest" " $( cat " ${rootdir} " /test/cctest/gtest/LICENSE) "
8888
8989# nghttp2
You can’t perform that action at this time.
0 commit comments