diff options
author | Joe George <joe@zeroc.com> | 2017-02-13 18:40:00 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-02-13 18:40:00 -0500 |
commit | 274d82b037c5331c7be1bce5e75335ce727be96e (patch) | |
tree | 8c14faad979cf1d3c96689a20fed45329c8198c6 /php/test/Slice/macros | |
parent | Fixed (ICE-7276) - Comparing struct with Ice::Unset results in error in Ruby (diff) | |
download | ice-274d82b037c5331c7be1bce5e75335ce727be96e.tar.bz2 ice-274d82b037c5331c7be1bce5e75335ce727be96e.tar.xz ice-274d82b037c5331c7be1bce5e75335ce727be96e.zip |
ICE-7506 - Update copyright to 2017
Diffstat (limited to 'php/test/Slice/macros')
-rw-r--r-- | php/test/Slice/macros/Client.php | 2 | ||||
-rw-r--r-- | php/test/Slice/macros/Makefile | 2 | ||||
-rw-r--r-- | php/test/Slice/macros/Makefile.mak | 2 | ||||
-rw-r--r-- | php/test/Slice/macros/Test.ice | 2 | ||||
-rwxr-xr-x | php/test/Slice/macros/run.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/php/test/Slice/macros/Client.php b/php/test/Slice/macros/Client.php index a8e16923446..601d25adbc8 100644 --- a/php/test/Slice/macros/Client.php +++ b/php/test/Slice/macros/Client.php @@ -1,7 +1,7 @@ <? // ********************************************************************** // -// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2017 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/Slice/macros/Makefile b/php/test/Slice/macros/Makefile index c837988f0db..de41e9ce180 100644 --- a/php/test/Slice/macros/Makefile +++ b/php/test/Slice/macros/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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/Slice/macros/Makefile.mak b/php/test/Slice/macros/Makefile.mak index 02efb854220..4ece14f179d 100644 --- a/php/test/Slice/macros/Makefile.mak +++ b/php/test/Slice/macros/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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/Slice/macros/Test.ice b/php/test/Slice/macros/Test.ice index e8b5ddcf117..f86a762ab00 100644 --- a/php/test/Slice/macros/Test.ice +++ b/php/test/Slice/macros/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2017 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/Slice/macros/run.py b/php/test/Slice/macros/run.py index e981ac9ac91..c171a3556ce 100755 --- a/php/test/Slice/macros/run.py +++ b/php/test/Slice/macros/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2017 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. |