From 2c0c3e7f9651da5f511ed715207cb2e770f33e6f Mon Sep 17 00:00:00 2001
From: Mike Pennisi <mike@mikepennisi.com>
Date: Sun, 16 Apr 2017 17:25:02 -0400
Subject: [PATCH] Correct typo in copyright information

---
 test/annexB/language/expressions/object/__proto__-fn-name.js    | 2 +-
 test/built-ins/Function/instance-name.js                        | 2 +-
 test/built-ins/Function/prototype/bind/instance-name-chained.js | 2 +-
 test/built-ins/Function/prototype/bind/instance-name-error.js   | 2 +-
 .../Function/prototype/bind/instance-name-non-string.js         | 2 +-
 test/built-ins/Function/prototype/bind/instance-name.js         | 2 +-
 test/built-ins/Function/prototype/name.js                       | 2 +-
 test/built-ins/GeneratorFunction/instance-length.js             | 2 +-
 test/built-ins/GeneratorFunction/instance-name.js               | 2 +-
 test/built-ins/GeneratorFunction/instance-prototype.js          | 2 +-
 .../built-ins/GeneratorFunction/instance-yield-expr-in-param.js | 2 +-
 test/built-ins/RegExp/prototype/sticky/prop-desc.js             | 2 +-
 test/built-ins/RegExp/prototype/unicode/length.js               | 2 +-
 test/built-ins/RegExp/prototype/unicode/name.js                 | 2 +-
 test/built-ins/RegExp/prototype/unicode/prop-desc.js            | 2 +-
 test/language/expressions/assignment/fn-name-arrow.js           | 2 +-
 test/language/expressions/assignment/fn-name-class.js           | 2 +-
 test/language/expressions/assignment/fn-name-cover.js           | 2 +-
 test/language/expressions/assignment/fn-name-fn.js              | 2 +-
 test/language/expressions/assignment/fn-name-gen.js             | 2 +-
 test/language/expressions/assignment/fn-name-lhs-cover.js       | 2 +-
 test/language/expressions/assignment/fn-name-lhs-member.js      | 2 +-
 test/language/expressions/class/name.js                         | 2 +-
 test/language/expressions/function/name.js                      | 2 +-
 test/language/expressions/generators/name.js                    | 2 +-
 .../expressions/instanceof/symbol-hasinstance-get-err.js        | 2 +-
 .../expressions/instanceof/symbol-hasinstance-invocation.js     | 2 +-
 .../expressions/instanceof/symbol-hasinstance-not-callable.js   | 2 +-
 .../expressions/instanceof/symbol-hasinstance-to-boolean.js     | 2 +-
 test/language/expressions/object/fn-name-accessor-get.js        | 2 +-
 test/language/expressions/object/fn-name-accessor-set.js        | 2 +-
 test/language/expressions/object/fn-name-arrow.js               | 2 +-
 test/language/expressions/object/fn-name-class.js               | 2 +-
 test/language/expressions/object/fn-name-cover.js               | 2 +-
 test/language/expressions/object/fn-name-fn.js                  | 2 +-
 test/language/expressions/object/fn-name-gen.js                 | 2 +-
 .../language/expressions/object/method-definition/fn-name-fn.js | 2 +-
 .../expressions/object/method-definition/fn-name-gen.js         | 2 +-
 .../statements/class/definition/fn-name-accessor-get.js         | 2 +-
 .../statements/class/definition/fn-name-accessor-set.js         | 2 +-
 test/language/statements/class/definition/fn-name-gen-method.js | 2 +-
 test/language/statements/class/definition/fn-name-method.js     | 2 +-
 .../statements/class/definition/fn-name-static-precedence.js    | 2 +-
 test/language/statements/class/name.js                          | 2 +-
 test/language/statements/const/fn-name-arrow.js                 | 2 +-
 test/language/statements/const/fn-name-class.js                 | 2 +-
 test/language/statements/const/fn-name-cover.js                 | 2 +-
 test/language/statements/const/fn-name-fn.js                    | 2 +-
 test/language/statements/const/fn-name-gen.js                   | 2 +-
 test/language/statements/function/name.js                       | 2 +-
 test/language/statements/let/fn-name-arrow.js                   | 2 +-
 test/language/statements/let/fn-name-class.js                   | 2 +-
 test/language/statements/let/fn-name-cover.js                   | 2 +-
 test/language/statements/let/fn-name-fn.js                      | 2 +-
 test/language/statements/let/fn-name-gen.js                     | 2 +-
 test/language/statements/variable/fn-name-arrow.js              | 2 +-
 test/language/statements/variable/fn-name-class.js              | 2 +-
 test/language/statements/variable/fn-name-cover.js              | 2 +-
 test/language/statements/variable/fn-name-fn.js                 | 2 +-
 test/language/statements/variable/fn-name-gen.js                | 2 +-
 60 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/test/annexB/language/expressions/object/__proto__-fn-name.js b/test/annexB/language/expressions/object/__proto__-fn-name.js
index 41e0816fb6..d8799d9622 100644
--- a/test/annexB/language/expressions/object/__proto__-fn-name.js
+++ b/test/annexB/language/expressions/object/__proto__-fn-name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/Function/instance-name.js b/test/built-ins/Function/instance-name.js
index 1748b3bc6b..a95324350d 100644
--- a/test/built-ins/Function/instance-name.js
+++ b/test/built-ins/Function/instance-name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/Function/prototype/bind/instance-name-chained.js b/test/built-ins/Function/prototype/bind/instance-name-chained.js
index 6014848231..ad0858bc2b 100644
--- a/test/built-ins/Function/prototype/bind/instance-name-chained.js
+++ b/test/built-ins/Function/prototype/bind/instance-name-chained.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/Function/prototype/bind/instance-name-error.js b/test/built-ins/Function/prototype/bind/instance-name-error.js
index 29135ab061..3734deda96 100644
--- a/test/built-ins/Function/prototype/bind/instance-name-error.js
+++ b/test/built-ins/Function/prototype/bind/instance-name-error.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/Function/prototype/bind/instance-name-non-string.js b/test/built-ins/Function/prototype/bind/instance-name-non-string.js
index e6686134cb..b9b9aac26f 100644
--- a/test/built-ins/Function/prototype/bind/instance-name-non-string.js
+++ b/test/built-ins/Function/prototype/bind/instance-name-non-string.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/Function/prototype/bind/instance-name.js b/test/built-ins/Function/prototype/bind/instance-name.js
index 57b20ef203..3f4bf3c1d8 100644
--- a/test/built-ins/Function/prototype/bind/instance-name.js
+++ b/test/built-ins/Function/prototype/bind/instance-name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/Function/prototype/name.js b/test/built-ins/Function/prototype/name.js
index 2ceb0feb75..47f2033bcb 100644
--- a/test/built-ins/Function/prototype/name.js
+++ b/test/built-ins/Function/prototype/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/GeneratorFunction/instance-length.js b/test/built-ins/GeneratorFunction/instance-length.js
index 3906167d67..857988fe9f 100644
--- a/test/built-ins/GeneratorFunction/instance-length.js
+++ b/test/built-ins/GeneratorFunction/instance-length.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2016 the V8 project authors. All rights reserved.
+// Copyright (C) 2016 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-generatorfunction
diff --git a/test/built-ins/GeneratorFunction/instance-name.js b/test/built-ins/GeneratorFunction/instance-name.js
index 5400645ccd..c779cee116 100644
--- a/test/built-ins/GeneratorFunction/instance-name.js
+++ b/test/built-ins/GeneratorFunction/instance-name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/built-ins/GeneratorFunction/instance-prototype.js b/test/built-ins/GeneratorFunction/instance-prototype.js
index dba638945a..09c6f0a613 100644
--- a/test/built-ins/GeneratorFunction/instance-prototype.js
+++ b/test/built-ins/GeneratorFunction/instance-prototype.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2016 the V8 project authors. All rights reserved.
+// Copyright (C) 2016 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-generatorfunction
diff --git a/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js b/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js
index e170f3c308..35bb8ad3b1 100644
--- a/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js
+++ b/test/built-ins/GeneratorFunction/instance-yield-expr-in-param.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2016 the V8 project authors. All rights reserved.
+// Copyright (C) 2016 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-generatorfunction
diff --git a/test/built-ins/RegExp/prototype/sticky/prop-desc.js b/test/built-ins/RegExp/prototype/sticky/prop-desc.js
index d653b18884..2f3288bd29 100644
--- a/test/built-ins/RegExp/prototype/sticky/prop-desc.js
+++ b/test/built-ins/RegExp/prototype/sticky/prop-desc.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 21.2.5.12
diff --git a/test/built-ins/RegExp/prototype/unicode/length.js b/test/built-ins/RegExp/prototype/unicode/length.js
index 8bdb5dd2eb..dafec7d0be 100644
--- a/test/built-ins/RegExp/prototype/unicode/length.js
+++ b/test/built-ins/RegExp/prototype/unicode/length.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 21.2.5.15
diff --git a/test/built-ins/RegExp/prototype/unicode/name.js b/test/built-ins/RegExp/prototype/unicode/name.js
index ba23cad32a..869a565106 100644
--- a/test/built-ins/RegExp/prototype/unicode/name.js
+++ b/test/built-ins/RegExp/prototype/unicode/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 21.2.5.15
diff --git a/test/built-ins/RegExp/prototype/unicode/prop-desc.js b/test/built-ins/RegExp/prototype/unicode/prop-desc.js
index b0375e5152..e0ce9afe25 100644
--- a/test/built-ins/RegExp/prototype/unicode/prop-desc.js
+++ b/test/built-ins/RegExp/prototype/unicode/prop-desc.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: 21.2.5.15
diff --git a/test/language/expressions/assignment/fn-name-arrow.js b/test/language/expressions/assignment/fn-name-arrow.js
index 31e3f9fc73..59f131dcc3 100644
--- a/test/language/expressions/assignment/fn-name-arrow.js
+++ b/test/language/expressions/assignment/fn-name-arrow.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/assignment/fn-name-class.js b/test/language/expressions/assignment/fn-name-class.js
index 2f2d75d8be..0aeb74ea84 100644
--- a/test/language/expressions/assignment/fn-name-class.js
+++ b/test/language/expressions/assignment/fn-name-class.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/assignment/fn-name-cover.js b/test/language/expressions/assignment/fn-name-cover.js
index 6c71bbe2e7..f6c3e87e5c 100644
--- a/test/language/expressions/assignment/fn-name-cover.js
+++ b/test/language/expressions/assignment/fn-name-cover.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/assignment/fn-name-fn.js b/test/language/expressions/assignment/fn-name-fn.js
index 10b81cda4f..abc6e8124b 100644
--- a/test/language/expressions/assignment/fn-name-fn.js
+++ b/test/language/expressions/assignment/fn-name-fn.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/assignment/fn-name-gen.js b/test/language/expressions/assignment/fn-name-gen.js
index e549f07e71..39dbb337f0 100644
--- a/test/language/expressions/assignment/fn-name-gen.js
+++ b/test/language/expressions/assignment/fn-name-gen.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/assignment/fn-name-lhs-cover.js b/test/language/expressions/assignment/fn-name-lhs-cover.js
index 08db5d3684..2a06f07b7d 100644
--- a/test/language/expressions/assignment/fn-name-lhs-cover.js
+++ b/test/language/expressions/assignment/fn-name-lhs-cover.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/assignment/fn-name-lhs-member.js b/test/language/expressions/assignment/fn-name-lhs-member.js
index c76fbd9320..f8c9d67adc 100644
--- a/test/language/expressions/assignment/fn-name-lhs-member.js
+++ b/test/language/expressions/assignment/fn-name-lhs-member.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/class/name.js b/test/language/expressions/class/name.js
index 70a1995301..07182863bd 100644
--- a/test/language/expressions/class/name.js
+++ b/test/language/expressions/class/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/function/name.js b/test/language/expressions/function/name.js
index 543cc28d6e..da3fdaafba 100644
--- a/test/language/expressions/function/name.js
+++ b/test/language/expressions/function/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/generators/name.js b/test/language/expressions/generators/name.js
index ec43d6342b..765a34f0b3 100644
--- a/test/language/expressions/generators/name.js
+++ b/test/language/expressions/generators/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/instanceof/symbol-hasinstance-get-err.js b/test/language/expressions/instanceof/symbol-hasinstance-get-err.js
index b55caeb997..20fa0dfc47 100644
--- a/test/language/expressions/instanceof/symbol-hasinstance-get-err.js
+++ b/test/language/expressions/instanceof/symbol-hasinstance-get-err.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/instanceof/symbol-hasinstance-invocation.js b/test/language/expressions/instanceof/symbol-hasinstance-invocation.js
index d213e38822..7417f2e99b 100644
--- a/test/language/expressions/instanceof/symbol-hasinstance-invocation.js
+++ b/test/language/expressions/instanceof/symbol-hasinstance-invocation.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js b/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js
index e163ad45a4..6dab317687 100644
--- a/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js
+++ b/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js b/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js
index 76240b81b1..4d5b3bd518 100644
--- a/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js
+++ b/test/language/expressions/instanceof/symbol-hasinstance-to-boolean.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/fn-name-accessor-get.js b/test/language/expressions/object/fn-name-accessor-get.js
index 10cca6931f..77bb66126f 100644
--- a/test/language/expressions/object/fn-name-accessor-get.js
+++ b/test/language/expressions/object/fn-name-accessor-get.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/fn-name-accessor-set.js b/test/language/expressions/object/fn-name-accessor-set.js
index 3ba3646228..9d1e46e0f4 100644
--- a/test/language/expressions/object/fn-name-accessor-set.js
+++ b/test/language/expressions/object/fn-name-accessor-set.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/fn-name-arrow.js b/test/language/expressions/object/fn-name-arrow.js
index 134fdb9586..bf2e3d690c 100644
--- a/test/language/expressions/object/fn-name-arrow.js
+++ b/test/language/expressions/object/fn-name-arrow.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/fn-name-class.js b/test/language/expressions/object/fn-name-class.js
index e8ee409b64..aa022d532f 100644
--- a/test/language/expressions/object/fn-name-class.js
+++ b/test/language/expressions/object/fn-name-class.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/fn-name-cover.js b/test/language/expressions/object/fn-name-cover.js
index e3068f9424..b594851318 100644
--- a/test/language/expressions/object/fn-name-cover.js
+++ b/test/language/expressions/object/fn-name-cover.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/fn-name-fn.js b/test/language/expressions/object/fn-name-fn.js
index 84a5635caa..4e4e275b62 100644
--- a/test/language/expressions/object/fn-name-fn.js
+++ b/test/language/expressions/object/fn-name-fn.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/fn-name-gen.js b/test/language/expressions/object/fn-name-gen.js
index d35e730532..458a9d3bc8 100644
--- a/test/language/expressions/object/fn-name-gen.js
+++ b/test/language/expressions/object/fn-name-gen.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/method-definition/fn-name-fn.js b/test/language/expressions/object/method-definition/fn-name-fn.js
index 0f323f50a1..0f81c6c192 100644
--- a/test/language/expressions/object/method-definition/fn-name-fn.js
+++ b/test/language/expressions/object/method-definition/fn-name-fn.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/expressions/object/method-definition/fn-name-gen.js b/test/language/expressions/object/method-definition/fn-name-gen.js
index 448fa6b99b..0f8f92b8c7 100644
--- a/test/language/expressions/object/method-definition/fn-name-gen.js
+++ b/test/language/expressions/object/method-definition/fn-name-gen.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/class/definition/fn-name-accessor-get.js b/test/language/statements/class/definition/fn-name-accessor-get.js
index 5dfd13915f..355aa5956b 100644
--- a/test/language/statements/class/definition/fn-name-accessor-get.js
+++ b/test/language/statements/class/definition/fn-name-accessor-get.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/class/definition/fn-name-accessor-set.js b/test/language/statements/class/definition/fn-name-accessor-set.js
index f5c329625f..d8e7bc888c 100644
--- a/test/language/statements/class/definition/fn-name-accessor-set.js
+++ b/test/language/statements/class/definition/fn-name-accessor-set.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/class/definition/fn-name-gen-method.js b/test/language/statements/class/definition/fn-name-gen-method.js
index ed09ddf3e6..16b1116827 100644
--- a/test/language/statements/class/definition/fn-name-gen-method.js
+++ b/test/language/statements/class/definition/fn-name-gen-method.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/class/definition/fn-name-method.js b/test/language/statements/class/definition/fn-name-method.js
index e6842abc22..a94d38dc8b 100644
--- a/test/language/statements/class/definition/fn-name-method.js
+++ b/test/language/statements/class/definition/fn-name-method.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/class/definition/fn-name-static-precedence.js b/test/language/statements/class/definition/fn-name-static-precedence.js
index 7afcda8870..6955bbbbb1 100644
--- a/test/language/statements/class/definition/fn-name-static-precedence.js
+++ b/test/language/statements/class/definition/fn-name-static-precedence.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/class/name.js b/test/language/statements/class/name.js
index b74ede2161..54fb5533f9 100644
--- a/test/language/statements/class/name.js
+++ b/test/language/statements/class/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/const/fn-name-arrow.js b/test/language/statements/const/fn-name-arrow.js
index d68cbc4bc5..6f0c6ed912 100644
--- a/test/language/statements/const/fn-name-arrow.js
+++ b/test/language/statements/const/fn-name-arrow.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/const/fn-name-class.js b/test/language/statements/const/fn-name-class.js
index 7d41019ef2..4375259062 100644
--- a/test/language/statements/const/fn-name-class.js
+++ b/test/language/statements/const/fn-name-class.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/const/fn-name-cover.js b/test/language/statements/const/fn-name-cover.js
index 822b543daf..3ecfa6538c 100644
--- a/test/language/statements/const/fn-name-cover.js
+++ b/test/language/statements/const/fn-name-cover.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/const/fn-name-fn.js b/test/language/statements/const/fn-name-fn.js
index 03f9ce73ec..bb415ce53b 100644
--- a/test/language/statements/const/fn-name-fn.js
+++ b/test/language/statements/const/fn-name-fn.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/const/fn-name-gen.js b/test/language/statements/const/fn-name-gen.js
index 227615cd39..7c4137016a 100644
--- a/test/language/statements/const/fn-name-gen.js
+++ b/test/language/statements/const/fn-name-gen.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/function/name.js b/test/language/statements/function/name.js
index b9a8142671..415a38ec24 100644
--- a/test/language/statements/function/name.js
+++ b/test/language/statements/function/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/let/fn-name-arrow.js b/test/language/statements/let/fn-name-arrow.js
index 7a82ece3f2..a0dd0debce 100644
--- a/test/language/statements/let/fn-name-arrow.js
+++ b/test/language/statements/let/fn-name-arrow.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/let/fn-name-class.js b/test/language/statements/let/fn-name-class.js
index 4819a385b6..caee60f6a2 100644
--- a/test/language/statements/let/fn-name-class.js
+++ b/test/language/statements/let/fn-name-class.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/let/fn-name-cover.js b/test/language/statements/let/fn-name-cover.js
index 49de023520..1b28972171 100644
--- a/test/language/statements/let/fn-name-cover.js
+++ b/test/language/statements/let/fn-name-cover.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/let/fn-name-fn.js b/test/language/statements/let/fn-name-fn.js
index 749a9519f2..2f15d8c66a 100644
--- a/test/language/statements/let/fn-name-fn.js
+++ b/test/language/statements/let/fn-name-fn.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/let/fn-name-gen.js b/test/language/statements/let/fn-name-gen.js
index 857e19943c..ce04d74d15 100644
--- a/test/language/statements/let/fn-name-gen.js
+++ b/test/language/statements/let/fn-name-gen.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/variable/fn-name-arrow.js b/test/language/statements/variable/fn-name-arrow.js
index 885c848c04..aa2592450b 100644
--- a/test/language/statements/variable/fn-name-arrow.js
+++ b/test/language/statements/variable/fn-name-arrow.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/variable/fn-name-class.js b/test/language/statements/variable/fn-name-class.js
index 6aeb89a4d8..b29cc275b9 100644
--- a/test/language/statements/variable/fn-name-class.js
+++ b/test/language/statements/variable/fn-name-class.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/variable/fn-name-cover.js b/test/language/statements/variable/fn-name-cover.js
index 875726ed7e..96863fe052 100644
--- a/test/language/statements/variable/fn-name-cover.js
+++ b/test/language/statements/variable/fn-name-cover.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/variable/fn-name-fn.js b/test/language/statements/variable/fn-name-fn.js
index 1f02115737..a931d22beb 100644
--- a/test/language/statements/variable/fn-name-fn.js
+++ b/test/language/statements/variable/fn-name-fn.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
diff --git a/test/language/statements/variable/fn-name-gen.js b/test/language/statements/variable/fn-name-gen.js
index 73dee4795b..876aa7dd98 100644
--- a/test/language/statements/variable/fn-name-gen.js
+++ b/test/language/statements/variable/fn-name-gen.js
@@ -1,4 +1,4 @@
-// Copyright (C) Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-- 
GitLab