diff options
Diffstat (limited to 'js/test/Common/ControllerI.js')
-rw-r--r-- | js/test/Common/ControllerI.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/test/Common/ControllerI.js b/js/test/Common/ControllerI.js index 466e6de6dd4..ef4f85cec44 100644 --- a/js/test/Common/ControllerI.js +++ b/js/test/Common/ControllerI.js @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** /* globals Ice, Test, URI, WorkerGlobalScope */ /* eslint no-unused-vars: ["error", { "varsIgnorePattern": "isSafari|isChrome|isWorker|isWindows|runController" }] */ |