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 Dahl <ry@tinyclouds.org>2009-09-28 20:47:45 +0400
committerRyan Dahl <ry@tinyclouds.org>2009-09-28 20:48:17 +0400
commit83c9e6488923d9714202a9e40736923f344be1cf (patch)
tree46c1fc69b684508a5baf3e3eb95ff060ee4b9801 /LICENSE
parentf6657c3c9dd3e41df7147adc86ebc6469538e1ed (diff)
http.js license reference
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE2
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 2fcbef985ca..203c7c90365 100644
--- a/LICENSE
+++ b/LICENSE
@@ -12,7 +12,7 @@ are:
- JSMin JavaScript minifier, located at tools/jsmin.py. This code is
copyrighted by Douglas Crockford and Baruch Even and has an MIT license.
- - parseUri, a URI parser, is located in src/http.js. This is just a small
+ - parseUri, a URI parser, is located in lib/http.js. This is just a small
snippit. It is copyrighted 2007 by Steven Levithan and released under an
MIT license.