diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
commit | ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505 (patch) | |
tree | efd40b745753bf14696290ad7b24f0e698db6704 /cpp/test/IceUtil/thread | |
parent | adding package (diff) | |
download | ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.bz2 ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.xz ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.zip |
fixed copyright date
Diffstat (limited to 'cpp/test/IceUtil/thread')
-rw-r--r-- | cpp/test/IceUtil/thread/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/CreateTest.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/CreateTest.h | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/Makefile | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/MonitorMutexTest.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/MonitorMutexTest.h | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/MonitorRecMutexTest.h | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/MutexTest.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/MutexTest.h | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/RWRecMutexTest.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/RWRecMutexTest.h | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/RecMutexTest.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/RecMutexTest.h | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/TestBase.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/TestBase.h | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/TestSuite.cpp | 2 | ||||
-rw-r--r-- | cpp/test/IceUtil/thread/TestSuite.h | 2 | ||||
-rwxr-xr-x | cpp/test/IceUtil/thread/run.py | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/cpp/test/IceUtil/thread/Client.cpp b/cpp/test/IceUtil/thread/Client.cpp index 88306dd5e4b..c05dc125099 100644 --- a/cpp/test/IceUtil/thread/Client.cpp +++ b/cpp/test/IceUtil/thread/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/CreateTest.cpp b/cpp/test/IceUtil/thread/CreateTest.cpp index 5b42b8f3c1f..1856ed943bc 100644 --- a/cpp/test/IceUtil/thread/CreateTest.cpp +++ b/cpp/test/IceUtil/thread/CreateTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/CreateTest.h b/cpp/test/IceUtil/thread/CreateTest.h index 4434f27aad4..66287ca94fb 100644 --- a/cpp/test/IceUtil/thread/CreateTest.h +++ b/cpp/test/IceUtil/thread/CreateTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/Makefile b/cpp/test/IceUtil/thread/Makefile index aad58382415..6beeb239e7c 100644 --- a/cpp/test/IceUtil/thread/Makefile +++ b/cpp/test/IceUtil/thread/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2001 +# Copyright (c) 2002 # ZeroC, Inc. # Billerica, MA, USA # diff --git a/cpp/test/IceUtil/thread/MonitorMutexTest.cpp b/cpp/test/IceUtil/thread/MonitorMutexTest.cpp index e5ee43cca14..05f69012a14 100644 --- a/cpp/test/IceUtil/thread/MonitorMutexTest.cpp +++ b/cpp/test/IceUtil/thread/MonitorMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/MonitorMutexTest.h b/cpp/test/IceUtil/thread/MonitorMutexTest.h index 0ce7b03b501..f24a0a8c290 100644 --- a/cpp/test/IceUtil/thread/MonitorMutexTest.h +++ b/cpp/test/IceUtil/thread/MonitorMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp b/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp index 4dffa88fcd5..aa5023a8da2 100644 --- a/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp +++ b/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/MonitorRecMutexTest.h b/cpp/test/IceUtil/thread/MonitorRecMutexTest.h index 207ab8f7d27..3e097f5114d 100644 --- a/cpp/test/IceUtil/thread/MonitorRecMutexTest.h +++ b/cpp/test/IceUtil/thread/MonitorRecMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/MutexTest.cpp b/cpp/test/IceUtil/thread/MutexTest.cpp index f41d0f8705a..8d0bb2ba9f4 100644 --- a/cpp/test/IceUtil/thread/MutexTest.cpp +++ b/cpp/test/IceUtil/thread/MutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/MutexTest.h b/cpp/test/IceUtil/thread/MutexTest.h index 5cc0444a98a..b8031de78ef 100644 --- a/cpp/test/IceUtil/thread/MutexTest.h +++ b/cpp/test/IceUtil/thread/MutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp index bebbeeacc48..d7c3f231243 100644 --- a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp +++ b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/RWRecMutexTest.h b/cpp/test/IceUtil/thread/RWRecMutexTest.h index f312ecad3dd..d90811f1563 100644 --- a/cpp/test/IceUtil/thread/RWRecMutexTest.h +++ b/cpp/test/IceUtil/thread/RWRecMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/RecMutexTest.cpp b/cpp/test/IceUtil/thread/RecMutexTest.cpp index 7742466e2bd..2c8e11de5d9 100644 --- a/cpp/test/IceUtil/thread/RecMutexTest.cpp +++ b/cpp/test/IceUtil/thread/RecMutexTest.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/RecMutexTest.h b/cpp/test/IceUtil/thread/RecMutexTest.h index dbb4c24c8b8..68709df087d 100644 --- a/cpp/test/IceUtil/thread/RecMutexTest.h +++ b/cpp/test/IceUtil/thread/RecMutexTest.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/TestBase.cpp b/cpp/test/IceUtil/thread/TestBase.cpp index a3f2dcef7fd..0e87d9489f1 100644 --- a/cpp/test/IceUtil/thread/TestBase.cpp +++ b/cpp/test/IceUtil/thread/TestBase.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/TestBase.h b/cpp/test/IceUtil/thread/TestBase.h index 0dca9d11c74..58222d69fed 100644 --- a/cpp/test/IceUtil/thread/TestBase.h +++ b/cpp/test/IceUtil/thread/TestBase.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/TestSuite.cpp b/cpp/test/IceUtil/thread/TestSuite.cpp index 65eac720422..582509f9c9f 100644 --- a/cpp/test/IceUtil/thread/TestSuite.cpp +++ b/cpp/test/IceUtil/thread/TestSuite.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/TestSuite.h b/cpp/test/IceUtil/thread/TestSuite.h index 71f2d4b9611..9e1fd393fe1 100644 --- a/cpp/test/IceUtil/thread/TestSuite.h +++ b/cpp/test/IceUtil/thread/TestSuite.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/cpp/test/IceUtil/thread/run.py b/cpp/test/IceUtil/thread/run.py index bfb63383395..da47bd80af0 100755 --- a/cpp/test/IceUtil/thread/run.py +++ b/cpp/test/IceUtil/thread/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2001 +# Copyright (c) 2002 # ZeroC, Inc. # Billerica, MA, USA # |