Skip to content

Commit 3779e43

Browse files
targosRafaelGSS
authored andcommitted
tools: update license-builder and LICENSE for V8 deps
The location of some third-party code has changed. PR-URL: #58070 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 82c2255 commit 3779e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ The externally maintained libraries used by Node.js are:
14891489
This code is copyrighted by Sun Microsystems Inc. and released
14901490
under a 3-clause BSD license.
14911491

1492-
- Valgrind client API header, located at src/third_party/valgrind/valgrind.h
1492+
- Valgrind client API header, located at third_party/valgrind/valgrind.h
14931493
This is released under the BSD license.
14941494

14951495
- The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}

tools/license-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ licenseText="$(curl -sL https://raw.githubusercontent.com/bestiejs/punycode.js/H
7979
addlicense "Punycode.js" "lib/punycode.js" "$licenseText"
8080
licenseText="$(cat "${rootdir}/deps/v8/LICENSE")"
8181
addlicense "V8" "deps/v8" "$licenseText"
82-
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)"
82+
licenseText="$(sed -e '/You should have received a copy of the CC0/,$d' -e 's/^\/\* *//' -e 's/^ \* *//' deps/v8/third_party/siphash/halfsiphash.cc)"
8383
addlicense "SipHash" "deps/v8/src/third_party/siphash" "$licenseText"
8484
licenseText="$(sed -e '/The data format used by the zlib library/,$d' -e 's/^\/\* *//' -e 's/^ *//' "${rootdir}/deps/zlib/zlib.h")"
8585
addlicense "zlib" "deps/zlib" "$licenseText"

0 commit comments

Comments
 (0)