File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -757,11 +757,13 @@ The externally maintained libraries used by Node.js are:
757
757
This code is copyrighted by Sun Microsystems Inc. and released
758
758
under a 3-clause BSD license.
759
759
760
- - Valgrind client API header, located at third_party/valgrind/valgrind.h
761
- This is release under the BSD license.
760
+ - Valgrind client API header, located at src/ third_party/valgrind/valgrind.h
761
+ This is released under the BSD license.
762
762
763
- - antlr4 parser generator Cpp library located in third_party/antlr4
764
- This is release under the BSD license.
763
+ - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
764
+ This is released under the Apache license. The API's upstream prototype
765
+ implementation also formed the basis of V8's implementation in
766
+ src/wasm/c-api.cc.
765
767
766
768
These libraries have their own licenses; we recommend you read them,
767
769
as their terms may differ from the terms below.
You can’t perform that action at this time.
0 commit comments