diff options
author | Ryan <ry@tinyclouds.org> | 2009-06-22 13:08:32 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-06-22 13:08:32 +0200 |
commit | 115c4942db4bd4a5ee99a83dc70c1c84574fe382 (patch) | |
tree | 8ca7ac2c6305fdbc33be4a74ab96f03e7b1cea12 /LICENSE | |
parent | 00d9b886c1458044cfb2cfa9ccd7b305c3d446e8 (diff) | |
download | node-new-115c4942db4bd4a5ee99a83dc70c1c84574fe382.tar.gz |
Create tools directory
Users will need to "make distclean" to recompile from scratch since I've
moved a lot of the core build tools around.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16,7 +16,11 @@ are: snippit. It is copyrighted 2007 by Steven Levithan and released under an MIT license. - - WAF build system. Copyrighted Thomas Nagy. Released under an MIT license. + - WAF build system, located at tools/waf. Copyrighted Thomas Nagy. + Released under an MIT license. + + - The SCONS build system, located at tools/scons. Copyrighted by the SCONS + Foundation. Released under an MIT license. Additionally deps/http_parser is based on Zed Shaw's Mongrel. Mongrel is copyrighted by Zed Shaw and distributed under GPL2 or a permissive open |