Drive-by comment.
http://codereview.chromium.org/518056/diff/4001/4006 File tools/presubmit.py (right): http://codereview.chromium.org/518056/diff/4001/4006#newcode224 tools/presubmit.py:224: r'Copyright [\d-]*20[0-1][0-9] the V8 project authors. All rights reserved.') If we are going to allow dates in the future, we might as well just make it "20\d{2}", or even "\d{4}". Otherwise we need to restrict it to 2008-2010 and update it each year. I personally prefer the former. http://codereview.chromium.org/518056
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
