summaryrefslogtreecommitdiff
path: root/cpp/fixCopyright.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2005-02-16 20:22:24 +0000
committerBernard Normier <bernard@zeroc.com>2005-02-16 20:22:24 +0000
commit256cf23fbeefa1ab5f2041390e9c7450763a840a (patch)
treea7ebe40c6ced5ea78f2d97ad8c2a73b5cea47b47 /cpp/fixCopyright.py
parentadding settings for bin tarball installations (diff)
downloadice-256cf23fbeefa1ab5f2041390e9c7450763a840a.tar.bz2
ice-256cf23fbeefa1ab5f2041390e9c7450763a840a.tar.xz
ice-256cf23fbeefa1ab5f2041390e9c7450763a840a.zip
Updated copyrights to 2005
Diffstat (limited to 'cpp/fixCopyright.py')
-rwxr-xr-xcpp/fixCopyright.py4
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()