diff options
Diffstat (limited to 'cpp/src/slice2php/Main.cpp')
-rw-r--r-- | cpp/src/slice2php/Main.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cpp/src/slice2php/Main.cpp b/cpp/src/slice2php/Main.cpp index 12900e41943..b5d354af1fb 100644 --- a/cpp/src/slice2php/Main.cpp +++ b/cpp/src/slice2php/Main.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <IceUtil/CtrlCHandler.h> #include <IceUtil/IceUtil.h> @@ -1575,11 +1573,9 @@ static void printHeader(IceUtilInternal::Output& out) { 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; |