diff options
Diffstat (limited to 'php/test/Ice/operations')
-rw-r--r-- | php/test/Ice/operations/Client.php | 2 | ||||
-rw-r--r-- | php/test/Ice/operations/Makefile | 2 | ||||
-rw-r--r-- | php/test/Ice/operations/Test.ice | 2 | ||||
-rwxr-xr-x | php/test/Ice/operations/run.py | 2 |
4 files changed, 4 insertions, 4 deletions
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. |