Chromium Code Reviews| Index: tools/presubmit.py |
| =================================================================== |
| --- tools/presubmit.py (revision 1036) |
| +++ tools/presubmit.py (working copy) |
| @@ -151,7 +151,7 @@ |
| COPYRIGHT_HEADER_PATTERN = re.compile( |
| - r'Copyright [\d-]*2008 the V8 project authors. All rights reserved.') |
| + r'Copyright [\d-]*200[8,9] the V8 project authors. All rights reserved.') |
|
Dean McNamee
2009/01/07 11:42:15
Doesn't this make 200, a valid year?
olehougaard
2009/01/07 11:54:46
So what's wrong with that?
Okay, I guess, I suck.
|
| class SourceProcessor(SourceFileProcessor): |
| """ |