summaryrefslogtreecommitdiff
path: root/java/demo/Ice/plugin
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2011-05-11 07:56:47 -0700
committerMark Spruiell <mes@zeroc.com>2011-05-11 07:56:47 -0700
commitc11e7e96c261f95143e5618f7358371d649581a0 (patch)
tree13d55e62b05e444cb79823e446428614e7fedbb2 /java/demo/Ice/plugin
parentvs-addin - update .NET references if version changed. (diff)
downloadice-c11e7e96c261f95143e5618f7358371d649581a0.tar.bz2
ice-c11e7e96c261f95143e5618f7358371d649581a0.tar.xz
ice-c11e7e96c261f95143e5618f7358371d649581a0.zip
updating version & copyright for 3.4.2
Diffstat (limited to 'java/demo/Ice/plugin')
-rw-r--r--java/demo/Ice/plugin/Client.java2
-rw-r--r--java/demo/Ice/plugin/Hello.ice2
-rw-r--r--java/demo/Ice/plugin/HelloI.java2
-rw-r--r--java/demo/Ice/plugin/HelloPluginFactoryI.java2
-rw-r--r--java/demo/Ice/plugin/HelloPluginI.java2
-rw-r--r--java/demo/Ice/plugin/LoggerI.java2
-rw-r--r--java/demo/Ice/plugin/LoggerPluginFactoryI.java2
-rw-r--r--java/demo/Ice/plugin/Server.java2
-rw-r--r--java/demo/Ice/plugin/build.xml2
-rwxr-xr-xjava/demo/Ice/plugin/expect.py2
10 files changed, 10 insertions, 10 deletions
diff --git a/java/demo/Ice/plugin/Client.java b/java/demo/Ice/plugin/Client.java
index e34df4f5a91..e6ceb63b81b 100644
--- a/java/demo/Ice/plugin/Client.java
+++ b/java/demo/Ice/plugin/Client.java
@@ -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/java/demo/Ice/plugin/Hello.ice b/java/demo/Ice/plugin/Hello.ice
index 25bf16cceea..cbf9ada66f5 100644
--- a/java/demo/Ice/plugin/Hello.ice
+++ b/java/demo/Ice/plugin/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/java/demo/Ice/plugin/HelloI.java b/java/demo/Ice/plugin/HelloI.java
index 55953e529ac..cff2543ff76 100644
--- a/java/demo/Ice/plugin/HelloI.java
+++ b/java/demo/Ice/plugin/HelloI.java
@@ -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/java/demo/Ice/plugin/HelloPluginFactoryI.java b/java/demo/Ice/plugin/HelloPluginFactoryI.java
index b1d5c43faac..36a4b78ddf1 100644
--- a/java/demo/Ice/plugin/HelloPluginFactoryI.java
+++ b/java/demo/Ice/plugin/HelloPluginFactoryI.java
@@ -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/java/demo/Ice/plugin/HelloPluginI.java b/java/demo/Ice/plugin/HelloPluginI.java
index 36fec3e8de1..93b47f29149 100644
--- a/java/demo/Ice/plugin/HelloPluginI.java
+++ b/java/demo/Ice/plugin/HelloPluginI.java
@@ -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/java/demo/Ice/plugin/LoggerI.java b/java/demo/Ice/plugin/LoggerI.java
index 714eaead39c..c53dfed16e4 100644
--- a/java/demo/Ice/plugin/LoggerI.java
+++ b/java/demo/Ice/plugin/LoggerI.java
@@ -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/java/demo/Ice/plugin/LoggerPluginFactoryI.java b/java/demo/Ice/plugin/LoggerPluginFactoryI.java
index 205294fd8ec..5e7ff54e85d 100644
--- a/java/demo/Ice/plugin/LoggerPluginFactoryI.java
+++ b/java/demo/Ice/plugin/LoggerPluginFactoryI.java
@@ -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/java/demo/Ice/plugin/Server.java b/java/demo/Ice/plugin/Server.java
index b7115ab9333..8c58638e470 100644
--- a/java/demo/Ice/plugin/Server.java
+++ b/java/demo/Ice/plugin/Server.java
@@ -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/java/demo/Ice/plugin/build.xml b/java/demo/Ice/plugin/build.xml
index 7fd8225c4f0..aa5426ad150 100644
--- a/java/demo/Ice/plugin/build.xml
+++ b/java/demo/Ice/plugin/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- 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/java/demo/Ice/plugin/expect.py b/java/demo/Ice/plugin/expect.py
index 385ab25d18e..13bc3e25fd0 100755
--- a/java/demo/Ice/plugin/expect.py
+++ b/java/demo/Ice/plugin/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.