diff options
Diffstat (limited to 'cpp/test/IceGrid/allocation')
-rw-r--r-- | cpp/test/IceGrid/allocation/AllTests.cpp | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/Client.cpp | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/Makefile.mk | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/PermissionsVerifier.cpp | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/Server.cpp | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/Test.ice | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/TestI.cpp | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/TestI.h | 4 | ||||
-rw-r--r-- | cpp/test/IceGrid/allocation/test.py | 4 |
9 files changed, 9 insertions, 27 deletions
diff --git a/cpp/test/IceGrid/allocation/AllTests.cpp b/cpp/test/IceGrid/allocation/AllTests.cpp index ac3b407b8c3..d0a9646372c 100644 --- a/cpp/test/IceGrid/allocation/AllTests.cpp +++ b/cpp/test/IceGrid/allocation/AllTests.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <IceUtil/Thread.h> #include <IceUtil/Random.h> diff --git a/cpp/test/IceGrid/allocation/Client.cpp b/cpp/test/IceGrid/allocation/Client.cpp index 743ca53baac..0d88f5c27be 100644 --- a/cpp/test/IceGrid/allocation/Client.cpp +++ b/cpp/test/IceGrid/allocation/Client.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <Ice/Ice.h> #include <TestHelper.h> diff --git a/cpp/test/IceGrid/allocation/Makefile.mk b/cpp/test/IceGrid/allocation/Makefile.mk index a0a32c03802..f389535de1e 100644 --- a/cpp/test/IceGrid/allocation/Makefile.mk +++ b/cpp/test/IceGrid/allocation/Makefile.mk @@ -1,8 +1,6 @@ -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** $(test)_programs = client server verifier diff --git a/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp b/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp index 80bcd1703e5..6e15bad1c0d 100644 --- a/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp +++ b/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <Ice/Ice.h> #include <Glacier2/PermissionsVerifier.h> diff --git a/cpp/test/IceGrid/allocation/Server.cpp b/cpp/test/IceGrid/allocation/Server.cpp index 2f5d39c6747..5b45a7e7468 100644 --- a/cpp/test/IceGrid/allocation/Server.cpp +++ b/cpp/test/IceGrid/allocation/Server.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <Ice/Ice.h> #include <TestI.h> diff --git a/cpp/test/IceGrid/allocation/Test.ice b/cpp/test/IceGrid/allocation/Test.ice index 9db9b3e1c39..174a54f240e 100644 --- a/cpp/test/IceGrid/allocation/Test.ice +++ b/cpp/test/IceGrid/allocation/Test.ice @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #pragma once diff --git a/cpp/test/IceGrid/allocation/TestI.cpp b/cpp/test/IceGrid/allocation/TestI.cpp index a936b3927e2..f91a7ac44b2 100644 --- a/cpp/test/IceGrid/allocation/TestI.cpp +++ b/cpp/test/IceGrid/allocation/TestI.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <Ice/Ice.h> #include <TestI.h> diff --git a/cpp/test/IceGrid/allocation/TestI.h b/cpp/test/IceGrid/allocation/TestI.h index 34edefc5fb1..1fcf402f93d 100644 --- a/cpp/test/IceGrid/allocation/TestI.h +++ b/cpp/test/IceGrid/allocation/TestI.h @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #ifndef TEST_I_H #define TEST_I_H diff --git a/cpp/test/IceGrid/allocation/test.py b/cpp/test/IceGrid/allocation/test.py index 7d38fba52cf..82b990c9c41 100644 --- a/cpp/test/IceGrid/allocation/test.py +++ b/cpp/test/IceGrid/allocation/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(exevars={ "verifier.dir": "verifier" })], runOnMainThread=True, multihost=False) |