diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-02-16 20:22:24 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-02-16 20:22:24 +0000 |
commit | 256cf23fbeefa1ab5f2041390e9c7450763a840a (patch) | |
tree | a7ebe40c6ced5ea78f2d97ad8c2a73b5cea47b47 /cpp/fixCopyright.py | |
parent | adding settings for bin tarball installations (diff) | |
download | ice-256cf23fbeefa1ab5f2041390e9c7450763a840a.tar.bz2 ice-256cf23fbeefa1ab5f2041390e9c7450763a840a.tar.xz ice-256cf23fbeefa1ab5f2041390e9c7450763a840a.zip |
Updated copyrights to 2005
Diffstat (limited to 'cpp/fixCopyright.py')
-rwxr-xr-x | cpp/fixCopyright.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/fixCopyright.py b/cpp/fixCopyright.py index 2642fa94ccb..bd08bf4e734 100755 --- a/cpp/fixCopyright.py +++ b/cpp/fixCopyright.py @@ -119,11 +119,7 @@ def replaceCopyright(file, commentMark, commentBegin, commentEnd, newCopyrightLi # Hack to keep the .err files # if fnmatch.fnmatch(file, "*test/Slice/errorDetection/*.ice") > 0: - newFile.write("\n") - newFile.write("\n") newFile.write("\n") - newFile.write("\n") - newFile.write("\n") newFile.writelines(newLines) newFile.close() |