summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cs/Gen.cpp')
-rwxr-xr-xcpp/src/slice2cs/Gen.cpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp
index 4e18b7abc86..9767f577f1e 100755
--- a/cpp/src/slice2cs/Gen.cpp
+++ b/cpp/src/slice2cs/Gen.cpp
@@ -609,15 +609,10 @@ Slice::Gen::printHeader()
static const char* header =
"// **********************************************************************\n"
"//\n"
-"// Copyright (c) 2003\n"
-"// ZeroC, Inc.\n"
-"// Billerica, MA, USA\n"
+"// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.\n"
"//\n"
-"// All Rights Reserved.\n"
-"//\n"
-"// Ice is free software; you can redistribute it and/or modify it under\n"
-"// the terms of the GNU General Public License version 2 as published by\n"
-"// the Free Software Foundation.\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"
;