summaryrefslogtreecommitdiff
path: root/cpp/demo/IceDiscovery
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceDiscovery')
-rw-r--r--cpp/demo/IceDiscovery/Makefile2
-rw-r--r--cpp/demo/IceDiscovery/Makefile.mak2
-rw-r--r--cpp/demo/IceDiscovery/hello/Client.cpp2
-rw-r--r--cpp/demo/IceDiscovery/hello/Hello.ice2
-rw-r--r--cpp/demo/IceDiscovery/hello/HelloI.cpp2
-rw-r--r--cpp/demo/IceDiscovery/hello/HelloI.h2
-rw-r--r--cpp/demo/IceDiscovery/hello/Makefile2
-rw-r--r--cpp/demo/IceDiscovery/hello/Makefile.mak2
-rw-r--r--cpp/demo/IceDiscovery/hello/Server.cpp2
-rwxr-xr-xcpp/demo/IceDiscovery/hello/expect.py2
-rw-r--r--cpp/demo/IceDiscovery/replication/Client.cpp2
-rw-r--r--cpp/demo/IceDiscovery/replication/Hello.ice2
-rw-r--r--cpp/demo/IceDiscovery/replication/HelloI.cpp2
-rw-r--r--cpp/demo/IceDiscovery/replication/HelloI.h2
-rw-r--r--cpp/demo/IceDiscovery/replication/Makefile2
-rw-r--r--cpp/demo/IceDiscovery/replication/Makefile.mak2
-rw-r--r--cpp/demo/IceDiscovery/replication/Server.cpp2
-rwxr-xr-xcpp/demo/IceDiscovery/replication/expect.py2
18 files changed, 18 insertions, 18 deletions
diff --git a/cpp/demo/IceDiscovery/Makefile b/cpp/demo/IceDiscovery/Makefile
index 840b74c3208..ff8dd6d1c3c 100644
--- a/cpp/demo/IceDiscovery/Makefile
+++ b/cpp/demo/IceDiscovery/Makefile
@@ -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/cpp/demo/IceDiscovery/Makefile.mak b/cpp/demo/IceDiscovery/Makefile.mak
index fc51001ce05..fba0f241a73 100644
--- a/cpp/demo/IceDiscovery/Makefile.mak
+++ b/cpp/demo/IceDiscovery/Makefile.mak
@@ -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/cpp/demo/IceDiscovery/hello/Client.cpp b/cpp/demo/IceDiscovery/hello/Client.cpp
index 711099b51d2..602a91fb9e8 100644
--- a/cpp/demo/IceDiscovery/hello/Client.cpp
+++ b/cpp/demo/IceDiscovery/hello/Client.cpp
@@ -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/cpp/demo/IceDiscovery/hello/Hello.ice b/cpp/demo/IceDiscovery/hello/Hello.ice
index 28e16b8de3e..31a0efbe21b 100644
--- a/cpp/demo/IceDiscovery/hello/Hello.ice
+++ b/cpp/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/cpp/demo/IceDiscovery/hello/HelloI.cpp b/cpp/demo/IceDiscovery/hello/HelloI.cpp
index 81b44e304f5..1c9566c7995 100644
--- a/cpp/demo/IceDiscovery/hello/HelloI.cpp
+++ b/cpp/demo/IceDiscovery/hello/HelloI.cpp
@@ -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/cpp/demo/IceDiscovery/hello/HelloI.h b/cpp/demo/IceDiscovery/hello/HelloI.h
index 73e6f9de468..b330057a557 100644
--- a/cpp/demo/IceDiscovery/hello/HelloI.h
+++ b/cpp/demo/IceDiscovery/hello/HelloI.h
@@ -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/cpp/demo/IceDiscovery/hello/Makefile b/cpp/demo/IceDiscovery/hello/Makefile
index 4b2875c0899..cd24cde992c 100644
--- a/cpp/demo/IceDiscovery/hello/Makefile
+++ b/cpp/demo/IceDiscovery/hello/Makefile
@@ -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/cpp/demo/IceDiscovery/hello/Makefile.mak b/cpp/demo/IceDiscovery/hello/Makefile.mak
index 07eb513337f..e4c06be0a82 100644
--- a/cpp/demo/IceDiscovery/hello/Makefile.mak
+++ b/cpp/demo/IceDiscovery/hello/Makefile.mak
@@ -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/cpp/demo/IceDiscovery/hello/Server.cpp b/cpp/demo/IceDiscovery/hello/Server.cpp
index 91790ffd6b0..18f83d04bd2 100644
--- a/cpp/demo/IceDiscovery/hello/Server.cpp
+++ b/cpp/demo/IceDiscovery/hello/Server.cpp
@@ -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/cpp/demo/IceDiscovery/hello/expect.py b/cpp/demo/IceDiscovery/hello/expect.py
index 36f81d4004e..8dcb5b98da1 100755
--- a/cpp/demo/IceDiscovery/hello/expect.py
+++ b/cpp/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/cpp/demo/IceDiscovery/replication/Client.cpp b/cpp/demo/IceDiscovery/replication/Client.cpp
index fb4b6c80ff2..872d030825f 100644
--- a/cpp/demo/IceDiscovery/replication/Client.cpp
+++ b/cpp/demo/IceDiscovery/replication/Client.cpp
@@ -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/cpp/demo/IceDiscovery/replication/Hello.ice b/cpp/demo/IceDiscovery/replication/Hello.ice
index bb7b5273fa9..1836bae90be 100644
--- a/cpp/demo/IceDiscovery/replication/Hello.ice
+++ b/cpp/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/cpp/demo/IceDiscovery/replication/HelloI.cpp b/cpp/demo/IceDiscovery/replication/HelloI.cpp
index d39b69d6ddd..649db7ad813 100644
--- a/cpp/demo/IceDiscovery/replication/HelloI.cpp
+++ b/cpp/demo/IceDiscovery/replication/HelloI.cpp
@@ -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/cpp/demo/IceDiscovery/replication/HelloI.h b/cpp/demo/IceDiscovery/replication/HelloI.h
index 49e7f544b77..69c4ff1cdf6 100644
--- a/cpp/demo/IceDiscovery/replication/HelloI.h
+++ b/cpp/demo/IceDiscovery/replication/HelloI.h
@@ -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/cpp/demo/IceDiscovery/replication/Makefile b/cpp/demo/IceDiscovery/replication/Makefile
index 992adc2de60..af622659b8c 100644
--- a/cpp/demo/IceDiscovery/replication/Makefile
+++ b/cpp/demo/IceDiscovery/replication/Makefile
@@ -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/cpp/demo/IceDiscovery/replication/Makefile.mak b/cpp/demo/IceDiscovery/replication/Makefile.mak
index 04efdb1ec6d..37ab3ca6be1 100644
--- a/cpp/demo/IceDiscovery/replication/Makefile.mak
+++ b/cpp/demo/IceDiscovery/replication/Makefile.mak
@@ -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/cpp/demo/IceDiscovery/replication/Server.cpp b/cpp/demo/IceDiscovery/replication/Server.cpp
index 0b64e521a56..0c1f9e268e5 100644
--- a/cpp/demo/IceDiscovery/replication/Server.cpp
+++ b/cpp/demo/IceDiscovery/replication/Server.cpp
@@ -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/cpp/demo/IceDiscovery/replication/expect.py b/cpp/demo/IceDiscovery/replication/expect.py
index 0f877816643..3b0564768c8 100755
--- a/cpp/demo/IceDiscovery/replication/expect.py
+++ b/cpp/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.