X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=admin%2Fcopyright.py;h=c5c60d37dcec171bd3d2dc4de6f727ea2d703857;hb=60e4ed7e229b54c47f5847128df2ede11d42a60d;hp=23c8a3b643a2ac170c80ac23c16aa5c50e3e514d;hpb=0b4b87044cdf92cf18f1cc2769e701df4a8025fc;p=alexxy%2Fgromacs.git diff --git a/admin/copyright.py b/admin/copyright.py index 23c8a3b643..c5c60d37dc 100755 --- a/admin/copyright.py +++ b/admin/copyright.py @@ -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'