diff options
author | Jose <jose@zeroc.com> | 2018-12-18 20:16:32 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-12-18 20:16:32 +0100 |
commit | 6b6c459791802bb00aa29114e758e4d7b7a79c2b (patch) | |
tree | 271cedfbbeed24da4bdf3fe31da7654a023353d1 /cpp/test/IceStorm/repstress | |
parent | Fix copyright header (diff) | |
download | ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.bz2 ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.xz ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.zip |
Remove copyright notice
Diffstat (limited to 'cpp/test/IceStorm/repstress')
-rw-r--r-- | cpp/test/IceStorm/repstress/Control.cpp | 3 | ||||
-rw-r--r-- | cpp/test/IceStorm/repstress/Controller.ice | 3 | ||||
-rw-r--r-- | cpp/test/IceStorm/repstress/Makefile.mk | 3 | ||||
-rw-r--r-- | cpp/test/IceStorm/repstress/Publisher.cpp | 3 | ||||
-rw-r--r-- | cpp/test/IceStorm/repstress/Single.ice | 3 | ||||
-rw-r--r-- | cpp/test/IceStorm/repstress/Subscriber.cpp | 3 | ||||
-rw-r--r-- | cpp/test/IceStorm/repstress/test.py | 3 |
7 files changed, 0 insertions, 21 deletions
diff --git a/cpp/test/IceStorm/repstress/Control.cpp b/cpp/test/IceStorm/repstress/Control.cpp index 349582124ed..32078d0b56c 100644 --- a/cpp/test/IceStorm/repstress/Control.cpp +++ b/cpp/test/IceStorm/repstress/Control.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/IceStorm/repstress/Controller.ice b/cpp/test/IceStorm/repstress/Controller.ice index a4f1209dbd7..629cd933e43 100644 --- a/cpp/test/IceStorm/repstress/Controller.ice +++ b/cpp/test/IceStorm/repstress/Controller.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/IceStorm/repstress/Makefile.mk b/cpp/test/IceStorm/repstress/Makefile.mk index c65561a6a7d..69fc850f1f4 100644 --- a/cpp/test/IceStorm/repstress/Makefile.mk +++ b/cpp/test/IceStorm/repstress/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 = publisher subscriber control diff --git a/cpp/test/IceStorm/repstress/Publisher.cpp b/cpp/test/IceStorm/repstress/Publisher.cpp index 65aa6f2c9f9..c92f74df08d 100644 --- a/cpp/test/IceStorm/repstress/Publisher.cpp +++ b/cpp/test/IceStorm/repstress/Publisher.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/IceStorm/repstress/Single.ice b/cpp/test/IceStorm/repstress/Single.ice index af7ee445310..aa258f27b12 100644 --- a/cpp/test/IceStorm/repstress/Single.ice +++ b/cpp/test/IceStorm/repstress/Single.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/IceStorm/repstress/Subscriber.cpp b/cpp/test/IceStorm/repstress/Subscriber.cpp index 4a6281e03b4..f226460f682 100644 --- a/cpp/test/IceStorm/repstress/Subscriber.cpp +++ b/cpp/test/IceStorm/repstress/Subscriber.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/IceUtil.h> diff --git a/cpp/test/IceStorm/repstress/test.py b/cpp/test/IceStorm/repstress/test.py index 13ba62f1ccf..4dadc84164c 100644 --- a/cpp/test/IceStorm/repstress/test.py +++ b/cpp/test/IceStorm/repstress/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. -# # ********************************************************************** # |