From e58584639844f67ab26154d2a0fd5ddee08f7162 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 16 Jun 2019 21:14:48 -0700 Subject: 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 Reviewed-By: Richard Lau Reviewed-By: Yongsheng Zhang Reviewed-By: Trivikram Kamat Reviewed-By: Michael Dawson Reviewed-By: Myles Borins Reviewed-By: Franziska Hinkelmann --- LICENSE | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'LICENSE') 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. -- cgit v1.2.1