summaryrefslogtreecommitdiff
path: root/java/demo/Ice/async
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2010-01-07 14:05:46 -0330
committerDwayne Boone <dwayne@zeroc.com>2010-01-07 14:05:46 -0330
commitd6d6844611a60c25b1c75a7395b70966a6ae6518 (patch)
tree4d3c054fb8975c75ad230169a945a9c16adc3459 /java/demo/Ice/async
parentAdded Java instruction for 64-bit JVM (diff)
downloadice-d6d6844611a60c25b1c75a7395b70966a6ae6518.tar.bz2
ice-d6d6844611a60c25b1c75a7395b70966a6ae6518.tar.xz
ice-d6d6844611a60c25b1c75a7395b70966a6ae6518.zip
Updated copyright to 2010
Diffstat (limited to 'java/demo/Ice/async')
-rw-r--r--java/demo/Ice/async/Client.java2
-rw-r--r--java/demo/Ice/async/Hello.ice2
-rw-r--r--java/demo/Ice/async/HelloI.java2
-rw-r--r--java/demo/Ice/async/Server.java2
-rw-r--r--java/demo/Ice/async/WorkQueue.java2
-rw-r--r--java/demo/Ice/async/build.xml2
-rwxr-xr-xjava/demo/Ice/async/expect.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/java/demo/Ice/async/Client.java b/java/demo/Ice/async/Client.java
index 73727a388a5..dfdc9acdffd 100644
--- a/java/demo/Ice/async/Client.java
+++ b/java/demo/Ice/async/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2010 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/async/Hello.ice b/java/demo/Ice/async/Hello.ice
index 90ea8ed422d..d3566f6cbf2 100644
--- a/java/demo/Ice/async/Hello.ice
+++ b/java/demo/Ice/async/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2010 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/async/HelloI.java b/java/demo/Ice/async/HelloI.java
index 371bb50405a..5bd0b5e94bf 100644
--- a/java/demo/Ice/async/HelloI.java
+++ b/java/demo/Ice/async/HelloI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2010 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/async/Server.java b/java/demo/Ice/async/Server.java
index 84513854170..0a8d58eaafb 100644
--- a/java/demo/Ice/async/Server.java
+++ b/java/demo/Ice/async/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2010 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/async/WorkQueue.java b/java/demo/Ice/async/WorkQueue.java
index 91dae115b58..0c3f44ad465 100644
--- a/java/demo/Ice/async/WorkQueue.java
+++ b/java/demo/Ice/async/WorkQueue.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2010 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/async/build.xml b/java/demo/Ice/async/build.xml
index 19724256906..957db08eb18 100644
--- a/java/demo/Ice/async/build.xml
+++ b/java/demo/Ice/async/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+ Copyright (c) 2003-2010 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/async/expect.py b/java/demo/Ice/async/expect.py
index ef7c31f4ce3..eb745361fe0 100755
--- a/java/demo/Ice/async/expect.py
+++ b/java/demo/Ice/async/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2010 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.