diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/Makefile.mk')
-rw-r--r-- | cpp/test/Ice/exceptions/Makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/Ice/exceptions/Makefile.mk b/cpp/test/Ice/exceptions/Makefile.mk index 9492690c29b..0425f27c021 100644 --- a/cpp/test/Ice/exceptions/Makefile.mk +++ b/cpp/test/Ice/exceptions/Makefile.mk @@ -1,8 +1,6 @@ -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** $(test)_client_sources = $(test-client-sources) ExceptionsI.cpp $(test)_server_sources = $(test-server-sources) ExceptionsI.cpp |