summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'cs/demo/Ice/plugin')
-rw-r--r--cs/demo/Ice/plugin/Client.cs2
-rw-r--r--cs/demo/Ice/plugin/Hello.ice2
-rw-r--r--cs/demo/Ice/plugin/HelloI.cs2
-rw-r--r--cs/demo/Ice/plugin/HelloPluginFactoryI.cs2
-rw-r--r--cs/demo/Ice/plugin/HelloPluginI.cs2
-rw-r--r--cs/demo/Ice/plugin/LoggerI.cs2
-rw-r--r--cs/demo/Ice/plugin/LoggerPluginFactoryI.cs2
-rw-r--r--cs/demo/Ice/plugin/Makefile2
-rw-r--r--cs/demo/Ice/plugin/Makefile.mak2
-rw-r--r--cs/demo/Ice/plugin/Server.cs2
-rwxr-xr-xcs/demo/Ice/plugin/expect.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/cs/demo/Ice/plugin/Client.cs b/cs/demo/Ice/plugin/Client.cs
index 685397164b5..40308469ba2 100644
--- a/cs/demo/Ice/plugin/Client.cs
+++ b/cs/demo/Ice/plugin/Client.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/Hello.ice b/cs/demo/Ice/plugin/Hello.ice
index 4859970f6a1..617d061e087 100644
--- a/cs/demo/Ice/plugin/Hello.ice
+++ b/cs/demo/Ice/plugin/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/HelloI.cs b/cs/demo/Ice/plugin/HelloI.cs
index 2e6d8681f1f..8117cd58922 100644
--- a/cs/demo/Ice/plugin/HelloI.cs
+++ b/cs/demo/Ice/plugin/HelloI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/HelloPluginFactoryI.cs b/cs/demo/Ice/plugin/HelloPluginFactoryI.cs
index 441ba5fe8da..f98019754e3 100644
--- a/cs/demo/Ice/plugin/HelloPluginFactoryI.cs
+++ b/cs/demo/Ice/plugin/HelloPluginFactoryI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/HelloPluginI.cs b/cs/demo/Ice/plugin/HelloPluginI.cs
index de4304db260..50daf8d0303 100644
--- a/cs/demo/Ice/plugin/HelloPluginI.cs
+++ b/cs/demo/Ice/plugin/HelloPluginI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/LoggerI.cs b/cs/demo/Ice/plugin/LoggerI.cs
index de91d1f3ef9..05dc01b7293 100644
--- a/cs/demo/Ice/plugin/LoggerI.cs
+++ b/cs/demo/Ice/plugin/LoggerI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/LoggerPluginFactoryI.cs b/cs/demo/Ice/plugin/LoggerPluginFactoryI.cs
index ce9a0dd6936..3ce18c00721 100644
--- a/cs/demo/Ice/plugin/LoggerPluginFactoryI.cs
+++ b/cs/demo/Ice/plugin/LoggerPluginFactoryI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/Makefile b/cs/demo/Ice/plugin/Makefile
index 9118f99fa55..7da37878e70 100644
--- a/cs/demo/Ice/plugin/Makefile
+++ b/cs/demo/Ice/plugin/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/Makefile.mak b/cs/demo/Ice/plugin/Makefile.mak
index e1dbdac536c..14644fba059 100644
--- a/cs/demo/Ice/plugin/Makefile.mak
+++ b/cs/demo/Ice/plugin/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/Server.cs b/cs/demo/Ice/plugin/Server.cs
index d86f52abe17..5345dbde603 100644
--- a/cs/demo/Ice/plugin/Server.cs
+++ b/cs/demo/Ice/plugin/Server.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/cs/demo/Ice/plugin/expect.py b/cs/demo/Ice/plugin/expect.py
index d9e9b1cfa0b..4fca05d9b8e 100755
--- a/cs/demo/Ice/plugin/expect.py
+++ b/cs/demo/Ice/plugin/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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.