More removal of $Id$ tags
authorArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 17:23:13 +0000 (13:23 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 17:23:13 +0000 (13:23 -0400)
85 files changed:
citadel/include/citadel_ipc.h
citadel/include/commands.h
citadel/include/ctdl_module.h
citadel/include/datadefinitions.h
citadel/modules/autocompletion/serv_autocompletion.c
citadel/modules/autocompletion/serv_autocompletion.h
citadel/modules/bio/serv_bio.c
citadel/modules/calendar/serv_calendar.c
citadel/modules/calendar/serv_calendar.h
citadel/modules/checkpoint/serv_checkpoint.c
citadel/modules/clamav/serv_virus.c
citadel/modules/crypto/serv_crypto.c
citadel/modules/crypto/serv_crypto.h
citadel/modules/dspam/serv_dspam.c
citadel/modules/expire/expire_policy.c
citadel/modules/expire/policy.h
citadel/modules/expire/serv_expire.c
citadel/modules/extnotify/extnotify_main.c
citadel/modules/fulltext/ft_wordbreaker.c
citadel/modules/fulltext/ft_wordbreaker.h
citadel/modules/fulltext/serv_fulltext.c
citadel/modules/fulltext/serv_fulltext.h
citadel/modules/imap/imap_acl.c
citadel/modules/imap/imap_acl.h
citadel/modules/imap/imap_fetch.c
citadel/modules/imap/imap_fetch.h
citadel/modules/imap/imap_list.c
citadel/modules/imap/imap_list.h
citadel/modules/imap/imap_metadata.c
citadel/modules/imap/imap_metadata.h
citadel/modules/imap/imap_misc.c
citadel/modules/imap/imap_misc.h
citadel/modules/imap/imap_search.c
citadel/modules/imap/imap_search.h
citadel/modules/imap/imap_store.c
citadel/modules/imap/imap_store.h
citadel/modules/imap/imap_tools.c
citadel/modules/imap/serv_imap.c
citadel/modules/imap/serv_imap.h
citadel/modules/inetcfg/serv_inetcfg.c
citadel/modules/instmsg/serv_instmsg.c
citadel/modules/instmsg/serv_instmsg.h
citadel/modules/listsub/serv_listsub.c
citadel/modules/managesieve/serv_managesieve.c
citadel/modules/migrate/serv_migrate.c
citadel/modules/mrtg/serv_mrtg.c
citadel/modules/netfilter/serv_netfilter.c
citadel/modules/network/serv_network.c
citadel/modules/newuser/serv_newuser.c
citadel/modules/notes/serv_notes.c
citadel/modules/openid/serv_openid_rp.c
citadel/modules/pas2/serv_pas2.c
citadel/modules/pop3/serv_pop3.c
citadel/modules/pop3client/serv_pop3client.c
citadel/textclient/citadel.c
citadel/textclient/client_chat.c
citadel/textclient/client_chat.h
citadel/textclient/client_passwords.c
citadel/textclient/client_passwords.h
citadel/textclient/commands.c
citadel/textclient/messages.c
citadel/textclient/messages.h
citadel/textclient/rooms.c
citadel/textclient/rooms.h
citadel/textclient/routines.c
citadel/textclient/routines.h
citadel/textclient/routines2.c
citadel/textclient/routines2.h
citadel/textclient/screen.c
citadel/textclient/screen.h
citadel/textclient/tuiconfig.c
citadel/textclient/tuiconfig.h
citadel/utillib/citadel_ipc.c
citadel/utils/aidepost.c
citadel/utils/base64.c
citadel/utils/chkpwd.c
citadel/utils/citmail.c
citadel/utils/ctdlmigrate.c
citadel/utils/getmail.c
citadel/utils/msgform.c
citadel/utils/sendcommand.c
citadel/utils/setup.c
citadel/utils/stress.c
citadel/utils/userlist.c
citadel/utils/whobbs.c

index ff339e441d9edd399a375d4adba187df7806e16f..b066127f86b297868ce3d12a6da5267bbbf7d250 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 #define        UDS                     "_UDS_"
 #ifdef __CYGWIN__
index 5f12b23ff9efcd9b3c99e4583a877238a3f55a68..ba07aae54d1c0afb1daf8e68269148dc3013bb6b 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id$
  *
  * Copyright (c) 1987-2009 by the citadel.org team
  *
index de09394619820ec4e8dab747b1873d2cf4a5bb7e..c3db1af9c81c9be9963491d285783a085815c437 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 #ifndef CTDL_MODULE_H
 #define CTDL_MODULE_H
index a6ca931e7ac061e4e94ada1d08d84129966eb9d1..b2d86f0a7f8011f035d0ec9d11a5c241b72fd197 100644 (file)
@@ -1,7 +1,4 @@
-/**
- *
- * $Id$
- *
+/*
  * this file contains the defines that convert our x-macros to datatypes
  */
 #define CFG_VALUE(a,b) a
index 28cc0bec457bbd5d2dc8b30070e7f89bc17941ec..9c1c97991fda592e54d95ec0b3f6d78c4cf3951c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Autocompletion of email recipients, etc.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
@@ -230,5 +228,5 @@ CTDL_MODULE_INIT(autocompletion) {
                CtdlRegisterProtoHook(cmd_auto, "AUTO", "Do recipient autocompletion");
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "autocompletion";
 }
index 83f37e0a3f4ccd964777033b11474c3acfdbd8e7..b111886fc9a66e8a17633600542312c290807452 100644 (file)
@@ -1,7 +1,4 @@
 /* 
- * $Id$
- *
- *
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 43cc0e98c15cc874aa68dbf9e9814bcdcdbf4d33..a3a9c6a61646de1d59a99da4f89bea89ca34e4fc 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module implementsserver commands related to the display and
  * manipulation of user "bio" files.
  *
@@ -121,7 +119,7 @@ CTDL_MODULE_INIT(bio)
                CtdlRegisterProtoHook(cmd_lbio, "LBIO", "List users with bios");
        }
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "bio";
 }
 
 
index e1e02ae544b0caf6c73704ec66cb2675e51d1422..f697f3570022c35048a13ed9f69110e56e7c417b 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * This module implements iCalendar object processing and the Calendar>
  * room on a Citadel server.  It handles iCalendar objects using the
  * iTIP protocol.  See RFCs 2445 and 2446.
@@ -2599,5 +2597,5 @@ CTDL_MODULE_INIT(calendar)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "calendar";
 }
index af280af08d31cd73f3d5ce3ae4f4f8e06500d361..f9cadc09fef364e25187210e9ce4fc6f2375b140 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * iCalendar implementation for Citadel
  *
  *
index edc26a906a07e552851e104afe8a3e2870823625..0b36b086cd6c9025e0715a4f5ed40b4e25c55f8a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * checkpointing module for the database
  *
  * Copyright (c) 1987-2009 by the citadel.org team
@@ -86,5 +84,5 @@ CTDL_MODULE_INIT(checkpoint) {
                CtdlThreadCreate ("checkpoint", CTDLTHREAD_BIGSTACK, checkpoint_thread, NULL);
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "checkpoint";
 }
index ab77f1865d3b1c95875074aa187b9059f153abd4..e31638aee42a5935d4f67b2b754537eae6afe9af 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module allows Citadel to use clamd to filter incoming messages
  * arriving via SMTP.  For more information on clamd, visit
  * http://clamav.net (the ClamAV project is not in any way
@@ -204,5 +202,5 @@ CTDL_MODULE_INIT(virus)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "virus";
 }
index 30309f896c29618446c108f62795b43b5a892491..e962d7f01c772886ba03d584270eadf166888f11 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index c7b033794a9d34966d9947d76f70e5824d3165f5..650b8e94ac36f245902dbedc48ee957fa9645d0b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /*
  * Number of days for which self-signed certs are valid.
index 7d5e4f0cbb77563515a2bdb22a5280ae8dbb2216..1f1349a17127115836e995e1d3f843d9b2c54c96 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module glues libDSpam to the Citadel server in order to implement
  * DSPAM Spamchecking 
  *
@@ -240,7 +238,7 @@ void serv_dspam_shutdown (void)
 
 CTDL_MODULE_INIT(dspam)
 {
-       return "$Id$" "disabled.";
+       return "disabled.";
        if (!threading)
        {
 #ifdef HAVE_LIBDSPAM
@@ -261,6 +259,6 @@ CTDL_MODULE_INIT(dspam)
        }
        
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "dspam";
 }
 
index bc5d155d8342785cbaf2508a5a43383960dacb4a..43475b5892558adbe1a0e5a703a87865ada039b0 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Functions which manage policy for rooms (such as message expiry)
  */
 
index 65c8bda2fe22e7905af4e7801573766a0f722e62..e07fe8b28416f55ec6bc8153a35270721df4f94f 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void GetExpirePolicy(struct ExpirePolicy *epbuf, struct ctdlroom *qrbuf);
 void cmd_gpex(char *argbuf);
 void cmd_spex(char *argbuf);
index 25c926bf1b31d86acabe359ab338c947ed10fa14..b78498efb3db7eb4781d9604d71537d9cc0510d1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles the expiry of old messages and the purging of old users.
  *
  * You might also see this module affectionately referred to as the DAP (the Dreaded Auto-Purger).
@@ -1059,5 +1057,5 @@ CTDL_MODULE_INIT(expire)
        else
                CtdlThreadCreate("Auto Purger", CTDLTHREAD_BIGSTACK, purge_databases, NULL);
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "expire";
 }
index c649587f9a405a2ea34bbfeb8a627f65352092c6..1ceca2ca8a80c90d972ed8268437704553bbb869 100644 (file)
@@ -414,5 +414,5 @@ CTDL_MODULE_INIT(extnotify)
                CtdlRegisterSessionHook(do_extnotify_queue, EVT_TIMER);
        }
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "extnotify";
 }
index 5308e87576bcecc2f9efafe92fdede33af35461e..44f40a45c58915a2b1748f696c0585b57b949f17 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Default wordbreaker module for full text indexing.
  *
  * Copyright (c) 2005-2009 by the citadel.org team
index 001dda815b3d49324273074984a9f41317bbc56e..9e919b3e59bc96a0774f2db540ce0dafd47c9e79 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2005-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index f6266e9c4095723b9dded129406a1387c639c12b..88064ad503dd29bc5e1aa9bfc3f35312f61c21de 100644 (file)
@@ -1,9 +1,5 @@
 /*
- * $Id$
- *
  * This module handles fulltext indexing of the message base.
- *
- *
  * Copyright (c) 2005-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -536,5 +532,5 @@ CTDL_MODULE_INIT(fulltext)
                CtdlThreadCreate("Indexer", CTDLTHREAD_BIGSTACK, indexer_thread, NULL);
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "fulltext";
 }
index 6793f47903c5231831ce681e6258619a2574598c..a15067c3c93baff6c1b63146acd79c76deefe83a 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2005-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 39d8d70e4bb0c378fceb93685b9a23a674f55b16..76fc7e4f7ffb7a244c84b8d74a981485847c0fdd 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Functions which implement RFC2086 (and maybe RFC4314) (IMAP ACL extension)
  *
  *
index f4d1f50e0a07f9f41c0fb68ac78fbe97272ba76c..089e4c0d8b0f37d20a69afdf03f4250e69d3b595 100644 (file)
@@ -1,22 +1,19 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2007-2009 by the citadel.org team
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 3 of the License, or
- *  (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
  *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 void imap_setacl(int num_parms, ConstStr *Params);
index 66dd774fa03b5a6bd5154da1544f6584b5bc922e..29e64ed378fa2039eae736b759c2dc996c0c6f9a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Implements the FETCH command in IMAP.
  * This is a good example of the protocol's gratuitous complexity.
  *
index c87fd9cd0791868c4d2a4b7c2c8ca8577ec591cc..1e41ca8fd37ece9c270e62e4f5399047254692ff 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2001-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 2c342e94cdfec514fc0b455bf1bab598f156a333..005f8c88d0d699bbea66bc00594b60c40c86650f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Implements the LIST and LSUB commands.
  *
  * Copyright (c) 2000-2009 by Art Cancro and others.
index b780c7e0f1580a252e6c199011a19d360b402d42..902c6d1c27785cc34fa971b97a688775dd691048 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $Id$
- */
 
 /*
  * In the extended form of LIST the client is allowed to specify
index 7dc3179ad954f0641ef4eaaeecb8f4faa4a4ce04..5ffa1f5b08d9ce4b6b9b85a15b82febfe3481641 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * IMAP METADATA extension
  *
  * This is an implementation of the Bynari variant of the METADATA extension.
index d014a581edbe31c30897502e342b576d5af182ea..567f909991d88d3ad645e4925e1283a84a176452 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2007-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 04300d8d847c1eef600d63354e4cd0077958f355..4f2824b64d7af278ec5d0307a27a8d6dd8e70695 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (c) 1987-2010 by the citadel.org team
  *
  * This program is free software; you can redistribute it and/or modify
index 8847aec9e38bbd179621c8ddd3acdb384e77dec9..7bacf91a1d2958943e8828ca7bbb47b54e8bfca7 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2001-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index e14678e4531e14ebf4b748252ee3bb5b6d4c1ac0..001a96ce88b48bd9b82e754668a9fde676eb894c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Implements IMAP's gratuitously complex SEARCH command.
  *
  *
index fe90308a96e1d82b73040d2215299d5200687006..993706b64a068f8c4eca5a7c210d3371ec30e57e 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2001-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 4b2f1b45d30d2cd8d20ad2624c564dc973c73f0d..a25908708bb57ef8456079bcd224cf946c1311da 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Implements the STORE command in IMAP.
  *
  * Copyright (c) 2001-2009 by the citadel.org team
index ce6a7a4251c2537c213f34e6cb4e99a15e79cdd4..92d9c4240155328962e67536ae91c9e14909771e 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 2001-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 23e27419aa4c35f4a55a98a676e5d723399cb5cb..645478a4717716a9978225dc9dabbd89254b8d1c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Utility functions for the IMAP module.
  *
  * Copyright (c) 2001-2009 by the citadel.org team and others, except for
index eca6f3c7fdc80df87df4b6602d50be9b9426bbec..a7c3cb1956f3898b20dd3b9f9cbab342490c5615 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * IMAP server for the Citadel system
  * Copyright (C) 2000-2009 by Art Cancro and others.
  * This code is released under the terms of the GNU General Public License.
@@ -1749,5 +1747,5 @@ CTDL_MODULE_INIT(imap)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "imap";
 }
index 5d96ea95d77c37ee952025e3b991cb64553443fd..354c13d69370e6da0b122e47eec52a25ccdd40fa 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ 
- */
-
-
 #define GLOBAL_UIDVALIDITY_VALUE       1L
 
 
index 051aae3bcb024e3619daa6bdb0a2e164d0b142ce..1e74c1df624173df4f4450c6597e6713301d1a76 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * This module handles the loading/saving and maintenance of the
  * system's Internet configuration.  It's not an optional component; I
  * wrote it as a module merely to keep things as clean and loosely coupled
@@ -198,6 +196,6 @@ CTDL_MODULE_INIT(inetcfg)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "inetcfg";
 }
 
index a061fc8465c720b0f955dcc10021d3011d69aa2a..a7503133bf60bf8e2969fb2fe52e579542add22b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles instant messaging between users.
  * 
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -609,5 +607,5 @@ CTDL_MODULE_INIT(instmsg)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "instmsg";
 }
index 9f2bc9d8b2ee0ddfab31e45ee0b6fa004c4be667..a1654a056ce7f628f8583a0b44d24fce88b7e718 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 #include "ctdl_module.h"
 
 void ChatUnloadingTest(void);
index 2e1355f55f8ee7bd76f53d6cf180125a9d64b85c..15cd194ebfef14002dbfb9aa817789690815bb02 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles self-service subscription/unsubscription to mail lists.
  *
  * Copyright (c) 2002-2009 by the citadel.org team
@@ -587,5 +585,5 @@ CTDL_MODULE_INIT(listsub)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "listsub";
 }
index e963781046295cdbd863e6d1b97e2693b486a745..2f67d2f6f02b54061addb931861035aa13b0e79f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module is an managesieve implementation for the Citadel system.
  * It is compliant with all of the following:
  *
@@ -614,7 +612,7 @@ CTDL_MODULE_INIT(managesieve)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "managesieve";
 }
 
 
index 8b431c8afbfdf021b9f290da5c5746ad85688e08..d1b6cfca05a94337ffdcea99ecb7a5e5a9543c7e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module dumps and/or loads the Citadel database in XML format.
  *
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -988,5 +986,5 @@ CTDL_MODULE_INIT(migrate)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "migrate";
 }
index 06c1f92cb0f78e3f29ba88257df7458bdd6b08e9..2a7d2408447c960eadaa617c2bcf1ce900334754 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module supplies statistics about the activity levels of your Citadel
  * system.  We didn't bother writing a reporting module, because there is
  * already an excellent tool called MRTG (Multi Router Traffic Grapher) which
@@ -184,5 +182,5 @@ CTDL_MODULE_INIT(mrtg)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "mrtg";
 }
index a32a0e06c539ff8e5411404dc4119b9513448433..e379fbe410d16824ec94b04f065454dfabdd2c6f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- * 
  * A server-side module for Citadel designed to filter idiots off the network.
  * 
  * Copyright (c) 2002-2009 by the citadel.org team
@@ -125,5 +123,5 @@ CTDL_MODULE_INIT(netfilter)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "netfilter";
 }
index 964f1611c70bd4dc390776228a0792aa5ff24b48..840fb68e0226fc327e35fffc60c4e3cfe57185ce 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * This module handles shared rooms, inter-Citadel mail, and outbound
  * mailing list processing.
  *
@@ -2421,5 +2419,5 @@ CTDL_MODULE_INIT(network)
        else
                CtdlThreadSchedule("IGnet Network", CTDLTHREAD_BIGSTACK, network_do_queue, NULL, 0);
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "network";
 }
index 71f89ad636db0ffb91aa47c4fd3dff425d6e2e01..df534c25a8c119b527f45119168e2724841ee912 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Automatically copies the contents of a "New User Greetings" room to the
  * inbox of any new user upon account creation.
  *
@@ -116,5 +114,5 @@ CTDL_MODULE_INIT(newuser)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "newuser";
 }
index 436559a58953245000ef8f50fe4e50f0cb824907..e1e6b81cc39e60e764fe45f0f693587b1c32d478 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Handles functions related to yellow sticky notes.
  *
  * Copyright (c) 2007-2009 by the citadel.org team
@@ -185,5 +183,5 @@ CTDL_MODULE_INIT(notes)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "notes";
 }
index a802a6c58da19210e2fbe3d45d01d0d251305de9..6c2daad63fbedc461613f0078d3365f677b9c5f6 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This is an implementation of OpenID 1.1 Relying Party support, in stateless mode.
  *
  * Copyright (c) 2007-2010 by the citadel.org team
@@ -969,5 +967,5 @@ CTDL_MODULE_INIT(openid_rp)
        }
 
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "openid_rp";
 }
index bb79dbdae0f3c1f167dc729122ce618d59e73862..29fd2e47ff4d8f69bf4ea6e01f0cbaa12322fcf3 100644 (file)
@@ -110,5 +110,5 @@ CTDL_MODULE_INIT(pas2)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "pas2";
 }
index 50c2749016b7c28af44e7a9bfbff82f72a2cb07a..2441a0e4b786bc16cbb8df9d5d378d3a9063b0b3 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * POP3 service for the Citadel system
  *
  * Copyright (c) 1998-2009 by the citadel.org team
@@ -745,5 +743,5 @@ CTDL_MODULE_INIT(pop3)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "pop3";
 }
index 4250cc446ac67486dcf95ca75573538d646b901c..c6b349c6ce9468fc12a71da9b986d0bd775ef763 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Consolidate mail from remote POP3 accounts.
  *
  * Copyright (c) 2007-2009 by the citadel.org team
@@ -363,5 +361,5 @@ CTDL_MODULE_INIT(pop3client)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "pop3client";
 }
index 998451f7ba6f02beafcf48e30bb38c762aea61a9..3ea33eea143ad49c93c2aa502a0ca36cf0d52d83 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Main source module for the client program.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 590d8b4c96445498a679a3b6331576f35722f2bd..3f8ed7799a9c6d5c54fcbc28d9a364210a2799c3 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * front end for chat mode
  * (the "single process" version - no more fork() anymore)
  *
index 4515961f86c38fa3ff4e66f6a537420225bbbe77..aa5d1034c8d48599b6ca64b5c8ae8ae96c515508 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$ 
- *
+/*
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 4922a12490996279ae926e86dd8217c5604892b8..83907f8a20f36c119493ffdc5c6424ae2300e642 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Functions which allow the client to remember usernames and passwords for
  * various sites.
  *
index 6f6a4547e99b53d7252e5a62ccc790df25070ef9..a36e88dc4ab37ae0c7b57dae0ed8b9130dbb6a87 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 427887cbb67554bd5d4670856a953e74947907be..7999c62533c7cb1409a96d73324e96811a042bfd 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This file contains functions which implement parts of the
  * text-mode user interface.
  *
index 6729ca10ff9d2888a8d0fa8e19c53d540080ab61..e98e262abe9c1883f35fa59dec349a4ff20af070 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Text client functions for reading and writing of messages
  *
  * Copyright (c) 1987-2010 by the citadel.org team
index 7154cced0f4c6cfc17172405ba617cd856eb5ca0..0ece30f22fee458299357d0f3a584a3210ca1f95 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 #define MAXURLS                50      /* Max embedded URL's per message */
 extern int num_urls;
index 3bd9698dcdda95d7f1f849e0b82808252679c406..a27df07233eab803be331359fe44984a8ec7c34b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Client-side functions which perform room operations
  *
  * Copyright (c) 1987-2010 by the citadel.org team
index 6e323657c7d5816a2ecf5fddd5f6ed64774bfd47..d207853bf80dd558cdeab26adba985d4b81a960d 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void listzrooms(CtdlIPC *ipc);
 void readinfo(CtdlIPC *ipc);
 void forget(CtdlIPC *ipc);
index 2cf1acf0ba6b430b043b7ceff60c07d30cd7a98a..1c0675d408deb4dee76bd42e0991fc330425e6cb 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Client-side support functions.
- *
  */
 
 #include "sysdep.h"
index 6bb516a2cd848a7378e716e2bdb1d7187c7d86d5..3ecc03d7e399a40f02eeee8f3b1e209da82ad339 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void edituser(CtdlIPC *ipc, int cmd);
 void interr(int errnum);
 int struncmp(char *lstr, char *rstr, int len);
index 3fbff5f3d136d85b242d81f9fef7c5eec820564f..3aab13d830ec30e7a2e07ac5e99ab1613b930a19 100644 (file)
@@ -1,8 +1,6 @@
-/* $Id$
- *
+/*
  * More client-side support functions.
  * Unlike routines.c, some of these DO use global variables.
- *
  */
 
 #include <stdlib.h>
index ba1c1796471c6293781cd9fa72fc799a0133bbfc..6187b01172a1fe17283da30a0c1f7684d6a4777e 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void updatels(CtdlIPC *ipc);
 void updatelsa(CtdlIPC *ipc);
 void movefile(CtdlIPC *ipc);
index 0924261c99db5d237f660946c896acae00062bd9..3299b0506c6a1e399b756157de13f9a1b3bd6910 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /*
  * Handle full-screen curses stuff
index 02975030b88ce12470832fcddbfd9908f31e935a..134a99cd24f947e9a7d00911b8cdcd99324b617e 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /* client code may need the ERR define: */
 
index 467baef6a6a0fe1292ac5c99b6349a79d9df64e9..4ea9cc0f026022c86ce5d5df8ce959f090929307 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * Configuration screens that are part of the text mode client.
  *
  */
index 2d0a5d4a72d2ce6b7918980faa0130d9320c5cc7..e810871fdb348f32d023ebbe287d77e6c98a4400 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void do_internet_configuration(CtdlIPC *ipc);
 void do_ignet_configuration(CtdlIPC *ipc);
 void network_config_management(CtdlIPC *ipc, char *entrytype, char *comment);
index bcd48b037e120f6bf23a7917bb3a2a1cf3d37041..69a73116f376f683c1f0b787c3442a39c853a691 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$ 
- *
+/*
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index e3c5c386e44eefd1da0aca8510e6951320a6172b..512298f9168fda33cde92b6bd38099bc4d50ecdd 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This is just a little hack to copy standard input to a message in Aide>
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 388606cd287f93577762cb9921265ff9da575f8b..1f043c13abcd746607d9fa17672de7ae445f6165 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Encode or decode file as MIME base64 (RFC 1341)
  * Public domain by John Walker, August 11 1997
  * Modified slightly for the Citadel system, June 1999
index 7e9f39010357bd64d9ded9116732b007b7eec4b9..6182e7ac71090d8cd202d5ffd902f7b92be07d75 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * a setuid helper program for machines which use shadow passwords
  * by Nathan Bryant, March 1999
  *
index 2f1bdc2a12ad78f3dd6bf7d5e2314ae63c624e40..36b714f4bc7b6fc459f0481f67c200f28a8564e3 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This program attempts to act like a local MDA if you're using sendmail or
  * some other non-Citadel MTA.  It basically just contacts the Citadel LMTP
  * listener on a unix domain socket and transmits the message.
index 65f06c64409198b388946c1618bd11684f7f5494..b165113b6943a045434759ec7d65f36aed113c15 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Across-the-wire migration utility for Citadel
  *
  * Yes, we used goto, and gets(), and committed all sorts of other heinous sins here.
index af9780cb8bad99840da4aea3a90b0e0d0d1f55cf..087ee034fa4a3f4e1259f504ce1c73ffd43d26ec 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Command-line utility to transmit a server command.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index c17a2577904aabcc255fb70648039d3b5225ba69..201745a03c2e010f44713900d9362c29d635255d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- * 
  * This is simply a filter that converts Citadel binary message format
  * to readable, formatted output.
  * 
index 097a9034b93b276e6e3da007cfafbcd7b0943308..c259a5b685e44d7eb327bee0aa19eeda85c3a400 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Command-line utility to transmit a server command.
  *
  * Copyright (c) 1987-2010 by the citadel.org team
index b7fc0f065bc9d1890ff013a199bc83024cfcc006..fe47bba7453e9063550b1774dd4ab26dcce2938c 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Citadel setup utility
- *
  */
 
 #define SHOW_ME_VAPPEND_PRINTF
index d62ea3cb8dfcd11276857b8f42db9cddb9c4bbab..9c6d1b24d42e79728f4672824fc99b38f675332b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /* This message is exactly 1024 bytes */
 char* const message =
index 3f78cea6fb0e03b61aa2c852984de2864838a2d8..1bf75973a4a2f4b77253d79ea4e457f10363a010 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Command-line user list utility.
  *
  */
index e3523aae96d0aace9574da5ca3bd494abd754155..7d4901a29f2d427db01692d6451b5ca032bd53f5 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- * 
  * Command-line "who is online?" utility
  *
  */