Remove $Id$ tags from most of webcit
[citadel.git] / webcit / webserver.c
index 160844cdf9dc2c253721f485dd423189311344cc..b5ed93295b8dfcabfe2a5f8afb452326da082f0d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $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.