summaryrefslogtreecommitdiff
path: root/java/demo/android/chat
diff options
context:
space:
mode:
Diffstat (limited to 'java/demo/android/chat')
-rw-r--r--java/demo/android/chat/slice/Chat.ice2
-rw-r--r--java/demo/android/chat/slice/ChatSession.ice2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/ChatActivity.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/ChatUtils.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/LoginActivity.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/SessionActivity.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/UserViewActivity.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/service/AppSession.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/service/ChatRoomListener.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/service/ChatService.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/service/NoSessionException.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/service/Service.java2
-rw-r--r--java/demo/android/chat/src/com/zeroc/chat/service/SessionListener.java2
13 files changed, 13 insertions, 13 deletions
diff --git a/java/demo/android/chat/slice/Chat.ice b/java/demo/android/chat/slice/Chat.ice
index c9be6ce03e6..bd6cbfea9cf 100644
--- a/java/demo/android/chat/slice/Chat.ice
+++ b/java/demo/android/chat/slice/Chat.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/slice/ChatSession.ice b/java/demo/android/chat/slice/ChatSession.ice
index af37039625f..199cc054d10 100644
--- a/java/demo/android/chat/slice/ChatSession.ice
+++ b/java/demo/android/chat/slice/ChatSession.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/ChatActivity.java b/java/demo/android/chat/src/com/zeroc/chat/ChatActivity.java
index d3c274532b4..bba4ebc0e77 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/ChatActivity.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/ChatActivity.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/ChatUtils.java b/java/demo/android/chat/src/com/zeroc/chat/ChatUtils.java
index 0d5cd6d9857..8602e815833 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/ChatUtils.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/ChatUtils.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/LoginActivity.java b/java/demo/android/chat/src/com/zeroc/chat/LoginActivity.java
index f827e614939..2730639ac88 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/LoginActivity.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/LoginActivity.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/SessionActivity.java b/java/demo/android/chat/src/com/zeroc/chat/SessionActivity.java
index 3b9ad70caa7..e07f31625ff 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/SessionActivity.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/SessionActivity.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/UserViewActivity.java b/java/demo/android/chat/src/com/zeroc/chat/UserViewActivity.java
index 8ee627f8b3c..212186225be 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/UserViewActivity.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/UserViewActivity.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/service/AppSession.java b/java/demo/android/chat/src/com/zeroc/chat/service/AppSession.java
index c0f667737b8..7ea0a1d95c3 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/service/AppSession.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/service/AppSession.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/service/ChatRoomListener.java b/java/demo/android/chat/src/com/zeroc/chat/service/ChatRoomListener.java
index d5969d47cb1..8d049c89b0c 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/service/ChatRoomListener.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/service/ChatRoomListener.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/service/ChatService.java b/java/demo/android/chat/src/com/zeroc/chat/service/ChatService.java
index cef2cd7dfc4..af21785320c 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/service/ChatService.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/service/ChatService.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/service/NoSessionException.java b/java/demo/android/chat/src/com/zeroc/chat/service/NoSessionException.java
index 62709500008..ac002066d9d 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/service/NoSessionException.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/service/NoSessionException.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/service/Service.java b/java/demo/android/chat/src/com/zeroc/chat/service/Service.java
index dd25bd659fd..1062cdf896c 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/service/Service.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/service/Service.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/android/chat/src/com/zeroc/chat/service/SessionListener.java b/java/demo/android/chat/src/com/zeroc/chat/service/SessionListener.java
index 3d6d5bd2862..37681d9a9b6 100644
--- a/java/demo/android/chat/src/com/zeroc/chat/service/SessionListener.java
+++ b/java/demo/android/chat/src/com/zeroc/chat/service/SessionListener.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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.