Allow 2009 as a valid year in the copyright header.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 7 Jan 2009 11:51:03 +0000 (11:51 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 7 Jan 2009 11:51:03 +0000 (11:51 +0000)
Review URL: http://codereview.chromium.org/16568

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1038 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/presubmit.py

index 65812eccde370507a79f5f19f3128c63333a87f8..121332dbe5a2f8f3e25231f810d6804c8868f801 100755 (executable)
@@ -151,7 +151,7 @@ class CppLintProcessor(SourceFileProcessor):
 
 
 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.')
 
 class SourceProcessor(SourceFileProcessor):
   """