From 40c07540e7efca5c7b75913530127e63e8d439fb Mon Sep 17 00:00:00 2001
From: Rick Waldron <waldron.rick@gmail.com>
Date: Mon, 30 Mar 2015 12:48:02 -0400
Subject: [PATCH] Fix copyright line

---
 .../arrow-function/Arrow-Function_rules-for-prototype.js        | 2 +-
 test/language/arrow-function/Arrow-Function_semantics.js        | 2 +-
 .../language/arrow-function/Arrow-Function_syntax-variations.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-1.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-2.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-1.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-2.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-1.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-2.js | 2 +-
 ...lock-nested-block-let-declaration-unseen-outside-of-block.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-1.js | 2 +-
 ...lock-let-declaration-only-shadows-outer-parameter-value-2.js | 2 +-
 .../block-scope/leave/verify-context-in-finally-block.js        | 2 +-
 .../block-scope/leave/verify-context-in-for-loop-block.js       | 2 +-
 .../block-scope/leave/verify-context-in-labelled-block.js       | 2 +-
 test/language/block-scope/leave/verify-context-in-try-block.js  | 2 +-
 test/language/block-scope/leave/x-after-break-to-label.js       | 2 +-
 test/language/block-scope/leave/x-before-continue.js            | 2 +-
 test/language/block-scope/return-from/block-const.js            | 2 +-
 test/language/block-scope/return-from/block-let.js              | 2 +-
 .../const/block-local-closure-get-before-initialization.js      | 2 +-
 ...-local-use-before-initialization-in-declaration-statement.js | 2 +-
 .../block-local-use-before-initialization-in-prior-statement.js | 2 +-
 .../const/function-local-closure-get-before-initialization.js   | 2 +-
 ...-local-use-before-initialization-in-declaration-statement.js | 2 +-
 ...nction-local-use-before-initialization-in-prior-statement.js | 2 +-
 .../semantics/const/global-closure-get-before-initialization.js | 2 +-
 ...global-use-before-initialization-in-declaration-statement.js | 2 +-
 .../global-use-before-initialization-in-prior-statement.js      | 2 +-
 .../let/block-local-closure-get-before-initialization.js        | 2 +-
 .../let/block-local-closure-set-before-initialization.js        | 2 +-
 ...-local-use-before-initialization-in-declaration-statement.js | 2 +-
 .../block-local-use-before-initialization-in-prior-statement.js | 2 +-
 .../let/function-local-closure-get-before-initialization.js     | 2 +-
 .../let/function-local-closure-set-before-initialization.js     | 2 +-
 ...-local-use-before-initialization-in-declaration-statement.js | 2 +-
 ...nction-local-use-before-initialization-in-prior-statement.js | 2 +-
 .../semantics/let/global-closure-get-before-initialization.js   | 2 +-
 .../semantics/let/global-closure-set-before-initialization.js   | 2 +-
 ...global-use-before-initialization-in-declaration-statement.js | 2 +-
 .../let/global-use-before-initialization-in-prior-statement.js  | 2 +-
 .../shadowing/catch-parameter-shadowing-catch-parameter.js      | 2 +-
 .../catch-parameter-shadowing-function-parameter-name.js        | 2 +-
 .../shadowing/catch-parameter-shadowing-let-declaration.js      | 2 +-
 .../shadowing/catch-parameter-shadowing-var-variable.js         | 2 +-
 .../shadowing/const-declaration-shadowing-catch-parameter.js    | 2 +-
 ...ions-shadowing-parameter-name-let-const-and-var-variables.js | 2 +-
 .../block-scope/shadowing/dynamic-lookup-from-closure.js        | 2 +-
 .../shadowing/dynamic-lookup-in-and-through-block-contexts.js   | 2 +-
 .../shadowing/hoisting-var-declarations-out-of-blocks.js        | 2 +-
 .../shadowing/let-declaration-shadowing-catch-parameter.js      | 2 +-
 ...t-declarations-shadowing-parameter-name-let-const-and-var.js | 2 +-
 test/language/block-scope/shadowing/lookup-from-closure.js      | 2 +-
 .../shadowing/lookup-in-and-through-block-contexts.js           | 2 +-
 .../shadowing/parameter-name-shadowing-catch-parameter.js       | 2 +-
 ...parameter-name-shadowing-parameter-name-let-const-and-var.js | 2 +-
 ...-syntax-const-declarations-mixed-with-without-initialiser.js | 2 +-
 ...-syntax-const-declarations-mixed-without-with-initialiser.js | 2 +-
 ...block-scope-syntax-const-declarations-without-initialiser.js | 2 +-
 .../with-initializer-case-expression-statement-list.js          | 2 +-
 .../with-initializer-default-statement-list.js                  | 2 +-
 .../with-initializer-do-statement-while-expression.js           | 2 +-
 .../syntax/const-declaration/with-initializer-for-statement.js  | 2 +-
 .../with-initializer-if-expression-statement-else-statement.js  | 2 +-
 .../with-initializer-if-expression-statement.js                 | 2 +-
 .../const-declaration/with-initializer-label-statement.js       | 2 +-
 .../with-initializer-while-expression-statement.js              | 2 +-
 .../without-initializer-case-expression-statement-list.js       | 2 +-
 .../without-initializer-default-statement-list.js               | 2 +-
 .../without-initializer-do-statement-while-expression.js        | 2 +-
 .../const-declaration/without-initializer-for-statement.js      | 2 +-
 ...ithout-initializer-if-expression-statement-else-statement.js | 2 +-
 .../without-initializer-if-expression-statement.js              | 2 +-
 .../const-declaration/without-initializer-label-statement.js    | 2 +-
 .../without-initializer-while-expression-statement.js           | 2 +-
 .../block-scope/syntax/for-in/acquire-properties-from-array.js  | 2 +-
 .../block-scope/syntax/for-in/acquire-properties-from-object.js | 2 +-
 .../syntax/for-in/disallow-initialization-assignment.js         | 2 +-
 ...ow-multiple-lexical-bindings-with-and-without-initializer.js | 2 +-
 .../disallow-multiple-lexical-bindings-with-initializer.js      | 2 +-
 ...ow-multiple-lexical-bindings-without-and-with-initializer.js | 2 +-
 .../syntax/for-in/disallow-multiple-lexical-bindings.js         | 2 +-
 .../for-in/missing-identifier-let-disallowed-as-bound-name.js   | 2 +-
 .../block-scope/syntax/for-in/mixed-values-in-iteration.js      | 2 +-
 .../syntax/for-loop/const-invalid-assignment-next-expression.js | 2 +-
 .../syntax/for-loop/const-outer-inner-let-bindings.js           | 2 +-
 .../block-scope/syntax/for-loop/let-closure-inside-condition.js | 2 +-
 .../syntax/for-loop/let-closure-inside-initialization.js        | 2 +-
 .../syntax/for-loop/let-closure-inside-next-expression.js       | 2 +-
 ...is-freshly-allocated-for-each-iteration-multi-let-binding.js | 2 +-
 ...s-freshly-allocated-for-each-iteration-single-let-binding.js | 2 +-
 .../block-scope/syntax/for-loop/let-outer-inner-let-bindings.js | 2 +-
 .../in-statement-position-case-expression-statement-list.js     | 2 +-
 .../in-statement-position-default-statement-list.js             | 2 +-
 .../in-statement-position-do-statement-while-expression.js      | 2 +-
 .../in-statement-position-for-statement.js                      | 2 +-
 ...statement-position-if-expression-statement-else-statement.js | 2 +-
 .../in-statement-position-if-expression-statement.js            | 2 +-
 .../in-statement-position-label-statement.js                    | 2 +-
 .../in-statement-position-while-expression-statement.js         | 2 +-
 test/language/block-scope/syntax/global-and-block/const.js      | 2 +-
 test/language/block-scope/syntax/global-and-block/let.js        | 2 +-
 ...ers-in-statement-positions-case-expression-statement-list.js | 2 +-
 ...nitialisers-in-statement-positions-default-statement-list.js | 2 +-
 ...sers-in-statement-positions-do-statement-while-expression.js | 2 +-
 .../with-initialisers-in-statement-positions-for-statement.js   | 2 +-
 ...tatement-positions-if-expression-statement-else-statement.js | 2 +-
 ...itialisers-in-statement-positions-if-expression-statement.js | 2 +-
 .../with-initialisers-in-statement-positions-label-statement.js | 2 +-
 ...alisers-in-statement-positions-while-expression-statement.js | 2 +-
 ...ers-in-statement-positions-case-expression-statement-list.js | 2 +-
 ...nitialisers-in-statement-positions-default-statement-list.js | 2 +-
 ...sers-in-statement-positions-do-statement-while-expression.js | 2 +-
 ...without-initialisers-in-statement-positions-for-statement.js | 2 +-
 ...tatement-positions-if-expression-statement-else-statement.js | 2 +-
 ...itialisers-in-statement-positions-if-expression-statement.js | 2 +-
 ...thout-initialisers-in-statement-positions-label-statement.js | 2 +-
 ...alisers-in-statement-positions-while-expression-statement.js | 2 +-
 .../allowed-to-declare-function-with-function-declaration.js    | 2 +-
 ...-redeclare-function-declaration-with-function-declaration.js | 2 +-
 .../allowed-to-redeclare-function-declaration-with-var.js       | 2 +-
 .../allowed-to-redeclare-var-with-function-declaration.js       | 2 +-
 ...-redeclare-function-declaration-with-function-declaration.js | 2 +-
 .../attempt-to-redeclare-function-declaration-with-let.js       | 2 +-
 .../attempt-to-redeclare-function-declaration-with-var.js       | 2 +-
 ...ttempt-to-redeclare-let-binding-with-function-declaration.js | 2 +-
 .../attempt-to-redeclare-let-binding-with-var.js                | 2 +-
 .../attempt-to-redeclare-var-binding-with-let.js                | 2 +-
 .../attempt-to-redeclare-var-with-function-declaration.js       | 2 +-
 test/language/class/arguments/access.js                         | 2 +-
 test/language/class/arguments/default-constructor.js            | 2 +-
 test/language/class/definition/accessors.js                     | 2 +-
 test/language/class/definition/basics.js                        | 2 +-
 .../language/class/definition/constructable-but-no-prototype.js | 2 +-
 test/language/class/definition/constructor-property.js          | 2 +-
 test/language/class/definition/constructor-strict-by-default.js | 2 +-
 test/language/class/definition/constructor.js                   | 2 +-
 test/language/class/definition/getters-2.js                     | 2 +-
 test/language/class/definition/getters.js                       | 2 +-
 test/language/class/definition/implicit-constructor.js          | 2 +-
 test/language/class/definition/invalid-extends.js               | 2 +-
 test/language/class/definition/methods-named-eval-arguments.js  | 2 +-
 test/language/class/definition/methods.js                       | 2 +-
 test/language/class/definition/numeric-property-names.js        | 2 +-
 test/language/class/definition/prototype-getter.js              | 2 +-
 test/language/class/definition/prototype-property.js            | 2 +-
 test/language/class/definition/prototype-setter.js              | 2 +-
 test/language/class/definition/prototype-wiring.js              | 2 +-
 test/language/class/definition/setters-2.js                     | 2 +-
 test/language/class/definition/setters.js                       | 2 +-
 test/language/class/definition/side-effects-in-extends.js       | 2 +-
 .../class/definition/side-effects-in-property-define.js         | 2 +-
 test/language/class/definition/this-access-restriction-2.js     | 2 +-
 test/language/class/definition/this-access-restriction.js       | 2 +-
 test/language/class/definition/this-check-ordering.js           | 2 +-
 test/language/class/name-binding/basic.js                       | 2 +-
 test/language/class/name-binding/const.js                       | 2 +-
 test/language/class/name-binding/expression.js                  | 2 +-
 .../class/name-binding/in-extends-expression-assigned.js        | 2 +-
 .../class/name-binding/in-extends-expression-grouped.js         | 2 +-
 test/language/class/name-binding/in-extends-expression.js       | 2 +-
 test/language/class/strict-mode/arguments-caller.js             | 2 +-
 test/language/class/strict-mode/with.js                         | 2 +-
 test/language/class/subclass/binding.js                         | 2 +-
 test/language/class/subclass/builtins.js                        | 2 +-
 test/language/class/subclass/default-constructor-2.js           | 2 +-
 test/language/class/subclass/default-constructor.js             | 2 +-
 test/language/class/subclass/null.js                            | 2 +-
 .../class/subclass/superclass-prototype-setter-constructor.js   | 2 +-
 .../subclass/superclass-prototype-setter-method-override.js     | 2 +-
 .../class/subclass/superclass-static-method-override.js         | 2 +-
 test/language/class/super/in-constructor.js                     | 2 +-
 test/language/class/super/in-getter.js                          | 2 +-
 test/language/class/super/in-methods.js                         | 2 +-
 test/language/class/super/in-setter.js                          | 2 +-
 test/language/class/super/in-static-getter.js                   | 2 +-
 test/language/class/super/in-static-methods.js                  | 2 +-
 test/language/class/super/in-static-setter.js                   | 2 +-
 test/language/computed-property-names/basics/number.js          | 2 +-
 test/language/computed-property-names/basics/string.js          | 2 +-
 test/language/computed-property-names/basics/symbol.js          | 2 +-
 .../computed-property-names/class/accessor/getter-duplicates.js | 2 +-
 test/language/computed-property-names/class/accessor/getter.js  | 2 +-
 .../computed-property-names/class/accessor/setter-duplicates.js | 2 +-
 test/language/computed-property-names/class/accessor/setter.js  | 2 +-
 .../class/method/constructor-can-be-generator.js                | 2 +-
 .../class/method/constructor-can-be-getter.js                   | 2 +-
 .../class/method/constructor-can-be-setter.js                   | 2 +-
 .../class/method/constructor-duplicate-1.js                     | 2 +-
 .../class/method/constructor-duplicate-2.js                     | 2 +-
 .../class/method/constructor-duplicate-3.js                     | 2 +-
 .../computed-property-names/class/method/constructor.js         | 2 +-
 test/language/computed-property-names/class/method/generator.js | 2 +-
 test/language/computed-property-names/class/method/number.js    | 2 +-
 test/language/computed-property-names/class/method/string.js    | 2 +-
 test/language/computed-property-names/class/method/symbol.js    | 2 +-
 .../class/static/generator-constructor.js                       | 2 +-
 .../computed-property-names/class/static/generator-prototype.js | 2 +-
 .../computed-property-names/class/static/getter-constructor.js  | 2 +-
 .../computed-property-names/class/static/getter-prototype.js    | 2 +-
 .../computed-property-names/class/static/method-constructor.js  | 2 +-
 .../computed-property-names/class/static/method-number.js       | 2 +-
 .../computed-property-names/class/static/method-prototype.js    | 2 +-
 .../computed-property-names/class/static/method-string.js       | 2 +-
 .../computed-property-names/class/static/method-symbol.js       | 2 +-
 .../computed-property-names/class/static/setter-constructor.js  | 2 +-
 .../computed-property-names/class/static/setter-prototype.js    | 2 +-
 .../object/accessor/getter-duplicates.js                        | 2 +-
 .../computed-property-names/object/accessor/getter-super.js     | 2 +-
 test/language/computed-property-names/object/accessor/getter.js | 2 +-
 .../object/accessor/setter-duplicates.js                        | 2 +-
 .../computed-property-names/object/accessor/setter-super.js     | 2 +-
 test/language/computed-property-names/object/accessor/setter.js | 2 +-
 .../language/computed-property-names/object/method/generator.js | 2 +-
 test/language/computed-property-names/object/method/number.js   | 2 +-
 test/language/computed-property-names/object/method/string.js   | 2 +-
 test/language/computed-property-names/object/method/super.js    | 2 +-
 test/language/computed-property-names/object/method/symbol.js   | 2 +-
 .../object/property/number-duplicates.js                        | 2 +-
 .../computed-property-names/to-name-side-effects/class.js       | 2 +-
 .../to-name-side-effects/numbers-class.js                       | 2 +-
 .../to-name-side-effects/numbers-object.js                      | 2 +-
 .../computed-property-names/to-name-side-effects/object.js      | 2 +-
 test/language/for-of/break-from-catch.js                        | 2 +-
 test/language/for-of/break-from-try.js                          | 2 +-
 test/language/for-of/break-label.js                             | 2 +-
 test/language/for-of/break.js                                   | 2 +-
 test/language/for-of/continue-from-catch.js                     | 2 +-
 test/language/for-of/continue-from-try.js                       | 2 +-
 test/language/for-of/continue-label.js                          | 2 +-
 test/language/for-of/continue.js                                | 2 +-
 test/language/for-of/generator.js                               | 2 +-
 test/language/for-of/generic-iterable.js                        | 2 +-
 test/language/for-of/head-expr-obj-iterator-method.js           | 2 +-
 test/language/for-of/head-expr-primitive-iterator-method.js     | 2 +-
 test/language/for-of/head-expr-to-obj.js                        | 2 +-
 test/language/for-of/iterator-as-proxy.js                       | 2 +-
 test/language/for-of/iterator-next-reference.js                 | 2 +-
 test/language/for-of/iterator-next-result-done-attr.js          | 2 +-
 test/language/for-of/iterator-next-result-type.js               | 2 +-
 test/language/for-of/iterator-next-result-value-attr.js         | 2 +-
 test/language/for-of/nested.js                                  | 2 +-
 test/language/for-of/return.js                                  | 2 +-
 243 files changed, 243 insertions(+), 243 deletions(-)

diff --git a/test/language/arrow-function/Arrow-Function_rules-for-prototype.js b/test/language/arrow-function/Arrow-Function_rules-for-prototype.js
index 2339f3d663..cc12cbf59e 100644
--- a/test/language/arrow-function/Arrow-Function_rules-for-prototype.js
+++ b/test/language/arrow-function/Arrow-Function_rules-for-prototype.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.2
diff --git a/test/language/arrow-function/Arrow-Function_semantics.js b/test/language/arrow-function/Arrow-Function_semantics.js
index 60c776ecd2..b9546db257 100644
--- a/test/language/arrow-function/Arrow-Function_semantics.js
+++ b/test/language/arrow-function/Arrow-Function_semantics.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.2
diff --git a/test/language/arrow-function/Arrow-Function_syntax-variations.js b/test/language/arrow-function/Arrow-Function_syntax-variations.js
index 816741a7be..6583994b9e 100644
--- a/test/language/arrow-function/Arrow-Function_syntax-variations.js
+++ b/test/language/arrow-function/Arrow-Function_syntax-variations.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.2
diff --git a/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-1.js b/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-1.js
index e979fd17cb..87ad6fa0ab 100644
--- a/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-1.js
+++ b/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-1.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-2.js b/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-2.js
index 49a69b91d7..b3cb799c95 100644
--- a/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-2.js
+++ b/test/language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-1.js b/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-1.js
index 43aad6ab24..593f36dd48 100644
--- a/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-1.js
+++ b/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-1.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-2.js b/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-2.js
index 93b7daa94d..839f239124 100644
--- a/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-2.js
+++ b/test/language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-1.js b/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-1.js
index 5625eddc8b..8ee1aa7042 100644
--- a/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-1.js
+++ b/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-1.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-2.js b/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-2.js
index 9a668e26b5..e79f3cd72d 100644
--- a/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-2.js
+++ b/test/language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-block-let-declaration-unseen-outside-of-block.js b/test/language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-block-let-declaration-unseen-outside-of-block.js
index 071691355c..13498cf638 100644
--- a/test/language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-block-let-declaration-unseen-outside-of-block.js
+++ b/test/language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-block-let-declaration-unseen-outside-of-block.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-1.js b/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-1.js
index bf1a0d12ed..dfb8f71f18 100644
--- a/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-1.js
+++ b/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-1.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-2.js b/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-2.js
index bbbf5469e9..b4fe6fc49e 100644
--- a/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-2.js
+++ b/test/language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/verify-context-in-finally-block.js b/test/language/block-scope/leave/verify-context-in-finally-block.js
index 9eeadaacd2..2f8169e5f3 100644
--- a/test/language/block-scope/leave/verify-context-in-finally-block.js
+++ b/test/language/block-scope/leave/verify-context-in-finally-block.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/verify-context-in-for-loop-block.js b/test/language/block-scope/leave/verify-context-in-for-loop-block.js
index ff0fee3709..ee658faab0 100644
--- a/test/language/block-scope/leave/verify-context-in-for-loop-block.js
+++ b/test/language/block-scope/leave/verify-context-in-for-loop-block.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/verify-context-in-labelled-block.js b/test/language/block-scope/leave/verify-context-in-labelled-block.js
index 2e43de15ba..57b0f8d045 100644
--- a/test/language/block-scope/leave/verify-context-in-labelled-block.js
+++ b/test/language/block-scope/leave/verify-context-in-labelled-block.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/verify-context-in-try-block.js b/test/language/block-scope/leave/verify-context-in-try-block.js
index d8f540cd34..0f16395cd4 100644
--- a/test/language/block-scope/leave/verify-context-in-try-block.js
+++ b/test/language/block-scope/leave/verify-context-in-try-block.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/x-after-break-to-label.js b/test/language/block-scope/leave/x-after-break-to-label.js
index 7ec8612cac..0216194e24 100644
--- a/test/language/block-scope/leave/x-after-break-to-label.js
+++ b/test/language/block-scope/leave/x-after-break-to-label.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/leave/x-before-continue.js b/test/language/block-scope/leave/x-before-continue.js
index 9e8041b92a..8c19ccb1f0 100644
--- a/test/language/block-scope/leave/x-before-continue.js
+++ b/test/language/block-scope/leave/x-before-continue.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/return-from/block-const.js b/test/language/block-scope/return-from/block-const.js
index ad08438220..7dcc4e5b42 100644
--- a/test/language/block-scope/return-from/block-const.js
+++ b/test/language/block-scope/return-from/block-const.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/return-from/block-let.js b/test/language/block-scope/return-from/block-let.js
index f0505ede74..2eac0ae584 100644
--- a/test/language/block-scope/return-from/block-let.js
+++ b/test/language/block-scope/return-from/block-let.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/block-local-closure-get-before-initialization.js b/test/language/block-scope/semantics/const/block-local-closure-get-before-initialization.js
index 342fb1a73d..1d653600c4 100644
--- a/test/language/block-scope/semantics/const/block-local-closure-get-before-initialization.js
+++ b/test/language/block-scope/semantics/const/block-local-closure-get-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-declaration-statement.js b/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-declaration-statement.js
index a95cc15d74..ad02f32742 100644
--- a/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-declaration-statement.js
+++ b/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-declaration-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-prior-statement.js b/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-prior-statement.js
index 10523d69af..f2f1ad2cbf 100644
--- a/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-prior-statement.js
+++ b/test/language/block-scope/semantics/const/block-local-use-before-initialization-in-prior-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/function-local-closure-get-before-initialization.js b/test/language/block-scope/semantics/const/function-local-closure-get-before-initialization.js
index 49fa8a3dc9..7dcff9c414 100644
--- a/test/language/block-scope/semantics/const/function-local-closure-get-before-initialization.js
+++ b/test/language/block-scope/semantics/const/function-local-closure-get-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-declaration-statement.js b/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-declaration-statement.js
index 8ae0722b1a..8130fd7565 100644
--- a/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-declaration-statement.js
+++ b/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-declaration-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-prior-statement.js b/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-prior-statement.js
index 9e853029ce..fff3f2923e 100644
--- a/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-prior-statement.js
+++ b/test/language/block-scope/semantics/const/function-local-use-before-initialization-in-prior-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/global-closure-get-before-initialization.js b/test/language/block-scope/semantics/const/global-closure-get-before-initialization.js
index 68674108df..8d791be055 100644
--- a/test/language/block-scope/semantics/const/global-closure-get-before-initialization.js
+++ b/test/language/block-scope/semantics/const/global-closure-get-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/global-use-before-initialization-in-declaration-statement.js b/test/language/block-scope/semantics/const/global-use-before-initialization-in-declaration-statement.js
index 37462a91f8..cfe298063e 100644
--- a/test/language/block-scope/semantics/const/global-use-before-initialization-in-declaration-statement.js
+++ b/test/language/block-scope/semantics/const/global-use-before-initialization-in-declaration-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/const/global-use-before-initialization-in-prior-statement.js b/test/language/block-scope/semantics/const/global-use-before-initialization-in-prior-statement.js
index 0dce38e5bf..399df2bffa 100644
--- a/test/language/block-scope/semantics/const/global-use-before-initialization-in-prior-statement.js
+++ b/test/language/block-scope/semantics/const/global-use-before-initialization-in-prior-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/block-local-closure-get-before-initialization.js b/test/language/block-scope/semantics/let/block-local-closure-get-before-initialization.js
index 32eb4bb6f0..4b5279a4f3 100644
--- a/test/language/block-scope/semantics/let/block-local-closure-get-before-initialization.js
+++ b/test/language/block-scope/semantics/let/block-local-closure-get-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/block-local-closure-set-before-initialization.js b/test/language/block-scope/semantics/let/block-local-closure-set-before-initialization.js
index 04232246d6..c09ee73eec 100644
--- a/test/language/block-scope/semantics/let/block-local-closure-set-before-initialization.js
+++ b/test/language/block-scope/semantics/let/block-local-closure-set-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-declaration-statement.js b/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-declaration-statement.js
index 6e9536d054..13b757a27b 100644
--- a/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-declaration-statement.js
+++ b/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-declaration-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-prior-statement.js b/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-prior-statement.js
index ca21029312..933beede82 100644
--- a/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-prior-statement.js
+++ b/test/language/block-scope/semantics/let/block-local-use-before-initialization-in-prior-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/function-local-closure-get-before-initialization.js b/test/language/block-scope/semantics/let/function-local-closure-get-before-initialization.js
index 2d84411757..31d066067a 100644
--- a/test/language/block-scope/semantics/let/function-local-closure-get-before-initialization.js
+++ b/test/language/block-scope/semantics/let/function-local-closure-get-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/function-local-closure-set-before-initialization.js b/test/language/block-scope/semantics/let/function-local-closure-set-before-initialization.js
index 857e9abf86..8a9b7b6747 100644
--- a/test/language/block-scope/semantics/let/function-local-closure-set-before-initialization.js
+++ b/test/language/block-scope/semantics/let/function-local-closure-set-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-declaration-statement.js b/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-declaration-statement.js
index 3bd63de4ba..241c93feac 100644
--- a/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-declaration-statement.js
+++ b/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-declaration-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-prior-statement.js b/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-prior-statement.js
index 9d9c2bbe40..33d49cdca6 100644
--- a/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-prior-statement.js
+++ b/test/language/block-scope/semantics/let/function-local-use-before-initialization-in-prior-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/global-closure-get-before-initialization.js b/test/language/block-scope/semantics/let/global-closure-get-before-initialization.js
index 5b4af8befb..06a04759b3 100644
--- a/test/language/block-scope/semantics/let/global-closure-get-before-initialization.js
+++ b/test/language/block-scope/semantics/let/global-closure-get-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/global-closure-set-before-initialization.js b/test/language/block-scope/semantics/let/global-closure-set-before-initialization.js
index cf0c32bc5e..9b789205eb 100644
--- a/test/language/block-scope/semantics/let/global-closure-set-before-initialization.js
+++ b/test/language/block-scope/semantics/let/global-closure-set-before-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/global-use-before-initialization-in-declaration-statement.js b/test/language/block-scope/semantics/let/global-use-before-initialization-in-declaration-statement.js
index 7ba56f6e7d..b39d3b29df 100644
--- a/test/language/block-scope/semantics/let/global-use-before-initialization-in-declaration-statement.js
+++ b/test/language/block-scope/semantics/let/global-use-before-initialization-in-declaration-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/semantics/let/global-use-before-initialization-in-prior-statement.js b/test/language/block-scope/semantics/let/global-use-before-initialization-in-prior-statement.js
index e327554fe8..5da99025f1 100644
--- a/test/language/block-scope/semantics/let/global-use-before-initialization-in-prior-statement.js
+++ b/test/language/block-scope/semantics/let/global-use-before-initialization-in-prior-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/catch-parameter-shadowing-catch-parameter.js b/test/language/block-scope/shadowing/catch-parameter-shadowing-catch-parameter.js
index 551a7608c4..2d7af501cc 100644
--- a/test/language/block-scope/shadowing/catch-parameter-shadowing-catch-parameter.js
+++ b/test/language/block-scope/shadowing/catch-parameter-shadowing-catch-parameter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/catch-parameter-shadowing-function-parameter-name.js b/test/language/block-scope/shadowing/catch-parameter-shadowing-function-parameter-name.js
index 6fc91f4351..a66a538503 100644
--- a/test/language/block-scope/shadowing/catch-parameter-shadowing-function-parameter-name.js
+++ b/test/language/block-scope/shadowing/catch-parameter-shadowing-function-parameter-name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/catch-parameter-shadowing-let-declaration.js b/test/language/block-scope/shadowing/catch-parameter-shadowing-let-declaration.js
index b67af4f614..7c5f8780a7 100644
--- a/test/language/block-scope/shadowing/catch-parameter-shadowing-let-declaration.js
+++ b/test/language/block-scope/shadowing/catch-parameter-shadowing-let-declaration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/catch-parameter-shadowing-var-variable.js b/test/language/block-scope/shadowing/catch-parameter-shadowing-var-variable.js
index c499f2bdee..9980eaa9e8 100644
--- a/test/language/block-scope/shadowing/catch-parameter-shadowing-var-variable.js
+++ b/test/language/block-scope/shadowing/catch-parameter-shadowing-var-variable.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/const-declaration-shadowing-catch-parameter.js b/test/language/block-scope/shadowing/const-declaration-shadowing-catch-parameter.js
index ba690dffc3..9058afef74 100644
--- a/test/language/block-scope/shadowing/const-declaration-shadowing-catch-parameter.js
+++ b/test/language/block-scope/shadowing/const-declaration-shadowing-catch-parameter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/const-declarations-shadowing-parameter-name-let-const-and-var-variables.js b/test/language/block-scope/shadowing/const-declarations-shadowing-parameter-name-let-const-and-var-variables.js
index f8a1120291..9338a9b026 100644
--- a/test/language/block-scope/shadowing/const-declarations-shadowing-parameter-name-let-const-and-var-variables.js
+++ b/test/language/block-scope/shadowing/const-declarations-shadowing-parameter-name-let-const-and-var-variables.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/dynamic-lookup-from-closure.js b/test/language/block-scope/shadowing/dynamic-lookup-from-closure.js
index c42128aa9e..e9245465e2 100644
--- a/test/language/block-scope/shadowing/dynamic-lookup-from-closure.js
+++ b/test/language/block-scope/shadowing/dynamic-lookup-from-closure.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts.js b/test/language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts.js
index 39654afa9f..a1e10347b3 100644
--- a/test/language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts.js
+++ b/test/language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/hoisting-var-declarations-out-of-blocks.js b/test/language/block-scope/shadowing/hoisting-var-declarations-out-of-blocks.js
index 9be40074d5..435680d2a6 100644
--- a/test/language/block-scope/shadowing/hoisting-var-declarations-out-of-blocks.js
+++ b/test/language/block-scope/shadowing/hoisting-var-declarations-out-of-blocks.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/let-declaration-shadowing-catch-parameter.js b/test/language/block-scope/shadowing/let-declaration-shadowing-catch-parameter.js
index 63aa11749b..b33215bdb8 100644
--- a/test/language/block-scope/shadowing/let-declaration-shadowing-catch-parameter.js
+++ b/test/language/block-scope/shadowing/let-declaration-shadowing-catch-parameter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let-const-and-var.js b/test/language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let-const-and-var.js
index a1e0ebe3a6..20e1dbca3d 100644
--- a/test/language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let-const-and-var.js
+++ b/test/language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let-const-and-var.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/lookup-from-closure.js b/test/language/block-scope/shadowing/lookup-from-closure.js
index 76f567533e..ac024a5503 100644
--- a/test/language/block-scope/shadowing/lookup-from-closure.js
+++ b/test/language/block-scope/shadowing/lookup-from-closure.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/lookup-in-and-through-block-contexts.js b/test/language/block-scope/shadowing/lookup-in-and-through-block-contexts.js
index d970491089..0cd7a11963 100644
--- a/test/language/block-scope/shadowing/lookup-in-and-through-block-contexts.js
+++ b/test/language/block-scope/shadowing/lookup-in-and-through-block-contexts.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/parameter-name-shadowing-catch-parameter.js b/test/language/block-scope/shadowing/parameter-name-shadowing-catch-parameter.js
index b14b1ec5dd..9a16a61945 100644
--- a/test/language/block-scope/shadowing/parameter-name-shadowing-catch-parameter.js
+++ b/test/language/block-scope/shadowing/parameter-name-shadowing-catch-parameter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-const-and-var.js b/test/language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-const-and-var.js
index 5962c91074..cf94454b00 100644
--- a/test/language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-const-and-var.js
+++ b/test/language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-const-and-var.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-with-without-initialiser.js b/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-with-without-initialiser.js
index 7f9dadbb6a..c77cc74962 100644
--- a/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-with-without-initialiser.js
+++ b/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-with-without-initialiser.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-without-with-initialiser.js b/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-without-with-initialiser.js
index 499b2f6bac..b80fe15099 100644
--- a/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-without-with-initialiser.js
+++ b/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-without-with-initialiser.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-without-initialiser.js b/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-without-initialiser.js
index eb25aed37c..acc7f5bd07 100644
--- a/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-without-initialiser.js
+++ b/test/language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-without-initialiser.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-case-expression-statement-list.js b/test/language/block-scope/syntax/const-declaration/with-initializer-case-expression-statement-list.js
index bfbe27642e..447cd50da0 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-case-expression-statement-list.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-case-expression-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-default-statement-list.js b/test/language/block-scope/syntax/const-declaration/with-initializer-default-statement-list.js
index da83201112..16132ac71e 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-default-statement-list.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-default-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-do-statement-while-expression.js b/test/language/block-scope/syntax/const-declaration/with-initializer-do-statement-while-expression.js
index f9cb345698..b145b91b12 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-do-statement-while-expression.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-do-statement-while-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-for-statement.js b/test/language/block-scope/syntax/const-declaration/with-initializer-for-statement.js
index 9b3268aa8a..3e9667a08b 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-for-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-for-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement-else-statement.js b/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement-else-statement.js
index f451958439..2e4826da4b 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement-else-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement-else-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement.js b/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement.js
index dada7d9803..6ecb959ae0 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-label-statement.js b/test/language/block-scope/syntax/const-declaration/with-initializer-label-statement.js
index 6e34c42c4e..d6b4d144ca 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-label-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-label-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/with-initializer-while-expression-statement.js b/test/language/block-scope/syntax/const-declaration/with-initializer-while-expression-statement.js
index 7b6ac9f4c8..7c0ffab5d2 100644
--- a/test/language/block-scope/syntax/const-declaration/with-initializer-while-expression-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/with-initializer-while-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-case-expression-statement-list.js b/test/language/block-scope/syntax/const-declaration/without-initializer-case-expression-statement-list.js
index 6774916c92..542f2107f8 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-case-expression-statement-list.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-case-expression-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-default-statement-list.js b/test/language/block-scope/syntax/const-declaration/without-initializer-default-statement-list.js
index e8b991af36..7af1230546 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-default-statement-list.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-default-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-do-statement-while-expression.js b/test/language/block-scope/syntax/const-declaration/without-initializer-do-statement-while-expression.js
index a25b68e02a..f0fa50472e 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-do-statement-while-expression.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-do-statement-while-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-for-statement.js b/test/language/block-scope/syntax/const-declaration/without-initializer-for-statement.js
index 761519eaa3..f1c4a535ae 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-for-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-for-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement-else-statement.js b/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement-else-statement.js
index 281f7192e7..af8e62312a 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement-else-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement-else-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement.js b/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement.js
index 8eb91adbf4..a93aa3d7b7 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-label-statement.js b/test/language/block-scope/syntax/const-declaration/without-initializer-label-statement.js
index f7d8644064..39279abcae 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-label-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-label-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/const-declaration/without-initializer-while-expression-statement.js b/test/language/block-scope/syntax/const-declaration/without-initializer-while-expression-statement.js
index d6b74ca657..9210efce82 100644
--- a/test/language/block-scope/syntax/const-declaration/without-initializer-while-expression-statement.js
+++ b/test/language/block-scope/syntax/const-declaration/without-initializer-while-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/acquire-properties-from-array.js b/test/language/block-scope/syntax/for-in/acquire-properties-from-array.js
index ba30659308..36136a2894 100644
--- a/test/language/block-scope/syntax/for-in/acquire-properties-from-array.js
+++ b/test/language/block-scope/syntax/for-in/acquire-properties-from-array.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/acquire-properties-from-object.js b/test/language/block-scope/syntax/for-in/acquire-properties-from-object.js
index 59f21cec33..069c074f32 100644
--- a/test/language/block-scope/syntax/for-in/acquire-properties-from-object.js
+++ b/test/language/block-scope/syntax/for-in/acquire-properties-from-object.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/disallow-initialization-assignment.js b/test/language/block-scope/syntax/for-in/disallow-initialization-assignment.js
index ebd348dc21..fd16e9dab2 100644
--- a/test/language/block-scope/syntax/for-in/disallow-initialization-assignment.js
+++ b/test/language/block-scope/syntax/for-in/disallow-initialization-assignment.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-and-without-initializer.js b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-and-without-initializer.js
index f1f23b0790..9af2e3d43b 100644
--- a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-and-without-initializer.js
+++ b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-and-without-initializer.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-initializer.js b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-initializer.js
index 5f05dda555..40b0677e63 100644
--- a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-initializer.js
+++ b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-with-initializer.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-without-and-with-initializer.js b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-without-and-with-initializer.js
index 0f77451a91..f52bd0b765 100644
--- a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-without-and-with-initializer.js
+++ b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings-without-and-with-initializer.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings.js b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings.js
index 14ac88f2c9..505314ac14 100644
--- a/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings.js
+++ b/test/language/block-scope/syntax/for-in/disallow-multiple-lexical-bindings.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound-name.js b/test/language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound-name.js
index 8c6f938b87..983766dc92 100644
--- a/test/language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound-name.js
+++ b/test/language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound-name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-in/mixed-values-in-iteration.js b/test/language/block-scope/syntax/for-in/mixed-values-in-iteration.js
index 6fe9973346..163fed0386 100644
--- a/test/language/block-scope/syntax/for-in/mixed-values-in-iteration.js
+++ b/test/language/block-scope/syntax/for-in/mixed-values-in-iteration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression.js b/test/language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression.js
index 002697cd09..8e5055f7de 100644
--- a/test/language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression.js
+++ b/test/language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 Rick Waldron. All rights reserved.
+// Copyright (C) 2015 Rick Waldron. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/const-outer-inner-let-bindings.js b/test/language/block-scope/syntax/for-loop/const-outer-inner-let-bindings.js
index c821ee92dd..edeb04fc97 100644
--- a/test/language/block-scope/syntax/for-loop/const-outer-inner-let-bindings.js
+++ b/test/language/block-scope/syntax/for-loop/const-outer-inner-let-bindings.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/let-closure-inside-condition.js b/test/language/block-scope/syntax/for-loop/let-closure-inside-condition.js
index 3f24e5d776..046614ea09 100644
--- a/test/language/block-scope/syntax/for-loop/let-closure-inside-condition.js
+++ b/test/language/block-scope/syntax/for-loop/let-closure-inside-condition.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/let-closure-inside-initialization.js b/test/language/block-scope/syntax/for-loop/let-closure-inside-initialization.js
index bc214fa53c..74234c3eb9 100644
--- a/test/language/block-scope/syntax/for-loop/let-closure-inside-initialization.js
+++ b/test/language/block-scope/syntax/for-loop/let-closure-inside-initialization.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/let-closure-inside-next-expression.js b/test/language/block-scope/syntax/for-loop/let-closure-inside-next-expression.js
index dceb519278..b5d4e93be6 100644
--- a/test/language/block-scope/syntax/for-loop/let-closure-inside-next-expression.js
+++ b/test/language/block-scope/syntax/for-loop/let-closure-inside-next-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding.js b/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding.js
index cdb2878a73..e1ef7c9eab 100644
--- a/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding.js
+++ b/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding.js b/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding.js
index 4361dc2d90..e2143b92c7 100644
--- a/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding.js
+++ b/test/language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/for-loop/let-outer-inner-let-bindings.js b/test/language/block-scope/syntax/for-loop/let-outer-inner-let-bindings.js
index d8f50e2d31..64f2abaf92 100644
--- a/test/language/block-scope/syntax/for-loop/let-outer-inner-let-bindings.js
+++ b/test/language/block-scope/syntax/for-loop/let-outer-inner-let-bindings.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-case-expression-statement-list.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-case-expression-statement-list.js
index 679e1a1e31..c83326a2c2 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-case-expression-statement-list.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-case-expression-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-default-statement-list.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-default-statement-list.js
index 11d289f667..8504edd895 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-default-statement-list.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-default-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-do-statement-while-expression.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-do-statement-while-expression.js
index 8f94a7f4d2..30e0c2790c 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-do-statement-while-expression.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-do-statement-while-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-for-statement.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-for-statement.js
index 325f757f1c..90d994cd77 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-for-statement.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-for-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement-else-statement.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement-else-statement.js
index b4a0531768..e3e3e783bf 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement-else-statement.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement-else-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement.js
index 1eb4abd303..2931bdf1a4 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-label-statement.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-label-statement.js
index 32920ac699..7d8b023050 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-label-statement.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-label-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/function-declarations/in-statement-position-while-expression-statement.js b/test/language/block-scope/syntax/function-declarations/in-statement-position-while-expression-statement.js
index e772de8702..07761246a3 100644
--- a/test/language/block-scope/syntax/function-declarations/in-statement-position-while-expression-statement.js
+++ b/test/language/block-scope/syntax/function-declarations/in-statement-position-while-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/global-and-block/const.js b/test/language/block-scope/syntax/global-and-block/const.js
index 62a11ab4b1..cead2dbe58 100644
--- a/test/language/block-scope/syntax/global-and-block/const.js
+++ b/test/language/block-scope/syntax/global-and-block/const.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/global-and-block/let.js b/test/language/block-scope/syntax/global-and-block/let.js
index e2a14600c3..8442501c96 100644
--- a/test/language/block-scope/syntax/global-and-block/let.js
+++ b/test/language/block-scope/syntax/global-and-block/let.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-case-expression-statement-list.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-case-expression-statement-list.js
index 0b5159173a..ec47e15ea5 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-case-expression-statement-list.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-case-expression-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-default-statement-list.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-default-statement-list.js
index 2fea96e2f4..5a774cb1d0 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-default-statement-list.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-default-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-do-statement-while-expression.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-do-statement-while-expression.js
index 6434bad8cd..a0633d27d1 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-do-statement-while-expression.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-do-statement-while-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-for-statement.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-for-statement.js
index 1a0b3d88c3..0da5b348c3 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-for-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-for-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement-else-statement.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement-else-statement.js
index 344afe73a3..c1bc33779d 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement-else-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement-else-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement.js
index c4a8de6790..eadff5feb1 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-if-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-label-statement.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-label-statement.js
index 24db93dd35..93c7ed337e 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-label-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-label-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-while-expression-statement.js b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-while-expression-statement.js
index a12ae70920..c200c59a0a 100644
--- a/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-while-expression-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-while-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-case-expression-statement-list.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-case-expression-statement-list.js
index 215e05b092..aa408c1862 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-case-expression-statement-list.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-case-expression-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-default-statement-list.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-default-statement-list.js
index bccfe824f9..530c70fa7c 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-default-statement-list.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-default-statement-list.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-do-statement-while-expression.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-do-statement-while-expression.js
index 43dec6bb72..6e39f9bfc3 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-do-statement-while-expression.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-do-statement-while-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-for-statement.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-for-statement.js
index 36398e4084..52d3082b69 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-for-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-for-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement-else-statement.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement-else-statement.js
index 2865f91586..5d21b1f003 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement-else-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement-else-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement.js
index 9bd2e93d3b..26198763fb 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-if-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-label-statement.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-label-statement.js
index 6bfd0b18a2..f4024fb756 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-label-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-label-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-while-expression-statement.js b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-while-expression-statement.js
index 47ef3092fd..359f2a1182 100644
--- a/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-while-expression-statement.js
+++ b/test/language/block-scope/syntax/let-declarations/without-initialisers-in-statement-positions-while-expression-statement.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/redeclaration-global/allowed-to-declare-function-with-function-declaration.js b/test/language/block-scope/syntax/redeclaration-global/allowed-to-declare-function-with-function-declaration.js
index 431b17916e..d0fe08082d 100644
--- a/test/language/block-scope/syntax/redeclaration-global/allowed-to-declare-function-with-function-declaration.js
+++ b/test/language/block-scope/syntax/redeclaration-global/allowed-to-declare-function-with-function-declaration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-function-declaration.js b/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-function-declaration.js
index c51e54cca1..e5ef31b88b 100644
--- a/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-function-declaration.js
+++ b/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-function-declaration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-var.js b/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-var.js
index 131b2c55e0..003efe3969 100644
--- a/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-var.js
+++ b/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-function-declaration-with-var.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-var-with-function-declaration.js b/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-var-with-function-declaration.js
index 4d3e618566..6ba62327e3 100644
--- a/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-var-with-function-declaration.js
+++ b/test/language/block-scope/syntax/redeclaration-global/allowed-to-redeclare-var-with-function-declaration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.1
diff --git a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration.js b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration.js
index e6020c6ec8..7dc9799f86 100644
--- a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration.js
+++ b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: B.3.3
diff --git a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-let.js b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-let.js
index d7341ab822..c21ac71261 100644
--- a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-let.js
+++ b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-let.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: B.3.3
diff --git a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-var.js b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-var.js
index fdd28f6b8d..c9d6280ef9 100644
--- a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-var.js
+++ b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-var.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: B.3.3
diff --git a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-function-declaration.js b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-function-declaration.js
index 7c6cb7a9e4..5663651f06 100644
--- a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-function-declaration.js
+++ b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-function-declaration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: B.3.3
diff --git a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-var.js b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-var.js
index 1259da9bc4..427692df67 100644
--- a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-var.js
+++ b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-let-binding-with-var.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: B.3.3
diff --git a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-binding-with-let.js b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-binding-with-let.js
index 6927a16933..3f83a61943 100644
--- a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-binding-with-let.js
+++ b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-binding-with-let.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: B.3.3
diff --git a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-with-function-declaration.js b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-with-function-declaration.js
index 4e374bf908..7b0dd1a988 100644
--- a/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-with-function-declaration.js
+++ b/test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-with-function-declaration.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright (C) 2011 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: B.3.3
diff --git a/test/language/class/arguments/access.js b/test/language/class/arguments/access.js
index 150ffaa135..b70aeec283 100644
--- a/test/language/class/arguments/access.js
+++ b/test/language/class/arguments/access.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/arguments/default-constructor.js b/test/language/class/arguments/default-constructor.js
index 95b7957b89..5ed361ffbf 100644
--- a/test/language/class/arguments/default-constructor.js
+++ b/test/language/class/arguments/default-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/accessors.js b/test/language/class/definition/accessors.js
index 88d8ad2f22..4ef7d25bd4 100644
--- a/test/language/class/definition/accessors.js
+++ b/test/language/class/definition/accessors.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/basics.js b/test/language/class/definition/basics.js
index c04e40a5e2..889e53da51 100644
--- a/test/language/class/definition/basics.js
+++ b/test/language/class/definition/basics.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/constructable-but-no-prototype.js b/test/language/class/definition/constructable-but-no-prototype.js
index b752ea7e04..a26c914f4b 100644
--- a/test/language/class/definition/constructable-but-no-prototype.js
+++ b/test/language/class/definition/constructable-but-no-prototype.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/constructor-property.js b/test/language/class/definition/constructor-property.js
index 07fead4a97..c9b33a8b34 100644
--- a/test/language/class/definition/constructor-property.js
+++ b/test/language/class/definition/constructor-property.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/constructor-strict-by-default.js b/test/language/class/definition/constructor-strict-by-default.js
index 2e595e805d..95f9e6f6e0 100644
--- a/test/language/class/definition/constructor-strict-by-default.js
+++ b/test/language/class/definition/constructor-strict-by-default.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/constructor.js b/test/language/class/definition/constructor.js
index d389545c01..9dabb3e3c8 100644
--- a/test/language/class/definition/constructor.js
+++ b/test/language/class/definition/constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/getters-2.js b/test/language/class/definition/getters-2.js
index f52c879282..0fe94cb7d9 100644
--- a/test/language/class/definition/getters-2.js
+++ b/test/language/class/definition/getters-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/getters.js b/test/language/class/definition/getters.js
index 379de838a6..368eb14ddf 100644
--- a/test/language/class/definition/getters.js
+++ b/test/language/class/definition/getters.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/implicit-constructor.js b/test/language/class/definition/implicit-constructor.js
index 985f1f3b46..51ea738fd7 100644
--- a/test/language/class/definition/implicit-constructor.js
+++ b/test/language/class/definition/implicit-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/invalid-extends.js b/test/language/class/definition/invalid-extends.js
index 3347cf4017..2b17395b9f 100644
--- a/test/language/class/definition/invalid-extends.js
+++ b/test/language/class/definition/invalid-extends.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/methods-named-eval-arguments.js b/test/language/class/definition/methods-named-eval-arguments.js
index 416a4a62b1..5dffc337d4 100644
--- a/test/language/class/definition/methods-named-eval-arguments.js
+++ b/test/language/class/definition/methods-named-eval-arguments.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/methods.js b/test/language/class/definition/methods.js
index e2217990c1..eb6bf7b753 100644
--- a/test/language/class/definition/methods.js
+++ b/test/language/class/definition/methods.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/numeric-property-names.js b/test/language/class/definition/numeric-property-names.js
index 42d880f464..4d1a69e7bb 100644
--- a/test/language/class/definition/numeric-property-names.js
+++ b/test/language/class/definition/numeric-property-names.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/prototype-getter.js b/test/language/class/definition/prototype-getter.js
index 5ff510e3eb..3b9834dcce 100644
--- a/test/language/class/definition/prototype-getter.js
+++ b/test/language/class/definition/prototype-getter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/prototype-property.js b/test/language/class/definition/prototype-property.js
index 526e8869d7..2d6054d5b3 100644
--- a/test/language/class/definition/prototype-property.js
+++ b/test/language/class/definition/prototype-property.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/prototype-setter.js b/test/language/class/definition/prototype-setter.js
index 95b61f16f1..8b42329407 100644
--- a/test/language/class/definition/prototype-setter.js
+++ b/test/language/class/definition/prototype-setter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/prototype-wiring.js b/test/language/class/definition/prototype-wiring.js
index 4085aa57ee..bba7412e30 100644
--- a/test/language/class/definition/prototype-wiring.js
+++ b/test/language/class/definition/prototype-wiring.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/setters-2.js b/test/language/class/definition/setters-2.js
index 5826b0d0c0..5f15ea4016 100644
--- a/test/language/class/definition/setters-2.js
+++ b/test/language/class/definition/setters-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/setters.js b/test/language/class/definition/setters.js
index 4e95cdddf6..2ab3284542 100644
--- a/test/language/class/definition/setters.js
+++ b/test/language/class/definition/setters.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/side-effects-in-extends.js b/test/language/class/definition/side-effects-in-extends.js
index 6d9c14064d..12c4e3e17d 100644
--- a/test/language/class/definition/side-effects-in-extends.js
+++ b/test/language/class/definition/side-effects-in-extends.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/side-effects-in-property-define.js b/test/language/class/definition/side-effects-in-property-define.js
index ea88e4515b..c83858d993 100644
--- a/test/language/class/definition/side-effects-in-property-define.js
+++ b/test/language/class/definition/side-effects-in-property-define.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/this-access-restriction-2.js b/test/language/class/definition/this-access-restriction-2.js
index f67971868e..e95a745214 100644
--- a/test/language/class/definition/this-access-restriction-2.js
+++ b/test/language/class/definition/this-access-restriction-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/this-access-restriction.js b/test/language/class/definition/this-access-restriction.js
index 5433bdde0d..7898c9fec9 100644
--- a/test/language/class/definition/this-access-restriction.js
+++ b/test/language/class/definition/this-access-restriction.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/definition/this-check-ordering.js b/test/language/class/definition/this-check-ordering.js
index 48bec406d3..ec21be602e 100644
--- a/test/language/class/definition/this-check-ordering.js
+++ b/test/language/class/definition/this-check-ordering.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/name-binding/basic.js b/test/language/class/name-binding/basic.js
index d5bbd5ace3..26e2f23492 100644
--- a/test/language/class/name-binding/basic.js
+++ b/test/language/class/name-binding/basic.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/name-binding/const.js b/test/language/class/name-binding/const.js
index 967234f992..93353f3f41 100644
--- a/test/language/class/name-binding/const.js
+++ b/test/language/class/name-binding/const.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/name-binding/expression.js b/test/language/class/name-binding/expression.js
index 3d10d2ee85..5c37958bc5 100644
--- a/test/language/class/name-binding/expression.js
+++ b/test/language/class/name-binding/expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/name-binding/in-extends-expression-assigned.js b/test/language/class/name-binding/in-extends-expression-assigned.js
index 601091e189..f4a1ffb551 100644
--- a/test/language/class/name-binding/in-extends-expression-assigned.js
+++ b/test/language/class/name-binding/in-extends-expression-assigned.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/name-binding/in-extends-expression-grouped.js b/test/language/class/name-binding/in-extends-expression-grouped.js
index b0280bbdb0..f885f5d46e 100644
--- a/test/language/class/name-binding/in-extends-expression-grouped.js
+++ b/test/language/class/name-binding/in-extends-expression-grouped.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/name-binding/in-extends-expression.js b/test/language/class/name-binding/in-extends-expression.js
index c9ba5c7420..14cc0ae00f 100644
--- a/test/language/class/name-binding/in-extends-expression.js
+++ b/test/language/class/name-binding/in-extends-expression.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/strict-mode/arguments-caller.js b/test/language/class/strict-mode/arguments-caller.js
index 320f016833..f49105247e 100644
--- a/test/language/class/strict-mode/arguments-caller.js
+++ b/test/language/class/strict-mode/arguments-caller.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/strict-mode/with.js b/test/language/class/strict-mode/with.js
index b4dfd60e40..75858186d5 100644
--- a/test/language/class/strict-mode/with.js
+++ b/test/language/class/strict-mode/with.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/binding.js b/test/language/class/subclass/binding.js
index 9240a5cce4..d07a8365e3 100644
--- a/test/language/class/subclass/binding.js
+++ b/test/language/class/subclass/binding.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/builtins.js b/test/language/class/subclass/builtins.js
index bdaa32e048..9b2438f9b0 100644
--- a/test/language/class/subclass/builtins.js
+++ b/test/language/class/subclass/builtins.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/default-constructor-2.js b/test/language/class/subclass/default-constructor-2.js
index 01be7d1283..55d6e8090e 100644
--- a/test/language/class/subclass/default-constructor-2.js
+++ b/test/language/class/subclass/default-constructor-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/default-constructor.js b/test/language/class/subclass/default-constructor.js
index 2e8e6b8f98..8cec05f8fa 100644
--- a/test/language/class/subclass/default-constructor.js
+++ b/test/language/class/subclass/default-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/null.js b/test/language/class/subclass/null.js
index 4626840582..de48d4ab88 100644
--- a/test/language/class/subclass/null.js
+++ b/test/language/class/subclass/null.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/superclass-prototype-setter-constructor.js b/test/language/class/subclass/superclass-prototype-setter-constructor.js
index 4c5a5bb4e7..5cec0fea1d 100644
--- a/test/language/class/subclass/superclass-prototype-setter-constructor.js
+++ b/test/language/class/subclass/superclass-prototype-setter-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/superclass-prototype-setter-method-override.js b/test/language/class/subclass/superclass-prototype-setter-method-override.js
index 68943b0ea9..3e12668783 100644
--- a/test/language/class/subclass/superclass-prototype-setter-method-override.js
+++ b/test/language/class/subclass/superclass-prototype-setter-method-override.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/subclass/superclass-static-method-override.js b/test/language/class/subclass/superclass-static-method-override.js
index 7b3a80480f..24d7c7466d 100644
--- a/test/language/class/subclass/superclass-static-method-override.js
+++ b/test/language/class/subclass/superclass-static-method-override.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/super/in-constructor.js b/test/language/class/super/in-constructor.js
index ee9b9e8976..5601f1fec6 100644
--- a/test/language/class/super/in-constructor.js
+++ b/test/language/class/super/in-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/super/in-getter.js b/test/language/class/super/in-getter.js
index 2f043c9814..4a54cd5993 100644
--- a/test/language/class/super/in-getter.js
+++ b/test/language/class/super/in-getter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/super/in-methods.js b/test/language/class/super/in-methods.js
index 8d42d2cc21..fa7246bac8 100644
--- a/test/language/class/super/in-methods.js
+++ b/test/language/class/super/in-methods.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/super/in-setter.js b/test/language/class/super/in-setter.js
index 12d3945538..118900ec0d 100644
--- a/test/language/class/super/in-setter.js
+++ b/test/language/class/super/in-setter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/super/in-static-getter.js b/test/language/class/super/in-static-getter.js
index 13e6b08fb0..33643fa8ee 100644
--- a/test/language/class/super/in-static-getter.js
+++ b/test/language/class/super/in-static-getter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/super/in-static-methods.js b/test/language/class/super/in-static-methods.js
index 23e143afe2..24d3ee146e 100644
--- a/test/language/class/super/in-static-methods.js
+++ b/test/language/class/super/in-static-methods.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/class/super/in-static-setter.js b/test/language/class/super/in-static-setter.js
index 56de6df75f..91b3ad0367 100644
--- a/test/language/class/super/in-static-setter.js
+++ b/test/language/class/super/in-static-setter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5
diff --git a/test/language/computed-property-names/basics/number.js b/test/language/computed-property-names/basics/number.js
index e056116959..4169a805eb 100644
--- a/test/language/computed-property-names/basics/number.js
+++ b/test/language/computed-property-names/basics/number.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/basics/string.js b/test/language/computed-property-names/basics/string.js
index 27dce0e1d4..3ae901c8a4 100644
--- a/test/language/computed-property-names/basics/string.js
+++ b/test/language/computed-property-names/basics/string.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/basics/symbol.js b/test/language/computed-property-names/basics/symbol.js
index 32dddac730..64f778643c 100644
--- a/test/language/computed-property-names/basics/symbol.js
+++ b/test/language/computed-property-names/basics/symbol.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/accessor/getter-duplicates.js b/test/language/computed-property-names/class/accessor/getter-duplicates.js
index 0637509834..c63c29090c 100644
--- a/test/language/computed-property-names/class/accessor/getter-duplicates.js
+++ b/test/language/computed-property-names/class/accessor/getter-duplicates.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/accessor/getter.js b/test/language/computed-property-names/class/accessor/getter.js
index e44a928b93..68a0064301 100644
--- a/test/language/computed-property-names/class/accessor/getter.js
+++ b/test/language/computed-property-names/class/accessor/getter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/accessor/setter-duplicates.js b/test/language/computed-property-names/class/accessor/setter-duplicates.js
index 422753262f..239d820154 100644
--- a/test/language/computed-property-names/class/accessor/setter-duplicates.js
+++ b/test/language/computed-property-names/class/accessor/setter-duplicates.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/accessor/setter.js b/test/language/computed-property-names/class/accessor/setter.js
index 3df1b208c2..7e31fd2aa5 100644
--- a/test/language/computed-property-names/class/accessor/setter.js
+++ b/test/language/computed-property-names/class/accessor/setter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/constructor-can-be-generator.js b/test/language/computed-property-names/class/method/constructor-can-be-generator.js
index e2bcdfe4c4..41e0660fe3 100644
--- a/test/language/computed-property-names/class/method/constructor-can-be-generator.js
+++ b/test/language/computed-property-names/class/method/constructor-can-be-generator.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5.3
diff --git a/test/language/computed-property-names/class/method/constructor-can-be-getter.js b/test/language/computed-property-names/class/method/constructor-can-be-getter.js
index 8bdb071e72..b5cb54c28a 100644
--- a/test/language/computed-property-names/class/method/constructor-can-be-getter.js
+++ b/test/language/computed-property-names/class/method/constructor-can-be-getter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5.3
diff --git a/test/language/computed-property-names/class/method/constructor-can-be-setter.js b/test/language/computed-property-names/class/method/constructor-can-be-setter.js
index e273f87acb..7303775669 100644
--- a/test/language/computed-property-names/class/method/constructor-can-be-setter.js
+++ b/test/language/computed-property-names/class/method/constructor-can-be-setter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5.3
diff --git a/test/language/computed-property-names/class/method/constructor-duplicate-1.js b/test/language/computed-property-names/class/method/constructor-duplicate-1.js
index 61c2f9d55a..e3a0a9cc58 100644
--- a/test/language/computed-property-names/class/method/constructor-duplicate-1.js
+++ b/test/language/computed-property-names/class/method/constructor-duplicate-1.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/constructor-duplicate-2.js b/test/language/computed-property-names/class/method/constructor-duplicate-2.js
index a08aa11cc5..8f6a9c8b11 100644
--- a/test/language/computed-property-names/class/method/constructor-duplicate-2.js
+++ b/test/language/computed-property-names/class/method/constructor-duplicate-2.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/constructor-duplicate-3.js b/test/language/computed-property-names/class/method/constructor-duplicate-3.js
index 6dc02cedaf..20a9ab7777 100644
--- a/test/language/computed-property-names/class/method/constructor-duplicate-3.js
+++ b/test/language/computed-property-names/class/method/constructor-duplicate-3.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/constructor.js b/test/language/computed-property-names/class/method/constructor.js
index 568f16a30f..6c6aab4618 100644
--- a/test/language/computed-property-names/class/method/constructor.js
+++ b/test/language/computed-property-names/class/method/constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/generator.js b/test/language/computed-property-names/class/method/generator.js
index 853e2f2a05..94d9054cd4 100644
--- a/test/language/computed-property-names/class/method/generator.js
+++ b/test/language/computed-property-names/class/method/generator.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/number.js b/test/language/computed-property-names/class/method/number.js
index 703033ef81..1062a748ad 100644
--- a/test/language/computed-property-names/class/method/number.js
+++ b/test/language/computed-property-names/class/method/number.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/string.js b/test/language/computed-property-names/class/method/string.js
index f59d1f9872..9629800885 100644
--- a/test/language/computed-property-names/class/method/string.js
+++ b/test/language/computed-property-names/class/method/string.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/method/symbol.js b/test/language/computed-property-names/class/method/symbol.js
index 188e96bad5..a622ffed39 100644
--- a/test/language/computed-property-names/class/method/symbol.js
+++ b/test/language/computed-property-names/class/method/symbol.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/generator-constructor.js b/test/language/computed-property-names/class/static/generator-constructor.js
index 32b5dc8c32..40db6b6fd3 100644
--- a/test/language/computed-property-names/class/static/generator-constructor.js
+++ b/test/language/computed-property-names/class/static/generator-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/generator-prototype.js b/test/language/computed-property-names/class/static/generator-prototype.js
index ded8fe7bf0..d4f19cf9ff 100644
--- a/test/language/computed-property-names/class/static/generator-prototype.js
+++ b/test/language/computed-property-names/class/static/generator-prototype.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5.14
diff --git a/test/language/computed-property-names/class/static/getter-constructor.js b/test/language/computed-property-names/class/static/getter-constructor.js
index ad53bd8950..3a68150480 100644
--- a/test/language/computed-property-names/class/static/getter-constructor.js
+++ b/test/language/computed-property-names/class/static/getter-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/getter-prototype.js b/test/language/computed-property-names/class/static/getter-prototype.js
index 2754385d01..87c3d50594 100644
--- a/test/language/computed-property-names/class/static/getter-prototype.js
+++ b/test/language/computed-property-names/class/static/getter-prototype.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5.14
diff --git a/test/language/computed-property-names/class/static/method-constructor.js b/test/language/computed-property-names/class/static/method-constructor.js
index d7f125f072..444ed4e8e0 100644
--- a/test/language/computed-property-names/class/static/method-constructor.js
+++ b/test/language/computed-property-names/class/static/method-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/method-number.js b/test/language/computed-property-names/class/static/method-number.js
index 4574a2d7c2..e678335a6a 100644
--- a/test/language/computed-property-names/class/static/method-number.js
+++ b/test/language/computed-property-names/class/static/method-number.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/method-prototype.js b/test/language/computed-property-names/class/static/method-prototype.js
index d87476a484..bdb316d121 100644
--- a/test/language/computed-property-names/class/static/method-prototype.js
+++ b/test/language/computed-property-names/class/static/method-prototype.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5.14
diff --git a/test/language/computed-property-names/class/static/method-string.js b/test/language/computed-property-names/class/static/method-string.js
index 6f62b5ac81..865c520fa4 100644
--- a/test/language/computed-property-names/class/static/method-string.js
+++ b/test/language/computed-property-names/class/static/method-string.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/method-symbol.js b/test/language/computed-property-names/class/static/method-symbol.js
index 7a29efb9dd..30d12ff555 100644
--- a/test/language/computed-property-names/class/static/method-symbol.js
+++ b/test/language/computed-property-names/class/static/method-symbol.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/setter-constructor.js b/test/language/computed-property-names/class/static/setter-constructor.js
index ec16f5c0a2..fe5ad5c206 100644
--- a/test/language/computed-property-names/class/static/setter-constructor.js
+++ b/test/language/computed-property-names/class/static/setter-constructor.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/class/static/setter-prototype.js b/test/language/computed-property-names/class/static/setter-prototype.js
index abdbcae63a..a4f59d0b7d 100644
--- a/test/language/computed-property-names/class/static/setter-prototype.js
+++ b/test/language/computed-property-names/class/static/setter-prototype.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 14.5.14
diff --git a/test/language/computed-property-names/object/accessor/getter-duplicates.js b/test/language/computed-property-names/object/accessor/getter-duplicates.js
index 5c8e908cd4..f98c2e9b80 100644
--- a/test/language/computed-property-names/object/accessor/getter-duplicates.js
+++ b/test/language/computed-property-names/object/accessor/getter-duplicates.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/accessor/getter-super.js b/test/language/computed-property-names/object/accessor/getter-super.js
index 7c6ddc1616..656752dd45 100644
--- a/test/language/computed-property-names/object/accessor/getter-super.js
+++ b/test/language/computed-property-names/object/accessor/getter-super.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/accessor/getter.js b/test/language/computed-property-names/object/accessor/getter.js
index 6245651f71..ba1e3b8b71 100644
--- a/test/language/computed-property-names/object/accessor/getter.js
+++ b/test/language/computed-property-names/object/accessor/getter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/accessor/setter-duplicates.js b/test/language/computed-property-names/object/accessor/setter-duplicates.js
index f423c31bad..8302c6b7d8 100644
--- a/test/language/computed-property-names/object/accessor/setter-duplicates.js
+++ b/test/language/computed-property-names/object/accessor/setter-duplicates.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/accessor/setter-super.js b/test/language/computed-property-names/object/accessor/setter-super.js
index e98a439b58..4fb81ae802 100644
--- a/test/language/computed-property-names/object/accessor/setter-super.js
+++ b/test/language/computed-property-names/object/accessor/setter-super.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/accessor/setter.js b/test/language/computed-property-names/object/accessor/setter.js
index efd67a9cb2..9b49cb5985 100644
--- a/test/language/computed-property-names/object/accessor/setter.js
+++ b/test/language/computed-property-names/object/accessor/setter.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/method/generator.js b/test/language/computed-property-names/object/method/generator.js
index 2ad5c9f318..dcf29a544a 100644
--- a/test/language/computed-property-names/object/method/generator.js
+++ b/test/language/computed-property-names/object/method/generator.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/method/number.js b/test/language/computed-property-names/object/method/number.js
index 13026a1575..83a38f4224 100644
--- a/test/language/computed-property-names/object/method/number.js
+++ b/test/language/computed-property-names/object/method/number.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/method/string.js b/test/language/computed-property-names/object/method/string.js
index ace48da078..25d451ae06 100644
--- a/test/language/computed-property-names/object/method/string.js
+++ b/test/language/computed-property-names/object/method/string.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/method/super.js b/test/language/computed-property-names/object/method/super.js
index 21e10b80d4..3ac744c339 100644
--- a/test/language/computed-property-names/object/method/super.js
+++ b/test/language/computed-property-names/object/method/super.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/method/symbol.js b/test/language/computed-property-names/object/method/symbol.js
index 64f1e71255..72247098db 100644
--- a/test/language/computed-property-names/object/method/symbol.js
+++ b/test/language/computed-property-names/object/method/symbol.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/object/property/number-duplicates.js b/test/language/computed-property-names/object/property/number-duplicates.js
index 6913acc226..d44b07ed75 100644
--- a/test/language/computed-property-names/object/property/number-duplicates.js
+++ b/test/language/computed-property-names/object/property/number-duplicates.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/to-name-side-effects/class.js b/test/language/computed-property-names/to-name-side-effects/class.js
index 7336967116..bdb770618e 100644
--- a/test/language/computed-property-names/to-name-side-effects/class.js
+++ b/test/language/computed-property-names/to-name-side-effects/class.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/to-name-side-effects/numbers-class.js b/test/language/computed-property-names/to-name-side-effects/numbers-class.js
index 78035a330e..934438943d 100644
--- a/test/language/computed-property-names/to-name-side-effects/numbers-class.js
+++ b/test/language/computed-property-names/to-name-side-effects/numbers-class.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/to-name-side-effects/numbers-object.js b/test/language/computed-property-names/to-name-side-effects/numbers-object.js
index 8744974e4a..53c1eca630 100644
--- a/test/language/computed-property-names/to-name-side-effects/numbers-object.js
+++ b/test/language/computed-property-names/to-name-side-effects/numbers-object.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/computed-property-names/to-name-side-effects/object.js b/test/language/computed-property-names/to-name-side-effects/object.js
index 66fae77ad1..2b8ac96781 100644
--- a/test/language/computed-property-names/to-name-side-effects/object.js
+++ b/test/language/computed-property-names/to-name-side-effects/object.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright (C) 2014 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 12.2.5
diff --git a/test/language/for-of/break-from-catch.js b/test/language/for-of/break-from-catch.js
index b3ef56b0fd..0e30fe7525 100644
--- a/test/language/for-of/break-from-catch.js
+++ b/test/language/for-of/break-from-catch.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/break-from-try.js b/test/language/for-of/break-from-try.js
index 795b671bdb..aafe709b92 100644
--- a/test/language/for-of/break-from-try.js
+++ b/test/language/for-of/break-from-try.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/break-label.js b/test/language/for-of/break-label.js
index 30d3c6737d..f68e9e6a64 100644
--- a/test/language/for-of/break-label.js
+++ b/test/language/for-of/break-label.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/break.js b/test/language/for-of/break.js
index 89bfc6bc42..bf3b1733fd 100644
--- a/test/language/for-of/break.js
+++ b/test/language/for-of/break.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/continue-from-catch.js b/test/language/for-of/continue-from-catch.js
index 5a3a6ebab5..6db37d781b 100644
--- a/test/language/for-of/continue-from-catch.js
+++ b/test/language/for-of/continue-from-catch.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/continue-from-try.js b/test/language/for-of/continue-from-try.js
index 0378fba7f4..1bde5899dc 100644
--- a/test/language/for-of/continue-from-try.js
+++ b/test/language/for-of/continue-from-try.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/continue-label.js b/test/language/for-of/continue-label.js
index 760b9dbcf3..157c6fd4e3 100644
--- a/test/language/for-of/continue-label.js
+++ b/test/language/for-of/continue-label.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/continue.js b/test/language/for-of/continue.js
index 571377e924..f7be48eb89 100644
--- a/test/language/for-of/continue.js
+++ b/test/language/for-of/continue.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.n
diff --git a/test/language/for-of/generator.js b/test/language/for-of/generator.js
index 7d0a5af27e..68a27ec4c1 100644
--- a/test/language/for-of/generator.js
+++ b/test/language/for-of/generator.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13
diff --git a/test/language/for-of/generic-iterable.js b/test/language/for-of/generic-iterable.js
index 96cdd40271..f1e6d978be 100644
--- a/test/language/for-of/generic-iterable.js
+++ b/test/language/for-of/generic-iterable.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13
diff --git a/test/language/for-of/head-expr-obj-iterator-method.js b/test/language/for-of/head-expr-obj-iterator-method.js
index 20b4dc6ae0..03643e67a5 100644
--- a/test/language/for-of/head-expr-obj-iterator-method.js
+++ b/test/language/for-of/head-expr-obj-iterator-method.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.12 S8.b
diff --git a/test/language/for-of/head-expr-primitive-iterator-method.js b/test/language/for-of/head-expr-primitive-iterator-method.js
index 0c7abe9bee..fde9be2f8b 100644
--- a/test/language/for-of/head-expr-primitive-iterator-method.js
+++ b/test/language/for-of/head-expr-primitive-iterator-method.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.12 S8.b
diff --git a/test/language/for-of/head-expr-to-obj.js b/test/language/for-of/head-expr-to-obj.js
index 085ca18308..83fe0b1a80 100644
--- a/test/language/for-of/head-expr-to-obj.js
+++ b/test/language/for-of/head-expr-to-obj.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.12 S8.b
diff --git a/test/language/for-of/iterator-as-proxy.js b/test/language/for-of/iterator-as-proxy.js
index c9b975d414..cfb318ee59 100644
--- a/test/language/for-of/iterator-as-proxy.js
+++ b/test/language/for-of/iterator-as-proxy.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13
diff --git a/test/language/for-of/iterator-next-reference.js b/test/language/for-of/iterator-next-reference.js
index 8770b406d5..c661bd24b0 100644
--- a/test/language/for-of/iterator-next-reference.js
+++ b/test/language/for-of/iterator-next-reference.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.c
diff --git a/test/language/for-of/iterator-next-result-done-attr.js b/test/language/for-of/iterator-next-result-done-attr.js
index 50c9f414cd..2ae62891b1 100644
--- a/test/language/for-of/iterator-next-result-done-attr.js
+++ b/test/language/for-of/iterator-next-result-done-attr.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 7.4.3
diff --git a/test/language/for-of/iterator-next-result-type.js b/test/language/for-of/iterator-next-result-type.js
index 351ce1b97a..7deab2e5cf 100644
--- a/test/language/for-of/iterator-next-result-type.js
+++ b/test/language/for-of/iterator-next-result-type.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.c
diff --git a/test/language/for-of/iterator-next-result-value-attr.js b/test/language/for-of/iterator-next-result-value-attr.js
index 1afda16b1d..a0545c53f2 100644
--- a/test/language/for-of/iterator-next-result-value-attr.js
+++ b/test/language/for-of/iterator-next-result-value-attr.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13 S5.c
diff --git a/test/language/for-of/nested.js b/test/language/for-of/nested.js
index eedfbda798..cd1f4bc976 100644
--- a/test/language/for-of/nested.js
+++ b/test/language/for-of/nested.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13
diff --git a/test/language/for-of/return.js b/test/language/for-of/return.js
index b849d0ba58..2d79589019 100644
--- a/test/language/for-of/return.js
+++ b/test/language/for-of/return.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright (C) 2013 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 13.6.4.13
-- 
GitLab