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>2012-04-03 01:36:23 +0400
committerisaacs <i@izs.me>2012-04-07 03:15:24 +0400
commit331cd7c2519eb70d949f105fc5797f49b3dc8064 (patch)
tree2b5dfb282bb41651923cb6bf46c8c23b8a915f24 /LICENSE
parent37ac5e52bfaa79be477b4ac123ed05980defe599 (diff)
Fix links to libev and libeio licenses
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE6
1 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 82838211af2..664a1fb0284 100644
--- a/LICENSE
+++ b/LICENSE
@@ -31,9 +31,9 @@ The externally maintained libraries used by Node are:
- v8, located at deps/v8. v8 is copyright Google, Inc, and released
under a BSD license.
- - libev, located at deps/libev, and libeio, located at deps/libeio. libev
- and libeio are copyright Marc Alexander Lehmann, and dual-licensed
- under the MIT license and GPL2.
+ - libev, located at deps/uv/src/unix/ev, and libeio, located at
+ deps/uv/src/unix/eio. libev and libeio are copyright Marc Alexander
+ Lehmann, and dual-licensed under the MIT license and GPL2.
- WAF build system, located at tools/waf. WAF is copyright Thomas Nagy,
and released under the MIT license.