Reviewers: Kasper Lund, Description: Allow 2009 as a valid year in the copyright header.
Please review this at http://codereview.chromium.org/16568 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/presubmit.py 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.') class SourceProcessor(SourceFileProcessor): """ --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
