From a61efb5192833e8f7a98d7b713c4ce56250581b1 Mon Sep 17 00:00:00 2001
From: Mike Pennisi <mike@mikepennisi.com>
Date: Sun, 16 Apr 2017 17:36:07 -0400
Subject: [PATCH] Add omitted license information

As the author of these files, I can verify that they were contributed in
2015 on behalf of the V8 project.
---
 test/built-ins/Promise/race/resolve-poisoned-then.js | 1 +
 test/built-ins/Promise/race/resolve-self.js          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/built-ins/Promise/race/resolve-poisoned-then.js b/test/built-ins/Promise/race/resolve-poisoned-then.js
index 1d3470afee..0dfaa34089 100644
--- a/test/built-ins/Promise/race/resolve-poisoned-then.js
+++ b/test/built-ins/Promise/race/resolve-poisoned-then.js
@@ -1,3 +1,4 @@
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 description: Resolving with an object with a "poisoned" `then` property
diff --git a/test/built-ins/Promise/race/resolve-self.js b/test/built-ins/Promise/race/resolve-self.js
index 9bf40fc474..b2165d1321 100644
--- a/test/built-ins/Promise/race/resolve-self.js
+++ b/test/built-ins/Promise/race/resolve-self.js
@@ -1,3 +1,4 @@
+// Copyright (C) 2015 the V8 project authors. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 description: Resolving with a reference to the promise itself
-- 
GitLab