summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-03-14 14:35:18 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-03-14 14:35:18 +0000
commit23be0bb2d649dbd12e0f3e29289f85c9c8afac08 (patch)
tree3719ed4ee3c110baf568a9f6e67f02612b20189f /php
parentRemoved unused getLocalHost() (diff)
downloadice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.tar.bz2
ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.tar.xz
ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.zip
Updated copyright
Diffstat (limited to 'php')
-rwxr-xr-xphp/allTests.py2
-rw-r--r--php/config/TestUtil.py2
-rw-r--r--php/demo/Ice/hello/Hello.ice2
-rwxr-xr-xphp/demo/Ice/hello/hello.php2
-rw-r--r--php/demo/Ice/value/Client.php18
-rw-r--r--php/demo/Ice/value/Value.ice2
-rwxr-xr-xphp/makedist.py2
-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
-rw-r--r--php/test/Ice/binding/Client.php9
-rw-r--r--php/test/Ice/binding/Test.ice2
-rw-r--r--php/test/Ice/exceptions/Client.php9
-rw-r--r--php/test/Ice/exceptions/Test.ice2
-rw-r--r--php/test/Ice/exceptions/junk.php9
-rwxr-xr-xphp/test/Ice/exceptions/run.py2
-rw-r--r--php/test/Ice/facets/Client.php9
-rw-r--r--php/test/Ice/facets/Test.ice2
-rwxr-xr-xphp/test/Ice/facets/run.py2
-rw-r--r--php/test/Ice/inheritance/Client.php9
-rw-r--r--php/test/Ice/inheritance/Test.ice2
-rwxr-xr-xphp/test/Ice/inheritance/run.py2
-rw-r--r--php/test/Ice/objects/Client.php9
-rw-r--r--php/test/Ice/objects/Test.ice2
-rwxr-xr-xphp/test/Ice/objects/run.py2
-rw-r--r--php/test/Ice/operations/Client.php9
-rw-r--r--php/test/Ice/operations/Test.ice2
-rwxr-xr-xphp/test/Ice/operations/run.py2
-rw-r--r--php/test/Ice/slicing/exceptions/Test.ice2
-rwxr-xr-xphp/test/Ice/slicing/exceptions/run.py2
-rw-r--r--php/test/Ice/slicing/objects/ClientPrivate.ice2
-rw-r--r--php/test/Ice/slicing/objects/Forward.ice2
-rw-r--r--php/test/Ice/slicing/objects/Test.ice2
-rwxr-xr-xphp/test/Ice/slicing/objects/run.py2
43 files changed, 107 insertions, 44 deletions
diff --git a/php/allTests.py b/php/allTests.py
index 231b672de10..7ebd855328e 100755
--- a/php/allTests.py
+++ b/php/allTests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/config/TestUtil.py b/php/config/TestUtil.py
index a2d73c0feb6..d0a97c26115 100644
--- a/php/config/TestUtil.py
+++ b/php/config/TestUtil.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/demo/Ice/hello/Hello.ice b/php/demo/Ice/hello/Hello.ice
index 31efba3b8df..bb1748e737f 100644
--- a/php/demo/Ice/hello/Hello.ice
+++ b/php/demo/Ice/hello/Hello.ice
@@ -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/demo/Ice/hello/hello.php b/php/demo/Ice/hello/hello.php
index b55caa786aa..78b9610df4d 100755
--- a/php/demo/Ice/hello/hello.php
+++ b/php/demo/Ice/hello/hello.php
@@ -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/demo/Ice/value/Client.php b/php/demo/Ice/value/Client.php
index 2004e1411ad..4ecdef880a0 100644
--- a/php/demo/Ice/value/Client.php
+++ b/php/demo/Ice/value/Client.php
@@ -1,13 +1,13 @@
-<?php
-// **********************************************************************
-//
-// Copyright (c) 2003-2005 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.
-//
-// **********************************************************************
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+<?php
Ice_loadProfile();
class PrinterI extends Demo_Printer
diff --git a/php/demo/Ice/value/Value.ice b/php/demo/Ice/value/Value.ice
index d6d70f7b1ce..63cf4649448 100644
--- a/php/demo/Ice/value/Value.ice
+++ b/php/demo/Ice/value/Value.ice
@@ -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/makedist.py b/php/makedist.py
index 584d1479516..dfd273a89fd 100755
--- a/php/makedist.py
+++ b/php/makedist.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/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.
diff --git a/php/test/Ice/binding/Client.php b/php/test/Ice/binding/Client.php
index 98c59ab703b..fff873d192b 100644
--- a/php/test/Ice/binding/Client.php
+++ b/php/test/Ice/binding/Client.php
@@ -1,3 +1,12 @@
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+
<?
error_reporting(E_ALL | E_STRICT);
diff --git a/php/test/Ice/binding/Test.ice b/php/test/Ice/binding/Test.ice
index 5400b2e607c..851f060cbb1 100644
--- a/php/test/Ice/binding/Test.ice
+++ b/php/test/Ice/binding/Test.ice
@@ -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/test/Ice/exceptions/Client.php b/php/test/Ice/exceptions/Client.php
index 739b246f0e1..89355953d25 100644
--- a/php/test/Ice/exceptions/Client.php
+++ b/php/test/Ice/exceptions/Client.php
@@ -1,3 +1,12 @@
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+
<?
error_reporting(E_ALL | E_STRICT);
diff --git a/php/test/Ice/exceptions/Test.ice b/php/test/Ice/exceptions/Test.ice
index d1758c231a5..ef3994fdab6 100644
--- a/php/test/Ice/exceptions/Test.ice
+++ b/php/test/Ice/exceptions/Test.ice
@@ -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/test/Ice/exceptions/junk.php b/php/test/Ice/exceptions/junk.php
index 3aa5c90d843..c80de7c276e 100644
--- a/php/test/Ice/exceptions/junk.php
+++ b/php/test/Ice/exceptions/junk.php
@@ -1,3 +1,12 @@
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+
<?
echo "value = ",PHP_CONFIG_FILE_PATH,"\n";
?>
diff --git a/php/test/Ice/exceptions/run.py b/php/test/Ice/exceptions/run.py
index 2691cd92bb4..ce3212a3fd2 100755
--- a/php/test/Ice/exceptions/run.py
+++ b/php/test/Ice/exceptions/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/test/Ice/facets/Client.php b/php/test/Ice/facets/Client.php
index 67277a09eac..23df2275c0a 100644
--- a/php/test/Ice/facets/Client.php
+++ b/php/test/Ice/facets/Client.php
@@ -1,3 +1,12 @@
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+
<?
error_reporting(E_ALL | E_STRICT);
diff --git a/php/test/Ice/facets/Test.ice b/php/test/Ice/facets/Test.ice
index 445aabb2419..a5a4f2d8130 100644
--- a/php/test/Ice/facets/Test.ice
+++ b/php/test/Ice/facets/Test.ice
@@ -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/test/Ice/facets/run.py b/php/test/Ice/facets/run.py
index bfa4e195d91..7d08af5725f 100755
--- a/php/test/Ice/facets/run.py
+++ b/php/test/Ice/facets/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/test/Ice/inheritance/Client.php b/php/test/Ice/inheritance/Client.php
index 60959264495..2b153257208 100644
--- a/php/test/Ice/inheritance/Client.php
+++ b/php/test/Ice/inheritance/Client.php
@@ -1,3 +1,12 @@
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+
<?
error_reporting(E_ALL | E_STRICT);
diff --git a/php/test/Ice/inheritance/Test.ice b/php/test/Ice/inheritance/Test.ice
index 76b962cd61f..7db803a9db9 100644
--- a/php/test/Ice/inheritance/Test.ice
+++ b/php/test/Ice/inheritance/Test.ice
@@ -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/test/Ice/inheritance/run.py b/php/test/Ice/inheritance/run.py
index 742b6baa1f5..d909e8a4899 100755
--- a/php/test/Ice/inheritance/run.py
+++ b/php/test/Ice/inheritance/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/test/Ice/objects/Client.php b/php/test/Ice/objects/Client.php
index 7a950f398f3..7c1d7161c9d 100644
--- a/php/test/Ice/objects/Client.php
+++ b/php/test/Ice/objects/Client.php
@@ -1,3 +1,12 @@
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+
<?
error_reporting(E_ALL | E_STRICT);
diff --git a/php/test/Ice/objects/Test.ice b/php/test/Ice/objects/Test.ice
index 2547642e6ac..37ccd3c1a7d 100644
--- a/php/test/Ice/objects/Test.ice
+++ b/php/test/Ice/objects/Test.ice
@@ -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/test/Ice/objects/run.py b/php/test/Ice/objects/run.py
index d7628210754..4f0b0130599 100755
--- a/php/test/Ice/objects/run.py
+++ b/php/test/Ice/objects/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/test/Ice/operations/Client.php b/php/test/Ice/operations/Client.php
index c04a6f87bab..f2c35a9af15 100644
--- a/php/test/Ice/operations/Client.php
+++ b/php/test/Ice/operations/Client.php
@@ -1,3 +1,12 @@
+<!-- ********************************************************************** -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- ********************************************************************** -->
+
<?
error_reporting(E_ALL | E_STRICT);
diff --git a/php/test/Ice/operations/Test.ice b/php/test/Ice/operations/Test.ice
index df3a6fb58e9..20aef09bf89 100644
--- a/php/test/Ice/operations/Test.ice
+++ b/php/test/Ice/operations/Test.ice
@@ -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/test/Ice/operations/run.py b/php/test/Ice/operations/run.py
index 7a739022f01..2f37370efb2 100755
--- a/php/test/Ice/operations/run.py
+++ b/php/test/Ice/operations/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/test/Ice/slicing/exceptions/Test.ice b/php/test/Ice/slicing/exceptions/Test.ice
index 9abf479efb6..622d69a7595 100644
--- a/php/test/Ice/slicing/exceptions/Test.ice
+++ b/php/test/Ice/slicing/exceptions/Test.ice
@@ -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/test/Ice/slicing/exceptions/run.py b/php/test/Ice/slicing/exceptions/run.py
index 442a48a8e34..6a4a3b17c05 100755
--- a/php/test/Ice/slicing/exceptions/run.py
+++ b/php/test/Ice/slicing/exceptions/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/test/Ice/slicing/objects/ClientPrivate.ice b/php/test/Ice/slicing/objects/ClientPrivate.ice
index 6c5cc7fe1a7..fc661cf5aa1 100644
--- a/php/test/Ice/slicing/objects/ClientPrivate.ice
+++ b/php/test/Ice/slicing/objects/ClientPrivate.ice
@@ -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/test/Ice/slicing/objects/Forward.ice b/php/test/Ice/slicing/objects/Forward.ice
index a96faa8c561..1cf0d7362bf 100644
--- a/php/test/Ice/slicing/objects/Forward.ice
+++ b/php/test/Ice/slicing/objects/Forward.ice
@@ -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/test/Ice/slicing/objects/Test.ice b/php/test/Ice/slicing/objects/Test.ice
index a0a3d1dc81c..b6dbb3a50d8 100644
--- a/php/test/Ice/slicing/objects/Test.ice
+++ b/php/test/Ice/slicing/objects/Test.ice
@@ -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/test/Ice/slicing/objects/run.py b/php/test/Ice/slicing/objects/run.py
index 0bc0a30e6d6..ef320510844 100755
--- a/php/test/Ice/slicing/objects/run.py
+++ b/php/test/Ice/slicing/objects/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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.