diff options
Diffstat (limited to 'python/test/Ice/optional/Client.py')
-rwxr-xr-x | python/test/Ice/optional/Client.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/test/Ice/optional/Client.py b/python/test/Ice/optional/Client.py index 07c1927d1f6..9bd4c4c17b3 100755 --- a/python/test/Ice/optional/Client.py +++ b/python/test/Ice/optional/Client.py @@ -1,9 +1,7 @@ #!/usr/bin/env python -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** from TestHelper import TestHelper TestHelper.loadSlice("--all -I. ClientPrivate.ice") |