diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-28 21:30:59 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-28 21:30:59 +0000 |
commit | c3a7ee7098d062f59fa3e3953acc4347f92bb8f7 (patch) | |
tree | 9e8b873c15285e245caaafc5188b6d3f3a9b5be3 /cpp/src/Slice/JavaUtil.cpp | |
parent | Fixes for Win32 (diff) | |
download | ice-c3a7ee7098d062f59fa3e3953acc4347f92bb8f7.tar.bz2 ice-c3a7ee7098d062f59fa3e3953acc4347f92bb8f7.tar.xz ice-c3a7ee7098d062f59fa3e3953acc4347f92bb8f7.zip |
changing copyright location; adding GPL note
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" ; |