From: oetiker Date: Sun, 11 Mar 2007 13:04:41 +0000 (+0000) Subject: enable ID keyword in all source files X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=761767c3639e8320cc985870d5fa7ea7e73f7317;p=rrdtool-all.git enable ID keyword in all source files git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1018 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_afm.c b/program/src/rrd_afm.c index 83f65810..74585479 100644 --- a/program/src/rrd_afm.c +++ b/program/src/rrd_afm.c @@ -2,7 +2,9 @@ * RRDtool 1.2.19 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. - ****************************************************************************/ + **************************************************************************** + * $Id$ +*/ #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) #include "../win32/config.h"