diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-05 15:03:30 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-06 03:12:08 -0700 |
commit | bef9f56cacffe3a55d9154e304a57ad8de607c5a (patch) | |
tree | 831347e8c18757fec2ee6a45de82384340d23fc4 /LICENSE | |
parent | 466cbfef1b3707392eb94a67d5e1eea3486dcec9 (diff) | |
download | node-new-bef9f56cacffe3a55d9154e304a57ad8de607c5a.tar.gz |
Bring gyp into the tools directory; handwritten makefile
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |