diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-10-07 12:56:55 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-10-07 15:02:42 +0200 |
commit | be2ca1ec8084cc7f5054795b3526d924f5acab3b (patch) | |
tree | 91adf6318977e25b11ac90d305e6bef2c139e5ad /LICENSE | |
parent | e982349b169d35cecb5219de3020ce728f72ad4a (diff) | |
download | nodejs-be2ca1ec8084cc7f5054795b3526d924f5acab3b.tar.gz nodejs-be2ca1ec8084cc7f5054795b3526d924f5acab3b.tar.bz2 nodejs-be2ca1ec8084cc7f5054795b3526d924f5acab3b.zip |
Fix build.
- Add -f flag to rm on make clean.
- Use old jsmin - the new one seems to be broken.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ are: This code is copyrighted by Marc Alexander Lehmann. Both are dually licensed under MIT and GPL2. + - 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 lib/http.js. This is just a small snippit. It is copyrighted 2007 by Steven Levithan and released under an MIT license. |