diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-08 14:15:51 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-08 14:15:51 -0700 |
commit | c110fbcc99140547619f874ebcaf0597a877560d (patch) | |
tree | 155164011d0422116729b47fdcbd575197eee8ef /LICENSE | |
parent | 09f2d386dfd46007941dc8170fc0f776caa2ff71 (diff) | |
download | node-new-c110fbcc99140547619f874ebcaf0597a877560d.tar.gz |
Revert "Remove scons"
This reverts commit bd270b48a790ba00dd5a0dc9624aabbdedacaea8.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ The externally maintained libraries used by Node are: - WAF build system, located at tools/waf. WAF is copyright Thomas Nagy, and released under the MIT license. + - The SCONS build system, located at tools/scons. SCONS is copyright + the SCONS Foundation and released under the MIT license. + - C-Ares, an asynchronous DNS client, located at deps/c-ares. C-Ares is copyright the Massachusetts Institute of Technology, authored by Greg Hudson, Daniel Stenberg and others, and released under the MIT |