diff options
Diffstat (limited to 'vb/demo/Ice')
76 files changed, 76 insertions, 76 deletions
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. |