Skip to content

Commit d127d15

Browse files
committed
License file maintenance.
- reference to OpenSSL - note about http-parser
1 parent cbd1f14 commit d127d15

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

LICENSE

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ maintained libraries. The externally maintained libraries used by Node
33
are:
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
@@ -19,7 +19,15 @@ are:
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 ([email protected]) 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

2432
Node's license follows:
2533

0 commit comments

Comments
 (0)