summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2011-07-07 13:54:30 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-07-08 17:44:58 -0700
commita58b6439de56f44a6dc3e34f4867524c94395246 (patch)
treebc9bd2d9e084f278f2982d9ff2bfcc30ea276e54 /LICENSE
parentd38fac2230e9803231f080568588446556753c45 (diff)
downloadnode-new-a58b6439de56f44a6dc3e34f4867524c94395246.tar.gz
Statically link in dependencies for node.exe
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE8
1 files changed, 8 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 84cdd438d6..11628df185 100644
--- a/LICENSE
+++ b/LICENSE
@@ -71,3 +71,11 @@ The externally maintained libraries used by Node are:
under the New BSD license.
- lib/punycode.js is copyright 2011 Ben Noordhuis and released under the MIT license.
+
+ - deps/pthread-win32/libpthreadGC2.a and
+ deps/pthread-win32/libpthreadGC2d.a 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.