summaryrefslogtreecommitdiffstats
path: root/libjava/java/util/zip/Checksum.java
diff options
context:
space:
mode:
authormark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-05 15:21:35 +0000
committermark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-05 15:21:35 +0000
commit7aba1b549bf4c5425638f5854f18b5db497182b8 (patch)
treec9459fab54de3e6eecd0a0042778b45554b49b19 /libjava/java/util/zip/Checksum.java
parente2260a141216bc6e7ce1f58410e816ea7f37a38c (diff)
downloadppe42-gcc-7aba1b549bf4c5425638f5854f18b5db497182b8.tar.gz
ppe42-gcc-7aba1b549bf4c5425638f5854f18b5db497182b8.zip
* java/util/zip/Adler32.java: Merge with Classpath
* java/util/zip/CRC32.java: Ditto * java/util/zip/Checksum.java: Ditto * java/util/zip/DataFormatException.java: Ditto * java/util/zip/ZipException.java: Ditto git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46035 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/util/zip/Checksum.java')
-rw-r--r--libjava/java/util/zip/Checksum.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/util/zip/Checksum.java b/libjava/java/util/zip/Checksum.java
index f9f214e4f2a..520c3bbf2f5 100644
--- a/libjava/java/util/zip/Checksum.java
+++ b/libjava/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
{
OpenPOWER on IntegriCloud