Reviewers: Michael Achenbach,

Description:
Fix copyright headers.

[email protected]

Please review this at https://codereview.chromium.org/720793002/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+14, -41 lines):
  M test/mjsunit/asm/embenchen/box2d.js
  M test/mjsunit/asm/embenchen/copy.js
  M test/mjsunit/asm/embenchen/corrections.js
  M test/mjsunit/asm/embenchen/fannkuch.js
  M test/mjsunit/asm/embenchen/fasta.js
  M test/mjsunit/asm/embenchen/lua_binarytrees.js
  M test/mjsunit/asm/embenchen/memops.js
  M test/mjsunit/asm/embenchen/primes.js
  M test/mjsunit/asm/embenchen/zlib.js
  M tools/presubmit.py


Index: test/mjsunit/asm/embenchen/box2d.js
diff --git a/test/mjsunit/asm/embenchen/box2d.js b/test/mjsunit/asm/embenchen/box2d.js index d524af2d731c4c0b54b69f0eb5ff16bef8d4ce4e..9bb029ee2aa5cbccebaea0e1b7de07ae1c231c2b 100644
--- a/test/mjsunit/asm/embenchen/box2d.js
+++ b/test/mjsunit/asm/embenchen/box2d.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT =
   /frame averages: .+ \+- .+, range: .+ to .+ \n/;
 var Module = {
Index: test/mjsunit/asm/embenchen/copy.js
diff --git a/test/mjsunit/asm/embenchen/copy.js b/test/mjsunit/asm/embenchen/copy.js index 8cf63f50dcaa4ecd70467eff026ac8a097fc276b..bf8d1777f3f925dbf845eae113b06f7743613b54 100644
--- a/test/mjsunit/asm/embenchen/copy.js
+++ b/test/mjsunit/asm/embenchen/copy.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT = 'sum:8930\n';
 var Module = {
   arguments: [1],
Index: test/mjsunit/asm/embenchen/corrections.js
diff --git a/test/mjsunit/asm/embenchen/corrections.js b/test/mjsunit/asm/embenchen/corrections.js index f4884ac8a32a25fe4425a04cbf12ef401af33cfb..05cdc4c306451ac208570e8c6d7666c5a2c1226c 100644
--- a/test/mjsunit/asm/embenchen/corrections.js
+++ b/test/mjsunit/asm/embenchen/corrections.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT = 'final: 40006013:58243.\n';
 var Module = {
   arguments: [1],
Index: test/mjsunit/asm/embenchen/fannkuch.js
diff --git a/test/mjsunit/asm/embenchen/fannkuch.js b/test/mjsunit/asm/embenchen/fannkuch.js index d4c1a3194b52b12e737add9b28f005f6c1733c33..64bd49195dadb9d718c57772dd661f80c8122b73 100644
--- a/test/mjsunit/asm/embenchen/fannkuch.js
+++ b/test/mjsunit/asm/embenchen/fannkuch.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT =
   '123456789\n' +
   '213456789\n' +
Index: test/mjsunit/asm/embenchen/fasta.js
diff --git a/test/mjsunit/asm/embenchen/fasta.js b/test/mjsunit/asm/embenchen/fasta.js index a7aab3d81f5d6f4bfb66ffb2a6b432d0c81bed0a..8c663544dbd10a12412c9583bd4c2b05c6283632 100644
--- a/test/mjsunit/asm/embenchen/fasta.js
+++ b/test/mjsunit/asm/embenchen/fasta.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT =
   'GGCCGGGCGCGGTGGCTCACGCCTGTAATCCCAGCACTTTGGGAGGCCGAGGCGGGCGGA\n' +
   'TCACCTGAGGTCAGGAGTTCGAGACCAGCCTGGCCAACATGGTGAAACCCCGTCTCTACT\n' +
Index: test/mjsunit/asm/embenchen/lua_binarytrees.js
diff --git a/test/mjsunit/asm/embenchen/lua_binarytrees.js b/test/mjsunit/asm/embenchen/lua_binarytrees.js index ca71bdc9a357231f83b2fb2134742924279d91be..e3a5d8c64a04b5814e364453b12a188b9c1ce41e 100644
--- a/test/mjsunit/asm/embenchen/lua_binarytrees.js
+++ b/test/mjsunit/asm/embenchen/lua_binarytrees.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT =
   'stretch tree of depth 10\t check: -1\n' +
   '1448\t trees of depth 4\t check: -1448\n' +
Index: test/mjsunit/asm/embenchen/memops.js
diff --git a/test/mjsunit/asm/embenchen/memops.js b/test/mjsunit/asm/embenchen/memops.js index 1deb305a16ce8d28e8055e5a402ec6c55e4a3584..e8e607cd72f56246bf26bd572272f996db6a95df 100644
--- a/test/mjsunit/asm/embenchen/memops.js
+++ b/test/mjsunit/asm/embenchen/memops.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT = 'final: 840.\n';
 var Module = {
   arguments: [1],
Index: test/mjsunit/asm/embenchen/primes.js
diff --git a/test/mjsunit/asm/embenchen/primes.js b/test/mjsunit/asm/embenchen/primes.js index 9c9c0470b7ce64059ec3e189b7e4c8c987f2609e..32f80b836ccba69339a7575a6ea139826253e0c2 100644
--- a/test/mjsunit/asm/embenchen/primes.js
+++ b/test/mjsunit/asm/embenchen/primes.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT = 'lastprime: 387677.\n';
 var Module = {
   arguments: [1],
Index: test/mjsunit/asm/embenchen/zlib.js
diff --git a/test/mjsunit/asm/embenchen/zlib.js b/test/mjsunit/asm/embenchen/zlib.js index c64317c5680e3ac73e96078e8d0c663972ff14a2..d90ee3851bf02b89d2d5911e550af16c6eb2c9e2 100644
--- a/test/mjsunit/asm/embenchen/zlib.js
+++ b/test/mjsunit/asm/embenchen/zlib.js
@@ -1,7 +1,3 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
 var EXPECTED_OUTPUT = 'sizes: 100000,25906\nok.\n';
 var Module = {
   arguments: [1],
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):


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to