Changeset 391 for python/trunk/Tools/scripts/fixnotice.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/scripts/fixnotice.py
r2 r391 3 3 """(Ostensibly) fix copyright notices in files. 4 4 5 Actually, this s ript will simply replace a block of text in a file from one5 Actually, this script will simply replace a block of text in a file from one 6 6 string to another. It will only do this once though, i.e. not globally 7 7 throughout the file. It writes a backup file and then does an os.rename()
Note:
See TracChangeset
for help on using the changeset viewer.