summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-11-21 16:27:02 +0100
committerRyan Dahl <ry@tinyclouds.org>2009-11-21 16:27:02 +0100
commit7719ce33db2a68f65f1bed58faece83a2342c7c3 (patch)
treec95c77a4e62f8eb28c45187302b5f2779e1bf4e6 /LICENSE
parent1eba0cadc15beb2f4a45f18c31ab2c7d80fc2807 (diff)
downloadandroid-node-v8-7719ce33db2a68f65f1bed58faece83a2342c7c3.tar.gz
android-node-v8-7719ce33db2a68f65f1bed58faece83a2342c7c3.tar.bz2
android-node-v8-7719ce33db2a68f65f1bed58faece83a2342c7c3.zip
New http-parser
No longer based on Ragel, but hand-written. Had to add HTTPConnection.resetParser() because the parser is stricter and will error out when you try to give it a message after the previous had "Connection: close". The HTTP client was doing that. Thus we reset the parser manually after each new connection.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE4
1 files changed, 1 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 203c7c9036..60540d7853 100644
--- a/LICENSE
+++ b/LICENSE
@@ -26,9 +26,7 @@ are:
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.
+Other external libraries are my own and all use the same license as Node.
Node's license follows: