Revision: 25295
Author:   [email protected]
Date:     Wed Nov 12 13:29:08 2014 UTC
Log:      Fix copyright headers.

[email protected]

Review URL: https://codereview.chromium.org/720793002
https://code.google.com/p/v8/source/detail?r=25295

Modified:
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/box2d.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/copy.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/corrections.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/fannkuch.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/fasta.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/lua_binarytrees.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/memops.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/primes.js
 /branches/bleeding_edge/test/mjsunit/asm/embenchen/zlib.js
 /branches/bleeding_edge/tools/presubmit.py

=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/box2d.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/box2d.js Wed Nov 12 13:29:08 2014 UTC
@@ -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 = {
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/copy.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/copy.js Wed Nov 12 13:29:08 2014 UTC
@@ -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],
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/corrections.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/corrections.js Wed Nov 12 13:29:08 2014 UTC
@@ -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],
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/fannkuch.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/fannkuch.js Wed Nov 12 13:29:08 2014 UTC
@@ -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' +
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/fasta.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/fasta.js Wed Nov 12 13:29:08 2014 UTC
@@ -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' +
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/lua_binarytrees.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/lua_binarytrees.js Wed Nov 12 13:29:08 2014 UTC
File is too large to display a diff.
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/memops.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/memops.js Wed Nov 12 13:29:08 2014 UTC
@@ -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],
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/primes.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/primes.js Wed Nov 12 13:29:08 2014 UTC
@@ -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],
=======================================
--- /branches/bleeding_edge/test/mjsunit/asm/embenchen/zlib.js Wed Nov 5 09:10:28 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/asm/embenchen/zlib.js Wed Nov 12 13:29:08 2014 UTC
@@ -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],
=======================================
--- /branches/bleeding_edge/tools/presubmit.py  Wed Oct  1 08:34:25 2014 UTC
+++ /branches/bleeding_edge/tools/presubmit.py  Wed Nov 12 13:29:08 2014 UTC
@@ -327,16 +327,25 @@
     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