commit | e46be819fca9468a0cd4e74859ce0f778eb8ca60 | [log] [tgz] |
---|---|---|
author | Leon Clarke <leonclarke@google.com> | Tue Jan 19 14:06:41 2010 +0000 |
committer | Leon Clarke <leonclarke@google.com> | Tue Jan 19 16:34:04 2010 +0000 |
tree | f9c37105a3367f2ad5d31fbc2cb37b84fa67b59a | |
parent | d0582a6c46733687d045e4188a1bcd0123c758a1 [diff] [blame] |
New version of v8 from bleeding edge at revision 3649
diff --git a/tools/presubmit.py b/tools/presubmit.py index 3f27c00..04952e0 100755 --- a/tools/presubmit.py +++ b/tools/presubmit.py
@@ -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.') class SourceProcessor(SourceFileProcessor): """