forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,10 @@ The externally maintained libraries used by Node are: | |
Greg Hudson, Daniel Stenberg and others, and released under the MIT | ||
license. | ||
|
||
- Node, optionally, dynamically links to OpenSSL, cryptographic software | ||
written by Eric Young ([email protected]) to provide SSL/TLS encryption. | ||
OpenSSL is copyright The OpenSSL Project and released under the OpenSSL | ||
license. OpenSSL is not included in the Node distribution. | ||
See http://openssl.org/ for more information. | ||
- Node, optionally, links to OpenSSL, it is located at deps/openssl. | ||
OpenSSL is cryptographic software written by Eric Young | ||
([email protected]) to provide SSL/TLS encryption. OpenSSL is copyright | ||
The OpenSSL Project and released under the OpenSSL license. | ||
|
||
- tools/doctool/markdown.js is copyright 2009-2010 Dominic Baggott and Ash | ||
Berli and released under the MIT license. | ||
|