* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
[citadel.git] / webcit / context_loop.c
index f4bd27372292839ce03a41b755a219d8d0f1ffb2..995393b074249556716ba992d2aa85b46830ac77 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * context_loop.c
+ * $Id$
  *
  * This is the other half of the webserver.  It handles the task of hooking
  * up HTTP requests with the sessions they belong to, using HTTP cookies to
  * keep track of things.  If the HTTP request doesn't belong to any currently
  * active session, a new session is started.
  *
- * $Id$
  */
 
 #include <ctype.h>