Index: branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/mysql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/mysql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/mysql.php	(revision 20116)
@@ -44,5 +44,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: mysql.php,v 1.65 2008/02/22 19:23:49 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/pgsql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/pgsql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/pgsql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: pgsql.php,v 1.93 2008/08/28 20:32:57 afz Exp $
+// $Id$
 
 require_once 'MDB2/Driver/Datatype/Common.php';
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/Common.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/Common.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Datatype/Common.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Common.php,v 1.139 2008/12/04 11:50:42 afz Exp $
+// $Id$
 
 require_once 'MDB2/LOB.php';
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/mysql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/mysql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/mysql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: mysql.php,v 1.80 2008/03/26 21:15:37 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/pgsql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/pgsql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/pgsql.php	(revision 20116)
@@ -44,5 +44,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: pgsql.php,v 1.75 2008/08/22 16:36:20 quipo Exp $
+// $Id$
 
 require_once 'MDB2/Driver/Reverse/Common.php';
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/Common.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/Common.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Reverse/Common.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Common.php,v 1.43 2009/01/14 15:01:21 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/mysql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/mysql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/mysql.php	(revision 20116)
@@ -44,5 +44,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: mysql.php,v 1.214 2008/11/16 21:45:08 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/pgsql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/pgsql.php	(revision 19711)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/pgsql.php	(revision 20116)
@@ -44,5 +44,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: pgsql.php,v 1.203 2008/11/29 14:04:46 afz Exp $
+// $Id$
 
 /**
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Function/mysql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Function/mysql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Function/mysql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: mysql.php,v 1.12 2008/02/17 18:54:08 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Function/pgsql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Function/pgsql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Function/pgsql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: pgsql.php,v 1.11 2008/11/09 19:46:50 quipo Exp $
+// $Id$
 
 require_once 'MDB2/Driver/Function/Common.php';
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Function/Common.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Function/Common.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Function/Common.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Common.php,v 1.21 2008/02/17 18:51:39 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Native/mysql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Native/mysql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Native/mysql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: mysql.php,v 1.9 2006/06/18 21:59:05 lsmith Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Native/pgsql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Native/pgsql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Native/pgsql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: pgsql.php,v 1.12 2006/07/15 13:07:15 lsmith Exp $
+// $Id$
 
 require_once 'MDB2/Driver/Native/Common.php';
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Native/Common.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Native/Common.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Native/Common.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Common.php,v 1.2 2007/09/09 13:47:36 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Manager/mysql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Manager/mysql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Manager/mysql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: mysql.php,v 1.113 2008/11/23 20:30:29 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Manager/pgsql.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Manager/pgsql.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Manager/pgsql.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: pgsql.php,v 1.87 2008/11/29 14:09:59 afz Exp $
+// $Id$
 
 require_once 'MDB2/Driver/Manager/Common.php';
Index: branches/version-2_5-dev/data/module/MDB2/Driver/Manager/Common.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Driver/Manager/Common.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Driver/Manager/Common.php	(revision 20116)
@@ -44,5 +44,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Common.php,v 1.72 2009/01/14 15:00:40 quipo Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Iterator.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Iterator.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Iterator.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Iterator.php,v 1.22 2006/05/06 14:03:41 lsmith Exp $
+// $Id$
 
 /**
Index: branches/version-2_5-dev/data/module/MDB2/LOB.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/LOB.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/LOB.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: LOB.php,v 1.34 2006/10/25 11:52:21 lsmith Exp $
+// $Id$
 
 /**
Index: branches/version-2_5-dev/data/module/MDB2/Date.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Date.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Date.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Date.php,v 1.10 2006/03/01 12:15:32 lsmith Exp $
+// $Id$
 //
 
Index: branches/version-2_5-dev/data/module/MDB2/Extended.php
===================================================================
--- branches/version-2_5-dev/data/module/MDB2/Extended.php	(revision 18754)
+++ branches/version-2_5-dev/data/module/MDB2/Extended.php	(revision 20116)
@@ -43,5 +43,5 @@
 // +----------------------------------------------------------------------+
 //
-// $Id: Extended.php,v 1.60 2007/11/28 19:49:34 quipo Exp $
+// $Id$
 
 /**
