summaryrefslogtreecommitdiff
path: root/php/test/Ice
diff options
context:
space:
mode:
Diffstat (limited to 'php/test/Ice')
-rw-r--r--php/test/Ice/Makefile2
-rw-r--r--php/test/Ice/Makefile.mak2
-rw-r--r--php/test/Ice/acm/Client.php2
-rw-r--r--php/test/Ice/acm/Makefile2
-rw-r--r--php/test/Ice/acm/Test.ice2
-rwxr-xr-xphp/test/Ice/acm/run.py2
-rw-r--r--php/test/Ice/binding/Client.php2
-rw-r--r--php/test/Ice/binding/Makefile2
-rw-r--r--php/test/Ice/binding/Test.ice2
-rwxr-xr-xphp/test/Ice/binding/run.py2
-rw-r--r--php/test/Ice/checksum/CTypes.ice2
-rw-r--r--php/test/Ice/checksum/Client.php2
-rw-r--r--php/test/Ice/checksum/Makefile2
-rw-r--r--php/test/Ice/checksum/Test.ice2
-rwxr-xr-xphp/test/Ice/checksum/run.py2
-rw-r--r--php/test/Ice/defaultValue/Client.php2
-rw-r--r--php/test/Ice/defaultValue/Makefile2
-rw-r--r--php/test/Ice/defaultValue/Test.ice2
-rwxr-xr-xphp/test/Ice/defaultValue/run.py2
-rw-r--r--php/test/Ice/enums/Client.php2
-rw-r--r--php/test/Ice/enums/Makefile2
-rw-r--r--php/test/Ice/enums/Test.ice2
-rwxr-xr-xphp/test/Ice/enums/run.py2
-rw-r--r--php/test/Ice/exceptions/Client.php2
-rw-r--r--php/test/Ice/exceptions/Makefile2
-rw-r--r--php/test/Ice/exceptions/Test.ice2
-rwxr-xr-xphp/test/Ice/exceptions/run.py2
-rw-r--r--php/test/Ice/facets/Client.php2
-rw-r--r--php/test/Ice/facets/Makefile2
-rw-r--r--php/test/Ice/facets/Test.ice2
-rwxr-xr-xphp/test/Ice/facets/run.py2
-rw-r--r--php/test/Ice/info/Client.php2
-rw-r--r--php/test/Ice/info/Makefile2
-rw-r--r--php/test/Ice/info/Test.ice2
-rwxr-xr-xphp/test/Ice/info/run.py2
-rw-r--r--php/test/Ice/inheritance/Client.php2
-rw-r--r--php/test/Ice/inheritance/Makefile2
-rw-r--r--php/test/Ice/inheritance/Test.ice2
-rwxr-xr-xphp/test/Ice/inheritance/run.py2
-rw-r--r--php/test/Ice/ini/Client.php2
-rw-r--r--php/test/Ice/ini/ClientWithProfile.php2
-rwxr-xr-xphp/test/Ice/ini/run.py2
-rw-r--r--php/test/Ice/objects/Client.php2
-rw-r--r--php/test/Ice/objects/Makefile2
-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.php2
-rw-r--r--php/test/Ice/operations/Makefile2
-rw-r--r--php/test/Ice/operations/Test.ice2
-rwxr-xr-xphp/test/Ice/operations/run.py2
-rw-r--r--php/test/Ice/optional/Client.php2
-rw-r--r--php/test/Ice/optional/ClientPrivate.ice2
-rw-r--r--php/test/Ice/optional/Makefile2
-rw-r--r--php/test/Ice/optional/Test.ice2
-rwxr-xr-xphp/test/Ice/optional/run.py2
-rw-r--r--php/test/Ice/proxy/Client.php2
-rw-r--r--php/test/Ice/proxy/Makefile2
-rw-r--r--php/test/Ice/proxy/Test.ice2
-rwxr-xr-xphp/test/Ice/proxy/run.py2
-rw-r--r--php/test/Ice/scope/Client.php2
-rwxr-xr-xphp/test/Ice/scope/run.py2
-rw-r--r--php/test/Ice/slicing/Makefile2
-rw-r--r--php/test/Ice/slicing/Makefile.mak2
-rw-r--r--php/test/Ice/slicing/exceptions/Makefile2
-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/Makefile2
-rw-r--r--php/test/Ice/slicing/objects/Test.ice2
-rwxr-xr-xphp/test/Ice/slicing/objects/run.py2
71 files changed, 71 insertions, 71 deletions
diff --git a/php/test/Ice/Makefile b/php/test/Ice/Makefile
index ac6d9e48177..3640c701ac3 100644
--- a/php/test/Ice/Makefile
+++ b/php/test/Ice/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Makefile.mak b/php/test/Ice/Makefile.mak
index 26e50e92dfe..91440e52409 100644
--- a/php/test/Ice/Makefile.mak
+++ b/php/test/Ice/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/acm/Client.php b/php/test/Ice/acm/Client.php
index 32ded1f8284..b559a9d7d1d 100644
--- a/php/test/Ice/acm/Client.php
+++ b/php/test/Ice/acm/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/acm/Makefile b/php/test/Ice/acm/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/acm/Makefile
+++ b/php/test/Ice/acm/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/acm/Test.ice b/php/test/Ice/acm/Test.ice
index 0c4c3b105ca..5ab98180dd3 100644
--- a/php/test/Ice/acm/Test.ice
+++ b/php/test/Ice/acm/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/acm/run.py b/php/test/Ice/acm/run.py
index 74d2e5d1724..3fc6200cd00 100755
--- a/php/test/Ice/acm/run.py
+++ b/php/test/Ice/acm/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 3f65d2cd67a..13bd6cc6677 100644
--- a/php/test/Ice/binding/Client.php
+++ b/php/test/Ice/binding/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/binding/Makefile
index 7f480ecef31..88495a0d65e 100644
--- a/php/test/Ice/binding/Makefile
+++ b/php/test/Ice/binding/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Test.ice b/php/test/Ice/binding/Test.ice
index bd7cbe1a971..de478bf8f3f 100644
--- a/php/test/Ice/binding/Test.ice
+++ b/php/test/Ice/binding/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/run.py b/php/test/Ice/binding/run.py
index 74d2e5d1724..3fc6200cd00 100755
--- a/php/test/Ice/binding/run.py
+++ b/php/test/Ice/binding/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/checksum/CTypes.ice b/php/test/Ice/checksum/CTypes.ice
index 1dfc5f719d5..66014750174 100644
--- a/php/test/Ice/checksum/CTypes.ice
+++ b/php/test/Ice/checksum/CTypes.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/checksum/Client.php b/php/test/Ice/checksum/Client.php
index e62a3ff1bf7..a84685f44ca 100644
--- a/php/test/Ice/checksum/Client.php
+++ b/php/test/Ice/checksum/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/checksum/Makefile b/php/test/Ice/checksum/Makefile
index 55268f08a4b..aa58a820379 100644
--- a/php/test/Ice/checksum/Makefile
+++ b/php/test/Ice/checksum/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/checksum/Test.ice b/php/test/Ice/checksum/Test.ice
index 21639acff0f..1a9d48fd510 100644
--- a/php/test/Ice/checksum/Test.ice
+++ b/php/test/Ice/checksum/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/checksum/run.py b/php/test/Ice/checksum/run.py
index 74d2e5d1724..3fc6200cd00 100755
--- a/php/test/Ice/checksum/run.py
+++ b/php/test/Ice/checksum/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/defaultValue/Client.php b/php/test/Ice/defaultValue/Client.php
index b3e9dd7117d..caf06d93d70 100644
--- a/php/test/Ice/defaultValue/Client.php
+++ b/php/test/Ice/defaultValue/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/defaultValue/Makefile b/php/test/Ice/defaultValue/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/defaultValue/Makefile
+++ b/php/test/Ice/defaultValue/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/defaultValue/Test.ice b/php/test/Ice/defaultValue/Test.ice
index d9e7f669134..392f8edd366 100644
--- a/php/test/Ice/defaultValue/Test.ice
+++ b/php/test/Ice/defaultValue/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/defaultValue/run.py b/php/test/Ice/defaultValue/run.py
index 04764010e9d..e981ac9ac91 100755
--- a/php/test/Ice/defaultValue/run.py
+++ b/php/test/Ice/defaultValue/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/enums/Client.php b/php/test/Ice/enums/Client.php
index a22ab4843e9..c61c9c04c48 100644
--- a/php/test/Ice/enums/Client.php
+++ b/php/test/Ice/enums/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/enums/Makefile b/php/test/Ice/enums/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/enums/Makefile
+++ b/php/test/Ice/enums/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/enums/Test.ice b/php/test/Ice/enums/Test.ice
index 1cfe8c3eda8..0cdf582a530 100644
--- a/php/test/Ice/enums/Test.ice
+++ b/php/test/Ice/enums/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/enums/run.py b/php/test/Ice/enums/run.py
index ad8767bd99e..3aac7a1c45a 100755
--- a/php/test/Ice/enums/run.py
+++ b/php/test/Ice/enums/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 ce47fb8d48c..0d9feaf9da9 100644
--- a/php/test/Ice/exceptions/Client.php
+++ b/php/test/Ice/exceptions/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/exceptions/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/exceptions/Makefile
+++ b/php/test/Ice/exceptions/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Test.ice b/php/test/Ice/exceptions/Test.ice
index d62eb8da77b..add13769e80 100644
--- a/php/test/Ice/exceptions/Test.ice
+++ b/php/test/Ice/exceptions/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/run.py b/php/test/Ice/exceptions/run.py
index c500644f195..87476ada6d2 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-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 2b2abdd56e3..32dc94e573e 100644
--- a/php/test/Ice/facets/Client.php
+++ b/php/test/Ice/facets/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/facets/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/facets/Makefile
+++ b/php/test/Ice/facets/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Test.ice b/php/test/Ice/facets/Test.ice
index d73c6594829..1d2c7c3c26e 100644
--- a/php/test/Ice/facets/Test.ice
+++ b/php/test/Ice/facets/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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 74d2e5d1724..3fc6200cd00 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-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/info/Client.php b/php/test/Ice/info/Client.php
index e5f3fc1d032..3378395ee9d 100644
--- a/php/test/Ice/info/Client.php
+++ b/php/test/Ice/info/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/info/Makefile b/php/test/Ice/info/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/info/Makefile
+++ b/php/test/Ice/info/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/info/Test.ice b/php/test/Ice/info/Test.ice
index a71990ba3db..646f18941c3 100644
--- a/php/test/Ice/info/Test.ice
+++ b/php/test/Ice/info/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/info/run.py b/php/test/Ice/info/run.py
index 74d2e5d1724..3fc6200cd00 100755
--- a/php/test/Ice/info/run.py
+++ b/php/test/Ice/info/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 d2e4f017c05..33c82f8bb6b 100644
--- a/php/test/Ice/inheritance/Client.php
+++ b/php/test/Ice/inheritance/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/inheritance/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/inheritance/Makefile
+++ b/php/test/Ice/inheritance/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Test.ice b/php/test/Ice/inheritance/Test.ice
index 7dd63ee98b6..2e9b176c00b 100644
--- a/php/test/Ice/inheritance/Test.ice
+++ b/php/test/Ice/inheritance/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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 74d2e5d1724..3fc6200cd00 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-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/ini/Client.php b/php/test/Ice/ini/Client.php
index 503ee25da94..47eade542b2 100644
--- a/php/test/Ice/ini/Client.php
+++ b/php/test/Ice/ini/Client.php
@@ -1,7 +1,7 @@
<?php
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/ini/ClientWithProfile.php b/php/test/Ice/ini/ClientWithProfile.php
index 7562fb56bd0..f7f3a4f21ee 100644
--- a/php/test/Ice/ini/ClientWithProfile.php
+++ b/php/test/Ice/ini/ClientWithProfile.php
@@ -1,7 +1,7 @@
<?php
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/ini/run.py b/php/test/Ice/ini/run.py
index 47ecc8e3cca..5dea6040b0e 100755
--- a/php/test/Ice/ini/run.py
+++ b/php/test/Ice/ini/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 307717a8e80..542413d4a6c 100644
--- a/php/test/Ice/objects/Client.php
+++ b/php/test/Ice/objects/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/objects/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/objects/Makefile
+++ b/php/test/Ice/objects/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Test.ice b/php/test/Ice/objects/Test.ice
index 0baceedbf46..dc7f16bfd83 100644
--- a/php/test/Ice/objects/Test.ice
+++ b/php/test/Ice/objects/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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 2203405e424..1361b69d666 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-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 d653a0b194b..40583fb9e05 100644
--- a/php/test/Ice/operations/Client.php
+++ b/php/test/Ice/operations/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/operations/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/operations/Makefile
+++ b/php/test/Ice/operations/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Test.ice b/php/test/Ice/operations/Test.ice
index fb142c63b11..4d314fc8e0b 100644
--- a/php/test/Ice/operations/Test.ice
+++ b/php/test/Ice/operations/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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 a66150e03d2..6e58b0fc7fd 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-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/optional/Client.php b/php/test/Ice/optional/Client.php
index 39666ff7b13..636e25c6240 100644
--- a/php/test/Ice/optional/Client.php
+++ b/php/test/Ice/optional/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/optional/ClientPrivate.ice b/php/test/Ice/optional/ClientPrivate.ice
index c7211442401..9a173d452e1 100644
--- a/php/test/Ice/optional/ClientPrivate.ice
+++ b/php/test/Ice/optional/ClientPrivate.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/optional/Makefile b/php/test/Ice/optional/Makefile
index fd1edf70645..025be63387d 100644
--- a/php/test/Ice/optional/Makefile
+++ b/php/test/Ice/optional/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/optional/Test.ice b/php/test/Ice/optional/Test.ice
index d4a93f33410..f935b24b0e7 100644
--- a/php/test/Ice/optional/Test.ice
+++ b/php/test/Ice/optional/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/optional/run.py b/php/test/Ice/optional/run.py
index 121ce5fd8b0..95f8e4badb7 100755
--- a/php/test/Ice/optional/run.py
+++ b/php/test/Ice/optional/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/proxy/Client.php b/php/test/Ice/proxy/Client.php
index ac186cd15d4..441078b1127 100644
--- a/php/test/Ice/proxy/Client.php
+++ b/php/test/Ice/proxy/Client.php
@@ -1,7 +1,7 @@
<?
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/proxy/Makefile b/php/test/Ice/proxy/Makefile
index 46857bd3954..c837988f0db 100644
--- a/php/test/Ice/proxy/Makefile
+++ b/php/test/Ice/proxy/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/proxy/Test.ice b/php/test/Ice/proxy/Test.ice
index a9ce04d642d..5997418d1b4 100644
--- a/php/test/Ice/proxy/Test.ice
+++ b/php/test/Ice/proxy/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/proxy/run.py b/php/test/Ice/proxy/run.py
index a66150e03d2..6e58b0fc7fd 100755
--- a/php/test/Ice/proxy/run.py
+++ b/php/test/Ice/proxy/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/scope/Client.php b/php/test/Ice/scope/Client.php
index 2be233ee9fa..6ff6ff6a15e 100644
--- a/php/test/Ice/scope/Client.php
+++ b/php/test/Ice/scope/Client.php
@@ -1,7 +1,7 @@
<?php
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/scope/run.py b/php/test/Ice/scope/run.py
index 93edf04f1d3..239932348c2 100755
--- a/php/test/Ice/scope/run.py
+++ b/php/test/Ice/scope/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/slicing/Makefile
index 476e21788a2..b1a88de6413 100644
--- a/php/test/Ice/slicing/Makefile
+++ b/php/test/Ice/slicing/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Makefile.mak b/php/test/Ice/slicing/Makefile.mak
index e2277708d06..896e0bed015 100644
--- a/php/test/Ice/slicing/Makefile.mak
+++ b/php/test/Ice/slicing/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/slicing/exceptions/Makefile
index 563e28c691a..2fae0d9b0e1 100644
--- a/php/test/Ice/slicing/exceptions/Makefile
+++ b/php/test/Ice/slicing/exceptions/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 e81c34580f6..c32e896e729 100644
--- a/php/test/Ice/slicing/exceptions/Test.ice
+++ b/php/test/Ice/slicing/exceptions/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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 c40f6f06f3e..d27134b1154 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-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 3880bd583ab..1d5c23f17e9 100644
--- a/php/test/Ice/slicing/objects/ClientPrivate.ice
+++ b/php/test/Ice/slicing/objects/ClientPrivate.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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 89486e226cc..f904a627b4f 100644
--- a/php/test/Ice/slicing/objects/Forward.ice
+++ b/php/test/Ice/slicing/objects/Forward.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/Makefile b/php/test/Ice/slicing/objects/Makefile
index bdf254acdf5..84b4bc1f9a0 100644
--- a/php/test/Ice/slicing/objects/Makefile
+++ b/php/test/Ice/slicing/objects/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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 3b1d13db6bd..08c203f4698 100644
--- a/php/test/Ice/slicing/objects/Test.ice
+++ b/php/test/Ice/slicing/objects/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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 c40f6f06f3e..d27134b1154 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-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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.