diff options
author | Ryan <ry@tinyclouds.org> | 2009-07-28 12:29:18 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-07-28 12:36:41 +0200 |
commit | 41d89f611fef833daad5324cf638dd974a735c3a (patch) | |
tree | 25a27615dc425f620d49fd369faed55b530f5c30 /LICENSE | |
parent | 77d407df2826b20e9177c26c0d2bb4481e497937 (diff) | |
download | node-41d89f611fef833daad5324cf638dd974a735c3a.tar.gz |
Add DNS API.
Missing functional tests. I'm not sure how to do tests because I don't want
to rely on the fact that users have an internet connection.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ are: - The SCONS build system, located at tools/scons. Copyrighted by the SCONS Foundation. Released under an MIT license. + - UDNS, an asynchronous DNS client, located at deps/udns. Copyrighted by + Michael Tokarev <mjt@corpit.ru>. Released under the GNU Lesser General + Public License version 2.1. + 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 licence. See deps/http_parser/LICENCE for more information. |