Skip to content
Snippets Groups Projects
Commit 383ffacb authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #4617 from ctiller/cython_copyright

Copyright  checker fixes
parents b0d8f686 befa1fff
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python2.7
# Copyright 2015, Google Inc.
# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
......
/*
*
* Copyright 2015, Google Inc.
* Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
......
......@@ -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*',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment