summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-11 12:34:34 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-06-11 12:48:25 -0700
commitd127d15d1b4730629c8ab914bc07f405e5e0c737 (patch)
treeab4242fc16c7655239a2d399d8dfece5462e9d5f /LICENSE
parentcbd1f1481c93396eea85f197ff66f7a207a4e2ef (diff)
downloadandroid-node-v8-d127d15d1b4730629c8ab914bc07f405e5e0c737.tar.gz
android-node-v8-d127d15d1b4730629c8ab914bc07f405e5e0c737.tar.bz2
android-node-v8-d127d15d1b4730629c8ab914bc07f405e5e0c737.zip
License file maintenance.
- reference to OpenSSL - note about http-parser
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE12
1 files changed, 10 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 532a7d1b69..f83efa6c24 100644
--- a/LICENSE
+++ b/LICENSE
@@ -3,7 +3,7 @@ maintained libraries. The externally maintained libraries used by Node
are:
- v8, located under deps/v8, which is copyrighted by the Google, Inc.
- v8 has an MIT license.
+ v8 has a BSD license.
- libev, located under deps/libev, and libeio, located at deps/libeio.
This code is copyrighted by Marc Alexander Lehmann. Both are dually
@@ -19,7 +19,15 @@ are:
the Massachusetts Institute of Technology; authored by Greg Hudson,
Daniel Stenberg and others. Released under an MIT license.
-Other external libraries are my own and all use the same license as Node.
+ - Node, optionally, dynmaically links to OpenSSL, cryptographic software
+ written by Eric Young (eay@cryptsoft.com) to provide SSL/TLS encryption.
+ OpenSSL is copyrighted by The OpenSSL Project. OpenSSL has a simple
+ Apache-style license. OpenSSL is not included in the Node distribution.
+ See http://openssl.org/ for more information.
+
+ - HTTP Parser, located at deps/http_parser, is a small C library
+ copyrighted by Ryan Lienhart Dahl and has a MIT license.
+
Node's license follows: