diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-07-14 20:44:38 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-07-14 20:44:38 +0000 |
commit | 6bf29563aafa5298dd51b5fb4bfe5f763d6f9946 (patch) | |
tree | 5b99e29fe59d1265ba2fa8e8e3c3c09dbdbd4c92 /cpp/src/slice2javae/Gen.cpp | |
parent | removed nested demo (diff) | |
download | ice-6bf29563aafa5298dd51b5fb4bfe5f763d6f9946.tar.bz2 ice-6bf29563aafa5298dd51b5fb4bfe5f763d6f9946.tar.xz ice-6bf29563aafa5298dd51b5fb4bfe5f763d6f9946.zip |
minor fix
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"); |