diff options
Diffstat (limited to 'cpp/test/IceUtil/unicode/test.py')
-rw-r--r-- | cpp/test/IceUtil/unicode/test.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/IceUtil/unicode/test.py b/cpp/test/IceUtil/unicode/test.py index 781433d8f28..f0bd36f72fa 100644 --- a/cpp/test/IceUtil/unicode/test.py +++ b/cpp/test/IceUtil/unicode/test.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** TestSuite(__name__, [ ClientTestCase(client=SimpleClient(args=["{testdir}"])) ]) |