summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2005-02-16 19:54:23 +0000
committerBernard Normier <bernard@zeroc.com>2005-02-16 19:54:23 +0000
commitf9600a7a8bb366885228fbedf05f501afccd4f02 (patch)
tree4fdfd52410e87f75b8fcf082c257116837aee6ba /cpp
parentmissing cert files and the python files were being installed in the wrong (diff)
downloadice-f9600a7a8bb366885228fbedf05f501afccd4f02.tar.bz2
ice-f9600a7a8bb366885228fbedf05f501afccd4f02.tar.xz
ice-f9600a7a8bb366885228fbedf05f501afccd4f02.zip
Added .def python files
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/fixCopyright.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/fixCopyright.py b/cpp/fixCopyright.py
index 966dea26d8a..2642fa94ccb 100755
--- a/cpp/fixCopyright.py
+++ b/cpp/fixCopyright.py
@@ -171,6 +171,9 @@ def replaceAllCopyrights(path):
elif fnmatch.fnmatch(x, "*.py"):
commentMark = "#"
copyrightLines = pythonCopyright
+ elif fnmatch.fnmatch(x, "*.def"):
+ commentMark = "#"
+ copyrightLines = pythonCopyright
elif fnmatch.fnmatch(x, "*.mc"):
commentMark = "; //"
copyrightLines = mcCopyright