summaryrefslogtreecommitdiff
path: root/php/src/php7
diff options
context:
space:
mode:
Diffstat (limited to 'php/src/php7')
-rw-r--r--php/src/php7/Communicator.cpp4
-rw-r--r--php/src/php7/Communicator.h4
-rw-r--r--php/src/php7/Config.h4
-rw-r--r--php/src/php7/Connection.cpp4
-rw-r--r--php/src/php7/Connection.h4
-rw-r--r--php/src/php7/Endpoint.cpp4
-rw-r--r--php/src/php7/Endpoint.h4
-rw-r--r--php/src/php7/Init.cpp4
-rw-r--r--php/src/php7/Logger.cpp4
-rw-r--r--php/src/php7/Logger.h4
-rw-r--r--php/src/php7/Makefile.mk4
-rw-r--r--php/src/php7/Operation.cpp4
-rw-r--r--php/src/php7/Operation.h4
-rw-r--r--php/src/php7/Properties.cpp4
-rw-r--r--php/src/php7/Properties.h4
-rw-r--r--php/src/php7/Proxy.cpp4
-rw-r--r--php/src/php7/Proxy.h4
-rw-r--r--php/src/php7/Types.cpp4
-rw-r--r--php/src/php7/Types.h4
-rw-r--r--php/src/php7/Util.cpp4
-rw-r--r--php/src/php7/Util.h4
21 files changed, 21 insertions, 63 deletions
diff --git a/php/src/php7/Communicator.cpp b/php/src/php7/Communicator.cpp
index cf89f03b6a0..3a0f53ca70b 100644
--- a/php/src/php7/Communicator.cpp
+++ b/php/src/php7/Communicator.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Communicator.h>
#include <Logger.h>
diff --git a/php/src/php7/Communicator.h b/php/src/php7/Communicator.h
index 8c7e7b48cd0..5f51c1447bc 100644
--- a/php/src/php7/Communicator.h
+++ b/php/src/php7/Communicator.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_COMMUNICATOR_H
#define ICEPHP_COMMUNICATOR_H
diff --git a/php/src/php7/Config.h b/php/src/php7/Config.h
index d03e2f5cd6f..fa43f45e803 100644
--- a/php/src/php7/Config.h
+++ b/php/src/php7/Config.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICE_PHP_CONFIG_H
#define ICE_PHP_CONFIG_H
diff --git a/php/src/php7/Connection.cpp b/php/src/php7/Connection.cpp
index f8e958a3140..6faabbb5578 100644
--- a/php/src/php7/Connection.cpp
+++ b/php/src/php7/Connection.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Connection.h>
#include <Endpoint.h>
diff --git a/php/src/php7/Connection.h b/php/src/php7/Connection.h
index effb84dacbb..23dbe6a79fe 100644
--- a/php/src/php7/Connection.h
+++ b/php/src/php7/Connection.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_CONNECTION_H
#define ICEPHP_CONNECTION_H
diff --git a/php/src/php7/Endpoint.cpp b/php/src/php7/Endpoint.cpp
index eb159404d46..c6981282ab7 100644
--- a/php/src/php7/Endpoint.cpp
+++ b/php/src/php7/Endpoint.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Endpoint.h>
#include <Util.h>
diff --git a/php/src/php7/Endpoint.h b/php/src/php7/Endpoint.h
index 95ce32fd030..6320a52b3ed 100644
--- a/php/src/php7/Endpoint.h
+++ b/php/src/php7/Endpoint.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_ENDPOINT_H
#define ICEPHP_ENDPOINT_H
diff --git a/php/src/php7/Init.cpp b/php/src/php7/Init.cpp
index 05bbce0b284..da10ef4a7e2 100644
--- a/php/src/php7/Init.cpp
+++ b/php/src/php7/Init.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Communicator.h>
#include <Connection.h>
diff --git a/php/src/php7/Logger.cpp b/php/src/php7/Logger.cpp
index af65a579f0c..c75bce5c2c7 100644
--- a/php/src/php7/Logger.cpp
+++ b/php/src/php7/Logger.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Logger.h>
#include <Util.h>
diff --git a/php/src/php7/Logger.h b/php/src/php7/Logger.h
index 211f5e6d74f..576ebb3c942 100644
--- a/php/src/php7/Logger.h
+++ b/php/src/php7/Logger.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_LOGGER_H
#define ICEPHP_LOGGER_H
diff --git a/php/src/php7/Makefile.mk b/php/src/php7/Makefile.mk
index 57fe2535955..d95d6b48840 100644
--- a/php/src/php7/Makefile.mk
+++ b/php/src/php7/Makefile.mk
@@ -1,8 +1,6 @@
-# **********************************************************************
#
-# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
-# **********************************************************************
$(project)_libraries := IcePHP
diff --git a/php/src/php7/Operation.cpp b/php/src/php7/Operation.cpp
index aadd506d63c..451d7ccfebf 100644
--- a/php/src/php7/Operation.cpp
+++ b/php/src/php7/Operation.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Operation.h>
#include <Communicator.h>
diff --git a/php/src/php7/Operation.h b/php/src/php7/Operation.h
index da4f4b28f1c..06acd9c63f0 100644
--- a/php/src/php7/Operation.h
+++ b/php/src/php7/Operation.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_OPERATION_H
#define ICEPHP_OPERATION_H
diff --git a/php/src/php7/Properties.cpp b/php/src/php7/Properties.cpp
index d59901cfc70..9b8a130af79 100644
--- a/php/src/php7/Properties.cpp
+++ b/php/src/php7/Properties.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Properties.h>
#include <Util.h>
diff --git a/php/src/php7/Properties.h b/php/src/php7/Properties.h
index 5444fdfa48b..da5fdaa4bd5 100644
--- a/php/src/php7/Properties.h
+++ b/php/src/php7/Properties.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_PROPERTIES_H
#define ICEPHP_PROPERTIES_H
diff --git a/php/src/php7/Proxy.cpp b/php/src/php7/Proxy.cpp
index 38cb808fead..898ff63ae45 100644
--- a/php/src/php7/Proxy.cpp
+++ b/php/src/php7/Proxy.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Proxy.h>
#include <Connection.h>
diff --git a/php/src/php7/Proxy.h b/php/src/php7/Proxy.h
index aed49cf20f6..765e5ad2b36 100644
--- a/php/src/php7/Proxy.h
+++ b/php/src/php7/Proxy.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_PROXY_H
#define ICEPHP_PROXY_H
diff --git a/php/src/php7/Types.cpp b/php/src/php7/Types.cpp
index f535418348b..d5d3d528ba3 100644
--- a/php/src/php7/Types.cpp
+++ b/php/src/php7/Types.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Types.h>
#include <Proxy.h>
diff --git a/php/src/php7/Types.h b/php/src/php7/Types.h
index b207f2945a9..c3abd945832 100644
--- a/php/src/php7/Types.h
+++ b/php/src/php7/Types.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_TYPES_H
#define ICEPHP_TYPES_H
diff --git a/php/src/php7/Util.cpp b/php/src/php7/Util.cpp
index 8306b33a245..7a912475eed 100644
--- a/php/src/php7/Util.cpp
+++ b/php/src/php7/Util.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Util.h>
#include <Ice/UUID.h>
diff --git a/php/src/php7/Util.h b/php/src/php7/Util.h
index 6f14dab9aff..1fa42cb7d69 100644
--- a/php/src/php7/Util.h
+++ b/php/src/php7/Util.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#ifndef ICEPHP_UTIL_H
#define ICEPHP_UTIL_H