diff options
author | Mike Pennisi <mike@mikepennisi.com> | 2017-04-16 17:25:02 -0400 |
---|---|---|
committer | Leo Balter <leonardo.balter@gmail.com> | 2017-04-18 12:23:22 -0400 |
commit | 2c0c3e7f9651da5f511ed715207cb2e770f33e6f (patch) | |
tree | d2d16708cc8455fcb36509a6692705812aa82d44 | |
parent | 3335034510998865c57bb900e35b441c530fe264 (diff) | |
download | qtdeclarative-testsuites-2c0c3e7f9651da5f511ed715207cb2e770f33e6f.tar.gz |
Correct typo in copyright information
60 files changed, 60 insertions, 60 deletions
diff --git a/test/annexB/language/expressions/object/__proto__-fn-name.js b/test/annexB/language/expressions/object/__proto__-fn-name.js index 41e0816fb..d8799d962 100644 --- a/test/annexB/language/expressions/object/__proto__-fn-name.js +++ b/test/annexB/language/expressions/object/__proto__-fn-name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/Function/instance-name.js b/test/built-ins/Function/instance-name.js index 1748b3bc6..a95324350 100644 --- a/test/built-ins/Function/instance-name.js +++ b/test/built-ins/Function/instance-name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/Function/prototype/bind/instance-name-chained.js b/test/built-ins/Function/prototype/bind/instance-name-chained.js index 601484823..ad0858bc2 100644 --- a/test/built-ins/Function/prototype/bind/instance-name-chained.js +++ b/test/built-ins/Function/prototype/bind/instance-name-chained.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/Function/prototype/bind/instance-name-error.js b/test/built-ins/Function/prototype/bind/instance-name-error.js index 29135ab06..3734deda9 100644 --- a/test/built-ins/Function/prototype/bind/instance-name-error.js +++ b/test/built-ins/Function/prototype/bind/instance-name-error.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/Function/prototype/bind/instance-name-non-string.js b/test/built-ins/Function/prototype/bind/instance-name-non-string.js index e6686134c..b9b9aac26 100644 --- a/test/built-ins/Function/prototype/bind/instance-name-non-string.js +++ b/test/built-ins/Function/prototype/bind/instance-name-non-string.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/Function/prototype/bind/instance-name.js b/test/built-ins/Function/prototype/bind/instance-name.js index 57b20ef20..3f4bf3c1d 100644 --- a/test/built-ins/Function/prototype/bind/instance-name.js +++ b/test/built-ins/Function/prototype/bind/instance-name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/Function/prototype/name.js b/test/built-ins/Function/prototype/name.js index 2ceb0feb7..47f2033bc 100644 --- a/test/built-ins/Function/prototype/name.js +++ b/test/built-ins/Function/prototype/name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/GeneratorFunction/instance-length.js b/test/built-ins/GeneratorFunction/instance-length.js index 3906167d6..857988fe9 100644 --- a/test/built-ins/GeneratorFunction/instance-length.js +++ b/test/built-ins/GeneratorFunction/instance-length.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2016 the V8 project authors. All rights reserved. +// Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-generatorfunction diff --git a/test/built-ins/GeneratorFunction/instance-name.js b/test/built-ins/GeneratorFunction/instance-name.js index 5400645cc..c779cee11 100644 --- a/test/built-ins/GeneratorFunction/instance-name.js +++ b/test/built-ins/GeneratorFunction/instance-name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/built-ins/GeneratorFunction/instance-prototype.js b/test/built-ins/GeneratorFunction/instance-prototype.js index dba638945..09c6f0a61 100644 --- a/test/built-ins/GeneratorFunction/instance-prototype.js +++ b/test/built-ins/GeneratorFunction/instance-prototype.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2016 the V8 project authors. All rights reserved. +// Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-generatorfunction diff --git a/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js b/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js index e170f3c30..35bb8ad3b 100644 --- a/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js +++ b/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2016 the V8 project authors. All rights reserved. +// Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-generatorfunction diff --git a/test/built-ins/RegExp/prototype/sticky/prop-desc.js b/test/built-ins/RegExp/prototype/sticky/prop-desc.js index d653b1888..2f3288bd2 100644 --- a/test/built-ins/RegExp/prototype/sticky/prop-desc.js +++ b/test/built-ins/RegExp/prototype/sticky/prop-desc.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 21.2.5.12 diff --git a/test/built-ins/RegExp/prototype/unicode/length.js b/test/built-ins/RegExp/prototype/unicode/length.js index 8bdb5dd2e..dafec7d0b 100644 --- a/test/built-ins/RegExp/prototype/unicode/length.js +++ b/test/built-ins/RegExp/prototype/unicode/length.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 21.2.5.15 diff --git a/test/built-ins/RegExp/prototype/unicode/name.js b/test/built-ins/RegExp/prototype/unicode/name.js index ba23cad32..869a56510 100644 --- a/test/built-ins/RegExp/prototype/unicode/name.js +++ b/test/built-ins/RegExp/prototype/unicode/name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 21.2.5.15 diff --git a/test/built-ins/RegExp/prototype/unicode/prop-desc.js b/test/built-ins/RegExp/prototype/unicode/prop-desc.js index b0375e515..e0ce9afe2 100644 --- a/test/built-ins/RegExp/prototype/unicode/prop-desc.js +++ b/test/built-ins/RegExp/prototype/unicode/prop-desc.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 21.2.5.15 diff --git a/test/language/expressions/assignment/fn-name-arrow.js b/test/language/expressions/assignment/fn-name-arrow.js index 31e3f9fc7..59f131dcc 100644 --- a/test/language/expressions/assignment/fn-name-arrow.js +++ b/test/language/expressions/assignment/fn-name-arrow.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/assignment/fn-name-class.js b/test/language/expressions/assignment/fn-name-class.js index 2f2d75d8b..0aeb74ea8 100644 --- a/test/language/expressions/assignment/fn-name-class.js +++ b/test/language/expressions/assignment/fn-name-class.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/assignment/fn-name-cover.js b/test/language/expressions/assignment/fn-name-cover.js index 6c71bbe2e..f6c3e87e5 100644 --- a/test/language/expressions/assignment/fn-name-cover.js +++ b/test/language/expressions/assignment/fn-name-cover.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/assignment/fn-name-fn.js b/test/language/expressions/assignment/fn-name-fn.js index 10b81cda4..abc6e8124 100644 --- a/test/language/expressions/assignment/fn-name-fn.js +++ b/test/language/expressions/assignment/fn-name-fn.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/assignment/fn-name-gen.js b/test/language/expressions/assignment/fn-name-gen.js index e549f07e7..39dbb337f 100644 --- a/test/language/expressions/assignment/fn-name-gen.js +++ b/test/language/expressions/assignment/fn-name-gen.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/assignment/fn-name-lhs-cover.js b/test/language/expressions/assignment/fn-name-lhs-cover.js index 08db5d368..2a06f07b7 100644 --- a/test/language/expressions/assignment/fn-name-lhs-cover.js +++ b/test/language/expressions/assignment/fn-name-lhs-cover.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/assignment/fn-name-lhs-member.js b/test/language/expressions/assignment/fn-name-lhs-member.js index c76fbd932..f8c9d67ad 100644 --- a/test/language/expressions/assignment/fn-name-lhs-member.js +++ b/test/language/expressions/assignment/fn-name-lhs-member.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/class/name.js b/test/language/expressions/class/name.js index 70a199530..07182863b 100644 --- a/test/language/expressions/class/name.js +++ b/test/language/expressions/class/name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/function/name.js b/test/language/expressions/function/name.js index 543cc28d6..da3fdaafb 100644 --- a/test/language/expressions/function/name.js +++ b/test/language/expressions/function/name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/generators/name.js b/test/language/expressions/generators/name.js index ec43d6342..765a34f0b 100644 --- a/test/language/expressions/generators/name.js +++ b/test/language/expressions/generators/name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/instanceof/symbol-hasinstance-get-err.js b/test/language/expressions/instanceof/symbol-hasinstance-get-err.js index b55caeb99..20fa0dfc4 100644 --- a/test/language/expressions/instanceof/symbol-hasinstance-get-err.js +++ b/test/language/expressions/instanceof/symbol-hasinstance-get-err.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/instanceof/symbol-hasinstance-invocation.js b/test/language/expressions/instanceof/symbol-hasinstance-invocation.js index d213e3882..7417f2e99 100644 --- a/test/language/expressions/instanceof/symbol-hasinstance-invocation.js +++ b/test/language/expressions/instanceof/symbol-hasinstance-invocation.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js b/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js index e163ad45a..6dab31768 100644 --- a/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js +++ b/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js b/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js index 76240b81b..4d5b3bd51 100644 --- a/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js +++ b/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/fn-name-accessor-get.js b/test/language/expressions/object/fn-name-accessor-get.js index 10cca6931..77bb66126 100644 --- a/test/language/expressions/object/fn-name-accessor-get.js +++ b/test/language/expressions/object/fn-name-accessor-get.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/fn-name-accessor-set.js b/test/language/expressions/object/fn-name-accessor-set.js index 3ba364622..9d1e46e0f 100644 --- a/test/language/expressions/object/fn-name-accessor-set.js +++ b/test/language/expressions/object/fn-name-accessor-set.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/fn-name-arrow.js b/test/language/expressions/object/fn-name-arrow.js index 134fdb958..bf2e3d690 100644 --- a/test/language/expressions/object/fn-name-arrow.js +++ b/test/language/expressions/object/fn-name-arrow.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/fn-name-class.js b/test/language/expressions/object/fn-name-class.js index e8ee409b6..aa022d532 100644 --- a/test/language/expressions/object/fn-name-class.js +++ b/test/language/expressions/object/fn-name-class.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/fn-name-cover.js b/test/language/expressions/object/fn-name-cover.js index e3068f942..b59485131 100644 --- a/test/language/expressions/object/fn-name-cover.js +++ b/test/language/expressions/object/fn-name-cover.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/fn-name-fn.js b/test/language/expressions/object/fn-name-fn.js index 84a5635ca..4e4e275b6 100644 --- a/test/language/expressions/object/fn-name-fn.js +++ b/test/language/expressions/object/fn-name-fn.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/fn-name-gen.js b/test/language/expressions/object/fn-name-gen.js index d35e73053..458a9d3bc 100644 --- a/test/language/expressions/object/fn-name-gen.js +++ b/test/language/expressions/object/fn-name-gen.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/method-definition/fn-name-fn.js b/test/language/expressions/object/method-definition/fn-name-fn.js index 0f323f50a..0f81c6c19 100644 --- a/test/language/expressions/object/method-definition/fn-name-fn.js +++ b/test/language/expressions/object/method-definition/fn-name-fn.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/expressions/object/method-definition/fn-name-gen.js b/test/language/expressions/object/method-definition/fn-name-gen.js index 448fa6b99..0f8f92b8c 100644 --- a/test/language/expressions/object/method-definition/fn-name-gen.js +++ b/test/language/expressions/object/method-definition/fn-name-gen.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/class/definition/fn-name-accessor-get.js b/test/language/statements/class/definition/fn-name-accessor-get.js index 5dfd13915..355aa5956 100644 --- a/test/language/statements/class/definition/fn-name-accessor-get.js +++ b/test/language/statements/class/definition/fn-name-accessor-get.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/class/definition/fn-name-accessor-set.js b/test/language/statements/class/definition/fn-name-accessor-set.js index f5c329625..d8e7bc888 100644 --- a/test/language/statements/class/definition/fn-name-accessor-set.js +++ b/test/language/statements/class/definition/fn-name-accessor-set.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/class/definition/fn-name-gen-method.js b/test/language/statements/class/definition/fn-name-gen-method.js index ed09ddf3e..16b111682 100644 --- a/test/language/statements/class/definition/fn-name-gen-method.js +++ b/test/language/statements/class/definition/fn-name-gen-method.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/class/definition/fn-name-method.js b/test/language/statements/class/definition/fn-name-method.js index e6842abc2..a94d38dc8 100644 --- a/test/language/statements/class/definition/fn-name-method.js +++ b/test/language/statements/class/definition/fn-name-method.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/class/definition/fn-name-static-precedence.js b/test/language/statements/class/definition/fn-name-static-precedence.js index 7afcda887..6955bbbbb 100644 --- a/test/language/statements/class/definition/fn-name-static-precedence.js +++ b/test/language/statements/class/definition/fn-name-static-precedence.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/class/name.js b/test/language/statements/class/name.js index b74ede216..54fb5533f 100644 --- a/test/language/statements/class/name.js +++ b/test/language/statements/class/name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/const/fn-name-arrow.js b/test/language/statements/const/fn-name-arrow.js index d68cbc4bc..6f0c6ed91 100644 --- a/test/language/statements/const/fn-name-arrow.js +++ b/test/language/statements/const/fn-name-arrow.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/const/fn-name-class.js b/test/language/statements/const/fn-name-class.js index 7d41019ef..437525906 100644 --- a/test/language/statements/const/fn-name-class.js +++ b/test/language/statements/const/fn-name-class.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/const/fn-name-cover.js b/test/language/statements/const/fn-name-cover.js index 822b543da..3ecfa6538 100644 --- a/test/language/statements/const/fn-name-cover.js +++ b/test/language/statements/const/fn-name-cover.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/const/fn-name-fn.js b/test/language/statements/const/fn-name-fn.js index 03f9ce73e..bb415ce53 100644 --- a/test/language/statements/const/fn-name-fn.js +++ b/test/language/statements/const/fn-name-fn.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/const/fn-name-gen.js b/test/language/statements/const/fn-name-gen.js index 227615cd3..7c4137016 100644 --- a/test/language/statements/const/fn-name-gen.js +++ b/test/language/statements/const/fn-name-gen.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/function/name.js b/test/language/statements/function/name.js index b9a814267..415a38ec2 100644 --- a/test/language/statements/function/name.js +++ b/test/language/statements/function/name.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/let/fn-name-arrow.js b/test/language/statements/let/fn-name-arrow.js index 7a82ece3f..a0dd0debc 100644 --- a/test/language/statements/let/fn-name-arrow.js +++ b/test/language/statements/let/fn-name-arrow.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/let/fn-name-class.js b/test/language/statements/let/fn-name-class.js index 4819a385b..caee60f6a 100644 --- a/test/language/statements/let/fn-name-class.js +++ b/test/language/statements/let/fn-name-class.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/let/fn-name-cover.js b/test/language/statements/let/fn-name-cover.js index 49de02352..1b2897217 100644 --- a/test/language/statements/let/fn-name-cover.js +++ b/test/language/statements/let/fn-name-cover.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/let/fn-name-fn.js b/test/language/statements/let/fn-name-fn.js index 749a9519f..2f15d8c66 100644 --- a/test/language/statements/let/fn-name-fn.js +++ b/test/language/statements/let/fn-name-fn.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/let/fn-name-gen.js b/test/language/statements/let/fn-name-gen.js index 857e19943..ce04d74d1 100644 --- a/test/language/statements/let/fn-name-gen.js +++ b/test/language/statements/let/fn-name-gen.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/variable/fn-name-arrow.js b/test/language/statements/variable/fn-name-arrow.js index 885c848c0..aa2592450 100644 --- a/test/language/statements/variable/fn-name-arrow.js +++ b/test/language/statements/variable/fn-name-arrow.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/variable/fn-name-class.js b/test/language/statements/variable/fn-name-class.js index 6aeb89a4d..b29cc275b 100644 --- a/test/language/statements/variable/fn-name-class.js +++ b/test/language/statements/variable/fn-name-class.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/variable/fn-name-cover.js b/test/language/statements/variable/fn-name-cover.js index 875726ed7..96863fe05 100644 --- a/test/language/statements/variable/fn-name-cover.js +++ b/test/language/statements/variable/fn-name-cover.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/variable/fn-name-fn.js b/test/language/statements/variable/fn-name-fn.js index 1f0211573..a931d22be 100644 --- a/test/language/statements/variable/fn-name-fn.js +++ b/test/language/statements/variable/fn-name-fn.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/language/statements/variable/fn-name-gen.js b/test/language/statements/variable/fn-name-gen.js index 73dee4795..876aa7dd9 100644 --- a/test/language/statements/variable/fn-name-gen.js +++ b/test/language/statements/variable/fn-name-gen.js @@ -1,4 +1,4 @@ -// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved. +// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- |