summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-16 21:14:48 -0700
committerMichaƫl Zasso <targos@protonmail.com>2019-07-02 09:07:41 +0200
commitd95d610e0efb0efb9fa3765da8985a441adaaee9 (patch)
treec47faff6f6ae42c90f5734f815b08924b08c7369 /LICENSE
parentc491e4dfe6b2af972ec935524af0e0f0eee894b8 (diff)
downloadandroid-node-v8-d95d610e0efb0efb9fa3765da8985a441adaaee9.tar.gz
android-node-v8-d95d610e0efb0efb9fa3765da8985a441adaaee9.tar.bz2
android-node-v8-d95d610e0efb0efb9fa3765da8985a441adaaee9.zip
meta: update LICENSE
A few dependencies have been updated or added without running license_builder.sh. This updates based on current master branch. PR-URL: https://github.com/nodejs/node/pull/28260 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE10
1 files changed, 6 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 0990b3694b..1f2435a722 100644
--- a/LICENSE
+++ b/LICENSE
@@ -757,11 +757,13 @@ 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 third_party/valgrind/valgrind.h
- This is release under the BSD license.
+ - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
+ This is released under the BSD license.
- - antlr4 parser generator Cpp library located in third_party/antlr4
- This is release under the BSD license.
+ - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
+ This is released under the Apache license. The API's upstream prototype
+ implementation also formed the basis of V8's implementation in
+ src/wasm/c-api.cc.
These libraries have their own licenses; we recommend you read them,
as their terms may differ from the terms below.