Merge pull request #4613 from soltanmm/writecopyright

Add Cython files to check_copyright.py
pull/4616/head
Craig Tiller 9 years ago
commit b0d8f686c5
  1. 3
      tools/distrib/check_copyright.py

@ -72,6 +72,9 @@ LICENSE_PREFIX = {
'.php': r'\s*\*\s*',
'.js': r'\s*\*\s*',
'.py': r'#\s*',
'.pyx': r'# %s',
'.pxd': r'# %s',
'.pxi': r'# %s',
'.rb': r'#\s*',
'.sh': r'#\s*',
'.proto': r'//\s*',

Loading…
Cancel
Save