From c670abc2dfb0ce94ee71ac9617da84328783b337 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Tue, 23 Jan 2007 09:36:47 +0000 Subject: [PATCH] Fixed keyword substitution tokens. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1008 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/Makefile | 2 +- ftk/src/ftk.h | 2 +- ftk/src/ftkbtree.cpp | 2 +- ftk/src/ftkcmem.cpp | 2 +- ftk/src/ftkcoll.cpp | 2 +- ftk/src/ftkcsum.cpp | 2 +- ftk/src/ftkdir.cpp | 2 +- ftk/src/ftkdynbtree.cpp | 2 +- ftk/src/ftkdynrset.cpp | 2 +- ftk/src/ftkdynrset.h | 2 +- ftk/src/ftkerror.cpp | 2 +- ftk/src/ftkfsys.cpp | 2 +- ftk/src/ftkftx.cpp | 2 +- ftk/src/ftkini.cpp | 2 +- ftk/src/ftkiobuf.cpp | 2 +- ftk/src/ftklock.cpp | 2 +- ftk/src/ftklog.cpp | 2 +- ftk/src/ftkmem.cpp | 2 +- ftk/src/ftkmfh.cpp | 2 +- ftk/src/ftkmisc.cpp | 2 +- ftk/src/ftknlm.cpp | 2 +- ftk/src/ftknlm.h | 2 +- ftk/src/ftkntab.cpp | 2 +- ftk/src/ftkprntf.cpp | 2 +- ftk/src/ftkrand.cpp | 2 +- ftk/src/ftkrset.cpp | 2 +- ftk/src/ftksem.cpp | 2 +- ftk/src/ftkstrm.cpp | 2 +- ftk/src/ftksupr.cpp | 2 +- ftk/src/ftksys.h | 2 +- ftk/src/ftktext.cpp | 2 +- ftk/src/ftkthrd.cpp | 2 +- ftk/src/ftktime.cpp | 2 +- ftk/src/ftkunix.cpp | 2 +- ftk/src/ftkwin.cpp | 2 +- ftk/src/ftkxml.cpp | 2 +- ftk/src/nlm_entrypoint.cpp | 2 +- ftk/util/ftktest.cpp | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/ftk/Makefile b/ftk/Makefile index fdfd233..a19653d 100644 --- a/ftk/Makefile +++ b/ftk/Makefile @@ -20,7 +20,7 @@ # To contact Novell about this file by physical or electronic mail, # you may find current contact information at www.novell.com. # -# $Id: $ +# $Id$ #------------------------------------------------------------------------- ############################################################################# diff --git a/ftk/src/ftk.h b/ftk/src/ftk.h index c48ae05..8511c13 100644 --- a/ftk/src/ftk.h +++ b/ftk/src/ftk.h @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ /// \file diff --git a/ftk/src/ftkbtree.cpp b/ftk/src/ftkbtree.cpp index b5a481a..209cc02 100644 --- a/ftk/src/ftkbtree.cpp +++ b/ftk/src/ftkbtree.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: f_btree.cpp 3111 2006-01-19 13:10:50 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkcmem.cpp b/ftk/src/ftkcmem.cpp index 1e567e3..07e35b4 100644 --- a/ftk/src/ftkcmem.cpp +++ b/ftk/src/ftkcmem.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkcoll.cpp b/ftk/src/ftkcoll.cpp index c56f493..a9995fa 100644 --- a/ftk/src/ftkcoll.cpp +++ b/ftk/src/ftkcoll.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fcollate.cpp 3111 2006-01-19 13:10:50 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkcsum.cpp b/ftk/src/ftkcsum.cpp index 4f63742..9b73059 100644 --- a/ftk/src/ftkcsum.cpp +++ b/ftk/src/ftkcsum.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: checksum.cpp 3123 2006-01-24 17:19:50 -0700 (Tue, 24 Jan 2006) ahodgkinson $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkdir.cpp b/ftk/src/ftkdir.cpp index 131d65c..ba118c0 100644 --- a/ftk/src/ftkdir.cpp +++ b/ftk/src/ftkdir.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ftkdir.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkdynbtree.cpp b/ftk/src/ftkdynbtree.cpp index 8737871..f810bac 100644 --- a/ftk/src/ftkdynbtree.cpp +++ b/ftk/src/ftkdynbtree.cpp @@ -21,7 +21,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkdynrset.cpp b/ftk/src/ftkdynrset.cpp index 7b0356e..7e6686e 100644 --- a/ftk/src/ftkdynrset.cpp +++ b/ftk/src/ftkdynrset.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftk.h" diff --git a/ftk/src/ftkdynrset.h b/ftk/src/ftkdynrset.h index 2533ee0..9c800a3 100644 --- a/ftk/src/ftkdynrset.h +++ b/ftk/src/ftkdynrset.h @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #ifndef FTKDYNRSET_H diff --git a/ftk/src/ftkerror.cpp b/ftk/src/ftkerror.cpp index 15f4fc8..4369541 100644 --- a/ftk/src/ftkerror.cpp +++ b/ftk/src/ftkerror.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: flerror.cpp 3113 2006-01-19 13:20:35 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkfsys.cpp b/ftk/src/ftkfsys.cpp index ef5d809..23babd7 100644 --- a/ftk/src/ftkfsys.cpp +++ b/ftk/src/ftkfsys.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ffilesys.cpp 3112 2006-01-19 13:12:40 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkftx.cpp b/ftk/src/ftkftx.cpp index 2e7e3b0..4a432fd 100644 --- a/ftk/src/ftkftx.cpp +++ b/ftk/src/ftkftx.cpp @@ -21,7 +21,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkini.cpp b/ftk/src/ftkini.cpp index 1b3d905..e7c4cd9 100644 --- a/ftk/src/ftkini.cpp +++ b/ftk/src/ftkini.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: inifile.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkiobuf.cpp b/ftk/src/ftkiobuf.cpp index f7514c0..d9cc9e9 100644 --- a/ftk/src/ftkiobuf.cpp +++ b/ftk/src/ftkiobuf.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fbuff.cpp 3111 2006-01-19 13:10:50 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftklock.cpp b/ftk/src/ftklock.cpp index 5fd410d..3f5ebf6 100644 --- a/ftk/src/ftklock.cpp +++ b/ftk/src/ftklock.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fsrvlock.cpp 3114 2006-01-19 13:22:45 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftklog.cpp b/ftk/src/ftklog.cpp index 54a3b52..2c033dd 100644 --- a/ftk/src/ftklog.cpp +++ b/ftk/src/ftklog.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: flog.cpp 3113 2006-01-19 13:20:35 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkmem.cpp b/ftk/src/ftkmem.cpp index 1714c88..a8d8564 100644 --- a/ftk/src/ftkmem.cpp +++ b/ftk/src/ftkmem.cpp @@ -21,7 +21,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkmfh.cpp b/ftk/src/ftkmfh.cpp index 5259cbc..e569ddd 100644 --- a/ftk/src/ftkmfh.cpp +++ b/ftk/src/ftkmfh.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: f64bitfh.cpp 3111 2006-01-19 13:10:50 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkmisc.cpp b/ftk/src/ftkmisc.cpp index b862cbe..ca4d023 100644 --- a/ftk/src/ftkmisc.cpp +++ b/ftk/src/ftkmisc.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ftkmisc.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftknlm.cpp b/ftk/src/ftknlm.cpp index 5bd059e..a8a90a5 100644 --- a/ftk/src/ftknlm.cpp +++ b/ftk/src/ftknlm.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fnlm.cpp 12362 2006-03-09 12:11:37 -0700 (Thu, 09 Mar 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------- #include "ftksys.h" diff --git a/ftk/src/ftknlm.h b/ftk/src/ftknlm.h index ce1f015..e8c25f5 100644 --- a/ftk/src/ftknlm.h +++ b/ftk/src/ftknlm.h @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------- #ifndef FTKNLM_H diff --git a/ftk/src/ftkntab.cpp b/ftk/src/ftkntab.cpp index 1a54b1b..c0dc59b 100644 --- a/ftk/src/ftkntab.cpp +++ b/ftk/src/ftkntab.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fntable.cpp 3114 2006-01-19 13:22:45 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkprntf.cpp b/ftk/src/ftkprntf.cpp index a6b8ea3..0ab0125 100644 --- a/ftk/src/ftkprntf.cpp +++ b/ftk/src/ftkprntf.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: flprintf.cpp 3113 2006-01-19 13:20:35 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkrand.cpp b/ftk/src/ftkrand.cpp index 84ac65d..c175d70 100644 --- a/ftk/src/ftkrand.cpp +++ b/ftk/src/ftkrand.cpp @@ -21,7 +21,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ftkrand.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkrset.cpp b/ftk/src/ftkrset.cpp index 7037191..e0dd61a 100644 --- a/ftk/src/ftkrset.cpp +++ b/ftk/src/ftkrset.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: frset.cpp 3114 2006-01-19 13:22:45 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftksem.cpp b/ftk/src/ftksem.cpp index 505d5c3..05391b3 100644 --- a/ftk/src/ftksem.cpp +++ b/ftk/src/ftksem.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ftksem.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkstrm.cpp b/ftk/src/ftkstrm.cpp index 4f571cf..bae7d68 100644 --- a/ftk/src/ftkstrm.cpp +++ b/ftk/src/ftkstrm.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fstream.cpp 3123 2006-01-24 17:19:50 -0700 (Tue, 24 Jan 2006) ahodgkinson $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftksupr.cpp b/ftk/src/ftksupr.cpp index a19836f..3578fac 100644 --- a/ftk/src/ftksupr.cpp +++ b/ftk/src/ftksupr.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftksys.h b/ftk/src/ftksys.h index 50783b1..97014ec 100644 --- a/ftk/src/ftksys.h +++ b/ftk/src/ftksys.h @@ -21,7 +21,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ftk.h 3123 2006-01-24 17:19:50 -0700 (Tue, 24 Jan 2006) ahodgkinson $ +// $Id$ //------------------------------------------------------------------------------ #ifndef FTKSYS_H diff --git a/ftk/src/ftktext.cpp b/ftk/src/ftktext.cpp index 1104bac..7aa33ff 100644 --- a/ftk/src/ftktext.cpp +++ b/ftk/src/ftktext.cpp @@ -21,7 +21,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkthrd.cpp b/ftk/src/ftkthrd.cpp index 60598dc..0f34b5e 100644 --- a/ftk/src/ftkthrd.cpp +++ b/ftk/src/ftkthrd.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ftkthrd.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftktime.cpp b/ftk/src/ftktime.cpp index d96a1a1..5410576 100644 --- a/ftk/src/ftktime.cpp +++ b/ftk/src/ftktime.cpp @@ -21,7 +21,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: ftktime.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkunix.cpp b/ftk/src/ftkunix.cpp index 07f1f94..a7a0b72 100644 --- a/ftk/src/ftkunix.cpp +++ b/ftk/src/ftkunix.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fposix.cpp 3123 2006-01-24 17:19:50 -0700 (Tue, 24 Jan 2006) ahodgkinson $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkwin.cpp b/ftk/src/ftkwin.cpp index c64d363..bd1968f 100644 --- a/ftk/src/ftkwin.cpp +++ b/ftk/src/ftkwin.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/ftkxml.cpp b/ftk/src/ftkxml.cpp index 82dba77..40f0105 100644 --- a/ftk/src/ftkxml.cpp +++ b/ftk/src/ftkxml.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: fxml.cpp 3115 2006-01-19 13:24:39 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "ftksys.h" diff --git a/ftk/src/nlm_entrypoint.cpp b/ftk/src/nlm_entrypoint.cpp index 54a22bf..2dc2530 100644 --- a/ftk/src/nlm_entrypoint.cpp +++ b/ftk/src/nlm_entrypoint.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------- #include "ftksys.h" diff --git a/ftk/util/ftktest.cpp b/ftk/util/ftktest.cpp index 488f7d5..ddada61 100644 --- a/ftk/util/ftktest.cpp +++ b/ftk/util/ftktest.cpp @@ -20,7 +20,7 @@ // To contact Novell about this file by physical or electronic mail, // you may find current contact information at www.novell.com. // -// $Id: $ +// $Id$ //------------------------------------------------------------------------- #include "ftk.h"