diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
commit | 9776285f46e4dbc15f285394daffd1e69490fb21 (patch) | |
tree | 554789184a560ec5efc6a8e28d83fd0256d35fee /php/src | |
parent | ICE-6253 Functional_TwowayCallbackDouble is invalid (diff) | |
download | ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.bz2 ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.xz ice-9776285f46e4dbc15f285394daffd1e69490fb21.zip |
Updated copyright to 2015
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/IcePHP/Communicator.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Communicator.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Config.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Connection.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Connection.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Endpoint.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Endpoint.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/IcePHP.rc | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Init.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Logger.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Logger.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Makefile | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Makefile.mak | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Operation.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Operation.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Properties.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Properties.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Proxy.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Proxy.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Types.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Types.h | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Util.cpp | 2 | ||||
-rw-r--r-- | php/src/IcePHP/Util.h | 2 | ||||
-rw-r--r-- | php/src/Makefile | 2 | ||||
-rw-r--r-- | php/src/Makefile.mak | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/php/src/IcePHP/Communicator.cpp b/php/src/IcePHP/Communicator.cpp index 87efc6848ff..e0c7394a73b 100644 --- a/php/src/IcePHP/Communicator.cpp +++ b/php/src/IcePHP/Communicator.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Communicator.h b/php/src/IcePHP/Communicator.h index 40097140375..e29e390e183 100644 --- a/php/src/IcePHP/Communicator.h +++ b/php/src/IcePHP/Communicator.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Config.h b/php/src/IcePHP/Config.h index 4e4480fcc3e..bb43591f06d 100644 --- a/php/src/IcePHP/Config.h +++ b/php/src/IcePHP/Config.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Connection.cpp b/php/src/IcePHP/Connection.cpp index 5e030e8144c..10f5df4488d 100644 --- a/php/src/IcePHP/Connection.cpp +++ b/php/src/IcePHP/Connection.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Connection.h b/php/src/IcePHP/Connection.h index ea2a8cd79c7..d4baef7166f 100644 --- a/php/src/IcePHP/Connection.h +++ b/php/src/IcePHP/Connection.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Endpoint.cpp b/php/src/IcePHP/Endpoint.cpp index 45f1a540055..39303b190be 100644 --- a/php/src/IcePHP/Endpoint.cpp +++ b/php/src/IcePHP/Endpoint.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Endpoint.h b/php/src/IcePHP/Endpoint.h index d670ccc4858..b7ed18f55f0 100644 --- a/php/src/IcePHP/Endpoint.h +++ b/php/src/IcePHP/Endpoint.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/IcePHP.rc b/php/src/IcePHP/IcePHP.rc index a80c83e1541..c2312227b86 100644 --- a/php/src/IcePHP/IcePHP.rc +++ b/php/src/IcePHP/IcePHP.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "Ice for PHP Extension\0" VALUE "FileVersion", "3.6b\0" VALUE "InternalName", INTERNALNAME - VALUE "LegalCopyright", "Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\0" + VALUE "LegalCopyright", "Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" VALUE "ProductVersion", "3.6b\0" diff --git a/php/src/IcePHP/Init.cpp b/php/src/IcePHP/Init.cpp index 487b26aeacf..a20c839801f 100644 --- a/php/src/IcePHP/Init.cpp +++ b/php/src/IcePHP/Init.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Logger.cpp b/php/src/IcePHP/Logger.cpp index 3b9facc0ea7..3972f758e11 100644 --- a/php/src/IcePHP/Logger.cpp +++ b/php/src/IcePHP/Logger.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Logger.h b/php/src/IcePHP/Logger.h index 10e9ac2f917..0e493b09855 100644 --- a/php/src/IcePHP/Logger.h +++ b/php/src/IcePHP/Logger.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Makefile b/php/src/IcePHP/Makefile index 445bcc2bb6a..acdc3e94b4c 100644 --- a/php/src/IcePHP/Makefile +++ b/php/src/IcePHP/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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/IcePHP/Makefile.mak b/php/src/IcePHP/Makefile.mak index 4470f53a872..510e8b47dad 100644 --- a/php/src/IcePHP/Makefile.mak +++ b/php/src/IcePHP/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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/IcePHP/Operation.cpp b/php/src/IcePHP/Operation.cpp index 8e6e2f21753..f9fa024811a 100644 --- a/php/src/IcePHP/Operation.cpp +++ b/php/src/IcePHP/Operation.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Operation.h b/php/src/IcePHP/Operation.h index 5840504f31b..6b88cd8868a 100644 --- a/php/src/IcePHP/Operation.h +++ b/php/src/IcePHP/Operation.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Properties.cpp b/php/src/IcePHP/Properties.cpp index f55fc59cc55..f3b99f2ba0b 100644 --- a/php/src/IcePHP/Properties.cpp +++ b/php/src/IcePHP/Properties.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Properties.h b/php/src/IcePHP/Properties.h index 6df95f35651..fcb40517363 100644 --- a/php/src/IcePHP/Properties.h +++ b/php/src/IcePHP/Properties.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Proxy.cpp b/php/src/IcePHP/Proxy.cpp index 5706d46d7ce..7bc9bb3c48d 100644 --- a/php/src/IcePHP/Proxy.cpp +++ b/php/src/IcePHP/Proxy.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Proxy.h b/php/src/IcePHP/Proxy.h index 522fe8e9069..40f3b53faae 100644 --- a/php/src/IcePHP/Proxy.h +++ b/php/src/IcePHP/Proxy.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Types.cpp b/php/src/IcePHP/Types.cpp index b18a43da4de..0f45b2ecda5 100644 --- a/php/src/IcePHP/Types.cpp +++ b/php/src/IcePHP/Types.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Types.h b/php/src/IcePHP/Types.h index d8421fd1a05..e31d2cbdc4e 100644 --- a/php/src/IcePHP/Types.h +++ b/php/src/IcePHP/Types.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Util.cpp b/php/src/IcePHP/Util.cpp index 5a155a2f75b..05aaaa3f6cb 100644 --- a/php/src/IcePHP/Util.cpp +++ b/php/src/IcePHP/Util.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/IcePHP/Util.h b/php/src/IcePHP/Util.h index 1a2da63fbf5..cb86bb4647d 100644 --- a/php/src/IcePHP/Util.h +++ b/php/src/IcePHP/Util.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/Makefile b/php/src/Makefile index 734bffb78d1..c0449c4535f 100644 --- a/php/src/Makefile +++ b/php/src/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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/Makefile.mak b/php/src/Makefile.mak index 6cad8506909..02a91d1dd0a 100644 --- a/php/src/Makefile.mak +++ b/php/src/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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. |