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:
Kevin Easton
2008-02-25 09:49:14 +00:00
parent 437c3df5fe
commit 533c3dbcbf
112 changed files with 116 additions and 116 deletions

View File

@@ -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

View File

@@ -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).

View File

@@ -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).