diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-03-19 12:45:55 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-03-19 12:45:55 -0700 |
commit | cdcffbcc3c3c052afdeb772ff0167e7a90b525bb (patch) | |
tree | 4f16ee41ef7d33394c44e9db81e4d6cd89908250 /vb/demo/Ice/async | |
parent | fixing testicedist.py for 5487 (diff) | |
download | ice-cdcffbcc3c3c052afdeb772ff0167e7a90b525bb.tar.bz2 ice-cdcffbcc3c3c052afdeb772ff0167e7a90b525bb.tar.xz ice-cdcffbcc3c3c052afdeb772ff0167e7a90b525bb.zip |
merging javascript branch
Diffstat (limited to 'vb/demo/Ice/async')
-rw-r--r-- | vb/demo/Ice/async/Client.vb | 2 | ||||
-rw-r--r-- | vb/demo/Ice/async/Hello.ice | 2 | ||||
-rw-r--r-- | vb/demo/Ice/async/HelloI.vb | 2 | ||||
-rw-r--r-- | vb/demo/Ice/async/Makefile.mak | 2 | ||||
-rw-r--r-- | vb/demo/Ice/async/Server.vb | 2 | ||||
-rw-r--r-- | vb/demo/Ice/async/WorkQueue.vb | 2 | ||||
-rwxr-xr-x | vb/demo/Ice/async/expect.py | 2 |
7 files changed, 7 insertions, 7 deletions
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. |