[Zope-Checkins] SVN: Zope/trunk/utilities/fixheaders.py fix

Andreas Jung andreas at andreas-jung.com
Fri Nov 18 09:16:32 EST 2005


Log message for revision 40217:
  fix
  

Changed:
  U   Zope/trunk/utilities/fixheaders.py

-=-
Modified: Zope/trunk/utilities/fixheaders.py
===================================================================
--- Zope/trunk/utilities/fixheaders.py	2005-11-18 14:14:45 UTC (rev 40216)
+++ Zope/trunk/utilities/fixheaders.py	2005-11-18 14:16:32 UTC (rev 40217)
@@ -17,8 +17,8 @@
             data = data.replace('Version 2.0 (ZPL)', 'Version 2.1 (ZPL)')
             changed = True
 
-        if '(c) 2002 Zope Corporation' in data:
-            data = data.replace('(c) 2002 Zope Corporation', '(c) 2002 Zope Corporation')
+        if '(c) 2001 Zope Corporation' in data:
+            data = data.replace('(c) 2001 Zope Corporation', '(c) 2002 Zope Corporation')
             changed = True
 
         print fullname, changed



More information about the Zope-Checkins mailing list