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/test/Ice/inheritance | |
parent | minor (diff) | |
download | ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.bz2 ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.xz ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.zip |
version update; date change
Diffstat (limited to 'cpp/test/Ice/inheritance')
-rw-r--r-- | cpp/test/Ice/inheritance/AllTests.cpp | 2 | ||||
-rw-r--r-- | cpp/test/Ice/inheritance/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/test/Ice/inheritance/Collocated.cpp | 2 | ||||
-rw-r--r-- | cpp/test/Ice/inheritance/Makefile | 2 | ||||
-rw-r--r-- | cpp/test/Ice/inheritance/Server.cpp | 2 | ||||
-rw-r--r-- | cpp/test/Ice/inheritance/Test.ice | 2 | ||||
-rw-r--r-- | cpp/test/Ice/inheritance/TestI.cpp | 2 | ||||
-rw-r--r-- | cpp/test/Ice/inheritance/TestI.h | 2 | ||||
-rwxr-xr-x | cpp/test/Ice/inheritance/run.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/cpp/test/Ice/inheritance/AllTests.cpp b/cpp/test/Ice/inheritance/AllTests.cpp index 184d27c0ea9..bd31029b737 100644 --- a/cpp/test/Ice/inheritance/AllTests.cpp +++ b/cpp/test/Ice/inheritance/AllTests.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/Ice/inheritance/Client.cpp b/cpp/test/Ice/inheritance/Client.cpp index ad3d80e7608..f55b43e48e2 100644 --- a/cpp/test/Ice/inheritance/Client.cpp +++ b/cpp/test/Ice/inheritance/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/Ice/inheritance/Collocated.cpp b/cpp/test/Ice/inheritance/Collocated.cpp index 2db45bcdf84..7e486108f1b 100644 --- a/cpp/test/Ice/inheritance/Collocated.cpp +++ b/cpp/test/Ice/inheritance/Collocated.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/Ice/inheritance/Makefile b/cpp/test/Ice/inheritance/Makefile index 06edd2b4869..f3502da1d93 100644 --- a/cpp/test/Ice/inheritance/Makefile +++ b/cpp/test/Ice/inheritance/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2002 +# Copyright (c) 2003 # ZeroC, Inc. # Billerica, MA, USA # diff --git a/cpp/test/Ice/inheritance/Server.cpp b/cpp/test/Ice/inheritance/Server.cpp index b857c3f2ee9..69d049acd90 100644 --- a/cpp/test/Ice/inheritance/Server.cpp +++ b/cpp/test/Ice/inheritance/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/Ice/inheritance/Test.ice b/cpp/test/Ice/inheritance/Test.ice index a7cbaa0e60d..d9b093994bb 100644 --- a/cpp/test/Ice/inheritance/Test.ice +++ b/cpp/test/Ice/inheritance/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/Ice/inheritance/TestI.cpp b/cpp/test/Ice/inheritance/TestI.cpp index 08aff35fbdf..d6e71b32602 100644 --- a/cpp/test/Ice/inheritance/TestI.cpp +++ b/cpp/test/Ice/inheritance/TestI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/Ice/inheritance/TestI.h b/cpp/test/Ice/inheritance/TestI.h index fa3dc7d936f..2f01f2031f6 100644 --- a/cpp/test/Ice/inheritance/TestI.h +++ b/cpp/test/Ice/inheritance/TestI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/Ice/inheritance/run.py b/cpp/test/Ice/inheritance/run.py index 3cb6f4cec39..5ee7c7a1798 100755 --- a/cpp/test/Ice/inheritance/run.py +++ b/cpp/test/Ice/inheritance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2002 +# Copyright (c) 2003 # ZeroC, Inc. # Billerica, MA, USA # |