More fix for #1094: LibTestCopyrights updated in LibTest/io/Process test.
diff --git a/LibTest/io/Process/run_A01_t04.dart b/LibTest/io/Process/run_A01_t04.dart
index b18de3b..40d6836 100644
--- a/LibTest/io/Process/run_A01_t04.dart
+++ b/LibTest/io/Process/run_A01_t04.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, the Dart project authors.  Please see the AUTHORS file
+// Copyright (c) 2021, the Dart project authors.  Please see the AUTHORS file
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
@@ -25,7 +25,7 @@
 /// completes with the result of running the process, i.e., exit code, standard
 /// out and standard in. Tests dart process which exits correctly with exit code
 /// 16.
-/// @author sgrekhov@unipro.ru
+/// @author iarkh@unipro.ru
 /// @issue 31611
 
 import "dart:io";