Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: tools/presubmit.py

Issue 720793002: Fix copyright headers. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/asm/embenchen/zlib.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/presubmit.py
diff --git a/tools/presubmit.py b/tools/presubmit.py
index 3b58084c2e91a9845b7ba1400385f79dea6ec210..321d2910d566fed889c40cffad0075b757a2e909 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -327,16 +327,25 @@ class SourceProcessor(SourceFileProcessor):
return (super(SourceProcessor, self).IgnoreDir(name) or
name in ('third_party', 'gyp', 'out', 'obj', 'DerivedSources'))
- IGNORE_COPYRIGHTS = ['cpplint.py',
+ IGNORE_COPYRIGHTS = ['box2d.js',
+ 'cpplint.py',
+ 'copy.js',
+ 'corrections.js',
+ 'crypto.js',
'daemon.py',
'earley-boyer.js',
- 'raytrace.js',
- 'crypto.js',
+ 'fannkuch.js',
+ 'fasta.js',
+ 'jsmin.py',
'libraries.cc',
'libraries-empty.cc',
- 'jsmin.py',
+ 'lua_binarytrees.js',
+ 'memops.js',
+ 'primes.js',
+ 'raytrace.js',
'regexp-pcre.js',
- 'gnuplot-4.6.3-emscripten.js']
+ 'gnuplot-4.6.3-emscripten.js',
+ 'zlib.js']
IGNORE_TABS = IGNORE_COPYRIGHTS + ['unicode-test.js', 'html-comments.js']
def EndOfDeclaration(self, line):
« no previous file with comments | « test/mjsunit/asm/embenchen/zlib.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698