From afe1b5adc7d961e4daf261867ffa9fd3d22b1235 Mon Sep 17 00:00:00 2001 From: Ross Kirsling <rkirsling@gmail.com> Date: Tue, 29 Jan 2019 21:33:39 -0800 Subject: [PATCH] Align copyright line with repo license. --- .../language/statements/try/catch-redeclared-for-of-var.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4154406288..6d5fb05db9 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 -- GitLab