Skip to content

Commit

Permalink
added header info
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Apr 28, 2010
1 parent f4b52da commit 052a18d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proxy.js
@@ -1,3 +1,11 @@
/*
** Peteris Krumins (peter@catonmat.net)
** http://www.catonmat.net -- good coders code, great reuse
**
** A simple proxy server written in node.js.
**
*/

var http = require('http');
var sys = require('sys');
var fs = require('fs');
Expand Down

0 comments on commit 052a18d

Please sign in to comment.