summaryrefslogtreecommitdiff
path: root/deps/uv/LICENSE
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-06 19:11:39 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-06 19:11:55 -0700
commit5aa75ebe71df7449988a1c63435fd91072476cc7 (patch)
treec4665219d5c403b2ba03cc6cabd055c9261643d1 /deps/uv/LICENSE
parent3ebbf6ebf781b7798d9ffbd8c70c40560c6cef8c (diff)
downloadandroid-node-v8-5aa75ebe71df7449988a1c63435fd91072476cc7.tar.gz
android-node-v8-5aa75ebe71df7449988a1c63435fd91072476cc7.tar.bz2
android-node-v8-5aa75ebe71df7449988a1c63435fd91072476cc7.zip
Upgrade libuv - it now depends on pthreads
Diffstat (limited to 'deps/uv/LICENSE')
-rw-r--r--deps/uv/LICENSE8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/uv/LICENSE b/deps/uv/LICENSE
index f7df47f71c..4f16bbc5d3 100644
--- a/deps/uv/LICENSE
+++ b/deps/uv/LICENSE
@@ -38,3 +38,11 @@ The externally maintained libraries used by libuv are:
- libeio, located at eio/ is copyright Marc Alexander Lehmann, and
dual-licensed under the MIT license and GPL2.
+
+ - deps/pthread-win32 is a POSIX threads library for
+ Microsoft Windows and is used for the Windows build and statically
+ linked into the Node executable. This software is freely available at
+ http://sourceware.org/pthreads-win32/ It is Copyright 1998 John E.
+ Bossom and 1999,2006 Pthreads-win32 contributors and licensed under the
+ LGPL. See deps/pthread-win32/COPYING.LIB for more details.
+