summaryrefslogtreecommitdiff
path: root/csharp/test/IceDiscovery
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/IceDiscovery')
-rw-r--r--csharp/test/IceDiscovery/Makefile2
-rw-r--r--csharp/test/IceDiscovery/Makefile.mak2
-rw-r--r--csharp/test/IceDiscovery/simple/AllTests.cs2
-rw-r--r--csharp/test/IceDiscovery/simple/Client.cs2
-rw-r--r--csharp/test/IceDiscovery/simple/Makefile2
-rw-r--r--csharp/test/IceDiscovery/simple/Makefile.mak2
-rw-r--r--csharp/test/IceDiscovery/simple/Server.cs2
-rw-r--r--csharp/test/IceDiscovery/simple/Test.ice2
-rw-r--r--csharp/test/IceDiscovery/simple/TestI.cs2
-rwxr-xr-xcsharp/test/IceDiscovery/simple/run.py2
10 files changed, 10 insertions, 10 deletions
diff --git a/csharp/test/IceDiscovery/Makefile b/csharp/test/IceDiscovery/Makefile
index c23809bb7a9..12d6b6406d6 100644
--- a/csharp/test/IceDiscovery/Makefile
+++ b/csharp/test/IceDiscovery/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/Makefile.mak b/csharp/test/IceDiscovery/Makefile.mak
index 3fda2ef013c..062ca4bed4d 100644
--- a/csharp/test/IceDiscovery/Makefile.mak
+++ b/csharp/test/IceDiscovery/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/AllTests.cs b/csharp/test/IceDiscovery/simple/AllTests.cs
index 776cedf7209..c451cd170b0 100644
--- a/csharp/test/IceDiscovery/simple/AllTests.cs
+++ b/csharp/test/IceDiscovery/simple/AllTests.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/Client.cs b/csharp/test/IceDiscovery/simple/Client.cs
index 29898e2b69b..ac280869984 100644
--- a/csharp/test/IceDiscovery/simple/Client.cs
+++ b/csharp/test/IceDiscovery/simple/Client.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/Makefile b/csharp/test/IceDiscovery/simple/Makefile
index 8d6a8811fd9..64029643de5 100644
--- a/csharp/test/IceDiscovery/simple/Makefile
+++ b/csharp/test/IceDiscovery/simple/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/Makefile.mak b/csharp/test/IceDiscovery/simple/Makefile.mak
index d6eaff91ffc..b485535a1d7 100644
--- a/csharp/test/IceDiscovery/simple/Makefile.mak
+++ b/csharp/test/IceDiscovery/simple/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/Server.cs b/csharp/test/IceDiscovery/simple/Server.cs
index 518c817f32e..1a757522949 100644
--- a/csharp/test/IceDiscovery/simple/Server.cs
+++ b/csharp/test/IceDiscovery/simple/Server.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/Test.ice b/csharp/test/IceDiscovery/simple/Test.ice
index 259067f577d..35503271cd8 100644
--- a/csharp/test/IceDiscovery/simple/Test.ice
+++ b/csharp/test/IceDiscovery/simple/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/TestI.cs b/csharp/test/IceDiscovery/simple/TestI.cs
index de3c324c2c9..652aa334fdf 100644
--- a/csharp/test/IceDiscovery/simple/TestI.cs
+++ b/csharp/test/IceDiscovery/simple/TestI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2016 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/csharp/test/IceDiscovery/simple/run.py b/csharp/test/IceDiscovery/simple/run.py
index a8e7fe8242e..f9f3eb51536 100755
--- a/csharp/test/IceDiscovery/simple/run.py
+++ b/csharp/test/IceDiscovery/simple/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2016 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.