diff options
Diffstat (limited to 'cpp/test/Ice/plugin/test.py')
-rw-r--r-- | cpp/test/Ice/plugin/test.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/Ice/plugin/test.py b/cpp/test/Ice/plugin/test.py index 195c9ac54d8..109fc352e10 100644 --- a/cpp/test/Ice/plugin/test.py +++ b/cpp/test/Ice/plugin/test.py @@ -1,8 +1,6 @@ -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** TestSuite(__file__, [ClientTestCase(client=SimpleClient(args=lambda process, current: [current.getBuildDir("testplugin")]))], |