Commit f7ab0fd0 authored by Andreas Jung's avatar Andreas Jung

fix

parent 6f6d3b0d
......@@ -17,8 +17,8 @@ for dirpath, dirnames, filenames in os.walk('.'):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment