diff options
Diffstat (limited to 'libjava/java/awt')
174 files changed, 346 insertions, 346 deletions
diff --git a/libjava/java/awt/AWTError.java b/libjava/java/awt/AWTError.java index 1c253cb..e92bc01 100644 --- a/libjava/java/awt/AWTError.java +++ b/libjava/java/awt/AWTError.java @@ -1,5 +1,5 @@ /* AWTError.java -- A serious AWT error occurred. - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This error is thrown when a critical Abstract Window Toolkit (AWT) error * occurs. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class AWTError extends Error diff --git a/libjava/java/awt/AWTEvent.java b/libjava/java/awt/AWTEvent.java index 675c27f..faa6dac 100644 --- a/libjava/java/awt/AWTEvent.java +++ b/libjava/java/awt/AWTEvent.java @@ -50,8 +50,8 @@ import java.util.EventObject; * listeners. Event masks are appropriately set when registering on * components. * - * @author Warren Levy <warrenl@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Warren Levy (warrenl@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/AWTEventMulticaster.java b/libjava/java/awt/AWTEventMulticaster.java index b26d1f3..943ffac 100644 --- a/libjava/java/awt/AWTEventMulticaster.java +++ b/libjava/java/awt/AWTEventMulticaster.java @@ -107,8 +107,8 @@ import java.util.EventListener; * new listener is then chained to the old. * * @author Bryce McKinlay - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/AWTException.java b/libjava/java/awt/AWTException.java index e4ab6c9..49462a4 100644 --- a/libjava/java/awt/AWTException.java +++ b/libjava/java/awt/AWTException.java @@ -1,5 +1,5 @@ /* AWTException.java -- Generic AWT exception - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This is a generic exception that indicates an exception occurred in the * Abstract Window Toolkit (AWT) system. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class AWTException extends Exception diff --git a/libjava/java/awt/AWTKeyStroke.java b/libjava/java/awt/AWTKeyStroke.java index 1519f1d..977b384 100644 --- a/libjava/java/awt/AWTKeyStroke.java +++ b/libjava/java/awt/AWTKeyStroke.java @@ -63,7 +63,7 @@ import java.util.StringTokenizer; * instances of a subclass, using reflection, provided the subclass has a * no-arg constructor (of any accessibility). * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see #getAWTKeyStroke(char) * @since 1.4 * @status updated to 1.4 diff --git a/libjava/java/awt/AWTPermission.java b/libjava/java/awt/AWTPermission.java index b5ba63d..fc4ae08 100644 --- a/libjava/java/awt/AWTPermission.java +++ b/libjava/java/awt/AWTPermission.java @@ -82,7 +82,7 @@ import java.security.BasicPermission; * <td>malicious code could masquerade as a trusted program</td></tr> * </table> * - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/ActiveEvent.java b/libjava/java/awt/ActiveEvent.java index d43fef1..5710b38 100644 --- a/libjava/java/awt/ActiveEvent.java +++ b/libjava/java/awt/ActiveEvent.java @@ -47,7 +47,7 @@ package java.awt; * untrusted code. For example, system code should use an ActiveEvent to * invoke user code securely. * - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Adjustable.java b/libjava/java/awt/Adjustable.java index 815c77c..053ddd1 100644 --- a/libjava/java/awt/Adjustable.java +++ b/libjava/java/awt/Adjustable.java @@ -1,5 +1,5 @@ /* Adjustable.java -- Objects with a numeric adjustment scale - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.awt.event.AdjustmentListener; * This interface is for objects that take a numeric value that can be * adjusted within a bounded range. For example, a scroll bar. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/AlphaComposite.java b/libjava/java/awt/AlphaComposite.java index f0795a9..3c7744b 100644 --- a/libjava/java/awt/AlphaComposite.java +++ b/libjava/java/awt/AlphaComposite.java @@ -1,5 +1,5 @@ /* AlphaComposite.java -- provides a context for performing alpha compositing - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.Map; /** * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Composite * @see CompositeContext * @since 1.3 diff --git a/libjava/java/awt/AttributeValue.java b/libjava/java/awt/AttributeValue.java index f692c012..10efab1 100644 --- a/libjava/java/awt/AttributeValue.java +++ b/libjava/java/awt/AttributeValue.java @@ -1,5 +1,5 @@ /* AttributeValue.java -- parent of type-safe enums of attributes - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt; * <code>equals</code>, <code>toString</code>, and <code>hashCode</code>, so * that you don't have to (although hashCode is commonly overridden). * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) */ class AttributeValue { diff --git a/libjava/java/awt/BorderLayout.java b/libjava/java/awt/BorderLayout.java index a023cbb..7a955d3 100644 --- a/libjava/java/awt/BorderLayout.java +++ b/libjava/java/awt/BorderLayout.java @@ -1,5 +1,5 @@ /* BorderLayout.java -- A layout manager class - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt; * in certain sectors of the parent container. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class BorderLayout implements LayoutManager2, java.io.Serializable { diff --git a/libjava/java/awt/BufferCapabilities.java b/libjava/java/awt/BufferCapabilities.java index 871529e..9f91711 100644 --- a/libjava/java/awt/BufferCapabilities.java +++ b/libjava/java/awt/BufferCapabilities.java @@ -1,5 +1,5 @@ /* BufferCapabilities.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * Needs documentation... * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see BufferStrategy#getCapabilities() * @see GraphicsConfiguration#getCapabilities() * @since 1.4 diff --git a/libjava/java/awt/Button.java b/libjava/java/awt/Button.java index 0458ebb..1d1a30a 100644 --- a/libjava/java/awt/Button.java +++ b/libjava/java/awt/Button.java @@ -1,5 +1,5 @@ /* Button.java -- AWT button widget - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -54,7 +54,7 @@ import javax.accessibility.AccessibleValue; * This class provides a button widget for the AWT. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) */ public class Button extends Component implements java.io.Serializable, Accessible diff --git a/libjava/java/awt/Canvas.java b/libjava/java/awt/Canvas.java index 05055f2..e223d9e 100644 --- a/libjava/java/awt/Canvas.java +++ b/libjava/java/awt/Canvas.java @@ -54,8 +54,8 @@ import javax.accessibility.AccessibleRole; * full-scale custom components. * * @author Original author unknown - * @author Tom Tromey <tromey@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Tom Tromey (tromey@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) * @since 1.0 */ diff --git a/libjava/java/awt/CheckboxGroup.java b/libjava/java/awt/CheckboxGroup.java index 52af190..d5d2268 100644 --- a/libjava/java/awt/CheckboxGroup.java +++ b/libjava/java/awt/CheckboxGroup.java @@ -1,5 +1,5 @@ /* CheckboxGroup.java -- A grouping class for checkboxes. - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt; * one checkbox in the group can be selected at any one time. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) */ public class CheckboxGroup implements java.io.Serializable { diff --git a/libjava/java/awt/CheckboxMenuItem.java b/libjava/java/awt/CheckboxMenuItem.java index 6b9002a..d5e4ef5 100644 --- a/libjava/java/awt/CheckboxMenuItem.java +++ b/libjava/java/awt/CheckboxMenuItem.java @@ -1,5 +1,5 @@ /* CheckboxMenuItem.java -- A menu option with a checkbox on it. - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,7 +53,7 @@ import javax.accessibility.AccessibleValue; * the selected state of some option. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) */ public class CheckboxMenuItem extends MenuItem implements ItemSelectable, Accessible diff --git a/libjava/java/awt/Color.java b/libjava/java/awt/Color.java index c324385..c00aa9d 100644 --- a/libjava/java/awt/Color.java +++ b/libjava/java/awt/Color.java @@ -1,5 +1,5 @@ /* Color.java -- represents a color in Java - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,7 +53,7 @@ import java.io.Serializable; * <a href="http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html"> * http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html</a>. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ColorSpace * @see AlphaComposite * @since 1.0 diff --git a/libjava/java/awt/ColorPaintContext.java b/libjava/java/awt/ColorPaintContext.java index 9fdfe61..3e3bac4 100644 --- a/libjava/java/awt/ColorPaintContext.java +++ b/libjava/java/awt/ColorPaintContext.java @@ -1,5 +1,5 @@ /* ColorPaintContext.java -- context for painting solid colors - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.image.Raster; * a raster scan with the given color. However, it is not yet completely * implemented. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) */ class ColorPaintContext implements PaintContext { diff --git a/libjava/java/awt/Component.java b/libjava/java/awt/Component.java index 3a7960c..847a31d 100644 --- a/libjava/java/awt/Component.java +++ b/libjava/java/awt/Component.java @@ -140,7 +140,7 @@ import javax.accessibility.AccessibleStateSet; * present but commented out. * * @author original author unknown - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status still missing 1.4 support */ @@ -4949,7 +4949,7 @@ p * <li>the set of backward traversal keys /** * This class provides accessibility support for subclasses of container. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ @@ -5477,7 +5477,7 @@ p * <li>the set of backward traversal keys /** * Converts component changes into property changes. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ @@ -5534,7 +5534,7 @@ p * <li>the set of backward traversal keys /** * Converts focus changes into property changes. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ @@ -5574,7 +5574,7 @@ p * <li>the set of backward traversal keys /** * This class provides support for blitting offscreen surfaces. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @XXX Shell class, to allow compilation. This needs documentation and * correct implementation. @@ -5610,7 +5610,7 @@ p * <li>the set of backward traversal keys * This class provides support for flipping component buffers. It is only * designed for use by Canvas and Window. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @XXX Shell class, to allow compilation. This needs documentation and * correct implementation. diff --git a/libjava/java/awt/ComponentOrientation.java b/libjava/java/awt/ComponentOrientation.java index 02cf596..8897470 100644 --- a/libjava/java/awt/ComponentOrientation.java +++ b/libjava/java/awt/ComponentOrientation.java @@ -67,7 +67,7 @@ import java.util.ResourceBundle; * of isHorizontal() and isLeftToRight() rather than comparing objects with * ==, especially since more constants may be added in the future. * - * @author Bryce McKinlay <bryce@albatross.co.nz> + * @author Bryce McKinlay (bryce@albatross.co.nz) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Composite.java b/libjava/java/awt/Composite.java index de87398..c636921 100644 --- a/libjava/java/awt/Composite.java +++ b/libjava/java/awt/Composite.java @@ -1,5 +1,5 @@ /* Composite.java -- graphics formed from composite layers - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.image.ColorModel; * check on custom objects, <code>readDisplayPixels</code>, to prevent leaking * restricted information graphically. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see AlphaComposite * @see CompositeContext * @see Graphics2D#setComposite(Composite) diff --git a/libjava/java/awt/CompositeContext.java b/libjava/java/awt/CompositeContext.java index dc3448b..301e7cf 100644 --- a/libjava/java/awt/CompositeContext.java +++ b/libjava/java/awt/CompositeContext.java @@ -1,5 +1,5 @@ /* Composite.java -- the context for compositing graphics layers - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.image.WritableRaster; * This interface provides an optimized environment for compositing graphics. * Several such contexts may exist for a given <code>Composite</code> object. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Composite * @since 1.2 * @status updated to 1.4 diff --git a/libjava/java/awt/Container.java b/libjava/java/awt/Container.java index 6c5dec2..64d60ab 100644 --- a/libjava/java/awt/Container.java +++ b/libjava/java/awt/Container.java @@ -67,7 +67,7 @@ import javax.swing.SwingUtilities; * list or bottom of the stacking order. * * @author original author unknown - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.0 * @@ -1711,7 +1711,7 @@ public class Container extends Component /** * This class provides accessibility support for subclasses of container. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.3 */ @@ -1800,7 +1800,7 @@ public class Container extends Component * This class fires a <code>PropertyChange</code> listener, if registered, * when children are added or removed from the enclosing accessible object. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.3 */ diff --git a/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java b/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java index fa7ab4a..91153e6 100644 --- a/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java +++ b/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java @@ -1,5 +1,5 @@ /* ContainerOrderFocusTraversalPolicy.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,7 +57,7 @@ import java.io.Serializable; * can override these acceptance criteria by overriding accept. * * @author Michael Koch - * @author Thomas Fitzsimmons <fitzsim@redhat.com> + * @author Thomas Fitzsimmons (fitzsim@redhat.com) * @since 1.4 */ public class ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy diff --git a/libjava/java/awt/DefaultFocusTraversalPolicy.java b/libjava/java/awt/DefaultFocusTraversalPolicy.java index f49f386..f9bd647 100644 --- a/libjava/java/awt/DefaultFocusTraversalPolicy.java +++ b/libjava/java/awt/DefaultFocusTraversalPolicy.java @@ -1,5 +1,5 @@ /* DefaultFocusTraversalPolicy.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -55,7 +55,7 @@ package java.awt; * A Component's focusability is independent of the focusability of * its peer. * - * @author Thomas Fitzsimmons <fitzsim@redhat.com> + * @author Thomas Fitzsimmons (fitzsim@redhat.com) * @since 1.4 */ public class DefaultFocusTraversalPolicy diff --git a/libjava/java/awt/Dialog.java b/libjava/java/awt/Dialog.java index 30631b3..8248df3 100644 --- a/libjava/java/awt/Dialog.java +++ b/libjava/java/awt/Dialog.java @@ -1,5 +1,5 @@ /* Dialog.java -- An AWT dialog box - Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,8 +48,8 @@ import javax.accessibility.AccessibleStateSet; /** * A dialog box widget class. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Tom Tromey <tromey@redhat.com> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Tom Tromey (tromey@redhat.com) */ public class Dialog extends Window { diff --git a/libjava/java/awt/Dimension.java b/libjava/java/awt/Dimension.java index 282291d..270e04e 100644 --- a/libjava/java/awt/Dimension.java +++ b/libjava/java/awt/Dimension.java @@ -53,9 +53,9 @@ import java.io.Serializable; * manner, it is your own fault when you get invalid results. Also, this * class is not threadsafe. * - * @author Per Bothner <bothner@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Per Bothner (bothner@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see Component * @see LayoutManager * @since 1.0 diff --git a/libjava/java/awt/DisplayMode.java b/libjava/java/awt/DisplayMode.java index 533ab5e..a9fac60 100644 --- a/libjava/java/awt/DisplayMode.java +++ b/libjava/java/awt/DisplayMode.java @@ -1,5 +1,5 @@ /* DisplayMode.java -- a description of display mode configurations - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt; * device configuration. They are device dependent, and may not always be * available. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see GraphicsDevice * @since 1.4 * @status updated to 1.4 diff --git a/libjava/java/awt/EventQueue.java b/libjava/java/awt/EventQueue.java index fc0926c..a2356cc 100644 --- a/libjava/java/awt/EventQueue.java +++ b/libjava/java/awt/EventQueue.java @@ -1,4 +1,5 @@ -/* Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation +/* EventQueue.java -- + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation This file is part of GNU Classpath. @@ -37,6 +38,8 @@ exception statement from your version. */ package java.awt; +import gnu.java.awt.ClasspathToolkit; + import java.awt.event.ActionEvent; import java.awt.event.InputEvent; import java.awt.event.InvocationEvent; @@ -44,8 +47,6 @@ import java.awt.event.WindowEvent; import java.lang.reflect.InvocationTargetException; import java.util.EmptyStackException; -import gnu.java.awt.ClasspathToolkit; - /* Written using on-line Java 2 Platform Standard Edition v1.3 API * Specification, as well as "The Java Class Libraries", 2nd edition * (Addison-Wesley, 1998). diff --git a/libjava/java/awt/FileDialog.java b/libjava/java/awt/FileDialog.java index e345018..3e22d02 100644 --- a/libjava/java/awt/FileDialog.java +++ b/libjava/java/awt/FileDialog.java @@ -1,5 +1,5 @@ /* FileDialog.java -- A filename selection dialog box - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * This class implements a file selection dialog box widget. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) */ public class FileDialog extends Dialog implements Serializable { diff --git a/libjava/java/awt/FontFormatException.java b/libjava/java/awt/FontFormatException.java index 4ab53bb..2971e1d 100644 --- a/libjava/java/awt/FontFormatException.java +++ b/libjava/java/awt/FontFormatException.java @@ -1,5 +1,5 @@ /* FontFormatException.java -- the specified font is bad - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * Thrown when a specified font is bad. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Font * @since 1.3 * @status updated to 1.4 diff --git a/libjava/java/awt/Graphics.java b/libjava/java/awt/Graphics.java index 8dc703c..c1dfbda 100644 --- a/libjava/java/awt/Graphics.java +++ b/libjava/java/awt/Graphics.java @@ -1,5 +1,5 @@ /* Graphics.java -- Abstract Java drawing class - Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.text.AttributedCharacterIterator; * devices such as the screen or printers. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) */ public abstract class Graphics { diff --git a/libjava/java/awt/Graphics2D.java b/libjava/java/awt/Graphics2D.java index e16c2d8..c845c4c 100644 --- a/libjava/java/awt/Graphics2D.java +++ b/libjava/java/awt/Graphics2D.java @@ -49,7 +49,7 @@ import java.text.AttributedCharacterIterator; import java.util.Map; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class Graphics2D extends Graphics { diff --git a/libjava/java/awt/GraphicsConfigTemplate.java b/libjava/java/awt/GraphicsConfigTemplate.java index 52da167..76cf8b6 100644 --- a/libjava/java/awt/GraphicsConfigTemplate.java +++ b/libjava/java/awt/GraphicsConfigTemplate.java @@ -1,5 +1,5 @@ /* GraphicsConfigTemplate.java -- a template for selecting configurations - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * one based on various requirements. The resulting configuration has had * all non-default attributes set as required to meet or exceed the request. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see GraphicsConfiguration * @see GraphicsDevice * @since 1.2 diff --git a/libjava/java/awt/GraphicsConfiguration.java b/libjava/java/awt/GraphicsConfiguration.java index c7d0ed4..97f687e 100644 --- a/libjava/java/awt/GraphicsConfiguration.java +++ b/libjava/java/awt/GraphicsConfiguration.java @@ -53,7 +53,7 @@ import java.awt.image.VolatileImage; * configuration will have a non-zero relative coordinate system in such * a case. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Window * @see Frame * @see GraphicsEnvironment diff --git a/libjava/java/awt/GraphicsDevice.java b/libjava/java/awt/GraphicsDevice.java index 27d3cd6..c017233 100644 --- a/libjava/java/awt/GraphicsDevice.java +++ b/libjava/java/awt/GraphicsDevice.java @@ -1,5 +1,5 @@ /* GraphicsDevice.java -- information about a graphics device - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt; * each device. Also, this allows you to create virtual devices which operate * over a multi-screen environment. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see GraphicsEnvironment * @see GraphicsConfiguration * @since 1.3 diff --git a/libjava/java/awt/GridBagLayout.java b/libjava/java/awt/GridBagLayout.java index 85fdfb5..0ee996c 100644 --- a/libjava/java/awt/GridBagLayout.java +++ b/libjava/java/awt/GridBagLayout.java @@ -1,5 +1,5 @@ /* GridBagLayout - Layout manager for components according to GridBagConstraints - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,8 +44,8 @@ import java.util.HashMap; import java.util.Hashtable; /** - * @author Michael Koch <konqueror@gmx.de> - * @author Jeroen Frijters <jeroen@frijters.net> + * @author Michael Koch (konqueror@gmx.de) + * @author Jeroen Frijters (jeroen@frijters.net) */ public class GridBagLayout implements Serializable, LayoutManager2 diff --git a/libjava/java/awt/GridBagLayoutInfo.java b/libjava/java/awt/GridBagLayoutInfo.java index 6bd7f67..bb919b5 100644 --- a/libjava/java/awt/GridBagLayoutInfo.java +++ b/libjava/java/awt/GridBagLayoutInfo.java @@ -1,5 +1,5 @@ /* GridBagLayoutInfo - - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; import java.io.Serializable; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) */ class GridBagLayoutInfo implements Serializable { diff --git a/libjava/java/awt/GridLayout.java b/libjava/java/awt/GridLayout.java index a9e9eac..95980e6 100644 --- a/libjava/java/awt/GridLayout.java +++ b/libjava/java/awt/GridLayout.java @@ -52,7 +52,7 @@ import java.io.Serializable; * horizontal and vertical gaps; these are used as spacing between * cells. * - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) * @author Aaron M. Renn (arenn@urbanophile.com) */ public class GridLayout implements LayoutManager, Serializable diff --git a/libjava/java/awt/HeadlessException.java b/libjava/java/awt/HeadlessException.java index 4e7ef33..e88279a 100644 --- a/libjava/java/awt/HeadlessException.java +++ b/libjava/java/awt/HeadlessException.java @@ -1,5 +1,5 @@ /* HeadlessException.java -- operation not possible in headless environment - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This exception is thrown when code dependent on a keyboard, mouse, or * display is executed in a headless environment. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @status updated to 1.4 */ diff --git a/libjava/java/awt/IllegalComponentStateException.java b/libjava/java/awt/IllegalComponentStateException.java index 413ed33..daa9d17 100644 --- a/libjava/java/awt/IllegalComponentStateException.java +++ b/libjava/java/awt/IllegalComponentStateException.java @@ -1,5 +1,5 @@ /* IllegalComponentStateException.java -- bad component state - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This exception is thrown when the requested operation failed because * a component was not in the proper state. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class IllegalComponentStateException extends IllegalStateException diff --git a/libjava/java/awt/Image.java b/libjava/java/awt/Image.java index 3761771..39ab068 100644 --- a/libjava/java/awt/Image.java +++ b/libjava/java/awt/Image.java @@ -1,5 +1,5 @@ /* Image.java -- superclass for images - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.image.ReplicateScaleFilter; /** * This is the abstract superclass of all image objects in Java. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Insets.java b/libjava/java/awt/Insets.java index 573005a..e818629 100644 --- a/libjava/java/awt/Insets.java +++ b/libjava/java/awt/Insets.java @@ -1,5 +1,5 @@ /* Insets.java -- information about a container border - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,8 +43,8 @@ import java.io.Serializable; /** * This class represents the "margin" or space around a container. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @status */ public class Insets implements Cloneable, Serializable diff --git a/libjava/java/awt/ItemSelectable.java b/libjava/java/awt/ItemSelectable.java index ddf77ae..74129fd 100644 --- a/libjava/java/awt/ItemSelectable.java +++ b/libjava/java/awt/ItemSelectable.java @@ -1,5 +1,5 @@ /* ItemSelectable.java -- items that can be selected - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.awt.event.ItemListener; * This interface is for objects that can have one or more items selected. * For example, radio buttons. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/JobAttributes.java b/libjava/java/awt/JobAttributes.java index b64234d..fc4240d 100644 --- a/libjava/java/awt/JobAttributes.java +++ b/libjava/java/awt/JobAttributes.java @@ -1,5 +1,5 @@ /* JobAttributes.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * Needs documentation... * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4, lacks documentation */ diff --git a/libjava/java/awt/KeyEventDispatcher.java b/libjava/java/awt/KeyEventDispatcher.java index 95aad80..f9020e7 100644 --- a/libjava/java/awt/KeyEventDispatcher.java +++ b/libjava/java/awt/KeyEventDispatcher.java @@ -1,5 +1,5 @@ /* KeyEventDispatcher.java -- dispatches key events - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.event.KeyEvent; * dispatched by other dispatchers. Therefore, it is unnecessary for the user * to register the focus manager as a dispatcher. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see KeyboardFocusManager#addKeyEventDispatcher(KeyEventDispatcher) * @see KeyboardFocusManager#removeKeyEventDispatcher(KeyEventDispatcher) * @since 1.4 diff --git a/libjava/java/awt/KeyEventPostProcessor.java b/libjava/java/awt/KeyEventPostProcessor.java index 5069aaf..0bf6fe6 100644 --- a/libjava/java/awt/KeyEventPostProcessor.java +++ b/libjava/java/awt/KeyEventPostProcessor.java @@ -1,5 +1,5 @@ /* KeyEventPostProcessor.java -- performs actions after a key event dispatch - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.event.KeyEvent; * post-processed elsewhere. Therefore, it is unnecessary for the user * to register the focus manager as a dispatcher. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see KeyboardFocusManager#addKeyEventPostProcessor(KeyEventPostProcessor) * @see KeyboardFocusManager#removeKeyEventPostProcessor(KeyEventPostProcessor) * @since 1.4 diff --git a/libjava/java/awt/KeyboardFocusManager.java b/libjava/java/awt/KeyboardFocusManager.java index 6fa56d8..6ea213e 100644 --- a/libjava/java/awt/KeyboardFocusManager.java +++ b/libjava/java/awt/KeyboardFocusManager.java @@ -109,9 +109,9 @@ import java.util.Set; * applies recursively to any child components of such a window, * which define no traversal keys of their own. * - * @author Eric Blake <ebb9@email.byu.edu> - * @author Thomas Fitzsimmons <fitzsim@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Eric Blake (ebb9@email.byu.edu) + * @author Thomas Fitzsimmons (fitzsim@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) * @since 1.4 */ public abstract class KeyboardFocusManager diff --git a/libjava/java/awt/Label.java b/libjava/java/awt/Label.java index 0206cec..e1a43c8 100644 --- a/libjava/java/awt/Label.java +++ b/libjava/java/awt/Label.java @@ -1,5 +1,5 @@ /* Label.java -- Java label widget - Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,8 +49,8 @@ import javax.accessibility.AccessibleRole; * be edited by the user. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@cygnus.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Tom Tromey (tromey@cygnus.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ public class Label extends Component implements Accessible { diff --git a/libjava/java/awt/LayoutManager.java b/libjava/java/awt/LayoutManager.java index 1231c3e..62d5b9f 100644 --- a/libjava/java/awt/LayoutManager.java +++ b/libjava/java/awt/LayoutManager.java @@ -1,5 +1,5 @@ /* LayoutManager.java -- lay out elements in a Container - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This interface is for laying out containers in a particular sequence. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Container * @since 1.0 * @status updated to 1.4 diff --git a/libjava/java/awt/MenuBar.java b/libjava/java/awt/MenuBar.java index c040235..ce5256f 100644 --- a/libjava/java/awt/MenuBar.java +++ b/libjava/java/awt/MenuBar.java @@ -1,5 +1,5 @@ /* MenuBar.java -- An AWT menu bar class - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,8 +53,8 @@ import javax.accessibility.AccessibleRole; * This class implements a menu bar in the AWT system. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Tom Tromey (tromey@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ public class MenuBar extends MenuComponent implements MenuContainer, Serializable, Accessible @@ -388,7 +388,7 @@ public AccessibleContext getAccessibleContext() /** * This class provides accessibility support for AWT menu bars. * - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ protected class AccessibleAWTMenuBar extends AccessibleAWTMenuComponent diff --git a/libjava/java/awt/MenuComponent.java b/libjava/java/awt/MenuComponent.java index db6d4bd..f5677fe 100644 --- a/libjava/java/awt/MenuComponent.java +++ b/libjava/java/awt/MenuComponent.java @@ -1,5 +1,5 @@ /* MenuComponent.java -- Superclass of all AWT menu components - Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -55,7 +55,7 @@ import javax.accessibility.AccessibleStateSet; * This is the superclass of all menu AWT widgets. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ public abstract class MenuComponent implements Serializable { @@ -465,7 +465,7 @@ public AccessibleContext getAccessibleContext() * This class provides a base for the accessibility support of menu * components. * - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ protected abstract class AccessibleAWTMenuComponent extends AccessibleContext diff --git a/libjava/java/awt/MenuContainer.java b/libjava/java/awt/MenuContainer.java index dd8b341..08d1cb0 100644 --- a/libjava/java/awt/MenuContainer.java +++ b/libjava/java/awt/MenuContainer.java @@ -1,5 +1,5 @@ /* MenuContainer.java -- container for menu items - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This interface is a container for menu components. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/PageAttributes.java b/libjava/java/awt/PageAttributes.java index 2501aa3..c94f857 100644 --- a/libjava/java/awt/PageAttributes.java +++ b/libjava/java/awt/PageAttributes.java @@ -1,5 +1,5 @@ /* PageAttributes.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.util.Locale; /** * Missing Documentation * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4, but missing documentation */ diff --git a/libjava/java/awt/Paint.java b/libjava/java/awt/Paint.java index 94c30c0..fa136ec 100644 --- a/libjava/java/awt/Paint.java +++ b/libjava/java/awt/Paint.java @@ -48,7 +48,7 @@ import java.awt.image.ColorModel; * of the graphics object. Instances must be immutable, because the graphics * object does not clone them. * - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) * @see PaintContext * @see Color * @see GradientPaint diff --git a/libjava/java/awt/PaintContext.java b/libjava/java/awt/PaintContext.java index fa26061..2900379 100644 --- a/libjava/java/awt/PaintContext.java +++ b/libjava/java/awt/PaintContext.java @@ -42,7 +42,7 @@ import java.awt.image.ColorModel; import java.awt.image.Raster; /** - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) * @see Paint * @since 1.1 * @status updated to 1.4 diff --git a/libjava/java/awt/Panel.java b/libjava/java/awt/Panel.java index 1ba9fbd..628e53e 100644 --- a/libjava/java/awt/Panel.java +++ b/libjava/java/awt/Panel.java @@ -1,5 +1,5 @@ /* Panel.java -- Simple container object - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -127,7 +127,7 @@ public class Panel extends Container implements Accessible * This class provides accessibility support for Panels, and is the * runtime type returned by {@link #getAccessibleContext()}. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 */ protected class AccessibleAWTPanel extends AccessibleAWTContainer diff --git a/libjava/java/awt/Point.java b/libjava/java/awt/Point.java index 3731b41..48f5e33 100644 --- a/libjava/java/awt/Point.java +++ b/libjava/java/awt/Point.java @@ -50,9 +50,9 @@ import java.io.Serializable; * manner, it is your own fault when you get invalid results. Also, this * class is not threadsafe. * - * @author Per Bothner <bothner@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Per Bothner (bothner@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Polygon.java b/libjava/java/awt/Polygon.java index 4b89bd6..4b1eda8 100644 --- a/libjava/java/awt/Polygon.java +++ b/libjava/java/awt/Polygon.java @@ -1,5 +1,5 @@ /* Polygon.java -- class representing a polygon - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,8 +57,8 @@ import java.io.Serializable; * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * not threadsafe. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/PrintGraphics.java b/libjava/java/awt/PrintGraphics.java index 4a65fce..ae66404 100644 --- a/libjava/java/awt/PrintGraphics.java +++ b/libjava/java/awt/PrintGraphics.java @@ -1,5 +1,5 @@ /* PrintGraphics.java -- a print graphics context - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This interface allows the originating print job to be obtained. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/PrintJob.java b/libjava/java/awt/PrintJob.java index 9cf95f2..7bf4534 100644 --- a/libjava/java/awt/PrintJob.java +++ b/libjava/java/awt/PrintJob.java @@ -1,5 +1,5 @@ /* PrintJob.java -- A print job class - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This abstract class represents a print job. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Toolkit#getPrintJob(Frame, String, Properties) * @since 1.0 * @status updated to 1.4 diff --git a/libjava/java/awt/Rectangle.java b/libjava/java/awt/Rectangle.java index 6619096..df7cbbe 100644 --- a/libjava/java/awt/Rectangle.java +++ b/libjava/java/awt/Rectangle.java @@ -57,9 +57,9 @@ import java.io.Serializable; * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * not threadsafe. * - * @author Warren Levy <warrenl@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Warren Levy (warrenl@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/RenderingHints.java b/libjava/java/awt/RenderingHints.java index a1ccdff..86e0eb6 100644 --- a/libjava/java/awt/RenderingHints.java +++ b/libjava/java/awt/RenderingHints.java @@ -51,8 +51,8 @@ import java.util.Set; * items are hints only, they may be ignored by a particular * {@link java.awt.Graphics2D} implementation. * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) + * @author Eric Blake (ebb9@email.byu.edu) */ public class RenderingHints implements Map, Cloneable { diff --git a/libjava/java/awt/Shape.java b/libjava/java/awt/Shape.java index 47c9719..1a0852b 100644 --- a/libjava/java/awt/Shape.java +++ b/libjava/java/awt/Shape.java @@ -1,5 +1,5 @@ /* Shape.java -- the classic Object-Oriented shape interface - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -54,7 +54,7 @@ import java.awt.geom.Rectangle2D; * Unclosed shapes are considered as implicitly closed when performing * <code>contains</code> or <code>intersects</code>. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see PathIterator * @see AffineTransform * @see java.awt.geom.FlatteningPathIterator diff --git a/libjava/java/awt/Stroke.java b/libjava/java/awt/Stroke.java index 8b9b7fc..1fe1568 100644 --- a/libjava/java/awt/Stroke.java +++ b/libjava/java/awt/Stroke.java @@ -1,5 +1,5 @@ /* Stroke.java -- a stroked outline of a shape - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ package java.awt; * Strokes must be immutable, because the graphics object does not clone * them. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see BasicStroke * @see Graphics2D#setStroke(Stroke) * @since 1.1 diff --git a/libjava/java/awt/SystemColor.java b/libjava/java/awt/SystemColor.java index 3428fba..90aa577 100644 --- a/libjava/java/awt/SystemColor.java +++ b/libjava/java/awt/SystemColor.java @@ -1,5 +1,5 @@ /* SystemColor.java -- access dynamic system color values - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -52,8 +52,8 @@ import java.io.Serializable; * track the actual color of instances in this class. This means that equals * may give surprising results; you are better off relying on getRGB. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Toolkit.java b/libjava/java/awt/Toolkit.java index f1925a2..c7f2de9 100644 --- a/libjava/java/awt/Toolkit.java +++ b/libjava/java/awt/Toolkit.java @@ -1,5 +1,5 @@ /* Toolkit.java -- AWT Toolkit superclass - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -91,7 +91,7 @@ import java.util.Properties; * toolkit <code>gnu.java.awt.peer.gtk.GtkToolkit</code> is used. This * toolkit creates its peers using the GTK+ toolkit. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) */ public abstract class Toolkit { diff --git a/libjava/java/awt/Transparency.java b/libjava/java/awt/Transparency.java index fc01f58..9636458 100644 --- a/libjava/java/awt/Transparency.java +++ b/libjava/java/awt/Transparency.java @@ -40,7 +40,7 @@ package java.awt; /** * A common transparency mode for layering graphics. * - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Window.java b/libjava/java/awt/Window.java index 786e51a..cdcd1a4 100644 --- a/libjava/java/awt/Window.java +++ b/libjava/java/awt/Window.java @@ -63,8 +63,8 @@ import javax.accessibility.AccessibleStateSet; /** * This class represents a top-level window with no decorations. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Warren Levy <warrenl@cygnus.com> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Warren Levy (warrenl@cygnus.com) */ public class Window extends Container implements Accessible { diff --git a/libjava/java/awt/color/CMMException.java b/libjava/java/awt/color/CMMException.java index a0948ef..04ef3e2 100644 --- a/libjava/java/awt/color/CMMException.java +++ b/libjava/java/awt/color/CMMException.java @@ -1,5 +1,5 @@ /* CMMException.java -- error in the native CMM - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.color; /** * Thrown when there is an error in the native CMM. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @status updated to 1.4 */ public class CMMException extends RuntimeException diff --git a/libjava/java/awt/color/ColorSpace.java b/libjava/java/awt/color/ColorSpace.java index 905bf9c..dd7121e 100644 --- a/libjava/java/awt/color/ColorSpace.java +++ b/libjava/java/awt/color/ColorSpace.java @@ -43,7 +43,7 @@ import java.io.Serializable; /** * NEEDS DOCUMENTATION * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) * @since 1.2 */ public abstract class ColorSpace implements Serializable diff --git a/libjava/java/awt/color/ICC_ColorSpace.java b/libjava/java/awt/color/ICC_ColorSpace.java index 5cc526a..d6771cd 100644 --- a/libjava/java/awt/color/ICC_ColorSpace.java +++ b/libjava/java/awt/color/ICC_ColorSpace.java @@ -76,7 +76,7 @@ import java.io.ObjectInputStream; * guaranteed to have transforms from the PCS to device space. * * @author Sven de Marothy - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) * @since 1.2 */ public class ICC_ColorSpace extends ColorSpace diff --git a/libjava/java/awt/color/ICC_Profile.java b/libjava/java/awt/color/ICC_Profile.java index b84eb96..791ea9f 100644 --- a/libjava/java/awt/color/ICC_Profile.java +++ b/libjava/java/awt/color/ICC_Profile.java @@ -79,7 +79,7 @@ import java.util.Hashtable; * (available at www.color.org) * * @author Sven de Marothy - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) * @since 1.2 */ public class ICC_Profile implements Serializable diff --git a/libjava/java/awt/color/ProfileDataException.java b/libjava/java/awt/color/ProfileDataException.java index 89f47a2..53b6d28 100644 --- a/libjava/java/awt/color/ProfileDataException.java +++ b/libjava/java/awt/color/ProfileDataException.java @@ -1,5 +1,5 @@ /* ProfileDataException.java -- error in processing an ICC_Profile - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.color; * Thrown when there is an error accessing or processing an * <code>ICC_Profile</code>. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @status updated to 1.4 */ public class ProfileDataException extends RuntimeException diff --git a/libjava/java/awt/datatransfer/FlavorTable.java b/libjava/java/awt/datatransfer/FlavorTable.java index 3822cde..1275d92 100644 --- a/libjava/java/awt/datatransfer/FlavorTable.java +++ b/libjava/java/awt/datatransfer/FlavorTable.java @@ -1,5 +1,5 @@ /* FlavorTable.java -- A relaxed mapping between flavors - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.List; * native can map to multiple flavors, and any flavor can map to multiple * natives; although the mappings are usually symmetric. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @status updated to 1.4 */ diff --git a/libjava/java/awt/datatransfer/MimeTypeParseException.java b/libjava/java/awt/datatransfer/MimeTypeParseException.java index 42aecac..85331c2 100644 --- a/libjava/java/awt/datatransfer/MimeTypeParseException.java +++ b/libjava/java/awt/datatransfer/MimeTypeParseException.java @@ -1,5 +1,5 @@ /* MimeTypeParseException.java -- thrown when MIME string couldn't be parsed - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.datatransfer; /** * MIME string couldn't be parsed correctly. * - * @author Mark Wielaard <mark@klomp.org> + * @author Mark Wielaard (mark@klomp.org) * @status updated to 1.4 */ public class MimeTypeParseException extends Exception diff --git a/libjava/java/awt/datatransfer/Transferable.java b/libjava/java/awt/datatransfer/Transferable.java index 2b49931..8fa56e8 100644 --- a/libjava/java/awt/datatransfer/Transferable.java +++ b/libjava/java/awt/datatransfer/Transferable.java @@ -1,5 +1,5 @@ /* Transferable.java -- Data transfer source - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.io.IOException; /** * This interface is implemented by classes that can transfer data. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/datatransfer/UnsupportedFlavorException.java b/libjava/java/awt/datatransfer/UnsupportedFlavorException.java index 620452b..57ea856 100644 --- a/libjava/java/awt/datatransfer/UnsupportedFlavorException.java +++ b/libjava/java/awt/datatransfer/UnsupportedFlavorException.java @@ -1,5 +1,5 @@ /* UnsupportedFlavorException.java -- ata flavor is not valid - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.datatransfer; /** * The data flavor requested is not supported for the transfer data. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Transferable#getTransferData(DataFlavor) * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/Autoscroll.java b/libjava/java/awt/dnd/Autoscroll.java index ae868c0..054bba8 100644 --- a/libjava/java/awt/dnd/Autoscroll.java +++ b/libjava/java/awt/dnd/Autoscroll.java @@ -1,5 +1,5 @@ /* Autoscroll.java -- - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Point; * subject of the operation on a region of a scrollable GUI control that * is not currently visible to the user. * - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DnDConstants.java b/libjava/java/awt/dnd/DnDConstants.java index a64fa5a..e00b000 100644 --- a/libjava/java/awt/dnd/DnDConstants.java +++ b/libjava/java/awt/dnd/DnDConstants.java @@ -42,7 +42,7 @@ package java.awt.dnd; * This class contains various constants used in drag-and-drop operations. * Why it is not an interface is beyond me. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DragGestureListener.java b/libjava/java/awt/dnd/DragGestureListener.java index 2673d0d..f8c7ab4 100644 --- a/libjava/java/awt/dnd/DragGestureListener.java +++ b/libjava/java/awt/dnd/DragGestureListener.java @@ -1,5 +1,5 @@ /* DragGestureListener.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This is a listener for starting a drag-and-drop gesture. Upon receiving * notification, the implementor then starts the drag operation. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see DragGestureRecognizer * @see DragGestureEvent * @see DragSource diff --git a/libjava/java/awt/dnd/DragSourceAdapter.java b/libjava/java/awt/dnd/DragSourceAdapter.java index 2b2e155..8d65188 100644 --- a/libjava/java/awt/dnd/DragSourceAdapter.java +++ b/libjava/java/awt/dnd/DragSourceAdapter.java @@ -1,5 +1,5 @@ /* DragSourceAdapter.java -- drag-and-drop listener adapter - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ package java.awt.dnd; * a subset of these interfaces to extend this class and override only the * desired methods. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see DragSourceEvent * @see DragSourceListener * @see DragSourceMotionListener diff --git a/libjava/java/awt/dnd/DragSourceDropEvent.java b/libjava/java/awt/dnd/DragSourceDropEvent.java index a645814..876b73d 100644 --- a/libjava/java/awt/dnd/DragSourceDropEvent.java +++ b/libjava/java/awt/dnd/DragSourceDropEvent.java @@ -1,5 +1,5 @@ /* DragSourceDragEvent.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -38,7 +38,7 @@ exception statement from your version. */ package java.awt.dnd; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 * * Written using JDK 1.4.1 Online API diff --git a/libjava/java/awt/dnd/DragSourceListener.java b/libjava/java/awt/dnd/DragSourceListener.java index 2022a32..c4a7bf2 100644 --- a/libjava/java/awt/dnd/DragSourceListener.java +++ b/libjava/java/awt/dnd/DragSourceListener.java @@ -1,5 +1,5 @@ /* DragSourceListener.java -- listen to events during the drag - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * also use a <code>DragSourceAdapter</code> to filter the events you are * interested in. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DragSourceMotionListener.java b/libjava/java/awt/dnd/DragSourceMotionListener.java index 38d025c..d256845 100644 --- a/libjava/java/awt/dnd/DragSourceMotionListener.java +++ b/libjava/java/awt/dnd/DragSourceMotionListener.java @@ -1,5 +1,5 @@ /* DragSourceMotionListener.java -- tracks motion in the drag source - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListener; * event occurs. You can also use a <code>DragSourceAdapter</code> to filter * the events you are interested in. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see DragSourceDragEvent * @see DragSource * @see DragSourceListener diff --git a/libjava/java/awt/dnd/DropTargetAdapter.java b/libjava/java/awt/dnd/DropTargetAdapter.java index 4ece882..a9a81ac 100644 --- a/libjava/java/awt/dnd/DropTargetAdapter.java +++ b/libjava/java/awt/dnd/DropTargetAdapter.java @@ -1,5 +1,5 @@ /* DragSourceAdapter.java -- drag-and-drop listener adapter - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt.dnd; * a subset of these interfaces to extend this class and override only the * desired methods. * - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.4 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DropTargetContext.java b/libjava/java/awt/dnd/DropTargetContext.java index d617855..0b3ba75 100644 --- a/libjava/java/awt/dnd/DropTargetContext.java +++ b/libjava/java/awt/dnd/DropTargetContext.java @@ -47,7 +47,7 @@ import java.util.Arrays; import java.util.List; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 */ public class DropTargetContext implements Serializable diff --git a/libjava/java/awt/dnd/DropTargetListener.java b/libjava/java/awt/dnd/DropTargetListener.java index 8025ff2..1eda1e3 100644 --- a/libjava/java/awt/dnd/DropTargetListener.java +++ b/libjava/java/awt/dnd/DropTargetListener.java @@ -1,5 +1,5 @@ /* DropTargetListener.java -- listen to events during the drop - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.dnd; import java.util.EventListener; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/InvalidDnDOperationException.java b/libjava/java/awt/dnd/InvalidDnDOperationException.java index 927ab14..d02c69b8 100644 --- a/libjava/java/awt/dnd/InvalidDnDOperationException.java +++ b/libjava/java/awt/dnd/InvalidDnDOperationException.java @@ -1,5 +1,5 @@ /* InvalidDnDOperationException.java -- thrown when drag-and-drop fails - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt.dnd; * requested operation, usually because the underlying DnD system is in the * wrong state. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/MouseDragGestureRecognizer.java b/libjava/java/awt/dnd/MouseDragGestureRecognizer.java index 6b21b43..52e19b1 100644 --- a/libjava/java/awt/dnd/MouseDragGestureRecognizer.java +++ b/libjava/java/awt/dnd/MouseDragGestureRecognizer.java @@ -1,5 +1,5 @@ /* MouseDragGestureRecognizer.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) */ public abstract class MouseDragGestureRecognizer extends DragGestureRecognizer diff --git a/libjava/java/awt/dnd/peer/DropTargetContextPeer.java b/libjava/java/awt/dnd/peer/DropTargetContextPeer.java index a2e3ba2..6c3816f 100644 --- a/libjava/java/awt/dnd/peer/DropTargetContextPeer.java +++ b/libjava/java/awt/dnd/peer/DropTargetContextPeer.java @@ -1,5 +1,5 @@ /* DropTargetContextPeer.java -- interface for drag-and-drop peers - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.dnd.InvalidDnDOperationException; * with an associated <code>DropTarget</code> and visible geometry is first * intersected by a logical cursor. * - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) */ public interface DropTargetContextPeer { diff --git a/libjava/java/awt/event/AWTEventListener.java b/libjava/java/awt/event/AWTEventListener.java index b735ce1..b9ce7dc 100644 --- a/libjava/java/awt/event/AWTEventListener.java +++ b/libjava/java/awt/event/AWTEventListener.java @@ -1,5 +1,5 @@ /* AWTEventListener.java -- listen for all events in the AWT system - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * system. In general, this should not be used except for classes like * javax.accessibility or by event recorders. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see AWTEvent * @see Toolkit#addAWTEventListener(AWTEventListener, long) * @see Toolkit#removeAWTEventListener(AWTEventListener) diff --git a/libjava/java/awt/event/AWTEventListenerProxy.java b/libjava/java/awt/event/AWTEventListenerProxy.java index 7572e70..fef8ae7 100644 --- a/libjava/java/awt/event/AWTEventListenerProxy.java +++ b/libjava/java/awt/event/AWTEventListenerProxy.java @@ -1,5 +1,5 @@ /* AWTEventListenerProxy.java -- wrapper/filter for AWTEventListener - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListenerProxy; * This class allows adding an AWTEventListener which only pays attention to * a specific event mask. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Toolkit * @see EventListenerProxy * @since 1.4 diff --git a/libjava/java/awt/event/ActionEvent.java b/libjava/java/awt/event/ActionEvent.java index 97f9807..2b9763e 100644 --- a/libjava/java/awt/event/ActionEvent.java +++ b/libjava/java/awt/event/ActionEvent.java @@ -1,5 +1,5 @@ /* ActionEvent.java -- an action has been triggered - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.EventQueue; * This event is generated when an action on a component (such as a * button press) occurs. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ActionListener * @since 1.1 * @status updated to 1.4 diff --git a/libjava/java/awt/event/AdjustmentEvent.java b/libjava/java/awt/event/AdjustmentEvent.java index 623dab5..f7c7ae4 100644 --- a/libjava/java/awt/event/AdjustmentEvent.java +++ b/libjava/java/awt/event/AdjustmentEvent.java @@ -1,5 +1,5 @@ /* AdjustmentEvent.java -- an adjustable value was changed - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.Adjustable; * This class represents an event that is generated when an adjustable * value is changed. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Adjustable * @see AdjustmentListener * @since 1.1 diff --git a/libjava/java/awt/event/AdjustmentListener.java b/libjava/java/awt/event/AdjustmentListener.java index 050528b..d07663c 100644 --- a/libjava/java/awt/event/AdjustmentListener.java +++ b/libjava/java/awt/event/AdjustmentListener.java @@ -1,5 +1,5 @@ /* AdjustmentListener.java -- listen for adjustment events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.util.EventListener; /** * Interface for classes that listen for adjustment events. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/event/ComponentAdapter.java b/libjava/java/awt/event/ComponentAdapter.java index a8d6044..6ef7847 100644 --- a/libjava/java/awt/event/ComponentAdapter.java +++ b/libjava/java/awt/event/ComponentAdapter.java @@ -1,5 +1,5 @@ /* ComponentAdapter.java -- convenience class for writing component listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>ComponentListener</code> * interface to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentEvent * @see ComponentListener * @since 1.1 diff --git a/libjava/java/awt/event/ComponentEvent.java b/libjava/java/awt/event/ComponentEvent.java index 0f20815..08f0df7 100644 --- a/libjava/java/awt/event/ComponentEvent.java +++ b/libjava/java/awt/event/ComponentEvent.java @@ -1,5 +1,5 @@ /* ComponentEvent.java -- notification of events for components - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.awt.Component; * is also the superclass for other events on components, but * ComponentListeners ignore such subclasses. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentAdapter * @see ComponentListener * @since 1.1 diff --git a/libjava/java/awt/event/ComponentListener.java b/libjava/java/awt/event/ComponentListener.java index fbfc333..7f60174 100644 --- a/libjava/java/awt/event/ComponentListener.java +++ b/libjava/java/awt/event/ComponentListener.java @@ -1,5 +1,5 @@ /* ComponentListener.java -- receive all events for a component - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * handles them internally, taking all appropriate actions. To watch a subset * of these events, use a ComponentAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentAdapter * @see ComponentEvent * @since 1.1 diff --git a/libjava/java/awt/event/ContainerAdapter.java b/libjava/java/awt/event/ContainerAdapter.java index b4c97be..bad475e 100644 --- a/libjava/java/awt/event/ContainerAdapter.java +++ b/libjava/java/awt/event/ContainerAdapter.java @@ -1,5 +1,5 @@ /* ContainerAdapter.java -- convenience class for writing container listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>ContainerListener</code> * interface to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ContainerEvent * @see ContainerListener * @since 1.1 diff --git a/libjava/java/awt/event/ContainerEvent.java b/libjava/java/awt/event/ContainerEvent.java index fe087d2..08c55fa 100644 --- a/libjava/java/awt/event/ContainerEvent.java +++ b/libjava/java/awt/event/ContainerEvent.java @@ -1,5 +1,5 @@ /* ContainerEvent.java -- components added/removed from a container - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Container; * container. Applications do not ordinarily need to handle these events * since the AWT system handles them internally. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ContainerAdapter * @see ContainerListener * @since 1.1 diff --git a/libjava/java/awt/event/ContainerListener.java b/libjava/java/awt/event/ContainerListener.java index a937e15..2ad00f0 100644 --- a/libjava/java/awt/event/ContainerListener.java +++ b/libjava/java/awt/event/ContainerListener.java @@ -1,5 +1,5 @@ /* ContainerListener.java -- listen for container events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * listens for and processes these events. To watch a subset of these events, * use a ContainerAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ContainerAdapter * @see ContainerEvent * @since 1.1 diff --git a/libjava/java/awt/event/FocusAdapter.java b/libjava/java/awt/event/FocusAdapter.java index 721878e..471c7f2 100644 --- a/libjava/java/awt/event/FocusAdapter.java +++ b/libjava/java/awt/event/FocusAdapter.java @@ -1,5 +1,5 @@ /* FocusAdapter.java -- convenience class for writing focus listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>FocusListener</code> interface to * extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see FocusEvent * @see FocusListener * @since 1.1 diff --git a/libjava/java/awt/event/FocusEvent.java b/libjava/java/awt/event/FocusEvent.java index 9f2b98f7..3bca6a7 100644 --- a/libjava/java/awt/event/FocusEvent.java +++ b/libjava/java/awt/event/FocusEvent.java @@ -1,5 +1,5 @@ /* FocusEvent.java -- generated for a focus change - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Component; * during a sroll then returned, and permanent changes, such as when the user * TABs through focusable components. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see FocusAdapter * @see FocusListener * @since 1.1 diff --git a/libjava/java/awt/event/FocusListener.java b/libjava/java/awt/event/FocusListener.java index e372843..d8ef5a8 100644 --- a/libjava/java/awt/event/FocusListener.java +++ b/libjava/java/awt/event/FocusListener.java @@ -1,5 +1,5 @@ /* FocusListener.java -- listen for focus changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListener; * keyboard focus for a component. To watch a subset of these events, use a * FocusAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see FocusAdapter * @see FocusEvent * @since 1.1 diff --git a/libjava/java/awt/event/InputEvent.java b/libjava/java/awt/event/InputEvent.java index b2a1e31..cd59afc 100644 --- a/libjava/java/awt/event/InputEvent.java +++ b/libjava/java/awt/event/InputEvent.java @@ -1,5 +1,5 @@ /* InputEvent.java -- common superclass of component input events - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import java.awt.Component; * passed to listeners before the component, so that listeners can consume * the event before it does its default behavior. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see KeyEvent * @see KeyAdapter * @see MouseEvent diff --git a/libjava/java/awt/event/InputMethodEvent.java b/libjava/java/awt/event/InputMethodEvent.java index 880025b..98dc426 100644 --- a/libjava/java/awt/event/InputMethodEvent.java +++ b/libjava/java/awt/event/InputMethodEvent.java @@ -1,5 +1,5 @@ /* InputMethodEvent.java -- events from a text input method - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import java.text.AttributedCharacterIterator; /** * This class is for event generated by change in a text input method. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see InputMethodListener * @since 1.2 * @status updated to 1.4 diff --git a/libjava/java/awt/event/InputMethodListener.java b/libjava/java/awt/event/InputMethodListener.java index bf09ed8..08de16f 100644 --- a/libjava/java/awt/event/InputMethodListener.java +++ b/libjava/java/awt/event/InputMethodListener.java @@ -1,5 +1,5 @@ /* InputMethodListener.java -- listen for input method events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListener; * method. For a text component to use input methods, it must also install * an InputMethodRequests handler. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see InputMethodEvent * @see InputMethodRequests * @since 1.2 diff --git a/libjava/java/awt/event/InvocationEvent.java b/libjava/java/awt/event/InvocationEvent.java index fb58595..27546c0 100644 --- a/libjava/java/awt/event/InvocationEvent.java +++ b/libjava/java/awt/event/InvocationEvent.java @@ -1,5 +1,5 @@ /* InvocationEvent.java -- call a runnable when dispatched - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.awt.EventQueue; * <code>invokeAndWait</code>, so client code can use this fact to avoid * writing special-casing AWTEventListener objects. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ActiveEvent * @see EventQueue#invokeLater(Runnable) * @see EventQueue#invokeAndWait(Runnable) diff --git a/libjava/java/awt/event/ItemEvent.java b/libjava/java/awt/event/ItemEvent.java index 43784a8..f9c3ee2 100644 --- a/libjava/java/awt/event/ItemEvent.java +++ b/libjava/java/awt/event/ItemEvent.java @@ -1,5 +1,5 @@ /* ItemEvent.java -- event for item state changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.ItemSelectable; * abstraction that distills a large number of individual mouse or keyboard * events into a simpler "item selected" and "item deselected" events. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ItemSelectable * @see ItemListener * @since 1.1 diff --git a/libjava/java/awt/event/ItemListener.java b/libjava/java/awt/event/ItemListener.java index 5c67357..cc8f8c7 100644 --- a/libjava/java/awt/event/ItemListener.java +++ b/libjava/java/awt/event/ItemListener.java @@ -1,5 +1,5 @@ /* ItemListener.java -- listen for item events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to receive events when an * item's selection state changes. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ItemSelectable * @see ItemEvent * @since 1.1 diff --git a/libjava/java/awt/event/KeyAdapter.java b/libjava/java/awt/event/KeyAdapter.java index c60fd52..d27786c 100644 --- a/libjava/java/awt/event/KeyAdapter.java +++ b/libjava/java/awt/event/KeyAdapter.java @@ -1,5 +1,5 @@ /* KeyAdapter.java -- convenience class for writing key listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * a subset of the <code>KeyListener</code> interface to extend this class * and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see KeyEvent * @see KeyListener * @since 1.1 diff --git a/libjava/java/awt/event/KeyEvent.java b/libjava/java/awt/event/KeyEvent.java index 7212c0c..cef05ae 100644 --- a/libjava/java/awt/event/KeyEvent.java +++ b/libjava/java/awt/event/KeyEvent.java @@ -1,5 +1,5 @@ /* KeyEvent.java -- event for key presses - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -70,8 +70,8 @@ import java.io.ObjectInputStream; * as VK_ALL_CANDIDATES in place of ALT+VK_CONVERT. Do not rely on the value * of the VK_* constants, except for VK_ENTER, VK_BACK_SPACE, and VK_TAB. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see KeyAdapter * @see KeyListener * @since 1.1 diff --git a/libjava/java/awt/event/KeyListener.java b/libjava/java/awt/event/KeyListener.java index 7443eed..d46edf4 100644 --- a/libjava/java/awt/event/KeyListener.java +++ b/libjava/java/awt/event/KeyListener.java @@ -1,5 +1,5 @@ /* KeyListener.java -- listen for keyboard presses - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to receive keyboard events. To * watch a subset of these events, use a KeyAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see KeyAdapter * @see KeyEvent * @since 1.1 diff --git a/libjava/java/awt/event/MouseAdapter.java b/libjava/java/awt/event/MouseAdapter.java index 2518d36..5c8cbd0 100644 --- a/libjava/java/awt/event/MouseAdapter.java +++ b/libjava/java/awt/event/MouseAdapter.java @@ -1,5 +1,5 @@ /* MouseAdapter.java -- convenience class for writing mouse listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * a subset of the <code>MouseListener</code> interface to extend this class * and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseEvent * @see MouseListener * @since 1.1 diff --git a/libjava/java/awt/event/MouseEvent.java b/libjava/java/awt/event/MouseEvent.java index 7f3e014..6e43183 100644 --- a/libjava/java/awt/event/MouseEvent.java +++ b/libjava/java/awt/event/MouseEvent.java @@ -1,5 +1,5 @@ /* MouseEvent.java -- a mouse event - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -63,8 +63,8 @@ import java.io.ObjectInputStream; * virtual device, some platforms may clip the path to fit in the bounds of * the component. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see MouseAdapter * @see MouseListener * @see MouseMotionAdapter diff --git a/libjava/java/awt/event/MouseListener.java b/libjava/java/awt/event/MouseListener.java index 6162b08..8b60ef7 100644 --- a/libjava/java/awt/event/MouseListener.java +++ b/libjava/java/awt/event/MouseListener.java @@ -1,5 +1,5 @@ /* MouseListener.java -- listen for mouse clicks and crossing component edges - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.util.EventListener; * use MouseWheelListener. To watch a subset of these events, use a * MouseAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseAdapter * @see MouseEvent * @since 1.1 diff --git a/libjava/java/awt/event/MouseMotionAdapter.java b/libjava/java/awt/event/MouseMotionAdapter.java index cc74988..0500cc5 100644 --- a/libjava/java/awt/event/MouseMotionAdapter.java +++ b/libjava/java/awt/event/MouseMotionAdapter.java @@ -1,5 +1,5 @@ /* MouseMotionAdapter.java -- convenience class for mouse motion listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>MouseMotionListener</code> * interface to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseEvent * @see MouseMotionListener * @since 1.1 diff --git a/libjava/java/awt/event/MouseMotionListener.java b/libjava/java/awt/event/MouseMotionListener.java index 16ced33..1a003ea 100644 --- a/libjava/java/awt/event/MouseMotionListener.java +++ b/libjava/java/awt/event/MouseMotionListener.java @@ -1,5 +1,5 @@ /* MouseMotionListener.java -- listen to mouse motion events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * track other mouse events, use MouseListener or MouseWheelListener. To * watch a subset of these events, use a MouseMotionAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseMotionAdapter * @see MouseEvent * @since 1.1 diff --git a/libjava/java/awt/event/MouseWheelEvent.java b/libjava/java/awt/event/MouseWheelEvent.java index 88d31a5..c167057 100644 --- a/libjava/java/awt/event/MouseWheelEvent.java +++ b/libjava/java/awt/event/MouseWheelEvent.java @@ -1,5 +1,5 @@ /* MouseWheelEvent.java -- a mouse wheel event - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,7 +57,7 @@ import java.awt.Component; * "blocks" (pages at a time). The initial setting is taken from the platform, * although the user can adjust the setting at any time. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see MouseWheelListener * @see ScrollPane * @see ScrollPane#setWheelScrollingEnabled(boolean) diff --git a/libjava/java/awt/event/MouseWheelListener.java b/libjava/java/awt/event/MouseWheelListener.java index 15cbd03..cfb5528 100644 --- a/libjava/java/awt/event/MouseWheelListener.java +++ b/libjava/java/awt/event/MouseWheelListener.java @@ -1,5 +1,5 @@ /* MouseWheelListener.java -- listen for mouse wheel events - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to receive mouse wheel events. For * other events, use MouseListener or MouseMotionListener. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see MouseWheelEvent * @since 1.4 * @status updated to 1.4 diff --git a/libjava/java/awt/event/PaintEvent.java b/libjava/java/awt/event/PaintEvent.java index 107c6b3..c11e2b6 100644 --- a/libjava/java/awt/event/PaintEvent.java +++ b/libjava/java/awt/event/PaintEvent.java @@ -1,5 +1,5 @@ /* PaintEvent.java -- an area of the screen needs to be repainted - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Rectangle; * This event is not meant for users, but exists to allow proper serialization * behavior in the EventQueue with user-accessible events. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/event/TextEvent.java b/libjava/java/awt/event/TextEvent.java index 58d9ab6..7cf44b4 100644 --- a/libjava/java/awt/event/TextEvent.java +++ b/libjava/java/awt/event/TextEvent.java @@ -1,5 +1,5 @@ /* TextEvent.java -- event for text changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.AWTEvent; * abstraction that distills a large number of individual mouse or keyboard * events into a simpler "text changed" event. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see TextComponent * @see TextListener * @since 1.1 diff --git a/libjava/java/awt/event/TextListener.java b/libjava/java/awt/event/TextListener.java index efdd103..f764783 100644 --- a/libjava/java/awt/event/TextListener.java +++ b/libjava/java/awt/event/TextListener.java @@ -1,5 +1,5 @@ /* TextListener.java -- listen for text changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to be notified when text changes * in a component. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see TextEvent * @since 1.1 * @status updated to 1.4 diff --git a/libjava/java/awt/event/WindowAdapter.java b/libjava/java/awt/event/WindowAdapter.java index 5dea18c..3929286 100644 --- a/libjava/java/awt/event/WindowAdapter.java +++ b/libjava/java/awt/event/WindowAdapter.java @@ -1,5 +1,5 @@ /* WindowAdapter.java -- convenience class for writing window listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ package java.awt.event; * interested in listening to only a subset of any <code>WindowEvent</code> * actions to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentEvent * @see ComponentListener * @since 1.1 diff --git a/libjava/java/awt/event/WindowEvent.java b/libjava/java/awt/event/WindowEvent.java index 6e40d51..68a8c25 100644 --- a/libjava/java/awt/event/WindowEvent.java +++ b/libjava/java/awt/event/WindowEvent.java @@ -1,5 +1,5 @@ /* WindowEvent.java -- window change event - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.awt.Window; * like maximization, and WindowFocusListeners deal with focus switching to * or from a window. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see WindowAdapter * @see WindowListener * @see WindowFocusListener diff --git a/libjava/java/awt/event/WindowFocusListener.java b/libjava/java/awt/event/WindowFocusListener.java index de684fb..42034b7 100644 --- a/libjava/java/awt/event/WindowFocusListener.java +++ b/libjava/java/awt/event/WindowFocusListener.java @@ -1,5 +1,5 @@ /* WindowFocusListener.java -- listens for window focus events - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to monitor events for window * focus changes. To watch a subset of these events, use a WindowAdapter. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see WindowAdapter * @see WindowEvent * @since 1.4 diff --git a/libjava/java/awt/event/WindowListener.java b/libjava/java/awt/event/WindowListener.java index ab22c8f..8bbcaba 100644 --- a/libjava/java/awt/event/WindowListener.java +++ b/libjava/java/awt/event/WindowListener.java @@ -1,5 +1,5 @@ /* WindowListener.java -- listens for window events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to monitor events for window * changes. To watch a subset of these events, use a WindowAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see WindowAdapter * @see WindowEvent * @since 1.1 diff --git a/libjava/java/awt/event/WindowStateListener.java b/libjava/java/awt/event/WindowStateListener.java index 2d870a8..dcf4496 100644 --- a/libjava/java/awt/event/WindowStateListener.java +++ b/libjava/java/awt/event/WindowStateListener.java @@ -1,5 +1,5 @@ /* WindowStateListener.java -- listens for window state changes - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to monitor events for window * state changes. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see WindowAdapter * @see WindowEvent * @since 1.4 diff --git a/libjava/java/awt/font/TextHitInfo.java b/libjava/java/awt/font/TextHitInfo.java index daeb7c6..2629ad2 100644 --- a/libjava/java/awt/font/TextHitInfo.java +++ b/libjava/java/awt/font/TextHitInfo.java @@ -1,5 +1,5 @@ /* TextHitInfo.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -38,7 +38,7 @@ exception statement from your version. */ package java.awt.font; /** - * @author John Leuner <jewel@debian.org> + * @author John Leuner (jewel@debian.org) */ public final class TextHitInfo { diff --git a/libjava/java/awt/geom/CubicCurve2D.java b/libjava/java/awt/geom/CubicCurve2D.java index 2037306..1c500b0 100644 --- a/libjava/java/awt/geom/CubicCurve2D.java +++ b/libjava/java/awt/geom/CubicCurve2D.java @@ -642,11 +642,11 @@ public abstract class CubicCurve2D implements Shape, Cloneable * @see #solveCubic(double[], double[]) * @see QuadCurve2D#solveQuadratic(double[],double[]) * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brian Gough (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveCubic(double[] eqn) @@ -689,11 +689,11 @@ public abstract class CubicCurve2D implements Shape, Cloneable * result of -1 indicates that the equation is constant (i.e., * always or never zero). * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brain Gouph (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveCubic(double[] eqn, double[] res) diff --git a/libjava/java/awt/geom/Dimension2D.java b/libjava/java/awt/geom/Dimension2D.java index dbbdf6b..8654c74 100644 --- a/libjava/java/awt/geom/Dimension2D.java +++ b/libjava/java/awt/geom/Dimension2D.java @@ -42,8 +42,8 @@ package java.awt.geom; * This stores a dimension in 2-dimensional space - a width (along the x-axis) * and height (along the y-axis). The storage is left to subclasses. * - * @author Per Bothner <bothner@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Per Bothner (bothner@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/Ellipse2D.java b/libjava/java/awt/geom/Ellipse2D.java index bd64adf..85ba1d1 100644 --- a/libjava/java/awt/geom/Ellipse2D.java +++ b/libjava/java/awt/geom/Ellipse2D.java @@ -46,10 +46,10 @@ package java.awt.geom; * The ellipse is defined by it's bounding box (shown in red), * and is defined by the implicit curve:<BR> * <blockquote>(<i>x</i>/<i>a</i>)<sup>2</sup> + - * (<i>y</i>/<i>b</i>)<sup>2</sup> = 1<BR><BR> + * (<i>y</i>/<i>b</i>)<sup>2</sup> = 1<BR><BR></blockquote> * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.2 */ diff --git a/libjava/java/awt/geom/IllegalPathStateException.java b/libjava/java/awt/geom/IllegalPathStateException.java index f0e388a..3aa432d 100644 --- a/libjava/java/awt/geom/IllegalPathStateException.java +++ b/libjava/java/awt/geom/IllegalPathStateException.java @@ -41,7 +41,7 @@ package java.awt.geom; * Thrown when an operation on a path is in an illegal state, such as appending * a segment to a <code>GeneralPath</code> without an initial moveto. * - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @see GeneralPath * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/Line2D.java b/libjava/java/awt/geom/Line2D.java index 05eedcd..3b64f45 100644 --- a/libjava/java/awt/geom/Line2D.java +++ b/libjava/java/awt/geom/Line2D.java @@ -46,8 +46,8 @@ import java.util.NoSuchElementException; * Remember, on-screen graphics have increasing x from left-to-right, and * increasing y from top-to-bottom. The storage is left to subclasses. * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @author David Gilbert * @since 1.2 * @status updated to 1.4 @@ -867,7 +867,7 @@ public abstract class Line2D implements Shape, Cloneable /** * This class defines a point in <code>double</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ @@ -1017,7 +1017,7 @@ public abstract class Line2D implements Shape, Cloneable /** * This class defines a point in <code>float</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/NoninvertibleTransformException.java b/libjava/java/awt/geom/NoninvertibleTransformException.java index 40b2c18..0fa3667 100644 --- a/libjava/java/awt/geom/NoninvertibleTransformException.java +++ b/libjava/java/awt/geom/NoninvertibleTransformException.java @@ -42,7 +42,7 @@ package java.awt.geom; * <code>AffineTransform</code>, but the transform is in a non-invertible * state. * - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @see AffineTransform * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/PathIterator.java b/libjava/java/awt/geom/PathIterator.java index 8076b5c..6d38911 100644 --- a/libjava/java/awt/geom/PathIterator.java +++ b/libjava/java/awt/geom/PathIterator.java @@ -44,8 +44,8 @@ package java.awt.geom; * MOVETO directive, and can close a circular path back to the previos * MOVETO via the CLOSE directive. * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see java.awt.Shape * @see java.awt.Stroke * @see FlatteningPathIterator diff --git a/libjava/java/awt/geom/Point2D.java b/libjava/java/awt/geom/Point2D.java index d27505f..e334ac7 100644 --- a/libjava/java/awt/geom/Point2D.java +++ b/libjava/java/awt/geom/Point2D.java @@ -229,7 +229,7 @@ public abstract class Point2D implements Cloneable /** * This class defines a point in <code>double</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ @@ -307,7 +307,7 @@ public abstract class Point2D implements Cloneable /** * This class defines a point in <code>float</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/QuadCurve2D.java b/libjava/java/awt/geom/QuadCurve2D.java index 0376d5a..db7c2ab 100644 --- a/libjava/java/awt/geom/QuadCurve2D.java +++ b/libjava/java/awt/geom/QuadCurve2D.java @@ -41,7 +41,6 @@ import java.awt.Rectangle; import java.awt.Shape; import java.util.NoSuchElementException; - /** * A two-dimensional curve that is parameterized with a quadratic * function. @@ -563,11 +562,11 @@ public abstract class QuadCurve2D implements Shape, Cloneable * result of -1 indicates that the equation is constant (i.e., * always or never zero). * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brain Gouph (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveQuadratic(double[] eqn) @@ -608,11 +607,11 @@ public abstract class QuadCurve2D implements Shape, Cloneable * result of -1 indicates that the equation is constant (i.e., * always or never zero). * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brian Gouph (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveQuadratic(double[] eqn, double[] res) diff --git a/libjava/java/awt/geom/RectangularShape.java b/libjava/java/awt/geom/RectangularShape.java index 78e393e..8679d2e 100644 --- a/libjava/java/awt/geom/RectangularShape.java +++ b/libjava/java/awt/geom/RectangularShape.java @@ -46,8 +46,8 @@ import java.awt.Shape; * subclasses which represent geometric objects inside a rectangular frame. * This does not specify any geometry except for the bounding box. * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @see Arc2D * @see Ellipse2D diff --git a/libjava/java/awt/geom/RoundRectangle2D.java b/libjava/java/awt/geom/RoundRectangle2D.java index 3f004ed..b9af7ef 100644 --- a/libjava/java/awt/geom/RoundRectangle2D.java +++ b/libjava/java/awt/geom/RoundRectangle2D.java @@ -41,7 +41,7 @@ import java.util.NoSuchElementException; /** This class implements a rectangle with rounded corners. - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @date December 3, 2000 */ public abstract class RoundRectangle2D extends RectangularShape diff --git a/libjava/java/awt/im/InputContext.java b/libjava/java/awt/im/InputContext.java index fc068c2..03fbd36 100644 --- a/libjava/java/awt/im/InputContext.java +++ b/libjava/java/awt/im/InputContext.java @@ -1,5 +1,5 @@ /* InputContext.java -- provides the context for text input - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -74,7 +74,7 @@ import java.util.Locale; * one entry per line in UTF-8 encoding, each class in the jar that implements * java.awt.im.spi.InputMethodDescriptor. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Component#getInputContext() * @see Component#enableInputMethods(boolean) * @since 1.2 diff --git a/libjava/java/awt/im/InputMethodHighlight.java b/libjava/java/awt/im/InputMethodHighlight.java index 2946d25..9286762 100644 --- a/libjava/java/awt/im/InputMethodHighlight.java +++ b/libjava/java/awt/im/InputMethodHighlight.java @@ -1,5 +1,5 @@ /* InputMethodHighlight.java -- highlights the current text selection - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -52,7 +52,7 @@ import java.util.Map; * AttributedCharacterIterators, and may be wrapped in Annotations to separate * text segments. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see AttributedCharacterIterators * @see Annotation * @since 1.2 diff --git a/libjava/java/awt/im/InputMethodRequests.java b/libjava/java/awt/im/InputMethodRequests.java index 88253ed..d39efcb 100644 --- a/libjava/java/awt/im/InputMethodRequests.java +++ b/libjava/java/awt/im/InputMethodRequests.java @@ -1,5 +1,5 @@ /* InputMethodRequests.java -- handles text insertion via input methods - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import java.text.AttributedCharacterIterator.Attribute; * usually below the main text window, until it is committed into place at * the insertion point, overwriting any selected text</li></ul> * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Component#getInputMethodRequests() * @see InputMethodListener * @since 1.2 diff --git a/libjava/java/awt/im/InputSubset.java b/libjava/java/awt/im/InputSubset.java index fd03269..78c2164 100644 --- a/libjava/java/awt/im/InputSubset.java +++ b/libjava/java/awt/im/InputSubset.java @@ -1,5 +1,5 @@ /* InputSubset.java -- subsets of Unicode important in text input - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.im; * These constants encompass several Unicode blocks, or portions thereof, for * simplification over {@link Character.UnicodeBlock}. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/im/spi/InputMethod.java b/libjava/java/awt/im/spi/InputMethod.java index 0e981ef..18f7a7b 100644 --- a/libjava/java/awt/im/spi/InputMethod.java +++ b/libjava/java/awt/im/spi/InputMethod.java @@ -1,5 +1,5 @@ /* InputMethod.java -- defines an interface for complex text input - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import java.util.Locale; * <p>These contexts can be loaded by the input method framework, using * {@link InputContext#selectInputMethod(Locale)}. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ diff --git a/libjava/java/awt/im/spi/InputMethodDescriptor.java b/libjava/java/awt/im/spi/InputMethodDescriptor.java index 9ba9774..57a1fda 100644 --- a/libjava/java/awt/im/spi/InputMethodDescriptor.java +++ b/libjava/java/awt/im/spi/InputMethodDescriptor.java @@ -1,5 +1,5 @@ /* InputMethodDescriptor.java -- enables loading and use of an input method - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.Locale; * This interface provides information about an InputMethod before it is * loaded. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ diff --git a/libjava/java/awt/image/BandCombineOp.java b/libjava/java/awt/image/BandCombineOp.java index 48c61c5..4c921ed 100644 --- a/libjava/java/awt/image/BandCombineOp.java +++ b/libjava/java/awt/image/BandCombineOp.java @@ -53,7 +53,7 @@ import java.awt.geom.Rectangle2D; * for the destination. Therefore the destination Raster must contain the * same number of bands as the number of rows in the filter matrix. * - * @author Jerry Quinn <jlquinn@optonline.net> + * @author Jerry Quinn (jlquinn@optonline.net) */ public class BandCombineOp implements RasterOp { diff --git a/libjava/java/awt/image/BandedSampleModel.java b/libjava/java/awt/image/BandedSampleModel.java index 93252d9..68a4466 100644 --- a/libjava/java/awt/image/BandedSampleModel.java +++ b/libjava/java/awt/image/BandedSampleModel.java @@ -41,7 +41,7 @@ package java.awt.image; * multiple pixels in a single unit. Pixels have 2^n bits and 2^k pixels fit * per data element. * - * @author Jerry Quinn <jlquinn@optonline.net> + * @author Jerry Quinn (jlquinn@optonline.net) */ public final class BandedSampleModel extends ComponentSampleModel { diff --git a/libjava/java/awt/image/ByteLookupTable.java b/libjava/java/awt/image/ByteLookupTable.java index f022191..8bea284 100644 --- a/libjava/java/awt/image/ByteLookupTable.java +++ b/libjava/java/awt/image/ByteLookupTable.java @@ -1,5 +1,5 @@ /* ByteLookupTable.java -- Java class for a pixel translation table. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.image; * Alpha, R, G, and B. When doing translation, the offset is subtracted from * the pixel values to allow a subset of an array to be used. * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public class ByteLookupTable extends LookupTable diff --git a/libjava/java/awt/image/ComponentSampleModel.java b/libjava/java/awt/image/ComponentSampleModel.java index 0665f40..86161e0 100644 --- a/libjava/java/awt/image/ComponentSampleModel.java +++ b/libjava/java/awt/image/ComponentSampleModel.java @@ -56,7 +56,7 @@ import gnu.java.awt.Buffers; * is controlled by bandOffset, pixelStride, and scanlineStride, which means * that any combination of interleavings is supported. * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class ComponentSampleModel extends SampleModel { diff --git a/libjava/java/awt/image/DataBuffer.java b/libjava/java/awt/image/DataBuffer.java index b921953..6f0215b 100644 --- a/libjava/java/awt/image/DataBuffer.java +++ b/libjava/java/awt/image/DataBuffer.java @@ -41,7 +41,7 @@ package java.awt.image; * of one or more banks. A bank is a continuous region of data * elements. * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class DataBuffer { diff --git a/libjava/java/awt/image/DataBufferByte.java b/libjava/java/awt/image/DataBufferByte.java index c56be6b..a306ede 100644 --- a/libjava/java/awt/image/DataBufferByte.java +++ b/libjava/java/awt/image/DataBufferByte.java @@ -47,7 +47,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferByte extends DataBuffer { diff --git a/libjava/java/awt/image/DataBufferDouble.java b/libjava/java/awt/image/DataBufferDouble.java index 305cb00..c6d1e10 100644 --- a/libjava/java/awt/image/DataBufferDouble.java +++ b/libjava/java/awt/image/DataBufferDouble.java @@ -49,8 +49,8 @@ package java.awt.image; /** * @since 1.4 * - * @author <a href="mailto:rolfwr@ii.uib.no">Rolf W. Rasmussen</a> - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) + * @author Sascha Brawer (brawer@dandelis.ch) */ public final class DataBufferDouble extends DataBuffer diff --git a/libjava/java/awt/image/DataBufferFloat.java b/libjava/java/awt/image/DataBufferFloat.java index 9673edd..6b47e2b 100644 --- a/libjava/java/awt/image/DataBufferFloat.java +++ b/libjava/java/awt/image/DataBufferFloat.java @@ -47,8 +47,8 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author <a href="mailto:rolfwr@ii.uib.no">Rolf W. Rasmussen</a> - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) + * @author Sascha Brawer (brawer@dandelis.ch) */ public final class DataBufferFloat extends DataBuffer diff --git a/libjava/java/awt/image/DataBufferInt.java b/libjava/java/awt/image/DataBufferInt.java index c5f0853..c90f955 100644 --- a/libjava/java/awt/image/DataBufferInt.java +++ b/libjava/java/awt/image/DataBufferInt.java @@ -47,7 +47,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferInt extends DataBuffer { diff --git a/libjava/java/awt/image/DataBufferShort.java b/libjava/java/awt/image/DataBufferShort.java index 7a095c4..a8d8cb5 100644 --- a/libjava/java/awt/image/DataBufferShort.java +++ b/libjava/java/awt/image/DataBufferShort.java @@ -48,7 +48,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferShort extends DataBuffer { diff --git a/libjava/java/awt/image/DataBufferUShort.java b/libjava/java/awt/image/DataBufferUShort.java index 6efe73d..7466d85 100644 --- a/libjava/java/awt/image/DataBufferUShort.java +++ b/libjava/java/awt/image/DataBufferUShort.java @@ -48,7 +48,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferUShort extends DataBuffer { diff --git a/libjava/java/awt/image/ImagingOpException.java b/libjava/java/awt/image/ImagingOpException.java index 51bf02b..0018dc4 100644 --- a/libjava/java/awt/image/ImagingOpException.java +++ b/libjava/java/awt/image/ImagingOpException.java @@ -1,5 +1,5 @@ /* ImagingOpException.java -- indicates an imaging filter failure - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.image; * This exception is thrown when <code>BufferedImageOp</code> or * <code>RasterOp</code> filters cannot process an image. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see BufferedImageOp * @see RasterOp * @status updated to 1.4 diff --git a/libjava/java/awt/image/Kernel.java b/libjava/java/awt/image/Kernel.java index 4898f9e..2bc82ee 100644 --- a/libjava/java/awt/image/Kernel.java +++ b/libjava/java/awt/image/Kernel.java @@ -1,5 +1,5 @@ /* Kernel.java -- Java class for an image processing kernel - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt.image; * convolution filters among other purposes. It stores an array of float * values representing a 2-dimensional array in row-major order. * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public class Kernel implements Cloneable diff --git a/libjava/java/awt/image/LookupTable.java b/libjava/java/awt/image/LookupTable.java index eb89795..497cdb6 100644 --- a/libjava/java/awt/image/LookupTable.java +++ b/libjava/java/awt/image/LookupTable.java @@ -1,5 +1,5 @@ /* LookupTable.java -- Java class for a pixel translation table. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ package java.awt.image; * @see ByteLookupTable * @see ShortLookupTable * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public abstract class LookupTable diff --git a/libjava/java/awt/image/MultiPixelPackedSampleModel.java b/libjava/java/awt/image/MultiPixelPackedSampleModel.java index 6d5f284..ab971c0 100644 --- a/libjava/java/awt/image/MultiPixelPackedSampleModel.java +++ b/libjava/java/awt/image/MultiPixelPackedSampleModel.java @@ -43,7 +43,7 @@ import gnu.java.awt.Buffers; * multiple pixels in a single unit. Pixels have 2^n bits and 2^k pixels fit * per data element. * - * @author Jerry Quinn <jlquinn@optonline.net> + * @author Jerry Quinn (jlquinn@optonline.net) */ public class MultiPixelPackedSampleModel extends SampleModel { diff --git a/libjava/java/awt/image/PackedColorModel.java b/libjava/java/awt/image/PackedColorModel.java index 1f18cf6..457dded 100644 --- a/libjava/java/awt/image/PackedColorModel.java +++ b/libjava/java/awt/image/PackedColorModel.java @@ -43,7 +43,7 @@ import java.awt.Point; import java.awt.color.ColorSpace; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class PackedColorModel extends ColorModel { diff --git a/libjava/java/awt/image/PixelInterleavedSampleModel.java b/libjava/java/awt/image/PixelInterleavedSampleModel.java index d17a68d..1c0408c 100644 --- a/libjava/java/awt/image/PixelInterleavedSampleModel.java +++ b/libjava/java/awt/image/PixelInterleavedSampleModel.java @@ -1,5 +1,5 @@ /* PixelInterleavedSampleModel.java - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ package java.awt.image; * * @since 1.2 * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) */ public class PixelInterleavedSampleModel extends ComponentSampleModel diff --git a/libjava/java/awt/image/RGBImageFilter.java b/libjava/java/awt/image/RGBImageFilter.java index b613c1b..ca88d70 100644 --- a/libjava/java/awt/image/RGBImageFilter.java +++ b/libjava/java/awt/image/RGBImageFilter.java @@ -1,5 +1,5 @@ /* RGBImageFilter.java -- Java class for filtering Pixels by RGB values - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.image; * A filter designed to filter images in the default RGBColorModel regardless of * the ImageProducer's ColorModel. * - * @author Mark Benvenuto <mcb54@columbia.edu> + * @author Mark Benvenuto (mcb54@columbia.edu) */ public abstract class RGBImageFilter extends ImageFilter { diff --git a/libjava/java/awt/image/Raster.java b/libjava/java/awt/image/Raster.java index 0fad4ba..c3cb07f 100644 --- a/libjava/java/awt/image/Raster.java +++ b/libjava/java/awt/image/Raster.java @@ -41,7 +41,7 @@ import java.awt.Point; import java.awt.Rectangle; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class Raster { diff --git a/libjava/java/awt/image/RasterFormatException.java b/libjava/java/awt/image/RasterFormatException.java index 3a29877..4cfc5b5 100644 --- a/libjava/java/awt/image/RasterFormatException.java +++ b/libjava/java/awt/image/RasterFormatException.java @@ -1,5 +1,5 @@ /* RasterFormatException.java -- indicates invalid layout in Raster - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.image; * This exception is thrown when there is invalid layout information in * <code>Raster</code> * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Raster * @status updated to 1.4 */ diff --git a/libjava/java/awt/image/SampleModel.java b/libjava/java/awt/image/SampleModel.java index 4e3b38b..b0d12c0 100644 --- a/libjava/java/awt/image/SampleModel.java +++ b/libjava/java/awt/image/SampleModel.java @@ -37,7 +37,7 @@ exception statement from your version. */ package java.awt.image; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class SampleModel { diff --git a/libjava/java/awt/image/ShortLookupTable.java b/libjava/java/awt/image/ShortLookupTable.java index 36beb1d..c57abeb 100644 --- a/libjava/java/awt/image/ShortLookupTable.java +++ b/libjava/java/awt/image/ShortLookupTable.java @@ -1,5 +1,5 @@ /* ShortLookupTable.java -- Java class for a pixel translation table. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.image; * Alpha, R, G, and B. When doing translation, the offset is subtracted from * the pixel values to allow a subset of an array to be used. * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public class ShortLookupTable extends LookupTable diff --git a/libjava/java/awt/image/SinglePixelPackedSampleModel.java b/libjava/java/awt/image/SinglePixelPackedSampleModel.java index 94a9537..32789fc 100644 --- a/libjava/java/awt/image/SinglePixelPackedSampleModel.java +++ b/libjava/java/awt/image/SinglePixelPackedSampleModel.java @@ -40,7 +40,7 @@ import gnu.java.awt.BitMaskExtent; import gnu.java.awt.Buffers; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class SinglePixelPackedSampleModel extends SampleModel { diff --git a/libjava/java/awt/image/WritableRaster.java b/libjava/java/awt/image/WritableRaster.java index f735001..de3648af 100644 --- a/libjava/java/awt/image/WritableRaster.java +++ b/libjava/java/awt/image/WritableRaster.java @@ -41,7 +41,7 @@ import java.awt.Point; import java.awt.Rectangle; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class WritableRaster extends Raster { diff --git a/libjava/java/awt/print/PrinterAbortException.java b/libjava/java/awt/print/PrinterAbortException.java index 133fdfe..5507a4f 100644 --- a/libjava/java/awt/print/PrinterAbortException.java +++ b/libjava/java/awt/print/PrinterAbortException.java @@ -1,5 +1,5 @@ /* PrinterAbortException.java -- Indicates the print job was aborted - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.print; * This exception is thrown when the print job is aborted, either by the * user or by the application. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class PrinterAbortException extends PrinterException diff --git a/libjava/java/awt/print/PrinterException.java b/libjava/java/awt/print/PrinterException.java index 9476d93..e27fdbf 100644 --- a/libjava/java/awt/print/PrinterException.java +++ b/libjava/java/awt/print/PrinterException.java @@ -1,5 +1,5 @@ /* PrinterException.java -- generic problem in the printing subsystem - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.print; * This is the generic toplevel exception for printing errors. Subclasses * provide more detailed descriptions of the problem. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class PrinterException extends Exception diff --git a/libjava/java/awt/print/PrinterIOException.java b/libjava/java/awt/print/PrinterIOException.java index 31f6381..e64ff4e 100644 --- a/libjava/java/awt/print/PrinterIOException.java +++ b/libjava/java/awt/print/PrinterIOException.java @@ -1,5 +1,5 @@ /* PrinterIOException.java -- The print job encountered an I/O error - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,8 +44,8 @@ import java.io.IOException; * This exception is thrown when the print job encounters an I/O problem * of some kind. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @status updated to 1.4 */ public class PrinterIOException extends PrinterException |