aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-05 07:54:11 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-05 07:54:11 -0800
commitbefa1fff76268c657e5d2772ee9eb8381dd76e9b (patch)
tree6ae3803688b890ba7a4dfb1cda7a946960349ec9 /tools
parentb0d8f686c50f4c2b05473b8d73d82b544d39743f (diff)
Copyright checker fixes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/distrib/check_copyright.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 2d46143585..f54e5fad80 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -72,9 +72,9 @@ LICENSE_PREFIX = {
'.php': r'\s*\*\s*',
'.js': r'\s*\*\s*',
'.py': r'#\s*',
- '.pyx': r'# %s',
- '.pxd': r'# %s',
- '.pxi': r'# %s',
+ '.pyx': r'#\s*',
+ '.pxd': r'#\s*',
+ '.pxi': r'#\s*',
'.rb': r'#\s*',
'.sh': r'#\s*',
'.proto': r'//\s*',