diff options
Diffstat (limited to 'vb')
120 files changed, 120 insertions, 120 deletions
diff --git a/vb/Makefile.mak b/vb/Makefile.mak index 0aa4fecbebf..89e8e2dc5fe 100644 --- a/vb/Makefile.mak +++ b/vb/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/allDemos.py b/vb/allDemos.py index e3dbfa54f0d..b0fae1fcdc1 100755 --- a/vb/allDemos.py +++ b/vb/allDemos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/config/Make.rules.mak.vb b/vb/config/Make.rules.mak.vb index e11548f6049..6e10b47d9dd 100644 --- a/vb/config/Make.rules.mak.vb +++ b/vb/config/Make.rules.mak.vb @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Glacier2/Makefile.mak b/vb/demo/Glacier2/Makefile.mak index 376998c56fe..e7985857326 100644 --- a/vb/demo/Glacier2/Makefile.mak +++ b/vb/demo/Glacier2/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Glacier2/callback/Callback.ice b/vb/demo/Glacier2/callback/Callback.ice index ad84e380b68..45ae3041a20 100644 --- a/vb/demo/Glacier2/callback/Callback.ice +++ b/vb/demo/Glacier2/callback/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Glacier2/callback/CallbackI.vb b/vb/demo/Glacier2/callback/CallbackI.vb index d4f170f781f..309d3454a1b 100644 --- a/vb/demo/Glacier2/callback/CallbackI.vb +++ b/vb/demo/Glacier2/callback/CallbackI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Glacier2/callback/CallbackReceiverI.vb b/vb/demo/Glacier2/callback/CallbackReceiverI.vb index f4d0f1dd4ba..99668f28ad3 100644 --- a/vb/demo/Glacier2/callback/CallbackReceiverI.vb +++ b/vb/demo/Glacier2/callback/CallbackReceiverI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Glacier2/callback/Client.vb b/vb/demo/Glacier2/callback/Client.vb index 05843846a93..2a512ae3e0a 100644 --- a/vb/demo/Glacier2/callback/Client.vb +++ b/vb/demo/Glacier2/callback/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Glacier2/callback/Makefile.mak b/vb/demo/Glacier2/callback/Makefile.mak index 4ed61c42c78..c26bf07ff37 100644 --- a/vb/demo/Glacier2/callback/Makefile.mak +++ b/vb/demo/Glacier2/callback/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Glacier2/callback/Server.vb b/vb/demo/Glacier2/callback/Server.vb index 1147ebc6f4c..765df1fdbc8 100644 --- a/vb/demo/Glacier2/callback/Server.vb +++ b/vb/demo/Glacier2/callback/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Glacier2/callback/expect.py b/vb/demo/Glacier2/callback/expect.py index 94c5be2f152..78d4d1a01be 100755 --- a/vb/demo/Glacier2/callback/expect.py +++ b/vb/demo/Glacier2/callback/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/Makefile.mak b/vb/demo/Ice/Makefile.mak index 0e9b941e367..146101ae3ae 100644 --- a/vb/demo/Ice/Makefile.mak +++ b/vb/demo/Ice/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/async/Client.vb b/vb/demo/Ice/async/Client.vb index b68e128ba32..f3c61945b44 100644 --- a/vb/demo/Ice/async/Client.vb +++ b/vb/demo/Ice/async/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/async/Hello.ice b/vb/demo/Ice/async/Hello.ice index 1a4c6a2affe..774050becb0 100644 --- a/vb/demo/Ice/async/Hello.ice +++ b/vb/demo/Ice/async/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/async/HelloI.vb b/vb/demo/Ice/async/HelloI.vb index c7ae4d38839..4c693b60f0d 100644 --- a/vb/demo/Ice/async/HelloI.vb +++ b/vb/demo/Ice/async/HelloI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/async/Makefile.mak b/vb/demo/Ice/async/Makefile.mak index 343d8a98690..33750d02fbd 100644 --- a/vb/demo/Ice/async/Makefile.mak +++ b/vb/demo/Ice/async/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/async/Server.vb b/vb/demo/Ice/async/Server.vb index 249963f651f..06621d69aef 100644 --- a/vb/demo/Ice/async/Server.vb +++ b/vb/demo/Ice/async/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/async/WorkQueue.vb b/vb/demo/Ice/async/WorkQueue.vb index f1817512c67..072f811ade9 100644 --- a/vb/demo/Ice/async/WorkQueue.vb +++ b/vb/demo/Ice/async/WorkQueue.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/async/expect.py b/vb/demo/Ice/async/expect.py index 01801745cea..1207b24b366 100755 --- a/vb/demo/Ice/async/expect.py +++ b/vb/demo/Ice/async/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/bidir/Callback.ice b/vb/demo/Ice/bidir/Callback.ice index 94f4f0937b5..bd9d9c04668 100644 --- a/vb/demo/Ice/bidir/Callback.ice +++ b/vb/demo/Ice/bidir/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/bidir/CallbackReceiverI.vb b/vb/demo/Ice/bidir/CallbackReceiverI.vb index 5ddce6459d3..e737d16cdba 100644 --- a/vb/demo/Ice/bidir/CallbackReceiverI.vb +++ b/vb/demo/Ice/bidir/CallbackReceiverI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/bidir/CallbackSenderI.vb b/vb/demo/Ice/bidir/CallbackSenderI.vb index d835ac75db6..fff07f72bde 100644 --- a/vb/demo/Ice/bidir/CallbackSenderI.vb +++ b/vb/demo/Ice/bidir/CallbackSenderI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/bidir/Client.vb b/vb/demo/Ice/bidir/Client.vb index 64fc39616c5..d6af18c8dd8 100644 --- a/vb/demo/Ice/bidir/Client.vb +++ b/vb/demo/Ice/bidir/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/bidir/Makefile.mak b/vb/demo/Ice/bidir/Makefile.mak index 9749c034172..c3df82837e9 100644 --- a/vb/demo/Ice/bidir/Makefile.mak +++ b/vb/demo/Ice/bidir/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/bidir/Server.vb b/vb/demo/Ice/bidir/Server.vb index 2d03ebfe1b6..acafb12b325 100644 --- a/vb/demo/Ice/bidir/Server.vb +++ b/vb/demo/Ice/bidir/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/bidir/expect.py b/vb/demo/Ice/bidir/expect.py index b4d830cbe2c..2f889f0d71a 100755 --- a/vb/demo/Ice/bidir/expect.py +++ b/vb/demo/Ice/bidir/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/callback/Callback.ice b/vb/demo/Ice/callback/Callback.ice index b71b0ffd942..32285977f03 100644 --- a/vb/demo/Ice/callback/Callback.ice +++ b/vb/demo/Ice/callback/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/callback/CallbackReceiverI.vb b/vb/demo/Ice/callback/CallbackReceiverI.vb index a5043563f19..8fc28793d54 100644 --- a/vb/demo/Ice/callback/CallbackReceiverI.vb +++ b/vb/demo/Ice/callback/CallbackReceiverI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/callback/CallbackSenderI.vb b/vb/demo/Ice/callback/CallbackSenderI.vb index a72acdcbdae..e354568febd 100644 --- a/vb/demo/Ice/callback/CallbackSenderI.vb +++ b/vb/demo/Ice/callback/CallbackSenderI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/callback/Client.vb b/vb/demo/Ice/callback/Client.vb index 69079035c19..c8e064f9198 100644 --- a/vb/demo/Ice/callback/Client.vb +++ b/vb/demo/Ice/callback/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/callback/Makefile.mak b/vb/demo/Ice/callback/Makefile.mak index 87dd69064ad..1081483f18e 100644 --- a/vb/demo/Ice/callback/Makefile.mak +++ b/vb/demo/Ice/callback/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/callback/Server.vb b/vb/demo/Ice/callback/Server.vb index c70f143e535..7c02bbdcd11 100644 --- a/vb/demo/Ice/callback/Server.vb +++ b/vb/demo/Ice/callback/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/callback/expect.py b/vb/demo/Ice/callback/expect.py index 7bbae81e58e..23328409dcb 100755 --- a/vb/demo/Ice/callback/expect.py +++ b/vb/demo/Ice/callback/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/hello/Client.vb b/vb/demo/Ice/hello/Client.vb index 4acb7e04a3f..c13dceba0f9 100644 --- a/vb/demo/Ice/hello/Client.vb +++ b/vb/demo/Ice/hello/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/hello/Hello.ice b/vb/demo/Ice/hello/Hello.ice index aca54020837..3e548e149a1 100644 --- a/vb/demo/Ice/hello/Hello.ice +++ b/vb/demo/Ice/hello/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/hello/HelloI.vb b/vb/demo/Ice/hello/HelloI.vb index 893ed4fba06..87a3e9dc42c 100644 --- a/vb/demo/Ice/hello/HelloI.vb +++ b/vb/demo/Ice/hello/HelloI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/hello/Makefile.mak b/vb/demo/Ice/hello/Makefile.mak index 71df1617fd5..9aa77326348 100644 --- a/vb/demo/Ice/hello/Makefile.mak +++ b/vb/demo/Ice/hello/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/hello/Server.vb b/vb/demo/Ice/hello/Server.vb index f54efe73d43..43d42092c68 100644 --- a/vb/demo/Ice/hello/Server.vb +++ b/vb/demo/Ice/hello/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/hello/expect.py b/vb/demo/Ice/hello/expect.py index ae78771c72d..e32fc1f89e8 100755 --- a/vb/demo/Ice/hello/expect.py +++ b/vb/demo/Ice/hello/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/invoke/Client.vb b/vb/demo/Ice/invoke/Client.vb index d4011c636ef..cebe7111324 100644 --- a/vb/demo/Ice/invoke/Client.vb +++ b/vb/demo/Ice/invoke/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/invoke/Makefile.mak b/vb/demo/Ice/invoke/Makefile.mak index 1ef6a609149..389e3068754 100644 --- a/vb/demo/Ice/invoke/Makefile.mak +++ b/vb/demo/Ice/invoke/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/invoke/Printer.ice b/vb/demo/Ice/invoke/Printer.ice index 86bcab83eac..ed7bc4f95fb 100644 --- a/vb/demo/Ice/invoke/Printer.ice +++ b/vb/demo/Ice/invoke/Printer.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/invoke/PrinterI.vb b/vb/demo/Ice/invoke/PrinterI.vb index 8b40f482d3f..55dc9e1394e 100644 --- a/vb/demo/Ice/invoke/PrinterI.vb +++ b/vb/demo/Ice/invoke/PrinterI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/invoke/Server.vb b/vb/demo/Ice/invoke/Server.vb index 6dc3dd6bf63..23a042d7832 100644 --- a/vb/demo/Ice/invoke/Server.vb +++ b/vb/demo/Ice/invoke/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/invoke/expect.py b/vb/demo/Ice/invoke/expect.py index 7c1a877866e..cf80602763b 100755 --- a/vb/demo/Ice/invoke/expect.py +++ b/vb/demo/Ice/invoke/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/latency/Client.vb b/vb/demo/Ice/latency/Client.vb index 4475f358a42..8758aa7e9d9 100644 --- a/vb/demo/Ice/latency/Client.vb +++ b/vb/demo/Ice/latency/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/latency/Latency.ice b/vb/demo/Ice/latency/Latency.ice index 927b1a2cc67..2391b2667aa 100644 --- a/vb/demo/Ice/latency/Latency.ice +++ b/vb/demo/Ice/latency/Latency.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/latency/Makefile.mak b/vb/demo/Ice/latency/Makefile.mak index 82323763044..1ea38cdd528 100644 --- a/vb/demo/Ice/latency/Makefile.mak +++ b/vb/demo/Ice/latency/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/latency/Server.vb b/vb/demo/Ice/latency/Server.vb index 5085b0d01a1..295030ee621 100644 --- a/vb/demo/Ice/latency/Server.vb +++ b/vb/demo/Ice/latency/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/latency/expect.py b/vb/demo/Ice/latency/expect.py index e37293d153c..424a1dbb677 100755 --- a/vb/demo/Ice/latency/expect.py +++ b/vb/demo/Ice/latency/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/minimal/Client.vb b/vb/demo/Ice/minimal/Client.vb index cf6ec9954b2..73b067dfbd6 100644 --- a/vb/demo/Ice/minimal/Client.vb +++ b/vb/demo/Ice/minimal/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/minimal/Hello.ice b/vb/demo/Ice/minimal/Hello.ice index e41e6c14c48..8e596e50d9a 100644 --- a/vb/demo/Ice/minimal/Hello.ice +++ b/vb/demo/Ice/minimal/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/minimal/HelloI.vb b/vb/demo/Ice/minimal/HelloI.vb index 31e209bccc8..d18b205c765 100644 --- a/vb/demo/Ice/minimal/HelloI.vb +++ b/vb/demo/Ice/minimal/HelloI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/minimal/Makefile.mak b/vb/demo/Ice/minimal/Makefile.mak index 8df9146c27f..ac963abfced 100644 --- a/vb/demo/Ice/minimal/Makefile.mak +++ b/vb/demo/Ice/minimal/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/minimal/Server.vb b/vb/demo/Ice/minimal/Server.vb index 15ba76b50fd..1826e7a3a06 100644 --- a/vb/demo/Ice/minimal/Server.vb +++ b/vb/demo/Ice/minimal/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/minimal/expect.py b/vb/demo/Ice/minimal/expect.py index 32d1bc3ce03..9149d3821c0 100755 --- a/vb/demo/Ice/minimal/expect.py +++ b/vb/demo/Ice/minimal/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/nested/Client.vb b/vb/demo/Ice/nested/Client.vb index c6ae610eb04..a767f367061 100644 --- a/vb/demo/Ice/nested/Client.vb +++ b/vb/demo/Ice/nested/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/nested/Makefile.mak b/vb/demo/Ice/nested/Makefile.mak index abb992c9b07..b0407cd4b34 100644 --- a/vb/demo/Ice/nested/Makefile.mak +++ b/vb/demo/Ice/nested/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/nested/Nested.ice b/vb/demo/Ice/nested/Nested.ice index 35488648614..861c91a89ce 100644 --- a/vb/demo/Ice/nested/Nested.ice +++ b/vb/demo/Ice/nested/Nested.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/nested/NestedI.vb b/vb/demo/Ice/nested/NestedI.vb index b294a31783a..6a50c6dcb1e 100644 --- a/vb/demo/Ice/nested/NestedI.vb +++ b/vb/demo/Ice/nested/NestedI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/nested/Server.vb b/vb/demo/Ice/nested/Server.vb index 07bdc38614c..e88117f573c 100644 --- a/vb/demo/Ice/nested/Server.vb +++ b/vb/demo/Ice/nested/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/nested/expect.py b/vb/demo/Ice/nested/expect.py index 258d35629b0..9a5fd760c29 100755 --- a/vb/demo/Ice/nested/expect.py +++ b/vb/demo/Ice/nested/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/session/Client.vb b/vb/demo/Ice/session/Client.vb index 0d3d03bd6b1..8f2497c6c52 100644 --- a/vb/demo/Ice/session/Client.vb +++ b/vb/demo/Ice/session/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/session/HelloI.vb b/vb/demo/Ice/session/HelloI.vb index ec343a5b94b..a994b5e3676 100644 --- a/vb/demo/Ice/session/HelloI.vb +++ b/vb/demo/Ice/session/HelloI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/session/Makefile.mak b/vb/demo/Ice/session/Makefile.mak index 0821d2ae180..f33ffd8baa7 100644 --- a/vb/demo/Ice/session/Makefile.mak +++ b/vb/demo/Ice/session/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/session/ReapThread.vb b/vb/demo/Ice/session/ReapThread.vb index f0df13086ef..84dc5694897 100644 --- a/vb/demo/Ice/session/ReapThread.vb +++ b/vb/demo/Ice/session/ReapThread.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/session/Server.vb b/vb/demo/Ice/session/Server.vb index 616751c2887..d08cd42b5e6 100644 --- a/vb/demo/Ice/session/Server.vb +++ b/vb/demo/Ice/session/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/session/Session.ice b/vb/demo/Ice/session/Session.ice index 41d35c29873..048b5357add 100644 --- a/vb/demo/Ice/session/Session.ice +++ b/vb/demo/Ice/session/Session.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/session/SessionFactoryI.vb b/vb/demo/Ice/session/SessionFactoryI.vb index 883b5ad100c..c179f82c02b 100644 --- a/vb/demo/Ice/session/SessionFactoryI.vb +++ b/vb/demo/Ice/session/SessionFactoryI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/session/SessionI.vb b/vb/demo/Ice/session/SessionI.vb index c28bf17960a..a8ce7bf7d68 100644 --- a/vb/demo/Ice/session/SessionI.vb +++ b/vb/demo/Ice/session/SessionI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/session/expect.py b/vb/demo/Ice/session/expect.py index 26bc4a0567a..817ad768545 100755 --- a/vb/demo/Ice/session/expect.py +++ b/vb/demo/Ice/session/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/throughput/Client.vb b/vb/demo/Ice/throughput/Client.vb index e5be75cfe99..29a84202b22 100644 --- a/vb/demo/Ice/throughput/Client.vb +++ b/vb/demo/Ice/throughput/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/throughput/Makefile.mak b/vb/demo/Ice/throughput/Makefile.mak index a5fac66e529..0559a9e13f6 100644 --- a/vb/demo/Ice/throughput/Makefile.mak +++ b/vb/demo/Ice/throughput/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/throughput/Server.vb b/vb/demo/Ice/throughput/Server.vb index c8cda9bfe7d..90191a044ec 100644 --- a/vb/demo/Ice/throughput/Server.vb +++ b/vb/demo/Ice/throughput/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/throughput/Throughput.ice b/vb/demo/Ice/throughput/Throughput.ice index 02eb9c93cf8..d4e69e3972a 100644 --- a/vb/demo/Ice/throughput/Throughput.ice +++ b/vb/demo/Ice/throughput/Throughput.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/throughput/ThroughputI.vb b/vb/demo/Ice/throughput/ThroughputI.vb index c5a838d4a4f..071bc531e2d 100644 --- a/vb/demo/Ice/throughput/ThroughputI.vb +++ b/vb/demo/Ice/throughput/ThroughputI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/throughput/expect.py b/vb/demo/Ice/throughput/expect.py index bbe6728b800..73db282c9c9 100755 --- a/vb/demo/Ice/throughput/expect.py +++ b/vb/demo/Ice/throughput/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/value/Client.vb b/vb/demo/Ice/value/Client.vb index a071d218dcd..aa5a0d99855 100644 --- a/vb/demo/Ice/value/Client.vb +++ b/vb/demo/Ice/value/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/value/ClientPrinterI.vb b/vb/demo/Ice/value/ClientPrinterI.vb index 940908c1dd7..6a1dc403332 100644 --- a/vb/demo/Ice/value/ClientPrinterI.vb +++ b/vb/demo/Ice/value/ClientPrinterI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/value/DerivedPrinterI.vb b/vb/demo/Ice/value/DerivedPrinterI.vb index 032db8afb4b..623aa5dac41 100644 --- a/vb/demo/Ice/value/DerivedPrinterI.vb +++ b/vb/demo/Ice/value/DerivedPrinterI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/value/InitialI.vb b/vb/demo/Ice/value/InitialI.vb index 08704174099..84205a20c01 100644 --- a/vb/demo/Ice/value/InitialI.vb +++ b/vb/demo/Ice/value/InitialI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/value/Makefile.mak b/vb/demo/Ice/value/Makefile.mak index 30b422fcd08..73c16170367 100644 --- a/vb/demo/Ice/value/Makefile.mak +++ b/vb/demo/Ice/value/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Ice/value/ObjectFactory.vb b/vb/demo/Ice/value/ObjectFactory.vb index a3ac82a116a..0ccf110729a 100644 --- a/vb/demo/Ice/value/ObjectFactory.vb +++ b/vb/demo/Ice/value/ObjectFactory.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/value/PrinterI.vb b/vb/demo/Ice/value/PrinterI.vb index dbc75e60e3b..dafdc3c2267 100644 --- a/vb/demo/Ice/value/PrinterI.vb +++ b/vb/demo/Ice/value/PrinterI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/value/Server.vb b/vb/demo/Ice/value/Server.vb index da1cdaaea19..e74c4098caa 100644 --- a/vb/demo/Ice/value/Server.vb +++ b/vb/demo/Ice/value/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/Ice/value/Value.ice b/vb/demo/Ice/value/Value.ice index 4ac477f0e03..bcbfeaeb7c1 100644 --- a/vb/demo/Ice/value/Value.ice +++ b/vb/demo/Ice/value/Value.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/Ice/value/expect.py b/vb/demo/Ice/value/expect.py index 63471b84097..4f9991e9cb5 100755 --- a/vb/demo/Ice/value/expect.py +++ b/vb/demo/Ice/value/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceBox/Makefile.mak b/vb/demo/IceBox/Makefile.mak index 4996efe2c86..267bd6bed7c 100644 --- a/vb/demo/IceBox/Makefile.mak +++ b/vb/demo/IceBox/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceBox/hello/Client.vb b/vb/demo/IceBox/hello/Client.vb index b3c4ea8351d..b2c1a226283 100644 --- a/vb/demo/IceBox/hello/Client.vb +++ b/vb/demo/IceBox/hello/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceBox/hello/Hello.ice b/vb/demo/IceBox/hello/Hello.ice index e41e6c14c48..8e596e50d9a 100644 --- a/vb/demo/IceBox/hello/Hello.ice +++ b/vb/demo/IceBox/hello/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/IceBox/hello/HelloI.vb b/vb/demo/IceBox/hello/HelloI.vb index 1da9441562b..fb098565da2 100644 --- a/vb/demo/IceBox/hello/HelloI.vb +++ b/vb/demo/IceBox/hello/HelloI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceBox/hello/HelloServiceI.vb b/vb/demo/IceBox/hello/HelloServiceI.vb index bee803325ff..f3f20932562 100644 --- a/vb/demo/IceBox/hello/HelloServiceI.vb +++ b/vb/demo/IceBox/hello/HelloServiceI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceBox/hello/Makefile.mak b/vb/demo/IceBox/hello/Makefile.mak index e81864283e7..23f93b44c5b 100644 --- a/vb/demo/IceBox/hello/Makefile.mak +++ b/vb/demo/IceBox/hello/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceBox/hello/expect.py b/vb/demo/IceBox/hello/expect.py index 4fd7d1a2905..a08e597016f 100755 --- a/vb/demo/IceBox/hello/expect.py +++ b/vb/demo/IceBox/hello/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceGrid/Makefile.mak b/vb/demo/IceGrid/Makefile.mak index 7673eb07145..414c29fbbfe 100644 --- a/vb/demo/IceGrid/Makefile.mak +++ b/vb/demo/IceGrid/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/Client.vb b/vb/demo/IceGrid/simple/Client.vb index 8d05e7eb59b..85e6f285e88 100644 --- a/vb/demo/IceGrid/simple/Client.vb +++ b/vb/demo/IceGrid/simple/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/Hello.ice b/vb/demo/IceGrid/simple/Hello.ice index 4859970f6a1..617d061e087 100644 --- a/vb/demo/IceGrid/simple/Hello.ice +++ b/vb/demo/IceGrid/simple/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/HelloI.vb b/vb/demo/IceGrid/simple/HelloI.vb index 0f9e0e281d7..0abd43d8905 100644 --- a/vb/demo/IceGrid/simple/HelloI.vb +++ b/vb/demo/IceGrid/simple/HelloI.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/Makefile.mak b/vb/demo/IceGrid/simple/Makefile.mak index 53659f96ffd..b7a18616766 100644 --- a/vb/demo/IceGrid/simple/Makefile.mak +++ b/vb/demo/IceGrid/simple/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/Server.vb b/vb/demo/IceGrid/simple/Server.vb index ab691bdd8fe..0f11b940c1c 100644 --- a/vb/demo/IceGrid/simple/Server.vb +++ b/vb/demo/IceGrid/simple/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/application.xml b/vb/demo/IceGrid/simple/application.xml index 207029a0919..6c7a2795ab4 100644 --- a/vb/demo/IceGrid/simple/application.xml +++ b/vb/demo/IceGrid/simple/application.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/application_with_replication.xml b/vb/demo/IceGrid/simple/application_with_replication.xml index 0b1a3bfe2b8..7da7b18285e 100644 --- a/vb/demo/IceGrid/simple/application_with_replication.xml +++ b/vb/demo/IceGrid/simple/application_with_replication.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/application_with_template.xml b/vb/demo/IceGrid/simple/application_with_template.xml index f8a6dba6ce6..fb4edc027f3 100644 --- a/vb/demo/IceGrid/simple/application_with_template.xml +++ b/vb/demo/IceGrid/simple/application_with_template.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2014 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/vb/demo/IceGrid/simple/expect.py b/vb/demo/IceGrid/simple/expect.py index 0ca6d309c9d..faf505a68bf 100755 --- a/vb/demo/IceGrid/simple/expect.py +++ b/vb/demo/IceGrid/simple/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceStorm/Makefile.mak b/vb/demo/IceStorm/Makefile.mak index 27121326c23..e58f633a76c 100644 --- a/vb/demo/IceStorm/Makefile.mak +++ b/vb/demo/IceStorm/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceStorm/clock/Clock.ice b/vb/demo/IceStorm/clock/Clock.ice index 4adfd3d80ec..99292e6304d 100644 --- a/vb/demo/IceStorm/clock/Clock.ice +++ b/vb/demo/IceStorm/clock/Clock.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/IceStorm/clock/Makefile.mak b/vb/demo/IceStorm/clock/Makefile.mak index 9212a951412..d7103e8dbb6 100644 --- a/vb/demo/IceStorm/clock/Makefile.mak +++ b/vb/demo/IceStorm/clock/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/IceStorm/clock/Publisher.vb b/vb/demo/IceStorm/clock/Publisher.vb index 44638d99fcb..b7a4bcfbe54 100644 --- a/vb/demo/IceStorm/clock/Publisher.vb +++ b/vb/demo/IceStorm/clock/Publisher.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceStorm/clock/Subscriber.vb b/vb/demo/IceStorm/clock/Subscriber.vb index 010a7a75884..020d8edcffd 100644 --- a/vb/demo/IceStorm/clock/Subscriber.vb +++ b/vb/demo/IceStorm/clock/Subscriber.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/IceStorm/clock/expect.py b/vb/demo/IceStorm/clock/expect.py index 659a4f5da0a..90bad500886 100755 --- a/vb/demo/IceStorm/clock/expect.py +++ b/vb/demo/IceStorm/clock/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/Makefile.mak b/vb/demo/Makefile.mak index a075fd15800..aee3bb03d51 100644 --- a/vb/demo/Makefile.mak +++ b/vb/demo/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/book/Makefile.mak b/vb/demo/book/Makefile.mak index b50cc7cc225..d6e6a2b8240 100644 --- a/vb/demo/book/Makefile.mak +++ b/vb/demo/book/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/book/printer/Client.vb b/vb/demo/book/printer/Client.vb index 665767ddee5..cf8b9a48275 100644 --- a/vb/demo/book/printer/Client.vb +++ b/vb/demo/book/printer/Client.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/book/printer/Makefile.mak b/vb/demo/book/printer/Makefile.mak index 5771edc3bbd..3afeae57ecf 100644 --- a/vb/demo/book/printer/Makefile.mak +++ b/vb/demo/book/printer/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/book/printer/Printer.ice b/vb/demo/book/printer/Printer.ice index 1fe6570b146..302af9e2abc 100644 --- a/vb/demo/book/printer/Printer.ice +++ b/vb/demo/book/printer/Printer.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/book/printer/Server.vb b/vb/demo/book/printer/Server.vb index f4e50be4bec..ac29c4956b0 100644 --- a/vb/demo/book/printer/Server.vb +++ b/vb/demo/book/printer/Server.vb @@ -1,6 +1,6 @@ ' ********************************************************************** ' -' Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +' Copyright (c) 2003-2014 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/vb/demo/book/printer/expect.py b/vb/demo/book/printer/expect.py index 649a7bcb0b4..1d7df752262 100755 --- a/vb/demo/book/printer/expect.py +++ b/vb/demo/book/printer/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/book/simple_filesystem/Filesystem.ice b/vb/demo/book/simple_filesystem/Filesystem.ice index a1d1d848c2c..21e8a435fcb 100644 --- a/vb/demo/book/simple_filesystem/Filesystem.ice +++ b/vb/demo/book/simple_filesystem/Filesystem.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/vb/demo/book/simple_filesystem/Makefile.mak b/vb/demo/book/simple_filesystem/Makefile.mak index 6396bc3cc79..5a6d727e66c 100644 --- a/vb/demo/book/simple_filesystem/Makefile.mak +++ b/vb/demo/book/simple_filesystem/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/vb/demo/book/simple_filesystem/expect.py b/vb/demo/book/simple_filesystem/expect.py index cb0241ee605..4261bee3b2c 100755 --- a/vb/demo/book/simple_filesystem/expect.py +++ b/vb/demo/book/simple_filesystem/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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. |