diff options
Diffstat (limited to 'cpp/src/slice2docbook/Gen.cpp')
-rw-r--r-- | cpp/src/slice2docbook/Gen.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/cpp/src/slice2docbook/Gen.cpp b/cpp/src/slice2docbook/Gen.cpp index 14357189587..032f402b2e8 100644 --- a/cpp/src/slice2docbook/Gen.cpp +++ b/cpp/src/slice2docbook/Gen.cpp @@ -725,15 +725,14 @@ Slice::Gen::printHeader() { static const char* header = "<!--\n" -"**********************************************************************\n" -"Copyright (c) 2003\n" -"ZeroC, Inc.\n" -"Billerica, MA, USA\n" +" **********************************************************************\n" "\n" -"All Rights Reserved\n" +" Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.\n" "\n" -"Generated by the `slice2docbook' converter\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" "-->"; O.zeroIndent(); |