Tell presubmit.py that regexp-pcre.js doesn't need a standard copyright
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Feb 2009 16:27:08 +0000 (16:27 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Feb 2009 16:27:08 +0000 (16:27 +0000)
message since it has a special one.
Review URL: http://codereview.chromium.org/19752

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

tools/presubmit.py

index 79c18e56a585565d74e8ea3176b956770c8d7237..27a3f2c5822ee143cf41389a2244d10457ed95cf 100755 (executable)
@@ -175,7 +175,7 @@ class SourceProcessor(SourceFileProcessor):
               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']