summaryrefslogtreecommitdiff
path: root/vb/demo/Ice/async
diff options
context:
space:
mode:
Diffstat (limited to 'vb/demo/Ice/async')
-rw-r--r--vb/demo/Ice/async/Client.vb2
-rw-r--r--vb/demo/Ice/async/Hello.ice2
-rw-r--r--vb/demo/Ice/async/HelloI.vb2
-rw-r--r--vb/demo/Ice/async/Makefile.mak2
-rw-r--r--vb/demo/Ice/async/Server.vb2
-rw-r--r--vb/demo/Ice/async/WorkQueue.vb2
-rw-r--r--vb/demo/Ice/async/client.vbproj2
-rwxr-xr-xvb/demo/Ice/async/expect.py2
-rw-r--r--vb/demo/Ice/async/server.vbproj2
-rw-r--r--vb/demo/Ice/async/slice.csproj2
10 files changed, 10 insertions, 10 deletions
diff --git a/vb/demo/Ice/async/Client.vb b/vb/demo/Ice/async/Client.vb
index 22f59f2c8f7..287d0f6c6ac 100644
--- a/vb/demo/Ice/async/Client.vb
+++ b/vb/demo/Ice/async/Client.vb
@@ -1,6 +1,6 @@
' **********************************************************************
'
-' Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+' Copyright (c) 2003-2011 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 1b6a4a254c5..2c7ef32483e 100644
--- a/vb/demo/Ice/async/Hello.ice
+++ b/vb/demo/Ice/async/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2011 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 3753a575298..37148a4a599 100644
--- a/vb/demo/Ice/async/HelloI.vb
+++ b/vb/demo/Ice/async/HelloI.vb
@@ -1,6 +1,6 @@
' **********************************************************************
'
-' Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+' Copyright (c) 2003-2011 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 521b17f5b71..e236fd1dbf3 100644
--- a/vb/demo/Ice/async/Makefile.mak
+++ b/vb/demo/Ice/async/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2011 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 59fee8cb444..dec24621c28 100644
--- a/vb/demo/Ice/async/Server.vb
+++ b/vb/demo/Ice/async/Server.vb
@@ -1,6 +1,6 @@
' **********************************************************************
'
-' Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+' Copyright (c) 2003-2011 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 e1329c28aee..db2c3becd0e 100644
--- a/vb/demo/Ice/async/WorkQueue.vb
+++ b/vb/demo/Ice/async/WorkQueue.vb
@@ -1,6 +1,6 @@
' **********************************************************************
'
-' Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+' Copyright (c) 2003-2011 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.vbproj b/vb/demo/Ice/async/client.vbproj
index b66fe2d27a8..808d19ec069 100644
--- a/vb/demo/Ice/async/client.vbproj
+++ b/vb/demo/Ice/async/client.vbproj
@@ -73,7 +73,7 @@
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Ice, Version=3.4.1.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
+ <Reference Include="Ice, Version=3.4.2.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System">
diff --git a/vb/demo/Ice/async/expect.py b/vb/demo/Ice/async/expect.py
index 54b153f9504..fe7e569598c 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-2010 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2011 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.vbproj b/vb/demo/Ice/async/server.vbproj
index 90e8f312df0..e648d8f6d5b 100644
--- a/vb/demo/Ice/async/server.vbproj
+++ b/vb/demo/Ice/async/server.vbproj
@@ -73,7 +73,7 @@
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Ice, Version=3.4.1.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
+ <Reference Include="Ice, Version=3.4.2.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System">
diff --git a/vb/demo/Ice/async/slice.csproj b/vb/demo/Ice/async/slice.csproj
index 0da39a49ca1..72f0f50951b 100644
--- a/vb/demo/Ice/async/slice.csproj
+++ b/vb/demo/Ice/async/slice.csproj
@@ -34,7 +34,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Ice, Version=3.4.1.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL" />
+ <Reference Include="Ice, Version=3.4.2.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>