From 274d82b037c5331c7be1bce5e75335ce727be96e Mon Sep 17 00:00:00 2001 From: Joe George Date: Mon, 13 Feb 2017 18:40:00 -0500 Subject: ICE-7506 - Update copyright to 2017 --- php/src/php5/Communicator.cpp | 2 +- php/src/php5/Communicator.h | 2 +- php/src/php5/Config.h | 2 +- php/src/php5/Connection.cpp | 2 +- php/src/php5/Connection.h | 2 +- php/src/php5/Endpoint.cpp | 2 +- php/src/php5/Endpoint.h | 2 +- php/src/php5/IcePHP.rc | 2 +- php/src/php5/Init.cpp | 2 +- php/src/php5/Logger.cpp | 2 +- php/src/php5/Logger.h | 2 +- php/src/php5/Makefile | 2 +- php/src/php5/Makefile.mak | 2 +- php/src/php5/Operation.cpp | 2 +- php/src/php5/Operation.h | 2 +- php/src/php5/Properties.cpp | 2 +- php/src/php5/Properties.h | 2 +- php/src/php5/Proxy.cpp | 2 +- php/src/php5/Proxy.h | 2 +- php/src/php5/Types.cpp | 2 +- php/src/php5/Types.h | 2 +- php/src/php5/Util.cpp | 2 +- php/src/php5/Util.h | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'php/src/php5') diff --git a/php/src/php5/Communicator.cpp b/php/src/php5/Communicator.cpp index 2e0e83793a7..c1002bd046b 100644 --- a/php/src/php5/Communicator.cpp +++ b/php/src/php5/Communicator.cpp @@ -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/src/php5/Communicator.h b/php/src/php5/Communicator.h index 30f07d273e1..71ca59e5adc 100644 --- a/php/src/php5/Communicator.h +++ b/php/src/php5/Communicator.h @@ -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/src/php5/Config.h b/php/src/php5/Config.h index 0c18832f642..2f968cd0d3f 100644 --- a/php/src/php5/Config.h +++ b/php/src/php5/Config.h @@ -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/src/php5/Connection.cpp b/php/src/php5/Connection.cpp index c4bab84d404..bf0c57307c2 100644 --- a/php/src/php5/Connection.cpp +++ b/php/src/php5/Connection.cpp @@ -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/src/php5/Connection.h b/php/src/php5/Connection.h index cfdaef321ae..191e3b218c7 100644 --- a/php/src/php5/Connection.h +++ b/php/src/php5/Connection.h @@ -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/src/php5/Endpoint.cpp b/php/src/php5/Endpoint.cpp index f9f0ca00c26..8f1a8f07bbf 100644 --- a/php/src/php5/Endpoint.cpp +++ b/php/src/php5/Endpoint.cpp @@ -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/src/php5/Endpoint.h b/php/src/php5/Endpoint.h index 1559c0a89f6..62117c98975 100644 --- a/php/src/php5/Endpoint.h +++ b/php/src/php5/Endpoint.h @@ -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/src/php5/IcePHP.rc b/php/src/php5/IcePHP.rc index de4c575714f..1cddc72dee2 100644 --- a/php/src/php5/IcePHP.rc +++ b/php/src/php5/IcePHP.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "Ice for PHP Extension\0" VALUE "FileVersion", "3.6.3\0" VALUE "InternalName", INTERNALNAME - VALUE "LegalCopyright", "Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.\0" + VALUE "LegalCopyright", "Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" VALUE "ProductVersion", "3.6.3\0" diff --git a/php/src/php5/Init.cpp b/php/src/php5/Init.cpp index fbb397724d8..28a53649d99 100644 --- a/php/src/php5/Init.cpp +++ b/php/src/php5/Init.cpp @@ -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/src/php5/Logger.cpp b/php/src/php5/Logger.cpp index eb911c71de7..888a95bb672 100644 --- a/php/src/php5/Logger.cpp +++ b/php/src/php5/Logger.cpp @@ -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/src/php5/Logger.h b/php/src/php5/Logger.h index c3ab3c531c0..6d0ed22116c 100644 --- a/php/src/php5/Logger.h +++ b/php/src/php5/Logger.h @@ -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/src/php5/Makefile b/php/src/php5/Makefile index e240186ed0f..4256b75e41c 100644 --- a/php/src/php5/Makefile +++ b/php/src/php5/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/src/php5/Makefile.mak b/php/src/php5/Makefile.mak index 1698a2b901c..4abacaddcc9 100644 --- a/php/src/php5/Makefile.mak +++ b/php/src/php5/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/src/php5/Operation.cpp b/php/src/php5/Operation.cpp index 6257494386c..ebb76389c7c 100644 --- a/php/src/php5/Operation.cpp +++ b/php/src/php5/Operation.cpp @@ -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/src/php5/Operation.h b/php/src/php5/Operation.h index 91230201bc4..38b520da45b 100644 --- a/php/src/php5/Operation.h +++ b/php/src/php5/Operation.h @@ -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/src/php5/Properties.cpp b/php/src/php5/Properties.cpp index 5fad58e39a8..065292c4dfb 100644 --- a/php/src/php5/Properties.cpp +++ b/php/src/php5/Properties.cpp @@ -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/src/php5/Properties.h b/php/src/php5/Properties.h index c4fa8b24e9d..1997461f0c1 100644 --- a/php/src/php5/Properties.h +++ b/php/src/php5/Properties.h @@ -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/src/php5/Proxy.cpp b/php/src/php5/Proxy.cpp index b86c15314c9..25ad7a19d81 100644 --- a/php/src/php5/Proxy.cpp +++ b/php/src/php5/Proxy.cpp @@ -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/src/php5/Proxy.h b/php/src/php5/Proxy.h index 235a427c2f5..a310400df7f 100644 --- a/php/src/php5/Proxy.h +++ b/php/src/php5/Proxy.h @@ -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/src/php5/Types.cpp b/php/src/php5/Types.cpp index 563aabba5fb..1a9cca700e4 100644 --- a/php/src/php5/Types.cpp +++ b/php/src/php5/Types.cpp @@ -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/src/php5/Types.h b/php/src/php5/Types.h index 4968b26a160..83b3e6bc144 100644 --- a/php/src/php5/Types.h +++ b/php/src/php5/Types.h @@ -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/src/php5/Util.cpp b/php/src/php5/Util.cpp index 2d81667eb60..3840902b265 100644 --- a/php/src/php5/Util.cpp +++ b/php/src/php5/Util.cpp @@ -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/src/php5/Util.h b/php/src/php5/Util.h index 35b2b025c22..1242b63a9be 100644 --- a/php/src/php5/Util.h +++ b/php/src/php5/Util.h @@ -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. -- cgit v1.2.3