diff options
Diffstat (limited to 'scripts/tests/Ice/interceptor.py')
-rw-r--r-- | scripts/tests/Ice/interceptor.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/tests/Ice/interceptor.py b/scripts/tests/Ice/interceptor.py index 12e591cd4ce..9408f6e79f5 100644 --- a/scripts/tests/Ice/interceptor.py +++ b/scripts/tests/Ice/interceptor.py @@ -2,9 +2,6 @@ # # Copyright (c) 2003-present ZeroC, Inc. All rights reserved. # -# This copy of Ice is licensed to you under the terms described in the -# ICE_LICENSE file included in this distribution. -# # ********************************************************************** TestSuite(__name__, [ClientTestCase(client=Client(props={"Ice.Warn.Dispatch" : 0}))], libDirs=["interceptortest"]) |