diff options
Diffstat (limited to 'cpp/src/slice2cs/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cs/Gen.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index 5fd2d18e11e..5b748b41a0a 100644 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <IceUtil/Functional.h> #include <IceUtil/StringUtil.h> @@ -2114,11 +2112,9 @@ void Slice::Gen::printHeader() { static const char* header = -"// **********************************************************************\n" "//\n" -"// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) ZeroC, Inc. All rights reserved.\n" "//\n" -"// **********************************************************************\n" ; _out << header; |