diff options
Diffstat (limited to 'cpp/src/Slice/JavaUtil.cpp')
-rw-r--r-- | cpp/src/Slice/JavaUtil.cpp | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/cpp/src/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index 3fbe1d0bd02..cc4b6ed89a6 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -2,9 +2,13 @@ // // Copyright (c) 2002 // 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. // // ********************************************************************** @@ -1846,9 +1850,14 @@ Slice::JavaGenerator::printHeader() "//\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" +"// All Rights Reserved. "//\n" "// **********************************************************************\n" ; |