Skip to content
Snippets Groups Projects
Commit b0d8f686 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #4613 from soltanmm/writecopyright

Add Cython files to check_copyright.py
parents 9bda5a8f 2e8c2ef7
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