diff options
Diffstat (limited to 'cpp/test/IceGrid/activation/test.py')
-rw-r--r-- | cpp/test/IceGrid/activation/test.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/IceGrid/activation/test.py b/cpp/test/IceGrid/activation/test.py index 6aef5ddc961..140eefb5dfb 100644 --- a/cpp/test/IceGrid/activation/test.py +++ b/cpp/test/IceGrid/activation/test.py @@ -1,9 +1,7 @@ # -*- coding: utf-8 -*- -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** if isinstance(platform, Windows) or os.getuid() != 0: TestSuite(__file__, [IceGridTestCase()], multihost=False) |