From 6bd7b21a2b05d10a057e2a9739374cdd80dc32bb Mon Sep 17 00:00:00 2001
From: Michael Ficarra <mficarra@shapesecurity.com>
Date: Fri, 5 Jan 2018 11:49:27 -0800
Subject: [PATCH] add myself to flatten/flatMap copyrights

---
 test/built-ins/Array/prototype/flatMap/array-like-objects.js    | 2 +-
 .../Array/prototype/flatMap/bound-function-argument.js          | 2 +-
 test/built-ins/Array/prototype/flatMap/depth-always-one.js      | 2 +-
 test/built-ins/Array/prototype/flatMap/length.js                | 2 +-
 test/built-ins/Array/prototype/flatMap/name.js                  | 2 +-
 .../Array/prototype/flatMap/non-callable-argument-throws.js     | 2 +-
 .../built-ins/Array/prototype/flatMap/non-object-ctor-throws.js | 2 +-
 .../Array/prototype/flatMap/null-undefined-input-throws.js      | 2 +-
 test/built-ins/Array/prototype/flatMap/thisArg-argument.js      | 2 +-
 test/built-ins/Array/prototype/flatten/array-like-objects.js    | 2 +-
 test/built-ins/Array/prototype/flatten/bound-function-call.js   | 2 +-
 test/built-ins/Array/prototype/flatten/empty-array-elements.js  | 2 +-
 test/built-ins/Array/prototype/flatten/empty-object-elements.js | 2 +-
 test/built-ins/Array/prototype/flatten/length.js                | 2 +-
 test/built-ins/Array/prototype/flatten/name.js                  | 2 +-
 .../prototype/flatten/non-numeric-depth-should-not-throw.js     | 2 +-
 .../built-ins/Array/prototype/flatten/non-object-ctor-throws.js | 2 +-
 .../Array/prototype/flatten/null-undefined-elements.js          | 2 +-
 .../Array/prototype/flatten/null-undefined-input-throws.js      | 2 +-
 test/built-ins/Array/prototype/flatten/positive-infinity.js     | 2 +-
 test/built-ins/Array/prototype/flatten/prop-desc.js             | 2 +-
 .../prototype/flatten/symbol-object-create-null-depth-throws.js | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/test/built-ins/Array/prototype/flatMap/array-like-objects.js b/test/built-ins/Array/prototype/flatMap/array-like-objects.js
index 71da0aa6d8..0e057a952a 100644
--- a/test/built-ins/Array/prototype/flatMap/array-like-objects.js
+++ b/test/built-ins/Array/prototype/flatMap/array-like-objects.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatMap/bound-function-argument.js b/test/built-ins/Array/prototype/flatMap/bound-function-argument.js
index ef6762656c..093e9599d4 100644
--- a/test/built-ins/Array/prototype/flatMap/bound-function-argument.js
+++ b/test/built-ins/Array/prototype/flatMap/bound-function-argument.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatMap/depth-always-one.js b/test/built-ins/Array/prototype/flatMap/depth-always-one.js
index f22fe97065..37caee8574 100644
--- a/test/built-ins/Array/prototype/flatMap/depth-always-one.js
+++ b/test/built-ins/Array/prototype/flatMap/depth-always-one.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatMap/length.js b/test/built-ins/Array/prototype/flatMap/length.js
index e93fc14680..1f16e513a8 100644
--- a/test/built-ins/Array/prototype/flatMap/length.js
+++ b/test/built-ins/Array/prototype/flatMap/length.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatMap/name.js b/test/built-ins/Array/prototype/flatMap/name.js
index 7d0bff1745..326e5173c8 100644
--- a/test/built-ins/Array/prototype/flatMap/name.js
+++ b/test/built-ins/Array/prototype/flatMap/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: sec-array.prototype.flatmap
diff --git a/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js b/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js
index 9c46e7d5bd..4795e3b6e4 100644
--- a/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js
+++ b/test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatMap/non-object-ctor-throws.js b/test/built-ins/Array/prototype/flatMap/non-object-ctor-throws.js
index ccbb0a6288..ba4c6d26e5 100644
--- a/test/built-ins/Array/prototype/flatMap/non-object-ctor-throws.js
+++ b/test/built-ins/Array/prototype/flatMap/non-object-ctor-throws.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js b/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js
index 841d47734e..83ebe5d689 100644
--- a/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js
+++ b/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatMap/thisArg-argument.js b/test/built-ins/Array/prototype/flatMap/thisArg-argument.js
index f53821614e..f682045f1e 100644
--- a/test/built-ins/Array/prototype/flatMap/thisArg-argument.js
+++ b/test/built-ins/Array/prototype/flatMap/thisArg-argument.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatMap
diff --git a/test/built-ins/Array/prototype/flatten/array-like-objects.js b/test/built-ins/Array/prototype/flatten/array-like-objects.js
index bda75f3785..f423ed2d7f 100644
--- a/test/built-ins/Array/prototype/flatten/array-like-objects.js
+++ b/test/built-ins/Array/prototype/flatten/array-like-objects.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/bound-function-call.js b/test/built-ins/Array/prototype/flatten/bound-function-call.js
index 16e830cd7e..7d30a6553c 100644
--- a/test/built-ins/Array/prototype/flatten/bound-function-call.js
+++ b/test/built-ins/Array/prototype/flatten/bound-function-call.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/empty-array-elements.js b/test/built-ins/Array/prototype/flatten/empty-array-elements.js
index 9fa2b782bc..4e5195e434 100644
--- a/test/built-ins/Array/prototype/flatten/empty-array-elements.js
+++ b/test/built-ins/Array/prototype/flatten/empty-array-elements.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/empty-object-elements.js b/test/built-ins/Array/prototype/flatten/empty-object-elements.js
index a3fb3c809f..82a73c0cbc 100644
--- a/test/built-ins/Array/prototype/flatten/empty-object-elements.js
+++ b/test/built-ins/Array/prototype/flatten/empty-object-elements.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/length.js b/test/built-ins/Array/prototype/flatten/length.js
index 1f32fecc81..9b3f2ff8da 100644
--- a/test/built-ins/Array/prototype/flatten/length.js
+++ b/test/built-ins/Array/prototype/flatten/length.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 es6id: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/name.js b/test/built-ins/Array/prototype/flatten/name.js
index 3344833fee..bcd55ac1d3 100644
--- a/test/built-ins/Array/prototype/flatten/name.js
+++ b/test/built-ins/Array/prototype/flatten/name.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/non-numeric-depth-should-not-throw.js b/test/built-ins/Array/prototype/flatten/non-numeric-depth-should-not-throw.js
index b43925ee12..19772bbcbb 100644
--- a/test/built-ins/Array/prototype/flatten/non-numeric-depth-should-not-throw.js
+++ b/test/built-ins/Array/prototype/flatten/non-numeric-depth-should-not-throw.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/non-object-ctor-throws.js b/test/built-ins/Array/prototype/flatten/non-object-ctor-throws.js
index 633f50750c..31a239e792 100644
--- a/test/built-ins/Array/prototype/flatten/non-object-ctor-throws.js
+++ b/test/built-ins/Array/prototype/flatten/non-object-ctor-throws.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/null-undefined-elements.js b/test/built-ins/Array/prototype/flatten/null-undefined-elements.js
index 3ac425002c..685b902e3f 100644
--- a/test/built-ins/Array/prototype/flatten/null-undefined-elements.js
+++ b/test/built-ins/Array/prototype/flatten/null-undefined-elements.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/null-undefined-input-throws.js b/test/built-ins/Array/prototype/flatten/null-undefined-input-throws.js
index 443840ff0f..bccb6d2a88 100644
--- a/test/built-ins/Array/prototype/flatten/null-undefined-input-throws.js
+++ b/test/built-ins/Array/prototype/flatten/null-undefined-input-throws.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/positive-infinity.js b/test/built-ins/Array/prototype/flatten/positive-infinity.js
index ea2f882e79..4af7c09773 100644
--- a/test/built-ins/Array/prototype/flatten/positive-infinity.js
+++ b/test/built-ins/Array/prototype/flatten/positive-infinity.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/prop-desc.js b/test/built-ins/Array/prototype/flatten/prop-desc.js
index 3dc6fe3291..a3bdc691f1 100644
--- a/test/built-ins/Array/prototype/flatten/prop-desc.js
+++ b/test/built-ins/Array/prototype/flatten/prop-desc.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
diff --git a/test/built-ins/Array/prototype/flatten/symbol-object-create-null-depth-throws.js b/test/built-ins/Array/prototype/flatten/symbol-object-create-null-depth-throws.js
index 38cfd65625..ad76cedb39 100644
--- a/test/built-ins/Array/prototype/flatten/symbol-object-create-null-depth-throws.js
+++ b/test/built-ins/Array/prototype/flatten/symbol-object-create-null-depth-throws.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Shilpi Jain. All rights reserved.
+// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 esid: sec-array.prototype.flatten
-- 
GitLab