Reviewers: Christian Plesner Hansen, Description: Tell presubmit.py that regexp-pcre.js doesn't need a standard copyright message since it has a special one.
Please review this at http://codereview.chromium.org/19752 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/presubmit.py Index: tools/presubmit.py =================================================================== --- tools/presubmit.py (revision 1201) +++ tools/presubmit.py (working copy) @@ -175,7 +175,7 @@ or (name == 'obj')) IGNORE_COPYRIGHTS = ['earley-boyer.js', 'raytrace.js', 'crypto.js', - 'libraries.cc', 'libraries-empty.cc', 'jsmin.py'] + 'libraries.cc', 'libraries-empty.cc', 'jsmin.py', 'regexp-pcre.js'] IGNORE_TABS = IGNORE_COPYRIGHTS + ['unicode-test.js', 'html-comments.js'] --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
