Add Cython files to check_copyright.py

pull/4613/head
Masood Malekghassemi 9 years ago
parent 7d075631e6
commit 2e8c2ef7dc
  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