From f5121ae4465c220aac627e8f17f05916b5842de8 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 19 May 2004 22:38:06 +0000 Subject: Copyright fixes --- cpp/src/Slice/CPlusPlusUtil.cpp | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp') diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index a503f0532b5..d933f820c9e 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -59,21 +59,16 @@ Slice::changeInclude(const string& orig, const vector& includePaths) void Slice::printHeader(Output& out) { - static const char* header = + 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" - ; + ; out << header; out << "\n// Ice version " << ICE_STRING_VERSION; -- cgit v1.2.3