diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-01-19 15:45:36 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-01-19 15:45:36 -0800 |
commit | e60d653a58a568017d6f69aeaed2e3a765a98104 (patch) | |
tree | 817723cbba19468ad6f3a4ab7c48b3513c2078e9 /deps/v8/tools/presubmit.py | |
parent | bfd31448617dc4d66f6de5ced7c260562e01349f (diff) | |
download | node-new-e60d653a58a568017d6f69aeaed2e3a765a98104.tar.gz |
Upgrade V8 to 2.0.6.1
Diffstat (limited to 'deps/v8/tools/presubmit.py')
-rwxr-xr-x | deps/v8/tools/presubmit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/presubmit.py b/deps/v8/tools/presubmit.py index 3f27c001a1..04952e0b4a 100755 --- a/deps/v8/tools/presubmit.py +++ b/deps/v8/tools/presubmit.py @@ -221,7 +221,7 @@ class CppLintProcessor(SourceFileProcessor): 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): """ |