diff options
Diffstat (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp')
-rw-r--r-- | cpp/src/Slice/CPlusPlusUtil.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index 0b2169ee553..7d63961a941 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// // ********************************************************************** #include <Slice/CPlusPlusUtil.h> @@ -519,9 +516,6 @@ Slice::printHeader(Output& out) "//\n" "// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.\n" "//\n" -"// This copy of Ice is licensed to you under the terms described in the\n" -"// ICE_LICENSE file included in this distribution.\n" -"//\n" "// **********************************************************************\n" ; |