Chromium Code Reviews| Index: tools/presubmit.py |
| =================================================================== |
| --- tools/presubmit.py (revision 3543) |
| +++ tools/presubmit.py (working copy) |
| @@ -221,7 +221,7 @@ |
| COPYRIGHT_HEADER_PATTERN = re.compile( |
| - r'Copyright [\d-]*200[8-9] the V8 project authors. All rights reserved.') |
| + r'Copyright [\d-]*20[0-1][0-9] the V8 project authors. All rights reserved.') |
|
Lasse Reichstein
2010/01/07 09:39:14
If we are going to allow dates in the future, we m
Christian Plesner Hansen
2010/01/07 09:42:48
I think [0-1][0-9] is a good compromise between po
|
| class SourceProcessor(SourceFileProcessor): |
| """ |