Uncrustify files
[alexxy/gromacs.git] / admin / copyright.py
index 23c8a3b643a2ac170c80ac23c16aa5c50e3e514d..c5c60d37dcec171bd3d2dc4de6f727ea2d703857 100755 (executable)
@@ -303,7 +303,7 @@ def select_comment_handler(override, filename):
             dummy, ext2 = os.path.splitext(root)
             if ext2:
                 ext = ext2
-        if ext in ('.c', '.cu', '.cpp', '.h', '.cuh', '.y', '.l', '.pre', '.bm'):
+        if ext in ('.c', '.cu', '.cpp', '.h', '.cuh', '.y', '.l', '.pre', '.bm', '.sip'):
             filetype = 'c'
         elif ext in ('.tex',):
             filetype = 'tex'