* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
[citadel.git] / webcit / webserver.c
index 05f079288419dd92fe412c3bd705d586068ad79e..faa836d300e006b0f00a9e1c20c133cfdc6b7aa8 100644 (file)
@@ -1,11 +1,10 @@
 /*
- * webserver.c
+ * $Id$
  *
  * This contains a simple multithreaded TCP server manager.  It sits around
  * waiting on the specified port for incoming HTTP connections.  When a
  * connection is established, it calls context_loop() from context_loop.c.
  *
- * $Id$
  */
 
 #include <ctype.h>