summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/interceptor
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-02-13 18:40:00 -0500
committerJoe George <joe@zeroc.com>2017-02-13 18:40:00 -0500
commit274d82b037c5331c7be1bce5e75335ce727be96e (patch)
tree8c14faad979cf1d3c96689a20fed45329c8198c6 /csharp/test/Ice/interceptor
parentFixed (ICE-7276) - Comparing struct with Ice::Unset results in error in Ruby (diff)
downloadice-274d82b037c5331c7be1bce5e75335ce727be96e.tar.bz2
ice-274d82b037c5331c7be1bce5e75335ce727be96e.tar.xz
ice-274d82b037c5331c7be1bce5e75335ce727be96e.zip
ICE-7506 - Update copyright to 2017
Diffstat (limited to 'csharp/test/Ice/interceptor')
-rw-r--r--csharp/test/Ice/interceptor/AMDInterceptorI.cs2
-rw-r--r--csharp/test/Ice/interceptor/Client.cs2
-rw-r--r--csharp/test/Ice/interceptor/InterceptorI.cs2
-rw-r--r--csharp/test/Ice/interceptor/Makefile2
-rw-r--r--csharp/test/Ice/interceptor/Makefile.mak2
-rw-r--r--csharp/test/Ice/interceptor/MyObjectI.cs2
-rw-r--r--csharp/test/Ice/interceptor/Test.ice2
-rwxr-xr-xcsharp/test/Ice/interceptor/run.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/csharp/test/Ice/interceptor/AMDInterceptorI.cs b/csharp/test/Ice/interceptor/AMDInterceptorI.cs
index 7643d8849f5..a1f6573b786 100644
--- a/csharp/test/Ice/interceptor/AMDInterceptorI.cs
+++ b/csharp/test/Ice/interceptor/AMDInterceptorI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/Ice/interceptor/Client.cs b/csharp/test/Ice/interceptor/Client.cs
index 0dcaca2bcfb..975c7ac7859 100644
--- a/csharp/test/Ice/interceptor/Client.cs
+++ b/csharp/test/Ice/interceptor/Client.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/Ice/interceptor/InterceptorI.cs b/csharp/test/Ice/interceptor/InterceptorI.cs
index cd51609bfe1..92abf9796c8 100644
--- a/csharp/test/Ice/interceptor/InterceptorI.cs
+++ b/csharp/test/Ice/interceptor/InterceptorI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/Ice/interceptor/Makefile b/csharp/test/Ice/interceptor/Makefile
index 9e9a652c483..51908840dab 100644
--- a/csharp/test/Ice/interceptor/Makefile
+++ b/csharp/test/Ice/interceptor/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/Ice/interceptor/Makefile.mak b/csharp/test/Ice/interceptor/Makefile.mak
index 142c51a3157..2d7c2f34098 100644
--- a/csharp/test/Ice/interceptor/Makefile.mak
+++ b/csharp/test/Ice/interceptor/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/Ice/interceptor/MyObjectI.cs b/csharp/test/Ice/interceptor/MyObjectI.cs
index 83b27e9b06d..b23c87e1e50 100644
--- a/csharp/test/Ice/interceptor/MyObjectI.cs
+++ b/csharp/test/Ice/interceptor/MyObjectI.cs
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/Ice/interceptor/Test.ice b/csharp/test/Ice/interceptor/Test.ice
index f01a5b0e218..e2af9bc51c8 100644
--- a/csharp/test/Ice/interceptor/Test.ice
+++ b/csharp/test/Ice/interceptor/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/Ice/interceptor/run.py b/csharp/test/Ice/interceptor/run.py
index 81357cdeec4..2b48da44b64 100755
--- a/csharp/test/Ice/interceptor/run.py
+++ b/csharp/test/Ice/interceptor/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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.