diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-28 22:51:39 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-28 22:51:39 +0000 |
commit | 67199d7b0e5fe448778052a1a98f682f635e557c (patch) | |
tree | 1d4372fc3e2a98125159900b11dddb5d32e574c1 /cpp/src/Slice/JavaUtil.cpp | |
parent | changing copyright location; adding GPL note (diff) | |
download | ice-67199d7b0e5fe448778052a1a98f682f635e557c.tar.bz2 ice-67199d7b0e5fe448778052a1a98f682f635e557c.tar.xz ice-67199d7b0e5fe448778052a1a98f682f635e557c.zip |
minor fixes
Diffstat (limited to 'cpp/src/Slice/JavaUtil.cpp')
-rw-r--r-- | cpp/src/Slice/JavaUtil.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index cc4b6ed89a6..8bd3fc4d03e 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -14,7 +14,6 @@ #include <Slice/JavaUtil.h> #include <IceUtil/Functional.h> -#include <limits> #include <sys/types.h> #include <sys/stat.h> @@ -1857,7 +1856,6 @@ Slice::JavaGenerator::printHeader() "// 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" ; |