summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/allocation
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/allocation')
-rw-r--r--cpp/test/IceGrid/allocation/AllTests.cpp3
-rw-r--r--cpp/test/IceGrid/allocation/Client.cpp3
-rw-r--r--cpp/test/IceGrid/allocation/Makefile.mk3
-rw-r--r--cpp/test/IceGrid/allocation/PermissionsVerifier.cpp3
-rw-r--r--cpp/test/IceGrid/allocation/Server.cpp3
-rw-r--r--cpp/test/IceGrid/allocation/Test.ice3
-rw-r--r--cpp/test/IceGrid/allocation/TestI.cpp3
-rw-r--r--cpp/test/IceGrid/allocation/TestI.h3
-rw-r--r--cpp/test/IceGrid/allocation/test.py3
9 files changed, 0 insertions, 27 deletions
diff --git a/cpp/test/IceGrid/allocation/AllTests.cpp b/cpp/test/IceGrid/allocation/AllTests.cpp
index 8a226a01517..ac3b407b8c3 100644
--- a/cpp/test/IceGrid/allocation/AllTests.cpp
+++ b/cpp/test/IceGrid/allocation/AllTests.cpp
@@ -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.
-//
// **********************************************************************
#include <IceUtil/Thread.h>
diff --git a/cpp/test/IceGrid/allocation/Client.cpp b/cpp/test/IceGrid/allocation/Client.cpp
index 314d2c8b7a1..743ca53baac 100644
--- a/cpp/test/IceGrid/allocation/Client.cpp
+++ b/cpp/test/IceGrid/allocation/Client.cpp
@@ -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.
-//
// **********************************************************************
#include <Ice/Ice.h>
diff --git a/cpp/test/IceGrid/allocation/Makefile.mk b/cpp/test/IceGrid/allocation/Makefile.mk
index d57dc6f9e83..a0a32c03802 100644
--- a/cpp/test/IceGrid/allocation/Makefile.mk
+++ b/cpp/test/IceGrid/allocation/Makefile.mk
@@ -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.
-#
# **********************************************************************
$(test)_programs = client server verifier
diff --git a/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp b/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp
index 8a844545e77..80bcd1703e5 100644
--- a/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp
+++ b/cpp/test/IceGrid/allocation/PermissionsVerifier.cpp
@@ -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.
-//
// **********************************************************************
#include <Ice/Ice.h>
diff --git a/cpp/test/IceGrid/allocation/Server.cpp b/cpp/test/IceGrid/allocation/Server.cpp
index 0fa2438e488..2f5d39c6747 100644
--- a/cpp/test/IceGrid/allocation/Server.cpp
+++ b/cpp/test/IceGrid/allocation/Server.cpp
@@ -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.
-//
// **********************************************************************
#include <Ice/Ice.h>
diff --git a/cpp/test/IceGrid/allocation/Test.ice b/cpp/test/IceGrid/allocation/Test.ice
index 3a1b7e2f214..9db9b3e1c39 100644
--- a/cpp/test/IceGrid/allocation/Test.ice
+++ b/cpp/test/IceGrid/allocation/Test.ice
@@ -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.
-//
// **********************************************************************
#pragma once
diff --git a/cpp/test/IceGrid/allocation/TestI.cpp b/cpp/test/IceGrid/allocation/TestI.cpp
index 65e7039c700..a936b3927e2 100644
--- a/cpp/test/IceGrid/allocation/TestI.cpp
+++ b/cpp/test/IceGrid/allocation/TestI.cpp
@@ -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.
-//
// **********************************************************************
#include <Ice/Ice.h>
diff --git a/cpp/test/IceGrid/allocation/TestI.h b/cpp/test/IceGrid/allocation/TestI.h
index e1caeb5abef..34edefc5fb1 100644
--- a/cpp/test/IceGrid/allocation/TestI.h
+++ b/cpp/test/IceGrid/allocation/TestI.h
@@ -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.
-//
// **********************************************************************
#ifndef TEST_I_H
diff --git a/cpp/test/IceGrid/allocation/test.py b/cpp/test/IceGrid/allocation/test.py
index 25016c8ec3e..7d38fba52cf 100644
--- a/cpp/test/IceGrid/allocation/test.py
+++ b/cpp/test/IceGrid/allocation/test.py
@@ -3,9 +3,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.
-#
# **********************************************************************
if isinstance(platform, Windows) or os.getuid() != 0: