diff --git a/test/built-ins/Promise/any/resolve-not-callable-close.js b/test/built-ins/Promise/any/resolve-not-callable-close.js index 9a567cecc8..a4e12f6b47 100644 --- a/test/built-ins/Promise/any/resolve-not-callable-close.js +++ b/test/built-ins/Promise/any/resolve-not-callable-close.js @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved. +// Copyright (C) 2020 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*---