summaryrefslogtreecommitdiff
path: root/deps/v8/tools/presubmit.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-01-19 15:45:36 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-01-19 15:45:36 -0800
commite60d653a58a568017d6f69aeaed2e3a765a98104 (patch)
tree817723cbba19468ad6f3a4ab7c48b3513c2078e9 /deps/v8/tools/presubmit.py
parentbfd31448617dc4d66f6de5ced7c260562e01349f (diff)
downloadnode-new-e60d653a58a568017d6f69aeaed2e3a765a98104.tar.gz
Upgrade V8 to 2.0.6.1
Diffstat (limited to 'deps/v8/tools/presubmit.py')
-rwxr-xr-xdeps/v8/tools/presubmit.py2
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):
"""