summaryrefslogtreecommitdiff
path: root/perf/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-04-25 09:26:49 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-04-25 09:26:49 +0200
commitef49ae7797084bf71e50616d360620b80f4b63cc (patch)
tree663abee4b3a608d437820f06596ed0fc355b0f67 /perf/src
parentpython 3 support (diff)
downloadice-ef49ae7797084bf71e50616d360620b80f4b63cc.tar.bz2
ice-ef49ae7797084bf71e50616d360620b80f4b63cc.tar.xz
ice-ef49ae7797084bf71e50616d360620b80f4b63cc.zip
Fixed copyrights
Diffstat (limited to 'perf/src')
-rw-r--r--perf/src/CosEvent/Consumer.cpp2
-rw-r--r--perf/src/CosEvent/Consumer.h2
-rw-r--r--perf/src/CosEvent/Destroyer.cpp2
-rw-r--r--perf/src/CosEvent/Makefile2
-rw-r--r--perf/src/CosEvent/Notifier.cpp2
-rw-r--r--perf/src/CosEvent/Perf.idl2
-rw-r--r--perf/src/CosEvent/Service.cpp2
-rw-r--r--perf/src/CosEvent/Supplier.cpp2
-rw-r--r--perf/src/CosEvent/Supplier.h2
-rw-r--r--perf/src/CosEvent/Sync.idl2
-rw-r--r--perf/src/CosEvent/WorkerThread.cpp2
-rw-r--r--perf/src/CosEvent/WorkerThread.h2
-rw-r--r--perf/src/Ice/Makefile2
-rw-r--r--perf/src/Ice/dummy/Client.cpp2
-rw-r--r--perf/src/Ice/dummy/Makefile2
-rw-r--r--perf/src/Ice/dummy/Server.cpp2
-rw-r--r--perf/src/Ice/latency/Client.cpp2
-rw-r--r--perf/src/Ice/latency/Latency.ice2
-rw-r--r--perf/src/Ice/latency/Makefile2
-rw-r--r--perf/src/Ice/latency/Server.cpp2
-rw-r--r--perf/src/Ice/raw/cpp/Client.cpp2
-rw-r--r--perf/src/Ice/raw/cpp/Makefile2
-rw-r--r--perf/src/Ice/raw/cpp/Makefile.mak2
-rw-r--r--perf/src/Ice/raw/cpp/Server.cpp2
-rw-r--r--perf/src/Ice/raw/cs/Makefile2
-rw-r--r--perf/src/Ice/raw/cs/Makefile.mak2
-rw-r--r--perf/src/Ice/raw/java/Makefile2
-rw-r--r--perf/src/Ice/throughput/Client.cpp2
-rw-r--r--perf/src/Ice/throughput/Makefile2
-rw-r--r--perf/src/Ice/throughput/Server.cpp2
-rw-r--r--perf/src/Ice/throughput/Throughput.ice2
-rw-r--r--perf/src/Ice/throughput/ThroughputI.h2
-rw-r--r--perf/src/IceE/Makefile2
-rw-r--r--perf/src/IceE/latency/Client.cpp2
-rw-r--r--perf/src/IceE/latency/Latency.ice2
-rw-r--r--perf/src/IceE/latency/Makefile2
-rw-r--r--perf/src/IceE/latency/Server.cpp2
-rw-r--r--perf/src/IceE/throughput/Client.cpp2
-rw-r--r--perf/src/IceE/throughput/Makefile2
-rw-r--r--perf/src/IceE/throughput/Server.cpp2
-rw-r--r--perf/src/IceE/throughput/Throughput.ice2
-rw-r--r--perf/src/IceE/throughput/ThroughputI.h2
-rw-r--r--perf/src/IceStorm/Makefile2
-rw-r--r--perf/src/IceStorm/Notifier.cpp2
-rw-r--r--perf/src/IceStorm/Perf.ice2
-rw-r--r--perf/src/IceStorm/PerfI.cpp2
-rw-r--r--perf/src/IceStorm/PerfI.h2
-rw-r--r--perf/src/IceStorm/Publisher.cpp2
-rw-r--r--perf/src/IceStorm/Subscriber.cpp2
-rw-r--r--perf/src/IceStorm/Sync.ice2
-rw-r--r--perf/src/Makefile2
-rw-r--r--perf/src/TAO/Makefile2
-rw-r--r--perf/src/TAO/Roundtrip.cpp2
-rw-r--r--perf/src/TAO/Roundtrip.h2
-rw-r--r--perf/src/TAO/Roundtrip_Handler.cpp2
-rw-r--r--perf/src/TAO/Roundtrip_Handler.h2
-rw-r--r--perf/src/TAO/Test.idl2
-rw-r--r--perf/src/TAO/WorkerThread.cpp2
-rw-r--r--perf/src/TAO/WorkerThread.h2
-rw-r--r--perf/src/TAO/client.cpp2
-rw-r--r--perf/src/TAO/server.cpp2
-rw-r--r--perf/src/omniORB/Makefile2
-rw-r--r--perf/src/omniORB/ping.idl2
63 files changed, 63 insertions, 63 deletions
diff --git a/perf/src/CosEvent/Consumer.cpp b/perf/src/CosEvent/Consumer.cpp
index a7e214caf63..d216e9d6977 100644
--- a/perf/src/CosEvent/Consumer.cpp
+++ b/perf/src/CosEvent/Consumer.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Consumer.h b/perf/src/CosEvent/Consumer.h
index 5e9e591b1e0..919fbfb175b 100644
--- a/perf/src/CosEvent/Consumer.h
+++ b/perf/src/CosEvent/Consumer.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Destroyer.cpp b/perf/src/CosEvent/Destroyer.cpp
index dfc253af956..34bf7880066 100644
--- a/perf/src/CosEvent/Destroyer.cpp
+++ b/perf/src/CosEvent/Destroyer.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Makefile b/perf/src/CosEvent/Makefile
index 3d15500a6e8..01c335d7c41 100644
--- a/perf/src/CosEvent/Makefile
+++ b/perf/src/CosEvent/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/CosEvent/Notifier.cpp b/perf/src/CosEvent/Notifier.cpp
index 7ada3ba83ee..d706e4cb47f 100644
--- a/perf/src/CosEvent/Notifier.cpp
+++ b/perf/src/CosEvent/Notifier.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Perf.idl b/perf/src/CosEvent/Perf.idl
index 709ae611352..7bf71d47fd4 100644
--- a/perf/src/CosEvent/Perf.idl
+++ b/perf/src/CosEvent/Perf.idl
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Service.cpp b/perf/src/CosEvent/Service.cpp
index aca6ad81518..5aeb71219d3 100644
--- a/perf/src/CosEvent/Service.cpp
+++ b/perf/src/CosEvent/Service.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Supplier.cpp b/perf/src/CosEvent/Supplier.cpp
index 2f1c0ab4bea..8b98f4acfee 100644
--- a/perf/src/CosEvent/Supplier.cpp
+++ b/perf/src/CosEvent/Supplier.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Supplier.h b/perf/src/CosEvent/Supplier.h
index fdd0cc3a303..fa57f55bb47 100644
--- a/perf/src/CosEvent/Supplier.h
+++ b/perf/src/CosEvent/Supplier.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/Sync.idl b/perf/src/CosEvent/Sync.idl
index 3675992a202..af3c78a55eb 100644
--- a/perf/src/CosEvent/Sync.idl
+++ b/perf/src/CosEvent/Sync.idl
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/WorkerThread.cpp b/perf/src/CosEvent/WorkerThread.cpp
index 412db8994cb..1cac808f463 100644
--- a/perf/src/CosEvent/WorkerThread.cpp
+++ b/perf/src/CosEvent/WorkerThread.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/CosEvent/WorkerThread.h b/perf/src/CosEvent/WorkerThread.h
index 26cdc4d28c8..3d7e5011c88 100644
--- a/perf/src/CosEvent/WorkerThread.h
+++ b/perf/src/CosEvent/WorkerThread.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/Makefile b/perf/src/Ice/Makefile
index 3a7500cb815..8770ab78421 100644
--- a/perf/src/Ice/Makefile
+++ b/perf/src/Ice/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/dummy/Client.cpp b/perf/src/Ice/dummy/Client.cpp
index af44a35c352..588a6c10e69 100644
--- a/perf/src/Ice/dummy/Client.cpp
+++ b/perf/src/Ice/dummy/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/dummy/Makefile b/perf/src/Ice/dummy/Makefile
index 9c2e8ad4ae2..b29c206d148 100644
--- a/perf/src/Ice/dummy/Makefile
+++ b/perf/src/Ice/dummy/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/dummy/Server.cpp b/perf/src/Ice/dummy/Server.cpp
index 670c4dd88b0..793cf846d3b 100644
--- a/perf/src/Ice/dummy/Server.cpp
+++ b/perf/src/Ice/dummy/Server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/latency/Client.cpp b/perf/src/Ice/latency/Client.cpp
index 39786851cd1..fa9b7760718 100644
--- a/perf/src/Ice/latency/Client.cpp
+++ b/perf/src/Ice/latency/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/latency/Latency.ice b/perf/src/Ice/latency/Latency.ice
index dafb4c8e0b8..a57e1b0514e 100644
--- a/perf/src/Ice/latency/Latency.ice
+++ b/perf/src/Ice/latency/Latency.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/latency/Makefile b/perf/src/Ice/latency/Makefile
index ad36f9626a2..87e3e5c67ab 100644
--- a/perf/src/Ice/latency/Makefile
+++ b/perf/src/Ice/latency/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/latency/Server.cpp b/perf/src/Ice/latency/Server.cpp
index e1561c23e07..49b8ed9782d 100644
--- a/perf/src/Ice/latency/Server.cpp
+++ b/perf/src/Ice/latency/Server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/raw/cpp/Client.cpp b/perf/src/Ice/raw/cpp/Client.cpp
index cbd5ed8fb94..4096deffae0 100644
--- a/perf/src/Ice/raw/cpp/Client.cpp
+++ b/perf/src/Ice/raw/cpp/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/raw/cpp/Makefile b/perf/src/Ice/raw/cpp/Makefile
index 6f4353a2b45..995ad701b95 100644
--- a/perf/src/Ice/raw/cpp/Makefile
+++ b/perf/src/Ice/raw/cpp/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/raw/cpp/Makefile.mak b/perf/src/Ice/raw/cpp/Makefile.mak
index 673475a9f43..3e3d40addcc 100644
--- a/perf/src/Ice/raw/cpp/Makefile.mak
+++ b/perf/src/Ice/raw/cpp/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/raw/cpp/Server.cpp b/perf/src/Ice/raw/cpp/Server.cpp
index 5789cc61625..9ca4b1277c9 100644
--- a/perf/src/Ice/raw/cpp/Server.cpp
+++ b/perf/src/Ice/raw/cpp/Server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/raw/cs/Makefile b/perf/src/Ice/raw/cs/Makefile
index 1e3317105a1..aa59e7af815 100644
--- a/perf/src/Ice/raw/cs/Makefile
+++ b/perf/src/Ice/raw/cs/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/raw/cs/Makefile.mak b/perf/src/Ice/raw/cs/Makefile.mak
index c5b91104b9c..e7beadd79ed 100644
--- a/perf/src/Ice/raw/cs/Makefile.mak
+++ b/perf/src/Ice/raw/cs/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/raw/java/Makefile b/perf/src/Ice/raw/java/Makefile
index 0db6f99973c..db89667a960 100644
--- a/perf/src/Ice/raw/java/Makefile
+++ b/perf/src/Ice/raw/java/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/throughput/Client.cpp b/perf/src/Ice/throughput/Client.cpp
index 1fb99054c7d..1b2e3d2c369 100644
--- a/perf/src/Ice/throughput/Client.cpp
+++ b/perf/src/Ice/throughput/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/throughput/Makefile b/perf/src/Ice/throughput/Makefile
index d4384c9f3c6..f0c0c446715 100644
--- a/perf/src/Ice/throughput/Makefile
+++ b/perf/src/Ice/throughput/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/Ice/throughput/Server.cpp b/perf/src/Ice/throughput/Server.cpp
index 4f2ad724e98..cff51ea3ccd 100644
--- a/perf/src/Ice/throughput/Server.cpp
+++ b/perf/src/Ice/throughput/Server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/throughput/Throughput.ice b/perf/src/Ice/throughput/Throughput.ice
index f09b2670d2f..74582642394 100644
--- a/perf/src/Ice/throughput/Throughput.ice
+++ b/perf/src/Ice/throughput/Throughput.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Ice/throughput/ThroughputI.h b/perf/src/Ice/throughput/ThroughputI.h
index 62b2fb5df95..f411a02905e 100644
--- a/perf/src/Ice/throughput/ThroughputI.h
+++ b/perf/src/Ice/throughput/ThroughputI.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceE/Makefile b/perf/src/IceE/Makefile
index 3a7500cb815..8770ab78421 100644
--- a/perf/src/IceE/Makefile
+++ b/perf/src/IceE/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/IceE/latency/Client.cpp b/perf/src/IceE/latency/Client.cpp
index 4cd29758821..40e2daeb326 100644
--- a/perf/src/IceE/latency/Client.cpp
+++ b/perf/src/IceE/latency/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceE/latency/Latency.ice b/perf/src/IceE/latency/Latency.ice
index a1ebc504652..da0e7f27fcf 100644
--- a/perf/src/IceE/latency/Latency.ice
+++ b/perf/src/IceE/latency/Latency.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceE/latency/Makefile b/perf/src/IceE/latency/Makefile
index 1f607e85a0d..7ea81e04414 100644
--- a/perf/src/IceE/latency/Makefile
+++ b/perf/src/IceE/latency/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/IceE/latency/Server.cpp b/perf/src/IceE/latency/Server.cpp
index f55eccb07fe..af5b51f0275 100644
--- a/perf/src/IceE/latency/Server.cpp
+++ b/perf/src/IceE/latency/Server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceE/throughput/Client.cpp b/perf/src/IceE/throughput/Client.cpp
index 00eb53aa7c9..5199f756f25 100644
--- a/perf/src/IceE/throughput/Client.cpp
+++ b/perf/src/IceE/throughput/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceE/throughput/Makefile b/perf/src/IceE/throughput/Makefile
index d123387630b..22ee6c4d18b 100644
--- a/perf/src/IceE/throughput/Makefile
+++ b/perf/src/IceE/throughput/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/IceE/throughput/Server.cpp b/perf/src/IceE/throughput/Server.cpp
index 4fdc1cec418..f87922aff10 100644
--- a/perf/src/IceE/throughput/Server.cpp
+++ b/perf/src/IceE/throughput/Server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceE/throughput/Throughput.ice b/perf/src/IceE/throughput/Throughput.ice
index 2414fc5ac42..50f77c25b9d 100644
--- a/perf/src/IceE/throughput/Throughput.ice
+++ b/perf/src/IceE/throughput/Throughput.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceE/throughput/ThroughputI.h b/perf/src/IceE/throughput/ThroughputI.h
index a9de52403a0..4b92fc1bb2c 100644
--- a/perf/src/IceE/throughput/ThroughputI.h
+++ b/perf/src/IceE/throughput/ThroughputI.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceStorm/Makefile b/perf/src/IceStorm/Makefile
index 8bbdebf0dd3..1459698932a 100644
--- a/perf/src/IceStorm/Makefile
+++ b/perf/src/IceStorm/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/IceStorm/Notifier.cpp b/perf/src/IceStorm/Notifier.cpp
index 399ee867a09..8b69dc15cd4 100644
--- a/perf/src/IceStorm/Notifier.cpp
+++ b/perf/src/IceStorm/Notifier.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceStorm/Perf.ice b/perf/src/IceStorm/Perf.ice
index 32677d75ac3..258b9784a79 100644
--- a/perf/src/IceStorm/Perf.ice
+++ b/perf/src/IceStorm/Perf.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceStorm/PerfI.cpp b/perf/src/IceStorm/PerfI.cpp
index 72db35c6fd8..26241d8134b 100644
--- a/perf/src/IceStorm/PerfI.cpp
+++ b/perf/src/IceStorm/PerfI.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceStorm/PerfI.h b/perf/src/IceStorm/PerfI.h
index 1ce88f99541..d2f95fb3fb1 100644
--- a/perf/src/IceStorm/PerfI.h
+++ b/perf/src/IceStorm/PerfI.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceStorm/Publisher.cpp b/perf/src/IceStorm/Publisher.cpp
index e8108e614ab..03261d1d9ec 100644
--- a/perf/src/IceStorm/Publisher.cpp
+++ b/perf/src/IceStorm/Publisher.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceStorm/Subscriber.cpp b/perf/src/IceStorm/Subscriber.cpp
index daf00e373d0..57a93ef3a59 100644
--- a/perf/src/IceStorm/Subscriber.cpp
+++ b/perf/src/IceStorm/Subscriber.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/IceStorm/Sync.ice b/perf/src/IceStorm/Sync.ice
index 505c9c4d1bb..bb3e7a483b8 100644
--- a/perf/src/IceStorm/Sync.ice
+++ b/perf/src/IceStorm/Sync.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/Makefile b/perf/src/Makefile
index 4f86c063e50..331c38b64e2 100644
--- a/perf/src/Makefile
+++ b/perf/src/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/TAO/Makefile b/perf/src/TAO/Makefile
index e94afa29944..08bf7269abc 100644
--- a/perf/src/TAO/Makefile
+++ b/perf/src/TAO/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/TAO/Roundtrip.cpp b/perf/src/TAO/Roundtrip.cpp
index e121db1cfbd..9f2a2920bca 100644
--- a/perf/src/TAO/Roundtrip.cpp
+++ b/perf/src/TAO/Roundtrip.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/Roundtrip.h b/perf/src/TAO/Roundtrip.h
index 060b43cbbf7..a8c51ebf1f9 100644
--- a/perf/src/TAO/Roundtrip.h
+++ b/perf/src/TAO/Roundtrip.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/Roundtrip_Handler.cpp b/perf/src/TAO/Roundtrip_Handler.cpp
index 51e1ae694e5..119c51dace4 100644
--- a/perf/src/TAO/Roundtrip_Handler.cpp
+++ b/perf/src/TAO/Roundtrip_Handler.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/Roundtrip_Handler.h b/perf/src/TAO/Roundtrip_Handler.h
index 965b5154170..1f35e109497 100644
--- a/perf/src/TAO/Roundtrip_Handler.h
+++ b/perf/src/TAO/Roundtrip_Handler.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/Test.idl b/perf/src/TAO/Test.idl
index e6d23cf2c50..fe10ce6c945 100644
--- a/perf/src/TAO/Test.idl
+++ b/perf/src/TAO/Test.idl
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/WorkerThread.cpp b/perf/src/TAO/WorkerThread.cpp
index 18689255bd4..ad576fd7fab 100644
--- a/perf/src/TAO/WorkerThread.cpp
+++ b/perf/src/TAO/WorkerThread.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/WorkerThread.h b/perf/src/TAO/WorkerThread.h
index c384d1c58a9..dd8b80af69b 100644
--- a/perf/src/TAO/WorkerThread.h
+++ b/perf/src/TAO/WorkerThread.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/client.cpp b/perf/src/TAO/client.cpp
index d6c5f052897..eea59e8b436 100644
--- a/perf/src/TAO/client.cpp
+++ b/perf/src/TAO/client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/TAO/server.cpp b/perf/src/TAO/server.cpp
index eb19500468e..36ce8241c9b 100644
--- a/perf/src/TAO/server.cpp
+++ b/perf/src/TAO/server.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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/perf/src/omniORB/Makefile b/perf/src/omniORB/Makefile
index 9ba3105e82f..a39062f1554 100644
--- a/perf/src/omniORB/Makefile
+++ b/perf/src/omniORB/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2012 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/perf/src/omniORB/ping.idl b/perf/src/omniORB/ping.idl
index 4403fc1e137..6d04fe9cee2 100644
--- a/perf/src/omniORB/ping.idl
+++ b/perf/src/omniORB/ping.idl
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2012 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.