From 18d6c23971df17eb053d86314105b8638bbe7fda Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Mon, 2 Feb 2009 16:27:08 +0000 Subject: [PATCH] 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 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1209 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/presubmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/presubmit.py b/tools/presubmit.py index 79c18e5..27a3f2c 100755 --- a/tools/presubmit.py +++ b/tools/presubmit.py @@ -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'] -- 2.7.4