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 <ry@tinyclouds.org>2009-06-22 15:08:32 +0400
committerRyan <ry@tinyclouds.org>2009-06-22 15:08:32 +0400
commit115c4942db4bd4a5ee99a83dc70c1c84574fe382 (patch)
tree8ca7ac2c6305fdbc33be4a74ab96f03e7b1cea12 /LICENSE
parent00d9b886c1458044cfb2cfa9ccd7b305c3d446e8 (diff)
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--LICENSE6
1 files changed, 5 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index eb293c886fe..d8fa8d9d6de 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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