From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Thu, 25 Oct 2007 20:33:17 +0000 (+0000)
Subject: set svn:keywords property for proper keywords expansion
X-Git-Tag: PLCAPI-4.2-0~57
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a74854dd38cb742b8fdc0d0cda7fff738a95312c;p=plcapi.git

set svn:keywords property for proper keywords expansion
---

diff --git a/Makefile b/Makefile
index 09ab7727..6eba7ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id: Makefile 793 2007-08-28 15:21:17Z thierry $
+# $Id$
 #
 
 # Metafiles
diff --git a/ModPython.py b/ModPython.py
index a6a424c5..c722114c 100644
--- a/ModPython.py
+++ b/ModPython.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 #
 # Copyright (C) 2004-2006 The Trustees of Princeton University
-# $Id: ModPython.py,v 1.4 2007/01/11 22:05:15 mlhuang Exp $
+# $Id$
 #
 
 import sys
diff --git a/PLC/API.py b/PLC/API.py
index 5c068485..7fcfa094 100644
--- a/PLC/API.py
+++ b/PLC/API.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 #
 # Copyright (C) 2004-2006 The Trustees of Princeton University
-# $Id: API.py,v 1.8 2007/01/05 16:09:09 tmack Exp $
+# $Id$
 #
 
 import sys
diff --git a/PLC/AddressTypes.py b/PLC/AddressTypes.py
index 0effbe25..dd6afffd 100644
--- a/PLC/AddressTypes.py
+++ b/PLC/AddressTypes.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: AddressTypes.py,v 1.8 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
 #
 
 from types import StringTypes
diff --git a/PLC/Auth.py b/PLC/Auth.py
index 627eece6..f62b5119 100644
--- a/PLC/Auth.py
+++ b/PLC/Auth.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Auth.py,v 1.17 2007/02/10 18:39:09 mlhuang Exp $
+# $Id$
 #
 
 import crypt
diff --git a/PLC/BootStates.py b/PLC/BootStates.py
index 42a5214d..f1bfcf97 100644
--- a/PLC/BootStates.py
+++ b/PLC/BootStates.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: BootStates.py,v 1.6 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/ConfFiles.py b/PLC/ConfFiles.py
index dbd46f38..63474e31 100644
--- a/PLC/ConfFiles.py
+++ b/PLC/ConfFiles.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: ConfFiles.py,v 1.9 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Config.py b/PLC/Config.py
index 97233f0c..6a4a7e22 100644
--- a/PLC/Config.py
+++ b/PLC/Config.py
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004-2006 The Trustees of Princeton University
 #
-# $Id: Config.py,v 1.2 2006/09/06 19:15:59 mlhuang Exp $
+# $Id$
 #
 
 import os
diff --git a/PLC/EventObjects.py b/PLC/EventObjects.py
index 25df8670..1c6c4bba 100644
--- a/PLC/EventObjects.py
+++ b/PLC/EventObjects.py
@@ -4,7 +4,7 @@
 # Tony Mack <tmack@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: EventObjects.py 348 2007-05-10 14:13:51Z thierry $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Events.py b/PLC/Events.py
index ff80efca..c01f5893 100644
--- a/PLC/Events.py
+++ b/PLC/Events.py
@@ -4,7 +4,7 @@
 # Tony Mack <tmack@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Events.py,v 1.12 2007/02/27 18:52:14 tmack Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Faults.py b/PLC/Faults.py
index 1b8bd0dd..3c9328e3 100644
--- a/PLC/Faults.py
+++ b/PLC/Faults.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 #
 # Copyright (C) 2004-2006 The Trustees of Princeton University
-# $Id: Faults.py,v 1.2 2006/12/07 09:13:55 thierry Exp $
+# $Id$
 #
 
 import xmlrpclib
diff --git a/PLC/GPG.py b/PLC/GPG.py
index a393ca74..2499babe 100644
--- a/PLC/GPG.py
+++ b/PLC/GPG.py
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: GPG.py,v 1.5 2007/02/01 22:28:12 mlhuang Exp $
+# $Id$
 #
 
 import os
diff --git a/PLC/KeyTypes.py b/PLC/KeyTypes.py
index 0092bf74..34df0196 100644
--- a/PLC/KeyTypes.py
+++ b/PLC/KeyTypes.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: KeyTypes.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Messages.py b/PLC/Messages.py
index 36ff4362..3ec310f5 100644
--- a/PLC/Messages.py
+++ b/PLC/Messages.py
@@ -4,7 +4,7 @@
 # Tony Mack <tmack@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Messages.py,v 1.4 2006/11/16 17:03:36 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Parameter import Parameter
diff --git a/PLC/Method.py b/PLC/Method.py
index 74727952..74dc8621 100644
--- a/PLC/Method.py
+++ b/PLC/Method.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Method.py,v 1.29 2007/08/20 20:31:47 tmack Exp $
+# $Id$
 #
 
 import xmlrpclib
diff --git a/PLC/Methods/AddNodeNetworkSetting.py b/PLC/Methods/AddNodeNetworkSetting.py
index b2915a2d..b31aed26 100644
--- a/PLC/Methods/AddNodeNetworkSetting.py
+++ b/PLC/Methods/AddNodeNetworkSetting.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 90 $
+# $Revision$
 #
 from PLC.Faults import *
 from PLC.Method import Method
diff --git a/PLC/Methods/AddNodeNetworkSettingType.py b/PLC/Methods/AddNodeNetworkSettingType.py
index 8a161120..35a3ca08 100644
--- a/PLC/Methods/AddNodeNetworkSettingType.py
+++ b/PLC/Methods/AddNodeNetworkSettingType.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 88 $
+# $Revision$
 #
 
 
diff --git a/PLC/Methods/DeleteNodeNetworkSetting.py b/PLC/Methods/DeleteNodeNetworkSetting.py
index 34dcda25..eae21121 100644
--- a/PLC/Methods/DeleteNodeNetworkSetting.py
+++ b/PLC/Methods/DeleteNodeNetworkSetting.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 90 $
+# $Revision$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Methods/DeleteNodeNetworkSettingType.py b/PLC/Methods/DeleteNodeNetworkSettingType.py
index ec8d2b14..dc52d10b 100644
--- a/PLC/Methods/DeleteNodeNetworkSettingType.py
+++ b/PLC/Methods/DeleteNodeNetworkSettingType.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 88 $
+# $Revision$
 #
 from PLC.Faults import *
 from PLC.Method import Method
diff --git a/PLC/Methods/GetNodeNetworkSettingTypes.py b/PLC/Methods/GetNodeNetworkSettingTypes.py
index 16eec0a8..10d7b398 100644
--- a/PLC/Methods/GetNodeNetworkSettingTypes.py
+++ b/PLC/Methods/GetNodeNetworkSettingTypes.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 88 $
+# $Revision$
 #
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
diff --git a/PLC/Methods/GetNodeNetworkSettings.py b/PLC/Methods/GetNodeNetworkSettings.py
index 1eca4f41..42359cea 100644
--- a/PLC/Methods/GetNodeNetworkSettings.py
+++ b/PLC/Methods/GetNodeNetworkSettings.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 88 $
+# $Revision$
 #
 from PLC.Faults import *
 from PLC.Method import Method
diff --git a/PLC/Methods/GetPeerData.py b/PLC/Methods/GetPeerData.py
index 346331ab..113fe86c 100644
--- a/PLC/Methods/GetPeerData.py
+++ b/PLC/Methods/GetPeerData.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 # 
-# $Id: GetPeerData.py 904 2007-10-08 14:28:06Z thierry $
+# $Id$
 
 import time
 
diff --git a/PLC/Methods/RefreshPeer.py b/PLC/Methods/RefreshPeer.py
index 6c0444f2..40fb1e28 100644
--- a/PLC/Methods/RefreshPeer.py
+++ b/PLC/Methods/RefreshPeer.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 # 
-# $Id: RefreshPeer.py,v 1.23 2007/03/23 19:05:16 thierry Exp $
+# $Id$
 
 import time
 
diff --git a/PLC/Methods/UpdateNodeNetworkSetting.py b/PLC/Methods/UpdateNodeNetworkSetting.py
index f0ed8deb..bd59879b 100644
--- a/PLC/Methods/UpdateNodeNetworkSetting.py
+++ b/PLC/Methods/UpdateNodeNetworkSetting.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 90 $
+# $Revision$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Methods/UpdateNodeNetworkSettingType.py b/PLC/Methods/UpdateNodeNetworkSettingType.py
index caa0511e..5501c115 100644
--- a/PLC/Methods/UpdateNodeNetworkSettingType.py
+++ b/PLC/Methods/UpdateNodeNetworkSettingType.py
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 88 $
+# $Revision$
 #
 from PLC.Faults import *
 from PLC.Method import Method
diff --git a/PLC/NetworkMethods.py b/PLC/NetworkMethods.py
index a3d306b8..41ccfabc 100644
--- a/PLC/NetworkMethods.py
+++ b/PLC/NetworkMethods.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: NetworkMethods.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/NetworkTypes.py b/PLC/NetworkTypes.py
index bab7af8b..f3a032fc 100644
--- a/PLC/NetworkTypes.py
+++ b/PLC/NetworkTypes.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: NetworkTypes.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/NodeGroups.py b/PLC/NodeGroups.py
index 3b00bc60..cc2a44cb 100644
--- a/PLC/NodeGroups.py
+++ b/PLC/NodeGroups.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: NodeGroups.py,v 1.18 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
 #
 
 from types import StringTypes
diff --git a/PLC/NodeNetworks.py b/PLC/NodeNetworks.py
index 52f688f6..47e091d7 100644
--- a/PLC/NodeNetworks.py
+++ b/PLC/NodeNetworks.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: NodeNetworks.py 793 2007-08-28 15:21:17Z thierry $
+# $Id$
 #
 
 from types import StringTypes
diff --git a/PLC/Nodes.py b/PLC/Nodes.py
index 517a16aa..87f0d1c9 100644
--- a/PLC/Nodes.py
+++ b/PLC/Nodes.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Nodes.py 800 2007-08-30 03:49:35Z thierry $
+# $Id$
 #
 
 from types import StringTypes
diff --git a/PLC/PCUs.py b/PLC/PCUs.py
index e1cf6ca7..563acf97 100644
--- a/PLC/PCUs.py
+++ b/PLC/PCUs.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: PCUs.py,v 1.9 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Parameter.py b/PLC/Parameter.py
index 23074836..fc25b93a 100644
--- a/PLC/Parameter.py
+++ b/PLC/Parameter.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Parameter.py,v 1.6 2006/11/08 22:10:00 mlhuang Exp $
+# $Id$
 #
 
 from types import *
diff --git a/PLC/Persons.py b/PLC/Persons.py
index 24d71d39..0b0fe689 100644
--- a/PLC/Persons.py
+++ b/PLC/Persons.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Persons.py,v 1.38 2007/08/22 19:54:07 tmack Exp $
+# $Id$
 #
 
 from types import StringTypes
diff --git a/PLC/PostgreSQL.py b/PLC/PostgreSQL.py
index d996e722..597077af 100644
--- a/PLC/PostgreSQL.py
+++ b/PLC/PostgreSQL.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: PostgreSQL.py,v 1.14 2007/02/11 18:34:06 mlhuang Exp $
+# $Id$
 #
 
 import psycopg2
diff --git a/PLC/PyCurl.py b/PLC/PyCurl.py
index e43efe62..f0d40057 100644
--- a/PLC/PyCurl.py
+++ b/PLC/PyCurl.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: PyCurl.py,v 1.2 2007/09/12 17:52:27 tmack Exp $
+# $Id$
 #
 
 import os
diff --git a/PLC/Roles.py b/PLC/Roles.py
index 42b26220..400b3446 100644
--- a/PLC/Roles.py
+++ b/PLC/Roles.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Roles.py,v 1.7 2006/11/08 23:02:01 mlhuang Exp $
+# $Id$
 #
 
 from types import StringTypes
diff --git a/PLC/Shell.py b/PLC/Shell.py
index f2aa2110..6e4a77b2 100644
--- a/PLC/Shell.py
+++ b/PLC/Shell.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id: Shell.py,v 1.4 2007/02/02 04:38:28 mlhuang Exp $
+# $Id$
 #
 
 import os
diff --git a/PLC/SliceInstantiations.py b/PLC/SliceInstantiations.py
index 843b3270..4996a1e4 100644
--- a/PLC/SliceInstantiations.py
+++ b/PLC/SliceInstantiations.py
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: SliceInstantiations.py,v 1.2 2006/10/03 19:27:28 mlhuang Exp $
+# $Id$
 #
 
 from PLC.Faults import *
diff --git a/PLC/Test.py b/PLC/Test.py
index 03b4b8c5..05796a61 100644
--- a/PLC/Test.py
+++ b/PLC/Test.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Test.py 250 2007-04-17 15:14:57Z thierry $
+# $Id$
 #
 
 from pprint import pprint
diff --git a/Server.py b/Server.py
index 84c33601..40a68ab7 100755
--- a/Server.py
+++ b/Server.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Server.py,v 1.3 2006/10/25 20:33:07 mlhuang Exp $
+# $Id$
 #
 
 import os
diff --git a/Test.py b/Test.py
index c7a8c98e..8ff3ad2e 100755
--- a/Test.py
+++ b/Test.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Test.py,v 1.21 2007/01/12 06:17:33 mlhuang Exp $
+# $Id$
 #
 
 """
diff --git a/doc/DocBook.py b/doc/DocBook.py
index 0b279b25..254e99eb 100755
--- a/doc/DocBook.py
+++ b/doc/DocBook.py
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: DocBook.py,v 1.3 2006/10/25 19:35:36 mlhuang Exp $
+# $Id$
 #
 
 import xml.dom.minidom
diff --git a/doc/Makefile b/doc/Makefile
index bbb25c9a..3adaa1f1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.2 2006/11/03 20:36:05 thierry Exp $
+# $Id$
 #
 
 all: PLCAPI.pdf
diff --git a/php/Makefile b/php/Makefile
index 5498951e..560ff68f 100644
--- a/php/Makefile
+++ b/php/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.2 2006/10/27 15:40:37 mlhuang Exp $
+# $Id$
 #
 
 all: plc_api.php
diff --git a/php/header.php b/php/header.php
index 15d1591f..51728943 100644
--- a/php/header.php
+++ b/php/header.php
@@ -8,7 +8,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2005-2006 The Trustees of Princeton University
 //
-// $Id: header.php 170 2007-03-30 12:44:11Z thierry $
+// $Id$
 //
 //
 
diff --git a/php/methods.py b/php/methods.py
index b41b1baa..ca34773c 100755
--- a/php/methods.py
+++ b/php/methods.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustess of Princeton University
 #
-# $Id: methods.py,v 1.4 2006/11/29 19:43:17 mlhuang Exp $
+# $Id$
 #
 
 import os, sys
diff --git a/php/xmlrpc/config.m4 b/php/xmlrpc/config.m4
index f9cbdea8..54335dfe 100644
--- a/php/xmlrpc/config.m4
+++ b/php/xmlrpc/config.m4
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.21 2003/10/01 02:53:15 sniper Exp $
+dnl $Id$
 dnl
 
 sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4)
diff --git a/php/xmlrpc/config.m4.lib64 b/php/xmlrpc/config.m4.lib64
index 5dc99956..8551f6b9 100644
--- a/php/xmlrpc/config.m4.lib64
+++ b/php/xmlrpc/config.m4.lib64
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.21 2003/10/01 02:53:15 sniper Exp $
+dnl $Id$
 dnl
 
 sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4)
diff --git a/php/xmlrpc/config.w32 b/php/xmlrpc/config.w32
index 40014467..8c399cd1 100644
--- a/php/xmlrpc/config.w32
+++ b/php/xmlrpc/config.w32
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.2 2003/12/22 13:16:42 wez Exp $
+// $Id$
 // vim:ft=javascript
 
 ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no");
diff --git a/php/xmlrpc/libxmlrpc/base64.c b/php/xmlrpc/libxmlrpc/base64.c
index e0670382..7788d028 100644
--- a/php/xmlrpc/libxmlrpc/base64.c
+++ b/php/xmlrpc/libxmlrpc/base64.c
@@ -1,4 +1,4 @@
-static const char rcsid[] = "#(@) $Id: base64.c,v 1.4 2004/04/27 17:33:59 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 /*
 
diff --git a/php/xmlrpc/libxmlrpc/encodings.c b/php/xmlrpc/libxmlrpc/encodings.c
index 0bad3ee4..1637a096 100644
--- a/php/xmlrpc/libxmlrpc/encodings.c
+++ b/php/xmlrpc/libxmlrpc/encodings.c
@@ -41,7 +41,7 @@
 #include <stdlib.h>
 #endif
 
-static const char rcsid[] = "#(@) $Id: encodings.c,v 1.7 2004/03/08 23:04:33 abies Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 #include <errno.h>
 
diff --git a/php/xmlrpc/libxmlrpc/queue.c b/php/xmlrpc/libxmlrpc/queue.c
index ca960343..24187383 100644
--- a/php/xmlrpc/libxmlrpc/queue.c
+++ b/php/xmlrpc/libxmlrpc/queue.c
@@ -1,4 +1,4 @@
-static const char rcsid[] = "#(@) $Id: queue.c,v 1.4 2002/07/05 04:43:53 danda Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 /* 
  * Date last modified: Jan 2001
diff --git a/php/xmlrpc/libxmlrpc/simplestring.c b/php/xmlrpc/libxmlrpc/simplestring.c
index 68dab918..be2aba5f 100644
--- a/php/xmlrpc/libxmlrpc/simplestring.c
+++ b/php/xmlrpc/libxmlrpc/simplestring.c
@@ -31,7 +31,7 @@
 */
 
 
-static const char rcsid[] = "#(@) $Id: simplestring.c,v 1.4 2003/12/16 21:00:21 sniper Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 
 #define SIMPLESTRING_INCR 32
diff --git a/php/xmlrpc/libxmlrpc/xml_element.c b/php/xmlrpc/libxmlrpc/xml_element.c
index a4ba37e0..ae30838f 100644
--- a/php/xmlrpc/libxmlrpc/xml_element.c
+++ b/php/xmlrpc/libxmlrpc/xml_element.c
@@ -31,7 +31,7 @@
 */
 
 
-static const char rcsid[] = "#(@) $Id: xml_element.c,v 1.6 2004/06/01 20:16:06 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 
 
diff --git a/php/xmlrpc/libxmlrpc/xml_element.c.gcc4 b/php/xmlrpc/libxmlrpc/xml_element.c.gcc4
index f1a23a9e..154f19b8 100644
--- a/php/xmlrpc/libxmlrpc/xml_element.c.gcc4
+++ b/php/xmlrpc/libxmlrpc/xml_element.c.gcc4
@@ -31,7 +31,7 @@
 */
 
 
-static const char rcsid[] = "#(@) $Id: xml_element.c,v 1.6 2004/06/01 20:16:06 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 
 
diff --git a/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c b/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
index fb699639..c76b00f2 100644
--- a/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
+++ b/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
@@ -31,7 +31,7 @@
 */
 
 
-static const char rcsid[] = "#(@) $Id: xml_to_xmlrpc.c,v 1.5 2004/04/27 17:33:59 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 #ifdef _WIN32
 #include "xmlrpc_win32.h"
diff --git a/php/xmlrpc/libxmlrpc/xmlrpc.c b/php/xmlrpc/libxmlrpc/xmlrpc.c
index 67242b88..d5f3f7b3 100644
--- a/php/xmlrpc/libxmlrpc/xmlrpc.c
+++ b/php/xmlrpc/libxmlrpc/xmlrpc.c
@@ -31,7 +31,7 @@
 */
 
 
-static const char rcsid[] = "#(@) $Id: xmlrpc.c,v 1.6 2004/04/27 17:33:59 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
 
 
 /****h* ABOUT/xmlrpc
diff --git a/php/xmlrpc/php_xmlrpc.h b/php/xmlrpc/php_xmlrpc.h
index b56f8449..98355baa 100644
--- a/php/xmlrpc/php_xmlrpc.h
+++ b/php/xmlrpc/php_xmlrpc.h
@@ -51,7 +51,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_xmlrpc.h,v 1.10 2004/01/08 17:33:00 sniper Exp $ */
+/* $Id$ */
 
 #ifndef _PHP_XMLRPC_H
 #define _PHP_XMLRPC_H
diff --git a/php/xmlrpc/xmlrpc-epi-php.c b/php/xmlrpc/xmlrpc-epi-php.c
index 7e19c7ef..d6680678 100644
--- a/php/xmlrpc/xmlrpc-epi-php.c
+++ b/php/xmlrpc/xmlrpc-epi-php.c
@@ -51,7 +51,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: xmlrpc-epi-php.c,v 1.37 2004/01/08 08:17:47 andi Exp $ */
+/* $Id$ */
 
 /**********************************************************************
 * BUGS:                                                               *
diff --git a/planetlab4.sql b/planetlab4.sql
index 555ee288..76e99375 100644
--- a/planetlab4.sql
+++ b/planetlab4.sql
@@ -9,7 +9,7 @@
 --
 -- Copyright (C) 2006 The Trustees of Princeton University
 --
--- $Id: planetlab4.sql 793 2007-08-28 15:21:17Z thierry $
+-- $Id$
 --
 
 SET client_encoding = 'UNICODE';
diff --git a/plcsh b/plcsh
index fed505f1..10944b07 100755
--- a/plcsh
+++ b/plcsh
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id: plcsh,v 1.5 2007/02/02 04:39:03 mlhuang Exp $
+# $Id$
 #
 
 import os
diff --git a/plctest/TestMain.py b/plctest/TestMain.py
index 38c0f5f7..498cfbb0 100755
--- a/plctest/TestMain.py
+++ b/plctest/TestMain.py
@@ -10,7 +10,7 @@ import threading
 
 class TestMain:
 
-    subversion_id = "$Id: TestMain.py 767 2007-08-06 08:32:04Z amine $"
+    subversion_id = "$Id$"
 
     def __init__ (self):
 	self.path=os.path.dirname(sys.argv[0])
diff --git a/psycopg2/scripts/ext2html.py b/psycopg2/scripts/ext2html.py
index f7c95d84..488e97ff 100755
--- a/psycopg2/scripts/ext2html.py
+++ b/psycopg2/scripts/ext2html.py
@@ -2,7 +2,7 @@
 
 # Author: Daniele Varrazzo
 # Contact: daniele dot varrazzo at gmail dot com
-# Revision: $Revision: 711 $
+# Revision: $Revision$
 # Date: $Date$
 # Copyright: This module has been placed in the public domain.
 
diff --git a/psycopg2/tests/dbapi20.py b/psycopg2/tests/dbapi20.py
index 4fc8c0c7..21f15b9a 100644
--- a/psycopg2/tests/dbapi20.py
+++ b/psycopg2/tests/dbapi20.py
@@ -11,8 +11,8 @@
     -- Ian Bicking
 '''
 
-__rcs_id__  = '$Id: dbapi20.py,v 1.10 2003/10/09 03:14:14 zenzen Exp $'
-__version__ = '$Revision: 1.10 $'[11:-2]
+__rcs_id__  = '$Id$'
+__version__ = '$Revision$'[11:-2]
 __author__ = 'Stuart Bishop <zen@shangri-la.dropbear.id.au>'
 
 import unittest
diff --git a/pycurl/TODO b/pycurl/TODO
index 0ed534ae..ed4afdfc 100644
--- a/pycurl/TODO
+++ b/pycurl/TODO
@@ -1,4 +1,4 @@
-# $Id: TODO,v 1.95 2005/03/04 14:43:04 kjetilja Exp $
+# $Id$
 # vi:ts=4:et
 
 If you want to hack on pycurl, here's our list of unresolved issues:
diff --git a/pycurl/doc/callbacks.html b/pycurl/doc/callbacks.html
index e300c4d7..b98e0a93 100644
--- a/pycurl/doc/callbacks.html
+++ b/pycurl/doc/callbacks.html
@@ -133,7 +133,7 @@ and 'tests/test_getinfo.py' shows PROGRESSFUNCTION.</p>
   <a href="http://validator.w3.org/check/referer"><img align="right"
      src="http://www.w3.org/Icons/valid-xhtml10"
      alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
-  $Id: callbacks.html,v 1.15 2005/02/10 11:35:23 kjetilja Exp $
+  $Id$
 </p>
 
 </body>
diff --git a/pycurl/doc/curlmultiobject.html b/pycurl/doc/curlmultiobject.html
index 812111d9..f944b18f 100644
--- a/pycurl/doc/curlmultiobject.html
+++ b/pycurl/doc/curlmultiobject.html
@@ -129,7 +129,7 @@ returned.</p>
   <a href="http://validator.w3.org/check/referer"><img align="right"
      src="http://www.w3.org/Icons/valid-xhtml10"
      alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
-  $Id: curlmultiobject.html,v 1.4 2004/06/05 17:59:01 mfx Exp $
+  $Id$
 </p>
 
 </body>
diff --git a/pycurl/doc/curlobject.html b/pycurl/doc/curlobject.html
index 4a6fe787..53497f62 100644
--- a/pycurl/doc/curlobject.html
+++ b/pycurl/doc/curlobject.html
@@ -95,7 +95,7 @@ print c.getinfo(pycurl.HTTP_CODE), c.getinfo(pycurl.EFFECTIVE_URL)
   <a href="http://validator.w3.org/check/referer"><img align="right"
      src="http://www.w3.org/Icons/valid-xhtml10"
      alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
-  $Id: curlobject.html,v 1.14 2005/02/11 11:09:09 mfx Exp $
+  $Id$
 </p>
 
 </body>
diff --git a/pycurl/doc/pycurl.html b/pycurl/doc/pycurl.html
index 39c34fbd..f1db42a3 100644
--- a/pycurl/doc/pycurl.html
+++ b/pycurl/doc/pycurl.html
@@ -113,7 +113,7 @@ a <code>CURLM</code> handle in libcurl.</p>
   <a href="http://validator.w3.org/check/referer"><img align="right"
      src="http://www.w3.org/Icons/valid-xhtml10"
      alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
-  $Id: pycurl.html,v 1.28 2005/02/11 11:09:10 mfx Exp $
+  $Id$
 </p>
 
 </body>
diff --git a/pycurl/examples/basicfirst.py b/pycurl/examples/basicfirst.py
index 4e49465c..af594053 100644
--- a/pycurl/examples/basicfirst.py
+++ b/pycurl/examples/basicfirst.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: basicfirst.py,v 1.5 2005/02/11 11:09:11 mfx Exp $
+# $Id$
 
 import sys
 import pycurl
diff --git a/pycurl/examples/file_upload.py b/pycurl/examples/file_upload.py
index e513e7d7..a514c1c7 100644
--- a/pycurl/examples/file_upload.py
+++ b/pycurl/examples/file_upload.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: file_upload.py,v 1.5 2005/02/13 08:53:13 mfx Exp $
+# $Id$
 
 import os, sys
 import pycurl
diff --git a/pycurl/examples/retriever-multi.py b/pycurl/examples/retriever-multi.py
index 488d0f7c..2ec3f9a6 100644
--- a/pycurl/examples/retriever-multi.py
+++ b/pycurl/examples/retriever-multi.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: retriever-multi.py,v 1.25 2005/02/13 08:28:01 mfx Exp $
+# $Id$
 
 #
 # Usage: python retriever-multi.py <file with URLs to fetch> [<# of
diff --git a/pycurl/examples/retriever.py b/pycurl/examples/retriever.py
index bd20da76..2c91d07f 100644
--- a/pycurl/examples/retriever.py
+++ b/pycurl/examples/retriever.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: retriever.py,v 1.17 2005/02/13 08:28:01 mfx Exp $
+# $Id$
 
 #
 # Usage: python retriever.py <file with URLs to fetch> [<# of
diff --git a/pycurl/examples/xmlrpc_curl.py b/pycurl/examples/xmlrpc_curl.py
index a175d237..462bc97c 100644
--- a/pycurl/examples/xmlrpc_curl.py
+++ b/pycurl/examples/xmlrpc_curl.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: xmlrpc_curl.py,v 1.10 2005/02/11 11:09:12 mfx Exp $
+# $Id$
 
 # We should ignore SIGPIPE when using pycurl.NOSIGNAL - see
 # the libcurl tutorial for more info.
diff --git a/pycurl/setup.py b/pycurl/setup.py
index a9799db7..841ff193 100644
--- a/pycurl/setup.py
+++ b/pycurl/setup.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: setup.py,v 1.123 2005/02/17 10:13:23 mfx Exp $
+# $Id$
 
 """Setup script for the PycURL module distribution."""
 
diff --git a/pycurl/setup_win32_ssl.py b/pycurl/setup_win32_ssl.py
index b9008745..1226ac1d 100644
--- a/pycurl/setup_win32_ssl.py
+++ b/pycurl/setup_win32_ssl.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: setup_win32_ssl.py,v 1.27 2005/02/17 10:13:23 mfx Exp $
+# $Id$
 
 import os, sys, string
 assert sys.platform == "win32", "Only for building on Win32 with SSL and zlib"
diff --git a/pycurl/src/pycurl.c b/pycurl/src/pycurl.c
index 6f5f6997..25f9d610 100644
--- a/pycurl/src/pycurl.c
+++ b/pycurl/src/pycurl.c
@@ -1,4 +1,4 @@
-/* $Id: pycurl.c,v 1.86 2005/03/04 08:39:30 kjetilja Exp $ */
+/* $Id$ */
 
 /* PycURL -- cURL Python module
  *
diff --git a/pycurl/tests/test.py b/pycurl/tests/test.py
index f5afadad..743c3115 100644
--- a/pycurl/tests/test.py
+++ b/pycurl/tests/test.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test.py,v 1.16 2004/12/26 17:31:53 mfx Exp $
+# $Id$
 
 import sys, threading, time
 import pycurl
diff --git a/pycurl/tests/test_cb.py b/pycurl/tests/test_cb.py
index 509f49ea..1be305cd 100644
--- a/pycurl/tests/test_cb.py
+++ b/pycurl/tests/test_cb.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_cb.py,v 1.14 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 import sys
 import pycurl
diff --git a/pycurl/tests/test_debug.py b/pycurl/tests/test_debug.py
index d3a6356e..d439b16e 100644
--- a/pycurl/tests/test_debug.py
+++ b/pycurl/tests/test_debug.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_debug.py,v 1.6 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 import pycurl
 
diff --git a/pycurl/tests/test_getinfo.py b/pycurl/tests/test_getinfo.py
index dd13570f..ed64594e 100644
--- a/pycurl/tests/test_getinfo.py
+++ b/pycurl/tests/test_getinfo.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_getinfo.py,v 1.18 2003/05/01 19:35:01 mfx Exp $
+# $Id$
 
 import time
 import pycurl
diff --git a/pycurl/tests/test_gtk.py b/pycurl/tests/test_gtk.py
index b3c28c6a..96263109 100644
--- a/pycurl/tests/test_gtk.py
+++ b/pycurl/tests/test_gtk.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_gtk.py,v 1.23 2004/12/26 17:31:53 mfx Exp $
+# $Id$
 
 import sys, threading
 from gtk import *
diff --git a/pycurl/tests/test_internals.py b/pycurl/tests/test_internals.py
index afcc53da..a1a65339 100644
--- a/pycurl/tests/test_internals.py
+++ b/pycurl/tests/test_internals.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_internals.py,v 1.17 2003/05/01 16:48:54 mfx Exp $
+# $Id$
 
 #
 # a simple self-test
diff --git a/pycurl/tests/test_memleak.py b/pycurl/tests/test_memleak.py
index 284df62d..8577b971 100644
--- a/pycurl/tests/test_memleak.py
+++ b/pycurl/tests/test_memleak.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_memleak.py,v 1.4 2003/05/01 16:48:54 mfx Exp $
+# $Id$
 
 #
 # just a simple self-test
diff --git a/pycurl/tests/test_multi.py b/pycurl/tests/test_multi.py
index 5be86f05..01312be6 100644
--- a/pycurl/tests/test_multi.py
+++ b/pycurl/tests/test_multi.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_multi.py,v 1.9 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 import pycurl
 
diff --git a/pycurl/tests/test_multi2.py b/pycurl/tests/test_multi2.py
index 3d8ab1b2..182e0dc6 100644
--- a/pycurl/tests/test_multi2.py
+++ b/pycurl/tests/test_multi2.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_multi2.py,v 1.13 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 import os, sys
 try:
diff --git a/pycurl/tests/test_multi3.py b/pycurl/tests/test_multi3.py
index 9b52159d..0ef514a3 100644
--- a/pycurl/tests/test_multi3.py
+++ b/pycurl/tests/test_multi3.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_multi3.py,v 1.12 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 # same as test_multi2.py, but enforce some debugging and strange API-calls
 
diff --git a/pycurl/tests/test_multi4.py b/pycurl/tests/test_multi4.py
index 6b143aab..0c024a49 100644
--- a/pycurl/tests/test_multi4.py
+++ b/pycurl/tests/test_multi4.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_multi4.py,v 1.13 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 import sys, select, time
 import pycurl
diff --git a/pycurl/tests/test_multi5.py b/pycurl/tests/test_multi5.py
index 10f799e2..b55dd7ea 100644
--- a/pycurl/tests/test_multi5.py
+++ b/pycurl/tests/test_multi5.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_multi5.py,v 1.11 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 import sys, select, time
 import pycurl
diff --git a/pycurl/tests/test_multi6.py b/pycurl/tests/test_multi6.py
index 77585e57..6ff8e923 100644
--- a/pycurl/tests/test_multi6.py
+++ b/pycurl/tests/test_multi6.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_multi6.py,v 1.5 2003/04/21 18:46:10 mfx Exp $
+# $Id$
 
 import sys, select, time
 import pycurl
diff --git a/pycurl/tests/test_multi_vs_thread.py b/pycurl/tests/test_multi_vs_thread.py
index a6030cc8..c242d309 100644
--- a/pycurl/tests/test_multi_vs_thread.py
+++ b/pycurl/tests/test_multi_vs_thread.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_multi_vs_thread.py,v 1.15 2004/12/26 17:31:53 mfx Exp $
+# $Id$
 
 import os, sys, time
 from threading import Thread, RLock
diff --git a/pycurl/tests/test_post.py b/pycurl/tests/test_post.py
index 574bbda7..f0a8ad03 100644
--- a/pycurl/tests/test_post.py
+++ b/pycurl/tests/test_post.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_post.py,v 1.9 2003/04/21 18:46:11 mfx Exp $
+# $Id$
 
 import urllib
 import pycurl
diff --git a/pycurl/tests/test_post2.py b/pycurl/tests/test_post2.py
index fd1395a2..74a6eca9 100644
--- a/pycurl/tests/test_post2.py
+++ b/pycurl/tests/test_post2.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_post2.py,v 1.13 2005/03/03 10:00:40 kjetilja Exp $
+# $Id$
 
 import pycurl
 
diff --git a/pycurl/tests/test_post3.py b/pycurl/tests/test_post3.py
index 3ebdd551..617eba21 100644
--- a/pycurl/tests/test_post3.py
+++ b/pycurl/tests/test_post3.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_post3.py,v 1.1 2004/06/21 11:24:18 kjetilja Exp $
+# $Id$
 
 import urllib
 POSTSTRING = urllib.urlencode({'field1':'value1', 'field2':'value2 with blanks', 'field3':'value3'})
diff --git a/pycurl/tests/test_stringio.py b/pycurl/tests/test_stringio.py
index 7fdf153e..25e639bd 100644
--- a/pycurl/tests/test_stringio.py
+++ b/pycurl/tests/test_stringio.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_stringio.py,v 1.6 2003/04/21 18:46:11 mfx Exp $
+# $Id$
 
 import sys
 try:
diff --git a/pycurl/tests/test_xmlrpc.py b/pycurl/tests/test_xmlrpc.py
index c2ff86dd..bc5953e4 100644
--- a/pycurl/tests/test_xmlrpc.py
+++ b/pycurl/tests/test_xmlrpc.py
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: test_xmlrpc.py,v 1.7 2003/04/21 18:46:11 mfx Exp $
+# $Id$
 
 ## XML-RPC lib included in python2.2
 import xmlrpclib
diff --git a/pycurl/tests/util.py b/pycurl/tests/util.py
index 945ad0d9..a1a99784 100644
--- a/pycurl/tests/util.py
+++ b/pycurl/tests/util.py
@@ -1,6 +1,6 @@
 # -*- coding: iso-8859-1 -*-
 # vi:ts=4:et
-# $Id: util.py,v 1.4 2003/04/21 18:46:11 mfx Exp $
+# $Id$
 
 import os, sys
 
diff --git a/refresh-peer.py b/refresh-peer.py
index ae388414..7c55224d 100644
--- a/refresh-peer.py
+++ b/refresh-peer.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env plcsh
-# $Id: refresh-peer.py 154 2007-03-28 14:15:55Z thierry $
+# $Id$
 
 import sys,os,time
 
diff --git a/setup.py b/setup.py
index 78d13430..7206a9e2 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: setup.py 519 2007-06-12 14:36:25Z thierry $
+# $Id$
 #
 
 from distutils.core import setup
diff --git a/tests/Makefile b/tests/Makefile
index 5c56250d..788861a6 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,5 +1,5 @@
 ### -*-Makefile-*-
-# $Id: Makefile 566 2007-06-20 14:44:13Z thierry $
+# $Id$
 PLC1=plc1.inria.fr
 PLC2=plc2.inria.fr
 
diff --git a/tests/Test.py b/tests/Test.py
index 97811175..8ff3ad2e 100755
--- a/tests/Test.py
+++ b/tests/Test.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Test.py 502 2007-06-11 14:41:07Z thierry $
+# $Id$
 #
 
 """
diff --git a/tests/TestPeers.py b/tests/TestPeers.py
index b6ba4b11..50133171 100755
--- a/tests/TestPeers.py
+++ b/tests/TestPeers.py
@@ -14,7 +14,7 @@
 ###
 ##############################
 
-subversion_id="$Id: TestPeers.py 560 2007-06-20 13:23:09Z thierry $"
+subversion_id="$Id$"
 
 import sys
 import time
diff --git a/tools/slice_attributes.py b/tools/slice_attributes.py
index b0d20e0f..d2060980 100755
--- a/tools/slice_attributes.py
+++ b/tools/slice_attributes.py
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: slice_attributes.py,v 1.5 2007/02/04 04:34:26 mlhuang Exp $
+# $Id$
 #
 
 import re