summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-11-05 15:05:41 -0330
committerDwayne Boone <dwayne@zeroc.com>2014-11-05 15:05:41 -0330
commita172f1c7277241451fd017e87caeee884b5a0cb7 (patch)
treec2b90932f169207debc828c45747b73cd4a6b8c4
parentICE-5830 improvements to fixVersion.py (diff)
downloadice-a172f1c7277241451fd017e87caeee884b5a0cb7.tar.bz2
ice-a172f1c7277241451fd017e87caeee884b5a0cb7.tar.xz
ice-a172f1c7277241451fd017e87caeee884b5a0cb7.zip
Fixed copyright header on a bunch of files
-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
-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/src/IceDiscovery/IceDiscovery.rc2
-rw-r--r--cpp/src/IceDiscovery/LocatorI.cpp2
-rw-r--r--cpp/src/IceDiscovery/LocatorI.h2
-rw-r--r--cpp/src/IceDiscovery/LookupI.cpp2
-rw-r--r--cpp/src/IceDiscovery/LookupI.h2
-rw-r--r--cpp/src/IceDiscovery/Makefile2
-rw-r--r--cpp/src/IceDiscovery/Makefile.mak2
-rw-r--r--cpp/src/IceDiscovery/PluginI.cpp2
-rw-r--r--cpp/src/IceDiscovery/PluginI.h2
-rw-r--r--cpp/src/IceStorm/IceStormMigrate.rc2
-rw-r--r--cpp/src/IceStorm/Migrate.cpp2
-rw-r--r--cpp/test/IceDiscovery/Makefile2
-rw-r--r--cpp/test/IceDiscovery/Makefile.mak2
-rw-r--r--cpp/test/IceDiscovery/simple/AllTests.cpp2
-rw-r--r--cpp/test/IceDiscovery/simple/Client.cpp2
-rw-r--r--cpp/test/IceDiscovery/simple/Makefile2
-rw-r--r--cpp/test/IceDiscovery/simple/Makefile.mak2
-rw-r--r--cpp/test/IceDiscovery/simple/Server.cpp2
-rw-r--r--cpp/test/IceDiscovery/simple/Test.ice2
-rw-r--r--cpp/test/IceDiscovery/simple/TestI.cpp2
-rw-r--r--cpp/test/IceDiscovery/simple/TestI.h2
-rwxr-xr-xcpp/test/IceDiscovery/simple/run.py2
-rw-r--r--cs/demo/IceDiscovery/Makefile2
-rw-r--r--cs/demo/IceDiscovery/Makefile.mak2
-rw-r--r--cs/demo/IceDiscovery/hello/Client.cs2
-rw-r--r--cs/demo/IceDiscovery/hello/Hello.ice2
-rw-r--r--cs/demo/IceDiscovery/hello/HelloI.cs2
-rw-r--r--cs/demo/IceDiscovery/hello/Makefile2
-rw-r--r--cs/demo/IceDiscovery/hello/Makefile.mak2
-rw-r--r--cs/demo/IceDiscovery/hello/Server.cs2
-rw-r--r--cs/demo/IceDiscovery/replication/Client.cs2
-rw-r--r--cs/demo/IceDiscovery/replication/Hello.ice2
-rw-r--r--cs/demo/IceDiscovery/replication/HelloI.cs2
-rw-r--r--cs/demo/IceDiscovery/replication/Makefile2
-rw-r--r--cs/demo/IceDiscovery/replication/Makefile.mak2
-rw-r--r--cs/demo/IceDiscovery/replication/Server.cs2
-rw-r--r--cs/src/IceDiscovery/LocatorI.cs2
-rw-r--r--cs/src/IceDiscovery/LookupI.cs2
-rw-r--r--cs/src/IceDiscovery/Makefile2
-rw-r--r--cs/src/IceDiscovery/Makefile.mak2
-rw-r--r--cs/src/IceDiscovery/PluginI.cs2
-rw-r--r--cs/test/IceDiscovery/Makefile2
-rw-r--r--cs/test/IceDiscovery/Makefile.mak2
-rw-r--r--cs/test/IceDiscovery/simple/AllTests.cs2
-rw-r--r--cs/test/IceDiscovery/simple/Client.cs2
-rw-r--r--cs/test/IceDiscovery/simple/Makefile2
-rw-r--r--cs/test/IceDiscovery/simple/Makefile.mak2
-rw-r--r--cs/test/IceDiscovery/simple/Server.cs2
-rw-r--r--cs/test/IceDiscovery/simple/Test.ice2
-rw-r--r--cs/test/IceDiscovery/simple/TestI.cs2
-rwxr-xr-xcs/test/IceDiscovery/simple/run.py2
-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
-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
-rw-r--r--java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorI.java2
-rw-r--r--java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorRegistryI.java2
-rw-r--r--java/src/IceDiscovery/src/main/java/IceDiscovery/LookupI.java2
-rw-r--r--java/src/IceDiscovery/src/main/java/IceDiscovery/LookupReplyI.java2
-rw-r--r--java/src/IceDiscovery/src/main/java/IceDiscovery/PluginFactory.java2
-rw-r--r--java/src/IceDiscovery/src/main/java/IceDiscovery/PluginI.java2
-rw-r--r--java/test/src/main/java/test/IceDiscovery/simple/AllTests.java2
-rw-r--r--java/test/src/main/java/test/IceDiscovery/simple/Client.java2
-rw-r--r--java/test/src/main/java/test/IceDiscovery/simple/ControllerI.java2
-rw-r--r--java/test/src/main/java/test/IceDiscovery/simple/Server.java2
-rw-r--r--java/test/src/main/java/test/IceDiscovery/simple/Test.ice2
-rw-r--r--java/test/src/main/java/test/IceDiscovery/simple/TestIntfI.java2
-rwxr-xr-xjava/test/src/main/java/test/IceDiscovery/simple/run.py2
-rw-r--r--slice/IceGrid/Discovery.ice2
89 files changed, 89 insertions, 89 deletions
diff --git a/cpp/demo/IceDiscovery/Makefile b/cpp/demo/IceDiscovery/Makefile
index 15dd92d9c88..840b74c3208 100644
--- a/cpp/demo/IceDiscovery/Makefile
+++ b/cpp/demo/IceDiscovery/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/cpp/demo/IceDiscovery/Makefile.mak b/cpp/demo/IceDiscovery/Makefile.mak
index 9852a22bc5f..fc51001ce05 100644
--- a/cpp/demo/IceDiscovery/Makefile.mak
+++ b/cpp/demo/IceDiscovery/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/cpp/demo/IceDiscovery/hello/Client.cpp b/cpp/demo/IceDiscovery/hello/Client.cpp
index cffd2d9f9d8..711099b51d2 100644
--- a/cpp/demo/IceDiscovery/hello/Client.cpp
+++ b/cpp/demo/IceDiscovery/hello/Client.cpp
@@ -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/cpp/demo/IceDiscovery/hello/Hello.ice b/cpp/demo/IceDiscovery/hello/Hello.ice
index 42227ad1856..28e16b8de3e 100644
--- a/cpp/demo/IceDiscovery/hello/Hello.ice
+++ b/cpp/demo/IceDiscovery/hello/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/cpp/demo/IceDiscovery/hello/HelloI.cpp b/cpp/demo/IceDiscovery/hello/HelloI.cpp
index b25d3b886af..81b44e304f5 100644
--- a/cpp/demo/IceDiscovery/hello/HelloI.cpp
+++ b/cpp/demo/IceDiscovery/hello/HelloI.cpp
@@ -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/cpp/demo/IceDiscovery/hello/HelloI.h b/cpp/demo/IceDiscovery/hello/HelloI.h
index 3a783d0ac4d..73e6f9de468 100644
--- a/cpp/demo/IceDiscovery/hello/HelloI.h
+++ b/cpp/demo/IceDiscovery/hello/HelloI.h
@@ -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/cpp/demo/IceDiscovery/hello/Makefile b/cpp/demo/IceDiscovery/hello/Makefile
index 5a69520e3b7..e728700a0f8 100644
--- a/cpp/demo/IceDiscovery/hello/Makefile
+++ b/cpp/demo/IceDiscovery/hello/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/cpp/demo/IceDiscovery/hello/Makefile.mak b/cpp/demo/IceDiscovery/hello/Makefile.mak
index bea9b8be971..07eb513337f 100644
--- a/cpp/demo/IceDiscovery/hello/Makefile.mak
+++ b/cpp/demo/IceDiscovery/hello/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/cpp/demo/IceDiscovery/hello/Server.cpp b/cpp/demo/IceDiscovery/hello/Server.cpp
index c68503b398d..91790ffd6b0 100644
--- a/cpp/demo/IceDiscovery/hello/Server.cpp
+++ b/cpp/demo/IceDiscovery/hello/Server.cpp
@@ -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/cpp/demo/IceDiscovery/replication/Client.cpp b/cpp/demo/IceDiscovery/replication/Client.cpp
index 22f53898cb6..fb4b6c80ff2 100644
--- a/cpp/demo/IceDiscovery/replication/Client.cpp
+++ b/cpp/demo/IceDiscovery/replication/Client.cpp
@@ -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/cpp/demo/IceDiscovery/replication/Hello.ice b/cpp/demo/IceDiscovery/replication/Hello.ice
index dacdaa37f8b..bb7b5273fa9 100644
--- a/cpp/demo/IceDiscovery/replication/Hello.ice
+++ b/cpp/demo/IceDiscovery/replication/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/cpp/demo/IceDiscovery/replication/HelloI.cpp b/cpp/demo/IceDiscovery/replication/HelloI.cpp
index b12d9db5d47..d39b69d6ddd 100644
--- a/cpp/demo/IceDiscovery/replication/HelloI.cpp
+++ b/cpp/demo/IceDiscovery/replication/HelloI.cpp
@@ -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/cpp/demo/IceDiscovery/replication/HelloI.h b/cpp/demo/IceDiscovery/replication/HelloI.h
index 2b3be5f02b5..49e7f544b77 100644
--- a/cpp/demo/IceDiscovery/replication/HelloI.h
+++ b/cpp/demo/IceDiscovery/replication/HelloI.h
@@ -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/cpp/demo/IceDiscovery/replication/Makefile b/cpp/demo/IceDiscovery/replication/Makefile
index b0bb5f9b8ae..3409d863eb4 100644
--- a/cpp/demo/IceDiscovery/replication/Makefile
+++ b/cpp/demo/IceDiscovery/replication/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/cpp/demo/IceDiscovery/replication/Makefile.mak b/cpp/demo/IceDiscovery/replication/Makefile.mak
index 2eb16b956f3..04efdb1ec6d 100644
--- a/cpp/demo/IceDiscovery/replication/Makefile.mak
+++ b/cpp/demo/IceDiscovery/replication/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/cpp/demo/IceDiscovery/replication/Server.cpp b/cpp/demo/IceDiscovery/replication/Server.cpp
index d82b7103c51..0b64e521a56 100644
--- a/cpp/demo/IceDiscovery/replication/Server.cpp
+++ b/cpp/demo/IceDiscovery/replication/Server.cpp
@@ -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/cpp/src/IceDiscovery/IceDiscovery.rc b/cpp/src/IceDiscovery/IceDiscovery.rc
index 8013d67d5a4..de71bb3bc9f 100755
--- a/cpp/src/IceDiscovery/IceDiscovery.rc
+++ b/cpp/src/IceDiscovery/IceDiscovery.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "Ice Discovery DLL\0"
VALUE "FileVersion", "3.6b\0"
VALUE "InternalName", INTERNALNAME
- VALUE "LegalCopyright", "Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Ice\0"
VALUE "ProductVersion", "3.6b\0"
diff --git a/cpp/src/IceDiscovery/LocatorI.cpp b/cpp/src/IceDiscovery/LocatorI.cpp
index f6bf951d331..6201b0f7019 100644
--- a/cpp/src/IceDiscovery/LocatorI.cpp
+++ b/cpp/src/IceDiscovery/LocatorI.cpp
@@ -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/cpp/src/IceDiscovery/LocatorI.h b/cpp/src/IceDiscovery/LocatorI.h
index bb48d8cb509..e30e1d3fd1d 100644
--- a/cpp/src/IceDiscovery/LocatorI.h
+++ b/cpp/src/IceDiscovery/LocatorI.h
@@ -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/cpp/src/IceDiscovery/LookupI.cpp b/cpp/src/IceDiscovery/LookupI.cpp
index f8ea6d8c486..09a63cb85a7 100644
--- a/cpp/src/IceDiscovery/LookupI.cpp
+++ b/cpp/src/IceDiscovery/LookupI.cpp
@@ -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/cpp/src/IceDiscovery/LookupI.h b/cpp/src/IceDiscovery/LookupI.h
index 58e1e7ca044..4a0f7a5c887 100644
--- a/cpp/src/IceDiscovery/LookupI.h
+++ b/cpp/src/IceDiscovery/LookupI.h
@@ -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/cpp/src/IceDiscovery/Makefile b/cpp/src/IceDiscovery/Makefile
index 2bde0ac238a..db632cfa43b 100644
--- a/cpp/src/IceDiscovery/Makefile
+++ b/cpp/src/IceDiscovery/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/cpp/src/IceDiscovery/Makefile.mak b/cpp/src/IceDiscovery/Makefile.mak
index b3cbf6a805f..5e55aa3eb6c 100644
--- a/cpp/src/IceDiscovery/Makefile.mak
+++ b/cpp/src/IceDiscovery/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/cpp/src/IceDiscovery/PluginI.cpp b/cpp/src/IceDiscovery/PluginI.cpp
index 60bdf42e9a4..ab9482cc1ce 100644
--- a/cpp/src/IceDiscovery/PluginI.cpp
+++ b/cpp/src/IceDiscovery/PluginI.cpp
@@ -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/cpp/src/IceDiscovery/PluginI.h b/cpp/src/IceDiscovery/PluginI.h
index a61659c3753..f5d4eb9f478 100644
--- a/cpp/src/IceDiscovery/PluginI.h
+++ b/cpp/src/IceDiscovery/PluginI.h
@@ -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/cpp/src/IceStorm/IceStormMigrate.rc b/cpp/src/IceStorm/IceStormMigrate.rc
index 2a65cd36e0d..4e858dd1d5c 100644
--- a/cpp/src/IceStorm/IceStormMigrate.rc
+++ b/cpp/src/IceStorm/IceStormMigrate.rc
@@ -21,7 +21,7 @@ BEGIN
VALUE "FileDescription", "IceStorm Migrate\0"
VALUE "FileVersion", "3.6b\0"
VALUE "InternalName", "icestormmigrate\0"
- VALUE "LegalCopyright", "Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "icestormmigrate.exe\0"
VALUE "ProductName", "Ice\0"
VALUE "ProductVersion", "3.6b\0"
diff --git a/cpp/src/IceStorm/Migrate.cpp b/cpp/src/IceStorm/Migrate.cpp
index 5c65f992aaf..21998889b7a 100644
--- a/cpp/src/IceStorm/Migrate.cpp
+++ b/cpp/src/IceStorm/Migrate.cpp
@@ -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/cpp/test/IceDiscovery/Makefile b/cpp/test/IceDiscovery/Makefile
index 49729fd8c06..9b32d90f599 100644
--- a/cpp/test/IceDiscovery/Makefile
+++ b/cpp/test/IceDiscovery/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/cpp/test/IceDiscovery/Makefile.mak b/cpp/test/IceDiscovery/Makefile.mak
index 863aea5acf9..d04f1b3cbef 100644
--- a/cpp/test/IceDiscovery/Makefile.mak
+++ b/cpp/test/IceDiscovery/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/cpp/test/IceDiscovery/simple/AllTests.cpp b/cpp/test/IceDiscovery/simple/AllTests.cpp
index 8311717a49c..6b7dade86c7 100644
--- a/cpp/test/IceDiscovery/simple/AllTests.cpp
+++ b/cpp/test/IceDiscovery/simple/AllTests.cpp
@@ -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/cpp/test/IceDiscovery/simple/Client.cpp b/cpp/test/IceDiscovery/simple/Client.cpp
index cde4d8a292c..41634c05b9b 100644
--- a/cpp/test/IceDiscovery/simple/Client.cpp
+++ b/cpp/test/IceDiscovery/simple/Client.cpp
@@ -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/cpp/test/IceDiscovery/simple/Makefile b/cpp/test/IceDiscovery/simple/Makefile
index 06854c20f00..be99b85898f 100644
--- a/cpp/test/IceDiscovery/simple/Makefile
+++ b/cpp/test/IceDiscovery/simple/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/cpp/test/IceDiscovery/simple/Makefile.mak b/cpp/test/IceDiscovery/simple/Makefile.mak
index 9eb68495471..7ada625ac42 100644
--- a/cpp/test/IceDiscovery/simple/Makefile.mak
+++ b/cpp/test/IceDiscovery/simple/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/cpp/test/IceDiscovery/simple/Server.cpp b/cpp/test/IceDiscovery/simple/Server.cpp
index 20006d21d11..b7d58df6674 100644
--- a/cpp/test/IceDiscovery/simple/Server.cpp
+++ b/cpp/test/IceDiscovery/simple/Server.cpp
@@ -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/cpp/test/IceDiscovery/simple/Test.ice b/cpp/test/IceDiscovery/simple/Test.ice
index 6b9020d3c5c..ce3a10069b3 100644
--- a/cpp/test/IceDiscovery/simple/Test.ice
+++ b/cpp/test/IceDiscovery/simple/Test.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/cpp/test/IceDiscovery/simple/TestI.cpp b/cpp/test/IceDiscovery/simple/TestI.cpp
index adc46bbcce7..b8ffc57d6c9 100644
--- a/cpp/test/IceDiscovery/simple/TestI.cpp
+++ b/cpp/test/IceDiscovery/simple/TestI.cpp
@@ -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/cpp/test/IceDiscovery/simple/TestI.h b/cpp/test/IceDiscovery/simple/TestI.h
index 64227193333..c4b4432eca2 100644
--- a/cpp/test/IceDiscovery/simple/TestI.h
+++ b/cpp/test/IceDiscovery/simple/TestI.h
@@ -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/cpp/test/IceDiscovery/simple/run.py b/cpp/test/IceDiscovery/simple/run.py
index d26af2db53d..9252524d7bb 100755
--- a/cpp/test/IceDiscovery/simple/run.py
+++ b/cpp/test/IceDiscovery/simple/run.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.
diff --git a/cs/demo/IceDiscovery/Makefile b/cs/demo/IceDiscovery/Makefile
index b2a1aed3991..8058805cffa 100644
--- a/cs/demo/IceDiscovery/Makefile
+++ b/cs/demo/IceDiscovery/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/IceDiscovery/Makefile.mak b/cs/demo/IceDiscovery/Makefile.mak
index 64149a6ff63..9be13bd3f26 100644
--- a/cs/demo/IceDiscovery/Makefile.mak
+++ b/cs/demo/IceDiscovery/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/IceDiscovery/hello/Client.cs b/cs/demo/IceDiscovery/hello/Client.cs
index b88c85aa223..db26afe288c 100644
--- a/cs/demo/IceDiscovery/hello/Client.cs
+++ b/cs/demo/IceDiscovery/hello/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/IceDiscovery/hello/Hello.ice b/cs/demo/IceDiscovery/hello/Hello.ice
index aca54020837..3e548e149a1 100644
--- a/cs/demo/IceDiscovery/hello/Hello.ice
+++ b/cs/demo/IceDiscovery/hello/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/IceDiscovery/hello/HelloI.cs b/cs/demo/IceDiscovery/hello/HelloI.cs
index 93ceb186cd2..3332b317202 100644
--- a/cs/demo/IceDiscovery/hello/HelloI.cs
+++ b/cs/demo/IceDiscovery/hello/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/IceDiscovery/hello/Makefile b/cs/demo/IceDiscovery/hello/Makefile
index 730de6a4290..be6527e050b 100644
--- a/cs/demo/IceDiscovery/hello/Makefile
+++ b/cs/demo/IceDiscovery/hello/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/IceDiscovery/hello/Makefile.mak b/cs/demo/IceDiscovery/hello/Makefile.mak
index 054c9c8eb99..e7eb4f6565d 100644
--- a/cs/demo/IceDiscovery/hello/Makefile.mak
+++ b/cs/demo/IceDiscovery/hello/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/IceDiscovery/hello/Server.cs b/cs/demo/IceDiscovery/hello/Server.cs
index 74ff416c330..8f58ab16537 100644
--- a/cs/demo/IceDiscovery/hello/Server.cs
+++ b/cs/demo/IceDiscovery/hello/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/IceDiscovery/replication/Client.cs b/cs/demo/IceDiscovery/replication/Client.cs
index 3b2cab28f2b..3ecca286524 100644
--- a/cs/demo/IceDiscovery/replication/Client.cs
+++ b/cs/demo/IceDiscovery/replication/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/IceDiscovery/replication/Hello.ice b/cs/demo/IceDiscovery/replication/Hello.ice
index dd12535592d..667350a21bb 100644
--- a/cs/demo/IceDiscovery/replication/Hello.ice
+++ b/cs/demo/IceDiscovery/replication/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/IceDiscovery/replication/HelloI.cs b/cs/demo/IceDiscovery/replication/HelloI.cs
index a78cf1f0ddd..f7df14ea090 100644
--- a/cs/demo/IceDiscovery/replication/HelloI.cs
+++ b/cs/demo/IceDiscovery/replication/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/IceDiscovery/replication/Makefile b/cs/demo/IceDiscovery/replication/Makefile
index 730de6a4290..be6527e050b 100644
--- a/cs/demo/IceDiscovery/replication/Makefile
+++ b/cs/demo/IceDiscovery/replication/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/IceDiscovery/replication/Makefile.mak b/cs/demo/IceDiscovery/replication/Makefile.mak
index 054c9c8eb99..e7eb4f6565d 100644
--- a/cs/demo/IceDiscovery/replication/Makefile.mak
+++ b/cs/demo/IceDiscovery/replication/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/IceDiscovery/replication/Server.cs b/cs/demo/IceDiscovery/replication/Server.cs
index d257bf320cf..6a7eea56013 100644
--- a/cs/demo/IceDiscovery/replication/Server.cs
+++ b/cs/demo/IceDiscovery/replication/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/src/IceDiscovery/LocatorI.cs b/cs/src/IceDiscovery/LocatorI.cs
index 75fd38e6436..a3d6ea5f805 100644
--- a/cs/src/IceDiscovery/LocatorI.cs
+++ b/cs/src/IceDiscovery/LocatorI.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/src/IceDiscovery/LookupI.cs b/cs/src/IceDiscovery/LookupI.cs
index 88d68d17ff7..0ddbde64149 100644
--- a/cs/src/IceDiscovery/LookupI.cs
+++ b/cs/src/IceDiscovery/LookupI.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/src/IceDiscovery/Makefile b/cs/src/IceDiscovery/Makefile
index 2e1c6b532fc..5b5b30039a0 100644
--- a/cs/src/IceDiscovery/Makefile
+++ b/cs/src/IceDiscovery/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/src/IceDiscovery/Makefile.mak b/cs/src/IceDiscovery/Makefile.mak
index 4adc6938de4..39b62cb62db 100644
--- a/cs/src/IceDiscovery/Makefile.mak
+++ b/cs/src/IceDiscovery/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/src/IceDiscovery/PluginI.cs b/cs/src/IceDiscovery/PluginI.cs
index 31efcad36cc..603454a24d6 100644
--- a/cs/src/IceDiscovery/PluginI.cs
+++ b/cs/src/IceDiscovery/PluginI.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/test/IceDiscovery/Makefile b/cs/test/IceDiscovery/Makefile
index 0627d5ebe79..358d5c8ba01 100644
--- a/cs/test/IceDiscovery/Makefile
+++ b/cs/test/IceDiscovery/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/test/IceDiscovery/Makefile.mak b/cs/test/IceDiscovery/Makefile.mak
index f0cd4aecdf9..d5cb528a11c 100644
--- a/cs/test/IceDiscovery/Makefile.mak
+++ b/cs/test/IceDiscovery/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/test/IceDiscovery/simple/AllTests.cs b/cs/test/IceDiscovery/simple/AllTests.cs
index c9137183310..f68112f972c 100644
--- a/cs/test/IceDiscovery/simple/AllTests.cs
+++ b/cs/test/IceDiscovery/simple/AllTests.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/test/IceDiscovery/simple/Client.cs b/cs/test/IceDiscovery/simple/Client.cs
index de5b76daff5..8d919fa9ffe 100644
--- a/cs/test/IceDiscovery/simple/Client.cs
+++ b/cs/test/IceDiscovery/simple/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/test/IceDiscovery/simple/Makefile b/cs/test/IceDiscovery/simple/Makefile
index 99edb3ea77a..21e130cd67c 100644
--- a/cs/test/IceDiscovery/simple/Makefile
+++ b/cs/test/IceDiscovery/simple/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/test/IceDiscovery/simple/Makefile.mak b/cs/test/IceDiscovery/simple/Makefile.mak
index 79cd1658893..fa6abbc945c 100644
--- a/cs/test/IceDiscovery/simple/Makefile.mak
+++ b/cs/test/IceDiscovery/simple/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/test/IceDiscovery/simple/Server.cs b/cs/test/IceDiscovery/simple/Server.cs
index 82e802cfe96..e5b9b126514 100644
--- a/cs/test/IceDiscovery/simple/Server.cs
+++ b/cs/test/IceDiscovery/simple/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/test/IceDiscovery/simple/Test.ice b/cs/test/IceDiscovery/simple/Test.ice
index 03d59e513a7..6b585476b48 100644
--- a/cs/test/IceDiscovery/simple/Test.ice
+++ b/cs/test/IceDiscovery/simple/Test.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/test/IceDiscovery/simple/TestI.cs b/cs/test/IceDiscovery/simple/TestI.cs
index 515c14ff450..892a51ae9de 100644
--- a/cs/test/IceDiscovery/simple/TestI.cs
+++ b/cs/test/IceDiscovery/simple/TestI.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/test/IceDiscovery/simple/run.py b/cs/test/IceDiscovery/simple/run.py
index f2b6a3ef179..2d110014564 100755
--- a/cs/test/IceDiscovery/simple/run.py
+++ b/cs/test/IceDiscovery/simple/run.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.
diff --git a/java/demo/IceDiscovery/hello/Client.java b/java/demo/IceDiscovery/hello/Client.java
index 9ecbb7fec51..c76d14ac4fd 100644
--- a/java/demo/IceDiscovery/hello/Client.java
+++ b/java/demo/IceDiscovery/hello/Client.java
@@ -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/java/demo/IceDiscovery/hello/Hello.ice b/java/demo/IceDiscovery/hello/Hello.ice
index aca54020837..3e548e149a1 100644
--- a/java/demo/IceDiscovery/hello/Hello.ice
+++ b/java/demo/IceDiscovery/hello/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/java/demo/IceDiscovery/hello/HelloI.java b/java/demo/IceDiscovery/hello/HelloI.java
index 9c8523a82c9..8c1fff4f6e8 100644
--- a/java/demo/IceDiscovery/hello/HelloI.java
+++ b/java/demo/IceDiscovery/hello/HelloI.java
@@ -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/java/demo/IceDiscovery/hello/Server.java b/java/demo/IceDiscovery/hello/Server.java
index 6c71a0703b8..5af6abd51fa 100644
--- a/java/demo/IceDiscovery/hello/Server.java
+++ b/java/demo/IceDiscovery/hello/Server.java
@@ -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/java/demo/IceDiscovery/replication/Client.java b/java/demo/IceDiscovery/replication/Client.java
index 26156ab802f..a37b42878be 100644
--- a/java/demo/IceDiscovery/replication/Client.java
+++ b/java/demo/IceDiscovery/replication/Client.java
@@ -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/java/demo/IceDiscovery/replication/Hello.ice b/java/demo/IceDiscovery/replication/Hello.ice
index dd12535592d..667350a21bb 100644
--- a/java/demo/IceDiscovery/replication/Hello.ice
+++ b/java/demo/IceDiscovery/replication/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/java/demo/IceDiscovery/replication/HelloI.java b/java/demo/IceDiscovery/replication/HelloI.java
index f973c3e4ba7..14682b5e036 100644
--- a/java/demo/IceDiscovery/replication/HelloI.java
+++ b/java/demo/IceDiscovery/replication/HelloI.java
@@ -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/java/demo/IceDiscovery/replication/Server.java b/java/demo/IceDiscovery/replication/Server.java
index 204487942b5..d3d7b83b8e6 100644
--- a/java/demo/IceDiscovery/replication/Server.java
+++ b/java/demo/IceDiscovery/replication/Server.java
@@ -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/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorI.java b/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorI.java
index 0a11bc7028c..a031a7b51c5 100644
--- a/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorI.java
+++ b/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorI.java
@@ -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/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorRegistryI.java b/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorRegistryI.java
index 5628236d6cc..43729121447 100644
--- a/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorRegistryI.java
+++ b/java/src/IceDiscovery/src/main/java/IceDiscovery/LocatorRegistryI.java
@@ -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/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupI.java b/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupI.java
index c3aaf296364..6ef0b6b454a 100644
--- a/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupI.java
+++ b/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupI.java
@@ -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/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupReplyI.java b/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupReplyI.java
index 9e072221a4a..72b5cdc2046 100644
--- a/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupReplyI.java
+++ b/java/src/IceDiscovery/src/main/java/IceDiscovery/LookupReplyI.java
@@ -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/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginFactory.java b/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginFactory.java
index 2efeaf3a831..84e3a3c9fe6 100644
--- a/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginFactory.java
+++ b/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginFactory.java
@@ -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/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginI.java b/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginI.java
index 6fea4934d1e..0f3ad8d45bb 100644
--- a/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginI.java
+++ b/java/src/IceDiscovery/src/main/java/IceDiscovery/PluginI.java
@@ -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/java/test/src/main/java/test/IceDiscovery/simple/AllTests.java b/java/test/src/main/java/test/IceDiscovery/simple/AllTests.java
index 97546028b59..f571a5d9cd7 100644
--- a/java/test/src/main/java/test/IceDiscovery/simple/AllTests.java
+++ b/java/test/src/main/java/test/IceDiscovery/simple/AllTests.java
@@ -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/java/test/src/main/java/test/IceDiscovery/simple/Client.java b/java/test/src/main/java/test/IceDiscovery/simple/Client.java
index 7b93371328e..c9de0d97e71 100644
--- a/java/test/src/main/java/test/IceDiscovery/simple/Client.java
+++ b/java/test/src/main/java/test/IceDiscovery/simple/Client.java
@@ -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/java/test/src/main/java/test/IceDiscovery/simple/ControllerI.java b/java/test/src/main/java/test/IceDiscovery/simple/ControllerI.java
index 188b1c7182d..120359aed04 100644
--- a/java/test/src/main/java/test/IceDiscovery/simple/ControllerI.java
+++ b/java/test/src/main/java/test/IceDiscovery/simple/ControllerI.java
@@ -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/java/test/src/main/java/test/IceDiscovery/simple/Server.java b/java/test/src/main/java/test/IceDiscovery/simple/Server.java
index 7bc444355f4..8f89035ec2f 100644
--- a/java/test/src/main/java/test/IceDiscovery/simple/Server.java
+++ b/java/test/src/main/java/test/IceDiscovery/simple/Server.java
@@ -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/java/test/src/main/java/test/IceDiscovery/simple/Test.ice b/java/test/src/main/java/test/IceDiscovery/simple/Test.ice
index 03d59e513a7..6b585476b48 100644
--- a/java/test/src/main/java/test/IceDiscovery/simple/Test.ice
+++ b/java/test/src/main/java/test/IceDiscovery/simple/Test.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/java/test/src/main/java/test/IceDiscovery/simple/TestIntfI.java b/java/test/src/main/java/test/IceDiscovery/simple/TestIntfI.java
index 339bc281081..7497a46c109 100644
--- a/java/test/src/main/java/test/IceDiscovery/simple/TestIntfI.java
+++ b/java/test/src/main/java/test/IceDiscovery/simple/TestIntfI.java
@@ -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/java/test/src/main/java/test/IceDiscovery/simple/run.py b/java/test/src/main/java/test/IceDiscovery/simple/run.py
index f761e694812..c58807685df 100755
--- a/java/test/src/main/java/test/IceDiscovery/simple/run.py
+++ b/java/test/src/main/java/test/IceDiscovery/simple/run.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.
diff --git a/slice/IceGrid/Discovery.ice b/slice/IceGrid/Discovery.ice
index 950a8c9148e..d3d4f07c7b8 100644
--- a/slice/IceGrid/Discovery.ice
+++ b/slice/IceGrid/Discovery.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.