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
This commit is contained in:
@@ -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 <sys/types.h>
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user