diff options
| author | Mark Wielaard <mark@klomp.org> | 2001-10-05 20:12:27 +0000 |
|---|---|---|
| committer | Mark Wielaard <mark@klomp.org> | 2001-10-05 20:12:27 +0000 |
| commit | 3c728e0548f19fcbb12b089b0a21fc17e44191c9 (patch) | |
| tree | 8f68c6a910e20bafff464ab9eb8e930511f58942 /java/util/zip/Checksum.java | |
| parent | 67be6239c8be55c0f3ccb28864494cb3d97d4a5c (diff) | |
| download | classpath-3c728e0548f19fcbb12b089b0a21fc17e44191c9.tar.gz | |
Fix comments
Diffstat (limited to 'java/util/zip/Checksum.java')
| -rw-r--r-- | java/util/zip/Checksum.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/util/zip/Checksum.java b/java/util/zip/Checksum.java index f9f214e4f..520c3bbf2 100644 --- a/java/util/zip/Checksum.java +++ b/java/util/zip/Checksum.java @@ -1,5 +1,5 @@ /* Checksum.java - Interface to compute a data checksum - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -43,7 +43,7 @@ package java.util.zip; * @see CheckedOutputStream * * @author Per Bothner - * @date January 9, 1999. + * @author Jochen Hoenicke */ public interface Checksum { |
