diff options
Diffstat (limited to 'libjava/java/util/Currency.java')
-rw-r--r-- | libjava/java/util/Currency.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libjava/java/util/Currency.java b/libjava/java/util/Currency.java index 98a599e..ffe593d 100644 --- a/libjava/java/util/Currency.java +++ b/libjava/java/util/Currency.java @@ -1,5 +1,5 @@ /* Currency.java -- Representation of a currency - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,10 +49,10 @@ import java.text.NumberFormat; * a constructor. * * @see java.util.Locale - * @author Guilhem Lavaux <guilhem.lavaux@free.fr> - * @author Dalibor Topic <robilad@kaffe.org> - * @author Bryce McKinlay <mckinlay@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Guilhem Lavaux (guilhem.lavaux@free.fr) + * @author Dalibor Topic (robilad@kaffe.org) + * @author Bryce McKinlay (mckinlay@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) * @since 1.4 */ public final class Currency |