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 /php/src/php5 | |
parent | Fix copyright header (diff) | |
download | ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.bz2 ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.xz ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.zip |
Remove copyright notice
Diffstat (limited to 'php/src/php5')
-rw-r--r-- | php/src/php5/Communicator.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Communicator.h | 3 | ||||
-rw-r--r-- | php/src/php5/Config.h | 3 | ||||
-rw-r--r-- | php/src/php5/Connection.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Connection.h | 3 | ||||
-rw-r--r-- | php/src/php5/Endpoint.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Endpoint.h | 3 | ||||
-rw-r--r-- | php/src/php5/Init.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Logger.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Logger.h | 3 | ||||
-rw-r--r-- | php/src/php5/Makefile.mk | 3 | ||||
-rw-r--r-- | php/src/php5/Operation.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Operation.h | 3 | ||||
-rw-r--r-- | php/src/php5/Properties.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Properties.h | 3 | ||||
-rw-r--r-- | php/src/php5/Proxy.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Proxy.h | 3 | ||||
-rw-r--r-- | php/src/php5/Types.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Types.h | 3 | ||||
-rw-r--r-- | php/src/php5/Util.cpp | 3 | ||||
-rw-r--r-- | php/src/php5/Util.h | 3 |
21 files changed, 0 insertions, 63 deletions
diff --git a/php/src/php5/Communicator.cpp b/php/src/php5/Communicator.cpp index 4d72e7e25bc..bd93ca2bb2a 100644 --- a/php/src/php5/Communicator.cpp +++ b/php/src/php5/Communicator.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 <Communicator.h> diff --git a/php/src/php5/Communicator.h b/php/src/php5/Communicator.h index 203948ea589..4f15c07e8e3 100644 --- a/php/src/php5/Communicator.h +++ b/php/src/php5/Communicator.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 ICEPHP_COMMUNICATOR_H diff --git a/php/src/php5/Config.h b/php/src/php5/Config.h index 17f59bef48a..ac0f874d4b3 100644 --- a/php/src/php5/Config.h +++ b/php/src/php5/Config.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 ICE_PHP_CONFIG_H diff --git a/php/src/php5/Connection.cpp b/php/src/php5/Connection.cpp index 991fcee7ce8..22705b57c3a 100644 --- a/php/src/php5/Connection.cpp +++ b/php/src/php5/Connection.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 <Connection.h> diff --git a/php/src/php5/Connection.h b/php/src/php5/Connection.h index 650a4a8bf64..2e5fabfa637 100644 --- a/php/src/php5/Connection.h +++ b/php/src/php5/Connection.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 ICEPHP_CONNECTION_H diff --git a/php/src/php5/Endpoint.cpp b/php/src/php5/Endpoint.cpp index bb235bf550c..1c7890b1091 100644 --- a/php/src/php5/Endpoint.cpp +++ b/php/src/php5/Endpoint.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 <Endpoint.h> diff --git a/php/src/php5/Endpoint.h b/php/src/php5/Endpoint.h index 5eb4f98fe95..945c8e0cdd2 100644 --- a/php/src/php5/Endpoint.h +++ b/php/src/php5/Endpoint.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 ICEPHP_ENDPOINT_H diff --git a/php/src/php5/Init.cpp b/php/src/php5/Init.cpp index 183cac7317b..f3bf4e7ed5f 100644 --- a/php/src/php5/Init.cpp +++ b/php/src/php5/Init.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 <Communicator.h> diff --git a/php/src/php5/Logger.cpp b/php/src/php5/Logger.cpp index 41a23d577c7..f333d08e776 100644 --- a/php/src/php5/Logger.cpp +++ b/php/src/php5/Logger.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 <Logger.h> diff --git a/php/src/php5/Logger.h b/php/src/php5/Logger.h index e1567c10fbb..f45f191d787 100644 --- a/php/src/php5/Logger.h +++ b/php/src/php5/Logger.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 ICEPHP_LOGGER_H diff --git a/php/src/php5/Makefile.mk b/php/src/php5/Makefile.mk index 3354ff48799..66490cd174a 100644 --- a/php/src/php5/Makefile.mk +++ b/php/src/php5/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. -# # ********************************************************************** $(project)_libraries := IcePHP diff --git a/php/src/php5/Operation.cpp b/php/src/php5/Operation.cpp index 63b1ea3c39f..10cf28c243e 100644 --- a/php/src/php5/Operation.cpp +++ b/php/src/php5/Operation.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 <Operation.h> diff --git a/php/src/php5/Operation.h b/php/src/php5/Operation.h index acbf7fd40c5..da4f4b28f1c 100644 --- a/php/src/php5/Operation.h +++ b/php/src/php5/Operation.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 ICEPHP_OPERATION_H diff --git a/php/src/php5/Properties.cpp b/php/src/php5/Properties.cpp index 45c88dec62e..f9d6d39bdc1 100644 --- a/php/src/php5/Properties.cpp +++ b/php/src/php5/Properties.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 <Properties.h> diff --git a/php/src/php5/Properties.h b/php/src/php5/Properties.h index ee6361b867d..b8c40498ae0 100644 --- a/php/src/php5/Properties.h +++ b/php/src/php5/Properties.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 ICEPHP_PROPERTIES_H diff --git a/php/src/php5/Proxy.cpp b/php/src/php5/Proxy.cpp index 091c9c97f12..17844c385e3 100644 --- a/php/src/php5/Proxy.cpp +++ b/php/src/php5/Proxy.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 <Proxy.h> diff --git a/php/src/php5/Proxy.h b/php/src/php5/Proxy.h index bb91d5da1c4..e8f77c844e3 100644 --- a/php/src/php5/Proxy.h +++ b/php/src/php5/Proxy.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 ICEPHP_PROXY_H diff --git a/php/src/php5/Types.cpp b/php/src/php5/Types.cpp index f847de5c916..ed173fe595a 100644 --- a/php/src/php5/Types.cpp +++ b/php/src/php5/Types.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 <Types.h> diff --git a/php/src/php5/Types.h b/php/src/php5/Types.h index 96ac77c55eb..3ff46228431 100644 --- a/php/src/php5/Types.h +++ b/php/src/php5/Types.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 ICEPHP_TYPES_H diff --git a/php/src/php5/Util.cpp b/php/src/php5/Util.cpp index ded0334cdf3..1eb6ac005b7 100644 --- a/php/src/php5/Util.cpp +++ b/php/src/php5/Util.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 <Util.h> diff --git a/php/src/php5/Util.h b/php/src/php5/Util.h index f6a66c0f530..8d8451d1741 100644 --- a/php/src/php5/Util.h +++ b/php/src/php5/Util.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 ICEPHP_UTIL_H |