Removed a few more Id tags
authorArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 20:16:58 +0000 (16:16 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 20:16:58 +0000 (16:16 -0400)
14 files changed:
citadel/citserver.c
citadel/clientsocket.c
citadel/config.c
citadel/context.c
citadel/control.c
citadel/database.c
citadel/domain.c
citadel/ecrash.c
citadel/euidindex.c
citadel/file_ops.c
citadel/genstamp.c
citadel/getutline.c
citadel/housekeeping.c
citadel/ical_dezonify.c

index e69bda89916e8ecbcb7f024c31fd5d9c141ad7a0..c531ccfbf2480e26104bac7261b889bf95c06cc4 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Main source module for the Citadel server
  *
  * Copyright (c) 1987-2010 by the citadel.org team
index 29f5e62365774a1d8793b5bd1ebdefa12f8b7606..bd5d46bbbbe869d28c0fdfe355c5ad86425384c7 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles client-side sockets opened by the Citadel server (for
  * the client side of Internet protocols, etc.)   It does _not_ handle client
  * sockets for the Citadel client; for that you must look in ipc_c_tcp.c
index 9d731d3e7fee51a8bfe67588c50b485f9fab649a..6817e27fe860c19621028152f5c7281ea5d08d5e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Read and write the citadel.config file
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 5f964be4a0e443dc378c0593fc5c7e6699eadde5..c5172475200cdc53645435c4c073d79c85c82a8f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: sysdep.c 7989 2009-10-31 15:29:37Z davew $
- *
  * Citadel context management stuff.
  * Here's where we (hopefully) have all the code that manipulates contexts.
  *
index 0bf7c13d340d4a3f8527470f887a1076f8f9a0b5..2b685be7fe6f081540f806f831151748588964ff 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles states which are global to the entire server.
  *
  * Copyright (c) 1987-2010 by the citadel.org team
index 95b4f9a60a104044232e8138558e80d10b825789..95c69476e7e4be641a13ca4c3696f27e82845f5f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This is a data store backend for the Citadel server which uses Berkeley DB.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 4f723134b0efdc61c95e8d7921a761361ecace7f..e61f206aa4e5bca34d2332f9f3d77b8f354e949b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * DNS lookup for SMTP sender
  *
  *
index 9c41041298e85a33d10ce27e2d55703c38017233..3159901e0555bf47a03f1dfea8341e9e8bff9634 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * author: David Frascone
  * 
  *  eCrash Implementation
index d45689ff730c625d1744ae46ec672fce7836ed30..1e49bbea5d36e78873e481ee3995afd8f9ecfe60 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Index messages by EUID per room.
- *
  */
 
 #include "sysdep.h"
index ada1a78141a11a6e7ee583e5c12885091872531b..0e01031ff1a434d53815413826af3eca50ddaee0 100644 (file)
@@ -1,8 +1,5 @@
 /* 
- * $Id$
- *
  * Server functions which handle file transfers and room directories.
- *
  */
 
 #include "sysdep.h"
index cbf89d4488c0364ab792a98cbb00d2dd1e5f9449..19cf555ba85aa93f228279924c54732fa964870c 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Function to generate RFC822-compliant textual time/date stamp
- *
  */
 
 #include "sysdep.h"
index 5eae2a76003cbd5e01a890ad319dbd88a0e0d72a..7c6b78e2fb5608de02d39a53b21c90353ad475cc 100644 (file)
@@ -1,9 +1,6 @@
 /*
- * $Id$
- *
  * getutline.c: not-quite-compatible replacement for getutline(3)
  * by nathan bryant, feb 1999
- *
  */
 
 #include "sysdep.h"
index 5d64012f67767ca11882926dfdfa0f614b96c9d3..0b2f2464d4ce8eb829ad14cfa8f60ce2f219cefc 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * This file contains miscellaneous housekeeping tasks.
- *
  */
 
 #include "sysdep.h"
index dc9c245afae949ccbcd84b2771da8e94e644f8ae..8ec12f7e9268dd97ce5956ba5968b3b3db808d70 100644 (file)
@@ -1,10 +1,7 @@
 /* 
- * $Id$ 
- *
  * Function to go through an ical component set and convert all non-UTC
  * date/time properties to UTC.  It also strips out any VTIMEZONE
  * subcomponents afterwards, because they're irrelevant.
- *
  */