diff options
Diffstat (limited to 'cpp/src/slice2wsdl/Gen.cpp')
-rw-r--r-- | cpp/src/slice2wsdl/Gen.cpp | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/cpp/src/slice2wsdl/Gen.cpp b/cpp/src/slice2wsdl/Gen.cpp index 8ac617afa97..631ee3f96b6 100644 --- a/cpp/src/slice2wsdl/Gen.cpp +++ b/cpp/src/slice2wsdl/Gen.cpp @@ -2,9 +2,13 @@ // // Copyright (c) 2001 // ZeroC, Inc. -// Huntsville, AL, USA +// Billerica, MA, USA // -// All Rights Reserved +// All Rights Reserved. +// +// Ice is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License version 2 as published by +// the Free Software Foundation. // // ********************************************************************** @@ -172,11 +176,15 @@ Slice::Gen::printHeader(XMLOutput& O) "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" "<!--\n" "**********************************************************************\n" -"Copyright (c) 2001\n" +"Copyright (c) 2002\n" "ZeroC, Inc.\n" -"Huntsville, AL, USA\n" +"Billerica, MA, USA\n" +"\n" +"All Rights Reserved.\n" "\n" -"All Rights Reserved\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" "\n" "Generated by the `slice2wsdl' converter\n" "**********************************************************************\n" |