Skip to content
Snippets Groups Projects
Commit 2e8c2ef7 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Add Cython files to check_copyright.py

parent 7d075631
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,9 @@ LICENSE_PREFIX = { ...@@ -72,6 +72,9 @@ LICENSE_PREFIX = {
'.php': r'\s*\*\s*', '.php': r'\s*\*\s*',
'.js': r'\s*\*\s*', '.js': r'\s*\*\s*',
'.py': r'#\s*', '.py': r'#\s*',
'.pyx': r'# %s',
'.pxd': r'# %s',
'.pxi': r'# %s',
'.rb': r'#\s*', '.rb': r'#\s*',
'.sh': r'#\s*', '.sh': r'#\s*',
'.proto': r'//\s*', '.proto': r'//\s*',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment