tools: update license-builder and LICENSE for V8 deps
The location of some third-party code has changed. PR-URL: https://github.com/nodejs/node/pull/58070 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
187fc5cc3a
commit
25248a2c21
2
LICENSE
2
LICENSE
@ -1489,7 +1489,7 @@ The externally maintained libraries used by Node.js are:
|
||||
This code is copyrighted by Sun Microsystems Inc. and released
|
||||
under a 3-clause BSD license.
|
||||
|
||||
- Valgrind client API header, located at src/third_party/valgrind/valgrind.h
|
||||
- Valgrind client API header, located at third_party/valgrind/valgrind.h
|
||||
This is released under the BSD license.
|
||||
|
||||
- The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
|
||||
|
@ -79,7 +79,7 @@ licenseText="$(curl -sL https://raw.githubusercontent.com/bestiejs/punycode.js/H
|
||||
addlicense "Punycode.js" "lib/punycode.js" "$licenseText"
|
||||
licenseText="$(cat "${rootdir}/deps/v8/LICENSE")"
|
||||
addlicense "V8" "deps/v8" "$licenseText"
|
||||
licenseText="$(sed -e '/You should have received a copy of the CC0/,$d' -e 's/^\/\* *//' -e 's/^ \* *//' deps/v8/src/third_party/siphash/halfsiphash.cc)"
|
||||
licenseText="$(sed -e '/You should have received a copy of the CC0/,$d' -e 's/^\/\* *//' -e 's/^ \* *//' deps/v8/third_party/siphash/halfsiphash.cc)"
|
||||
addlicense "SipHash" "deps/v8/src/third_party/siphash" "$licenseText"
|
||||
licenseText="$(sed -e '/The data format used by the zlib library/,$d' -e 's/^\/\* *//' -e 's/^ *//' "${rootdir}/deps/zlib/zlib.h")"
|
||||
addlicense "zlib" "deps/zlib" "$licenseText"
|
||||
|
Loading…
x
Reference in New Issue
Block a user