diff options
author | Rich Trott <rtrott@gmail.com> | 2019-06-16 21:14:48 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-06-18 21:16:44 -0700 |
commit | e58584639844f67ab26154d2a0fd5ddee08f7162 (patch) | |
tree | 11e007d75bf0933c8492f61860e02bdda460ac05 /LICENSE | |
parent | ac1239eaf82c44be96d3865e82df04328dbdf4c0 (diff) | |
download | node-new-e58584639844f67ab26154d2a0fd5ddee08f7162.tar.gz |
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-- | LICENSE | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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. |