summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-12-18 20:16:32 +0100
committerJose <jose@zeroc.com>2018-12-18 20:16:32 +0100
commit6b6c459791802bb00aa29114e758e4d7b7a79c2b (patch)
tree271cedfbbeed24da4bdf3fe31da7654a023353d1 /php/src
parentFix copyright header (diff)
downloadice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.bz2
ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.xz
ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.zip
Remove copyright notice
Diffstat (limited to 'php/src')
-rw-r--r--php/src/php5/Communicator.cpp3
-rw-r--r--php/src/php5/Communicator.h3
-rw-r--r--php/src/php5/Config.h3
-rw-r--r--php/src/php5/Connection.cpp3
-rw-r--r--php/src/php5/Connection.h3
-rw-r--r--php/src/php5/Endpoint.cpp3
-rw-r--r--php/src/php5/Endpoint.h3
-rw-r--r--php/src/php5/Init.cpp3
-rw-r--r--php/src/php5/Logger.cpp3
-rw-r--r--php/src/php5/Logger.h3
-rw-r--r--php/src/php5/Makefile.mk3
-rw-r--r--php/src/php5/Operation.cpp3
-rw-r--r--php/src/php5/Operation.h3
-rw-r--r--php/src/php5/Properties.cpp3
-rw-r--r--php/src/php5/Properties.h3
-rw-r--r--php/src/php5/Proxy.cpp3
-rw-r--r--php/src/php5/Proxy.h3
-rw-r--r--php/src/php5/Types.cpp3
-rw-r--r--php/src/php5/Types.h3
-rw-r--r--php/src/php5/Util.cpp3
-rw-r--r--php/src/php5/Util.h3
-rw-r--r--php/src/php7/Communicator.cpp3
-rw-r--r--php/src/php7/Communicator.h3
-rw-r--r--php/src/php7/Config.h3
-rw-r--r--php/src/php7/Connection.cpp3
-rw-r--r--php/src/php7/Connection.h3
-rw-r--r--php/src/php7/Endpoint.cpp3
-rw-r--r--php/src/php7/Endpoint.h3
-rw-r--r--php/src/php7/Init.cpp3
-rw-r--r--php/src/php7/Logger.cpp3
-rw-r--r--php/src/php7/Logger.h3
-rw-r--r--php/src/php7/Makefile.mk3
-rw-r--r--php/src/php7/Operation.cpp3
-rw-r--r--php/src/php7/Operation.h3
-rw-r--r--php/src/php7/Properties.cpp3
-rw-r--r--php/src/php7/Properties.h3
-rw-r--r--php/src/php7/Proxy.cpp3
-rw-r--r--php/src/php7/Proxy.h3
-rw-r--r--php/src/php7/Types.cpp3
-rw-r--r--php/src/php7/Types.h3
-rw-r--r--php/src/php7/Util.cpp3
-rw-r--r--php/src/php7/Util.h3
42 files changed, 0 insertions, 126 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
diff --git a/php/src/php7/Communicator.cpp b/php/src/php7/Communicator.cpp
index 0ea5ac6c6e6..cf89f03b6a0 100644
--- a/php/src/php7/Communicator.cpp
+++ b/php/src/php7/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/php7/Communicator.h b/php/src/php7/Communicator.h
index a55e5458abb..8c7e7b48cd0 100644
--- a/php/src/php7/Communicator.h
+++ b/php/src/php7/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/php7/Config.h b/php/src/php7/Config.h
index 3554aa66e87..f4d49ccd5c4 100644
--- a/php/src/php7/Config.h
+++ b/php/src/php7/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/php7/Connection.cpp b/php/src/php7/Connection.cpp
index cb6db588260..f8e958a3140 100644
--- a/php/src/php7/Connection.cpp
+++ b/php/src/php7/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/php7/Connection.h b/php/src/php7/Connection.h
index 17d63443dbe..effb84dacbb 100644
--- a/php/src/php7/Connection.h
+++ b/php/src/php7/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/php7/Endpoint.cpp b/php/src/php7/Endpoint.cpp
index 3859267be6a..eb159404d46 100644
--- a/php/src/php7/Endpoint.cpp
+++ b/php/src/php7/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/php7/Endpoint.h b/php/src/php7/Endpoint.h
index 2fb238e252a..95ce32fd030 100644
--- a/php/src/php7/Endpoint.h
+++ b/php/src/php7/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/php7/Init.cpp b/php/src/php7/Init.cpp
index 72f0410a976..05bbce0b284 100644
--- a/php/src/php7/Init.cpp
+++ b/php/src/php7/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/php7/Logger.cpp b/php/src/php7/Logger.cpp
index ff025d25a70..af65a579f0c 100644
--- a/php/src/php7/Logger.cpp
+++ b/php/src/php7/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/php7/Logger.h b/php/src/php7/Logger.h
index 82e4bbf0719..211f5e6d74f 100644
--- a/php/src/php7/Logger.h
+++ b/php/src/php7/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/php7/Makefile.mk b/php/src/php7/Makefile.mk
index f5451da7d35..57fe2535955 100644
--- a/php/src/php7/Makefile.mk
+++ b/php/src/php7/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/php7/Operation.cpp b/php/src/php7/Operation.cpp
index 63d15212754..aadd506d63c 100644
--- a/php/src/php7/Operation.cpp
+++ b/php/src/php7/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/php7/Operation.h b/php/src/php7/Operation.h
index acbf7fd40c5..da4f4b28f1c 100644
--- a/php/src/php7/Operation.h
+++ b/php/src/php7/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/php7/Properties.cpp b/php/src/php7/Properties.cpp
index 40335000058..d59901cfc70 100644
--- a/php/src/php7/Properties.cpp
+++ b/php/src/php7/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/php7/Properties.h b/php/src/php7/Properties.h
index 4a92539f2d0..5444fdfa48b 100644
--- a/php/src/php7/Properties.h
+++ b/php/src/php7/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/php7/Proxy.cpp b/php/src/php7/Proxy.cpp
index 1d1e32ddaba..38cb808fead 100644
--- a/php/src/php7/Proxy.cpp
+++ b/php/src/php7/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/php7/Proxy.h b/php/src/php7/Proxy.h
index 8b4b3009326..aed49cf20f6 100644
--- a/php/src/php7/Proxy.h
+++ b/php/src/php7/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/php7/Types.cpp b/php/src/php7/Types.cpp
index 4924d4148b8..f535418348b 100644
--- a/php/src/php7/Types.cpp
+++ b/php/src/php7/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/php7/Types.h b/php/src/php7/Types.h
index 951f17ef730..b207f2945a9 100644
--- a/php/src/php7/Types.h
+++ b/php/src/php7/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/php7/Util.cpp b/php/src/php7/Util.cpp
index b9bbdc657cc..8306b33a245 100644
--- a/php/src/php7/Util.cpp
+++ b/php/src/php7/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/php7/Util.h b/php/src/php7/Util.h
index e6ebb3cbace..6f14dab9aff 100644
--- a/php/src/php7/Util.h
+++ b/php/src/php7/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