diff --git a/test/annexB/language/statements/try/catch-redeclared-for-of-var.js b/test/annexB/language/statements/try/catch-redeclared-for-of-var.js
index 41544062883f3e149a75b10d1f4fec88dd1d3b9c..6d5fb05db9ae26fc4a342711114dac2ccc2ffe5d 100644
--- a/test/annexB/language/statements/try/catch-redeclared-for-of-var.js
+++ b/test/annexB/language/statements/try/catch-redeclared-for-of-var.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 Sony Interactive Entertainment Inc.
+// Copyright (C) 2019 Ecma International. All rights reserved.
 // This code is governed by the BSD license found in the LICENSE file.
 /*---
 author: Ross Kirsling