summaryrefslogtreecommitdiff
path: root/java/demo/IceDiscovery
diff options
context:
space:
mode:
Diffstat (limited to 'java/demo/IceDiscovery')
-rw-r--r--java/demo/IceDiscovery/build.gradle2
-rw-r--r--java/demo/IceDiscovery/hello/Client.java2
-rw-r--r--java/demo/IceDiscovery/hello/Hello.ice2
-rw-r--r--java/demo/IceDiscovery/hello/HelloI.java2
-rw-r--r--java/demo/IceDiscovery/hello/Server.java2
-rwxr-xr-xjava/demo/IceDiscovery/hello/expect.py2
-rw-r--r--java/demo/IceDiscovery/replication/Client.java2
-rw-r--r--java/demo/IceDiscovery/replication/Hello.ice2
-rw-r--r--java/demo/IceDiscovery/replication/HelloI.java2
-rw-r--r--java/demo/IceDiscovery/replication/Server.java2
-rwxr-xr-xjava/demo/IceDiscovery/replication/expect.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/java/demo/IceDiscovery/build.gradle b/java/demo/IceDiscovery/build.gradle
index dd21c00c4a5..41e1e5dda21 100644
--- a/java/demo/IceDiscovery/build.gradle
+++ b/java/demo/IceDiscovery/build.gradle
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/hello/Client.java b/java/demo/IceDiscovery/hello/Client.java
index c76d14ac4fd..36c7cd21702 100644
--- a/java/demo/IceDiscovery/hello/Client.java
+++ b/java/demo/IceDiscovery/hello/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/hello/Hello.ice b/java/demo/IceDiscovery/hello/Hello.ice
index 3e548e149a1..e33b79c0798 100644
--- a/java/demo/IceDiscovery/hello/Hello.ice
+++ b/java/demo/IceDiscovery/hello/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/hello/HelloI.java b/java/demo/IceDiscovery/hello/HelloI.java
index 8c1fff4f6e8..c5afa79d2bc 100644
--- a/java/demo/IceDiscovery/hello/HelloI.java
+++ b/java/demo/IceDiscovery/hello/HelloI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/hello/Server.java b/java/demo/IceDiscovery/hello/Server.java
index 5af6abd51fa..07da1902f02 100644
--- a/java/demo/IceDiscovery/hello/Server.java
+++ b/java/demo/IceDiscovery/hello/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/hello/expect.py b/java/demo/IceDiscovery/hello/expect.py
index 38754d83abe..fd547079e2e 100755
--- a/java/demo/IceDiscovery/hello/expect.py
+++ b/java/demo/IceDiscovery/hello/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceDiscovery/replication/Client.java b/java/demo/IceDiscovery/replication/Client.java
index a37b42878be..f71b8e7d841 100644
--- a/java/demo/IceDiscovery/replication/Client.java
+++ b/java/demo/IceDiscovery/replication/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/replication/Hello.ice b/java/demo/IceDiscovery/replication/Hello.ice
index 667350a21bb..d672af087e3 100644
--- a/java/demo/IceDiscovery/replication/Hello.ice
+++ b/java/demo/IceDiscovery/replication/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/replication/HelloI.java b/java/demo/IceDiscovery/replication/HelloI.java
index 14682b5e036..0b3839e6c17 100644
--- a/java/demo/IceDiscovery/replication/HelloI.java
+++ b/java/demo/IceDiscovery/replication/HelloI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/replication/Server.java b/java/demo/IceDiscovery/replication/Server.java
index d3d7b83b8e6..7e268d7efe0 100644
--- a/java/demo/IceDiscovery/replication/Server.java
+++ b/java/demo/IceDiscovery/replication/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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/IceDiscovery/replication/expect.py b/java/demo/IceDiscovery/replication/expect.py
index 53512d9c44b..742af39b896 100755
--- a/java/demo/IceDiscovery/replication/expect.py
+++ b/java/demo/IceDiscovery/replication/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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.