Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-22 22:36:38 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-22 22:36:38 +0400
commit2e5a8e071e5999ece940dcfeae3cefb5a1f309df (patch)
tree851249a439f3dd7f199055c7a5e9904d435039d7 /LICENSE
parent0110c90382f9a1e8f7aa3cc5388651ec2391a9a6 (diff)
Update license info for openssl
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE9
1 files changed, 4 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 321be0efdb9..173caa56ff3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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 (eay@cryptsoft.com) 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
+ (eay@cryptsoft.com) 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.