diff options
Diffstat (limited to 'cpp/src/slice2javae/Gen.cpp')
-rw-r--r-- | cpp/src/slice2javae/Gen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2javae/Gen.cpp b/cpp/src/slice2javae/Gen.cpp index bf709a7b156..59cdcf93082 100644 --- a/cpp/src/slice2javae/Gen.cpp +++ b/cpp/src/slice2javae/Gen.cpp @@ -68,14 +68,14 @@ Slice::JavaEOutput::printHeader() "//\n" "// Copyright (c) 2005 ZeroC, Inc. All rights reserved.\n" "//\n" -"// This copy of IceE is licensed to you under the terms described in the\n" +"// This copy of Ice-E is licensed to you under the terms described in the\n" "// ICEE_LICENSE file included in this distribution.\n" "//\n" "// **********************************************************************\n" ; print(header); - print("\n// IceE version "); + print("\n// Ice-E version "); // TODO: Avoid hard coded version? //print(ICE_STRING_VERSION); print("1.0.0"); |