summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-03-26 11:49:57 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-03-26 11:49:57 +0100
commit6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8 (patch)
tree921c7229c917b76de91c5486bdbdc4e7c09a9cdb /java
parentMerge branch 'build' (diff)
downloadice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.tar.bz2
ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.tar.xz
ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.zip
Copyright fixes
Diffstat (limited to 'java')
-rw-r--r--java/demo/Ice/protobuf/Client.java2
-rw-r--r--java/demo/Ice/protobuf/Hello.ice2
-rw-r--r--java/demo/Ice/protobuf/HelloI.java2
-rw-r--r--java/demo/Ice/protobuf/Server.java2
-rw-r--r--java/demo/Ice/protobuf/ant/ProtocTask.java2
-rw-r--r--java/demo/Ice/protobuf/build.xml2
-rw-r--r--java/demo/Ice/serialize/Client.java2
-rw-r--r--java/demo/Ice/serialize/Demo/MyGreeting.java2
-rw-r--r--java/demo/Ice/serialize/Greet.ice2
-rw-r--r--java/demo/Ice/serialize/GreetI.java2
-rw-r--r--java/demo/Ice/serialize/Server.java2
-rw-r--r--java/demo/Ice/serialize/build.xml2
-rw-r--r--java/src/IceInternal/InputStreamWrapper.java2
-rw-r--r--java/src/IceInternal/OutputStreamWrapper.java2
-rw-r--r--java/test/Ice/protobuf/AllTests.java2
-rw-r--r--java/test/Ice/protobuf/Client.java2
-rw-r--r--java/test/Ice/protobuf/Collocated.java2
-rw-r--r--java/test/Ice/protobuf/MyClassI.java2
-rw-r--r--java/test/Ice/protobuf/Server.java2
-rw-r--r--java/test/Ice/protobuf/Test.ice2
-rw-r--r--java/test/Ice/protobuf/ant/ProtocTask.java2
-rw-r--r--java/test/Ice/protobuf/build.xml2
-rwxr-xr-xjava/test/Ice/protobuf/run.py2
-rw-r--r--java/test/Ice/seqMapping/AMDMyClassI.java2
-rw-r--r--java/test/Ice/seqMapping/AMDServer.java2
-rw-r--r--java/test/Ice/seqMapping/AllTests.java2
-rw-r--r--java/test/Ice/seqMapping/Client.java2
-rw-r--r--java/test/Ice/seqMapping/Collocated.java2
-rw-r--r--java/test/Ice/seqMapping/MyClassI.java2
-rw-r--r--java/test/Ice/seqMapping/Serialize/Large.java2
-rw-r--r--java/test/Ice/seqMapping/Serialize/Small.java2
-rw-r--r--java/test/Ice/seqMapping/Serialize/SmallHolder.java2
-rw-r--r--java/test/Ice/seqMapping/Serialize/Struct.java2
-rw-r--r--java/test/Ice/seqMapping/Serialize/StructHolder.java2
-rw-r--r--java/test/Ice/seqMapping/Server.java2
-rw-r--r--java/test/Ice/seqMapping/Test.ice2
-rw-r--r--java/test/Ice/seqMapping/TestAMD.ice2
-rw-r--r--java/test/Ice/seqMapping/Twoways.java2
-rw-r--r--java/test/Ice/seqMapping/TwowaysAMI.java2
-rw-r--r--java/test/Ice/seqMapping/build.xml2
-rw-r--r--java/test/Ice/stream/Serialize/Small.java2
41 files changed, 41 insertions, 41 deletions
diff --git a/java/demo/Ice/protobuf/Client.java b/java/demo/Ice/protobuf/Client.java
index cbdbb7aca2b..4969f272532 100644
--- a/java/demo/Ice/protobuf/Client.java
+++ b/java/demo/Ice/protobuf/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/Hello.ice b/java/demo/Ice/protobuf/Hello.ice
index 8ddbbbd34ae..9b1f965a3dd 100644
--- a/java/demo/Ice/protobuf/Hello.ice
+++ b/java/demo/Ice/protobuf/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/HelloI.java b/java/demo/Ice/protobuf/HelloI.java
index e3fcf7008bb..4fe9cf4e5a2 100644
--- a/java/demo/Ice/protobuf/HelloI.java
+++ b/java/demo/Ice/protobuf/HelloI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/Server.java b/java/demo/Ice/protobuf/Server.java
index 6ffab5d02fb..c78c193ebca 100644
--- a/java/demo/Ice/protobuf/Server.java
+++ b/java/demo/Ice/protobuf/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/ant/ProtocTask.java b/java/demo/Ice/protobuf/ant/ProtocTask.java
index b102cb9fccd..bc94ca3d25b 100644
--- a/java/demo/Ice/protobuf/ant/ProtocTask.java
+++ b/java/demo/Ice/protobuf/ant/ProtocTask.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/build.xml b/java/demo/Ice/protobuf/build.xml
index 3fde0caa899..98b3781d296 100644
--- a/java/demo/Ice/protobuf/build.xml
+++ b/java/demo/Ice/protobuf/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+ Copyright (c) 2003-2009 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/Ice/serialize/Client.java b/java/demo/Ice/serialize/Client.java
index e5c6ce82fb0..5b4bc97db47 100644
--- a/java/demo/Ice/serialize/Client.java
+++ b/java/demo/Ice/serialize/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/serialize/Demo/MyGreeting.java b/java/demo/Ice/serialize/Demo/MyGreeting.java
index bbefc3e687b..b8387520d3d 100644
--- a/java/demo/Ice/serialize/Demo/MyGreeting.java
+++ b/java/demo/Ice/serialize/Demo/MyGreeting.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/serialize/Greet.ice b/java/demo/Ice/serialize/Greet.ice
index e06d9d04f6d..f69fdfb3933 100644
--- a/java/demo/Ice/serialize/Greet.ice
+++ b/java/demo/Ice/serialize/Greet.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/serialize/GreetI.java b/java/demo/Ice/serialize/GreetI.java
index 855af5173f5..319e7171455 100644
--- a/java/demo/Ice/serialize/GreetI.java
+++ b/java/demo/Ice/serialize/GreetI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/serialize/Server.java b/java/demo/Ice/serialize/Server.java
index 6550ea79a6d..98959b1c352 100644
--- a/java/demo/Ice/serialize/Server.java
+++ b/java/demo/Ice/serialize/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/serialize/build.xml b/java/demo/Ice/serialize/build.xml
index e43616e3199..ea9a6032c95 100644
--- a/java/demo/Ice/serialize/build.xml
+++ b/java/demo/Ice/serialize/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+ Copyright (c) 2003-2009 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/IceInternal/InputStreamWrapper.java b/java/src/IceInternal/InputStreamWrapper.java
index aa12dda716c..1188d96d165 100644
--- a/java/src/IceInternal/InputStreamWrapper.java
+++ b/java/src/IceInternal/InputStreamWrapper.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/IceInternal/OutputStreamWrapper.java b/java/src/IceInternal/OutputStreamWrapper.java
index 471eef7358c..7958d8e9dd4 100644
--- a/java/src/IceInternal/OutputStreamWrapper.java
+++ b/java/src/IceInternal/OutputStreamWrapper.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/AllTests.java b/java/test/Ice/protobuf/AllTests.java
index a5ce93d0fca..c4383d50eff 100644
--- a/java/test/Ice/protobuf/AllTests.java
+++ b/java/test/Ice/protobuf/AllTests.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/Client.java b/java/test/Ice/protobuf/Client.java
index 9381242aacf..477c18717de 100644
--- a/java/test/Ice/protobuf/Client.java
+++ b/java/test/Ice/protobuf/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/Collocated.java b/java/test/Ice/protobuf/Collocated.java
index 64843c27243..b6cbd618efc 100644
--- a/java/test/Ice/protobuf/Collocated.java
+++ b/java/test/Ice/protobuf/Collocated.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/MyClassI.java b/java/test/Ice/protobuf/MyClassI.java
index 29e637d532b..4a496058f57 100644
--- a/java/test/Ice/protobuf/MyClassI.java
+++ b/java/test/Ice/protobuf/MyClassI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/Server.java b/java/test/Ice/protobuf/Server.java
index e77a401ddca..79369f115a9 100644
--- a/java/test/Ice/protobuf/Server.java
+++ b/java/test/Ice/protobuf/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/Test.ice b/java/test/Ice/protobuf/Test.ice
index f30fca97b31..0f07eeb58fe 100644
--- a/java/test/Ice/protobuf/Test.ice
+++ b/java/test/Ice/protobuf/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/ant/ProtocTask.java b/java/test/Ice/protobuf/ant/ProtocTask.java
index d1ea695bbb4..d6260ba868a 100644
--- a/java/test/Ice/protobuf/ant/ProtocTask.java
+++ b/java/test/Ice/protobuf/ant/ProtocTask.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/protobuf/build.xml b/java/test/Ice/protobuf/build.xml
index 8e992925cee..45251289bf0 100644
--- a/java/test/Ice/protobuf/build.xml
+++ b/java/test/Ice/protobuf/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+ Copyright (c) 2003-2009 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/Ice/protobuf/run.py b/java/test/Ice/protobuf/run.py
index 70bca77e564..801c69ddd03 100755
--- a/java/test/Ice/protobuf/run.py
+++ b/java/test/Ice/protobuf/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2009 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/Ice/seqMapping/AMDMyClassI.java b/java/test/Ice/seqMapping/AMDMyClassI.java
index b7502ba976e..29462a84008 100644
--- a/java/test/Ice/seqMapping/AMDMyClassI.java
+++ b/java/test/Ice/seqMapping/AMDMyClassI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/AMDServer.java b/java/test/Ice/seqMapping/AMDServer.java
index 0671b3b9739..fdfb7334d2e 100644
--- a/java/test/Ice/seqMapping/AMDServer.java
+++ b/java/test/Ice/seqMapping/AMDServer.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/AllTests.java b/java/test/Ice/seqMapping/AllTests.java
index f966d195c81..37b1df2d96d 100644
--- a/java/test/Ice/seqMapping/AllTests.java
+++ b/java/test/Ice/seqMapping/AllTests.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Client.java b/java/test/Ice/seqMapping/Client.java
index 50f10b56976..a86180a3780 100644
--- a/java/test/Ice/seqMapping/Client.java
+++ b/java/test/Ice/seqMapping/Client.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Collocated.java b/java/test/Ice/seqMapping/Collocated.java
index ecf8050ab8c..c394d4b28d3 100644
--- a/java/test/Ice/seqMapping/Collocated.java
+++ b/java/test/Ice/seqMapping/Collocated.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/MyClassI.java b/java/test/Ice/seqMapping/MyClassI.java
index bbd0724b838..1f27328f65b 100644
--- a/java/test/Ice/seqMapping/MyClassI.java
+++ b/java/test/Ice/seqMapping/MyClassI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Serialize/Large.java b/java/test/Ice/seqMapping/Serialize/Large.java
index 2d4c96331ba..088836a16d9 100644
--- a/java/test/Ice/seqMapping/Serialize/Large.java
+++ b/java/test/Ice/seqMapping/Serialize/Large.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Serialize/Small.java b/java/test/Ice/seqMapping/Serialize/Small.java
index a4a539538d9..fd75da7a6bf 100644
--- a/java/test/Ice/seqMapping/Serialize/Small.java
+++ b/java/test/Ice/seqMapping/Serialize/Small.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Serialize/SmallHolder.java b/java/test/Ice/seqMapping/Serialize/SmallHolder.java
index 23268a36624..6e9fbab4534 100644
--- a/java/test/Ice/seqMapping/Serialize/SmallHolder.java
+++ b/java/test/Ice/seqMapping/Serialize/SmallHolder.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Serialize/Struct.java b/java/test/Ice/seqMapping/Serialize/Struct.java
index 05aac11c81c..972318239f8 100644
--- a/java/test/Ice/seqMapping/Serialize/Struct.java
+++ b/java/test/Ice/seqMapping/Serialize/Struct.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Serialize/StructHolder.java b/java/test/Ice/seqMapping/Serialize/StructHolder.java
index f2df361778a..fc71f229388 100644
--- a/java/test/Ice/seqMapping/Serialize/StructHolder.java
+++ b/java/test/Ice/seqMapping/Serialize/StructHolder.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Server.java b/java/test/Ice/seqMapping/Server.java
index f8fc5ea2460..c28c73bf7a5 100644
--- a/java/test/Ice/seqMapping/Server.java
+++ b/java/test/Ice/seqMapping/Server.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Test.ice b/java/test/Ice/seqMapping/Test.ice
index ded8f55d5c4..73a068330e3 100644
--- a/java/test/Ice/seqMapping/Test.ice
+++ b/java/test/Ice/seqMapping/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/TestAMD.ice b/java/test/Ice/seqMapping/TestAMD.ice
index c32d951d62e..5ffdf4734fc 100644
--- a/java/test/Ice/seqMapping/TestAMD.ice
+++ b/java/test/Ice/seqMapping/TestAMD.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/Twoways.java b/java/test/Ice/seqMapping/Twoways.java
index 73a94b316c3..03ece8d7e7e 100644
--- a/java/test/Ice/seqMapping/Twoways.java
+++ b/java/test/Ice/seqMapping/Twoways.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/TwowaysAMI.java b/java/test/Ice/seqMapping/TwowaysAMI.java
index f47ed59951e..c0773795560 100644
--- a/java/test/Ice/seqMapping/TwowaysAMI.java
+++ b/java/test/Ice/seqMapping/TwowaysAMI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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/Ice/seqMapping/build.xml b/java/test/Ice/seqMapping/build.xml
index a12392802de..f2efe1a9b8f 100644
--- a/java/test/Ice/seqMapping/build.xml
+++ b/java/test/Ice/seqMapping/build.xml
@@ -1,7 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+ Copyright (c) 2003-2009 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/Ice/stream/Serialize/Small.java b/java/test/Ice/stream/Serialize/Small.java
index e06d6b587ed..554c30bf971 100644
--- a/java/test/Ice/stream/Serialize/Small.java
+++ b/java/test/Ice/stream/Serialize/Small.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 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.