diff options
author | Marc Laukien <marc@zeroc.com> | 2003-02-04 22:32:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-02-04 22:32:11 +0000 |
commit | 2889fba1ab291cea7f842e098e8ed160f1f5fc66 (patch) | |
tree | 381d2f1da0235a3ab3eb1ec9e042a1231ec7ef4c /cpp/demo/IceBox/hello | |
parent | minor (diff) | |
download | ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.bz2 ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.xz ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.zip |
version update; date change
Diffstat (limited to 'cpp/demo/IceBox/hello')
-rw-r--r-- | cpp/demo/IceBox/hello/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/IceBox/hello/Hello.ice | 2 | ||||
-rw-r--r-- | cpp/demo/IceBox/hello/HelloI.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/IceBox/hello/HelloI.h | 2 | ||||
-rw-r--r-- | cpp/demo/IceBox/hello/HelloServiceI.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/IceBox/hello/HelloServiceI.h | 2 | ||||
-rw-r--r-- | cpp/demo/IceBox/hello/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/cpp/demo/IceBox/hello/Client.cpp b/cpp/demo/IceBox/hello/Client.cpp index d0d59539fed..6713e547060 100644 --- a/cpp/demo/IceBox/hello/Client.cpp +++ b/cpp/demo/IceBox/hello/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/demo/IceBox/hello/Hello.ice b/cpp/demo/IceBox/hello/Hello.ice index db74c430c16..c9ccce18906 100644 --- a/cpp/demo/IceBox/hello/Hello.ice +++ b/cpp/demo/IceBox/hello/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/demo/IceBox/hello/HelloI.cpp b/cpp/demo/IceBox/hello/HelloI.cpp index e1d53bea0d8..7f9e1f1dac2 100644 --- a/cpp/demo/IceBox/hello/HelloI.cpp +++ b/cpp/demo/IceBox/hello/HelloI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/demo/IceBox/hello/HelloI.h b/cpp/demo/IceBox/hello/HelloI.h index 3d5c9678dcb..885124e61ef 100644 --- a/cpp/demo/IceBox/hello/HelloI.h +++ b/cpp/demo/IceBox/hello/HelloI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/demo/IceBox/hello/HelloServiceI.cpp b/cpp/demo/IceBox/hello/HelloServiceI.cpp index c746b6be508..90c523593b0 100644 --- a/cpp/demo/IceBox/hello/HelloServiceI.cpp +++ b/cpp/demo/IceBox/hello/HelloServiceI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Huntsville, AL, USA // diff --git a/cpp/demo/IceBox/hello/HelloServiceI.h b/cpp/demo/IceBox/hello/HelloServiceI.h index 971b8b5179a..cd7551f4418 100644 --- a/cpp/demo/IceBox/hello/HelloServiceI.h +++ b/cpp/demo/IceBox/hello/HelloServiceI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/demo/IceBox/hello/Makefile b/cpp/demo/IceBox/hello/Makefile index 9e1389c8e77..b70ef6f0672 100644 --- a/cpp/demo/IceBox/hello/Makefile +++ b/cpp/demo/IceBox/hello/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2002 +# Copyright (c) 2003 # ZeroC, Inc. # Billerica, MA, USA # |