diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-05-19 22:38:06 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-05-19 22:38:06 +0000 |
commit | f5121ae4465c220aac627e8f17f05916b5842de8 (patch) | |
tree | 0a79a45ff8beb7a127fa2aba89496f719fec0feb /cpp/src/Slice/JavaUtil.cpp | |
parent | adding findAllFacets (diff) | |
download | ice-f5121ae4465c220aac627e8f17f05916b5842de8.tar.bz2 ice-f5121ae4465c220aac627e8f17f05916b5842de8.tar.xz ice-f5121ae4465c220aac627e8f17f05916b5842de8.zip |
Copyright fixes
Diffstat (limited to 'cpp/src/Slice/JavaUtil.cpp')
-rw-r--r-- | cpp/src/Slice/JavaUtil.cpp | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/cpp/src/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index 9daefd0b2c0..cc9b3072e70 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -1303,15 +1303,10 @@ Slice::JavaGenerator::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" ; |