From f5c1330914acc193f96892efc191a32ee537dfb5 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 1 Sep 2010 13:45:47 -0400 Subject: [PATCH] Remove $Id$ tags from most of webcit --- webcit/addressbook_popup.c | 2 -- webcit/auth.c | 2 -- webcit/autocompletion.c | 2 -- webcit/availability.c | 2 -- webcit/bbsview_renderer.c | 2 -- webcit/calendar.c | 2 -- webcit/calendar_tools.c | 2 -- webcit/calendar_view.c | 2 -- webcit/context_loop.c | 2 -- webcit/cookie_conversion.c | 2 -- webcit/crypto.c | 2 -- webcit/downloads.c | 2 -- webcit/event.c | 2 -- webcit/fmt_date.c | 2 -- webcit/gettext.c | 2 -- webcit/graphics.c | 2 -- webcit/groupdav.h | 3 --- webcit/groupdav_delete.c | 2 -- webcit/groupdav_get.c | 2 -- webcit/groupdav_main.c | 3 --- webcit/groupdav_options.c | 3 --- webcit/groupdav_propfind.c | 2 -- webcit/groupdav_put.c | 2 -- webcit/html2html.c | 2 -- webcit/http_datestring.c | 12 ------------ webcit/ical_dezonify.c | 3 --- webcit/iconbar.c | 2 -- webcit/inetconf.c | 2 -- webcit/locate_host.c | 2 -- webcit/mainmenu.c | 4 ---- webcit/messages.c | 3 --- webcit/netconf.c | 30 ++++++++++-------------------- webcit/notes.c | 4 ---- webcit/openid.c | 3 --- webcit/paging.c | 2 -- webcit/paramhandling.c | 2 -- webcit/preferences.c | 3 --- webcit/roomchat.c | 2 -- webcit/roomlist.c | 1 - webcit/roomops.c | 1 - webcit/roomtokens.c | 1 - webcit/roomviews.c | 1 - webcit/serv_func.c | 3 --- webcit/setup.c | 3 --- webcit/setup_wizard.c | 5 ----- webcit/sieve.c | 4 ---- webcit/siteconfig.c | 2 -- webcit/smtpqueue.c | 2 -- webcit/static.c | 2 -- webcit/subst.c | 3 --- webcit/summary.c | 2 -- webcit/sysdep.c | 2 -- webcit/sysmsgs.c | 3 --- webcit/tabs.c | 4 ---- webcit/tcp_sockets.c | 2 -- webcit/useredit.c | 3 --- webcit/userlist.c | 3 --- webcit/utils.c | 2 -- webcit/vcard_edit.c | 3 --- webcit/webcit.c | 2 -- webcit/webcit.h | 3 +-- webcit/webserver.c | 2 -- webcit/webserver.h | 1 - webcit/who.c | 3 --- webcit/wiki.c | 2 -- 65 files changed, 11 insertions(+), 179 deletions(-) diff --git a/webcit/addressbook_popup.c b/webcit/addressbook_popup.c index ef660310b..074801f15 100644 --- a/webcit/addressbook_popup.c +++ b/webcit/addressbook_popup.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * AJAX-powered auto-completion * * Copyright (c) 2005-2010 by the citadel.org team diff --git a/webcit/auth.c b/webcit/auth.c index f6348dd48..a03be8811 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * WebcitAuth; Handles authentication of users to a Citadel server. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/autocompletion.c b/webcit/autocompletion.c index 20b6cd95a..9873a9906 100644 --- a/webcit/autocompletion.c +++ b/webcit/autocompletion.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * ajax-powered autocompletion... * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/availability.c b/webcit/availability.c index 00ee0ac71..0a5a0e5af 100644 --- a/webcit/availability.c +++ b/webcit/availability.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 1996-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/bbsview_renderer.c b/webcit/bbsview_renderer.c index aad71a415..577e2ed84 100644 --- a/webcit/bbsview_renderer.c +++ b/webcit/bbsview_renderer.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * BBS View renderer module for WebCit * * Note: we briefly had a dynamic UI for this. I thought it was cool, but diff --git a/webcit/calendar.c b/webcit/calendar.c index 9211b2bc0..9337ee7a9 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Functions which handle calendar objects and their processing/display. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/calendar_tools.c b/webcit/calendar_tools.c index 100e900ca..ebf1918b7 100644 --- a/webcit/calendar_tools.c +++ b/webcit/calendar_tools.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Miscellaneous functions which handle calendar components. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 2600bfa58..c40b5a064 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Handles the HTML display of calendar items. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 8559f09b0..c3e4e4fc9 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -1,6 +1,4 @@ /* - * $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 diff --git a/webcit/cookie_conversion.c b/webcit/cookie_conversion.c index 647ec406b..94a6ff0a0 100644 --- a/webcit/cookie_conversion.c +++ b/webcit/cookie_conversion.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 1996-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/crypto.c b/webcit/crypto.c index 6618ac1bc..abf63e2af 100644 --- a/webcit/crypto.c +++ b/webcit/crypto.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 1996-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/downloads.c b/webcit/downloads.c index 83c3163aa..5701caeb8 100644 --- a/webcit/downloads.c +++ b/webcit/downloads.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 1996-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/event.c b/webcit/event.c index 5ad4636a3..6106ec1db 100644 --- a/webcit/event.c +++ b/webcit/event.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Editing calendar events. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/fmt_date.c b/webcit/fmt_date.c index cf2cb0ee1..81e169324 100644 --- a/webcit/fmt_date.c +++ b/webcit/fmt_date.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 1996-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/gettext.c b/webcit/gettext.c index 382053a77..837fdb875 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 1996-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/graphics.c b/webcit/graphics.c index 4d3e48e1d..0c005ab5a 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Handles HTTP upload of graphics files into the system. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/groupdav.h b/webcit/groupdav.h index fa7808be9..a97408777 100644 --- a/webcit/groupdav.h +++ b/webcit/groupdav.h @@ -1,6 +1,3 @@ -/* $Id$ */ - - /* * Data passed back and forth between groupdav_get() and its * callback functions called by the MIME parser diff --git a/webcit/groupdav_delete.c b/webcit/groupdav_delete.c index f7ffd4edc..fee94eab0 100644 --- a/webcit/groupdav_delete.c +++ b/webcit/groupdav_delete.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Handles GroupDAV DELETE requests. * * Copyright (c) 2005-2010 by the citadel.org team diff --git a/webcit/groupdav_get.c b/webcit/groupdav_get.c index 1357d6216..b45770965 100644 --- a/webcit/groupdav_get.c +++ b/webcit/groupdav_get.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Handles GroupDAV GET requests. * * diff --git a/webcit/groupdav_main.c b/webcit/groupdav_main.c index bc5286fc8..f72d09a22 100644 --- a/webcit/groupdav_main.c +++ b/webcit/groupdav_main.c @@ -1,9 +1,6 @@ /* - * $Id$ - * * Entry point for GroupDAV functions * - * * Copyright (c) 2005-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/groupdav_options.c b/webcit/groupdav_options.c index a5836ea32..c6cde79e3 100644 --- a/webcit/groupdav_options.c +++ b/webcit/groupdav_options.c @@ -1,9 +1,6 @@ /* - * $Id$ - * * Handles DAV OPTIONS requests (experimental -- not required by GroupDAV) * - * * Copyright (c) 2005-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/groupdav_propfind.c b/webcit/groupdav_propfind.c index f30822aec..7c505e0bd 100644 --- a/webcit/groupdav_propfind.c +++ b/webcit/groupdav_propfind.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Handles GroupDAV PROPFIND requests. * * A few notes about our XML output: diff --git a/webcit/groupdav_put.c b/webcit/groupdav_put.c index c681575dd..b63b61935 100644 --- a/webcit/groupdav_put.c +++ b/webcit/groupdav_put.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Handles GroupDAV PUT requests. * * Copyright (c) 2005-2010 by the citadel.org team diff --git a/webcit/html2html.c b/webcit/html2html.c index 4185b1fed..a7bb2eb5a 100644 --- a/webcit/html2html.c +++ b/webcit/html2html.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Output an HTML message, modifying it slightly to make sure it plays nice * with the rest of our web framework. * diff --git a/webcit/http_datestring.c b/webcit/http_datestring.c index 50cfae68f..33158dca9 100644 --- a/webcit/http_datestring.c +++ b/webcit/http_datestring.c @@ -1,13 +1,3 @@ -/* - * $Id$ - */ -/** - * \defgroup HTTPDateTime Function to generate HTTP-compliant textual time/date stamp - * (This module was lifted directly from the Citadel server source) - * - * \ingroup WebcitHttpServer - */ -/*@{*/ #include "webcit.h" /** HTTP Months - do not translate - these are not for human consumption */ @@ -97,5 +87,3 @@ InitModule_DATE RegisterNamespace("DATE:NOW:STR", 0, 0, tmplput_nowstr, NULL, CTX_NONE); RegisterNamespace("DATE:NOW:NO", 0, 0, tmplput_nowno, NULL, CTX_NONE); } - -/*@}*/ diff --git a/webcit/ical_dezonify.c b/webcit/ical_dezonify.c index ea4b53ece..c890129d0 100644 --- a/webcit/ical_dezonify.c +++ b/webcit/ical_dezonify.c @@ -1,13 +1,10 @@ /* - * $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. * * Everything here will work on both a fully encapsulated VCALENDAR component * or any type of subcomponent. - * */ #include "webcit.h" diff --git a/webcit/iconbar.c b/webcit/iconbar.c index a9d121a02..a8c7b69c5 100644 --- a/webcit/iconbar.c +++ b/webcit/iconbar.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Displays and customizes the iconbar. */ diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 4adb07e09..a19c4fbd7 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Functions which handle Internet domain configuration etc. */ diff --git a/webcit/locate_host.c b/webcit/locate_host.c index c3ea81475..8f1a76955 100644 --- a/webcit/locate_host.c +++ b/webcit/locate_host.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Given a socket, supply the name of the host at the other end. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/mainmenu.c b/webcit/mainmenu.c index 67bffacca..8ddc28aa2 100644 --- a/webcit/mainmenu.c +++ b/webcit/mainmenu.c @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "webcit.h" /* diff --git a/webcit/messages.c b/webcit/messages.c index 0d5b6214d..d7e50a91b 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1,8 +1,5 @@ /* - * $Id$ - * * Functions which deal with the fetching and displaying of messages. - * */ #include "webcit.h" diff --git a/webcit/netconf.c b/webcit/netconf.c index 09cfb9d11..107328a7c 100644 --- a/webcit/netconf.c +++ b/webcit/netconf.c @@ -1,12 +1,3 @@ -/* - * $Id$ - */ -/** - * \defgroup NetShareConf Functions which handle network and sharing configuration. - * - * \ingroup CitadelConfig - */ -/*@{*/ #include "webcit.h" void display_netconf(void); @@ -152,8 +143,8 @@ void save_net_conf(HashList *Nodelist) -/** - * \brief edit a network node +/* + * edit a network node */ void edit_node(void) { HashList *NodeConfig; @@ -178,8 +169,8 @@ void edit_node(void) { } -/** - * \brief modify an existing node +/* + * modify an existing node */ void display_edit_node(void) { @@ -218,16 +209,16 @@ void display_edit_node(void) } -/** - * \brief display all configured nodes +/* + * display all configured nodes */ void display_netconf(void) { wDumpContent(1); } -/** - * \brief display the dialog to verify the deletion +/* + * display the dialog to verify the deletion */ void display_confirm_delete_node(void) { @@ -235,8 +226,8 @@ void display_confirm_delete_node(void) } -/** - * \brief actually delete the node +/* + * actually delete the node */ void delete_node(void) { @@ -313,4 +304,3 @@ InitModule_NETCONF RegisterIterator("NODECONFIG", 0, NULL, load_netconf, NULL, DeleteHash, CTX_NODECONF, CTX_NONE, IT_NOFLAG); } -/*@}*/ diff --git a/webcit/notes.c b/webcit/notes.c index 835c61f2d..63fce7f04 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -1,7 +1,3 @@ -/* - * $Id$ - * - */ #include "webcit.h" #include "groupdav.h" diff --git a/webcit/openid.c b/webcit/openid.c index c5842112c..e58382d42 100644 --- a/webcit/openid.c +++ b/webcit/openid.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "webcit.h" #include "webserver.h" diff --git a/webcit/paging.c b/webcit/paging.c index 2c052971a..307e225a2 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * This module handles instant message related functions. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/paramhandling.c b/webcit/paramhandling.c index d5fff13e4..948265f3a 100644 --- a/webcit/paramhandling.c +++ b/webcit/paramhandling.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * parse urlparts and post data */ diff --git a/webcit/preferences.c b/webcit/preferences.c index 379fa6509..f337fb196 100644 --- a/webcit/preferences.c +++ b/webcit/preferences.c @@ -1,8 +1,5 @@ /* - * $Id$ - * * Manage user preferences with a little help from the Citadel server. - * */ #include "webcit.h" diff --git a/webcit/roomchat.c b/webcit/roomchat.c index e5585e56e..2278333ea 100644 --- a/webcit/roomchat.c +++ b/webcit/roomchat.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * This module handles multiuser chat. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 757b68c47..2d1e09c5f 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -1,5 +1,4 @@ /* - * $Id$ * room listings and filters. */ diff --git a/webcit/roomops.c b/webcit/roomops.c index 9f8180c55..9da586382 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1,5 +1,4 @@ /* - * $Id$ * Lots of different room-related operations. */ diff --git a/webcit/roomtokens.c b/webcit/roomtokens.c index bd2648d6e..884cd63f9 100644 --- a/webcit/roomtokens.c +++ b/webcit/roomtokens.c @@ -1,5 +1,4 @@ /* - * $Id$ * Lots of different room-related operations. */ diff --git a/webcit/roomviews.c b/webcit/roomviews.c index 859e95394..6585835c9 100644 --- a/webcit/roomviews.c +++ b/webcit/roomviews.c @@ -1,5 +1,4 @@ /* - * $Id$ * Lots of different room-related operations. */ diff --git a/webcit/serv_func.c b/webcit/serv_func.c index ae13798a6..228c5b7e6 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "webcit.h" #include "webserver.h" diff --git a/webcit/setup.c b/webcit/setup.c index c2d83a440..8e4e733f0 100644 --- a/webcit/setup.c +++ b/webcit/setup.c @@ -1,10 +1,7 @@ /* - * $Id$ - * * WebCit setup utility * * (This is basically just an install wizard. It's not required.) - * */ #include "sysdep.h" diff --git a/webcit/setup_wizard.c b/webcit/setup_wizard.c index 4e1df2f4c..6ad0cc2e9 100644 --- a/webcit/setup_wizard.c +++ b/webcit/setup_wizard.c @@ -1,14 +1,9 @@ /* - * $Id$ - * * First-time setup wizard */ #include "webcit.h" - -/* - */ void do_setup_wizard(void) { char *step; diff --git a/webcit/sieve.c b/webcit/sieve.c index b048b6b30..ae08f608a 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "webcit.h" #define MAX_SCRIPTS 100 diff --git a/webcit/siteconfig.c b/webcit/siteconfig.c index 25fcfbaae..de631b440 100644 --- a/webcit/siteconfig.c +++ b/webcit/siteconfig.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Administrative screen for site-wide configuration */ diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index 52fee09f9..f45b158b9 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Display the outbound SMTP queue */ diff --git a/webcit/static.c b/webcit/static.c index b5ea7965d..1bac24a74 100644 --- a/webcit/static.c +++ b/webcit/static.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * This is the main transaction loop of the web service. It maintains a * persistent session to the Citadel server, handling HTTP WebCit requests as * they arrive and presenting a user interface. diff --git a/webcit/subst.c b/webcit/subst.c index 90c76eca3..4e08db7ac 100644 --- a/webcit/subst.c +++ b/webcit/subst.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "sysdep.h" diff --git a/webcit/summary.c b/webcit/summary.c index 2e054a665..b9803a084 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Displays the "Summary Page" */ diff --git a/webcit/sysdep.c b/webcit/sysdep.c index b3470a042..0657b8110 100644 --- a/webcit/sysdep.c +++ b/webcit/sysdep.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * WebCit "system dependent" code. * * Copyright (c) 1996-2010 by the citadel.org team diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index 16f9f0543..930b793f9 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "webcit.h" diff --git a/webcit/tabs.c b/webcit/tabs.c index c22f738b2..0a31a0d96 100644 --- a/webcit/tabs.c +++ b/webcit/tabs.c @@ -1,7 +1,3 @@ -/* - * $Id$ - * - */ #include #define SHOW_ME_VAPPEND_PRINTF #include "webcit.h" diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index 6f32d66ef..99173ea51 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -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 diff --git a/webcit/useredit.c b/webcit/useredit.c index 85e55f43a..7ef2166f7 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "webcit.h" #include "webserver.h" diff --git a/webcit/userlist.c b/webcit/userlist.c index d5ea48081..5b08a8885 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "webcit.h" diff --git a/webcit/utils.c b/webcit/utils.c index 2b8bee1f2..8f19109d6 100644 --- a/webcit/utils.c +++ b/webcit/utils.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * de/encoding stuff. hopefully mostly to be depricated in favour of subst.c + strbuf */ diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 64061d7ba..d5369aa78 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "webcit.h" #include "calendar.h" diff --git a/webcit/webcit.c b/webcit/webcit.c index 0396cd408..b1d130764 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * This is the main transaction loop of the web service. It maintains a * persistent session to the Citadel server, handling HTTP WebCit requests as * they arrive and presenting a user interface. diff --git a/webcit/webcit.h b/webcit/webcit.h index 9e7a389a4..725606d74 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Copyright (c) 1987-2010 by the citadel.org team * * This program is free software; you can redistribute it and/or modify diff --git a/webcit/webserver.c b/webcit/webserver.c index 160844cdf..b5ed93295 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -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. diff --git a/webcit/webserver.h b/webcit/webserver.h index 1186e9c1c..d91cd9a0a 100644 --- a/webcit/webserver.h +++ b/webcit/webserver.h @@ -1,4 +1,3 @@ -/* $Id$ */ extern char *static_dirs[PATH_MAX]; /**< Web representation */ extern int ndirs; diff --git a/webcit/who.c b/webcit/who.c index cb9cfd4b2..db86d609d 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "webcit.h" diff --git a/webcit/wiki.c b/webcit/wiki.c index e4d7de44a..34067244f 100644 --- a/webcit/wiki.c +++ b/webcit/wiki.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Functions pertaining to rooms with a wiki view */ -- 2.30.2