diff options
Diffstat (limited to 'java/io/DataInput.java')
-rw-r--r-- | java/io/DataInput.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/io/DataInput.java b/java/io/DataInput.java index 52cd24611..0aa172b17 100644 --- a/java/io/DataInput.java +++ b/java/io/DataInput.java @@ -1,5 +1,5 @@ /* DataInput.java -- Interface for reading data from a stream - Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2001, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ package java.io; * into Java primitive types. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) */ public interface DataInput { |