From 533c3dbcbf9c7537aa18f724088c21f1078bdfba Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Mon, 25 Feb 2008 09:49:14 +0000 Subject: [PATCH] Turn on SVN keyword replacement for $Date$, $Author$, $Revision$, $Id$ for all *.c and *.h files. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/branches/ircii-pana-1.1@3 13b04d17-f746-0410-82c6-800466cd88b0 --- dll/aim/toc/toc.h | 2 +- dll/nap/old/md5.c | 2 +- dll/nap/old/md5.h | 2 +- include/alias.h | 2 +- include/bsdglob.h | 2 +- include/cdns.h | 2 +- include/config.h | 2 +- include/ctcp.h | 2 +- include/encrypt.h | 2 +- include/flood.h | 2 +- include/funny.h | 2 +- include/hash.h | 2 +- include/hash2.h | 2 +- include/help.h | 2 +- include/history.h | 2 +- include/hold.h | 2 +- include/hook.h | 2 +- include/if.h | 2 +- include/input.h | 2 +- include/irc.h | 2 +- include/irc_std.h | 2 +- include/ircaux.h | 2 +- include/ircterm.h | 2 +- include/lastlog.h | 2 +- include/list.h | 2 +- include/log.h | 2 +- include/mail.h | 2 +- include/names.h | 2 +- include/notify.h | 2 +- include/numbers.h | 2 +- include/output.h | 2 +- include/parse.h | 2 +- include/queue.h | 2 +- include/screen.h | 2 +- include/server.h | 2 +- include/stack.h | 2 +- include/status.h | 2 +- include/translat.h | 2 +- include/vars.h | 2 +- include/window.h | 2 +- mkinstalldirs | 2 +- source/alias.c | 2 +- source/alist.c | 2 +- source/array.c | 2 +- source/banlist.c | 2 +- source/bot_link.c | 2 +- source/cdcc.c | 2 +- source/cdns.c | 4 ++-- source/cdrom.c | 2 +- source/chelp.c | 2 +- source/commands.c | 2 +- source/commands2.c | 2 +- source/compat.c | 4 ++-- source/cset.c | 2 +- source/ctcp.c | 2 +- source/dcc.c | 2 +- source/debug.c | 2 +- source/encrypt.c | 2 +- source/exec.c | 2 +- source/expr.c | 2 +- source/expr2.c | 4 ++-- source/files.c | 2 +- source/flood.c | 2 +- source/fset.c | 2 +- source/functions.c | 2 +- source/funny.c | 2 +- source/glob.c | 2 +- source/hash.c | 2 +- source/help.c | 4 ++-- source/history.c | 2 +- source/hook.c | 2 +- source/if.c | 2 +- source/ignore.c | 2 +- source/input.c | 2 +- source/irc.c | 2 +- source/ircaux.c | 2 +- source/keys.c | 2 +- source/lastlog.c | 2 +- source/list.c | 2 +- source/log.c | 2 +- source/mail.c | 2 +- source/misc.c | 2 +- source/modules.c | 2 +- source/names.c | 2 +- source/network.c | 2 +- source/newio.c | 2 +- source/notice.c | 2 +- source/notify.c | 2 +- source/numbers.c | 2 +- source/output.c | 2 +- source/parse.c | 2 +- source/queue.c | 2 +- source/readlog.c | 2 +- source/reg.c | 2 +- source/scr-bx.c | 2 +- source/screen.c | 2 +- source/server.c | 2 +- source/stack.c | 2 +- source/status.c | 2 +- source/struct.c | 2 +- source/tcl_public.c | 2 +- source/term.c | 2 +- source/timer.c | 2 +- source/translat.c | 2 +- source/user.c | 2 +- source/userlist.c | 2 +- source/vars.c | 2 +- source/who.c | 2 +- source/whowas.c | 2 +- source/window.c | 2 +- source/words.c | 2 +- source/wserv.c | 2 +- 112 files changed, 116 insertions(+), 116 deletions(-) diff --git a/dll/aim/toc/toc.h b/dll/aim/toc/toc.h index 48ab04f..f55aaec 100644 --- a/dll/aim/toc/toc.h +++ b/dll/aim/toc/toc.h @@ -13,7 +13,7 @@ #define MAX_OUTPUT_MSG_LEN 4096 #define BUF_LONG BUF_LEN * 2 #define LANGUAGE "english" -#define REVISION "gaim-libtoc:$Revision: 1.1.1.1 $" +#define REVISION "gaim-libtoc:$Revision$" #define ROAST "Tic/Toc" #define TOC_HOST "toc.oscar.aol.com" #define TOC_PORT 9898 diff --git a/dll/nap/old/md5.c b/dll/nap/old/md5.c index a9c4b9c..e7d44d4 100644 --- a/dll/nap/old/md5.c +++ b/dll/nap/old/md5.c @@ -21,7 +21,7 @@ ghost@aladdin.com */ -/*$Id: md5.c,v 1.1.1.1 2003/04/11 01:09:06 dan Exp $ */ +/*$Id$ */ /* Independent implementation of MD5 (RFC 1321). diff --git a/dll/nap/old/md5.h b/dll/nap/old/md5.h index 1be7216..d920f17 100644 --- a/dll/nap/old/md5.h +++ b/dll/nap/old/md5.h @@ -21,7 +21,7 @@ ghost@aladdin.com */ -/*$Id: md5.h,v 1.1.1.1 2003/04/11 01:09:06 dan Exp $ */ +/*$Id$ */ /* Independent implementation of MD5 (RFC 1321). diff --git a/include/alias.h b/include/alias.h index ec05018..ad3cbd9 100644 --- a/include/alias.h +++ b/include/alias.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: alias.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef _ALIAS_H_ diff --git a/include/bsdglob.h b/include/bsdglob.h index 62e546d..bd6bac5 100644 --- a/include/bsdglob.h +++ b/include/bsdglob.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)glob.h 8.1 (Berkeley) 6/2/93 - * $Id: bsdglob.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * $Id$ */ #ifndef _GLOB_H_ diff --git a/include/cdns.h b/include/cdns.h index ba8ffb5..535fd7a 100644 --- a/include/cdns.h +++ b/include/cdns.h @@ -1,4 +1,4 @@ - /* $Id: cdns.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ */ + /* $Id$ */ /* * cdns.h: header for cdns.c diff --git a/include/config.h b/include/config.h index 1acabd4..0864393 100644 --- a/include/config.h +++ b/include/config.h @@ -11,7 +11,7 @@ * use this version of IRCII! Please read the INSTALL and New2.2 files * supplied with the distribution for details! * - * @(#)$Id: config.h,v 1.1.1.2 2003/07/26 07:00:32 root Exp $ + * @(#)$Id$ */ #ifndef __config_h_ diff --git a/include/ctcp.h b/include/ctcp.h index 2c2686d..54d6071 100644 --- a/include/ctcp.h +++ b/include/ctcp.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: ctcp.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef _CTCP_H_ diff --git a/include/encrypt.h b/include/encrypt.h index 31e9848..86891b9 100644 --- a/include/encrypt.h +++ b/include/encrypt.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: encrypt.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __CRYPT_H_ diff --git a/include/flood.h b/include/flood.h index c29d1e3..85821cd 100644 --- a/include/flood.h +++ b/include/flood.h @@ -1,7 +1,7 @@ /* * flood.h: header file for flood.c * - * @(#)$Id: flood.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __flood_h_ diff --git a/include/funny.h b/include/funny.h index 509ff64..08b9c61 100644 --- a/include/funny.h +++ b/include/funny.h @@ -7,7 +7,7 @@ * * see the copyright file, or do a help ircii copyright * - * @(#)$Id: funny.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __funny_h_ diff --git a/include/hash.h b/include/hash.h index e360b66..63adb96 100644 --- a/include/hash.h +++ b/include/hash.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: hash.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef _HASH_H_ diff --git a/include/hash2.h b/include/hash2.h index 6187588..d885d8e 100644 --- a/include/hash2.h +++ b/include/hash2.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: hash2.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef _HASH2_H_ diff --git a/include/help.h b/include/help.h index bf87095..867dade 100644 --- a/include/help.h +++ b/include/help.h @@ -5,7 +5,7 @@ * * See the copyright file, or do a help ircii copyright * - * @(#)$Id: help.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __help_h diff --git a/include/history.h b/include/history.h index fdcd403..53c7831 100644 --- a/include/history.h +++ b/include/history.h @@ -5,7 +5,7 @@ * Copyright 1997 EPIC Software Labs * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: history.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __history_h__ diff --git a/include/hold.h b/include/hold.h index 0f816ad..d79f46b 100644 --- a/include/hold.h +++ b/include/hold.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: hold.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __hold_h_ diff --git a/include/hook.h b/include/hook.h index f1019e6..fdb18fd 100644 --- a/include/hook.h +++ b/include/hook.h @@ -3,7 +3,7 @@ * * Generated from hook.h.proto automatically by the Makefile * - * @(#)$Id: hook.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __hook_h_ diff --git a/include/if.h b/include/if.h index f2de0a2..a6dd6c0 100644 --- a/include/if.h +++ b/include/if.h @@ -5,7 +5,7 @@ * * See the copyright file, or do a help ircii copyright * - * @(#)$Id: if.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __if_h diff --git a/include/input.h b/include/input.h index fbe8356..96f413e 100644 --- a/include/input.h +++ b/include/input.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: input.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __input_h_ diff --git a/include/irc.h b/include/irc.h index 1bbe59f..4464ef6 100644 --- a/include/irc.h +++ b/include/irc.h @@ -6,7 +6,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: irc.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __irc_h diff --git a/include/irc_std.h b/include/irc_std.h index 8c9ff7d..cbcd88e 100644 --- a/include/irc_std.h +++ b/include/irc_std.h @@ -7,7 +7,7 @@ * * See the copyright file, or do a help ircii copyright * - * @(#)$Id: irc_std.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __irc_std_h diff --git a/include/ircaux.h b/include/ircaux.h index 15ae898..a37f703 100644 --- a/include/ircaux.h +++ b/include/ircaux.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: ircaux.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef _IRCAUX_H_ diff --git a/include/ircterm.h b/include/ircterm.h index 7ab053e..9f385df 100644 --- a/include/ircterm.h +++ b/include/ircterm.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: ircterm.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef _TERM_H_ diff --git a/include/lastlog.h b/include/lastlog.h index 9f87d42..b2f6d0b 100644 --- a/include/lastlog.h +++ b/include/lastlog.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: lastlog.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __lastlog_h_ diff --git a/include/list.h b/include/list.h index 0133fbe..02edd3f 100644 --- a/include/list.h +++ b/include/list.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: list.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __list_h_ diff --git a/include/log.h b/include/log.h index 9b27a87..dda2344 100644 --- a/include/log.h +++ b/include/log.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: log.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __log_h_ diff --git a/include/mail.h b/include/mail.h index b795ff2..ecfed55 100644 --- a/include/mail.h +++ b/include/mail.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: mail.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __mail_h_ diff --git a/include/names.h b/include/names.h index b278a85..487d379 100644 --- a/include/names.h +++ b/include/names.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: names.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __names_h_ diff --git a/include/notify.h b/include/notify.h index 5d4b3e1..b7a8da1 100644 --- a/include/notify.h +++ b/include/notify.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: notify.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __notify_h_ diff --git a/include/numbers.h b/include/numbers.h index 7d7cddf..4851672 100644 --- a/include/numbers.h +++ b/include/numbers.h @@ -7,7 +7,7 @@ * * see the copyright file, or do a help ircii copyright * - * @(#)$Id: numbers.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __numbers_h_ diff --git a/include/output.h b/include/output.h index a9edbc3..8b79296 100644 --- a/include/output.h +++ b/include/output.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: output.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __output_h_ diff --git a/include/parse.h b/include/parse.h index 58edaf7..e421a74 100644 --- a/include/parse.h +++ b/include/parse.h @@ -4,7 +4,7 @@ * written by matthew green * copyright (c) 1993 * - * @(#)$Id: parse.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __parse_h_ diff --git a/include/queue.h b/include/queue.h index 600b48b..2df9cb3 100644 --- a/include/queue.h +++ b/include/queue.h @@ -5,7 +5,7 @@ * * See the copyright file, or do a help ircii copyright * - * @(#)$Id: queue.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __queue_h diff --git a/include/screen.h b/include/screen.h index 0aa6390..cf7d417 100644 --- a/include/screen.h +++ b/include/screen.h @@ -7,7 +7,7 @@ * * see the copyright file, or type help ircii copyright * - * @(#)$Id: screen.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __screen_h_ diff --git a/include/server.h b/include/server.h index dcfa7d9..08110f0 100644 --- a/include/server.h +++ b/include/server.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: server.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __server_h_ diff --git a/include/stack.h b/include/stack.h index 3a7b25d..9ff7ff7 100644 --- a/include/stack.h +++ b/include/stack.h @@ -5,7 +5,7 @@ * * copyright (c) 1993, 1994. * - * @(#)$Id: stack.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __stack_h_ diff --git a/include/status.h b/include/status.h index 9204537..1b4e250 100644 --- a/include/status.h +++ b/include/status.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: status.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __status_h_ diff --git a/include/translat.h b/include/translat.h index de3f7fa..431af4b 100644 --- a/include/translat.h +++ b/include/translat.h @@ -3,7 +3,7 @@ * * Tomten, tomten@solace.hsh.se / tomten@lysator.liu.se * - * @(#)$Id: translat.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __translat_h_ diff --git a/include/vars.h b/include/vars.h index 336482f..f2a7c65 100644 --- a/include/vars.h +++ b/include/vars.h @@ -3,7 +3,7 @@ * * Generated from vars.h.proto automatically by the Makefile * - * @(#)$Id: vars.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __vars_h_ diff --git a/include/window.h b/include/window.h index d934857..8eee2b8 100644 --- a/include/window.h +++ b/include/window.h @@ -7,7 +7,7 @@ * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * - * @(#)$Id: window.h,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * @(#)$Id$ */ #ifndef __window_h_ diff --git a/mkinstalldirs b/mkinstalldirs index 792cd2b..6e128d2 100755 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# @(#)$Id: mkinstalldirs,v 1.1.1.1 2003/04/11 01:09:04 dan Exp $ +# @(#)$Id$ errstatus=0 diff --git a/source/alias.c b/source/alias.c index d2c93b0..aee849d 100644 --- a/source/alias.c +++ b/source/alias.c @@ -10,7 +10,7 @@ #define _cs_alist_hash_ #include "irc.h" -static char cvsrevision[] = "$Id: alias.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(alias_c) #include "struct.h" #include "alias.h" diff --git a/source/alist.c b/source/alist.c index aa67b71..e5d1d35 100644 --- a/source/alist.c +++ b/source/alist.c @@ -17,7 +17,7 @@ #define _cs_alist_hash_ #define _ci_alist_hash_ #include "irc.h" -static char cvsrevision[] = "$Id: alist.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(alist_c) #include "alist.h" #include "ircaux.h" diff --git a/source/array.c b/source/array.c index 25f9e81..79ef544 100644 --- a/source/array.c +++ b/source/array.c @@ -166,7 +166,7 @@ Karll on IRC */ #include "irc.h" -static char cvsrevision[] = "$Id: array.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(array_c) #include "array.h" diff --git a/source/banlist.c b/source/banlist.c index ec55b2b..5750320 100644 --- a/source/banlist.c +++ b/source/banlist.c @@ -3,7 +3,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: banlist.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(banlist_c) #include "struct.h" #include "commands.h" diff --git a/source/bot_link.c b/source/bot_link.c index c16745c..a8db6bd 100644 --- a/source/bot_link.c +++ b/source/bot_link.c @@ -3,7 +3,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: bot_link.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(botlink_c) #include diff --git a/source/cdcc.c b/source/cdcc.c index f454532..9608502 100644 --- a/source/cdcc.c +++ b/source/cdcc.c @@ -16,7 +16,7 @@ #define CDCC_FLUD #include "irc.h" -static char cvsrevision[] = "$Id: cdcc.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(cdcc_c) #include "ircaux.h" #include "struct.h" diff --git a/source/cdns.c b/source/cdns.c index f6cbf96..d7d7105 100644 --- a/source/cdns.c +++ b/source/cdns.c @@ -18,7 +18,7 @@ * Copyright(c) 1999 * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT - * $Id: cdns.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * $Id$ */ #include @@ -26,7 +26,7 @@ #include "cdns.h" #include "irc.h" /* To pick up our next #define checks */ -static char cvsrevision[] = "$Id: cdns.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(cdns_c) #include "commands.h" diff --git a/source/cdrom.c b/source/cdrom.c index 30121af..9dd96fe 100644 --- a/source/cdrom.c +++ b/source/cdrom.c @@ -19,7 +19,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: cdrom.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(cdrom_c) #include "struct.h" diff --git a/source/chelp.c b/source/chelp.c index aee233c..0df7660 100644 --- a/source/chelp.c +++ b/source/chelp.c @@ -10,7 +10,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: chelp.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(chelp_c) #include "struct.h" #include "ircaux.h" diff --git a/source/commands.c b/source/commands.c index 8eb261a..49a3072 100644 --- a/source/commands.c +++ b/source/commands.c @@ -12,7 +12,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: commands.c,v 1.1.1.2 2003/06/11 07:00:41 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(commands_c) #include diff --git a/source/commands2.c b/source/commands2.c index 59e5f6e..21c903f 100644 --- a/source/commands2.c +++ b/source/commands2.c @@ -6,7 +6,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: commands2.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(commands2_c) #include "struct.h" #include diff --git a/source/compat.c b/source/compat.c index 59df4c2..b88add2 100644 --- a/source/compat.c +++ b/source/compat.c @@ -1295,7 +1295,7 @@ int snprintf (char *str, size_t size, const char *format, ...) */ /* - * $Id: compat.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * $Id$ * $Log: compat.c,v $ * Revision 1.1.1.1 2003/04/11 01:09:07 dan * inital import into backup cvs server @@ -2060,7 +2060,7 @@ int setsid (void) #endif #ifndef HAVE_MEMMOVE -/* $Revision: 1.1.1.1 $ +/* $Revision$ ** ** This file has been modified to get it to compile more easily ** on pre-4.4BSD systems. Rich $alz, June 1991. diff --git a/source/cset.c b/source/cset.c index 9836564..3f03a80 100644 --- a/source/cset.c +++ b/source/cset.c @@ -27,7 +27,7 @@ #endif #include "irc.h" -static char cvsrevision[] = "$Id: cset.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(cset_c) #include "struct.h" #include "vars.h" /* for do_boolean() and var_settings[] */ diff --git a/source/ctcp.c b/source/ctcp.c index 1dbd04c..69a8352 100644 --- a/source/ctcp.c +++ b/source/ctcp.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: ctcp.c,v 1.1.1.2 2003/05/27 07:00:22 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(ctcp_c) #include "struct.h" diff --git a/source/dcc.c b/source/dcc.c index 7503865..e8527d3 100644 --- a/source/dcc.c +++ b/source/dcc.c @@ -12,7 +12,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: dcc.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(dcc_c) #include "struct.h" diff --git a/source/debug.c b/source/debug.c index b27d56d..ae12537 100644 --- a/source/debug.c +++ b/source/debug.c @@ -7,7 +7,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: debug.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(debug_c) #include "struct.h" diff --git a/source/encrypt.c b/source/encrypt.c index 494edf8..a0d26bc 100644 --- a/source/encrypt.c +++ b/source/encrypt.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: encrypt.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(encrypt_c) #include "struct.h" diff --git a/source/exec.c b/source/exec.c index 55bcabf..e861cf7 100644 --- a/source/exec.c +++ b/source/exec.c @@ -7,7 +7,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: exec.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(exec_c) #include "struct.h" diff --git a/source/expr.c b/source/expr.c index 0fefd1a..aa28573 100644 --- a/source/expr.c +++ b/source/expr.c @@ -6,7 +6,7 @@ * Copyright 1997 EPIC Software Labs * See the COPYRIGHT file for more info * - * $Id: expr.c,v 1.1.1.2 2003/07/28 07:00:36 root Exp $ + * $Id$ */ #include "irc.h" diff --git a/source/expr2.c b/source/expr2.c index 53b1433..f607707 100644 --- a/source/expr2.c +++ b/source/expr2.c @@ -1,5 +1,5 @@ /* - * $Id: expr2.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * $Id$ * math.c - mathematical expression evaluation * This file is based on 'math.c', which is part of zsh, the Z shell. * @@ -40,7 +40,7 @@ * limitations of liability and the express disclaimer of all warranties. * This software is provided "AS IS". * - * $Id: expr2.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * $Id$ */ #include "irc.h" diff --git a/source/files.c b/source/files.c index 73ac84c..398a65a 100644 --- a/source/files.c +++ b/source/files.c @@ -6,7 +6,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: files.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(files_c) #include "ircaux.h" #define MAIN_SOURCE diff --git a/source/flood.c b/source/flood.c index 139297c..aaa047c 100644 --- a/source/flood.c +++ b/source/flood.c @@ -12,7 +12,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: flood.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(flood_c) #include "struct.h" diff --git a/source/fset.c b/source/fset.c index 9379fc8..a3ea83e 100644 --- a/source/fset.c +++ b/source/fset.c @@ -1,5 +1,5 @@ #include "irc.h" -static char cvsrevision[] = "$Id: fset.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(fset_c) #include "struct.h" diff --git a/source/functions.c b/source/functions.c index f48ede6..a1f30c1 100644 --- a/source/functions.c +++ b/source/functions.c @@ -8,7 +8,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: functions.c,v 1.1.1.3 2003/06/11 07:00:41 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(functions_c) #include "struct.h" diff --git a/source/funny.c b/source/funny.c index 1f93794..39d5b6e 100644 --- a/source/funny.c +++ b/source/funny.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: funny.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(funny_c) #include "struct.h" diff --git a/source/glob.c b/source/glob.c index 27127c9..96fb13c 100644 --- a/source/glob.c +++ b/source/glob.c @@ -39,7 +39,7 @@ */ /* from: static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; */ -/* $Id: glob.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ */ +/* $Id$ */ /* * glob(3) -- a superset of the one defined in POSIX 1003.2. diff --git a/source/hash.c b/source/hash.c index 6bf7b89..6bd985f 100644 --- a/source/hash.c +++ b/source/hash.c @@ -22,7 +22,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: hash.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(hash_c) #include "struct.h" #include "ircaux.h" diff --git a/source/help.c b/source/help.c index b45d156..67e4762 100644 --- a/source/help.c +++ b/source/help.c @@ -24,11 +24,11 @@ */ #if 0 -static char rcsid[] = "@(#)$Id: help.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char rcsid[] = "@(#)$Id$"; #endif #include "irc.h" -static char cvsrevision[] = "$Id: help.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(help_c) #ifdef WANT_EPICHELP diff --git a/source/history.c b/source/history.c index 69b9249..705e4b8 100644 --- a/source/history.c +++ b/source/history.c @@ -11,7 +11,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: history.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(history_c) #include "struct.h" diff --git a/source/hook.c b/source/hook.c index 868da95..3c01c03 100644 --- a/source/hook.c +++ b/source/hook.c @@ -9,7 +9,7 @@ #define __hook_c #include "irc.h" -static char cvsrevision[] = "$Id: hook.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(hook_c) #include "struct.h" diff --git a/source/if.c b/source/if.c index 7572bc5..a05ce7d 100644 --- a/source/if.c +++ b/source/if.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: if.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(if_c) #include "struct.h" diff --git a/source/ignore.c b/source/ignore.c index cd34dc5..c058a49 100644 --- a/source/ignore.c +++ b/source/ignore.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: ignore.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(ignore_c) #include "struct.h" diff --git a/source/input.c b/source/input.c index a7038a1..17ff8ea 100644 --- a/source/input.c +++ b/source/input.c @@ -11,7 +11,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: input.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(input_c) #include #include "struct.h" diff --git a/source/irc.c b/source/irc.c index dd237ac..3c1dc1d 100644 --- a/source/irc.c +++ b/source/irc.c @@ -11,7 +11,7 @@ #include "irc.h" #include "struct.h" -static char cvsrevision[] = "$Id: irc.c,v 1.1.1.2 2003/06/11 07:00:42 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(irc_c) #include diff --git a/source/ircaux.c b/source/ircaux.c index 77255d5..e2b2eaf 100644 --- a/source/ircaux.c +++ b/source/ircaux.c @@ -8,7 +8,7 @@ * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT */ #include "irc.h" -static char cvsrevision[] = "$Id: ircaux.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(ircaux_c) #include "struct.h" diff --git a/source/keys.c b/source/keys.c index 1414ead..a1a10e2 100644 --- a/source/keys.c +++ b/source/keys.c @@ -11,7 +11,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: keys.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(keys_c) #include "struct.h" #include "config.h" diff --git a/source/lastlog.c b/source/lastlog.c index fe237bb..5069115 100644 --- a/source/lastlog.c +++ b/source/lastlog.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: lastlog.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(lastlog_c) #include "struct.h" diff --git a/source/list.c b/source/list.c index 4ac6af5..f69dcb4 100644 --- a/source/list.c +++ b/source/list.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: list.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(list_c) #include "struct.h" diff --git a/source/log.c b/source/log.c index eeafe9f..9f70a16 100644 --- a/source/log.c +++ b/source/log.c @@ -11,7 +11,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: log.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(log_c) #include "struct.h" diff --git a/source/mail.c b/source/mail.c index bf65a9b..53bed7d 100644 --- a/source/mail.c +++ b/source/mail.c @@ -4,7 +4,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: mail.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(mail_c) #include "struct.h" diff --git a/source/misc.c b/source/misc.c index f6e179c..1cbadac 100644 --- a/source/misc.c +++ b/source/misc.c @@ -2,7 +2,7 @@ * Copyright Colten Edwards (c) 1996 */ #include "irc.h" -static char cvsrevision[] = "$Id: misc.c,v 1.1.1.3 2003/06/11 07:00:42 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(misc_c) #include "struct.h" diff --git a/source/modules.c b/source/modules.c index a8f7457..ef72746 100644 --- a/source/modules.c +++ b/source/modules.c @@ -9,7 +9,7 @@ #define __modules_c #include "irc.h" -static char cvsrevision[] = "$Id: modules.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(modules_c) #include "struct.h" #include "alias.h" diff --git a/source/names.c b/source/names.c index 60f5ee2..aadca26 100644 --- a/source/names.c +++ b/source/names.c @@ -12,7 +12,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: names.c,v 1.1.1.2 2003/05/09 07:00:22 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(names_c) #include "struct.h" diff --git a/source/network.c b/source/network.c index b4128b2..50c27ff 100644 --- a/source/network.c +++ b/source/network.c @@ -7,7 +7,7 @@ #define SET_SOURCE_SOCKET #include "irc.h" -static char cvsrevision[] = "$Id: network.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(network_c) #include "struct.h" #include "ircterm.h" diff --git a/source/newio.c b/source/newio.c index 0a06b31..f4edf88 100644 --- a/source/newio.c +++ b/source/newio.c @@ -13,7 +13,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: newio.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(newio_c) #include "ircaux.h" #include "output.h" diff --git a/source/notice.c b/source/notice.c index c7127a6..f3909ab 100644 --- a/source/notice.c +++ b/source/notice.c @@ -9,7 +9,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: notice.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(notice_c) #include "struct.h" diff --git a/source/notify.c b/source/notify.c index 3db064d..356aa32 100644 --- a/source/notify.c +++ b/source/notify.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: notify.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(notify_c) #include "struct.h" diff --git a/source/numbers.c b/source/numbers.c index de9267f..3cd5299 100644 --- a/source/numbers.c +++ b/source/numbers.c @@ -12,7 +12,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: numbers.c,v 1.1.1.3 2003/06/11 07:00:43 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(numbers_c) #include "struct.h" diff --git a/source/output.c b/source/output.c index dafc2bc..9c9a0ef 100644 --- a/source/output.c +++ b/source/output.c @@ -10,7 +10,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: output.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(output_c) #include "struct.h" #include diff --git a/source/parse.c b/source/parse.c index c9818b4..ea2467b 100644 --- a/source/parse.c +++ b/source/parse.c @@ -9,7 +9,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: parse.c,v 1.1.1.2 2003/06/11 07:00:43 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(parse_c) #include "struct.h" diff --git a/source/queue.c b/source/queue.c index f02aed7..c3d3d66 100644 --- a/source/queue.c +++ b/source/queue.c @@ -11,7 +11,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: queue.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(queue_c) #include "struct.h" diff --git a/source/readlog.c b/source/readlog.c index f101356..0cef35a 100644 --- a/source/readlog.c +++ b/source/readlog.c @@ -3,7 +3,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: readlog.c,v 1.1.1.2 2003/05/17 07:00:23 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(readlog_c) #include "struct.h" diff --git a/source/reg.c b/source/reg.c index e72c212..18438d2 100644 --- a/source/reg.c +++ b/source/reg.c @@ -15,7 +15,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: reg.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(reg_c) #include "ircaux.h" #include "output.h" diff --git a/source/scr-bx.c b/source/scr-bx.c index 2ac7f8a..d762e4b 100644 --- a/source/scr-bx.c +++ b/source/scr-bx.c @@ -8,7 +8,7 @@ /* * Version 1.0 released with BitchX 75 - * $Id: scr-bx.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $ + * $Id$ */ #include "irc.h" diff --git a/source/screen.c b/source/screen.c index 187fa3c..76579fe 100644 --- a/source/screen.c +++ b/source/screen.c @@ -13,7 +13,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: screen.c,v 1.1.1.3 2003/07/31 07:01:08 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(screen_c) #include "struct.h" diff --git a/source/server.c b/source/server.c index 244005f..609531d 100644 --- a/source/server.c +++ b/source/server.c @@ -14,7 +14,7 @@ #endif #include "irc.h" -static char cvsrevision[] = "$Id: server.c,v 1.1.1.2 2003/06/11 07:00:43 root Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(server_c) #include "struct.h" diff --git a/source/stack.c b/source/stack.c index ae8a942..43080ed 100644 --- a/source/stack.c +++ b/source/stack.c @@ -8,7 +8,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: stack.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(stack_c) #include "struct.h" diff --git a/source/status.c b/source/status.c index d6a9b56..8e0763d 100644 --- a/source/status.c +++ b/source/status.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: status.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(status_c) #include "struct.h" diff --git a/source/struct.c b/source/struct.c index e718ccd..0786dfd 100644 --- a/source/struct.c +++ b/source/struct.c @@ -3,7 +3,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: struct.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(struct_c) #include "struct.h" #include "hash.h" diff --git a/source/tcl_public.c b/source/tcl_public.c index 73c1597..51a3121 100644 --- a/source/tcl_public.c +++ b/source/tcl_public.c @@ -1,6 +1,6 @@ #include "irc.h" -static char cvsrevision[] = "$Id: tcl_public.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(tcl_public_c) #include "ircaux.h" #include "struct.h" diff --git a/source/term.c b/source/term.c index 6621431..1e9dee9 100644 --- a/source/term.c +++ b/source/term.c @@ -12,7 +12,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: term.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(term_c) #include "struct.h" #include "screen.h" diff --git a/source/timer.c b/source/timer.c index 56e2982..2b0917e 100644 --- a/source/timer.c +++ b/source/timer.c @@ -11,7 +11,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: timer.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(timer_c) #include "struct.h" diff --git a/source/translat.c b/source/translat.c index 6312cc4..edfd6da 100644 --- a/source/translat.c +++ b/source/translat.c @@ -20,7 +20,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: translat.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(translat_c) #include "struct.h" diff --git a/source/user.c b/source/user.c index d2b9b52..98e1a43 100644 --- a/source/user.c +++ b/source/user.c @@ -1,6 +1,6 @@ #include "irc.h" -static char cvsrevision[] = "$Id: user.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(user_c) #include "struct.h" diff --git a/source/userlist.c b/source/userlist.c index c1e1900..272976a 100644 --- a/source/userlist.c +++ b/source/userlist.c @@ -5,7 +5,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: userlist.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(userlist_c) #include "struct.h" diff --git a/source/vars.c b/source/vars.c index 09fbae6..0577920 100644 --- a/source/vars.c +++ b/source/vars.c @@ -11,7 +11,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: vars.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(vars_c) #include "struct.h" diff --git a/source/who.c b/source/who.c index 4e96277..9cf577d 100644 --- a/source/who.c +++ b/source/who.c @@ -6,7 +6,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: who.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(who_c) #include "struct.h" diff --git a/source/whowas.c b/source/whowas.c index 0ceff03..3f35e39 100644 --- a/source/whowas.c +++ b/source/whowas.c @@ -11,7 +11,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: whowas.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(whowas_c) #include "struct.h" diff --git a/source/window.c b/source/window.c index 8d53369..bc92a12 100644 --- a/source/window.c +++ b/source/window.c @@ -10,7 +10,7 @@ #include "irc.h" -static char cvsrevision[] = "$Id: window.c,v 1.1.1.1 2003/04/11 01:09:08 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(window_c) #include "struct.h" diff --git a/source/words.c b/source/words.c index afa04b7..dfc5323 100644 --- a/source/words.c +++ b/source/words.c @@ -10,7 +10,7 @@ */ #include "irc.h" -static char cvsrevision[] = "$Id: words.c,v 1.1.1.1 2003/04/11 01:09:08 dan Exp $"; +static char cvsrevision[] = "$Id$"; CVS_REVISION(words_c) #include "ircaux.h" #include "modval.h" diff --git a/source/wserv.c b/source/wserv.c index 0ea4e73..39627f4 100644 --- a/source/wserv.c +++ b/source/wserv.c @@ -12,7 +12,7 @@ */ #if 0 -static char rcsid[] = "@(#)$Id: wserv.c,v 1.1.1.1 2003/04/11 01:09:08 dan Exp $"; +static char rcsid[] = "@(#)$Id$"; #endif #include "defs.h"