diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-03-16 15:54:01 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-03-16 15:54:01 +0000 |
commit | 7ddbb978c3d30f99e89a22de151e667b25c4a3d0 (patch) | |
tree | 6cc0342b3d908464c35386f50f11788de4233dd6 | |
parent | Removed bad code (diff) | |
download | ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.tar.bz2 ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.tar.xz ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.zip |
Updated copyright
697 files changed, 735 insertions, 736 deletions
diff --git a/cppe/ICEE_LICENSE b/cppe/ICEE_LICENSE index 137c07f4adc..b229a9dd276 100644 --- a/cppe/ICEE_LICENSE +++ b/cppe/ICEE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cppe/Makefile b/cppe/Makefile index 03eab1c0c0c..fed9e82be3a 100644 --- a/cppe/Makefile +++ b/cppe/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/allTests.py b/cppe/allTests.py index 0c6606bb708..78e66a19f91 100755 --- a/cppe/allTests.py +++ b/cppe/allTests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/config/Make.rules b/cppe/config/Make.rules index 0c95742b286..5bf6881e60f 100644 --- a/cppe/config/Make.rules +++ b/cppe/config/Make.rules @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/config/Make.rules.Darwin b/cppe/config/Make.rules.Darwin index c772c82f1cb..4528bf74bbc 100644 --- a/cppe/config/Make.rules.Darwin +++ b/cppe/config/Make.rules.Darwin @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/config/Make.rules.Linux b/cppe/config/Make.rules.Linux index 56ffa9af419..71bad97d81d 100644 --- a/cppe/config/Make.rules.Linux +++ b/cppe/config/Make.rules.Linux @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/config/TestUtil.py b/cppe/config/TestUtil.py index ecac405d2ba..05be9367c50 100644 --- a/cppe/config/TestUtil.py +++ b/cppe/config/TestUtil.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/config/makedepend.py b/cppe/config/makedepend.py index b14c8dd25da..dac97a0626d 100755 --- a/cppe/config/makedepend.py +++ b/cppe/config/makedepend.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/client/Hello.ice b/cppe/demo/IceE/MFC/client/Hello.ice index c02723b3aff..9970be36c06 100644 --- a/cppe/demo/IceE/MFC/client/Hello.ice +++ b/cppe/demo/IceE/MFC/client/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/client/HelloClient.cpp b/cppe/demo/IceE/MFC/client/HelloClient.cpp index fbb5246fe0a..082315bc8c9 100644 --- a/cppe/demo/IceE/MFC/client/HelloClient.cpp +++ b/cppe/demo/IceE/MFC/client/HelloClient.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/client/HelloClient.h b/cppe/demo/IceE/MFC/client/HelloClient.h index c17c28ba9d9..4df2b6d0c56 100644 --- a/cppe/demo/IceE/MFC/client/HelloClient.h +++ b/cppe/demo/IceE/MFC/client/HelloClient.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/client/HelloClient.rc b/cppe/demo/IceE/MFC/client/HelloClient.rc index d4a5ffb9312..e1812ffd7d0 100644 --- a/cppe/demo/IceE/MFC/client/HelloClient.rc +++ b/cppe/demo/IceE/MFC/client/HelloClient.rc @@ -117,7 +117,7 @@ BEGIN VALUE "FileDescription", "IceE Hello Client\0"
VALUE "FileVersion", "1.0.0.1\0"
VALUE "InternalName", "HelloClient.exe\0"
- VALUE "LegalCopyright", "Copyright (c) 2003 - 2006 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003 - 2007 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "HelloClient.exe\0"
VALUE "ProductName", "IceE\0"
VALUE "ProductVersion", "1.0.0.1\0"
diff --git a/cppe/demo/IceE/MFC/client/HelloClientCE.rc b/cppe/demo/IceE/MFC/client/HelloClientCE.rc index 41c8d6566bb..d3cc2fad23a 100644 --- a/cppe/demo/IceE/MFC/client/HelloClientCE.rc +++ b/cppe/demo/IceE/MFC/client/HelloClientCE.rc @@ -116,7 +116,7 @@ BEGIN VALUE "FileDescription", "IceE Hello Client\0"
VALUE "FileVersion", "1.0.0.1\0"
VALUE "InternalName", "HelloClient.exe\0"
- VALUE "LegalCopyright", "Copyright (c) 2003 - 2006 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003 - 2007 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "HelloClient.exe\0"
VALUE "ProductName", "IceE\0"
VALUE "ProductVersion", "1.0.0.1\0"
diff --git a/cppe/demo/IceE/MFC/client/HelloClientCE_VC.rc b/cppe/demo/IceE/MFC/client/HelloClientCE_VC.rc index 84b26cd8b2c..8866aeb1397 100755 --- a/cppe/demo/IceE/MFC/client/HelloClientCE_VC.rc +++ b/cppe/demo/IceE/MFC/client/HelloClientCE_VC.rc @@ -113,7 +113,7 @@ BEGIN VALUE "FileDescription", "IceE Hello Client"
VALUE "FileVersion", "1.0.0.1"
VALUE "InternalName", "HelloClient.exe"
- VALUE "LegalCopyright", "Copyright (c) 2003 - 2006 ZeroC, Inc. All rights reserved."
+ VALUE "LegalCopyright", "Copyright (c) 2003 - 2007 ZeroC, Inc. All rights reserved."
VALUE "OriginalFilename", "HelloClient.exe"
VALUE "ProductName", "IceE"
VALUE "ProductVersion", "1.0.0.1"
diff --git a/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp b/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp index 4af755fcb4a..8012290aa32 100644 --- a/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp +++ b/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/client/HelloClientDlg.h b/cppe/demo/IceE/MFC/client/HelloClientDlg.h index 0fe0de4ac68..24a750686a5 100644 --- a/cppe/demo/IceE/MFC/client/HelloClientDlg.h +++ b/cppe/demo/IceE/MFC/client/HelloClientDlg.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/client/stdafx.cpp b/cppe/demo/IceE/MFC/client/stdafx.cpp index 868c56ab484..c45569011cc 100644 --- a/cppe/demo/IceE/MFC/client/stdafx.cpp +++ b/cppe/demo/IceE/MFC/client/stdafx.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/Hello.ice b/cppe/demo/IceE/MFC/server/Hello.ice index c02723b3aff..9970be36c06 100644 --- a/cppe/demo/IceE/MFC/server/Hello.ice +++ b/cppe/demo/IceE/MFC/server/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/HelloI.cpp b/cppe/demo/IceE/MFC/server/HelloI.cpp index 63623fbdf1d..1aedfd07b6d 100644 --- a/cppe/demo/IceE/MFC/server/HelloI.cpp +++ b/cppe/demo/IceE/MFC/server/HelloI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/HelloI.h b/cppe/demo/IceE/MFC/server/HelloI.h index 978c4764447..fabeb614b84 100644 --- a/cppe/demo/IceE/MFC/server/HelloI.h +++ b/cppe/demo/IceE/MFC/server/HelloI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/HelloServer.cpp b/cppe/demo/IceE/MFC/server/HelloServer.cpp index 121ec03b712..b209234a1de 100644 --- a/cppe/demo/IceE/MFC/server/HelloServer.cpp +++ b/cppe/demo/IceE/MFC/server/HelloServer.cpp @@ -1,13 +1,12 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. // // ********************************************************************** - #include "stdafx.h" #include "HelloServer.h" #include "HelloServerDlg.h" diff --git a/cppe/demo/IceE/MFC/server/HelloServer.h b/cppe/demo/IceE/MFC/server/HelloServer.h index 1774b336a67..686dfddac75 100644 --- a/cppe/demo/IceE/MFC/server/HelloServer.h +++ b/cppe/demo/IceE/MFC/server/HelloServer.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/HelloServer.rc b/cppe/demo/IceE/MFC/server/HelloServer.rc index e1762a8d5e9..3f02b2d03dc 100644 --- a/cppe/demo/IceE/MFC/server/HelloServer.rc +++ b/cppe/demo/IceE/MFC/server/HelloServer.rc @@ -112,7 +112,7 @@ BEGIN VALUE "FileDescription", "IceE Hello Server\0"
VALUE "FileVersion", "1.0.0.1\0"
VALUE "InternalName", "HelloServer.exe\0"
- VALUE "LegalCopyright", "Copyright (c) 2003 - 2006 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003 - 2007 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "HelloServer.exe\0"
VALUE "ProductName", "IceE\0"
VALUE "ProductVersion", "1.0.0.1\0"
diff --git a/cppe/demo/IceE/MFC/server/HelloServerCE.rc b/cppe/demo/IceE/MFC/server/HelloServerCE.rc index 611867f0d23..cdca3351a2d 100755 --- a/cppe/demo/IceE/MFC/server/HelloServerCE.rc +++ b/cppe/demo/IceE/MFC/server/HelloServerCE.rc @@ -111,7 +111,7 @@ BEGIN VALUE "FileDescription", "IceE Hello Server\0"
VALUE "FileVersion", "1.0.0.1\0"
VALUE "InternalName", "HelloServer.exe\0"
- VALUE "LegalCopyright", "Copyright (c) 2003 - 2006 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003 - 2007 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "HelloServer.exe\0"
VALUE "ProductName", "IceE\0"
VALUE "ProductVersion", "1.0.0.1\0"
diff --git a/cppe/demo/IceE/MFC/server/HelloServerDlg.cpp b/cppe/demo/IceE/MFC/server/HelloServerDlg.cpp index e77bf1dc859..2a369c159ad 100644 --- a/cppe/demo/IceE/MFC/server/HelloServerDlg.cpp +++ b/cppe/demo/IceE/MFC/server/HelloServerDlg.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/HelloServerDlg.h b/cppe/demo/IceE/MFC/server/HelloServerDlg.h index e1959bb7aa4..b2fdd801b05 100644 --- a/cppe/demo/IceE/MFC/server/HelloServerDlg.h +++ b/cppe/demo/IceE/MFC/server/HelloServerDlg.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/LogI.cpp b/cppe/demo/IceE/MFC/server/LogI.cpp index 4fb8854be1a..a0e7d6c88ff 100644 --- a/cppe/demo/IceE/MFC/server/LogI.cpp +++ b/cppe/demo/IceE/MFC/server/LogI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/LogI.h b/cppe/demo/IceE/MFC/server/LogI.h index 16097b2d891..6d84769135d 100644 --- a/cppe/demo/IceE/MFC/server/LogI.h +++ b/cppe/demo/IceE/MFC/server/LogI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/MFC/server/stdafx.cpp b/cppe/demo/IceE/MFC/server/stdafx.cpp index 72f4ee75f80..f9136ab80f0 100644 --- a/cppe/demo/IceE/MFC/server/stdafx.cpp +++ b/cppe/demo/IceE/MFC/server/stdafx.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/Makefile b/cppe/demo/IceE/Makefile index 849da46847d..713a2684d14 100644 --- a/cppe/demo/IceE/Makefile +++ b/cppe/demo/IceE/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/bidir/Callback.ice b/cppe/demo/IceE/bidir/Callback.ice index 998b5d0490d..cd4c5b2e3d2 100644 --- a/cppe/demo/IceE/bidir/Callback.ice +++ b/cppe/demo/IceE/bidir/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/bidir/CallbackI.cpp b/cppe/demo/IceE/bidir/CallbackI.cpp index d4b7322201d..11437d6705a 100644 --- a/cppe/demo/IceE/bidir/CallbackI.cpp +++ b/cppe/demo/IceE/bidir/CallbackI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/bidir/CallbackI.h b/cppe/demo/IceE/bidir/CallbackI.h index 2b2f62aa1b5..5a8d9ac99d5 100644 --- a/cppe/demo/IceE/bidir/CallbackI.h +++ b/cppe/demo/IceE/bidir/CallbackI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/bidir/Client.cpp b/cppe/demo/IceE/bidir/Client.cpp index fa085a53972..5d7357269f1 100644 --- a/cppe/demo/IceE/bidir/Client.cpp +++ b/cppe/demo/IceE/bidir/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/bidir/Makefile b/cppe/demo/IceE/bidir/Makefile index 4f21c1b968e..04bce61a709 100644 --- a/cppe/demo/IceE/bidir/Makefile +++ b/cppe/demo/IceE/bidir/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/bidir/Server.cpp b/cppe/demo/IceE/bidir/Server.cpp index 2d2b552fcba..57b245f811f 100644 --- a/cppe/demo/IceE/bidir/Server.cpp +++ b/cppe/demo/IceE/bidir/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/callback/Callback.ice b/cppe/demo/IceE/callback/Callback.ice index ea7f7a2593a..3095f474db1 100644 --- a/cppe/demo/IceE/callback/Callback.ice +++ b/cppe/demo/IceE/callback/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/callback/CallbackSenderI.cpp b/cppe/demo/IceE/callback/CallbackSenderI.cpp index 4c66b130d1e..adae4d29df7 100644 --- a/cppe/demo/IceE/callback/CallbackSenderI.cpp +++ b/cppe/demo/IceE/callback/CallbackSenderI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/callback/CallbackSenderI.h b/cppe/demo/IceE/callback/CallbackSenderI.h index 42d6e33ee1c..18c03bed27d 100644 --- a/cppe/demo/IceE/callback/CallbackSenderI.h +++ b/cppe/demo/IceE/callback/CallbackSenderI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/callback/Client.cpp b/cppe/demo/IceE/callback/Client.cpp index d7873818a3f..b5141ecd724 100644 --- a/cppe/demo/IceE/callback/Client.cpp +++ b/cppe/demo/IceE/callback/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/callback/Makefile b/cppe/demo/IceE/callback/Makefile index 9a05b81c0fa..a2bd3475e2e 100644 --- a/cppe/demo/IceE/callback/Makefile +++ b/cppe/demo/IceE/callback/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/callback/Server.cpp b/cppe/demo/IceE/callback/Server.cpp index ee6c5f4fd2c..e773fb2d75e 100644 --- a/cppe/demo/IceE/callback/Server.cpp +++ b/cppe/demo/IceE/callback/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/Chat.ice b/cppe/demo/IceE/chat/Chat.ice index 2723f4c13c8..3b47dc215c2 100644 --- a/cppe/demo/IceE/chat/Chat.ice +++ b/cppe/demo/IceE/chat/Chat.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/ChatClient.cpp b/cppe/demo/IceE/chat/ChatClient.cpp index 2cb282b8fb8..80160da39e3 100644 --- a/cppe/demo/IceE/chat/ChatClient.cpp +++ b/cppe/demo/IceE/chat/ChatClient.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/ChatClient.h b/cppe/demo/IceE/chat/ChatClient.h index 41d34148601..9fb599d2974 100644 --- a/cppe/demo/IceE/chat/ChatClient.h +++ b/cppe/demo/IceE/chat/ChatClient.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/ChatClient.rc b/cppe/demo/IceE/chat/ChatClient.rc index 21e20a2563c..5403db8aa01 100755 --- a/cppe/demo/IceE/chat/ChatClient.rc +++ b/cppe/demo/IceE/chat/ChatClient.rc @@ -128,7 +128,7 @@ BEGIN VALUE "FileDescription", "IceE Chat Client\0"
VALUE "FileVersion", "1.0.0.1\0"
VALUE "InternalName", "ChatClient.exe\0"
- VALUE "LegalCopyright", "Copyright (c) 2003 - 2006 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003 - 2007 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "ChatClient.exe\0"
VALUE "ProductName", "IceE\0"
VALUE "ProductVersion", "1.0.0.1\0"
diff --git a/cppe/demo/IceE/chat/ChatClientCE.rc b/cppe/demo/IceE/chat/ChatClientCE.rc index feccc71b396..b63d45493f0 100755 --- a/cppe/demo/IceE/chat/ChatClientCE.rc +++ b/cppe/demo/IceE/chat/ChatClientCE.rc @@ -128,7 +128,7 @@ BEGIN VALUE "FileDescription", "IceE Chat Client\0"
VALUE "FileVersion", "1.0.0.1\0"
VALUE "InternalName", "ChatClient.exe\0"
- VALUE "LegalCopyright", "Copyright (c) 2003 - 2006 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003 - 2007 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "ChatClient.exe\0"
VALUE "ProductName", "IceE\0"
VALUE "ProductVersion", "1.0.0.1\0"
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp index dac708e05b0..70ed25aa683 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/ChatClientDlg.h b/cppe/demo/IceE/chat/ChatClientDlg.h index db822476b5f..4be4a493e1c 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.h +++ b/cppe/demo/IceE/chat/ChatClientDlg.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/ChatConfigDlg.cpp b/cppe/demo/IceE/chat/ChatConfigDlg.cpp index b82368892c7..f627021b46f 100644 --- a/cppe/demo/IceE/chat/ChatConfigDlg.cpp +++ b/cppe/demo/IceE/chat/ChatConfigDlg.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/ChatConfigDlg.h b/cppe/demo/IceE/chat/ChatConfigDlg.h index b03c8da3688..8d4e45b5d6a 100644 --- a/cppe/demo/IceE/chat/ChatConfigDlg.h +++ b/cppe/demo/IceE/chat/ChatConfigDlg.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/Client.cpp b/cppe/demo/IceE/chat/Client.cpp index 09358e3b3f3..f8c94225f40 100755 --- a/cppe/demo/IceE/chat/Client.cpp +++ b/cppe/demo/IceE/chat/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/LogI.cpp b/cppe/demo/IceE/chat/LogI.cpp index 4fb8854be1a..a0e7d6c88ff 100644 --- a/cppe/demo/IceE/chat/LogI.cpp +++ b/cppe/demo/IceE/chat/LogI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/LogI.h b/cppe/demo/IceE/chat/LogI.h index 16097b2d891..6d84769135d 100644 --- a/cppe/demo/IceE/chat/LogI.h +++ b/cppe/demo/IceE/chat/LogI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/Makefile b/cppe/demo/IceE/chat/Makefile index 562a99f3662..195ecc21397 100644 --- a/cppe/demo/IceE/chat/Makefile +++ b/cppe/demo/IceE/chat/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/PingThread.cpp b/cppe/demo/IceE/chat/PingThread.cpp index 9c157b77c53..b7694ca20b8 100644 --- a/cppe/demo/IceE/chat/PingThread.cpp +++ b/cppe/demo/IceE/chat/PingThread.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/PingThread.h b/cppe/demo/IceE/chat/PingThread.h index 45879f72361..59dca9f1596 100644 --- a/cppe/demo/IceE/chat/PingThread.h +++ b/cppe/demo/IceE/chat/PingThread.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/Router.ice b/cppe/demo/IceE/chat/Router.ice index 2f157475a7e..364de8082b9 100644 --- a/cppe/demo/IceE/chat/Router.ice +++ b/cppe/demo/IceE/chat/Router.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/Session.ice b/cppe/demo/IceE/chat/Session.ice index cca1e78df53..4ec5a0c728c 100644 --- a/cppe/demo/IceE/chat/Session.ice +++ b/cppe/demo/IceE/chat/Session.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/chat/stdafx.cpp b/cppe/demo/IceE/chat/stdafx.cpp index c3b8a729689..7e317352775 100644 --- a/cppe/demo/IceE/chat/stdafx.cpp +++ b/cppe/demo/IceE/chat/stdafx.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/hello/Client.cpp b/cppe/demo/IceE/hello/Client.cpp index 0c33acc7e12..9b111b5d7e4 100644 --- a/cppe/demo/IceE/hello/Client.cpp +++ b/cppe/demo/IceE/hello/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/hello/Hello.ice b/cppe/demo/IceE/hello/Hello.ice index c7c88563dff..b7b4ecb47b4 100644 --- a/cppe/demo/IceE/hello/Hello.ice +++ b/cppe/demo/IceE/hello/Hello.ice @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/demo/IceE/hello/HelloI.cpp b/cppe/demo/IceE/hello/HelloI.cpp index 02e99d37271..ab489e158ac 100644 --- a/cppe/demo/IceE/hello/HelloI.cpp +++ b/cppe/demo/IceE/hello/HelloI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/hello/HelloI.h b/cppe/demo/IceE/hello/HelloI.h index c0c453570a3..8d6487547b7 100644 --- a/cppe/demo/IceE/hello/HelloI.h +++ b/cppe/demo/IceE/hello/HelloI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/hello/Makefile b/cppe/demo/IceE/hello/Makefile index 9f5935bdb18..9e5c3b2e7f6 100644 --- a/cppe/demo/IceE/hello/Makefile +++ b/cppe/demo/IceE/hello/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/hello/Server.cpp b/cppe/demo/IceE/hello/Server.cpp index 0cd58d42cfc..a9c5dcd8c7e 100644 --- a/cppe/demo/IceE/hello/Server.cpp +++ b/cppe/demo/IceE/hello/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/latency/Client.cpp b/cppe/demo/IceE/latency/Client.cpp index 674c4b4c834..66a85959de4 100644 --- a/cppe/demo/IceE/latency/Client.cpp +++ b/cppe/demo/IceE/latency/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/latency/Latency.ice b/cppe/demo/IceE/latency/Latency.ice index b2978b194e9..d4edb831601 100644 --- a/cppe/demo/IceE/latency/Latency.ice +++ b/cppe/demo/IceE/latency/Latency.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/latency/Makefile b/cppe/demo/IceE/latency/Makefile index fcfd1ff67d0..96b4ce0af9e 100644 --- a/cppe/demo/IceE/latency/Makefile +++ b/cppe/demo/IceE/latency/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/latency/Server.cpp b/cppe/demo/IceE/latency/Server.cpp index 31272081851..8f6074f5e3a 100644 --- a/cppe/demo/IceE/latency/Server.cpp +++ b/cppe/demo/IceE/latency/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/latency/WinCEClient.cpp b/cppe/demo/IceE/latency/WinCEClient.cpp index ab3fd070251..32be87d5648 100755 --- a/cppe/demo/IceE/latency/WinCEClient.cpp +++ b/cppe/demo/IceE/latency/WinCEClient.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/latency/WinCEServer.cpp b/cppe/demo/IceE/latency/WinCEServer.cpp index c29bf36c090..921c99e7238 100755 --- a/cppe/demo/IceE/latency/WinCEServer.cpp +++ b/cppe/demo/IceE/latency/WinCEServer.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/minimal/Client.cpp b/cppe/demo/IceE/minimal/Client.cpp index 9934a1cea59..b6d8a0a0138 100644 --- a/cppe/demo/IceE/minimal/Client.cpp +++ b/cppe/demo/IceE/minimal/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/minimal/Hello.ice b/cppe/demo/IceE/minimal/Hello.ice index a3e88af0657..b77b71e356f 100644 --- a/cppe/demo/IceE/minimal/Hello.ice +++ b/cppe/demo/IceE/minimal/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/minimal/Makefile b/cppe/demo/IceE/minimal/Makefile index 22ad59d25f2..a39e82e41d7 100644 --- a/cppe/demo/IceE/minimal/Makefile +++ b/cppe/demo/IceE/minimal/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/minimal/Server.cpp b/cppe/demo/IceE/minimal/Server.cpp index 1a0f70bbacb..2d7545aaaba 100644 --- a/cppe/demo/IceE/minimal/Server.cpp +++ b/cppe/demo/IceE/minimal/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/minimal/WinCEClient.cpp b/cppe/demo/IceE/minimal/WinCEClient.cpp index ba12b687f79..de603f1987b 100644 --- a/cppe/demo/IceE/minimal/WinCEClient.cpp +++ b/cppe/demo/IceE/minimal/WinCEClient.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/minimal/WinCEServer.cpp b/cppe/demo/IceE/minimal/WinCEServer.cpp index cc8cd23f866..7b9574399cb 100644 --- a/cppe/demo/IceE/minimal/WinCEServer.cpp +++ b/cppe/demo/IceE/minimal/WinCEServer.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/Client.cpp b/cppe/demo/IceE/throughput/Client.cpp index 4fcd3be1a76..169c14924a8 100644 --- a/cppe/demo/IceE/throughput/Client.cpp +++ b/cppe/demo/IceE/throughput/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/Makefile b/cppe/demo/IceE/throughput/Makefile index 1a68a29f5b2..0b5012dc3b1 100644 --- a/cppe/demo/IceE/throughput/Makefile +++ b/cppe/demo/IceE/throughput/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/Server.cpp b/cppe/demo/IceE/throughput/Server.cpp index 27b5c4ffbc1..67a221ae1a4 100644 --- a/cppe/demo/IceE/throughput/Server.cpp +++ b/cppe/demo/IceE/throughput/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/Throughput.ice b/cppe/demo/IceE/throughput/Throughput.ice index 502c4fc802e..efe3de8fbc2 100644 --- a/cppe/demo/IceE/throughput/Throughput.ice +++ b/cppe/demo/IceE/throughput/Throughput.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/ThroughputI.cpp b/cppe/demo/IceE/throughput/ThroughputI.cpp index 8f47bab9382..203163976fb 100644 --- a/cppe/demo/IceE/throughput/ThroughputI.cpp +++ b/cppe/demo/IceE/throughput/ThroughputI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/ThroughputI.h b/cppe/demo/IceE/throughput/ThroughputI.h index 1882066ec82..1704b538cef 100644 --- a/cppe/demo/IceE/throughput/ThroughputI.h +++ b/cppe/demo/IceE/throughput/ThroughputI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/WinCEClient.cpp b/cppe/demo/IceE/throughput/WinCEClient.cpp index c0362300956..a5644a949ea 100755 --- a/cppe/demo/IceE/throughput/WinCEClient.cpp +++ b/cppe/demo/IceE/throughput/WinCEClient.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/throughput/WinCEServer.cpp b/cppe/demo/IceE/throughput/WinCEServer.cpp index 07860aa26e6..f336f08524a 100755 --- a/cppe/demo/IceE/throughput/WinCEServer.cpp +++ b/cppe/demo/IceE/throughput/WinCEServer.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/workqueue/Makefile b/cppe/demo/IceE/workqueue/Makefile index e17d97e949a..f97933dcdf3 100644 --- a/cppe/demo/IceE/workqueue/Makefile +++ b/cppe/demo/IceE/workqueue/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/IceE/workqueue/WorkQueue.cpp b/cppe/demo/IceE/workqueue/WorkQueue.cpp index 8c24f71a84b..23b80bf66bc 100644 --- a/cppe/demo/IceE/workqueue/WorkQueue.cpp +++ b/cppe/demo/IceE/workqueue/WorkQueue.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/demo/Makefile b/cppe/demo/Makefile index c24390f448e..14a72c90048 100644 --- a/cppe/demo/Makefile +++ b/cppe/demo/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/AbstractMutex.h b/cppe/include/IceE/AbstractMutex.h index 58150214536..89160f60000 100644 --- a/cppe/include/IceE/AbstractMutex.h +++ b/cppe/include/IceE/AbstractMutex.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Algorithm.h b/cppe/include/IceE/Algorithm.h index a8c1624ab6d..14171112c55 100644 --- a/cppe/include/IceE/Algorithm.h +++ b/cppe/include/IceE/Algorithm.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/BasicStream.h b/cppe/include/IceE/BasicStream.h index 7f07dc58f74..02b90f2d6c7 100644 --- a/cppe/include/IceE/BasicStream.h +++ b/cppe/include/IceE/BasicStream.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Buffer.h b/cppe/include/IceE/Buffer.h index 00caa2cad80..cbfd7155caf 100644 --- a/cppe/include/IceE/Buffer.h +++ b/cppe/include/IceE/Buffer.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Communicator.h b/cppe/include/IceE/Communicator.h index 6dacdd5dfb5..fbb89817a93 100755 --- a/cppe/include/IceE/Communicator.h +++ b/cppe/include/IceE/Communicator.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/CommunicatorF.h b/cppe/include/IceE/CommunicatorF.h index 90549fb2daf..d51f91f1aba 100755 --- a/cppe/include/IceE/CommunicatorF.h +++ b/cppe/include/IceE/CommunicatorF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Cond.h b/cppe/include/IceE/Cond.h index 70679964306..7d03ab1b254 100644 --- a/cppe/include/IceE/Cond.h +++ b/cppe/include/IceE/Cond.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h index 38cf32d36a1..b325d71ded3 100644 --- a/cppe/include/IceE/Config.h +++ b/cppe/include/IceE/Config.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Connection.h b/cppe/include/IceE/Connection.h index 3c56cb426bd..85556b36430 100755 --- a/cppe/include/IceE/Connection.h +++ b/cppe/include/IceE/Connection.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ConnectionF.h b/cppe/include/IceE/ConnectionF.h index d8cbe3fb8ff..18559f31c2a 100755 --- a/cppe/include/IceE/ConnectionF.h +++ b/cppe/include/IceE/ConnectionF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Current.h b/cppe/include/IceE/Current.h index 3d0bfb163ff..40847e2e984 100755 --- a/cppe/include/IceE/Current.h +++ b/cppe/include/IceE/Current.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/DisableWarnings.h b/cppe/include/IceE/DisableWarnings.h index 5bf006d3448..676c33b61f1 100644 --- a/cppe/include/IceE/DisableWarnings.h +++ b/cppe/include/IceE/DisableWarnings.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/DispatchStatus.h b/cppe/include/IceE/DispatchStatus.h index 01a9092814c..b58cf580a6f 100644 --- a/cppe/include/IceE/DispatchStatus.h +++ b/cppe/include/IceE/DispatchStatus.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/EndpointF.h b/cppe/include/IceE/EndpointF.h index 105895709ae..da35fa0af4e 100644 --- a/cppe/include/IceE/EndpointF.h +++ b/cppe/include/IceE/EndpointF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Exception.h b/cppe/include/IceE/Exception.h index 83ccef8ca1b..a6f1e4daeaf 100644 --- a/cppe/include/IceE/Exception.h +++ b/cppe/include/IceE/Exception.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ExceptionBase.h b/cppe/include/IceE/ExceptionBase.h index 0143d316d0f..4c80c15412e 100644 --- a/cppe/include/IceE/ExceptionBase.h +++ b/cppe/include/IceE/ExceptionBase.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/FactoryTable.h b/cppe/include/IceE/FactoryTable.h index 30d459b0a68..64c1b34628b 100644 --- a/cppe/include/IceE/FactoryTable.h +++ b/cppe/include/IceE/FactoryTable.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/FactoryTableDef.h b/cppe/include/IceE/FactoryTableDef.h index 739ba406b35..5a2ca0cc507 100644 --- a/cppe/include/IceE/FactoryTableDef.h +++ b/cppe/include/IceE/FactoryTableDef.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Functional.h b/cppe/include/IceE/Functional.h index d387880a37a..1420339073f 100644 --- a/cppe/include/IceE/Functional.h +++ b/cppe/include/IceE/Functional.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Handle.h b/cppe/include/IceE/Handle.h index 824f832c520..6a51b812903 100644 --- a/cppe/include/IceE/Handle.h +++ b/cppe/include/IceE/Handle.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/IceE.h b/cppe/include/IceE/IceE.h index f0028fbc7f0..aa7a7df7bb9 100644 --- a/cppe/include/IceE/IceE.h +++ b/cppe/include/IceE/IceE.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/IdentityUtil.h b/cppe/include/IceE/IdentityUtil.h index 6601e98f110..8554c73e108 100644 --- a/cppe/include/IceE/IdentityUtil.h +++ b/cppe/include/IceE/IdentityUtil.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Incoming.h b/cppe/include/IceE/Incoming.h index f59b6430fe9..9b2f6e9c832 100644 --- a/cppe/include/IceE/Incoming.h +++ b/cppe/include/IceE/Incoming.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/IncomingConnectionFactoryF.h b/cppe/include/IceE/IncomingConnectionFactoryF.h index 926590f5e1a..e3f7b45acbe 100644 --- a/cppe/include/IceE/IncomingConnectionFactoryF.h +++ b/cppe/include/IceE/IncomingConnectionFactoryF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Initialize.h b/cppe/include/IceE/Initialize.h index ba8ef40d300..2fc692ac34a 100644 --- a/cppe/include/IceE/Initialize.h +++ b/cppe/include/IceE/Initialize.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/InstanceF.h b/cppe/include/IceE/InstanceF.h index 52700bdc41e..0bcfae7323f 100644 --- a/cppe/include/IceE/InstanceF.h +++ b/cppe/include/IceE/InstanceF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Iterator.h b/cppe/include/IceE/Iterator.h index 798f4b94914..6d62c227a40 100644 --- a/cppe/include/IceE/Iterator.h +++ b/cppe/include/IceE/Iterator.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/LocalException.h b/cppe/include/IceE/LocalException.h index 34cf6ea1f80..e77b9efe181 100755 --- a/cppe/include/IceE/LocalException.h +++ b/cppe/include/IceE/LocalException.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/LocalObject.h b/cppe/include/IceE/LocalObject.h index 30dffc135af..7578d77ba03 100644 --- a/cppe/include/IceE/LocalObject.h +++ b/cppe/include/IceE/LocalObject.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/LocalObjectF.h b/cppe/include/IceE/LocalObjectF.h index 838e7369213..1af064eb1e9 100644 --- a/cppe/include/IceE/LocalObjectF.h +++ b/cppe/include/IceE/LocalObjectF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/LocatorInfoF.h b/cppe/include/IceE/LocatorInfoF.h index 0efe2dbd2d9..1c6ae0cda95 100644 --- a/cppe/include/IceE/LocatorInfoF.h +++ b/cppe/include/IceE/LocatorInfoF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Lock.h b/cppe/include/IceE/Lock.h index 195591dc4a3..040eba287a3 100644 --- a/cppe/include/IceE/Lock.h +++ b/cppe/include/IceE/Lock.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/LoggerUtil.h b/cppe/include/IceE/LoggerUtil.h index 36765bf2a08..bd280944a8c 100644 --- a/cppe/include/IceE/LoggerUtil.h +++ b/cppe/include/IceE/LoggerUtil.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Makefile b/cppe/include/IceE/Makefile index a3e9c683c9f..58b9c98bb16 100644 --- a/cppe/include/IceE/Makefile +++ b/cppe/include/IceE/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Monitor.h b/cppe/include/IceE/Monitor.h index 87a5e01f7eb..d2468efc5e0 100644 --- a/cppe/include/IceE/Monitor.h +++ b/cppe/include/IceE/Monitor.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Mutex.h b/cppe/include/IceE/Mutex.h index ad81c0f5e83..a6f85e89798 100644 --- a/cppe/include/IceE/Mutex.h +++ b/cppe/include/IceE/Mutex.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Object.h b/cppe/include/IceE/Object.h index 6773da21891..b92d84322d8 100644 --- a/cppe/include/IceE/Object.h +++ b/cppe/include/IceE/Object.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ObjectAdapter.h b/cppe/include/IceE/ObjectAdapter.h index ed0a1fbdb2f..73225373643 100755 --- a/cppe/include/IceE/ObjectAdapter.h +++ b/cppe/include/IceE/ObjectAdapter.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ObjectAdapterF.h b/cppe/include/IceE/ObjectAdapterF.h index fddc57c6f3b..b2a9e713806 100755 --- a/cppe/include/IceE/ObjectAdapterF.h +++ b/cppe/include/IceE/ObjectAdapterF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ObjectAdapterFactoryF.h b/cppe/include/IceE/ObjectAdapterFactoryF.h index 91b7acdb6a0..72679e6233f 100644 --- a/cppe/include/IceE/ObjectAdapterFactoryF.h +++ b/cppe/include/IceE/ObjectAdapterFactoryF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ObjectF.h b/cppe/include/IceE/ObjectF.h index 86810fbde35..90afad599ed 100644 --- a/cppe/include/IceE/ObjectF.h +++ b/cppe/include/IceE/ObjectF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/OperationMode.h b/cppe/include/IceE/OperationMode.h index a4e7a90d98e..1496fdb4360 100755 --- a/cppe/include/IceE/OperationMode.h +++ b/cppe/include/IceE/OperationMode.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Outgoing.h b/cppe/include/IceE/Outgoing.h index a30c8f8b591..da84d8613e9 100644 --- a/cppe/include/IceE/Outgoing.h +++ b/cppe/include/IceE/Outgoing.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/OutgoingConnectionFactoryF.h b/cppe/include/IceE/OutgoingConnectionFactoryF.h index 2de5d55e531..3b9cd7e8849 100644 --- a/cppe/include/IceE/OutgoingConnectionFactoryF.h +++ b/cppe/include/IceE/OutgoingConnectionFactoryF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Properties.h b/cppe/include/IceE/Properties.h index 4f168673cf5..2923eef001b 100755 --- a/cppe/include/IceE/Properties.h +++ b/cppe/include/IceE/Properties.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/PropertiesF.h b/cppe/include/IceE/PropertiesF.h index 541943eca78..a3c5a6897a1 100755 --- a/cppe/include/IceE/PropertiesF.h +++ b/cppe/include/IceE/PropertiesF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Protocol.h b/cppe/include/IceE/Protocol.h index 4ae9797bfc6..b4823304ee9 100644 --- a/cppe/include/IceE/Protocol.h +++ b/cppe/include/IceE/Protocol.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Proxy.h b/cppe/include/IceE/Proxy.h index 0d49541fa62..06f911616ce 100644 --- a/cppe/include/IceE/Proxy.h +++ b/cppe/include/IceE/Proxy.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ProxyF.h b/cppe/include/IceE/ProxyF.h index 92cb9c9e0be..7d87f3e5b2b 100644 --- a/cppe/include/IceE/ProxyF.h +++ b/cppe/include/IceE/ProxyF.h @@ -1,7 +1,7 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ProxyFactoryF.h b/cppe/include/IceE/ProxyFactoryF.h index d516b6fb87e..e0eb43f1ebb 100644 --- a/cppe/include/IceE/ProxyFactoryF.h +++ b/cppe/include/IceE/ProxyFactoryF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ProxyHandle.h b/cppe/include/IceE/ProxyHandle.h index b4b48319046..66ed541b340 100644 --- a/cppe/include/IceE/ProxyHandle.h +++ b/cppe/include/IceE/ProxyHandle.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/RWRecMutex.h b/cppe/include/IceE/RWRecMutex.h index f8394726c6a..09f0a8f3831 100644 --- a/cppe/include/IceE/RWRecMutex.h +++ b/cppe/include/IceE/RWRecMutex.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/RecMutex.h b/cppe/include/IceE/RecMutex.h index cf988e5382e..209a470cfdd 100644 --- a/cppe/include/IceE/RecMutex.h +++ b/cppe/include/IceE/RecMutex.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ReferenceF.h b/cppe/include/IceE/ReferenceF.h index 33083d03812..a98b18c012e 100644 --- a/cppe/include/IceE/ReferenceF.h +++ b/cppe/include/IceE/ReferenceF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/RouterInfoF.h b/cppe/include/IceE/RouterInfoF.h index 3ef5c5f8218..e56f132faa9 100644 --- a/cppe/include/IceE/RouterInfoF.h +++ b/cppe/include/IceE/RouterInfoF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/SafeStdio.h b/cppe/include/IceE/SafeStdio.h index 2f6bd1d47a8..5aa3ac81b93 100755 --- a/cppe/include/IceE/SafeStdio.h +++ b/cppe/include/IceE/SafeStdio.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ScopedArray.h b/cppe/include/IceE/ScopedArray.h index 7d41ab6238c..3b1384f89bd 100644 --- a/cppe/include/IceE/ScopedArray.h +++ b/cppe/include/IceE/ScopedArray.h @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/include/IceE/ServantManagerF.h b/cppe/include/IceE/ServantManagerF.h index 9b8c739b66d..e1dc9f8bf02 100644 --- a/cppe/include/IceE/ServantManagerF.h +++ b/cppe/include/IceE/ServantManagerF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Shared.h b/cppe/include/IceE/Shared.h index 593807648ac..e64efba4803 100644 --- a/cppe/include/IceE/Shared.h +++ b/cppe/include/IceE/Shared.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/StaticMutex.h b/cppe/include/IceE/StaticMutex.h index fe4ddef6157..dd622904436 100644 --- a/cppe/include/IceE/StaticMutex.h +++ b/cppe/include/IceE/StaticMutex.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/StringConverter.h b/cppe/include/IceE/StringConverter.h index 0f87da962a8..1907c27398e 100755 --- a/cppe/include/IceE/StringConverter.h +++ b/cppe/include/IceE/StringConverter.h @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/include/IceE/StringUtil.h b/cppe/include/IceE/StringUtil.h index 17257d36e4d..0fb19848a55 100644 --- a/cppe/include/IceE/StringUtil.h +++ b/cppe/include/IceE/StringUtil.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Thread.h b/cppe/include/IceE/Thread.h index 5ed3d9db654..cd6f48f1757 100644 --- a/cppe/include/IceE/Thread.h +++ b/cppe/include/IceE/Thread.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/ThreadException.h b/cppe/include/IceE/ThreadException.h index c3d3fa51655..eda24d07b32 100644 --- a/cppe/include/IceE/ThreadException.h +++ b/cppe/include/IceE/ThreadException.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Time.h b/cppe/include/IceE/Time.h index dd6c0a45423..84b1bfe899d 100644 --- a/cppe/include/IceE/Time.h +++ b/cppe/include/IceE/Time.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/TraceLevelsF.h b/cppe/include/IceE/TraceLevelsF.h index 852a2a2465a..a48d1f488cb 100644 --- a/cppe/include/IceE/TraceLevelsF.h +++ b/cppe/include/IceE/TraceLevelsF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/TransceiverF.h b/cppe/include/IceE/TransceiverF.h index f9576883abe..6240a863aa6 100644 --- a/cppe/include/IceE/TransceiverF.h +++ b/cppe/include/IceE/TransceiverF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/UUID.h b/cppe/include/IceE/UUID.h index e4bc36f4fdb..da45a38467e 100644 --- a/cppe/include/IceE/UUID.h +++ b/cppe/include/IceE/UUID.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/UndefSysMacros.h b/cppe/include/IceE/UndefSysMacros.h index d09916cc23b..7ebf8cf35a9 100644 --- a/cppe/include/IceE/UndefSysMacros.h +++ b/cppe/include/IceE/UndefSysMacros.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/Unicode.h b/cppe/include/IceE/Unicode.h index a63be5771e8..f6724a38b69 100644 --- a/cppe/include/IceE/Unicode.h +++ b/cppe/include/IceE/Unicode.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/UserExceptionFactory.h b/cppe/include/IceE/UserExceptionFactory.h index 57e3f53e1d3..883cc99b0be 100644 --- a/cppe/include/IceE/UserExceptionFactory.h +++ b/cppe/include/IceE/UserExceptionFactory.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/IceE/UserExceptionFactoryF.h b/cppe/include/IceE/UserExceptionFactoryF.h index 0a3478e12a5..b1be9688660 100644 --- a/cppe/include/IceE/UserExceptionFactoryF.h +++ b/cppe/include/IceE/UserExceptionFactoryF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/include/Makefile b/cppe/include/Makefile index c24390f448e..14a72c90048 100644 --- a/cppe/include/Makefile +++ b/cppe/include/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/makedist.py b/cppe/makedist.py index 76aedf73f2b..10a90fd2628 100755 --- a/cppe/makedist.py +++ b/cppe/makedist.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/BuiltinSequences.ice b/cppe/slice/IceE/BuiltinSequences.ice index 45fb31ef054..2ffa1ca5b05 100644 --- a/cppe/slice/IceE/BuiltinSequences.ice +++ b/cppe/slice/IceE/BuiltinSequences.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/FacetMap.ice b/cppe/slice/IceE/FacetMap.ice index 9d4132c9698..e93e6f99f62 100644 --- a/cppe/slice/IceE/FacetMap.ice +++ b/cppe/slice/IceE/FacetMap.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/Identity.ice b/cppe/slice/IceE/Identity.ice index 07a0ce383ad..e64511c4745 100644 --- a/cppe/slice/IceE/Identity.ice +++ b/cppe/slice/IceE/Identity.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/Locator.ice b/cppe/slice/IceE/Locator.ice index 3b2f5626f7a..f2cdf26e8a5 100644 --- a/cppe/slice/IceE/Locator.ice +++ b/cppe/slice/IceE/Locator.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/LocatorF.ice b/cppe/slice/IceE/LocatorF.ice index 0a906160882..c2c90f4899b 100644 --- a/cppe/slice/IceE/LocatorF.ice +++ b/cppe/slice/IceE/LocatorF.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/Logger.ice b/cppe/slice/IceE/Logger.ice index 2878648a26e..f161f979cb1 100644 --- a/cppe/slice/IceE/Logger.ice +++ b/cppe/slice/IceE/Logger.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/LoggerF.ice b/cppe/slice/IceE/LoggerF.ice index b19d14a9fcb..83b5005b0d0 100644 --- a/cppe/slice/IceE/LoggerF.ice +++ b/cppe/slice/IceE/LoggerF.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/Makefile b/cppe/slice/IceE/Makefile index dad232445ab..134d87d9e32 100644 --- a/cppe/slice/IceE/Makefile +++ b/cppe/slice/IceE/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/Router.ice b/cppe/slice/IceE/Router.ice index 99d7b9c7363..f5c41fe36dc 100644 --- a/cppe/slice/IceE/Router.ice +++ b/cppe/slice/IceE/Router.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/IceE/RouterF.ice b/cppe/slice/IceE/RouterF.ice index 352b9d6973d..f67c80bd8f2 100644 --- a/cppe/slice/IceE/RouterF.ice +++ b/cppe/slice/IceE/RouterF.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/slice/Makefile b/cppe/slice/Makefile index c24390f448e..14a72c90048 100644 --- a/cppe/slice/Makefile +++ b/cppe/slice/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Acceptor.h b/cppe/src/IceE/Acceptor.h index 98365cecff9..d96c0a031ab 100644 --- a/cppe/src/IceE/Acceptor.h +++ b/cppe/src/IceE/Acceptor.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/AcceptorF.h b/cppe/src/IceE/AcceptorF.h index 87258354238..b1f1b58cb8d 100644 --- a/cppe/src/IceE/AcceptorF.h +++ b/cppe/src/IceE/AcceptorF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/BasicStream.cpp b/cppe/src/IceE/BasicStream.cpp index cc54b5f81d1..52a91cf632e 100644 --- a/cppe/src/IceE/BasicStream.cpp +++ b/cppe/src/IceE/BasicStream.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Buffer.cpp b/cppe/src/IceE/Buffer.cpp index e1e98952ebe..bbe06c08d49 100644 --- a/cppe/src/IceE/Buffer.cpp +++ b/cppe/src/IceE/Buffer.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Communicator.cpp b/cppe/src/IceE/Communicator.cpp index 2bce6e034ff..f13a21b69e0 100755 --- a/cppe/src/IceE/Communicator.cpp +++ b/cppe/src/IceE/Communicator.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Cond.cpp b/cppe/src/IceE/Cond.cpp index b38a0588f6b..40cb6d53f34 100644 --- a/cppe/src/IceE/Cond.cpp +++ b/cppe/src/IceE/Cond.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp index 8e783959d80..91074b02ff2 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Connector.h b/cppe/src/IceE/Connector.h index 37cd65b22dc..92cbf18814e 100755 --- a/cppe/src/IceE/Connector.h +++ b/cppe/src/IceE/Connector.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ConnectorF.h b/cppe/src/IceE/ConnectorF.h index 27b06be5158..9535c4fd611 100644 --- a/cppe/src/IceE/ConnectorF.h +++ b/cppe/src/IceE/ConnectorF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ConvertUTF.cpp b/cppe/src/IceE/ConvertUTF.cpp index 1cc28b25488..7a3a72acb09 100755 --- a/cppe/src/IceE/ConvertUTF.cpp +++ b/cppe/src/IceE/ConvertUTF.cpp @@ -20,14 +20,14 @@ * remains attached.
*/
-// **********************************************************************
-//
-// Copyright (c) 2006 ZeroC, Inc. All rights reserved.
-//
-// This file was slightly modified to move the definitions to the
-// IceUtil namespace and use C++ types.
-//
-// **********************************************************************
+// ********************************************************************** +// +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +// +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. +// +// ********************************************************************** /* ---------------------------------------------------------------------
diff --git a/cppe/src/IceE/ConvertUTF.h b/cppe/src/IceE/ConvertUTF.h index 326f14354e2..f481e19afea 100755 --- a/cppe/src/IceE/ConvertUTF.h +++ b/cppe/src/IceE/ConvertUTF.h @@ -20,14 +20,14 @@ * remains attached.
*/
-// **********************************************************************
-//
-// Copyright (c) 2006 ZeroC, Inc. All rights reserved.
-//
-// This file was slightly modified to move the definitions to the
-// IceUtil namespace and use C++ types.
-//
-// **********************************************************************
+// ********************************************************************** +// +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +// +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. +// +// ********************************************************************** #ifndef ICEE_CONVERT_UTF_H
#define ICEE_CONVERT_UTF_H
diff --git a/cppe/src/IceE/Current.cpp b/cppe/src/IceE/Current.cpp index 31463c4ea67..d556881f11c 100755 --- a/cppe/src/IceE/Current.cpp +++ b/cppe/src/IceE/Current.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/DefaultsAndOverrides.cpp b/cppe/src/IceE/DefaultsAndOverrides.cpp index fdf8eb10cf6..c67f7014552 100644 --- a/cppe/src/IceE/DefaultsAndOverrides.cpp +++ b/cppe/src/IceE/DefaultsAndOverrides.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/DefaultsAndOverrides.h b/cppe/src/IceE/DefaultsAndOverrides.h index 6648f5f7df8..dfb37431507 100644 --- a/cppe/src/IceE/DefaultsAndOverrides.h +++ b/cppe/src/IceE/DefaultsAndOverrides.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/DefaultsAndOverridesF.h b/cppe/src/IceE/DefaultsAndOverridesF.h index e52b96fff85..f8e675aebb0 100644 --- a/cppe/src/IceE/DefaultsAndOverridesF.h +++ b/cppe/src/IceE/DefaultsAndOverridesF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Endpoint.cpp b/cppe/src/IceE/Endpoint.cpp index af09daaeb70..5ad70970f64 100644 --- a/cppe/src/IceE/Endpoint.cpp +++ b/cppe/src/IceE/Endpoint.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Endpoint.h b/cppe/src/IceE/Endpoint.h index ea30844b7d3..32f12f83f99 100644 --- a/cppe/src/IceE/Endpoint.h +++ b/cppe/src/IceE/Endpoint.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/EndpointFactory.h b/cppe/src/IceE/EndpointFactory.h index d081a1252ed..40daf72f206 100644 --- a/cppe/src/IceE/EndpointFactory.h +++ b/cppe/src/IceE/EndpointFactory.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/EndpointFactoryF.h b/cppe/src/IceE/EndpointFactoryF.h index 04fb73c7307..2dc11ccb271 100644 --- a/cppe/src/IceE/EndpointFactoryF.h +++ b/cppe/src/IceE/EndpointFactoryF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ExceptionBase.cpp b/cppe/src/IceE/ExceptionBase.cpp index 394f9183720..dd8e5979609 100755 --- a/cppe/src/IceE/ExceptionBase.cpp +++ b/cppe/src/IceE/ExceptionBase.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/FactoryTable.cpp b/cppe/src/IceE/FactoryTable.cpp index 234d14b7b72..d3539b91db3 100644 --- a/cppe/src/IceE/FactoryTable.cpp +++ b/cppe/src/IceE/FactoryTable.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/FactoryTableDef.cpp b/cppe/src/IceE/FactoryTableDef.cpp index a8abab8fc48..67d2e89a67a 100644 --- a/cppe/src/IceE/FactoryTableDef.cpp +++ b/cppe/src/IceE/FactoryTableDef.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/IdentityUtil.cpp b/cppe/src/IceE/IdentityUtil.cpp index 54b5f9e8ca2..77fb635a13c 100644 --- a/cppe/src/IceE/IdentityUtil.cpp +++ b/cppe/src/IceE/IdentityUtil.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Incoming.cpp b/cppe/src/IceE/Incoming.cpp index 2fd4d0d51f9..c851cfcef38 100644 --- a/cppe/src/IceE/Incoming.cpp +++ b/cppe/src/IceE/Incoming.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/IncomingConnectionFactory.cpp b/cppe/src/IceE/IncomingConnectionFactory.cpp index 50643c0cc22..372945f1810 100644 --- a/cppe/src/IceE/IncomingConnectionFactory.cpp +++ b/cppe/src/IceE/IncomingConnectionFactory.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/IncomingConnectionFactory.h b/cppe/src/IceE/IncomingConnectionFactory.h index 802018cb285..74d0e08bec5 100755 --- a/cppe/src/IceE/IncomingConnectionFactory.h +++ b/cppe/src/IceE/IncomingConnectionFactory.h @@ -1,7 +1,7 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Initialize.cpp b/cppe/src/IceE/Initialize.cpp index f46a7b13ec1..cfd407dc042 100644 --- a/cppe/src/IceE/Initialize.cpp +++ b/cppe/src/IceE/Initialize.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Instance.cpp b/cppe/src/IceE/Instance.cpp index 990c0b341d3..e839093c4b3 100644 --- a/cppe/src/IceE/Instance.cpp +++ b/cppe/src/IceE/Instance.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Instance.h b/cppe/src/IceE/Instance.h index bb278faa0ac..ebc91e237f8 100644 --- a/cppe/src/IceE/Instance.h +++ b/cppe/src/IceE/Instance.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/LocalException.cpp b/cppe/src/IceE/LocalException.cpp index d004d537ac1..cfcfd7ac37e 100755 --- a/cppe/src/IceE/LocalException.cpp +++ b/cppe/src/IceE/LocalException.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/LocalObject.cpp b/cppe/src/IceE/LocalObject.cpp index 60204ebbe48..1345cb501df 100644 --- a/cppe/src/IceE/LocalObject.cpp +++ b/cppe/src/IceE/LocalObject.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/LocatorInfo.cpp b/cppe/src/IceE/LocatorInfo.cpp index f395a7a46fc..1a90e97fb80 100644 --- a/cppe/src/IceE/LocatorInfo.cpp +++ b/cppe/src/IceE/LocatorInfo.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/LocatorInfo.h b/cppe/src/IceE/LocatorInfo.h index 95ff2308adc..680687b6ac2 100644 --- a/cppe/src/IceE/LocatorInfo.h +++ b/cppe/src/IceE/LocatorInfo.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/LoggerI.cpp b/cppe/src/IceE/LoggerI.cpp index 97c0420df92..c9db36ea8c8 100644 --- a/cppe/src/IceE/LoggerI.cpp +++ b/cppe/src/IceE/LoggerI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/LoggerI.h b/cppe/src/IceE/LoggerI.h index 3752ad38443..77a7adc5aa4 100644 --- a/cppe/src/IceE/LoggerI.h +++ b/cppe/src/IceE/LoggerI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/LoggerUtil.cpp b/cppe/src/IceE/LoggerUtil.cpp index 75fd20a37ee..b0db6828da5 100644 --- a/cppe/src/IceE/LoggerUtil.cpp +++ b/cppe/src/IceE/LoggerUtil.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Makefile b/cppe/src/IceE/Makefile index 83f9994f5b4..bf96354d44e 100644 --- a/cppe/src/IceE/Makefile +++ b/cppe/src/IceE/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Network.cpp b/cppe/src/IceE/Network.cpp index d19e05f67e9..869db016118 100644 --- a/cppe/src/IceE/Network.cpp +++ b/cppe/src/IceE/Network.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Network.h b/cppe/src/IceE/Network.h index d3e4011ac8c..fe7559bc8d7 100644 --- a/cppe/src/IceE/Network.h +++ b/cppe/src/IceE/Network.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Object.cpp b/cppe/src/IceE/Object.cpp index 7924550be3e..13c163687eb 100644 --- a/cppe/src/IceE/Object.cpp +++ b/cppe/src/IceE/Object.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ObjectAdapter.cpp b/cppe/src/IceE/ObjectAdapter.cpp index 0e579947ca5..2fd8eab134a 100644 --- a/cppe/src/IceE/ObjectAdapter.cpp +++ b/cppe/src/IceE/ObjectAdapter.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ObjectAdapterFactory.cpp b/cppe/src/IceE/ObjectAdapterFactory.cpp index 20f12bb0906..eaedc63eedd 100644 --- a/cppe/src/IceE/ObjectAdapterFactory.cpp +++ b/cppe/src/IceE/ObjectAdapterFactory.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ObjectAdapterFactory.h b/cppe/src/IceE/ObjectAdapterFactory.h index 4fa6999d547..d0ebb12746d 100644 --- a/cppe/src/IceE/ObjectAdapterFactory.h +++ b/cppe/src/IceE/ObjectAdapterFactory.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/OperationMode.cpp b/cppe/src/IceE/OperationMode.cpp index f4a709f1515..5df8f49b40b 100644 --- a/cppe/src/IceE/OperationMode.cpp +++ b/cppe/src/IceE/OperationMode.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp index dbc5b355577..5a5c775674d 100644 --- a/cppe/src/IceE/Outgoing.cpp +++ b/cppe/src/IceE/Outgoing.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/OutgoingConnectionFactory.cpp b/cppe/src/IceE/OutgoingConnectionFactory.cpp index 301d39d0f7e..492c96b43a0 100755 --- a/cppe/src/IceE/OutgoingConnectionFactory.cpp +++ b/cppe/src/IceE/OutgoingConnectionFactory.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/OutgoingConnectionFactory.h b/cppe/src/IceE/OutgoingConnectionFactory.h index d547319c458..3689f108f4c 100755 --- a/cppe/src/IceE/OutgoingConnectionFactory.h +++ b/cppe/src/IceE/OutgoingConnectionFactory.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Properties.cpp b/cppe/src/IceE/Properties.cpp index 69d98ec3dad..1a44c32b180 100644 --- a/cppe/src/IceE/Properties.cpp +++ b/cppe/src/IceE/Properties.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Protocol.cpp b/cppe/src/IceE/Protocol.cpp index 0d8331f4cea..d3dc0f0ab43 100644 --- a/cppe/src/IceE/Protocol.cpp +++ b/cppe/src/IceE/Protocol.cpp @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp index 5f2cd61ed78..6c0c186e89a 100644 --- a/cppe/src/IceE/Proxy.cpp +++ b/cppe/src/IceE/Proxy.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ProxyFactory.cpp b/cppe/src/IceE/ProxyFactory.cpp index e0b11a8a4b9..c97b8df9d91 100644 --- a/cppe/src/IceE/ProxyFactory.cpp +++ b/cppe/src/IceE/ProxyFactory.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ProxyFactory.h b/cppe/src/IceE/ProxyFactory.h index f26ead2d0ee..1dcbefd5e7a 100644 --- a/cppe/src/IceE/ProxyFactory.h +++ b/cppe/src/IceE/ProxyFactory.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/RWRecMutex.cpp b/cppe/src/IceE/RWRecMutex.cpp index 199ef0dda12..1e295ec93d4 100644 --- a/cppe/src/IceE/RWRecMutex.cpp +++ b/cppe/src/IceE/RWRecMutex.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/RecMutex.cpp b/cppe/src/IceE/RecMutex.cpp index 7b3ca9db2e9..435509207d6 100644 --- a/cppe/src/IceE/RecMutex.cpp +++ b/cppe/src/IceE/RecMutex.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index 0bb29353ccf..c64f85255bc 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Reference.h b/cppe/src/IceE/Reference.h index 3cd2d511880..75da8f9fc91 100644 --- a/cppe/src/IceE/Reference.h +++ b/cppe/src/IceE/Reference.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ReferenceFactory.cpp b/cppe/src/IceE/ReferenceFactory.cpp index 1c07371db19..f797e43f494 100644 --- a/cppe/src/IceE/ReferenceFactory.cpp +++ b/cppe/src/IceE/ReferenceFactory.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ReferenceFactory.h b/cppe/src/IceE/ReferenceFactory.h index f905911fd6c..2ae20a1b6d6 100644 --- a/cppe/src/IceE/ReferenceFactory.h +++ b/cppe/src/IceE/ReferenceFactory.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ReferenceFactoryF.h b/cppe/src/IceE/ReferenceFactoryF.h index 3e6905d9130..59ec273100d 100644 --- a/cppe/src/IceE/ReferenceFactoryF.h +++ b/cppe/src/IceE/ReferenceFactoryF.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/RouterInfo.cpp b/cppe/src/IceE/RouterInfo.cpp index 0a0f2c439e6..41e85861da6 100644 --- a/cppe/src/IceE/RouterInfo.cpp +++ b/cppe/src/IceE/RouterInfo.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/RouterInfo.h b/cppe/src/IceE/RouterInfo.h index 38eb48d4a5a..31dbba0df1a 100644 --- a/cppe/src/IceE/RouterInfo.h +++ b/cppe/src/IceE/RouterInfo.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/SafeStdio.cpp b/cppe/src/IceE/SafeStdio.cpp index 14105954782..b4bfc96e6cf 100755 --- a/cppe/src/IceE/SafeStdio.cpp +++ b/cppe/src/IceE/SafeStdio.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ServantManager.cpp b/cppe/src/IceE/ServantManager.cpp index 809fc5d9242..94c75526a3e 100644 --- a/cppe/src/IceE/ServantManager.cpp +++ b/cppe/src/IceE/ServantManager.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ServantManager.h b/cppe/src/IceE/ServantManager.h index 32db213ccc0..373269e1626 100644 --- a/cppe/src/IceE/ServantManager.h +++ b/cppe/src/IceE/ServantManager.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Shared.cpp b/cppe/src/IceE/Shared.cpp index 362a02fe713..bfb7ce40ab0 100644 --- a/cppe/src/IceE/Shared.cpp +++ b/cppe/src/IceE/Shared.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/SharedContext.h b/cppe/src/IceE/SharedContext.h index 6edf640c21d..50c8ae9ceca 100644 --- a/cppe/src/IceE/SharedContext.h +++ b/cppe/src/IceE/SharedContext.h @@ -1,8 +1,8 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // -// This copy of Ice is licensed to you under the terms described in the +// This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/src/IceE/StaticMutex.cpp b/cppe/src/IceE/StaticMutex.cpp index 527a53381ee..334ea1ae99d 100644 --- a/cppe/src/IceE/StaticMutex.cpp +++ b/cppe/src/IceE/StaticMutex.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/StringConverter.cpp b/cppe/src/IceE/StringConverter.cpp index ef3daa57dd9..050f570295a 100755 --- a/cppe/src/IceE/StringConverter.cpp +++ b/cppe/src/IceE/StringConverter.cpp @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/src/IceE/StringUtil.cpp b/cppe/src/IceE/StringUtil.cpp index 88f4c088ae2..8ea102ad407 100644 --- a/cppe/src/IceE/StringUtil.cpp +++ b/cppe/src/IceE/StringUtil.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Thread.cpp b/cppe/src/IceE/Thread.cpp index 1cba73eafe6..4521f9ee7ca 100644 --- a/cppe/src/IceE/Thread.cpp +++ b/cppe/src/IceE/Thread.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/ThreadException.cpp b/cppe/src/IceE/ThreadException.cpp index 0d327c87ed7..11eed016525 100644 --- a/cppe/src/IceE/ThreadException.cpp +++ b/cppe/src/IceE/ThreadException.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Time.cpp b/cppe/src/IceE/Time.cpp index 142b810f166..4b512fab065 100644 --- a/cppe/src/IceE/Time.cpp +++ b/cppe/src/IceE/Time.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/TraceLevels.cpp b/cppe/src/IceE/TraceLevels.cpp index 215f2e3adc9..068c5098a02 100644 --- a/cppe/src/IceE/TraceLevels.cpp +++ b/cppe/src/IceE/TraceLevels.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/TraceLevels.h b/cppe/src/IceE/TraceLevels.h index 16a81872a3d..29f3cb3af4e 100644 --- a/cppe/src/IceE/TraceLevels.h +++ b/cppe/src/IceE/TraceLevels.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/TraceUtil.cpp b/cppe/src/IceE/TraceUtil.cpp index fdb8ba947f5..a86e5aab55a 100644 --- a/cppe/src/IceE/TraceUtil.cpp +++ b/cppe/src/IceE/TraceUtil.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/TraceUtil.h b/cppe/src/IceE/TraceUtil.h index 24d91624c5f..af7f957ae49 100644 --- a/cppe/src/IceE/TraceUtil.h +++ b/cppe/src/IceE/TraceUtil.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Transceiver.h b/cppe/src/IceE/Transceiver.h index 576b4a2b256..18c384a25e9 100644 --- a/cppe/src/IceE/Transceiver.h +++ b/cppe/src/IceE/Transceiver.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/UUID.cpp b/cppe/src/IceE/UUID.cpp index 0deda962610..9f6f85e562c 100644 --- a/cppe/src/IceE/UUID.cpp +++ b/cppe/src/IceE/UUID.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/Unicode.cpp b/cppe/src/IceE/Unicode.cpp index 3c809dfb574..b65d53840d3 100644 --- a/cppe/src/IceE/Unicode.cpp +++ b/cppe/src/IceE/Unicode.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/UnknownEndpoint.cpp b/cppe/src/IceE/UnknownEndpoint.cpp index 73e8bdbd5b8..eeafd303504 100644 --- a/cppe/src/IceE/UnknownEndpoint.cpp +++ b/cppe/src/IceE/UnknownEndpoint.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceE/UnknownEndpoint.h b/cppe/src/IceE/UnknownEndpoint.h index 931624c4d3b..c9f6b10ef03 100644 --- a/cppe/src/IceE/UnknownEndpoint.h +++ b/cppe/src/IceE/UnknownEndpoint.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/IceEC/Makefile b/cppe/src/IceEC/Makefile index 7c0c3871530..67d784e9d22 100644 --- a/cppe/src/IceEC/Makefile +++ b/cppe/src/IceEC/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/Makefile b/cppe/src/Makefile index 477b7b280d5..074dd98ccf9 100644 --- a/cppe/src/Makefile +++ b/cppe/src/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/TcpTransport/Acceptor.cpp b/cppe/src/TcpTransport/Acceptor.cpp index 208b4261f1a..a6de1f961dd 100644 --- a/cppe/src/TcpTransport/Acceptor.cpp +++ b/cppe/src/TcpTransport/Acceptor.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/TcpTransport/Connector.cpp b/cppe/src/TcpTransport/Connector.cpp index d12d4dea9a0..56a6fd7b810 100644 --- a/cppe/src/TcpTransport/Connector.cpp +++ b/cppe/src/TcpTransport/Connector.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/TcpTransport/EndpointFactory.cpp b/cppe/src/TcpTransport/EndpointFactory.cpp index 2e77ff8df47..e2614776317 100644 --- a/cppe/src/TcpTransport/EndpointFactory.cpp +++ b/cppe/src/TcpTransport/EndpointFactory.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/TcpTransport/TcpEndpoint.cpp b/cppe/src/TcpTransport/TcpEndpoint.cpp index 3a959e4130f..4f09591f604 100644 --- a/cppe/src/TcpTransport/TcpEndpoint.cpp +++ b/cppe/src/TcpTransport/TcpEndpoint.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/TcpTransport/TcpEndpoint.h b/cppe/src/TcpTransport/TcpEndpoint.h index 56b0806fd90..e36802214e7 100644 --- a/cppe/src/TcpTransport/TcpEndpoint.h +++ b/cppe/src/TcpTransport/TcpEndpoint.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/src/TcpTransport/Transceiver.cpp b/cppe/src/TcpTransport/Transceiver.cpp index 7bea32667e4..2ddde583552 100644 --- a/cppe/src/TcpTransport/Transceiver.cpp +++ b/cppe/src/TcpTransport/Transceiver.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/Common/Makefile b/cppe/test/Common/Makefile index 0c04aae77b2..2ea22857fb7 100644 --- a/cppe/test/Common/Makefile +++ b/cppe/test/Common/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/Common/TestCommon.cpp b/cppe/test/Common/TestCommon.cpp index 8f85aad14c1..3e452ed61a1 100755 --- a/cppe/test/Common/TestCommon.cpp +++ b/cppe/test/Common/TestCommon.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/Makefile b/cppe/test/IceE/Makefile index 4c2abc874da..971635863c2 100644 --- a/cppe/test/IceE/Makefile +++ b/cppe/test/IceE/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/AllTests.cpp b/cppe/test/IceE/adapterDeactivation/AllTests.cpp index 45f3e2cea53..a0dc4e206fa 100644 --- a/cppe/test/IceE/adapterDeactivation/AllTests.cpp +++ b/cppe/test/IceE/adapterDeactivation/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/Client.cpp b/cppe/test/IceE/adapterDeactivation/Client.cpp index bdcc4dab8e9..82319956283 100644 --- a/cppe/test/IceE/adapterDeactivation/Client.cpp +++ b/cppe/test/IceE/adapterDeactivation/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/Collocated.cpp b/cppe/test/IceE/adapterDeactivation/Collocated.cpp index a4bde025c0e..a5df269f725 100644 --- a/cppe/test/IceE/adapterDeactivation/Collocated.cpp +++ b/cppe/test/IceE/adapterDeactivation/Collocated.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/Makefile b/cppe/test/IceE/adapterDeactivation/Makefile index b3908f0e69b..f49c606c5ae 100644 --- a/cppe/test/IceE/adapterDeactivation/Makefile +++ b/cppe/test/IceE/adapterDeactivation/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/Server.cpp b/cppe/test/IceE/adapterDeactivation/Server.cpp index c7f53ee6b35..c3a7d21d039 100644 --- a/cppe/test/IceE/adapterDeactivation/Server.cpp +++ b/cppe/test/IceE/adapterDeactivation/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/Test.ice b/cppe/test/IceE/adapterDeactivation/Test.ice index 50d391864f4..9ac2450b93b 100644 --- a/cppe/test/IceE/adapterDeactivation/Test.ice +++ b/cppe/test/IceE/adapterDeactivation/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/TestI.cpp b/cppe/test/IceE/adapterDeactivation/TestI.cpp index f5b5e582e2f..1da2ba2e58d 100644 --- a/cppe/test/IceE/adapterDeactivation/TestI.cpp +++ b/cppe/test/IceE/adapterDeactivation/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/TestI.h b/cppe/test/IceE/adapterDeactivation/TestI.h index eaa82a0fc5c..b22823dfefd 100644 --- a/cppe/test/IceE/adapterDeactivation/TestI.h +++ b/cppe/test/IceE/adapterDeactivation/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/adapterDeactivation/run.py b/cppe/test/IceE/adapterDeactivation/run.py index a16dc413602..2f0572679fa 100755 --- a/cppe/test/IceE/adapterDeactivation/run.py +++ b/cppe/test/IceE/adapterDeactivation/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/AllTests.cpp b/cppe/test/IceE/custom/AllTests.cpp index 94e57af2af1..ac3acc0e897 100644 --- a/cppe/test/IceE/custom/AllTests.cpp +++ b/cppe/test/IceE/custom/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/Client.cpp b/cppe/test/IceE/custom/Client.cpp index 2f90fa23ee4..e9c8dc8e485 100644 --- a/cppe/test/IceE/custom/Client.cpp +++ b/cppe/test/IceE/custom/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/Collocated.cpp b/cppe/test/IceE/custom/Collocated.cpp index ce1b59f0f4a..85327248359 100644 --- a/cppe/test/IceE/custom/Collocated.cpp +++ b/cppe/test/IceE/custom/Collocated.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/Makefile b/cppe/test/IceE/custom/Makefile index e6d1e41d07e..cd395edf2fa 100644 --- a/cppe/test/IceE/custom/Makefile +++ b/cppe/test/IceE/custom/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/MyByteSeq.cpp b/cppe/test/IceE/custom/MyByteSeq.cpp index 4f84142c6b3..15b80466df1 100755 --- a/cppe/test/IceE/custom/MyByteSeq.cpp +++ b/cppe/test/IceE/custom/MyByteSeq.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/MyByteSeq.h b/cppe/test/IceE/custom/MyByteSeq.h index eed2fb3b29d..3ac58f7dd2c 100644 --- a/cppe/test/IceE/custom/MyByteSeq.h +++ b/cppe/test/IceE/custom/MyByteSeq.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/Server.cpp b/cppe/test/IceE/custom/Server.cpp index 5919bb7e74b..893293dafe5 100644 --- a/cppe/test/IceE/custom/Server.cpp +++ b/cppe/test/IceE/custom/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/StringConverterI.cpp b/cppe/test/IceE/custom/StringConverterI.cpp index 9ce51b96348..9088240209f 100644 --- a/cppe/test/IceE/custom/StringConverterI.cpp +++ b/cppe/test/IceE/custom/StringConverterI.cpp @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/test/IceE/custom/StringConverterI.h b/cppe/test/IceE/custom/StringConverterI.h index 46441d54384..92143eceff9 100644 --- a/cppe/test/IceE/custom/StringConverterI.h +++ b/cppe/test/IceE/custom/StringConverterI.h @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/test/IceE/custom/Test.ice b/cppe/test/IceE/custom/Test.ice index d94f4ed74ca..2c2a014907d 100644 --- a/cppe/test/IceE/custom/Test.ice +++ b/cppe/test/IceE/custom/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/TestI.cpp b/cppe/test/IceE/custom/TestI.cpp index 69c6f9a5bfd..01757278ab6 100644 --- a/cppe/test/IceE/custom/TestI.cpp +++ b/cppe/test/IceE/custom/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/TestI.h b/cppe/test/IceE/custom/TestI.h index c0f1c3bcfef..3e5931e9691 100644 --- a/cppe/test/IceE/custom/TestI.h +++ b/cppe/test/IceE/custom/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/custom/Wstring.ice b/cppe/test/IceE/custom/Wstring.ice index 869475cec09..5e9115f6595 100644 --- a/cppe/test/IceE/custom/Wstring.ice +++ b/cppe/test/IceE/custom/Wstring.ice @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/test/IceE/custom/WstringI.cpp b/cppe/test/IceE/custom/WstringI.cpp index acda01c8d7a..805a7e9bc29 100644 --- a/cppe/test/IceE/custom/WstringI.cpp +++ b/cppe/test/IceE/custom/WstringI.cpp @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/test/IceE/custom/WstringI.h b/cppe/test/IceE/custom/WstringI.h index 3753bd5d620..d27600d7717 100644 --- a/cppe/test/IceE/custom/WstringI.h +++ b/cppe/test/IceE/custom/WstringI.h @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/cppe/test/IceE/custom/run.py b/cppe/test/IceE/custom/run.py index b1ae6d03406..b13d30bf8ee 100755 --- a/cppe/test/IceE/custom/run.py +++ b/cppe/test/IceE/custom/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/AllTests.cpp b/cppe/test/IceE/exceptions/AllTests.cpp index c6fdcb91482..d31ac6f4179 100644 --- a/cppe/test/IceE/exceptions/AllTests.cpp +++ b/cppe/test/IceE/exceptions/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/Client.cpp b/cppe/test/IceE/exceptions/Client.cpp index 0019a3bd223..cac3dbc7454 100644 --- a/cppe/test/IceE/exceptions/Client.cpp +++ b/cppe/test/IceE/exceptions/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/Collocated.cpp b/cppe/test/IceE/exceptions/Collocated.cpp index 3330d89f40d..96d22da15a7 100644 --- a/cppe/test/IceE/exceptions/Collocated.cpp +++ b/cppe/test/IceE/exceptions/Collocated.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/Makefile b/cppe/test/IceE/exceptions/Makefile index c6be782dfef..0d65ff1be1f 100644 --- a/cppe/test/IceE/exceptions/Makefile +++ b/cppe/test/IceE/exceptions/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/Server.cpp b/cppe/test/IceE/exceptions/Server.cpp index 7cc080075e5..b67e5029a75 100644 --- a/cppe/test/IceE/exceptions/Server.cpp +++ b/cppe/test/IceE/exceptions/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/Test.ice b/cppe/test/IceE/exceptions/Test.ice index 8738ae11040..9665ca7396a 100644 --- a/cppe/test/IceE/exceptions/Test.ice +++ b/cppe/test/IceE/exceptions/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/TestI.cpp b/cppe/test/IceE/exceptions/TestI.cpp index 3e2b8c1f849..cf098b64ced 100644 --- a/cppe/test/IceE/exceptions/TestI.cpp +++ b/cppe/test/IceE/exceptions/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/TestI.h b/cppe/test/IceE/exceptions/TestI.h index a4237ea3673..949bd005c4a 100644 --- a/cppe/test/IceE/exceptions/TestI.h +++ b/cppe/test/IceE/exceptions/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/exceptions/run.py b/cppe/test/IceE/exceptions/run.py index c0454dee059..89a2c7bf383 100755 --- a/cppe/test/IceE/exceptions/run.py +++ b/cppe/test/IceE/exceptions/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/AllTests.cpp b/cppe/test/IceE/facets/AllTests.cpp index 4bf6a0f1306..6b2aa767051 100644 --- a/cppe/test/IceE/facets/AllTests.cpp +++ b/cppe/test/IceE/facets/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/Client.cpp b/cppe/test/IceE/facets/Client.cpp index 26bf95a97b5..a386b41152d 100644 --- a/cppe/test/IceE/facets/Client.cpp +++ b/cppe/test/IceE/facets/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/Collocated.cpp b/cppe/test/IceE/facets/Collocated.cpp index b3244fe6257..3cfa8fe27cd 100644 --- a/cppe/test/IceE/facets/Collocated.cpp +++ b/cppe/test/IceE/facets/Collocated.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/Makefile b/cppe/test/IceE/facets/Makefile index b3908f0e69b..f49c606c5ae 100644 --- a/cppe/test/IceE/facets/Makefile +++ b/cppe/test/IceE/facets/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/Server.cpp b/cppe/test/IceE/facets/Server.cpp index 440c5a768c3..f12c84bc1a8 100644 --- a/cppe/test/IceE/facets/Server.cpp +++ b/cppe/test/IceE/facets/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/Test.ice b/cppe/test/IceE/facets/Test.ice index a68c4622379..dfb515f5357 100644 --- a/cppe/test/IceE/facets/Test.ice +++ b/cppe/test/IceE/facets/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/TestI.cpp b/cppe/test/IceE/facets/TestI.cpp index d0cc893b891..f320c5e18b2 100644 --- a/cppe/test/IceE/facets/TestI.cpp +++ b/cppe/test/IceE/facets/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/TestI.h b/cppe/test/IceE/facets/TestI.h index 8d1a964e294..f1b98ec42c1 100644 --- a/cppe/test/IceE/facets/TestI.h +++ b/cppe/test/IceE/facets/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/facets/run.py b/cppe/test/IceE/facets/run.py index 83b9a6b0c43..3656d174805 100755 --- a/cppe/test/IceE/facets/run.py +++ b/cppe/test/IceE/facets/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/AllTests.cpp b/cppe/test/IceE/faultTolerance/AllTests.cpp index eb2b4e61db0..5193f8f78dd 100644 --- a/cppe/test/IceE/faultTolerance/AllTests.cpp +++ b/cppe/test/IceE/faultTolerance/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/Client.cpp b/cppe/test/IceE/faultTolerance/Client.cpp index 8d724ae9ebf..c977fe70e8d 100644 --- a/cppe/test/IceE/faultTolerance/Client.cpp +++ b/cppe/test/IceE/faultTolerance/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/Makefile b/cppe/test/IceE/faultTolerance/Makefile index 7489e4380a7..7f84890036d 100644 --- a/cppe/test/IceE/faultTolerance/Makefile +++ b/cppe/test/IceE/faultTolerance/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/Server.cpp b/cppe/test/IceE/faultTolerance/Server.cpp index 9b66408f27d..7a862e58b1c 100644 --- a/cppe/test/IceE/faultTolerance/Server.cpp +++ b/cppe/test/IceE/faultTolerance/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/Test.ice b/cppe/test/IceE/faultTolerance/Test.ice index 23c49655e50..2db87bc81e5 100644 --- a/cppe/test/IceE/faultTolerance/Test.ice +++ b/cppe/test/IceE/faultTolerance/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/TestI.cpp b/cppe/test/IceE/faultTolerance/TestI.cpp index d55de476da7..087f62396c7 100644 --- a/cppe/test/IceE/faultTolerance/TestI.cpp +++ b/cppe/test/IceE/faultTolerance/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/TestI.h b/cppe/test/IceE/faultTolerance/TestI.h index ef884613782..27ffc3a1d46 100644 --- a/cppe/test/IceE/faultTolerance/TestI.h +++ b/cppe/test/IceE/faultTolerance/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/faultTolerance/run.py b/cppe/test/IceE/faultTolerance/run.py index 85128de4171..9648abbaffa 100755 --- a/cppe/test/IceE/faultTolerance/run.py +++ b/cppe/test/IceE/faultTolerance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/AllTests.cpp b/cppe/test/IceE/inheritance/AllTests.cpp index 9d83f41c180..4e34616d7e8 100644 --- a/cppe/test/IceE/inheritance/AllTests.cpp +++ b/cppe/test/IceE/inheritance/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/Client.cpp b/cppe/test/IceE/inheritance/Client.cpp index edc2dc0a23a..f66f2dc86b9 100644 --- a/cppe/test/IceE/inheritance/Client.cpp +++ b/cppe/test/IceE/inheritance/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/Collocated.cpp b/cppe/test/IceE/inheritance/Collocated.cpp index cda42edbcc9..938a27e8c92 100644 --- a/cppe/test/IceE/inheritance/Collocated.cpp +++ b/cppe/test/IceE/inheritance/Collocated.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/Makefile b/cppe/test/IceE/inheritance/Makefile index b3908f0e69b..f49c606c5ae 100644 --- a/cppe/test/IceE/inheritance/Makefile +++ b/cppe/test/IceE/inheritance/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/Server.cpp b/cppe/test/IceE/inheritance/Server.cpp index 2a1860b4b91..8292139dfb6 100644 --- a/cppe/test/IceE/inheritance/Server.cpp +++ b/cppe/test/IceE/inheritance/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/Test.ice b/cppe/test/IceE/inheritance/Test.ice index d756c2d09e7..1aaa5099e46 100644 --- a/cppe/test/IceE/inheritance/Test.ice +++ b/cppe/test/IceE/inheritance/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/TestI.cpp b/cppe/test/IceE/inheritance/TestI.cpp index 61606f994c7..90631c30944 100644 --- a/cppe/test/IceE/inheritance/TestI.cpp +++ b/cppe/test/IceE/inheritance/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/TestI.h b/cppe/test/IceE/inheritance/TestI.h index c862cbb5877..4aaa980aeb5 100644 --- a/cppe/test/IceE/inheritance/TestI.h +++ b/cppe/test/IceE/inheritance/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/inheritance/run.py b/cppe/test/IceE/inheritance/run.py index 815a7b8c0d3..f51bfce8b0f 100755 --- a/cppe/test/IceE/inheritance/run.py +++ b/cppe/test/IceE/inheritance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/AllTests.cpp b/cppe/test/IceE/location/AllTests.cpp index 37282f1bfc7..755075f4dc8 100644 --- a/cppe/test/IceE/location/AllTests.cpp +++ b/cppe/test/IceE/location/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/Client.cpp b/cppe/test/IceE/location/Client.cpp index 7c0239a0de4..5016d987663 100644 --- a/cppe/test/IceE/location/Client.cpp +++ b/cppe/test/IceE/location/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/Makefile b/cppe/test/IceE/location/Makefile index 7ecff3f20db..9b316551595 100644 --- a/cppe/test/IceE/location/Makefile +++ b/cppe/test/IceE/location/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/Server.cpp b/cppe/test/IceE/location/Server.cpp index 060977678df..9a9838200a7 100644 --- a/cppe/test/IceE/location/Server.cpp +++ b/cppe/test/IceE/location/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/ServerLocator.cpp b/cppe/test/IceE/location/ServerLocator.cpp index 5b8c7c9008f..b55d6ea4536 100644 --- a/cppe/test/IceE/location/ServerLocator.cpp +++ b/cppe/test/IceE/location/ServerLocator.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/ServerLocator.h b/cppe/test/IceE/location/ServerLocator.h index 452e543f46b..3ad8fca93ed 100644 --- a/cppe/test/IceE/location/ServerLocator.h +++ b/cppe/test/IceE/location/ServerLocator.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/Test.ice b/cppe/test/IceE/location/Test.ice index 5be2ee3d7b5..bcef8e3b25a 100644 --- a/cppe/test/IceE/location/Test.ice +++ b/cppe/test/IceE/location/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/TestI.cpp b/cppe/test/IceE/location/TestI.cpp index 2c240add7d3..d4a6639cc0b 100644 --- a/cppe/test/IceE/location/TestI.cpp +++ b/cppe/test/IceE/location/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/TestI.h b/cppe/test/IceE/location/TestI.h index 829bd136568..97aeafda2b6 100644 --- a/cppe/test/IceE/location/TestI.h +++ b/cppe/test/IceE/location/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/location/run.py b/cppe/test/IceE/location/run.py index 3811a8602d8..d035eec195d 100755 --- a/cppe/test/IceE/location/run.py +++ b/cppe/test/IceE/location/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/AllTests.cpp b/cppe/test/IceE/operations/AllTests.cpp index ffd8cd66a01..49425bc27c1 100644 --- a/cppe/test/IceE/operations/AllTests.cpp +++ b/cppe/test/IceE/operations/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/BatchOneways.cpp b/cppe/test/IceE/operations/BatchOneways.cpp index 57cb58e2d9f..3ed3df956e1 100644 --- a/cppe/test/IceE/operations/BatchOneways.cpp +++ b/cppe/test/IceE/operations/BatchOneways.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/Client.cpp b/cppe/test/IceE/operations/Client.cpp index 93a44906e4e..538c2a253d0 100644 --- a/cppe/test/IceE/operations/Client.cpp +++ b/cppe/test/IceE/operations/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/Collocated.cpp b/cppe/test/IceE/operations/Collocated.cpp index 1ddf397b8fd..4315a54b0c8 100644 --- a/cppe/test/IceE/operations/Collocated.cpp +++ b/cppe/test/IceE/operations/Collocated.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/Makefile b/cppe/test/IceE/operations/Makefile index d56b562a97c..a0e3a54d2cf 100644 --- a/cppe/test/IceE/operations/Makefile +++ b/cppe/test/IceE/operations/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/Server.cpp b/cppe/test/IceE/operations/Server.cpp index c0db2495e5f..e628e6acaa3 100644 --- a/cppe/test/IceE/operations/Server.cpp +++ b/cppe/test/IceE/operations/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/Test.ice b/cppe/test/IceE/operations/Test.ice index 05c6ba21dfd..485330d3ee0 100644 --- a/cppe/test/IceE/operations/Test.ice +++ b/cppe/test/IceE/operations/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/TestI.cpp b/cppe/test/IceE/operations/TestI.cpp index a416b009c71..981ae8c5029 100644 --- a/cppe/test/IceE/operations/TestI.cpp +++ b/cppe/test/IceE/operations/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/TestI.h b/cppe/test/IceE/operations/TestI.h index 755f5ee9958..738096d1ebb 100644 --- a/cppe/test/IceE/operations/TestI.h +++ b/cppe/test/IceE/operations/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/Twoways.cpp b/cppe/test/IceE/operations/Twoways.cpp index fbeb6fb8e79..83298f0e165 100644 --- a/cppe/test/IceE/operations/Twoways.cpp +++ b/cppe/test/IceE/operations/Twoways.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/operations/run.py b/cppe/test/IceE/operations/run.py index 8594d27db17..48dbd71e0fc 100755 --- a/cppe/test/IceE/operations/run.py +++ b/cppe/test/IceE/operations/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/AllTests.cpp b/cppe/test/IceE/retry/AllTests.cpp index ac5b58ecf7b..70b39b678b2 100644 --- a/cppe/test/IceE/retry/AllTests.cpp +++ b/cppe/test/IceE/retry/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/Client.cpp b/cppe/test/IceE/retry/Client.cpp index 6bfe74c8876..c3a6b08892a 100644 --- a/cppe/test/IceE/retry/Client.cpp +++ b/cppe/test/IceE/retry/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/Makefile b/cppe/test/IceE/retry/Makefile index f1c37871bc2..03e63a83758 100644 --- a/cppe/test/IceE/retry/Makefile +++ b/cppe/test/IceE/retry/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/Server.cpp b/cppe/test/IceE/retry/Server.cpp index edc6738eebf..e9fa45d3cb3 100644 --- a/cppe/test/IceE/retry/Server.cpp +++ b/cppe/test/IceE/retry/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/Test.ice b/cppe/test/IceE/retry/Test.ice index d68f4da6804..57dc973a827 100644 --- a/cppe/test/IceE/retry/Test.ice +++ b/cppe/test/IceE/retry/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/TestI.cpp b/cppe/test/IceE/retry/TestI.cpp index 1f16ab5bf7d..5cd3e0c043b 100644 --- a/cppe/test/IceE/retry/TestI.cpp +++ b/cppe/test/IceE/retry/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/TestI.h b/cppe/test/IceE/retry/TestI.h index 8175352a3b2..a08537b6752 100644 --- a/cppe/test/IceE/retry/TestI.h +++ b/cppe/test/IceE/retry/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/retry/run.py b/cppe/test/IceE/retry/run.py index eda80e1a74f..fc4aa8df3ae 100755 --- a/cppe/test/IceE/retry/run.py +++ b/cppe/test/IceE/retry/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/AllTests.cpp b/cppe/test/IceE/slicing/AllTests.cpp index 334ebdb8f35..68ae271d526 100644 --- a/cppe/test/IceE/slicing/AllTests.cpp +++ b/cppe/test/IceE/slicing/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/Client.cpp b/cppe/test/IceE/slicing/Client.cpp index a8762d778aa..f4573f726fb 100644 --- a/cppe/test/IceE/slicing/Client.cpp +++ b/cppe/test/IceE/slicing/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/Makefile b/cppe/test/IceE/slicing/Makefile index 403cbdfcea4..1c7152568df 100644 --- a/cppe/test/IceE/slicing/Makefile +++ b/cppe/test/IceE/slicing/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/Server.cpp b/cppe/test/IceE/slicing/Server.cpp index e5a346d7076..b92bdad4856 100644 --- a/cppe/test/IceE/slicing/Server.cpp +++ b/cppe/test/IceE/slicing/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/ServerPrivate.ice b/cppe/test/IceE/slicing/ServerPrivate.ice index 32770d647b7..81046facc3b 100644 --- a/cppe/test/IceE/slicing/ServerPrivate.ice +++ b/cppe/test/IceE/slicing/ServerPrivate.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/Test.ice b/cppe/test/IceE/slicing/Test.ice index b38c7e8fc49..9945a23c4a3 100644 --- a/cppe/test/IceE/slicing/Test.ice +++ b/cppe/test/IceE/slicing/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/TestI.cpp b/cppe/test/IceE/slicing/TestI.cpp index e5a6c59fe16..cdae4a0e478 100644 --- a/cppe/test/IceE/slicing/TestI.cpp +++ b/cppe/test/IceE/slicing/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/TestI.h b/cppe/test/IceE/slicing/TestI.h index ba3bd9dbe1b..2d9332fbe55 100644 --- a/cppe/test/IceE/slicing/TestI.h +++ b/cppe/test/IceE/slicing/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/slicing/run.py b/cppe/test/IceE/slicing/run.py index 5724c6659ee..7f6dd3054f8 100755 --- a/cppe/test/IceE/slicing/run.py +++ b/cppe/test/IceE/slicing/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/AliveTest.cpp b/cppe/test/IceE/thread/AliveTest.cpp index 5bc82756743..76a6b0149c7 100644 --- a/cppe/test/IceE/thread/AliveTest.cpp +++ b/cppe/test/IceE/thread/AliveTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/AliveTest.h b/cppe/test/IceE/thread/AliveTest.h index ab08a8e45e5..695b35c6785 100644 --- a/cppe/test/IceE/thread/AliveTest.h +++ b/cppe/test/IceE/thread/AliveTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/Client.cpp b/cppe/test/IceE/thread/Client.cpp index efadd7d113b..e36c2f5059c 100644 --- a/cppe/test/IceE/thread/Client.cpp +++ b/cppe/test/IceE/thread/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/CreateTest.cpp b/cppe/test/IceE/thread/CreateTest.cpp index 8710229d4c2..f60b3ca9079 100644 --- a/cppe/test/IceE/thread/CreateTest.cpp +++ b/cppe/test/IceE/thread/CreateTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/CreateTest.h b/cppe/test/IceE/thread/CreateTest.h index 0479df9a52b..cbcf7aad705 100644 --- a/cppe/test/IceE/thread/CreateTest.h +++ b/cppe/test/IceE/thread/CreateTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/Makefile b/cppe/test/IceE/thread/Makefile index b56a3009757..d7be5865871 100644 --- a/cppe/test/IceE/thread/Makefile +++ b/cppe/test/IceE/thread/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/MonitorMutexTest.cpp b/cppe/test/IceE/thread/MonitorMutexTest.cpp index 3bbd50e7b97..4ed29cb86ee 100644 --- a/cppe/test/IceE/thread/MonitorMutexTest.cpp +++ b/cppe/test/IceE/thread/MonitorMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/MonitorMutexTest.h b/cppe/test/IceE/thread/MonitorMutexTest.h index a8c05831afe..0bd1a528ca1 100644 --- a/cppe/test/IceE/thread/MonitorMutexTest.h +++ b/cppe/test/IceE/thread/MonitorMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/MonitorRecMutexTest.cpp b/cppe/test/IceE/thread/MonitorRecMutexTest.cpp index cd263e66dce..126d53fa861 100644 --- a/cppe/test/IceE/thread/MonitorRecMutexTest.cpp +++ b/cppe/test/IceE/thread/MonitorRecMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/MonitorRecMutexTest.h b/cppe/test/IceE/thread/MonitorRecMutexTest.h index a91e483d4f0..c7209d4e553 100644 --- a/cppe/test/IceE/thread/MonitorRecMutexTest.h +++ b/cppe/test/IceE/thread/MonitorRecMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/MutexTest.cpp b/cppe/test/IceE/thread/MutexTest.cpp index 3303d502bd0..dfca515c716 100644 --- a/cppe/test/IceE/thread/MutexTest.cpp +++ b/cppe/test/IceE/thread/MutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/MutexTest.h b/cppe/test/IceE/thread/MutexTest.h index f8c1ca36997..99371dccc32 100644 --- a/cppe/test/IceE/thread/MutexTest.h +++ b/cppe/test/IceE/thread/MutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/RWRecMutexTest.cpp b/cppe/test/IceE/thread/RWRecMutexTest.cpp index feb168fb95e..ddfe7cab154 100644 --- a/cppe/test/IceE/thread/RWRecMutexTest.cpp +++ b/cppe/test/IceE/thread/RWRecMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/RWRecMutexTest.h b/cppe/test/IceE/thread/RWRecMutexTest.h index 0abdb81b974..2fb94b9554a 100644 --- a/cppe/test/IceE/thread/RWRecMutexTest.h +++ b/cppe/test/IceE/thread/RWRecMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/RecMutexTest.cpp b/cppe/test/IceE/thread/RecMutexTest.cpp index ae2e904c1f0..dddb1178f84 100644 --- a/cppe/test/IceE/thread/RecMutexTest.cpp +++ b/cppe/test/IceE/thread/RecMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/RecMutexTest.h b/cppe/test/IceE/thread/RecMutexTest.h index b2b0677b32a..04265a23fca 100644 --- a/cppe/test/IceE/thread/RecMutexTest.h +++ b/cppe/test/IceE/thread/RecMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/StartTest.cpp b/cppe/test/IceE/thread/StartTest.cpp index 2d340392b9f..4d51b139e42 100644 --- a/cppe/test/IceE/thread/StartTest.cpp +++ b/cppe/test/IceE/thread/StartTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/StartTest.h b/cppe/test/IceE/thread/StartTest.h index aef08e6c60c..51199de5ebe 100644 --- a/cppe/test/IceE/thread/StartTest.h +++ b/cppe/test/IceE/thread/StartTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/StaticMutexTest.cpp b/cppe/test/IceE/thread/StaticMutexTest.cpp index 6e37bbb19d0..914bc20e109 100644 --- a/cppe/test/IceE/thread/StaticMutexTest.cpp +++ b/cppe/test/IceE/thread/StaticMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/StaticMutexTest.h b/cppe/test/IceE/thread/StaticMutexTest.h index 58dd98ef444..dd4e1f9a3c5 100644 --- a/cppe/test/IceE/thread/StaticMutexTest.h +++ b/cppe/test/IceE/thread/StaticMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/TestBase.cpp b/cppe/test/IceE/thread/TestBase.cpp index fea5d6899f4..7ef6b95fd36 100644 --- a/cppe/test/IceE/thread/TestBase.cpp +++ b/cppe/test/IceE/thread/TestBase.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/TestBase.h b/cppe/test/IceE/thread/TestBase.h index b196e06183c..10eb17560ac 100644 --- a/cppe/test/IceE/thread/TestBase.h +++ b/cppe/test/IceE/thread/TestBase.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/TestSuite.cpp b/cppe/test/IceE/thread/TestSuite.cpp index 759e69023ed..6bd3778abf4 100644 --- a/cppe/test/IceE/thread/TestSuite.cpp +++ b/cppe/test/IceE/thread/TestSuite.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/TestSuite.h b/cppe/test/IceE/thread/TestSuite.h index 298e87b812a..f656677cdaf 100644 --- a/cppe/test/IceE/thread/TestSuite.h +++ b/cppe/test/IceE/thread/TestSuite.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/thread/run.py b/cppe/test/IceE/thread/run.py index fce7c05e900..4739503a4b0 100755 --- a/cppe/test/IceE/thread/run.py +++ b/cppe/test/IceE/thread/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/uuid/Client.cpp b/cppe/test/IceE/uuid/Client.cpp index 0fb5a90bb4c..52199e95295 100644 --- a/cppe/test/IceE/uuid/Client.cpp +++ b/cppe/test/IceE/uuid/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/uuid/Makefile b/cppe/test/IceE/uuid/Makefile index f2d46a703a9..b3fd6476e21 100644 --- a/cppe/test/IceE/uuid/Makefile +++ b/cppe/test/IceE/uuid/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/IceE/uuid/run.py b/cppe/test/IceE/uuid/run.py index e0ff0cf92ec..4b6f120a28c 100755 --- a/cppe/test/IceE/uuid/run.py +++ b/cppe/test/IceE/uuid/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/Makefile b/cppe/test/Makefile index c3bd023a7a0..25f82a5d6b8 100644 --- a/cppe/test/Makefile +++ b/cppe/test/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/include/TestApplication.h b/cppe/test/include/TestApplication.h index 578b8add33f..77f820e354c 100644 --- a/cppe/test/include/TestApplication.h +++ b/cppe/test/include/TestApplication.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/cppe/test/include/TestCommon.h b/cppe/test/include/TestCommon.h index 92a0d1072b0..0fe249dc591 100644 --- a/cppe/test/include/TestCommon.h +++ b/cppe/test/include/TestCommon.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/ICEE_LICENSE b/javae/ICEE_LICENSE index eb0431cae54..5e104818b41 100644 --- a/javae/ICEE_LICENSE +++ b/javae/ICEE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/javae/Makefile b/javae/Makefile index bf615ee8ba4..50f223f4f49 100644 --- a/javae/Makefile +++ b/javae/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/allTests.py b/javae/allTests.py index 1c4ab8845cd..f33c0e83f93 100755 --- a/javae/allTests.py +++ b/javae/allTests.py @@ -3,8 +3,8 @@ # # Copyright (c) 2003-2007 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. +# This copy of Ice-E is licensed to you under the terms described in the +# ICEE_LICENSE file included in this distribution. # # ********************************************************************** diff --git a/javae/ant/JADAttribute.java b/javae/ant/JADAttribute.java index 9ee469fc7bb..be8f4b984de 100644 --- a/javae/ant/JADAttribute.java +++ b/javae/ant/JADAttribute.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/ant/JADTask.java b/javae/ant/JADTask.java index eaf0b789d85..415089619be 100644 --- a/javae/ant/JADTask.java +++ b/javae/ant/JADTask.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/ant/Javac11.java b/javae/ant/Javac11.java index 0b406c71d17..ce4b419145c 100644 --- a/javae/ant/Javac11.java +++ b/javae/ant/Javac11.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/ant/Slice2JavaETask.java b/javae/ant/Slice2JavaETask.java index 30ade9ff087..cd5b66bccf3 100644 --- a/javae/ant/Slice2JavaETask.java +++ b/javae/ant/Slice2JavaETask.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/ant/SliceDefine.java b/javae/ant/SliceDefine.java index f41843ae546..b59574d86e3 100644 --- a/javae/ant/SliceDefine.java +++ b/javae/ant/SliceDefine.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/ant/SliceTask.java b/javae/ant/SliceTask.java index 7e3b46800e2..613b411f66f 100644 --- a/javae/ant/SliceTask.java +++ b/javae/ant/SliceTask.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/build.xml b/javae/build.xml index 8c428275cca..5271ea3dd98 100644 --- a/javae/build.xml +++ b/javae/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/config/TestUtil.py b/javae/config/TestUtil.py index b78e652de9e..8fcee3c6c1d 100644 --- a/javae/config/TestUtil.py +++ b/javae/config/TestUtil.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/config/build.properties b/javae/config/build.properties index ee21f7efabb..a759855e3b9 100644 --- a/javae/config/build.properties +++ b/javae/config/build.properties @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/build.xml b/javae/demo/IceE/build.xml index 8c5479ba98e..c862989e01b 100644 --- a/javae/demo/IceE/build.xml +++ b/javae/demo/IceE/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/bidir/Callback.ice b/javae/demo/IceE/jdk/bidir/Callback.ice index 998b5d0490d..cd4c5b2e3d2 100755 --- a/javae/demo/IceE/jdk/bidir/Callback.ice +++ b/javae/demo/IceE/jdk/bidir/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/bidir/CallbackReceiverI.java b/javae/demo/IceE/jdk/bidir/CallbackReceiverI.java index 56d2f995c89..ea912419978 100755 --- a/javae/demo/IceE/jdk/bidir/CallbackReceiverI.java +++ b/javae/demo/IceE/jdk/bidir/CallbackReceiverI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/bidir/CallbackSenderI.java b/javae/demo/IceE/jdk/bidir/CallbackSenderI.java index 73fa9e97269..9758a80fa62 100755 --- a/javae/demo/IceE/jdk/bidir/CallbackSenderI.java +++ b/javae/demo/IceE/jdk/bidir/CallbackSenderI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/bidir/Client.java b/javae/demo/IceE/jdk/bidir/Client.java index 7daba049284..f54210a4046 100755 --- a/javae/demo/IceE/jdk/bidir/Client.java +++ b/javae/demo/IceE/jdk/bidir/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/bidir/Server.java b/javae/demo/IceE/jdk/bidir/Server.java index 577e837fa34..fd289c09d31 100755 --- a/javae/demo/IceE/jdk/bidir/Server.java +++ b/javae/demo/IceE/jdk/bidir/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/bidir/build.xml b/javae/demo/IceE/jdk/bidir/build.xml index 33177d6b6a6..8d03dcbb7bd 100755 --- a/javae/demo/IceE/jdk/bidir/build.xml +++ b/javae/demo/IceE/jdk/bidir/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/build.xml b/javae/demo/IceE/jdk/build.xml index 39176b8037e..7e3122d8be0 100644 --- a/javae/demo/IceE/jdk/build.xml +++ b/javae/demo/IceE/jdk/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/callback/Callback.ice b/javae/demo/IceE/jdk/callback/Callback.ice index 638b76a5339..7927d0c2242 100644 --- a/javae/demo/IceE/jdk/callback/Callback.ice +++ b/javae/demo/IceE/jdk/callback/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/callback/CallbackReceiverI.java b/javae/demo/IceE/jdk/callback/CallbackReceiverI.java index f389e91bef9..73e6e9efbc9 100644 --- a/javae/demo/IceE/jdk/callback/CallbackReceiverI.java +++ b/javae/demo/IceE/jdk/callback/CallbackReceiverI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/callback/CallbackSenderI.java b/javae/demo/IceE/jdk/callback/CallbackSenderI.java index 3675a30bf0a..89e7b6b881a 100644 --- a/javae/demo/IceE/jdk/callback/CallbackSenderI.java +++ b/javae/demo/IceE/jdk/callback/CallbackSenderI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/callback/Client.java b/javae/demo/IceE/jdk/callback/Client.java index 26b0d7b1511..3757eea5b13 100644 --- a/javae/demo/IceE/jdk/callback/Client.java +++ b/javae/demo/IceE/jdk/callback/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/callback/Server.java b/javae/demo/IceE/jdk/callback/Server.java index f97c7188777..c8c1f1b4740 100644 --- a/javae/demo/IceE/jdk/callback/Server.java +++ b/javae/demo/IceE/jdk/callback/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/callback/build.xml b/javae/demo/IceE/jdk/callback/build.xml index 4352c7609b2..c67cde549f3 100644 --- a/javae/demo/IceE/jdk/callback/build.xml +++ b/javae/demo/IceE/jdk/callback/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/chat/Chat.ice b/javae/demo/IceE/jdk/chat/Chat.ice index 2723f4c13c8..3b47dc215c2 100644 --- a/javae/demo/IceE/jdk/chat/Chat.ice +++ b/javae/demo/IceE/jdk/chat/Chat.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/chat/ChatCallbackI.java b/javae/demo/IceE/jdk/chat/ChatCallbackI.java index cd64820e8a9..725a69b91f8 100644 --- a/javae/demo/IceE/jdk/chat/ChatCallbackI.java +++ b/javae/demo/IceE/jdk/chat/ChatCallbackI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/chat/Client.java b/javae/demo/IceE/jdk/chat/Client.java index 3f1cc38fdf3..9bc4cbb1e9e 100644 --- a/javae/demo/IceE/jdk/chat/Client.java +++ b/javae/demo/IceE/jdk/chat/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/chat/Router.ice b/javae/demo/IceE/jdk/chat/Router.ice index 920b5ec2a89..5b13faf1f18 100644 --- a/javae/demo/IceE/jdk/chat/Router.ice +++ b/javae/demo/IceE/jdk/chat/Router.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/chat/Session.ice b/javae/demo/IceE/jdk/chat/Session.ice index cca1e78df53..4ec5a0c728c 100644 --- a/javae/demo/IceE/jdk/chat/Session.ice +++ b/javae/demo/IceE/jdk/chat/Session.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/chat/SessionPingThread.java b/javae/demo/IceE/jdk/chat/SessionPingThread.java index 1ab77fa0d10..1abb1d0c199 100644 --- a/javae/demo/IceE/jdk/chat/SessionPingThread.java +++ b/javae/demo/IceE/jdk/chat/SessionPingThread.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/chat/build.xml b/javae/demo/IceE/jdk/chat/build.xml index 4d4cd36ee23..ecd02a576d7 100644 --- a/javae/demo/IceE/jdk/chat/build.xml +++ b/javae/demo/IceE/jdk/chat/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/hello/Client.java b/javae/demo/IceE/jdk/hello/Client.java index 95f81dae592..f532a4e88a9 100644 --- a/javae/demo/IceE/jdk/hello/Client.java +++ b/javae/demo/IceE/jdk/hello/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/hello/Hello.ice b/javae/demo/IceE/jdk/hello/Hello.ice index c7c88563dff..b7b4ecb47b4 100644 --- a/javae/demo/IceE/jdk/hello/Hello.ice +++ b/javae/demo/IceE/jdk/hello/Hello.ice @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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. +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/javae/demo/IceE/jdk/hello/HelloI.java b/javae/demo/IceE/jdk/hello/HelloI.java index c79028da6ec..d192e1b95c3 100644 --- a/javae/demo/IceE/jdk/hello/HelloI.java +++ b/javae/demo/IceE/jdk/hello/HelloI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/hello/Server.java b/javae/demo/IceE/jdk/hello/Server.java index d68f8df399c..2617b517e50 100644 --- a/javae/demo/IceE/jdk/hello/Server.java +++ b/javae/demo/IceE/jdk/hello/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/hello/build.xml b/javae/demo/IceE/jdk/hello/build.xml index ec0a30fb902..25191fd4133 100644 --- a/javae/demo/IceE/jdk/hello/build.xml +++ b/javae/demo/IceE/jdk/hello/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/latency/Client.java b/javae/demo/IceE/jdk/latency/Client.java index a50504319cd..c5b2bdf2b99 100644 --- a/javae/demo/IceE/jdk/latency/Client.java +++ b/javae/demo/IceE/jdk/latency/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/latency/Latency.ice b/javae/demo/IceE/jdk/latency/Latency.ice index b1ce00ff0e4..e396bd7884a 100644 --- a/javae/demo/IceE/jdk/latency/Latency.ice +++ b/javae/demo/IceE/jdk/latency/Latency.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/latency/Server.java b/javae/demo/IceE/jdk/latency/Server.java index 2264b54045f..b732cf7ef7f 100644 --- a/javae/demo/IceE/jdk/latency/Server.java +++ b/javae/demo/IceE/jdk/latency/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/latency/build.xml b/javae/demo/IceE/jdk/latency/build.xml index 18b82178109..6bf4ea5f4cf 100644 --- a/javae/demo/IceE/jdk/latency/build.xml +++ b/javae/demo/IceE/jdk/latency/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/throughput/Client.java b/javae/demo/IceE/jdk/throughput/Client.java index 04b4a37b22b..2400a6600dd 100644 --- a/javae/demo/IceE/jdk/throughput/Client.java +++ b/javae/demo/IceE/jdk/throughput/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/throughput/Server.java b/javae/demo/IceE/jdk/throughput/Server.java index cafcc6c5bb6..6c7bc6051de 100644 --- a/javae/demo/IceE/jdk/throughput/Server.java +++ b/javae/demo/IceE/jdk/throughput/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/throughput/Throughput.ice b/javae/demo/IceE/jdk/throughput/Throughput.ice index 9e969cef958..0ab71b9d5b6 100644 --- a/javae/demo/IceE/jdk/throughput/Throughput.ice +++ b/javae/demo/IceE/jdk/throughput/Throughput.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/throughput/ThroughputI.java b/javae/demo/IceE/jdk/throughput/ThroughputI.java index f2ea0ad49fa..00199917019 100644 --- a/javae/demo/IceE/jdk/throughput/ThroughputI.java +++ b/javae/demo/IceE/jdk/throughput/ThroughputI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/jdk/throughput/build.xml b/javae/demo/IceE/jdk/throughput/build.xml index a28d349f481..918ccba1520 100644 --- a/javae/demo/IceE/jdk/throughput/build.xml +++ b/javae/demo/IceE/jdk/throughput/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/build.xml b/javae/demo/IceE/midp/build.xml index 05691b55919..554eab75d9c 100644 --- a/javae/demo/IceE/midp/build.xml +++ b/javae/demo/IceE/midp/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/chat/ChatCallbackI.java b/javae/demo/IceE/midp/chat/ChatCallbackI.java index 0689aa889c3..0d07c8583d7 100644 --- a/javae/demo/IceE/midp/chat/ChatCallbackI.java +++ b/javae/demo/IceE/midp/chat/ChatCallbackI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/chat/ChatForm.java b/javae/demo/IceE/midp/chat/ChatForm.java index 4a9009a7113..389391647fc 100644 --- a/javae/demo/IceE/midp/chat/ChatForm.java +++ b/javae/demo/IceE/midp/chat/ChatForm.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/chat/ChatMIDlet.java b/javae/demo/IceE/midp/chat/ChatMIDlet.java index 1a3b264fcf0..038782ede1c 100644 --- a/javae/demo/IceE/midp/chat/ChatMIDlet.java +++ b/javae/demo/IceE/midp/chat/ChatMIDlet.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/chat/Console.java b/javae/demo/IceE/midp/chat/Console.java index 0fd8c17b7bb..340f46c7c7f 100644 --- a/javae/demo/IceE/midp/chat/Console.java +++ b/javae/demo/IceE/midp/chat/Console.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/chat/LoginForm.java b/javae/demo/IceE/midp/chat/LoginForm.java index 87485fe7e36..f2c281a8a23 100644 --- a/javae/demo/IceE/midp/chat/LoginForm.java +++ b/javae/demo/IceE/midp/chat/LoginForm.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/chat/build.xml b/javae/demo/IceE/midp/chat/build.xml index be7a311496a..6fb7ea36434 100644 --- a/javae/demo/IceE/midp/chat/build.xml +++ b/javae/demo/IceE/midp/chat/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/hello/ClientMIDlet.java b/javae/demo/IceE/midp/hello/ClientMIDlet.java index 7c2568077df..152b81dc49d 100644 --- a/javae/demo/IceE/midp/hello/ClientMIDlet.java +++ b/javae/demo/IceE/midp/hello/ClientMIDlet.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/hello/ServerMIDlet.java b/javae/demo/IceE/midp/hello/ServerMIDlet.java index 45c1fb583d4..803415d3fd1 100644 --- a/javae/demo/IceE/midp/hello/ServerMIDlet.java +++ b/javae/demo/IceE/midp/hello/ServerMIDlet.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/IceE/midp/hello/build.xml b/javae/demo/IceE/midp/hello/build.xml index b35d02dadb1..a3cd2b74400 100644 --- a/javae/demo/IceE/midp/hello/build.xml +++ b/javae/demo/IceE/midp/hello/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/demo/build.xml b/javae/demo/build.xml index fdbad076ec2..b527d2fa42a 100644 --- a/javae/demo/build.xml +++ b/javae/demo/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/Ice/LoggerI.java b/javae/jdk/Ice/LoggerI.java index 71666376227..5ff067fdac0 100644 --- a/javae/jdk/Ice/LoggerI.java +++ b/javae/jdk/Ice/LoggerI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/Ice/Properties.java b/javae/jdk/Ice/Properties.java index 3fdc8363ed1..c360cab8908 100644 --- a/javae/jdk/Ice/Properties.java +++ b/javae/jdk/Ice/Properties.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/IceInternal/Acceptor.java b/javae/jdk/IceInternal/Acceptor.java index 04893261f34..0f877d1f309 100644 --- a/javae/jdk/IceInternal/Acceptor.java +++ b/javae/jdk/IceInternal/Acceptor.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/IceInternal/Connector.java b/javae/jdk/IceInternal/Connector.java index 0f2b5b9932a..52075248ee7 100644 --- a/javae/jdk/IceInternal/Connector.java +++ b/javae/jdk/IceInternal/Connector.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/IceInternal/InetSocketAddress.java b/javae/jdk/IceInternal/InetSocketAddress.java index 2dcc3dbb984..f36ffad4ab4 100644 --- a/javae/jdk/IceInternal/InetSocketAddress.java +++ b/javae/jdk/IceInternal/InetSocketAddress.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/IceInternal/Network.java b/javae/jdk/IceInternal/Network.java index 5e94916202f..1b38c990f1a 100644 --- a/javae/jdk/IceInternal/Network.java +++ b/javae/jdk/IceInternal/Network.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/IceInternal/TcpEndpoint.java b/javae/jdk/IceInternal/TcpEndpoint.java index 943b53c7fec..cbb76b426bb 100644 --- a/javae/jdk/IceInternal/TcpEndpoint.java +++ b/javae/jdk/IceInternal/TcpEndpoint.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/jdk/IceInternal/Transceiver.java b/javae/jdk/IceInternal/Transceiver.java index 7bd0354de4e..593eccf8b76 100644 --- a/javae/jdk/IceInternal/Transceiver.java +++ b/javae/jdk/IceInternal/Transceiver.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/makedist.py b/javae/makedist.py index 4701ffe6342..807b9776975 100755 --- a/javae/makedist.py +++ b/javae/makedist.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/Ice/LoggerI.java b/javae/midp/Ice/LoggerI.java index d859e31194a..201d38dc4fc 100644 --- a/javae/midp/Ice/LoggerI.java +++ b/javae/midp/Ice/LoggerI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/Ice/Properties.java b/javae/midp/Ice/Properties.java index 59a03579ede..f6fcbf88d0f 100755 --- a/javae/midp/Ice/Properties.java +++ b/javae/midp/Ice/Properties.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/IceInternal/Acceptor.java b/javae/midp/IceInternal/Acceptor.java index 48e66956627..d60ec625d01 100755 --- a/javae/midp/IceInternal/Acceptor.java +++ b/javae/midp/IceInternal/Acceptor.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/IceInternal/Connector.java b/javae/midp/IceInternal/Connector.java index cfc24922340..c0fa91f38bc 100755 --- a/javae/midp/IceInternal/Connector.java +++ b/javae/midp/IceInternal/Connector.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/IceInternal/InetSocketAddress.java b/javae/midp/IceInternal/InetSocketAddress.java index 3dedc564776..7017ece774b 100755 --- a/javae/midp/IceInternal/InetSocketAddress.java +++ b/javae/midp/IceInternal/InetSocketAddress.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/IceInternal/Network.java b/javae/midp/IceInternal/Network.java index 9896e8c8853..71c10cf1560 100755 --- a/javae/midp/IceInternal/Network.java +++ b/javae/midp/IceInternal/Network.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/IceInternal/TcpEndpoint.java b/javae/midp/IceInternal/TcpEndpoint.java index adcb12fdaf8..70bf55deae7 100755 --- a/javae/midp/IceInternal/TcpEndpoint.java +++ b/javae/midp/IceInternal/TcpEndpoint.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/midp/IceInternal/Transceiver.java b/javae/midp/IceInternal/Transceiver.java index 8cfbab34226..367e8f9564c 100755 --- a/javae/midp/IceInternal/Transceiver.java +++ b/javae/midp/IceInternal/Transceiver.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/BuiltinSequences.ice b/javae/slice/IceE/BuiltinSequences.ice index 45fb31ef054..2ffa1ca5b05 100644 --- a/javae/slice/IceE/BuiltinSequences.ice +++ b/javae/slice/IceE/BuiltinSequences.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/FacetMap.ice b/javae/slice/IceE/FacetMap.ice index 9d4132c9698..e93e6f99f62 100644 --- a/javae/slice/IceE/FacetMap.ice +++ b/javae/slice/IceE/FacetMap.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/Identity.ice b/javae/slice/IceE/Identity.ice index 07a0ce383ad..e64511c4745 100644 --- a/javae/slice/IceE/Identity.ice +++ b/javae/slice/IceE/Identity.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/LocalException.ice b/javae/slice/IceE/LocalException.ice index ac1bc5e9142..17331c246dc 100644 --- a/javae/slice/IceE/LocalException.ice +++ b/javae/slice/IceE/LocalException.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/Locator.ice b/javae/slice/IceE/Locator.ice index 3b2f5626f7a..f2cdf26e8a5 100644 --- a/javae/slice/IceE/Locator.ice +++ b/javae/slice/IceE/Locator.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/LocatorF.ice b/javae/slice/IceE/LocatorF.ice index 0a906160882..c2c90f4899b 100644 --- a/javae/slice/IceE/LocatorF.ice +++ b/javae/slice/IceE/LocatorF.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/Logger.ice b/javae/slice/IceE/Logger.ice index 2878648a26e..f161f979cb1 100644 --- a/javae/slice/IceE/Logger.ice +++ b/javae/slice/IceE/Logger.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/LoggerF.ice b/javae/slice/IceE/LoggerF.ice index b19d14a9fcb..83b5005b0d0 100644 --- a/javae/slice/IceE/LoggerF.ice +++ b/javae/slice/IceE/LoggerF.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/Router.ice b/javae/slice/IceE/Router.ice index 99d7b9c7363..f5c41fe36dc 100644 --- a/javae/slice/IceE/Router.ice +++ b/javae/slice/IceE/Router.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/slice/IceE/RouterF.ice b/javae/slice/IceE/RouterF.ice index 352b9d6973d..f67c80bd8f2 100644 --- a/javae/slice/IceE/RouterF.ice +++ b/javae/slice/IceE/RouterF.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/Blobject.java b/javae/src/Ice/Blobject.java index 21191a05852..331a9176da2 100644 --- a/javae/src/Ice/Blobject.java +++ b/javae/src/Ice/Blobject.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/BooleanHolder.java b/javae/src/Ice/BooleanHolder.java index 4ca8f658f70..0b63e2e4945 100644 --- a/javae/src/Ice/BooleanHolder.java +++ b/javae/src/Ice/BooleanHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ByteHolder.java b/javae/src/Ice/ByteHolder.java index d70751f37e7..9425bae1e49 100644 --- a/javae/src/Ice/ByteHolder.java +++ b/javae/src/Ice/ByteHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/Communicator.java b/javae/src/Ice/Communicator.java index 4b942252074..42c7f5baf17 100644 --- a/javae/src/Ice/Communicator.java +++ b/javae/src/Ice/Communicator.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/Connection.java b/javae/src/Ice/Connection.java index e87984091a1..e9d028d8bcd 100644 --- a/javae/src/Ice/Connection.java +++ b/javae/src/Ice/Connection.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/Current.java b/javae/src/Ice/Current.java index c426f09522f..b07c9ba2ae2 100644 --- a/javae/src/Ice/Current.java +++ b/javae/src/Ice/Current.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/DoubleHolder.java b/javae/src/Ice/DoubleHolder.java index d3f2dcc7ba3..203c37ff1be 100644 --- a/javae/src/Ice/DoubleHolder.java +++ b/javae/src/Ice/DoubleHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/FloatHolder.java b/javae/src/Ice/FloatHolder.java index 0da4261cbb6..c3bbf6fe90b 100644 --- a/javae/src/Ice/FloatHolder.java +++ b/javae/src/Ice/FloatHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/InitializationData.java b/javae/src/Ice/InitializationData.java index c9257291c14..a66f2147bd4 100644 --- a/javae/src/Ice/InitializationData.java +++ b/javae/src/Ice/InitializationData.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/IntHolder.java b/javae/src/Ice/IntHolder.java index 8da35ce00dd..0bef6ea029a 100644 --- a/javae/src/Ice/IntHolder.java +++ b/javae/src/Ice/IntHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/LocalException.java b/javae/src/Ice/LocalException.java index 39fe5a9e8a4..889cb3cdf5f 100644 --- a/javae/src/Ice/LocalException.java +++ b/javae/src/Ice/LocalException.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/LocalObject.java b/javae/src/Ice/LocalObject.java index ebe7759e984..f7b86ba8d62 100644 --- a/javae/src/Ice/LocalObject.java +++ b/javae/src/Ice/LocalObject.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/LocalObjectHolder.java b/javae/src/Ice/LocalObjectHolder.java index 17b00e5504b..92f50ed5847 100644 --- a/javae/src/Ice/LocalObjectHolder.java +++ b/javae/src/Ice/LocalObjectHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/LocalObjectImpl.java b/javae/src/Ice/LocalObjectImpl.java index b839cb4ea79..2dad491f381 100644 --- a/javae/src/Ice/LocalObjectImpl.java +++ b/javae/src/Ice/LocalObjectImpl.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/LongHolder.java b/javae/src/Ice/LongHolder.java index 9b410a4faf6..df3afdec4ac 100644 --- a/javae/src/Ice/LongHolder.java +++ b/javae/src/Ice/LongHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/Object.java b/javae/src/Ice/Object.java index c6a9b821426..b2c680f51df 100644 --- a/javae/src/Ice/Object.java +++ b/javae/src/Ice/Object.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ObjectAdapter.java b/javae/src/Ice/ObjectAdapter.java index 8887d77ded5..2e40dfe1ee4 100644 --- a/javae/src/Ice/ObjectAdapter.java +++ b/javae/src/Ice/ObjectAdapter.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ObjectHolder.java b/javae/src/Ice/ObjectHolder.java index db9fbac363a..79f13af0622 100644 --- a/javae/src/Ice/ObjectHolder.java +++ b/javae/src/Ice/ObjectHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ObjectImpl.java b/javae/src/Ice/ObjectImpl.java index c476d12b3b9..408d33f6bf3 100644 --- a/javae/src/Ice/ObjectImpl.java +++ b/javae/src/Ice/ObjectImpl.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ObjectPrx.java b/javae/src/Ice/ObjectPrx.java index 804f35fa971..0a65744597c 100644 --- a/javae/src/Ice/ObjectPrx.java +++ b/javae/src/Ice/ObjectPrx.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ObjectPrxHelper.java b/javae/src/Ice/ObjectPrxHelper.java index 2dfef4af660..0df3123d5e6 100644 --- a/javae/src/Ice/ObjectPrxHelper.java +++ b/javae/src/Ice/ObjectPrxHelper.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ObjectPrxHelperBase.java b/javae/src/Ice/ObjectPrxHelperBase.java index 7bc7ca22662..9a9542a451e 100644 --- a/javae/src/Ice/ObjectPrxHelperBase.java +++ b/javae/src/Ice/ObjectPrxHelperBase.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ObjectPrxHolder.java b/javae/src/Ice/ObjectPrxHolder.java index 0386ce4baf6..fb563777f22 100644 --- a/javae/src/Ice/ObjectPrxHolder.java +++ b/javae/src/Ice/ObjectPrxHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/OperationMode.java b/javae/src/Ice/OperationMode.java index c48e1958b29..3c83c1536ae 100644 --- a/javae/src/Ice/OperationMode.java +++ b/javae/src/Ice/OperationMode.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ProxyIdentityFacetKey.java b/javae/src/Ice/ProxyIdentityFacetKey.java index b3a79a6c765..f7365c2ab2c 100644 --- a/javae/src/Ice/ProxyIdentityFacetKey.java +++ b/javae/src/Ice/ProxyIdentityFacetKey.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ProxyIdentityKey.java b/javae/src/Ice/ProxyIdentityKey.java index c99bf5027cf..92a39532a18 100644 --- a/javae/src/Ice/ProxyIdentityKey.java +++ b/javae/src/Ice/ProxyIdentityKey.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/ShortHolder.java b/javae/src/Ice/ShortHolder.java index 1501d13c05e..2d56d6bf882 100644 --- a/javae/src/Ice/ShortHolder.java +++ b/javae/src/Ice/ShortHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/StringHolder.java b/javae/src/Ice/StringHolder.java index 7ce80185da0..097234e6b15 100644 --- a/javae/src/Ice/StringHolder.java +++ b/javae/src/Ice/StringHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/TieBase.java b/javae/src/Ice/TieBase.java index e9b34cad997..fee17461c0d 100644 --- a/javae/src/Ice/TieBase.java +++ b/javae/src/Ice/TieBase.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/UserException.java b/javae/src/Ice/UserException.java index 60dc924604b..22ad132fb16 100644 --- a/javae/src/Ice/UserException.java +++ b/javae/src/Ice/UserException.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/Ice/Util.java b/javae/src/Ice/Util.java index 05edf6a3d3d..513bef046ef 100644 --- a/javae/src/Ice/Util.java +++ b/javae/src/Ice/Util.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/BasicStream.java b/javae/src/IceInternal/BasicStream.java index b3f9656926b..160aebe9d8c 100644 --- a/javae/src/IceInternal/BasicStream.java +++ b/javae/src/IceInternal/BasicStream.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/ByteBuffer.java b/javae/src/IceInternal/ByteBuffer.java index 753539a9891..52b36ed0d82 100755 --- a/javae/src/IceInternal/ByteBuffer.java +++ b/javae/src/IceInternal/ByteBuffer.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/DefaultsAndOverrides.java b/javae/src/IceInternal/DefaultsAndOverrides.java index 891661a61e3..5e148c2172a 100644 --- a/javae/src/IceInternal/DefaultsAndOverrides.java +++ b/javae/src/IceInternal/DefaultsAndOverrides.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/DirectReference.java b/javae/src/IceInternal/DirectReference.java index 30204f1e08a..3249400c01b 100644 --- a/javae/src/IceInternal/DirectReference.java +++ b/javae/src/IceInternal/DirectReference.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/DispatchStatus.java b/javae/src/IceInternal/DispatchStatus.java index febf4928f18..e5ac45a76c4 100644 --- a/javae/src/IceInternal/DispatchStatus.java +++ b/javae/src/IceInternal/DispatchStatus.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/Endpoint.java b/javae/src/IceInternal/Endpoint.java index 25ebac82b08..db160ced5e5 100644 --- a/javae/src/IceInternal/Endpoint.java +++ b/javae/src/IceInternal/Endpoint.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/EndpointFactory.java b/javae/src/IceInternal/EndpointFactory.java index 1fb07f6eaa6..915c0d43944 100644 --- a/javae/src/IceInternal/EndpointFactory.java +++ b/javae/src/IceInternal/EndpointFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/EndpointHolder.java b/javae/src/IceInternal/EndpointHolder.java index b6e09d46801..d1d046c3662 100644 --- a/javae/src/IceInternal/EndpointHolder.java +++ b/javae/src/IceInternal/EndpointHolder.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/FixedReference.java b/javae/src/IceInternal/FixedReference.java index 3c923234806..5803ed8d8ff 100644 --- a/javae/src/IceInternal/FixedReference.java +++ b/javae/src/IceInternal/FixedReference.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/Incoming.java b/javae/src/IceInternal/Incoming.java index 3f9a1a39cd3..cef7cd7a60b 100644 --- a/javae/src/IceInternal/Incoming.java +++ b/javae/src/IceInternal/Incoming.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/IncomingConnectionFactory.java b/javae/src/IceInternal/IncomingConnectionFactory.java index 0c020a4207b..94e469f631f 100644 --- a/javae/src/IceInternal/IncomingConnectionFactory.java +++ b/javae/src/IceInternal/IncomingConnectionFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/IndirectReference.java b/javae/src/IceInternal/IndirectReference.java index 777024f4001..a9f8e008ed0 100644 --- a/javae/src/IceInternal/IndirectReference.java +++ b/javae/src/IceInternal/IndirectReference.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/Instance.java b/javae/src/IceInternal/Instance.java index 0a85188f878..08bd7776f8f 100644 --- a/javae/src/IceInternal/Instance.java +++ b/javae/src/IceInternal/Instance.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/IntMap.java b/javae/src/IceInternal/IntMap.java index a6649a59e15..f0a0814f2ad 100755 --- a/javae/src/IceInternal/IntMap.java +++ b/javae/src/IceInternal/IntMap.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/LocalExceptionWrapper.java b/javae/src/IceInternal/LocalExceptionWrapper.java index ac7ccb90652..90ca5cb8ed5 100644 --- a/javae/src/IceInternal/LocalExceptionWrapper.java +++ b/javae/src/IceInternal/LocalExceptionWrapper.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/LocatorInfo.java b/javae/src/IceInternal/LocatorInfo.java index 4b7d9e11d23..151a03015cd 100644 --- a/javae/src/IceInternal/LocatorInfo.java +++ b/javae/src/IceInternal/LocatorInfo.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/LocatorManager.java b/javae/src/IceInternal/LocatorManager.java index a63a3d8e856..135ffaf07b0 100644 --- a/javae/src/IceInternal/LocatorManager.java +++ b/javae/src/IceInternal/LocatorManager.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/LocatorTable.java b/javae/src/IceInternal/LocatorTable.java index 9ac593e822f..61d7801e478 100644 --- a/javae/src/IceInternal/LocatorTable.java +++ b/javae/src/IceInternal/LocatorTable.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/ObjectAdapterFactory.java b/javae/src/IceInternal/ObjectAdapterFactory.java index 71356af5662..e03181f69c3 100644 --- a/javae/src/IceInternal/ObjectAdapterFactory.java +++ b/javae/src/IceInternal/ObjectAdapterFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/Outgoing.java b/javae/src/IceInternal/Outgoing.java index aa2ae639a09..5e7462f975b 100644 --- a/javae/src/IceInternal/Outgoing.java +++ b/javae/src/IceInternal/Outgoing.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/OutgoingConnectionFactory.java b/javae/src/IceInternal/OutgoingConnectionFactory.java index 61e4e82692f..f01f7c8594d 100644 --- a/javae/src/IceInternal/OutgoingConnectionFactory.java +++ b/javae/src/IceInternal/OutgoingConnectionFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/Protocol.java b/javae/src/IceInternal/Protocol.java index cfba31f62e4..ab8af30aefb 100644 --- a/javae/src/IceInternal/Protocol.java +++ b/javae/src/IceInternal/Protocol.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/ProxyFactory.java b/javae/src/IceInternal/ProxyFactory.java index 877dfa9d41a..fd5e2dfcfc2 100644 --- a/javae/src/IceInternal/ProxyFactory.java +++ b/javae/src/IceInternal/ProxyFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/Reference.java b/javae/src/IceInternal/Reference.java index df719eb4b3c..f8cd47ef3e4 100644 --- a/javae/src/IceInternal/Reference.java +++ b/javae/src/IceInternal/Reference.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/ReferenceFactory.java b/javae/src/IceInternal/ReferenceFactory.java index 00f5f2aa23e..c49ba53b022 100644 --- a/javae/src/IceInternal/ReferenceFactory.java +++ b/javae/src/IceInternal/ReferenceFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/RoutableReference.java b/javae/src/IceInternal/RoutableReference.java index 75358c097b8..b0838c419c8 100644 --- a/javae/src/IceInternal/RoutableReference.java +++ b/javae/src/IceInternal/RoutableReference.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/RouterInfo.java b/javae/src/IceInternal/RouterInfo.java index e15a2a2faec..36da51f085f 100644 --- a/javae/src/IceInternal/RouterInfo.java +++ b/javae/src/IceInternal/RouterInfo.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/RouterManager.java b/javae/src/IceInternal/RouterManager.java index 43034981cf7..4ba60b205c3 100644 --- a/javae/src/IceInternal/RouterManager.java +++ b/javae/src/IceInternal/RouterManager.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/ServantManager.java b/javae/src/IceInternal/ServantManager.java index b77799129ef..18d83337ac9 100644 --- a/javae/src/IceInternal/ServantManager.java +++ b/javae/src/IceInternal/ServantManager.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/TraceLevels.java b/javae/src/IceInternal/TraceLevels.java index c48414d2655..fe97d00889a 100644 --- a/javae/src/IceInternal/TraceLevels.java +++ b/javae/src/IceInternal/TraceLevels.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/TraceUtil.java b/javae/src/IceInternal/TraceUtil.java index 7a7e206ee74..24ad4740270 100644 --- a/javae/src/IceInternal/TraceUtil.java +++ b/javae/src/IceInternal/TraceUtil.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/UnknownEndpoint.java b/javae/src/IceInternal/UnknownEndpoint.java index 59d1649e975..c7032c2ba36 100644 --- a/javae/src/IceInternal/UnknownEndpoint.java +++ b/javae/src/IceInternal/UnknownEndpoint.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceInternal/UserExceptionFactory.java b/javae/src/IceInternal/UserExceptionFactory.java index 8b1638b87e7..3b802edef75 100644 --- a/javae/src/IceInternal/UserExceptionFactory.java +++ b/javae/src/IceInternal/UserExceptionFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/Arrays.java b/javae/src/IceUtil/Arrays.java index 043fa03f42d..b9ab02d3c9d 100644 --- a/javae/src/IceUtil/Arrays.java +++ b/javae/src/IceUtil/Arrays.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/AssertionError.java b/javae/src/IceUtil/AssertionError.java index 8cf4089174d..e89b346590d 100644 --- a/javae/src/IceUtil/AssertionError.java +++ b/javae/src/IceUtil/AssertionError.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/CloneException.java b/javae/src/IceUtil/CloneException.java index 45b5411f815..e362725a37b 100644 --- a/javae/src/IceUtil/CloneException.java +++ b/javae/src/IceUtil/CloneException.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/Comparable.java b/javae/src/IceUtil/Comparable.java index c875f2bb7e5..7217d9d2e36 100644 --- a/javae/src/IceUtil/Comparable.java +++ b/javae/src/IceUtil/Comparable.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/Debug.java b/javae/src/IceUtil/Debug.java index 477f8af78c2..c509a5424cc 100644 --- a/javae/src/IceUtil/Debug.java +++ b/javae/src/IceUtil/Debug.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/Hashtable.java b/javae/src/IceUtil/Hashtable.java index d8d00334028..2abd2af07dd 100644 --- a/javae/src/IceUtil/Hashtable.java +++ b/javae/src/IceUtil/Hashtable.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/StringUtil.java b/javae/src/IceUtil/StringUtil.java index 5952a3b824d..26c6140ca83 100644 --- a/javae/src/IceUtil/StringUtil.java +++ b/javae/src/IceUtil/StringUtil.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/UUID.java b/javae/src/IceUtil/UUID.java index f9db7bba169..33b7fc943c4 100644 --- a/javae/src/IceUtil/UUID.java +++ b/javae/src/IceUtil/UUID.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/src/IceUtil/Version.java b/javae/src/IceUtil/Version.java index 41ec2bce6ff..b8fda124b62 100644 --- a/javae/src/IceUtil/Version.java +++ b/javae/src/IceUtil/Version.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/AllTests.java b/javae/test/IceE/adapterDeactivation/AllTests.java index 4a2685d91bd..91bc2cf9214 100644 --- a/javae/test/IceE/adapterDeactivation/AllTests.java +++ b/javae/test/IceE/adapterDeactivation/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/Client.java b/javae/test/IceE/adapterDeactivation/Client.java index b263a3ddf3d..5a03e7ccc1a 100644 --- a/javae/test/IceE/adapterDeactivation/Client.java +++ b/javae/test/IceE/adapterDeactivation/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/Collocated.java b/javae/test/IceE/adapterDeactivation/Collocated.java index 652f6f7e7c7..665405ea5bf 100644 --- a/javae/test/IceE/adapterDeactivation/Collocated.java +++ b/javae/test/IceE/adapterDeactivation/Collocated.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/CookieI.java b/javae/test/IceE/adapterDeactivation/CookieI.java index 4062e5de4d3..20330cef231 100644 --- a/javae/test/IceE/adapterDeactivation/CookieI.java +++ b/javae/test/IceE/adapterDeactivation/CookieI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/Server.java b/javae/test/IceE/adapterDeactivation/Server.java index f0d06d6c0d7..e68b1e97945 100644 --- a/javae/test/IceE/adapterDeactivation/Server.java +++ b/javae/test/IceE/adapterDeactivation/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/Test.ice b/javae/test/IceE/adapterDeactivation/Test.ice index 5b6c965f5e8..23cf41afb20 100644 --- a/javae/test/IceE/adapterDeactivation/Test.ice +++ b/javae/test/IceE/adapterDeactivation/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/TestI.java b/javae/test/IceE/adapterDeactivation/TestI.java index 5f1e0b216ee..1c65e90cce9 100644 --- a/javae/test/IceE/adapterDeactivation/TestI.java +++ b/javae/test/IceE/adapterDeactivation/TestI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/build.xml b/javae/test/IceE/adapterDeactivation/build.xml index 087fa49e103..667ab191f6a 100644 --- a/javae/test/IceE/adapterDeactivation/build.xml +++ b/javae/test/IceE/adapterDeactivation/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/adapterDeactivation/run.py b/javae/test/IceE/adapterDeactivation/run.py index 68e99b84f91..c3d0953bb9c 100755 --- a/javae/test/IceE/adapterDeactivation/run.py +++ b/javae/test/IceE/adapterDeactivation/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/build.xml b/javae/test/IceE/build.xml index a469a19603c..dc5fc38d711 100644 --- a/javae/test/IceE/build.xml +++ b/javae/test/IceE/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/Client.java b/javae/test/IceE/common/Client.java index 2647e1421de..fe8e197ae73 100644 --- a/javae/test/IceE/common/Client.java +++ b/javae/test/IceE/common/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/ClientWrapper.java b/javae/test/IceE/common/ClientWrapper.java index 558897d0212..686c4e72e79 100644 --- a/javae/test/IceE/common/ClientWrapper.java +++ b/javae/test/IceE/common/ClientWrapper.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/Collocated.java b/javae/test/IceE/common/Collocated.java index 4e2a0cca7ee..e55c70f8be0 100644 --- a/javae/test/IceE/common/Collocated.java +++ b/javae/test/IceE/common/Collocated.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/CollocatedWrapper.java b/javae/test/IceE/common/CollocatedWrapper.java index 3a49bc40316..8e57eb552dc 100644 --- a/javae/test/IceE/common/CollocatedWrapper.java +++ b/javae/test/IceE/common/CollocatedWrapper.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/Server.java b/javae/test/IceE/common/Server.java index 3f5ecb32443..c9f43409452 100644 --- a/javae/test/IceE/common/Server.java +++ b/javae/test/IceE/common/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/ServerWrapper.java b/javae/test/IceE/common/ServerWrapper.java index 893a1a4deff..52402842d0d 100644 --- a/javae/test/IceE/common/ServerWrapper.java +++ b/javae/test/IceE/common/ServerWrapper.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/StreamListAdapter.java b/javae/test/IceE/common/StreamListAdapter.java index e067a28037f..7876162761f 100644 --- a/javae/test/IceE/common/StreamListAdapter.java +++ b/javae/test/IceE/common/StreamListAdapter.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/TestApplication.java b/javae/test/IceE/common/TestApplication.java index 9b94d9c92d4..ae051ab612b 100644 --- a/javae/test/IceE/common/TestApplication.java +++ b/javae/test/IceE/common/TestApplication.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/common/build.xml b/javae/test/IceE/common/build.xml index 9c6a74efbc3..4628bc65c24 100644 --- a/javae/test/IceE/common/build.xml +++ b/javae/test/IceE/common/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/AllTests.java b/javae/test/IceE/exceptions/AllTests.java index 38bb77cae62..ef07e846147 100644 --- a/javae/test/IceE/exceptions/AllTests.java +++ b/javae/test/IceE/exceptions/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/Client.java b/javae/test/IceE/exceptions/Client.java index 7329c3a9e9b..fb19302cd78 100644 --- a/javae/test/IceE/exceptions/Client.java +++ b/javae/test/IceE/exceptions/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/Collocated.java b/javae/test/IceE/exceptions/Collocated.java index 534cb06be7f..c2629fccd1e 100644 --- a/javae/test/IceE/exceptions/Collocated.java +++ b/javae/test/IceE/exceptions/Collocated.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/DummyLogger.java b/javae/test/IceE/exceptions/DummyLogger.java index f239eeb7495..9b516b0d590 100644 --- a/javae/test/IceE/exceptions/DummyLogger.java +++ b/javae/test/IceE/exceptions/DummyLogger.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/EmptyI.java b/javae/test/IceE/exceptions/EmptyI.java index 2182f469678..706b1ba881d 100644 --- a/javae/test/IceE/exceptions/EmptyI.java +++ b/javae/test/IceE/exceptions/EmptyI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/Server.java b/javae/test/IceE/exceptions/Server.java index a6378cea641..afe3435a211 100644 --- a/javae/test/IceE/exceptions/Server.java +++ b/javae/test/IceE/exceptions/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/Test.ice b/javae/test/IceE/exceptions/Test.ice index b8962b4c4f0..97d45d6c0a5 100644 --- a/javae/test/IceE/exceptions/Test.ice +++ b/javae/test/IceE/exceptions/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/ThrowerI.java b/javae/test/IceE/exceptions/ThrowerI.java index 0383bb7cf4b..229ee071e17 100644 --- a/javae/test/IceE/exceptions/ThrowerI.java +++ b/javae/test/IceE/exceptions/ThrowerI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/build.xml b/javae/test/IceE/exceptions/build.xml index 947cf8f204b..24a4af57453 100644 --- a/javae/test/IceE/exceptions/build.xml +++ b/javae/test/IceE/exceptions/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/exceptions/run.py b/javae/test/IceE/exceptions/run.py index 41e3c807b09..9b981bc188e 100755 --- a/javae/test/IceE/exceptions/run.py +++ b/javae/test/IceE/exceptions/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/AI.java b/javae/test/IceE/facets/AI.java index 5f318082c54..301f6218387 100644 --- a/javae/test/IceE/facets/AI.java +++ b/javae/test/IceE/facets/AI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/AllTests.java b/javae/test/IceE/facets/AllTests.java index 64e61863031..f291f90f855 100644 --- a/javae/test/IceE/facets/AllTests.java +++ b/javae/test/IceE/facets/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/BI.java b/javae/test/IceE/facets/BI.java index 9af924af137..6e832667faa 100644 --- a/javae/test/IceE/facets/BI.java +++ b/javae/test/IceE/facets/BI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/CI.java b/javae/test/IceE/facets/CI.java index aab0b5dd182..07bac975ddc 100644 --- a/javae/test/IceE/facets/CI.java +++ b/javae/test/IceE/facets/CI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/Client.java b/javae/test/IceE/facets/Client.java index efd8bf2e0c4..93ec95aa86b 100644 --- a/javae/test/IceE/facets/Client.java +++ b/javae/test/IceE/facets/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/Collocated.java b/javae/test/IceE/facets/Collocated.java index 56a1eabe15a..d0ddb089238 100644 --- a/javae/test/IceE/facets/Collocated.java +++ b/javae/test/IceE/facets/Collocated.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/DI.java b/javae/test/IceE/facets/DI.java index 90c2daeaa92..b161e15f784 100644 --- a/javae/test/IceE/facets/DI.java +++ b/javae/test/IceE/facets/DI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/EI.java b/javae/test/IceE/facets/EI.java index 01e805748c1..9897a18fb44 100644 --- a/javae/test/IceE/facets/EI.java +++ b/javae/test/IceE/facets/EI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/EmptyI.java b/javae/test/IceE/facets/EmptyI.java index 2182f469678..706b1ba881d 100644 --- a/javae/test/IceE/facets/EmptyI.java +++ b/javae/test/IceE/facets/EmptyI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/FI.java b/javae/test/IceE/facets/FI.java index 0c446411ff2..6960ff93ce4 100644 --- a/javae/test/IceE/facets/FI.java +++ b/javae/test/IceE/facets/FI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/GI.java b/javae/test/IceE/facets/GI.java index a5dcc42508d..07df19cc163 100644 --- a/javae/test/IceE/facets/GI.java +++ b/javae/test/IceE/facets/GI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/HI.java b/javae/test/IceE/facets/HI.java index ca08a572d2b..c1dbbaf7c41 100644 --- a/javae/test/IceE/facets/HI.java +++ b/javae/test/IceE/facets/HI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/Server.java b/javae/test/IceE/facets/Server.java index 7339564f27c..a7fae1b43cf 100644 --- a/javae/test/IceE/facets/Server.java +++ b/javae/test/IceE/facets/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/Test.ice b/javae/test/IceE/facets/Test.ice index a68c4622379..dfb515f5357 100644 --- a/javae/test/IceE/facets/Test.ice +++ b/javae/test/IceE/facets/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/build.xml b/javae/test/IceE/facets/build.xml index ec27f02b545..bad79815af4 100644 --- a/javae/test/IceE/facets/build.xml +++ b/javae/test/IceE/facets/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/facets/run.py b/javae/test/IceE/facets/run.py index 9a33748f7ea..8b5eea6d41b 100755 --- a/javae/test/IceE/facets/run.py +++ b/javae/test/IceE/facets/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/faultTolerance/AllTests.java b/javae/test/IceE/faultTolerance/AllTests.java index 09233f96a74..c6b5c319b61 100644 --- a/javae/test/IceE/faultTolerance/AllTests.java +++ b/javae/test/IceE/faultTolerance/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/faultTolerance/Client.java b/javae/test/IceE/faultTolerance/Client.java index 10b34ba4d6f..256183fa268 100644 --- a/javae/test/IceE/faultTolerance/Client.java +++ b/javae/test/IceE/faultTolerance/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/faultTolerance/Server.java b/javae/test/IceE/faultTolerance/Server.java index 1e90c410b76..5fa8fa9f6ef 100644 --- a/javae/test/IceE/faultTolerance/Server.java +++ b/javae/test/IceE/faultTolerance/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/faultTolerance/Test.ice b/javae/test/IceE/faultTolerance/Test.ice index 23c49655e50..2db87bc81e5 100644 --- a/javae/test/IceE/faultTolerance/Test.ice +++ b/javae/test/IceE/faultTolerance/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/faultTolerance/TestI.java b/javae/test/IceE/faultTolerance/TestI.java index 9951c92d49c..807a0ab3e96 100644 --- a/javae/test/IceE/faultTolerance/TestI.java +++ b/javae/test/IceE/faultTolerance/TestI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/faultTolerance/build.xml b/javae/test/IceE/faultTolerance/build.xml index de69f51fe18..bb80c948619 100644 --- a/javae/test/IceE/faultTolerance/build.xml +++ b/javae/test/IceE/faultTolerance/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/faultTolerance/run.py b/javae/test/IceE/faultTolerance/run.py index 08b180809ad..7e2086229e1 100755 --- a/javae/test/IceE/faultTolerance/run.py +++ b/javae/test/IceE/faultTolerance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/AllTests.java b/javae/test/IceE/inheritance/AllTests.java index 7210c32d98c..b71d808ff5a 100644 --- a/javae/test/IceE/inheritance/AllTests.java +++ b/javae/test/IceE/inheritance/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/CAI.java b/javae/test/IceE/inheritance/CAI.java index 6ccf320f782..2bca714e437 100644 --- a/javae/test/IceE/inheritance/CAI.java +++ b/javae/test/IceE/inheritance/CAI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/CBI.java b/javae/test/IceE/inheritance/CBI.java index 16e625f3ae6..9c5f88c4b72 100644 --- a/javae/test/IceE/inheritance/CBI.java +++ b/javae/test/IceE/inheritance/CBI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/CCI.java b/javae/test/IceE/inheritance/CCI.java index 5eca13fdb17..d1350656807 100644 --- a/javae/test/IceE/inheritance/CCI.java +++ b/javae/test/IceE/inheritance/CCI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/CDI.java b/javae/test/IceE/inheritance/CDI.java index 93d2b93ddc8..2c82694e3e5 100644 --- a/javae/test/IceE/inheritance/CDI.java +++ b/javae/test/IceE/inheritance/CDI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/Client.java b/javae/test/IceE/inheritance/Client.java index a9fd2c4628a..77c77e8c6ac 100644 --- a/javae/test/IceE/inheritance/Client.java +++ b/javae/test/IceE/inheritance/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/Collocated.java b/javae/test/IceE/inheritance/Collocated.java index 982a2e5e484..908f4b15e76 100644 --- a/javae/test/IceE/inheritance/Collocated.java +++ b/javae/test/IceE/inheritance/Collocated.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/IAI.java b/javae/test/IceE/inheritance/IAI.java index 391f0761eb4..4766be5e0ed 100644 --- a/javae/test/IceE/inheritance/IAI.java +++ b/javae/test/IceE/inheritance/IAI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/IB1I.java b/javae/test/IceE/inheritance/IB1I.java index ec74170c4df..85b5ba2aa39 100644 --- a/javae/test/IceE/inheritance/IB1I.java +++ b/javae/test/IceE/inheritance/IB1I.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/IB2I.java b/javae/test/IceE/inheritance/IB2I.java index 05b9144c772..355078432ed 100644 --- a/javae/test/IceE/inheritance/IB2I.java +++ b/javae/test/IceE/inheritance/IB2I.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/ICI.java b/javae/test/IceE/inheritance/ICI.java index 39ac4039711..91edf385b32 100644 --- a/javae/test/IceE/inheritance/ICI.java +++ b/javae/test/IceE/inheritance/ICI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/InitialI.java b/javae/test/IceE/inheritance/InitialI.java index d91e24a9562..2b9fe1fba6e 100644 --- a/javae/test/IceE/inheritance/InitialI.java +++ b/javae/test/IceE/inheritance/InitialI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/Server.java b/javae/test/IceE/inheritance/Server.java index 2d51fc64efc..b015da6d40e 100644 --- a/javae/test/IceE/inheritance/Server.java +++ b/javae/test/IceE/inheritance/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/Test.ice b/javae/test/IceE/inheritance/Test.ice index accd66d2d73..370d41cc41d 100644 --- a/javae/test/IceE/inheritance/Test.ice +++ b/javae/test/IceE/inheritance/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/build.xml b/javae/test/IceE/inheritance/build.xml index 32d687a0d6c..75138308ccf 100644 --- a/javae/test/IceE/inheritance/build.xml +++ b/javae/test/IceE/inheritance/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/inheritance/run.py b/javae/test/IceE/inheritance/run.py index 05b674beac6..ec1018ff43d 100755 --- a/javae/test/IceE/inheritance/run.py +++ b/javae/test/IceE/inheritance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/AllTests.java b/javae/test/IceE/location/AllTests.java index 0f08ce8e4df..28006d5f140 100644 --- a/javae/test/IceE/location/AllTests.java +++ b/javae/test/IceE/location/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/Client.java b/javae/test/IceE/location/Client.java index 8cb62f219b9..1584918d13f 100644 --- a/javae/test/IceE/location/Client.java +++ b/javae/test/IceE/location/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/HelloI.java b/javae/test/IceE/location/HelloI.java index 87b37947552..09e3bb32e3b 100644 --- a/javae/test/IceE/location/HelloI.java +++ b/javae/test/IceE/location/HelloI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/Server.java b/javae/test/IceE/location/Server.java index 22b21251940..ce6e54d03b8 100644 --- a/javae/test/IceE/location/Server.java +++ b/javae/test/IceE/location/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/ServerLocator.java b/javae/test/IceE/location/ServerLocator.java index 5668c767944..e0e948c271e 100644 --- a/javae/test/IceE/location/ServerLocator.java +++ b/javae/test/IceE/location/ServerLocator.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/ServerLocatorRegistry.java b/javae/test/IceE/location/ServerLocatorRegistry.java index 33328cdefee..adf63a51545 100644 --- a/javae/test/IceE/location/ServerLocatorRegistry.java +++ b/javae/test/IceE/location/ServerLocatorRegistry.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/ServerManagerI.java b/javae/test/IceE/location/ServerManagerI.java index f5cfc81d795..894c1fada0c 100644 --- a/javae/test/IceE/location/ServerManagerI.java +++ b/javae/test/IceE/location/ServerManagerI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/Test.ice b/javae/test/IceE/location/Test.ice index 5be2ee3d7b5..bcef8e3b25a 100644 --- a/javae/test/IceE/location/Test.ice +++ b/javae/test/IceE/location/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/TestI.java b/javae/test/IceE/location/TestI.java index 990e39c6a0c..7d861ad86a0 100644 --- a/javae/test/IceE/location/TestI.java +++ b/javae/test/IceE/location/TestI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/build.xml b/javae/test/IceE/location/build.xml index 0f272044a89..c3cd8c94371 100644 --- a/javae/test/IceE/location/build.xml +++ b/javae/test/IceE/location/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/location/run.py b/javae/test/IceE/location/run.py index 381e293882a..c3943573d8c 100755 --- a/javae/test/IceE/location/run.py +++ b/javae/test/IceE/location/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/AllTests.java b/javae/test/IceE/operations/AllTests.java index 6c4897266f6..af3eca7db92 100644 --- a/javae/test/IceE/operations/AllTests.java +++ b/javae/test/IceE/operations/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/BatchOneways.java b/javae/test/IceE/operations/BatchOneways.java index 329529aceb6..e3511090283 100644 --- a/javae/test/IceE/operations/BatchOneways.java +++ b/javae/test/IceE/operations/BatchOneways.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/Client.java b/javae/test/IceE/operations/Client.java index 5d94cdb329b..7142186072f 100644 --- a/javae/test/IceE/operations/Client.java +++ b/javae/test/IceE/operations/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/Collocated.java b/javae/test/IceE/operations/Collocated.java index ec2e7d4519a..6159f06e4af 100644 --- a/javae/test/IceE/operations/Collocated.java +++ b/javae/test/IceE/operations/Collocated.java @@ -1,7 +1,7 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/MyDerivedClassI.java b/javae/test/IceE/operations/MyDerivedClassI.java index 6f63c4355e6..d653e4256ad 100644 --- a/javae/test/IceE/operations/MyDerivedClassI.java +++ b/javae/test/IceE/operations/MyDerivedClassI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/Server.java b/javae/test/IceE/operations/Server.java index 240235c6d4f..9796fd3b453 100644 --- a/javae/test/IceE/operations/Server.java +++ b/javae/test/IceE/operations/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/Test.ice b/javae/test/IceE/operations/Test.ice index 4998dfb917d..0cdfc9720d1 100644 --- a/javae/test/IceE/operations/Test.ice +++ b/javae/test/IceE/operations/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/TestCheckedCastI.java b/javae/test/IceE/operations/TestCheckedCastI.java index 2940aaec9a8..544c67e029f 100644 --- a/javae/test/IceE/operations/TestCheckedCastI.java +++ b/javae/test/IceE/operations/TestCheckedCastI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/Twoways.java b/javae/test/IceE/operations/Twoways.java index 8b6bc30784d..9174d48fe18 100644 --- a/javae/test/IceE/operations/Twoways.java +++ b/javae/test/IceE/operations/Twoways.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/build.xml b/javae/test/IceE/operations/build.xml index 133a5949ead..10fddd20fd9 100644 --- a/javae/test/IceE/operations/build.xml +++ b/javae/test/IceE/operations/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/operations/run.py b/javae/test/IceE/operations/run.py index 58fad1e6376..baa75833d30 100755 --- a/javae/test/IceE/operations/run.py +++ b/javae/test/IceE/operations/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/AllTests.java b/javae/test/IceE/package/AllTests.java index a2e0d718aef..9f4cc4ec393 100644 --- a/javae/test/IceE/package/AllTests.java +++ b/javae/test/IceE/package/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/Client.java b/javae/test/IceE/package/Client.java index 935a70f9ade..25cefbbf1d6 100644 --- a/javae/test/IceE/package/Client.java +++ b/javae/test/IceE/package/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/InitialI.java b/javae/test/IceE/package/InitialI.java index 26202a1ea5e..a1cec0ef99f 100644 --- a/javae/test/IceE/package/InitialI.java +++ b/javae/test/IceE/package/InitialI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/NoPackage.ice b/javae/test/IceE/package/NoPackage.ice index 65a7053091f..e6849e78525 100644 --- a/javae/test/IceE/package/NoPackage.ice +++ b/javae/test/IceE/package/NoPackage.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/Package.ice b/javae/test/IceE/package/Package.ice index 0d31a13c486..bee8ad2190b 100644 --- a/javae/test/IceE/package/Package.ice +++ b/javae/test/IceE/package/Package.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/Server.java b/javae/test/IceE/package/Server.java index edbb767e1a8..62e0334e37e 100644 --- a/javae/test/IceE/package/Server.java +++ b/javae/test/IceE/package/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/Test.ice b/javae/test/IceE/package/Test.ice index 5b372ff2bb7..abc089c1c03 100644 --- a/javae/test/IceE/package/Test.ice +++ b/javae/test/IceE/package/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/build.xml b/javae/test/IceE/package/build.xml index eadfd378e47..26014d5acbf 100644 --- a/javae/test/IceE/package/build.xml +++ b/javae/test/IceE/package/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/package/run.py b/javae/test/IceE/package/run.py index 2072e6c6dd6..46918769a6e 100755 --- a/javae/test/IceE/package/run.py +++ b/javae/test/IceE/package/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/retry/AllTests.java b/javae/test/IceE/retry/AllTests.java index 1257196ec30..846518ad5ba 100644 --- a/javae/test/IceE/retry/AllTests.java +++ b/javae/test/IceE/retry/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/retry/Client.java b/javae/test/IceE/retry/Client.java index 142deffdd58..4462cd21d08 100644 --- a/javae/test/IceE/retry/Client.java +++ b/javae/test/IceE/retry/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/retry/RetryI.java b/javae/test/IceE/retry/RetryI.java index 69e9fbdf461..2690912932f 100644 --- a/javae/test/IceE/retry/RetryI.java +++ b/javae/test/IceE/retry/RetryI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/retry/Server.java b/javae/test/IceE/retry/Server.java index 14492d70617..c2ded2aa07e 100644 --- a/javae/test/IceE/retry/Server.java +++ b/javae/test/IceE/retry/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/retry/Test.ice b/javae/test/IceE/retry/Test.ice index d68f4da6804..57dc973a827 100644 --- a/javae/test/IceE/retry/Test.ice +++ b/javae/test/IceE/retry/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/retry/build.xml b/javae/test/IceE/retry/build.xml index bc2d11ad343..093532dfc91 100644 --- a/javae/test/IceE/retry/build.xml +++ b/javae/test/IceE/retry/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/retry/run.py b/javae/test/IceE/retry/run.py index c68e156e8a0..06960673f62 100755 --- a/javae/test/IceE/retry/run.py +++ b/javae/test/IceE/retry/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/Test.ice b/javae/test/IceE/slicing/Test.ice index b38c7e8fc49..9945a23c4a3 100644 --- a/javae/test/IceE/slicing/Test.ice +++ b/javae/test/IceE/slicing/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/build.xml b/javae/test/IceE/slicing/build.xml index 186e44ebf09..a7958f7f693 100644 --- a/javae/test/IceE/slicing/build.xml +++ b/javae/test/IceE/slicing/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/csrc/AllTests.java b/javae/test/IceE/slicing/csrc/AllTests.java index 7f27d6a8c92..46179c216fb 100644 --- a/javae/test/IceE/slicing/csrc/AllTests.java +++ b/javae/test/IceE/slicing/csrc/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/csrc/Client.java b/javae/test/IceE/slicing/csrc/Client.java index 0427d2e36fa..a135d34247c 100644 --- a/javae/test/IceE/slicing/csrc/Client.java +++ b/javae/test/IceE/slicing/csrc/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/run.py b/javae/test/IceE/slicing/run.py index ddcab8b8f26..c7727a0b2d5 100755 --- a/javae/test/IceE/slicing/run.py +++ b/javae/test/IceE/slicing/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice-E is licensed to you under the terms described in the # ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/ssrc/Server.java b/javae/test/IceE/slicing/ssrc/Server.java index 434695df300..74a129ed54f 100644 --- a/javae/test/IceE/slicing/ssrc/Server.java +++ b/javae/test/IceE/slicing/ssrc/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/ssrc/ServerPrivate.ice b/javae/test/IceE/slicing/ssrc/ServerPrivate.ice index 32770d647b7..81046facc3b 100644 --- a/javae/test/IceE/slicing/ssrc/ServerPrivate.ice +++ b/javae/test/IceE/slicing/ssrc/ServerPrivate.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/slicing/ssrc/TestI.java b/javae/test/IceE/slicing/ssrc/TestI.java index 68f43ed6aac..2651e7e0d0c 100644 --- a/javae/test/IceE/slicing/ssrc/TestI.java +++ b/javae/test/IceE/slicing/ssrc/TestI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/DoubleModuleNoPackage.ice b/javae/test/IceE/translator/DoubleModuleNoPackage.ice index ec9e595f6c0..f177cbf5a8f 100644 --- a/javae/test/IceE/translator/DoubleModuleNoPackage.ice +++ b/javae/test/IceE/translator/DoubleModuleNoPackage.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/DoubleModuleWithPackage.ice b/javae/test/IceE/translator/DoubleModuleWithPackage.ice index 901410cb387..9e3429e2e00 100644 --- a/javae/test/IceE/translator/DoubleModuleWithPackage.ice +++ b/javae/test/IceE/translator/DoubleModuleWithPackage.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/SingleModuleNoPackage.ice b/javae/test/IceE/translator/SingleModuleNoPackage.ice index b36ce789918..095b4fd47d8 100644 --- a/javae/test/IceE/translator/SingleModuleNoPackage.ice +++ b/javae/test/IceE/translator/SingleModuleNoPackage.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/SingleModuleWithPackage.ice b/javae/test/IceE/translator/SingleModuleWithPackage.ice index 7164eb68adc..d97bdff4778 100644 --- a/javae/test/IceE/translator/SingleModuleWithPackage.ice +++ b/javae/test/IceE/translator/SingleModuleWithPackage.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleNoPackage4.ice b/javae/test/IceE/translator/TestDoubleModuleNoPackage4.ice index 0b1c6810f2c..e9705b94b54 100644 --- a/javae/test/IceE/translator/TestDoubleModuleNoPackage4.ice +++ b/javae/test/IceE/translator/TestDoubleModuleNoPackage4.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleNoPackage5.ice b/javae/test/IceE/translator/TestDoubleModuleNoPackage5.ice index c500ddfd498..bcb7553f99e 100644 --- a/javae/test/IceE/translator/TestDoubleModuleNoPackage5.ice +++ b/javae/test/IceE/translator/TestDoubleModuleNoPackage5.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleNoPackage6.ice b/javae/test/IceE/translator/TestDoubleModuleNoPackage6.ice index a34df8293f5..84fa95a963a 100644 --- a/javae/test/IceE/translator/TestDoubleModuleNoPackage6.ice +++ b/javae/test/IceE/translator/TestDoubleModuleNoPackage6.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleNoPackage7.ice b/javae/test/IceE/translator/TestDoubleModuleNoPackage7.ice index ca0ea304412..516b1fcb6a7 100644 --- a/javae/test/IceE/translator/TestDoubleModuleNoPackage7.ice +++ b/javae/test/IceE/translator/TestDoubleModuleNoPackage7.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage10.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage10.ice index 79986cd0365..073df0747c3 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage10.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage10.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage11.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage11.ice index 19b284b883e..acb74f5de5e 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage11.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage11.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage4.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage4.ice index 1053b02c268..b9b925a7344 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage4.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage4.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage5.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage5.ice index 98e0fcb348f..1726a692f80 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage5.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage5.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage6.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage6.ice index bbade874b51..1876a618352 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage6.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage6.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage7.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage7.ice index 34d264e5119..151843f7721 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage7.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage7.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage8.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage8.ice index 7f4203ad9be..fbd5d22ce9f 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage8.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage8.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestDoubleModuleWithPackage9.ice b/javae/test/IceE/translator/TestDoubleModuleWithPackage9.ice index ae0cfedb083..6b726732262 100644 --- a/javae/test/IceE/translator/TestDoubleModuleWithPackage9.ice +++ b/javae/test/IceE/translator/TestDoubleModuleWithPackage9.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleNoPackage4.ice b/javae/test/IceE/translator/TestSingleModuleNoPackage4.ice index 1769b0e50eb..519d536e6db 100644 --- a/javae/test/IceE/translator/TestSingleModuleNoPackage4.ice +++ b/javae/test/IceE/translator/TestSingleModuleNoPackage4.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleNoPackage6.ice b/javae/test/IceE/translator/TestSingleModuleNoPackage6.ice index 766bb5239bd..0d0445fd613 100644 --- a/javae/test/IceE/translator/TestSingleModuleNoPackage6.ice +++ b/javae/test/IceE/translator/TestSingleModuleNoPackage6.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleNoPackage7.ice b/javae/test/IceE/translator/TestSingleModuleNoPackage7.ice index b2021db3c24..ea92bdf2b07 100644 --- a/javae/test/IceE/translator/TestSingleModuleNoPackage7.ice +++ b/javae/test/IceE/translator/TestSingleModuleNoPackage7.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage10.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage10.ice index 8fffe589069..7b712f8ad6d 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage10.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage10.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage11.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage11.ice index 009e5314d39..9dad517a617 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage11.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage11.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage12.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage12.ice index f3a82a85221..4ac9598e563 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage12.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage12.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage13.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage13.ice index bf59dcbe204..faef3143a2e 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage13.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage13.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage4.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage4.ice index 0ea354a587e..6a50d9260db 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage4.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage4.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage5.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage5.ice index 3a8caa3f64b..dc7f80aa37b 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage5.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage5.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage6.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage6.ice index 2685c26004f..45dcdc34d2f 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage6.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage6.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage7.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage7.ice index 332e514ed77..3f873af08db 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage7.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage7.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/TestSingleModuleWithPackage9.ice b/javae/test/IceE/translator/TestSingleModuleWithPackage9.ice index 12d1f727d0c..f763230d257 100644 --- a/javae/test/IceE/translator/TestSingleModuleWithPackage9.ice +++ b/javae/test/IceE/translator/TestSingleModuleWithPackage9.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice-E is licensed to you under the terms described in the // ICEE_LICENSE file included in this distribution. diff --git a/javae/test/IceE/translator/build.xml b/javae/test/IceE/translator/build.xml index ad2e86bb644..fbce51d06b7 100644 --- a/javae/test/IceE/translator/build.xml +++ b/javae/test/IceE/translator/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. diff --git a/javae/test/build.xml b/javae/test/build.xml index cd557462d53..1a885347cd9 100644 --- a/javae/test/build.xml +++ b/javae/test/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. This copy of Ice-E is licensed to you under the terms described in the ICEE_LICENSE file included in this distribution. |