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-06 02:03:30 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-06 14:12:08 +0400
commitbef9f56cacffe3a55d9154e304a57ad8de607c5a (patch)
tree831347e8c18757fec2ee6a45de82384340d23fc4 /LICENSE
parent466cbfef1b3707392eb94a67d5e1eea3486dcec9 (diff)
Bring gyp into the tools directory; handwritten makefile
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE3
1 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 11628df1857..321be0efdb9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -79,3 +79,6 @@ The externally maintained libraries used by Node are:
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.
+
+ - tools/gyp GYP is a meta-build system copyright 2009 Google Inc and
+ licensed under the three clause BSD license. See tools/gyp/LICENSE.