From 571668a23f87ce5885b164348b9c428e1f84c9a2 Mon Sep 17 00:00:00 2001
From: Robin Dunn
Date: Sun, 9 Feb 2014 02:39:35 +0000
Subject: [PATCH] Remove the old CVS $Id: tags. They don't work in git, and
don't work by default in SVN either.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
demo/DialogUnits.py | 1 -
demo/Joystick.py | 1 -
demo/ListCtrl.py | 1 -
demo/Main.py | 1 -
demo/MimeTypesManager.py | 1 -
demo/SystemSettings.py | 2 --
demo/agw/ListCtrl.py | 3 +--
demo/agw/run.py | 1 -
demo/run.py | 1 -
wx/lib/activex.py | 1 -
wx/lib/colourutils.py | 3 ---
wx/lib/flashwin_old.py | 1 -
wx/lib/iewin_old.py | 1 -
wx/lib/masked/timectrl.py | 1 -
wx/lib/mixins/listctrl.py | 1 -
wx/lib/msgpanel.py | 1 -
wx/lib/multisash.py | 1 -
wx/lib/nvdlg.py | 1 -
wx/lib/pdfwin_old.py | 1 -
wx/lib/platebtn.py | 2 --
wx/lib/progressindicator.py | 1 -
wx/lib/resizewidget.py | 1 -
wx/lib/throbber.py | 1 -
wx/py/crustslices.py | 2 --
24 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/demo/DialogUnits.py b/demo/DialogUnits.py
index bd5c5055..1dd7161f 100644
--- a/demo/DialogUnits.py
+++ b/demo/DialogUnits.py
@@ -7,7 +7,6 @@
# Author: Robin Dunn
#
# Created: A long time ago, in a galaxy far, far away...
-# RCS-ID: $Id: DialogUnits.py 25140 2004-01-13 03:17:17Z RD $
# Copyright: (c) 1998 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/Joystick.py b/demo/Joystick.py
index 638ed513..e902a164 100644
--- a/demo/Joystick.py
+++ b/demo/Joystick.py
@@ -8,7 +8,6 @@
# .wdr-derived demo
#
# Created: 02-Jan-2004
-# RCS-ID: $Id: Joystick.py 71447 2012-05-17 02:41:08Z RD $
# Copyright:
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/ListCtrl.py b/demo/ListCtrl.py
index fd92a55e..8c25ca68 100644
--- a/demo/ListCtrl.py
+++ b/demo/ListCtrl.py
@@ -7,7 +7,6 @@
# Author: Robin Dunn & Gary Dumer
#
# Created:
-# RCS-ID: $Id: ListCtrl.py 70188 2011-12-29 23:25:41Z RD $
# Copyright: (c) 1998 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/Main.py b/demo/Main.py
index b07c63e1..0f13a3f0 100644
--- a/demo/Main.py
+++ b/demo/Main.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: A long time ago, in a galaxy far, far away...
-# RCS-ID: $Id: Main.py 71772 2012-06-14 22:37:10Z RD $
# Copyright: (c) 1999 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, py3-port
diff --git a/demo/MimeTypesManager.py b/demo/MimeTypesManager.py
index d6c03895..ae1c2fdd 100644
--- a/demo/MimeTypesManager.py
+++ b/demo/MimeTypesManager.py
@@ -8,7 +8,6 @@
# .wdr-derived demo
#
# Created: 12/31/03
-# RCS-ID: $Id: MimeTypesManager.py 71035 2012-03-28 19:16:31Z RD $
# Copyright:
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/demo/SystemSettings.py b/demo/SystemSettings.py
index 84465518..715f3e33 100644
--- a/demo/SystemSettings.py
+++ b/demo/SystemSettings.py
@@ -18,8 +18,6 @@ element sizes.
"""
__author__ = "Cody Precord "
-__svnid__ = "$Id: SystemSettings.py 64744 2010-06-25 21:59:08Z RD $"
-__revision__ = "$Revision: 64744 $"
#-----------------------------------------------------------------------------#
# Imports
diff --git a/demo/agw/ListCtrl.py b/demo/agw/ListCtrl.py
index 977f933b..83d8da9d 100644
--- a/demo/agw/ListCtrl.py
+++ b/demo/agw/ListCtrl.py
@@ -7,10 +7,9 @@
# Author: Robin Dunn & Gary Dumer
#
# Created:
-# RCS-ID: $Id: ListCtrl.py 51049 2008-01-06 21:38:01Z RD $
# Copyright: (c) 1998 by Total Control Software
# Licence: wxWindows license
-# Tags: phoenix-port, py3-port
+# Tags: phoenix-port, py3-port
#----------------------------------------------------------------------------
import wx.lib.six as six
diff --git a/demo/agw/run.py b/demo/agw/run.py
index 33cb1136..99e10436 100644
--- a/demo/agw/run.py
+++ b/demo/agw/run.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: 6-March-2000
-# RCS-ID: $Id: run.py 52991 2008-04-03 06:52:35Z RD $
# Copyright: (c) 2000 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/run.py b/demo/run.py
index b290478d..c3b867be 100755
--- a/demo/run.py
+++ b/demo/run.py
@@ -7,7 +7,6 @@
# Author: Robin Dunn
#
# Created: 6-March-2000
-# RCS-ID: $Id: run.py 68888 2011-08-25 18:45:24Z RD $
# Copyright: (c) 2000 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/wx/lib/activex.py b/wx/lib/activex.py
index 54370a2e..5ff72c98 100644
--- a/wx/lib/activex.py
+++ b/wx/lib/activex.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: 5-June-2008
-# RCS-ID: $Id: $
# Copyright: (c) 2008 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/colourutils.py b/wx/lib/colourutils.py
index f1413b98..bb8f141c 100644
--- a/wx/lib/colourutils.py
+++ b/wx/lib/colourutils.py
@@ -5,7 +5,6 @@
# Author: Cody Precord
#
# Created: 13-March-2001
-# RCS-ID: $Id: colourutils.py 72102 2012-07-15 15:01:29Z AG $
# Copyright: (c) 2001 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, documented
@@ -16,8 +15,6 @@ Some useful colour-related utility functions.
"""
__author__ = "Cody Precord "
-__svnid__ = "$Id: $"
-__revision__ = "$Revision: $"
import wx
diff --git a/wx/lib/flashwin_old.py b/wx/lib/flashwin_old.py
index 77fb2939..cf937248 100644
--- a/wx/lib/flashwin_old.py
+++ b/wx/lib/flashwin_old.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: 22-March-2004
-# RCS-ID: $Id: flashwin.py 26301 2004-03-23 05:29:50Z RD $
# Copyright: (c) 2004 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/iewin_old.py b/wx/lib/iewin_old.py
index 53802855..02fc46e7 100644
--- a/wx/lib/iewin_old.py
+++ b/wx/lib/iewin_old.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: 22-March-2004
-# RCS-ID: $Id: iewin.py 41669 2006-10-06 23:21:07Z RD $
# Copyright: (c) 2004 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/masked/timectrl.py b/wx/lib/masked/timectrl.py
index bb2eaea0..74f9e39c 100644
--- a/wx/lib/masked/timectrl.py
+++ b/wx/lib/masked/timectrl.py
@@ -3,7 +3,6 @@
# Author: Will Sadkin
# Created: 09/19/2002
# Copyright: (c) 2002 by Will Sadkin, 2002
-# RCS-ID: $Id: timectrl.py 73818 2013-04-17 02:52:09Z RD $
# License: wxWindows license
#
# Tags: phoenix-port, unittest, documented
diff --git a/wx/lib/mixins/listctrl.py b/wx/lib/mixins/listctrl.py
index d48c4c0c..4f1d3ea7 100644
--- a/wx/lib/mixins/listctrl.py
+++ b/wx/lib/mixins/listctrl.py
@@ -678,7 +678,6 @@ class TextEditMixin:
FILENAME: CheckListCtrlMixin.py
AUTHOR: Bruce Who (bruce.who.hk at gmail.com)
DATE: 2006-02-09
-$Revision: 74209 $
DESCRIPTION:
This script provide a mixin for ListCtrl which add a checkbox in the first
column of each row. It is inspired by limodou's CheckList.py(which can be
diff --git a/wx/lib/msgpanel.py b/wx/lib/msgpanel.py
index d836b433..86d2d490 100644
--- a/wx/lib/msgpanel.py
+++ b/wx/lib/msgpanel.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: 19-Oct-2009
-# RCS-ID: $Id: $
# Copyright: (c) 2009 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/multisash.py b/wx/lib/multisash.py
index 0e03c7a5..4ab26164 100644
--- a/wx/lib/multisash.py
+++ b/wx/lib/multisash.py
@@ -6,7 +6,6 @@
#
# Created: 2002/11/20
# Version: 0.1
-# RCS-ID: $Id: multisash.py 65702 2010-10-01 06:50:39Z RD $
# License: wxWindows license
#----------------------------------------------------------------------
# 12/09/2003 - Jeff Grimmett (grimmtooth@softhome.net)
diff --git a/wx/lib/nvdlg.py b/wx/lib/nvdlg.py
index 1f264bc6..18f6b6ad 100644
--- a/wx/lib/nvdlg.py
+++ b/wx/lib/nvdlg.py
@@ -5,7 +5,6 @@
# Author: Robin Dunn
#
# Created: 30-Nov-2009
-# RCS-ID: $Id: $
# Copyright: (c) 2009 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port
diff --git a/wx/lib/pdfwin_old.py b/wx/lib/pdfwin_old.py
index 19b73ae4..cbcef01f 100644
--- a/wx/lib/pdfwin_old.py
+++ b/wx/lib/pdfwin_old.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: 22-March-2004
-# RCS-ID: $Id: pdfwin.py 49208 2007-10-18 00:40:21Z RD $
# Copyright: (c) 2004 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/platebtn.py b/wx/lib/platebtn.py
index 0ce2cd86..63c43910 100644
--- a/wx/lib/platebtn.py
+++ b/wx/lib/platebtn.py
@@ -74,8 +74,6 @@ Requirements:
"""
__author__ = "Cody Precord "
-__svnid__ = "$Id: platebtn.py 69230 2011-09-29 15:23:52Z CJP $"
-__revision__ = "$Revision: 69230 $"
__all__ = ["PlateButton",
"PLATE_NORMAL", "PLATE_PRESSED", "PLATE_HIGHLIGHT",
diff --git a/wx/lib/progressindicator.py b/wx/lib/progressindicator.py
index 1930ea29..29d8fa37 100644
--- a/wx/lib/progressindicator.py
+++ b/wx/lib/progressindicator.py
@@ -5,7 +5,6 @@
# Author: Robin Dunn
#
# Created: 22-Oct-2009
-# RCS-ID: $Id: $
# Copyright: (c) 2009 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/resizewidget.py b/wx/lib/resizewidget.py
index 44aff565..348ca46a 100644
--- a/wx/lib/resizewidget.py
+++ b/wx/lib/resizewidget.py
@@ -6,7 +6,6 @@
# Author: Robin Dunn
#
# Created: 12-June-2008
-# RCS-ID: $Id: $
# Copyright: (c) 2008 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/throbber.py b/wx/lib/throbber.py
index 8e68dc5f..af4a7696 100644
--- a/wx/lib/throbber.py
+++ b/wx/lib/throbber.py
@@ -14,7 +14,6 @@ can continue unencumbered.
# Thanks to Harald Massa for
# suggestions and sample code.
#
-# $Id: throbber.py 36607 2005-12-30 23:02:03Z RD $
#
# 12/12/2003 - Jeff Grimmett (grimmtooth@softhome.net)
#
diff --git a/wx/py/crustslices.py b/wx/py/crustslices.py
index 5c3ab849..bab38d24 100644
--- a/wx/py/crustslices.py
+++ b/wx/py/crustslices.py
@@ -2,8 +2,6 @@
__author__ = "David N. Mashburn / "
__author__ += "Patrick K. O'Brien "
-__cvsid__ = "$Id: crustslices.py 44235 2007-01-17 23:05:14Z RD $"
-__revision__ = "$Revision: 44235 $"[11:-2]
import wx