From 8f713e8bba92ebb93a9a486d81ec7e966583fd9e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 2 Sep 2010 16:16:58 -0400 Subject: [PATCH 1/1] Removed a few more Id tags --- citadel/citserver.c | 2 -- citadel/clientsocket.c | 2 -- citadel/config.c | 2 -- citadel/context.c | 2 -- citadel/control.c | 2 -- citadel/database.c | 2 -- citadel/domain.c | 2 -- citadel/ecrash.c | 2 -- citadel/euidindex.c | 3 --- citadel/file_ops.c | 3 --- citadel/genstamp.c | 3 --- citadel/getutline.c | 3 --- citadel/housekeeping.c | 3 --- citadel/ical_dezonify.c | 3 --- 14 files changed, 34 deletions(-) diff --git a/citadel/citserver.c b/citadel/citserver.c index e69bda899..c531ccfbf 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Main source module for the Citadel server * * Copyright (c) 1987-2010 by the citadel.org team diff --git a/citadel/clientsocket.c b/citadel/clientsocket.c index 29f5e6236..bd5d46bbb 100644 --- a/citadel/clientsocket.c +++ b/citadel/clientsocket.c @@ -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 diff --git a/citadel/config.c b/citadel/config.c index 9d731d3e7..6817e27fe 100644 --- a/citadel/config.c +++ b/citadel/config.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Read and write the citadel.config file * * Copyright (c) 1987-2009 by the citadel.org team diff --git a/citadel/context.c b/citadel/context.c index 5f964be4a..c51724752 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -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. * diff --git a/citadel/control.c b/citadel/control.c index 0bf7c13d3..2b685be7f 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -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 diff --git a/citadel/database.c b/citadel/database.c index 95b4f9a60..95c69476e 100644 --- a/citadel/database.c +++ b/citadel/database.c @@ -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 diff --git a/citadel/domain.c b/citadel/domain.c index 4f723134b..e61f206aa 100644 --- a/citadel/domain.c +++ b/citadel/domain.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DNS lookup for SMTP sender * * diff --git a/citadel/ecrash.c b/citadel/ecrash.c index 9c4104129..3159901e0 100644 --- a/citadel/ecrash.c +++ b/citadel/ecrash.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * author: David Frascone * * eCrash Implementation diff --git a/citadel/euidindex.c b/citadel/euidindex.c index d45689ff7..1e49bbea5 100644 --- a/citadel/euidindex.c +++ b/citadel/euidindex.c @@ -1,8 +1,5 @@ /* - * $Id$ - * * Index messages by EUID per room. - * */ #include "sysdep.h" diff --git a/citadel/file_ops.c b/citadel/file_ops.c index ada1a7814..0e01031ff 100644 --- a/citadel/file_ops.c +++ b/citadel/file_ops.c @@ -1,8 +1,5 @@ /* - * $Id$ - * * Server functions which handle file transfers and room directories. - * */ #include "sysdep.h" diff --git a/citadel/genstamp.c b/citadel/genstamp.c index cbf89d448..19cf555ba 100644 --- a/citadel/genstamp.c +++ b/citadel/genstamp.c @@ -1,8 +1,5 @@ /* - * $Id$ - * * Function to generate RFC822-compliant textual time/date stamp - * */ #include "sysdep.h" diff --git a/citadel/getutline.c b/citadel/getutline.c index 5eae2a760..7c6b78e2f 100644 --- a/citadel/getutline.c +++ b/citadel/getutline.c @@ -1,9 +1,6 @@ /* - * $Id$ - * * getutline.c: not-quite-compatible replacement for getutline(3) * by nathan bryant, feb 1999 - * */ #include "sysdep.h" diff --git a/citadel/housekeeping.c b/citadel/housekeeping.c index 5d64012f6..0b2f2464d 100644 --- a/citadel/housekeeping.c +++ b/citadel/housekeeping.c @@ -1,8 +1,5 @@ /* - * $Id$ - * * This file contains miscellaneous housekeeping tasks. - * */ #include "sysdep.h" diff --git a/citadel/ical_dezonify.c b/citadel/ical_dezonify.c index dc9c245af..8ec12f7e9 100644 --- a/citadel/ical_dezonify.c +++ b/citadel/ical_dezonify.c @@ -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. - * */ -- 2.39.2