Author: erik.co...@gmail.com
Date: Mon Feb  2 08:27:08 2009
New Revision: 1209

Modified:
    branches/bleeding_edge/tools/presubmit.py

Log:
Tell presubmit.py that regexp-pcre.js doesn't need a standard copyright
message since it has a special one.
Review URL: http://codereview.chromium.org/19752

Modified: branches/bleeding_edge/tools/presubmit.py
==============================================================================
--- branches/bleeding_edge/tools/presubmit.py   (original)
+++ branches/bleeding_edge/tools/presubmit.py   Mon Feb  2 08:27:08 2009
@@ -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
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to