File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ maintained libraries. The externally maintained libraries used by Node
33are:
44
55 - v8, located under deps/v8, which is copyrighted by the Google, Inc.
6- v8 has an MIT license.
6+ v8 has a BSD license.
77
88 - libev, located under deps/libev, and libeio, located at deps/libeio.
99 This code is copyrighted by Marc Alexander Lehmann. Both are dually
1919 the Massachusetts Institute of Technology; authored by Greg Hudson,
2020 Daniel Stenberg and others. Released under an MIT license.
2121
22- Other external libraries are my own and all use the same license as Node.
22+ - Node, optionally, dynmaically links to OpenSSL, cryptographic software
23+ written by Eric Young (eay@cryptsoft.com) to provide SSL/TLS encryption.
24+ OpenSSL is copyrighted by The OpenSSL Project. OpenSSL has a simple
25+ Apache-style license. OpenSSL is not included in the Node distribution.
26+ See http://openssl.org/ for more information.
27+
28+ - HTTP Parser, located at deps/http_parser, is a small C library
29+ copyrighted by Ryan Lienhart Dahl and has a MIT license.
30+
2331
2432Node's license follows:
2533
You can’t perform that action at this time.
0 commit comments