diff --git a/configure/RULES_BUILD b/configure/RULES_BUILD
index c3296888e61e76f7d4a68d33d524b2d3c51e115d..93d48e79ef6e1fea2ef42a7d26fb35dc78ea7a54 100644
--- a/configure/RULES_BUILD
+++ b/configure/RULES_BUILD
@@ -1,4 +1,4 @@
-# $Id: RULES_BUILD,v 1.16 2006-03-29 23:28:09 anj Exp $
+# RULES_BUILD,v 1.16 2006/03/29 23:28:09 anj Exp
 #
 #	State notation language (snc) rules
 # Each <name>.st (or <name>.stt) produces <name>.c
diff --git a/docs/manual/Installation.fm.mif b/docs/manual/Installation.fm.mif
index 476a0d88db0087d34acddc592c3d842ef61c3f49..ad6a1d818e6c06110cba6c662eb003e5d5243e11 100644
--- a/docs/manual/Installation.fm.mif
+++ b/docs/manual/Installation.fm.mif
@@ -21402,7 +21402,7 @@
   <Unique 791731>
   <PgfTag `PROGRAM'>
   <ParaLine 
-   <String `###  @(#)Version R3.14.0.alpha $$Date: 2000-04-25 19:13:01 $$'>
+   <String `###  @(#)Version R3.14.0.alpha $2000/04/25 19:13:01$'>
   > # end of ParaLine
  > # end of Para
  <Para 
diff --git a/docs/manual/Manual-9.html b/docs/manual/Manual-9.html
index ffb3dc1272cff7aa1af81b8c4bb5b5ff404835cb..61a3e363500d05aefcf78bf38799bf72b330f49a 100644
--- a/docs/manual/Manual-9.html
+++ b/docs/manual/Manual-9.html
@@ -258,7 +258,7 @@ $SUPPORT/bin/$EPICS_HOST_ARCH</EM>
 <P CLASS="PROGRAM">
 <A NAME="pgfId-791730"></A>###  @(#)EPICS IOC CORE built on Mar 22 2000</P>
 <P CLASS="PROGRAM">
-<A NAME="pgfId-791731"></A>###  @(#)Version R3.14.0.alpha $$Date: 2000-04-04 03:21:38 $$</P>
+<A NAME="pgfId-791731"></A>###  @(#)Version R3.14.0.alpha $2000/04/04 03:21:38$</P>
 <P CLASS="PROGRAM">
 <A NAME="pgfId-791732"></A>###  @(#)Built date Mar 22 2000</P>
 <P CLASS="PROGRAM">
diff --git a/docs/manual/Manual.ps b/docs/manual/Manual.ps
index 77d35ffd89c7aa00819a142149309e7abe3634fe..4051629bbc8fd9c4758bdcca7c776d52e7cdc81a 100644
--- a/docs/manual/Manual.ps
+++ b/docs/manual/Manual.ps
@@ -61318,7 +61318,7 @@ N
 192 234/G10.791729 FmPA
 (###  @\050#\051EPICS IOC CORE built on Mar 22 2000) 198 214 T
 192 223/G10.791730 FmPA
-(###  @\050#\051Version R3.14.0.alpha $$Date: 2000-04-04 03:22:13 $$) 198 203 T
+(###  @\050#\051Version R3.14.0.alpha $2000/04/04 03:22:13$) 198 203 T
 192 212/G10.791731 FmPA
 (###  @\050#\051Built date Mar 22 2000) 198 192 T
 192 201/G10.791732 FmPA
diff --git a/src/dev/devSequencer.c b/src/dev/devSequencer.c
index 18822d05215f6355c8d0003653de88cf1346f2e1..2c9a4c366e52a488de03e1fb73bbe87662b21d7f 100644
--- a/src/dev/devSequencer.c
+++ b/src/dev/devSequencer.c
@@ -1,4 +1,4 @@
-/* $Id: devSequencer.c,v 1.4 2003-08-07 14:34:37 mrk Exp $
+/* devSequencer.c,v 1.4 2003/08/07 14:34:37 mrk Exp
  *
  * Device support to permit database access to sequencer internals
  *
@@ -424,7 +424,10 @@ LOCAL long siGetIoInitInfo(int cmd, struct stringinRecord *pRec, IOSCANPVT *ppvt
 }
 
 /*
- * $Log: not supported by cvs2svn $
+ * devSequencer.c,v
+ * Revision 1.4  2003/08/07 14:34:37  mrk
+ * version obtained from Kukhee Kim,
+ *
  *
  * Revision 1.2  2003/05/23 18:44:22 KHKIM
  * change to support I/O interrupt mode
diff --git a/src/pv/pv.cc b/src/pv/pv.cc
index d91ace6928efb77dd17baf26e70b8e1578b57afd..b30c4abe83cb0f5ff2b0b8bc886fc61b9dead4af 100644
--- a/src/pv/pv.cc
+++ b/src/pv/pv.cc
@@ -1,4 +1,4 @@
-/* $Id: pv.cc,v 1.4 2001-02-16 21:45:16 norume Exp $
+/* pv.cc,v 1.4 2001/02/16 21:45:16 norume Exp
  *
  * Implementation of EPICS sequencer message system-independent library (pv)
  * (NB, "pv" = "process variable").
@@ -436,7 +436,10 @@ epicsShareFunc char * epicsShareAPI Strdcpy( char *dst, const char *src ) {
 }
 
 /*
- * $Log: not supported by cvs2svn $
+ * pv.cc,v
+ * Revision 1.4  2001/02/16 21:45:16  norume
+ * Many 3.14-related changes.
+ *
  * Revision 1.3  2001/02/16 18:45:39  mrk
  * changes for latest version of 3.14
  *
diff --git a/src/pv/pv.h b/src/pv/pv.h
index 2c7d86a8b76e922147a49cc05786d8dfdbcfa976..3f52b77f25eb8c1b1b9c14aa6a822f915920fa58 100644
--- a/src/pv/pv.h
+++ b/src/pv/pv.h
@@ -1,4 +1,4 @@
-/* $Id: pv.h,v 1.3 2001-02-16 18:45:39 mrk Exp $
+/* pv.h,v 1.3 2001/02/16 18:45:39 mrk Exp
  *
  * Definitions for EPICS sequencer message system-independent library (pv)
  * (NB, "pv" = "process variable").
@@ -346,7 +346,10 @@ epicsShareFunc char * epicsShareAPI Strdcpy( char *dst, const char *src );
 #endif /* INCLpvh */
 
 /*
- * $Log: not supported by cvs2svn $
+ * pv.h,v
+ * Revision 1.3  2001/02/16 18:45:39  mrk
+ * changes for latest version of 3.14
+ *
  * Revision 1.2  2000/04/14 21:53:28  jba
  * Changes for win32 build.
  *
diff --git a/src/pv/pvAlarm.h b/src/pv/pvAlarm.h
index 9e3de02bc49e6cd04d4285f8a17b959d26de63c8..9e1d74c399d5562f06f610f6c25a56bc332473c2 100644
--- a/src/pv/pvAlarm.h
+++ b/src/pv/pvAlarm.h
@@ -1,4 +1,4 @@
-/* $Id: pvAlarm.h,v 1.1.1.1 2000-04-04 03:22:15 wlupton Exp $
+/* pvAlarm.h,v 1.1.1.1 2000/04/04 03:22:15 wlupton Exp
  *
  * Definitions for EPICS sequencer message system-independent status and
  * severity (alarms).
@@ -60,7 +60,10 @@ typedef enum {
 #endif /* INCLpvAlarmh */
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvAlarm.h,v
+ * Revision 1.1.1.1  2000/04/04 03:22:15  wlupton
+ * first commit of seq-2-0-0
+ *
  * Revision 1.1  2000/03/29 01:58:59  wlupton
  * initial insertion
  *
diff --git a/src/pv/pvCa.cc b/src/pv/pvCa.cc
index 2399927678b5023d3b100958cfa4200598e5d185..6339b6e9a4263b5d2f2b6f6d3765e296514e2bfc 100644
--- a/src/pv/pvCa.cc
+++ b/src/pv/pvCa.cc
@@ -1,4 +1,4 @@
-/* $Id: pvCa.cc,v 1.7 2001-10-04 18:33:25 jhill Exp $
+/* pvCa.cc,v 1.7 2001/10/04 18:33:25 jhill Exp
  *
  * Implementation of EPICS sequencer CA library (pvCa)
  *
@@ -778,7 +778,10 @@ static void copyFromCA( int type, int count,
 }
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvCa.cc,v
+ * Revision 1.7  2001/10/04 18:33:25  jhill
+ * context_ variable wasnt initialized
+ *
  * Revision 1.6  2001/07/05 14:42:15  mrk
  * ca changed client contect
  *
diff --git a/src/pv/pvCa.h b/src/pv/pvCa.h
index 0ef8ef7d554f319dfc3abd0f573295fc45f1f6c9..c5e030008a76a3bf4985f660a0a84968478947fd 100644
--- a/src/pv/pvCa.h
+++ b/src/pv/pvCa.h
@@ -1,4 +1,4 @@
-/* $Id: pvCa.h,v 1.4 2001-10-15 21:41:42 jhill Exp $
+/* pvCa.h,v 1.4 2001/10/15 21:41:42 jhill Exp
  *
  * Definitions for EPICS sequencer CA library (pvCa)
  *
@@ -68,7 +68,10 @@ private:
 #endif /* INCLpvCah */
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvCa.h,v
+ * Revision 1.4  2001/10/15 21:41:42  jhill
+ * fixed to match R3.14 CA client lib
+ *
  * Revision 1.3  2001/07/05 14:42:16  mrk
  * ca changed client contect
  *
diff --git a/src/pv/pvFile.cc b/src/pv/pvFile.cc
index 2e140013e459d8dc0637bd6ef260238e0023fb76..4e90adfd998620cbbec1b14b44e3f57fd068503a 100644
--- a/src/pv/pvFile.cc
+++ b/src/pv/pvFile.cc
@@ -1,4 +1,4 @@
-/* $Id: pvFile.cc,v 1.1.1.1 2000-04-04 03:22:15 wlupton Exp $
+/* pvFile.cc,v 1.1.1.1 2000/04/04 03:22:15 wlupton Exp
  *
  * Implementation of demonstration EPICS sequencer file library (pvFile)
  *
@@ -331,7 +331,10 @@ pvStat fileVariable::monitorOff( pvCallback *callback )
 }
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvFile.cc,v
+ * Revision 1.1.1.1  2000/04/04 03:22:15  wlupton
+ * first commit of seq-2-0-0
+ *
  * Revision 1.1  2000/03/31 23:00:06  wlupton
  * initial insertion
  *
diff --git a/src/pv/pvFile.h b/src/pv/pvFile.h
index 5fc38d90ff2e7c1244f7b32d39056400bcc46a22..7b5059f12104a1d345d25670ef76e82073a45b46 100644
--- a/src/pv/pvFile.h
+++ b/src/pv/pvFile.h
@@ -1,4 +1,4 @@
-/* $Id: pvFile.h,v 1.2 2001-02-23 20:45:22 jba Exp $
+/* pvFile.h,v 1.2 2001/02/23 20:45:22 jba Exp
  *
  * Definitions for demonstration EPICS sequencer file library (pvFile)
  *
@@ -68,7 +68,10 @@ private:
 #endif /* INCLpvFileh */
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvFile.h,v
+ * Revision 1.2  2001/02/23 20:45:22  jba
+ * Change for win32.
+ *
  * Revision 1.1.1.1  2000/04/04 03:22:15  wlupton
  * first commit of seq-2-0-0
  *
diff --git a/src/pv/pvKtl.cc b/src/pv/pvKtl.cc
index 818e93d6ef450bcefdc9bd2bcf5b7d25b52b8654..9b2195f566e6c7cb260eb356d7c1158ebe372af4 100644
--- a/src/pv/pvKtl.cc
+++ b/src/pv/pvKtl.cc
@@ -1,4 +1,4 @@
-/* $Id: pvKtl.cc,v 1.2 2001-02-16 18:45:39 mrk Exp $
+/* pvKtl.cc,v 1.2 2001/02/16 18:45:39 mrk Exp
  *
  * Implementation of EPICS sequencer KTL library (pvKtl)
  *
@@ -1351,7 +1351,10 @@ static void freeKTL( KTL_DATATYPE ktlType, KTL_POLYMORPH *ktlValue )
 }
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvKtl.cc,v
+ * Revision 1.2  2001/02/16 18:45:39  mrk
+ * changes for latest version of 3.14
+ *
  * Revision 1.1.1.1  2000/04/04 03:22:14  wlupton
  * first commit of seq-2-0-0
  *
diff --git a/src/pv/pvKtl.h b/src/pv/pvKtl.h
index 817b64c88cd36b69ebca3865175080dc14f70726..73425c94ade4f9e97acdbd99d13c335a6bc5b693 100644
--- a/src/pv/pvKtl.h
+++ b/src/pv/pvKtl.h
@@ -1,4 +1,4 @@
-/* $Id: pvKtl.h,v 1.2 2000-04-14 21:53:29 jba Exp $
+/* pvKtl.h,v 1.2 2000/04/14 21:53:29 jba Exp
  *
  * Definitions for EPICS sequencer KTL library (pvKtl)
  *
@@ -228,7 +228,10 @@ private:
 #endif /* INCLpvKtlh */
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvKtl.h,v
+ * Revision 1.2  2000/04/14 21:53:29  jba
+ * Changes for win32 build.
+ *
  * Revision 1.1.1.1  2000/04/04 03:22:15  wlupton
  * first commit of seq-2-0-0
  *
diff --git a/src/pv/pvKtlCnv.cc b/src/pv/pvKtlCnv.cc
index ff8e5290e8ff01656499252a0acfce1ac03ce07e..29fe3c167c5e20e77c4ec2ed5366680fff559791 100644
--- a/src/pv/pvKtlCnv.cc
+++ b/src/pv/pvKtlCnv.cc
@@ -1,4 +1,4 @@
-/* $Id: pvKtlCnv.cc,v 1.1.1.1 2000-04-04 03:22:15 wlupton Exp $
+/* pvKtlCnv.cc,v 1.1.1.1 2000/04/04 03:22:15 wlupton Exp
  *
  * Implementation of EPICS sequencer KTL type conversion (pvKtlCnv)
  *
@@ -286,7 +286,10 @@ converter ktlCnvMatrix[ktlCnv::NUMBER][ktlCnv::NUMBER] =
 };
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvKtlCnv.cc,v
+ * Revision 1.1.1.1  2000/04/04 03:22:15  wlupton
+ * first commit of seq-2-0-0
+ *
  * Revision 1.1  2000/03/06 19:21:04  wlupton
  * misc error reporting and type conversion mods
  *
diff --git a/src/pv/pvKtlCnv.h b/src/pv/pvKtlCnv.h
index 0dffc1b741888cb2cc493086faa4d7f342c51773..37f1a071632f76c7ff9e863dc52248c3e928bfb9 100644
--- a/src/pv/pvKtlCnv.h
+++ b/src/pv/pvKtlCnv.h
@@ -1,4 +1,4 @@
-/* $Id: pvKtlCnv.h,v 1.1.1.1 2000-04-04 03:22:15 wlupton Exp $
+/* pvKtlCnv.h,v 1.1.1.1 2000/04/04 03:22:15 wlupton Exp
  *
  * Definitions for EPICS sequencer KTL type conversion (pvKtlCnv)
  *
@@ -40,7 +40,10 @@ private:
 };
 
 /*
- * $Log: not supported by cvs2svn $
+ * pvKtlCnv.h,v
+ * Revision 1.1.1.1  2000/04/04 03:22:15  wlupton
+ * first commit of seq-2-0-0
+ *
  * Revision 1.1  2000/03/06 19:21:04  wlupton
  * misc error reporting and type conversion mods
  *
diff --git a/src/pv/pvNew.cc b/src/pv/pvNew.cc
index 99196123c8cb3e8c843f4cfab0475c3be46c2577..a88a5da5d36990d86f763e187ddcac92a8166b6e 100644
--- a/src/pv/pvNew.cc
+++ b/src/pv/pvNew.cc
@@ -1,4 +1,4 @@
-/* $Id: pvNew.cc,v 1.2 2000-04-14 21:53:29 jba Exp $
+/* pvNew.cc,v 1.2 2000/04/14 21:53:29 jba Exp
  *
  * Routine to create a system object for a named message system
  * (will eventually load dynamically)
diff --git a/src/seq/seqCommands.c b/src/seq/seqCommands.c
index 5f773518f82ef30a8374ccfc96f6a54262727b22..d6df4e407b21ac02a2070caf444ccd07c8d0b9f7 100644
--- a/src/seq/seqCommands.c
+++ b/src/seq/seqCommands.c
@@ -1,5 +1,5 @@
 /*
- * $Id: seqCommands.c,v 1.12 2005-01-20 16:49:06 anj Exp $
+ * seqCommands.c,v 1.12 2005/01/20 16:49:06 anj Exp
  *
  * DESCRIPTION: EPICS sequencer commands
  *
diff --git a/src/snc/proto.h b/src/snc/proto.h
index 83dd2c3912ebb18846fdb8ed3830944fdcb23d68..a340baa0e70af15ce0b620f2a3c9d581e36497ae 100644
--- a/src/snc/proto.h
+++ b/src/snc/proto.h
@@ -3,7 +3,7 @@
 	Copyright, 1989-93, The Regents of the University of California.
 		         Los Alamos National Laboratory
 
- 	$Id: proto.h,v 1.2 2001-03-21 15:06:10 mrk Exp $
+ 	proto.h,v 1.2 2001/03/21 15:06:10 mrk Exp
 	DESCRIPTION: Function prototypes for state notation language parser
 	ENVIRONMENT: UNIX
 	HISTORY:
diff --git a/test/demo/demo.st b/test/demo/demo.st
index 220bb2a65440411936d459d5989461f0d1da45ff..2f8142048e2c28f8e8192d5abd152249e6b66b1c 100644
--- a/test/demo/demo.st
+++ b/test/demo/demo.st
@@ -1,4 +1,4 @@
-/* $Id: demo.st,v 1.1.1.2 2000-04-25 19:15:14 wlupton Exp $
+/* demo.st,v 1.1.1.2 2000/04/25 19:15:14 wlupton Exp
  *
  * Demo EPICS sequence
  */
diff --git a/test/demo/demo_cake_config b/test/demo/demo_cake_config
index 5c780c1b01ffef18d3da14c1bff8d31f3388b931..5e6cd2ea37112e8cded7e75b7839533444c4a42e 100644
--- a/test/demo/demo_cake_config
+++ b/test/demo/demo_cake_config
@@ -1,4 +1,4 @@
-# $Id: demo_cake_config,v 1.1.1.1 2000-04-04 03:23:05 wlupton Exp $
+# demo_cake_config,v 1.1.1.1 2000/04/04 03:23:05 wlupton Exp
 #
 # CAKE configuration file corresponding to demo.db (relevant to KTL only)
 
diff --git a/test/johng/johng.st b/test/johng/johng.st
index b1fe20c091d77653eaf2805fa43e7cdbe9e749b5..f2dcfbd21ecdcfadb6ef76de0fa1a1dc6313dcaa 100644
--- a/test/johng/johng.st
+++ b/test/johng/johng.st
@@ -1,4 +1,4 @@
-/* $Id: johng.st,v 1.1.1.1 2000-04-04 03:22:42 wlupton Exp $
+/* johng.st,v 1.1.1.1 2000/04/04 03:22:42 wlupton Exp
  *
  * Demo Unix/KTL EPICS sequencer for John G (doesn't do anything useful)
  */
diff --git a/test/local/local.st b/test/local/local.st
index 986c479ee1977426e3d81d2cf342b9d00e9a869c..0c4608087840e28575992fe0cd83ca2f91ed4bae 100644
--- a/test/local/local.st
+++ b/test/local/local.st
@@ -1,4 +1,4 @@
-/* $Id: local.st,v 1.1.1.1 2000-04-04 03:22:43 wlupton Exp $
+/* local.st,v 1.1.1.1 2000/04/04 03:22:43 wlupton Exp
  *
  * Sequence to illustrate / test local variable declarations
  */
diff --git a/test/parallel/control.st b/test/parallel/control.st
index ab77b1c98b632ecc96319ac40a3c26aec569a868..2d6bd1cc4701322d8b8f3df16911d4376440b09d 100644
--- a/test/parallel/control.st
+++ b/test/parallel/control.st
@@ -1,4 +1,4 @@
-/* $Id: control.st,v 1.1.1.1 2000-04-04 03:23:14 wlupton Exp $
+/* control.st,v 1.1.1.1 2000/04/04 03:23:14 wlupton Exp
  *
  * Demo KTL EPICS sequence; illustrates and tests parallel control
  */
diff --git a/test/pv/arrput.cc b/test/pv/arrput.cc
index 93b77f4df61c099c149730c49c11444d1342cfe9..16c5010a6dd8a9598d80abbf2211a0d6275dcc58 100644
--- a/test/pv/arrput.cc
+++ b/test/pv/arrput.cc
@@ -1,4 +1,4 @@
-/* $Id: arrput.cc,v 1.2 2004-01-15 14:11:09 mrk Exp $
+/* arrput.cc,v 1.2 2004/01/15 14:11:09 mrk Exp
  *
  * Loop putting simulated values to an array-valued PV
  */
diff --git a/test/pv/arrputCA.cc b/test/pv/arrputCA.cc
index e7560b93f9be05d059093fdc5a0f558fd3292799..31730904a90ee7ef6f30f2b853293418d1840105 100644
--- a/test/pv/arrputCA.cc
+++ b/test/pv/arrputCA.cc
@@ -1,4 +1,4 @@
-/* $Id: arrputCA.cc,v 1.2 2004-01-15 14:11:09 mrk Exp $
+/* arrputCA.cc,v 1.2 2004/01/15 14:11:09 mrk Exp
  *
  * Loop putting simulated values to an array-valued PV (CA version)
  */
diff --git a/test/pv/gphtest.cc b/test/pv/gphtest.cc
index 2b507a3f6e67491b56e108e940ee27874a1c4868..e216277c2e7765204d8651f1b2effd1d26999ba5 100644
--- a/test/pv/gphtest.cc
+++ b/test/pv/gphtest.cc
@@ -1,4 +1,4 @@
-// $Id: gphtest.cc,v 1.1.1.1 2000-04-04 03:23:09 wlupton Exp $
+// gphtest.cc,v 1.1.1.1 2000/04/04 03:23:09 wlupton Exp
 //
 // gpHash test program
 
diff --git a/test/pv/pvsimpleC.c b/test/pv/pvsimpleC.c
index 8b411c3dc2fd018cb7466437240be394b7dbbbb2..03db164f0cca72bc38d0c53e507b4df7f321588d 100644
--- a/test/pv/pvsimpleC.c
+++ b/test/pv/pvsimpleC.c
@@ -1,4 +1,4 @@
-/* $Id: pvsimpleC.c,v 1.1.1.1 2000-04-04 03:23:09 wlupton Exp $
+/* pvsimpleC.c,v 1.1.1.1 2000/04/04 03:23:09 wlupton Exp
  *
  * Very simple C program to demonstrate pv classes
  */
diff --git a/test/pv/pvsimpleCC.cc b/test/pv/pvsimpleCC.cc
index 08a514c793eb74d4d676c80dbba9aa6c43027263..034d9d1c6d1fdd18367df2e5a3d52875db4de8ec 100644
--- a/test/pv/pvsimpleCC.cc
+++ b/test/pv/pvsimpleCC.cc
@@ -1,4 +1,4 @@
-// $Id: pvsimpleCC.cc,v 1.1.1.1 2000-04-04 03:23:09 wlupton Exp $
+// pvsimpleCC.cc,v 1.1.1.1 2000/04/04 03:23:09 wlupton Exp
 //
 // Very simple C++ program to demonstrate pv classes
 
diff --git a/test/pv/pvtest.cc b/test/pv/pvtest.cc
index c880dc2e7b27983eded6f8e6748ed4ffdba4b550..fdf2d32738283713d1094e73d6c683cd61535374 100644
--- a/test/pv/pvtest.cc
+++ b/test/pv/pvtest.cc
@@ -1,4 +1,4 @@
-/* $Id: pvtest.cc,v 1.1.1.1 2000-04-04 03:23:09 wlupton Exp $
+/* pvtest.cc,v 1.1.1.1 2000/04/04 03:23:09 wlupton Exp
  *
  * Test pv classes
  */
diff --git a/test/pv/testCA.cc b/test/pv/testCA.cc
index 0b4de4f43f9762ba5874a3bbac59f42b2d5cfe95..c95de539bb5905255c34e18a080082902bf452e1 100644
--- a/test/pv/testCA.cc
+++ b/test/pv/testCA.cc
@@ -1,4 +1,4 @@
-// $Id: testCA.cc,v 1.2 2004-01-15 14:11:09 mrk Exp $
+// testCA.cc,v 1.2 2004/01/15 14:11:09 mrk Exp
 //
 // CA test program illustrating R3.14 behavior