summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
Diffstat (limited to 'php/src')
-rw-r--r--php/src/ice/communicator.cpp2
-rw-r--r--php/src/ice/ice.cpp2
-rw-r--r--php/src/ice/ice_common.h2
-rw-r--r--php/src/ice/ice_communicator.h2
-rw-r--r--php/src/ice/ice_marshal.h2
-rw-r--r--php/src/ice/ice_profile.h2
-rw-r--r--php/src/ice/ice_proxy.h2
-rw-r--r--php/src/ice/ice_util.h2
-rw-r--r--php/src/ice/marshal.cpp2
-rw-r--r--php/src/ice/profile.cpp2
-rw-r--r--php/src/ice/proxy.cpp2
-rw-r--r--php/src/ice/util.cpp2
12 files changed, 12 insertions, 12 deletions
diff --git a/php/src/ice/communicator.cpp b/php/src/ice/communicator.cpp
index 53ea35fab81..988b8c28eb0 100644
--- a/php/src/ice/communicator.cpp
+++ b/php/src/ice/communicator.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/ice.cpp b/php/src/ice/ice.cpp
index 6d0b9159afc..0ef2314a12c 100644
--- a/php/src/ice/ice.cpp
+++ b/php/src/ice/ice.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/ice_common.h b/php/src/ice/ice_common.h
index 2eb416ffcb4..939661237fb 100644
--- a/php/src/ice/ice_common.h
+++ b/php/src/ice/ice_common.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/ice_communicator.h b/php/src/ice/ice_communicator.h
index 71672ce5cd2..4cd26a41d52 100644
--- a/php/src/ice/ice_communicator.h
+++ b/php/src/ice/ice_communicator.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/ice_marshal.h b/php/src/ice/ice_marshal.h
index 74559e76974..82a26699d09 100644
--- a/php/src/ice/ice_marshal.h
+++ b/php/src/ice/ice_marshal.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/ice_profile.h b/php/src/ice/ice_profile.h
index 9b09696153e..45c7721482a 100644
--- a/php/src/ice/ice_profile.h
+++ b/php/src/ice/ice_profile.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/ice_proxy.h b/php/src/ice/ice_proxy.h
index 1d040e404eb..0aef8a16d18 100644
--- a/php/src/ice/ice_proxy.h
+++ b/php/src/ice/ice_proxy.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/ice_util.h b/php/src/ice/ice_util.h
index 4cb0a7b3137..abcec9a4d93 100644
--- a/php/src/ice/ice_util.h
+++ b/php/src/ice/ice_util.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/marshal.cpp b/php/src/ice/marshal.cpp
index eb5a21be1bd..f0f1e34de3f 100644
--- a/php/src/ice/marshal.cpp
+++ b/php/src/ice/marshal.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/profile.cpp b/php/src/ice/profile.cpp
index dfb756c8fe8..f96921df103 100644
--- a/php/src/ice/profile.cpp
+++ b/php/src/ice/profile.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/proxy.cpp b/php/src/ice/proxy.cpp
index 9da727d973a..ed4969696c4 100644
--- a/php/src/ice/proxy.cpp
+++ b/php/src/ice/proxy.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.
diff --git a/php/src/ice/util.cpp b/php/src/ice/util.cpp
index a78ea236743..6bfdb16243f 100644
--- a/php/src/ice/util.cpp
+++ b/php/src/ice/util.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2006 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.