GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...
authorMichael Koch <konqueror@gmx.de>
Thu, 17 Feb 2005 07:48:58 +0000 (07:48 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 17 Feb 2005 07:48:58 +0000 (07:48 +0000)
2005-02-17  Michael Koch  <konqueror@gmx.de>

* gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
gnu/java/awt/peer/gtk/GdkFontPeer.java,
gnu/java/awt/peer/gtk/GdkGlyphVector.java,
gnu/java/awt/peer/gtk/GdkGraphics.java,
gnu/java/awt/peer/gtk/GdkGraphics2D.java,
gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java,
gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java,
gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
gnu/java/awt/peer/gtk/GdkRobotPeer.java,
gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
gnu/java/awt/peer/gtk/GdkTextLayout.java,
gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java,
gnu/java/awt/peer/gtk/GtkChoicePeer.java,
gnu/java/awt/peer/gtk/GtkClipboard.java,
gnu/java/awt/peer/gtk/GtkComponentPeer.java,
gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
gnu/java/awt/peer/gtk/GtkFontPeer.java,
gnu/java/awt/peer/gtk/GtkLabelPeer.java,
gnu/java/awt/peer/gtk/GtkMenuBarPeer.java,
gnu/java/awt/peer/gtk/GtkMenuItemPeer.java,
gnu/java/awt/peer/gtk/GtkMenuPeer.java,
gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
gnu/java/awt/peer/gtk/GtkScrollbarPeer.java,
gnu/java/awt/peer/gtk/GtkToolkit.java,
gnu/java/awt/peer/gtk/GtkWindowPeer.java,
java/applet/Applet.java,
java/awt/AWTError.java,
java/awt/AWTEvent.java,
java/awt/AWTEventMulticaster.java,
java/awt/AWTException.java,
java/awt/AWTKeyStroke.java,
java/awt/AWTPermission.java,
java/awt/ActiveEvent.java,
java/awt/Adjustable.java,
java/awt/AlphaComposite.java,
java/awt/AttributeValue.java,
java/awt/BorderLayout.java,
java/awt/BufferCapabilities.java,
java/awt/Button.java,
java/awt/Canvas.java,
java/awt/CheckboxGroup.java,
java/awt/CheckboxMenuItem.java,
java/awt/Color.java,
java/awt/ColorPaintContext.java,
java/awt/Component.java,
java/awt/ComponentOrientation.java,
java/awt/Composite.java,
java/awt/CompositeContext.java,
java/awt/Container.java,
java/awt/ContainerOrderFocusTraversalPolicy.java,
java/awt/DefaultFocusTraversalPolicy.java,
java/awt/Dialog.java,
java/awt/Dimension.java,
java/awt/DisplayMode.java,
java/awt/EventQueue.java,
java/awt/FileDialog.java,
java/awt/FontFormatException.java,
java/awt/Graphics.java,
java/awt/Graphics2D.java,
java/awt/GraphicsConfigTemplate.java,
java/awt/GraphicsConfiguration.java,
java/awt/GraphicsDevice.java,
java/awt/GridBagLayout.java,
java/awt/GridBagLayoutInfo.java,
java/awt/GridLayout.java,
java/awt/HeadlessException.java,
java/awt/IllegalComponentStateException.java,
java/awt/Image.java,
java/awt/Insets.java,
java/awt/ItemSelectable.java,
java/awt/JobAttributes.java,
java/awt/KeyEventDispatcher.java,
java/awt/KeyEventPostProcessor.java,
java/awt/KeyboardFocusManager.java,
java/awt/Label.java,
java/awt/LayoutManager.java,
java/awt/MenuBar.java,
java/awt/MenuComponent.java,
java/awt/MenuContainer.java,
java/awt/PageAttributes.java,
java/awt/Paint.java,
java/awt/PaintContext.java,
java/awt/Panel.java,
java/awt/Point.java,
java/awt/Polygon.java,
java/awt/PrintGraphics.java,
java/awt/PrintJob.java,
java/awt/Rectangle.java,
java/awt/RenderingHints.java,
java/awt/Shape.java,
java/awt/Stroke.java,
java/awt/SystemColor.java,
java/awt/Toolkit.java,
java/awt/Transparency.java,
java/awt/Window.java,
java/awt/color/CMMException.java,
java/awt/color/ColorSpace.java,
java/awt/color/ICC_ColorSpace.java,
java/awt/color/ICC_Profile.java,
java/awt/color/ProfileDataException.java,
java/awt/datatransfer/FlavorTable.java,
java/awt/datatransfer/MimeTypeParseException.java,
java/awt/datatransfer/Transferable.java,
java/awt/datatransfer/UnsupportedFlavorException.java,
java/awt/dnd/Autoscroll.java,
java/awt/dnd/DnDConstants.java,
java/awt/dnd/DragGestureListener.java,
java/awt/dnd/DragSourceAdapter.java,
java/awt/dnd/DragSourceDropEvent.java,
java/awt/dnd/DragSourceListener.java,
java/awt/dnd/DragSourceMotionListener.java,
java/awt/dnd/DropTargetAdapter.java,
java/awt/dnd/DropTargetContext.java,
java/awt/dnd/DropTargetListener.java,
java/awt/dnd/InvalidDnDOperationException.java,
java/awt/dnd/MouseDragGestureRecognizer.java,
java/awt/dnd/peer/DropTargetContextPeer.java,
java/awt/event/AWTEventListener.java,
java/awt/event/AWTEventListenerProxy.java,
java/awt/event/ActionEvent.java,
java/awt/event/AdjustmentEvent.java,
java/awt/event/AdjustmentListener.java,
java/awt/event/ComponentAdapter.java,
java/awt/event/ComponentEvent.java,
java/awt/event/ComponentListener.java,
java/awt/event/ContainerAdapter.java,
java/awt/event/ContainerEvent.java,
java/awt/event/ContainerListener.java,
java/awt/event/FocusAdapter.java,
java/awt/event/FocusEvent.java,
java/awt/event/FocusListener.java,
java/awt/event/InputEvent.java,
java/awt/event/InputMethodEvent.java,
java/awt/event/InputMethodListener.java,
java/awt/event/InvocationEvent.java,
java/awt/event/ItemEvent.java,
java/awt/event/ItemListener.java,
java/awt/event/KeyAdapter.java,
java/awt/event/KeyEvent.java,
java/awt/event/KeyListener.java,
java/awt/event/MouseAdapter.java,
java/awt/event/MouseEvent.java,
java/awt/event/MouseListener.java,
java/awt/event/MouseMotionAdapter.java,
java/awt/event/MouseMotionListener.java,
java/awt/event/MouseWheelEvent.java,
java/awt/event/MouseWheelListener.java,
java/awt/event/PaintEvent.java,
java/awt/event/TextEvent.java,
java/awt/event/TextListener.java,
java/awt/event/WindowAdapter.java,
java/awt/event/WindowEvent.java,
java/awt/event/WindowFocusListener.java,
java/awt/event/WindowListener.java,
java/awt/event/WindowStateListener.java,
java/awt/font/TextHitInfo.java,
java/awt/geom/CubicCurve2D.java,
java/awt/geom/Dimension2D.java,
java/awt/geom/Ellipse2D.java,
java/awt/geom/IllegalPathStateException.java,
java/awt/geom/Line2D.java,
java/awt/geom/NoninvertibleTransformException.java,
java/awt/geom/PathIterator.java,
java/awt/geom/Point2D.java,
java/awt/geom/QuadCurve2D.java,
java/awt/geom/RectangularShape.java,
java/awt/geom/RoundRectangle2D.java,
java/awt/im/InputContext.java,
java/awt/im/InputMethodHighlight.java,
java/awt/im/InputMethodRequests.java,
java/awt/im/InputSubset.java,
java/awt/im/spi/InputMethod.java,
java/awt/im/spi/InputMethodDescriptor.java,
java/awt/image/BandCombineOp.java,
java/awt/image/BandedSampleModel.java,
java/awt/image/ByteLookupTable.java,
java/awt/image/ComponentSampleModel.java,
java/awt/image/DataBuffer.java,
java/awt/image/DataBufferByte.java,
java/awt/image/DataBufferDouble.java,
java/awt/image/DataBufferFloat.java,
java/awt/image/DataBufferInt.java,
java/awt/image/DataBufferShort.java,
java/awt/image/DataBufferUShort.java,
java/awt/image/ImagingOpException.java,
java/awt/image/Kernel.java,
java/awt/image/LookupTable.java,
java/awt/image/MultiPixelPackedSampleModel.java,
java/awt/image/PackedColorModel.java,
java/awt/image/PixelInterleavedSampleModel.java,
java/awt/image/RGBImageFilter.java,
java/awt/image/Raster.java,
java/awt/image/RasterFormatException.java,
java/awt/image/SampleModel.java,
java/awt/image/ShortLookupTable.java,
java/awt/image/SinglePixelPackedSampleModel.java,
java/awt/image/WritableRaster.java,
java/awt/print/PrinterAbortException.java,
java/awt/print/PrinterException.java,
java/awt/print/PrinterIOException.java,
java/beans/AppletInitializer.java,
java/beans/ExceptionListener.java,
java/beans/PropertyChangeEvent.java,
java/beans/PropertyChangeListenerProxy.java,
java/beans/PropertyChangeSupport.java,
java/beans/PropertyDescriptor.java,
java/beans/VetoableChangeListenerProxy.java,
java/beans/VetoableChangeSupport.java,
java/io/BufferedReader.java,
java/io/ByteArrayInputStream.java,
java/io/ByteArrayOutputStream.java,
java/io/CharArrayReader.java,
java/io/CharArrayWriter.java,
java/io/CharConversionException.java,
java/io/DataInput.java,
java/io/DataInputStream.java,
java/io/DataOutput.java,
java/io/DataOutputStream.java,
java/io/EOFException.java,
java/io/FileInputStream.java,
java/io/FileNotFoundException.java,
java/io/FileOutputStream.java,
java/io/FilenameFilter.java,
java/io/FilterInputStream.java,
java/io/FilterOutputStream.java,
java/io/FilterReader.java,
java/io/FilterWriter.java,
java/io/IOException.java,
java/io/InputStream.java,
java/io/InterruptedIOException.java,
java/io/LineNumberInputStream.java,
java/io/LineNumberReader.java,
java/io/ObjectInputStream.java,
java/io/ObjectStreamException.java,
java/io/OptionalDataException.java,
java/io/OutputStream.java,
java/io/OutputStreamWriter.java,
java/io/PrintStream.java,
java/io/PrintWriter.java,
java/io/PushbackInputStream.java,
java/io/PushbackReader.java,
java/io/RandomAccessFile.java,
java/io/Reader.java,
java/io/SequenceInputStream.java,
java/io/Serializable.java,
java/io/StreamCorruptedException.java,
java/io/StreamTokenizer.java,
java/io/StringBufferInputStream.java,
java/io/StringWriter.java,
java/io/SyncFailedException.java,
java/io/UTFDataFormatException.java,
java/io/UnsupportedEncodingException.java,
java/io/WriteAbortedException.java,
java/io/Writer.java,
java/lang/AbstractMethodError.java,
java/lang/ArithmeticException.java,
java/lang/ArrayIndexOutOfBoundsException.java,
java/lang/ArrayStoreException.java,
java/lang/AssertionError.java,
java/lang/Boolean.java,
java/lang/Byte.java,
java/lang/Class.java,
java/lang/ClassCastException.java,
java/lang/ClassCircularityError.java,
java/lang/ClassLoader.java,
java/lang/ClassNotFoundException.java,
java/lang/CloneNotSupportedException.java,
java/lang/Cloneable.java,
java/lang/Comparable.java,
java/lang/Compiler.java,
java/lang/Double.java,
java/lang/Error.java,
java/lang/Exception.java,
java/lang/ExceptionInInitializerError.java,
java/lang/Float.java,
java/lang/IllegalAccessError.java,
java/lang/IllegalAccessException.java,
java/lang/IllegalArgumentException.java,
java/lang/IllegalMonitorStateException.java,
java/lang/IllegalStateException.java,
java/lang/IllegalThreadStateException.java,
java/lang/IncompatibleClassChangeError.java,
java/lang/IndexOutOfBoundsException.java,
java/lang/InheritableThreadLocal.java,
java/lang/InstantiationError.java,
java/lang/InstantiationException.java,
java/lang/Integer.java,
java/lang/InternalError.java,
java/lang/InterruptedException.java,
java/lang/LinkageError.java,
java/lang/Long.java,
java/lang/NegativeArraySizeException.java,
java/lang/NoClassDefFoundError.java,
java/lang/NoSuchFieldError.java,
java/lang/NoSuchFieldException.java,
java/lang/NoSuchMethodError.java,
java/lang/NoSuchMethodException.java,
java/lang/NullPointerException.java,
java/lang/Number.java,
java/lang/NumberFormatException.java,
java/lang/OutOfMemoryError.java,
java/lang/Process.java,
java/lang/Runnable.java,
java/lang/Runtime.java,
java/lang/RuntimeException.java,
java/lang/RuntimePermission.java,
java/lang/SecurityException.java,
java/lang/SecurityManager.java,
java/lang/Short.java,
java/lang/StackOverflowError.java,
java/lang/StackTraceElement.java,
java/lang/StringBuffer.java,
java/lang/StringIndexOutOfBoundsException.java,
java/lang/ThreadDeath.java,
java/lang/ThreadGroup.java,
java/lang/Throwable.java,
java/lang/UnsatisfiedLinkError.java,
java/lang/UnsupportedOperationException.java,
java/lang/VerifyError.java,
java/lang/VirtualMachineError.java,
java/lang/reflect/AccessibleObject.java,
java/lang/reflect/Array.java,
java/lang/reflect/InvocationTargetException.java,
java/lang/reflect/Member.java,
java/lang/reflect/Modifier.java,
java/lang/reflect/Proxy.java,
java/lang/reflect/ReflectPermission.java,
java/lang/reflect/UndeclaredThrowableException.java,
java/math/BigInteger.java,
java/net/NetworkInterface.java,
java/nio/ByteBufferHelper.java,
java/nio/ByteBufferImpl.java,
java/nio/DirectByteBufferImpl.java,
java/nio/DoubleBufferImpl.java,
java/nio/FloatBufferImpl.java,
java/nio/IntBufferImpl.java,
java/nio/LongBufferImpl.java,
java/nio/ShortBufferImpl.java,
java/nio/channels/Channel.java,
java/nio/channels/IllegalBlockingModeException.java,
java/nio/charset/spi/CharsetProvider.java,
java/security/AccessControlException.java,
java/security/BasicPermission.java,
java/security/DigestException.java,
java/security/DigestInputStream.java,
java/security/DigestOutputStream.java,
java/security/GeneralSecurityException.java,
java/security/Guard.java,
java/security/GuardedObject.java,
java/security/InvalidAlgorithmParameterException.java,
java/security/InvalidKeyException.java,
java/security/InvalidParameterException.java,
java/security/Key.java,
java/security/KeyException.java,
java/security/KeyManagementException.java,
java/security/KeyStoreException.java,
java/security/MessageDigestSpi.java,
java/security/NoSuchAlgorithmException.java,
java/security/NoSuchProviderException.java,
java/security/Permission.java,
java/security/PermissionCollection.java,
java/security/Permissions.java,
java/security/Principal.java,
java/security/PrivateKey.java,
java/security/PrivilegedActionException.java,
java/security/ProviderException.java,
java/security/PublicKey.java,
java/security/SecureRandom.java,
java/security/SecureRandomSpi.java,
java/security/SignatureException.java,
java/security/SignatureSpi.java,
java/security/SignedObject.java,
java/security/Signer.java,
java/security/UnrecoverableKeyException.java,
java/security/UnresolvedPermission.java,
java/security/acl/AclNotFoundException.java,
java/security/acl/LastOwnerException.java,
java/security/acl/NotOwnerException.java,
java/security/cert/CertPath.java,
java/security/cert/CertPathBuilderException.java,
java/security/cert/CertPathValidatorException.java,
java/security/cert/CertStoreException.java,
java/text/BreakIterator.java,
java/text/ChoiceFormat.java,
java/text/CollationElementIterator.java,
java/text/CollationKey.java,
java/text/Collator.java,
java/text/DateFormat.java,
java/text/DateFormatSymbols.java,
java/text/DecimalFormat.java,
java/text/DecimalFormatSymbols.java,
java/text/FieldPosition.java,
java/text/Format.java,
java/text/NumberFormat.java,
java/text/ParseException.java,
java/text/ParsePosition.java,
java/text/StringCharacterIterator.java,
java/util/AbstractCollection.java,
java/util/AbstractList.java,
java/util/AbstractMap.java,
java/util/AbstractSequentialList.java,
java/util/AbstractSet.java,
java/util/ArrayList.java,
java/util/Arrays.java,
java/util/BitSet.java,
java/util/Collection.java,
java/util/Collections.java,
java/util/Comparator.java,
java/util/ConcurrentModificationException.java,
java/util/Currency.java,
java/util/Date.java,
java/util/EmptyStackException.java,
java/util/Enumeration.java,
java/util/EventListener.java,
java/util/EventListenerProxy.java,
java/util/EventObject.java,
java/util/HashMap.java,
java/util/HashSet.java,
java/util/Hashtable.java,
java/util/IdentityHashMap.java,
java/util/Iterator.java,
java/util/LinkedHashSet.java,
java/util/LinkedList.java,
java/util/List.java,
java/util/ListIterator.java,
java/util/ListResourceBundle.java,
java/util/Map.java,
java/util/MissingResourceException.java,
java/util/NoSuchElementException.java,
java/util/Observable.java,
java/util/Observer.java,
java/util/Properties.java,
java/util/PropertyPermissionCollection.java,
java/util/RandomAccess.java,
java/util/Set.java,
java/util/SortedMap.java,
java/util/SortedSet.java,
java/util/Stack.java,
java/util/StringTokenizer.java,
java/util/TooManyListenersException.java,
java/util/TreeMap.java,
java/util/TreeSet.java,
java/util/Vector.java,
java/util/logging/FileHandler.java,
java/util/logging/Level.java,
java/util/prefs/BackingStoreException.java,
java/util/prefs/InvalidPreferencesFormatException.java,
java/util/prefs/Preferences.java,
javax/accessibility/Accessible.java,
javax/accessibility/AccessibleAction.java,
javax/accessibility/AccessibleBundle.java,
javax/accessibility/AccessibleComponent.java,
javax/accessibility/AccessibleContext.java,
javax/accessibility/AccessibleEditableText.java,
javax/accessibility/AccessibleExtendedComponent.java,
javax/accessibility/AccessibleExtendedTable.java,
javax/accessibility/AccessibleHyperlink.java,
javax/accessibility/AccessibleHypertext.java,
javax/accessibility/AccessibleIcon.java,
javax/accessibility/AccessibleKeyBinding.java,
javax/accessibility/AccessibleRelation.java,
javax/accessibility/AccessibleRelationSet.java,
javax/accessibility/AccessibleResourceBundle.java,
javax/accessibility/AccessibleRole.java,
javax/accessibility/AccessibleSelection.java,
javax/accessibility/AccessibleState.java,
javax/accessibility/AccessibleStateSet.java,
javax/accessibility/AccessibleTable.java,
javax/accessibility/AccessibleTableModelChange.java,
javax/accessibility/AccessibleText.java,
javax/accessibility/AccessibleValue.java,
javax/imageio/IIOException.java,
javax/imageio/ImageIO.java,
javax/imageio/spi/IIOServiceProvider.java,
javax/imageio/spi/ImageInputStreamSpi.java,
javax/imageio/spi/ImageOutputStreamSpi.java,
javax/imageio/spi/ImageReaderWriterSpi.java,
javax/imageio/spi/ImageTranscoderSpi.java,
javax/imageio/spi/RegisterableService.java,
javax/imageio/spi/ServiceRegistry.java,
javax/imageio/stream/IIOByteBuffer.java,
javax/imageio/stream/ImageInputStream.java,
javax/imageio/stream/ImageOutputStream.java,
javax/naming/Binding.java,
javax/naming/CannotProceedException.java,
javax/naming/CompositeName.java,
javax/naming/CompoundName.java,
javax/naming/LinkException.java,
javax/naming/LinkRef.java,
javax/naming/NameClassPair.java,
javax/naming/Reference.java,
javax/naming/ReferralException.java,
javax/naming/directory/Attribute.java,
javax/naming/directory/AttributeModificationException.java,
javax/naming/directory/Attributes.java,
javax/naming/directory/DirContext.java,
javax/naming/directory/ModificationItem.java,
javax/naming/directory/SearchControls.java,
javax/naming/directory/SearchResult.java,
javax/naming/event/EventContext.java,
javax/naming/event/EventDirContext.java,
javax/naming/event/NamespaceChangeListener.java,
javax/naming/event/NamingExceptionEvent.java,
javax/naming/event/NamingListener.java,
javax/naming/event/ObjectChangeListener.java,
javax/naming/ldap/Control.java,
javax/naming/ldap/ExtendedResponse.java,
javax/naming/ldap/HasControls.java,
javax/naming/ldap/LdapContext.java,
javax/naming/ldap/UnsolicitedNotification.java,
javax/naming/ldap/UnsolicitedNotificationEvent.java,
javax/naming/ldap/UnsolicitedNotificationListener.java,
javax/naming/spi/DirectoryManager.java,
javax/naming/spi/ResolveResult.java,
javax/naming/spi/Resolver.java,
javax/security/auth/callback/Callback.java,
javax/security/auth/callback/CallbackHandler.java,
javax/security/auth/callback/ChoiceCallback.java,
javax/security/auth/callback/ConfirmationCallback.java,
javax/security/auth/callback/LanguageCallback.java,
javax/security/auth/callback/NameCallback.java,
javax/security/auth/callback/PasswordCallback.java,
javax/security/auth/callback/TextInputCallback.java,
javax/security/auth/callback/TextOutputCallback.java,
javax/security/auth/callback/UnsupportedCallbackException.java,
javax/security/sasl/Sasl.java,
javax/security/sasl/SaslServerFactory.java,
javax/swing/DefaultBoundedRangeModel.java,
javax/swing/JComponent.java,
javax/swing/JList.java,
javax/swing/JProgressBar.java,
javax/swing/JRadioButton.java,
javax/swing/JTextArea.java,
javax/swing/JTextField.java,
javax/swing/JToggleButton.java,
javax/swing/JTree.java,
javax/swing/SpinnerListModel.java,
javax/swing/event/EventListenerList.java,
javax/swing/text/JTextComponent.java,
javax/swing/text/StringContent.java,
javax/swing/text/Utilities.java,
javax/swing/undo/UndoManager.java,
javax/swing/undo/UndoableEditSupport.java,
javax/transaction/HeuristicCommitException.java,
javax/transaction/HeuristicMixedException.java,
javax/transaction/HeuristicRollbackException.java,
javax/transaction/InvalidTransactionException.java,
javax/transaction/NotSupportedException.java,
javax/transaction/RollbackException.java,
javax/transaction/Status.java,
javax/transaction/Synchronization.java,
javax/transaction/SystemException.java,
javax/transaction/Transaction.java,
javax/transaction/TransactionManager.java,
javax/transaction/TransactionRequiredException.java,
javax/transaction/TransactionRolledbackException.java,
javax/transaction/UserTransaction.java,
javax/transaction/xa/XAException.java,
javax/transaction/xa/XAResource.java,
javax/transaction/xa/Xid.java,
javax/xml/XMLConstants.java,
javax/xml/datatype/DatatypeConfigurationException.java,
javax/xml/datatype/DatatypeConstants.java,
javax/xml/datatype/DatatypeFactory.java,
javax/xml/datatype/Duration.java,
javax/xml/datatype/XMLGregorianCalendar.java,
javax/xml/namespace/NamespaceContext.java,
javax/xml/namespace/QName.java,
javax/xml/parsers/DocumentBuilder.java,
javax/xml/parsers/DocumentBuilderFactory.java,
javax/xml/parsers/FactoryConfigurationError.java,
javax/xml/parsers/ParserConfigurationException.java,
javax/xml/parsers/SAXParser.java,
javax/xml/parsers/SAXParserFactory.java,
javax/xml/transform/ErrorListener.java,
javax/xml/transform/OutputKeys.java,
javax/xml/transform/Result.java,
javax/xml/transform/Source.java,
javax/xml/transform/SourceLocator.java,
javax/xml/transform/Templates.java,
javax/xml/transform/Transformer.java,
javax/xml/transform/TransformerConfigurationException.java,
javax/xml/transform/TransformerException.java,
javax/xml/transform/TransformerFactory.java,
javax/xml/transform/TransformerFactoryConfigurationError.java,
javax/xml/transform/URIResolver.java,
javax/xml/transform/dom/DOMLocator.java,
javax/xml/transform/dom/DOMResult.java,
javax/xml/transform/dom/DOMSource.java,
javax/xml/transform/sax/SAXResult.java,
javax/xml/transform/sax/SAXSource.java,
javax/xml/transform/sax/SAXTransformerFactory.java,
javax/xml/transform/sax/TemplatesHandler.java,
javax/xml/transform/sax/TransformerHandler.java,
javax/xml/transform/stream/StreamResult.java,
javax/xml/transform/stream/StreamSource.java,
javax/xml/validation/Schema.java,
javax/xml/validation/SchemaFactory.java,
javax/xml/validation/TypeInfoProvider.java,
javax/xml/validation/Validator.java,
javax/xml/validation/ValidatorHandler.java,
javax/xml/xpath/XPathConstants.java,
javax/xml/xpath/XPathException.java,
javax/xml/xpath/XPathExpression.java,
javax/xml/xpath/XPathExpressionException.java,
javax/xml/xpath/XPathFactory.java,
javax/xml/xpath/XPathFactoryConfigurationException.java,
javax/xml/xpath/XPathFunction.java,
javax/xml/xpath/XPathFunctionException.java,
javax/xml/xpath/XPathFunctionResolver.java:
Fixed usage of @author tag, reworked import statements,
removed CVS tags, changed the modifier order and fixed
HTML usage in javadocs.

From-SVN: r95152

611 files changed:
libjava/ChangeLog
libjava/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java
libjava/gnu/java/awt/peer/gtk/GdkFontPeer.java
libjava/gnu/java/awt/peer/gtk/GdkGlyphVector.java
libjava/gnu/java/awt/peer/gtk/GdkGraphics.java
libjava/gnu/java/awt/peer/gtk/GdkGraphics2D.java
libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java
libjava/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java
libjava/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java
libjava/gnu/java/awt/peer/gtk/GdkRobotPeer.java
libjava/gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java
libjava/gnu/java/awt/peer/gtk/GdkTextLayout.java
libjava/gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java
libjava/gnu/java/awt/peer/gtk/GtkChoicePeer.java
libjava/gnu/java/awt/peer/gtk/GtkClipboard.java
libjava/gnu/java/awt/peer/gtk/GtkComponentPeer.java
libjava/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java
libjava/gnu/java/awt/peer/gtk/GtkFontPeer.java
libjava/gnu/java/awt/peer/gtk/GtkLabelPeer.java
libjava/gnu/java/awt/peer/gtk/GtkMenuBarPeer.java
libjava/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java
libjava/gnu/java/awt/peer/gtk/GtkMenuPeer.java
libjava/gnu/java/awt/peer/gtk/GtkScrollPanePeer.java
libjava/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java
libjava/gnu/java/awt/peer/gtk/GtkToolkit.java
libjava/gnu/java/awt/peer/gtk/GtkWindowPeer.java
libjava/java/applet/Applet.java
libjava/java/awt/AWTError.java
libjava/java/awt/AWTEvent.java
libjava/java/awt/AWTEventMulticaster.java
libjava/java/awt/AWTException.java
libjava/java/awt/AWTKeyStroke.java
libjava/java/awt/AWTPermission.java
libjava/java/awt/ActiveEvent.java
libjava/java/awt/Adjustable.java
libjava/java/awt/AlphaComposite.java
libjava/java/awt/AttributeValue.java
libjava/java/awt/BorderLayout.java
libjava/java/awt/BufferCapabilities.java
libjava/java/awt/Button.java
libjava/java/awt/Canvas.java
libjava/java/awt/CheckboxGroup.java
libjava/java/awt/CheckboxMenuItem.java
libjava/java/awt/Color.java
libjava/java/awt/ColorPaintContext.java
libjava/java/awt/Component.java
libjava/java/awt/ComponentOrientation.java
libjava/java/awt/Composite.java
libjava/java/awt/CompositeContext.java
libjava/java/awt/Container.java
libjava/java/awt/ContainerOrderFocusTraversalPolicy.java
libjava/java/awt/DefaultFocusTraversalPolicy.java
libjava/java/awt/Dialog.java
libjava/java/awt/Dimension.java
libjava/java/awt/DisplayMode.java
libjava/java/awt/EventQueue.java
libjava/java/awt/FileDialog.java
libjava/java/awt/FontFormatException.java
libjava/java/awt/Graphics.java
libjava/java/awt/Graphics2D.java
libjava/java/awt/GraphicsConfigTemplate.java
libjava/java/awt/GraphicsConfiguration.java
libjava/java/awt/GraphicsDevice.java
libjava/java/awt/GridBagLayout.java
libjava/java/awt/GridBagLayoutInfo.java
libjava/java/awt/GridLayout.java
libjava/java/awt/HeadlessException.java
libjava/java/awt/IllegalComponentStateException.java
libjava/java/awt/Image.java
libjava/java/awt/Insets.java
libjava/java/awt/ItemSelectable.java
libjava/java/awt/JobAttributes.java
libjava/java/awt/KeyEventDispatcher.java
libjava/java/awt/KeyEventPostProcessor.java
libjava/java/awt/KeyboardFocusManager.java
libjava/java/awt/Label.java
libjava/java/awt/LayoutManager.java
libjava/java/awt/MenuBar.java
libjava/java/awt/MenuComponent.java
libjava/java/awt/MenuContainer.java
libjava/java/awt/PageAttributes.java
libjava/java/awt/Paint.java
libjava/java/awt/PaintContext.java
libjava/java/awt/Panel.java
libjava/java/awt/Point.java
libjava/java/awt/Polygon.java
libjava/java/awt/PrintGraphics.java
libjava/java/awt/PrintJob.java
libjava/java/awt/Rectangle.java
libjava/java/awt/RenderingHints.java
libjava/java/awt/Shape.java
libjava/java/awt/Stroke.java
libjava/java/awt/SystemColor.java
libjava/java/awt/Toolkit.java
libjava/java/awt/Transparency.java
libjava/java/awt/Window.java
libjava/java/awt/color/CMMException.java
libjava/java/awt/color/ColorSpace.java
libjava/java/awt/color/ICC_ColorSpace.java
libjava/java/awt/color/ICC_Profile.java
libjava/java/awt/color/ProfileDataException.java
libjava/java/awt/datatransfer/FlavorTable.java
libjava/java/awt/datatransfer/MimeTypeParseException.java
libjava/java/awt/datatransfer/Transferable.java
libjava/java/awt/datatransfer/UnsupportedFlavorException.java
libjava/java/awt/dnd/Autoscroll.java
libjava/java/awt/dnd/DnDConstants.java
libjava/java/awt/dnd/DragGestureListener.java
libjava/java/awt/dnd/DragSourceAdapter.java
libjava/java/awt/dnd/DragSourceDropEvent.java
libjava/java/awt/dnd/DragSourceListener.java
libjava/java/awt/dnd/DragSourceMotionListener.java
libjava/java/awt/dnd/DropTargetAdapter.java
libjava/java/awt/dnd/DropTargetContext.java
libjava/java/awt/dnd/DropTargetListener.java
libjava/java/awt/dnd/InvalidDnDOperationException.java
libjava/java/awt/dnd/MouseDragGestureRecognizer.java
libjava/java/awt/dnd/peer/DropTargetContextPeer.java
libjava/java/awt/event/AWTEventListener.java
libjava/java/awt/event/AWTEventListenerProxy.java
libjava/java/awt/event/ActionEvent.java
libjava/java/awt/event/AdjustmentEvent.java
libjava/java/awt/event/AdjustmentListener.java
libjava/java/awt/event/ComponentAdapter.java
libjava/java/awt/event/ComponentEvent.java
libjava/java/awt/event/ComponentListener.java
libjava/java/awt/event/ContainerAdapter.java
libjava/java/awt/event/ContainerEvent.java
libjava/java/awt/event/ContainerListener.java
libjava/java/awt/event/FocusAdapter.java
libjava/java/awt/event/FocusEvent.java
libjava/java/awt/event/FocusListener.java
libjava/java/awt/event/InputEvent.java
libjava/java/awt/event/InputMethodEvent.java
libjava/java/awt/event/InputMethodListener.java
libjava/java/awt/event/InvocationEvent.java
libjava/java/awt/event/ItemEvent.java
libjava/java/awt/event/ItemListener.java
libjava/java/awt/event/KeyAdapter.java
libjava/java/awt/event/KeyEvent.java
libjava/java/awt/event/KeyListener.java
libjava/java/awt/event/MouseAdapter.java
libjava/java/awt/event/MouseEvent.java
libjava/java/awt/event/MouseListener.java
libjava/java/awt/event/MouseMotionAdapter.java
libjava/java/awt/event/MouseMotionListener.java
libjava/java/awt/event/MouseWheelEvent.java
libjava/java/awt/event/MouseWheelListener.java
libjava/java/awt/event/PaintEvent.java
libjava/java/awt/event/TextEvent.java
libjava/java/awt/event/TextListener.java
libjava/java/awt/event/WindowAdapter.java
libjava/java/awt/event/WindowEvent.java
libjava/java/awt/event/WindowFocusListener.java
libjava/java/awt/event/WindowListener.java
libjava/java/awt/event/WindowStateListener.java
libjava/java/awt/font/TextHitInfo.java
libjava/java/awt/geom/CubicCurve2D.java
libjava/java/awt/geom/Dimension2D.java
libjava/java/awt/geom/Ellipse2D.java
libjava/java/awt/geom/IllegalPathStateException.java
libjava/java/awt/geom/Line2D.java
libjava/java/awt/geom/NoninvertibleTransformException.java
libjava/java/awt/geom/PathIterator.java
libjava/java/awt/geom/Point2D.java
libjava/java/awt/geom/QuadCurve2D.java
libjava/java/awt/geom/RectangularShape.java
libjava/java/awt/geom/RoundRectangle2D.java
libjava/java/awt/im/InputContext.java
libjava/java/awt/im/InputMethodHighlight.java
libjava/java/awt/im/InputMethodRequests.java
libjava/java/awt/im/InputSubset.java
libjava/java/awt/im/spi/InputMethod.java
libjava/java/awt/im/spi/InputMethodDescriptor.java
libjava/java/awt/image/BandCombineOp.java
libjava/java/awt/image/BandedSampleModel.java
libjava/java/awt/image/ByteLookupTable.java
libjava/java/awt/image/ComponentSampleModel.java
libjava/java/awt/image/DataBuffer.java
libjava/java/awt/image/DataBufferByte.java
libjava/java/awt/image/DataBufferDouble.java
libjava/java/awt/image/DataBufferFloat.java
libjava/java/awt/image/DataBufferInt.java
libjava/java/awt/image/DataBufferShort.java
libjava/java/awt/image/DataBufferUShort.java
libjava/java/awt/image/ImagingOpException.java
libjava/java/awt/image/Kernel.java
libjava/java/awt/image/LookupTable.java
libjava/java/awt/image/MultiPixelPackedSampleModel.java
libjava/java/awt/image/PackedColorModel.java
libjava/java/awt/image/PixelInterleavedSampleModel.java
libjava/java/awt/image/RGBImageFilter.java
libjava/java/awt/image/Raster.java
libjava/java/awt/image/RasterFormatException.java
libjava/java/awt/image/SampleModel.java
libjava/java/awt/image/ShortLookupTable.java
libjava/java/awt/image/SinglePixelPackedSampleModel.java
libjava/java/awt/image/WritableRaster.java
libjava/java/awt/print/PrinterAbortException.java
libjava/java/awt/print/PrinterException.java
libjava/java/awt/print/PrinterIOException.java
libjava/java/beans/AppletInitializer.java
libjava/java/beans/ExceptionListener.java
libjava/java/beans/PropertyChangeEvent.java
libjava/java/beans/PropertyChangeListenerProxy.java
libjava/java/beans/PropertyChangeSupport.java
libjava/java/beans/PropertyDescriptor.java
libjava/java/beans/VetoableChangeListenerProxy.java
libjava/java/beans/VetoableChangeSupport.java
libjava/java/io/BufferedReader.java
libjava/java/io/ByteArrayInputStream.java
libjava/java/io/ByteArrayOutputStream.java
libjava/java/io/CharArrayReader.java
libjava/java/io/CharArrayWriter.java
libjava/java/io/CharConversionException.java
libjava/java/io/DataInput.java
libjava/java/io/DataInputStream.java
libjava/java/io/DataOutput.java
libjava/java/io/DataOutputStream.java
libjava/java/io/EOFException.java
libjava/java/io/FileInputStream.java
libjava/java/io/FileNotFoundException.java
libjava/java/io/FileOutputStream.java
libjava/java/io/FilenameFilter.java
libjava/java/io/FilterInputStream.java
libjava/java/io/FilterOutputStream.java
libjava/java/io/FilterReader.java
libjava/java/io/FilterWriter.java
libjava/java/io/IOException.java
libjava/java/io/InputStream.java
libjava/java/io/InterruptedIOException.java
libjava/java/io/LineNumberInputStream.java
libjava/java/io/LineNumberReader.java
libjava/java/io/ObjectInputStream.java
libjava/java/io/ObjectStreamException.java
libjava/java/io/OptionalDataException.java
libjava/java/io/OutputStream.java
libjava/java/io/OutputStreamWriter.java
libjava/java/io/PrintStream.java
libjava/java/io/PrintWriter.java
libjava/java/io/PushbackInputStream.java
libjava/java/io/PushbackReader.java
libjava/java/io/RandomAccessFile.java
libjava/java/io/Reader.java
libjava/java/io/SequenceInputStream.java
libjava/java/io/Serializable.java
libjava/java/io/StreamCorruptedException.java
libjava/java/io/StreamTokenizer.java
libjava/java/io/StringBufferInputStream.java
libjava/java/io/StringWriter.java
libjava/java/io/SyncFailedException.java
libjava/java/io/UTFDataFormatException.java
libjava/java/io/UnsupportedEncodingException.java
libjava/java/io/WriteAbortedException.java
libjava/java/io/Writer.java
libjava/java/lang/AbstractMethodError.java
libjava/java/lang/ArithmeticException.java
libjava/java/lang/ArrayIndexOutOfBoundsException.java
libjava/java/lang/ArrayStoreException.java
libjava/java/lang/AssertionError.java
libjava/java/lang/Boolean.java
libjava/java/lang/Byte.java
libjava/java/lang/Class.java
libjava/java/lang/ClassCastException.java
libjava/java/lang/ClassCircularityError.java
libjava/java/lang/ClassLoader.java
libjava/java/lang/ClassNotFoundException.java
libjava/java/lang/CloneNotSupportedException.java
libjava/java/lang/Cloneable.java
libjava/java/lang/Comparable.java
libjava/java/lang/Compiler.java
libjava/java/lang/Double.java
libjava/java/lang/Error.java
libjava/java/lang/Exception.java
libjava/java/lang/ExceptionInInitializerError.java
libjava/java/lang/Float.java
libjava/java/lang/IllegalAccessError.java
libjava/java/lang/IllegalAccessException.java
libjava/java/lang/IllegalArgumentException.java
libjava/java/lang/IllegalMonitorStateException.java
libjava/java/lang/IllegalStateException.java
libjava/java/lang/IllegalThreadStateException.java
libjava/java/lang/IncompatibleClassChangeError.java
libjava/java/lang/IndexOutOfBoundsException.java
libjava/java/lang/InheritableThreadLocal.java
libjava/java/lang/InstantiationError.java
libjava/java/lang/InstantiationException.java
libjava/java/lang/Integer.java
libjava/java/lang/InternalError.java
libjava/java/lang/InterruptedException.java
libjava/java/lang/LinkageError.java
libjava/java/lang/Long.java
libjava/java/lang/NegativeArraySizeException.java
libjava/java/lang/NoClassDefFoundError.java
libjava/java/lang/NoSuchFieldError.java
libjava/java/lang/NoSuchFieldException.java
libjava/java/lang/NoSuchMethodError.java
libjava/java/lang/NoSuchMethodException.java
libjava/java/lang/NullPointerException.java
libjava/java/lang/Number.java
libjava/java/lang/NumberFormatException.java
libjava/java/lang/OutOfMemoryError.java
libjava/java/lang/Process.java
libjava/java/lang/Runnable.java
libjava/java/lang/Runtime.java
libjava/java/lang/RuntimeException.java
libjava/java/lang/RuntimePermission.java
libjava/java/lang/SecurityException.java
libjava/java/lang/SecurityManager.java
libjava/java/lang/Short.java
libjava/java/lang/StackOverflowError.java
libjava/java/lang/StackTraceElement.java
libjava/java/lang/StringBuffer.java
libjava/java/lang/StringIndexOutOfBoundsException.java
libjava/java/lang/ThreadDeath.java
libjava/java/lang/ThreadGroup.java
libjava/java/lang/Throwable.java
libjava/java/lang/UnsatisfiedLinkError.java
libjava/java/lang/UnsupportedOperationException.java
libjava/java/lang/VerifyError.java
libjava/java/lang/VirtualMachineError.java
libjava/java/lang/reflect/AccessibleObject.java
libjava/java/lang/reflect/Array.java
libjava/java/lang/reflect/InvocationTargetException.java
libjava/java/lang/reflect/Member.java
libjava/java/lang/reflect/Modifier.java
libjava/java/lang/reflect/Proxy.java
libjava/java/lang/reflect/ReflectPermission.java
libjava/java/lang/reflect/UndeclaredThrowableException.java
libjava/java/math/BigInteger.java
libjava/java/net/NetworkInterface.java
libjava/java/nio/ByteBufferHelper.java
libjava/java/nio/ByteBufferImpl.java
libjava/java/nio/DirectByteBufferImpl.java
libjava/java/nio/DoubleBufferImpl.java
libjava/java/nio/FloatBufferImpl.java
libjava/java/nio/IntBufferImpl.java
libjava/java/nio/LongBufferImpl.java
libjava/java/nio/ShortBufferImpl.java
libjava/java/nio/channels/Channel.java
libjava/java/nio/channels/IllegalBlockingModeException.java
libjava/java/nio/charset/spi/CharsetProvider.java
libjava/java/security/AccessControlException.java
libjava/java/security/BasicPermission.java
libjava/java/security/DigestException.java
libjava/java/security/DigestInputStream.java
libjava/java/security/DigestOutputStream.java
libjava/java/security/GeneralSecurityException.java
libjava/java/security/Guard.java
libjava/java/security/GuardedObject.java
libjava/java/security/InvalidAlgorithmParameterException.java
libjava/java/security/InvalidKeyException.java
libjava/java/security/InvalidParameterException.java
libjava/java/security/Key.java
libjava/java/security/KeyException.java
libjava/java/security/KeyManagementException.java
libjava/java/security/KeyStoreException.java
libjava/java/security/MessageDigestSpi.java
libjava/java/security/NoSuchAlgorithmException.java
libjava/java/security/NoSuchProviderException.java
libjava/java/security/Permission.java
libjava/java/security/PermissionCollection.java
libjava/java/security/Permissions.java
libjava/java/security/Principal.java
libjava/java/security/PrivateKey.java
libjava/java/security/PrivilegedActionException.java
libjava/java/security/ProviderException.java
libjava/java/security/PublicKey.java
libjava/java/security/SecureRandom.java
libjava/java/security/SecureRandomSpi.java
libjava/java/security/SignatureException.java
libjava/java/security/SignatureSpi.java
libjava/java/security/SignedObject.java
libjava/java/security/Signer.java
libjava/java/security/UnrecoverableKeyException.java
libjava/java/security/UnresolvedPermission.java
libjava/java/security/acl/AclNotFoundException.java
libjava/java/security/acl/LastOwnerException.java
libjava/java/security/acl/NotOwnerException.java
libjava/java/security/cert/CertPath.java
libjava/java/security/cert/CertPathBuilderException.java
libjava/java/security/cert/CertPathValidatorException.java
libjava/java/security/cert/CertStoreException.java
libjava/java/text/BreakIterator.java
libjava/java/text/ChoiceFormat.java
libjava/java/text/CollationElementIterator.java
libjava/java/text/CollationKey.java
libjava/java/text/Collator.java
libjava/java/text/DateFormat.java
libjava/java/text/DateFormatSymbols.java
libjava/java/text/DecimalFormat.java
libjava/java/text/DecimalFormatSymbols.java
libjava/java/text/FieldPosition.java
libjava/java/text/Format.java
libjava/java/text/NumberFormat.java
libjava/java/text/ParseException.java
libjava/java/text/ParsePosition.java
libjava/java/text/StringCharacterIterator.java
libjava/java/util/AbstractCollection.java
libjava/java/util/AbstractList.java
libjava/java/util/AbstractMap.java
libjava/java/util/AbstractSequentialList.java
libjava/java/util/AbstractSet.java
libjava/java/util/ArrayList.java
libjava/java/util/Arrays.java
libjava/java/util/BitSet.java
libjava/java/util/Collection.java
libjava/java/util/Collections.java
libjava/java/util/Comparator.java
libjava/java/util/ConcurrentModificationException.java
libjava/java/util/Currency.java
libjava/java/util/Date.java
libjava/java/util/EmptyStackException.java
libjava/java/util/Enumeration.java
libjava/java/util/EventListener.java
libjava/java/util/EventListenerProxy.java
libjava/java/util/EventObject.java
libjava/java/util/HashMap.java
libjava/java/util/HashSet.java
libjava/java/util/Hashtable.java
libjava/java/util/IdentityHashMap.java
libjava/java/util/Iterator.java
libjava/java/util/LinkedHashSet.java
libjava/java/util/LinkedList.java
libjava/java/util/List.java
libjava/java/util/ListIterator.java
libjava/java/util/ListResourceBundle.java
libjava/java/util/Map.java
libjava/java/util/MissingResourceException.java
libjava/java/util/NoSuchElementException.java
libjava/java/util/Observable.java
libjava/java/util/Observer.java
libjava/java/util/Properties.java
libjava/java/util/PropertyPermissionCollection.java
libjava/java/util/RandomAccess.java
libjava/java/util/Set.java
libjava/java/util/SortedMap.java
libjava/java/util/SortedSet.java
libjava/java/util/Stack.java
libjava/java/util/StringTokenizer.java
libjava/java/util/TooManyListenersException.java
libjava/java/util/TreeMap.java
libjava/java/util/TreeSet.java
libjava/java/util/Vector.java
libjava/java/util/logging/FileHandler.java
libjava/java/util/logging/Level.java
libjava/java/util/prefs/BackingStoreException.java
libjava/java/util/prefs/InvalidPreferencesFormatException.java
libjava/java/util/prefs/Preferences.java
libjava/javax/accessibility/Accessible.java
libjava/javax/accessibility/AccessibleAction.java
libjava/javax/accessibility/AccessibleBundle.java
libjava/javax/accessibility/AccessibleComponent.java
libjava/javax/accessibility/AccessibleContext.java
libjava/javax/accessibility/AccessibleEditableText.java
libjava/javax/accessibility/AccessibleExtendedComponent.java
libjava/javax/accessibility/AccessibleExtendedTable.java
libjava/javax/accessibility/AccessibleHyperlink.java
libjava/javax/accessibility/AccessibleHypertext.java
libjava/javax/accessibility/AccessibleIcon.java
libjava/javax/accessibility/AccessibleKeyBinding.java
libjava/javax/accessibility/AccessibleRelation.java
libjava/javax/accessibility/AccessibleRelationSet.java
libjava/javax/accessibility/AccessibleResourceBundle.java
libjava/javax/accessibility/AccessibleRole.java
libjava/javax/accessibility/AccessibleSelection.java
libjava/javax/accessibility/AccessibleState.java
libjava/javax/accessibility/AccessibleStateSet.java
libjava/javax/accessibility/AccessibleTable.java
libjava/javax/accessibility/AccessibleTableModelChange.java
libjava/javax/accessibility/AccessibleText.java
libjava/javax/accessibility/AccessibleValue.java
libjava/javax/imageio/IIOException.java
libjava/javax/imageio/ImageIO.java
libjava/javax/imageio/spi/IIOServiceProvider.java
libjava/javax/imageio/spi/ImageInputStreamSpi.java
libjava/javax/imageio/spi/ImageOutputStreamSpi.java
libjava/javax/imageio/spi/ImageReaderWriterSpi.java
libjava/javax/imageio/spi/ImageTranscoderSpi.java
libjava/javax/imageio/spi/RegisterableService.java
libjava/javax/imageio/spi/ServiceRegistry.java
libjava/javax/imageio/stream/IIOByteBuffer.java
libjava/javax/imageio/stream/ImageInputStream.java
libjava/javax/imageio/stream/ImageOutputStream.java
libjava/javax/naming/Binding.java
libjava/javax/naming/CannotProceedException.java
libjava/javax/naming/CompositeName.java
libjava/javax/naming/CompoundName.java
libjava/javax/naming/LinkException.java
libjava/javax/naming/LinkRef.java
libjava/javax/naming/NameClassPair.java
libjava/javax/naming/Reference.java
libjava/javax/naming/ReferralException.java
libjava/javax/naming/directory/Attribute.java
libjava/javax/naming/directory/AttributeModificationException.java
libjava/javax/naming/directory/Attributes.java
libjava/javax/naming/directory/DirContext.java
libjava/javax/naming/directory/ModificationItem.java
libjava/javax/naming/directory/SearchControls.java
libjava/javax/naming/directory/SearchResult.java
libjava/javax/naming/event/EventContext.java
libjava/javax/naming/event/EventDirContext.java
libjava/javax/naming/event/NamespaceChangeListener.java
libjava/javax/naming/event/NamingExceptionEvent.java
libjava/javax/naming/event/NamingListener.java
libjava/javax/naming/event/ObjectChangeListener.java
libjava/javax/naming/ldap/Control.java
libjava/javax/naming/ldap/ExtendedResponse.java
libjava/javax/naming/ldap/HasControls.java
libjava/javax/naming/ldap/LdapContext.java
libjava/javax/naming/ldap/UnsolicitedNotification.java
libjava/javax/naming/ldap/UnsolicitedNotificationEvent.java
libjava/javax/naming/ldap/UnsolicitedNotificationListener.java
libjava/javax/naming/spi/DirectoryManager.java
libjava/javax/naming/spi/ResolveResult.java
libjava/javax/naming/spi/Resolver.java
libjava/javax/security/auth/callback/Callback.java
libjava/javax/security/auth/callback/CallbackHandler.java
libjava/javax/security/auth/callback/ChoiceCallback.java
libjava/javax/security/auth/callback/ConfirmationCallback.java
libjava/javax/security/auth/callback/LanguageCallback.java
libjava/javax/security/auth/callback/NameCallback.java
libjava/javax/security/auth/callback/PasswordCallback.java
libjava/javax/security/auth/callback/TextInputCallback.java
libjava/javax/security/auth/callback/TextOutputCallback.java
libjava/javax/security/auth/callback/UnsupportedCallbackException.java
libjava/javax/security/sasl/Sasl.java
libjava/javax/security/sasl/SaslServerFactory.java
libjava/javax/swing/DefaultBoundedRangeModel.java
libjava/javax/swing/JComponent.java
libjava/javax/swing/JList.java
libjava/javax/swing/JProgressBar.java
libjava/javax/swing/JRadioButton.java
libjava/javax/swing/JTextArea.java
libjava/javax/swing/JTextField.java
libjava/javax/swing/JToggleButton.java
libjava/javax/swing/JTree.java
libjava/javax/swing/SpinnerListModel.java
libjava/javax/swing/event/EventListenerList.java
libjava/javax/swing/text/JTextComponent.java
libjava/javax/swing/text/StringContent.java
libjava/javax/swing/text/Utilities.java
libjava/javax/swing/undo/UndoManager.java
libjava/javax/swing/undo/UndoableEditSupport.java
libjava/javax/transaction/HeuristicCommitException.java
libjava/javax/transaction/HeuristicMixedException.java
libjava/javax/transaction/HeuristicRollbackException.java
libjava/javax/transaction/InvalidTransactionException.java
libjava/javax/transaction/NotSupportedException.java
libjava/javax/transaction/RollbackException.java
libjava/javax/transaction/Status.java
libjava/javax/transaction/Synchronization.java
libjava/javax/transaction/SystemException.java
libjava/javax/transaction/Transaction.java
libjava/javax/transaction/TransactionManager.java
libjava/javax/transaction/TransactionRequiredException.java
libjava/javax/transaction/TransactionRolledbackException.java
libjava/javax/transaction/UserTransaction.java
libjava/javax/transaction/xa/XAException.java
libjava/javax/transaction/xa/XAResource.java
libjava/javax/transaction/xa/Xid.java
libjava/javax/xml/XMLConstants.java
libjava/javax/xml/datatype/DatatypeConfigurationException.java
libjava/javax/xml/datatype/DatatypeConstants.java
libjava/javax/xml/datatype/DatatypeFactory.java
libjava/javax/xml/datatype/Duration.java
libjava/javax/xml/datatype/XMLGregorianCalendar.java
libjava/javax/xml/namespace/NamespaceContext.java
libjava/javax/xml/namespace/QName.java
libjava/javax/xml/parsers/DocumentBuilder.java
libjava/javax/xml/parsers/DocumentBuilderFactory.java
libjava/javax/xml/parsers/FactoryConfigurationError.java
libjava/javax/xml/parsers/ParserConfigurationException.java
libjava/javax/xml/parsers/SAXParser.java
libjava/javax/xml/parsers/SAXParserFactory.java
libjava/javax/xml/transform/ErrorListener.java
libjava/javax/xml/transform/OutputKeys.java
libjava/javax/xml/transform/Result.java
libjava/javax/xml/transform/Source.java
libjava/javax/xml/transform/SourceLocator.java
libjava/javax/xml/transform/Templates.java
libjava/javax/xml/transform/Transformer.java
libjava/javax/xml/transform/TransformerConfigurationException.java
libjava/javax/xml/transform/TransformerException.java
libjava/javax/xml/transform/TransformerFactory.java
libjava/javax/xml/transform/TransformerFactoryConfigurationError.java
libjava/javax/xml/transform/URIResolver.java
libjava/javax/xml/transform/dom/DOMLocator.java
libjava/javax/xml/transform/dom/DOMResult.java
libjava/javax/xml/transform/dom/DOMSource.java
libjava/javax/xml/transform/sax/SAXResult.java
libjava/javax/xml/transform/sax/SAXSource.java
libjava/javax/xml/transform/sax/SAXTransformerFactory.java
libjava/javax/xml/transform/sax/TemplatesHandler.java
libjava/javax/xml/transform/sax/TransformerHandler.java
libjava/javax/xml/transform/stream/StreamResult.java
libjava/javax/xml/transform/stream/StreamSource.java
libjava/javax/xml/validation/Schema.java
libjava/javax/xml/validation/SchemaFactory.java
libjava/javax/xml/validation/TypeInfoProvider.java
libjava/javax/xml/validation/Validator.java
libjava/javax/xml/validation/ValidatorHandler.java
libjava/javax/xml/xpath/XPathConstants.java
libjava/javax/xml/xpath/XPathException.java
libjava/javax/xml/xpath/XPathExpression.java
libjava/javax/xml/xpath/XPathExpressionException.java
libjava/javax/xml/xpath/XPathFactory.java
libjava/javax/xml/xpath/XPathFactoryConfigurationException.java
libjava/javax/xml/xpath/XPathFunction.java
libjava/javax/xml/xpath/XPathFunctionException.java
libjava/javax/xml/xpath/XPathFunctionResolver.java

index 1334e890fdd07a70a7b6c2d4678efb49bc2b3ae3..d2d055cb55f1adeba870b2c99472de83dffd83f0 100644 (file)
@@ -1,3 +1,619 @@
+2005-02-17  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
+       gnu/java/awt/peer/gtk/GdkFontPeer.java,
+       gnu/java/awt/peer/gtk/GdkGlyphVector.java,
+       gnu/java/awt/peer/gtk/GdkGraphics.java,
+       gnu/java/awt/peer/gtk/GdkGraphics2D.java,
+       gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java,
+       gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java,
+       gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
+       gnu/java/awt/peer/gtk/GdkRobotPeer.java,
+       gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
+       gnu/java/awt/peer/gtk/GdkTextLayout.java,
+       gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java,
+       gnu/java/awt/peer/gtk/GtkChoicePeer.java,
+       gnu/java/awt/peer/gtk/GtkClipboard.java,
+       gnu/java/awt/peer/gtk/GtkComponentPeer.java,
+       gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
+       gnu/java/awt/peer/gtk/GtkFontPeer.java,
+       gnu/java/awt/peer/gtk/GtkLabelPeer.java,
+       gnu/java/awt/peer/gtk/GtkMenuBarPeer.java,
+       gnu/java/awt/peer/gtk/GtkMenuItemPeer.java,
+       gnu/java/awt/peer/gtk/GtkMenuPeer.java,
+       gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
+       gnu/java/awt/peer/gtk/GtkScrollbarPeer.java,
+       gnu/java/awt/peer/gtk/GtkToolkit.java,
+       gnu/java/awt/peer/gtk/GtkWindowPeer.java,
+       java/applet/Applet.java,
+       java/awt/AWTError.java,
+       java/awt/AWTEvent.java,
+       java/awt/AWTEventMulticaster.java,
+       java/awt/AWTException.java,
+       java/awt/AWTKeyStroke.java,
+       java/awt/AWTPermission.java,
+       java/awt/ActiveEvent.java,
+       java/awt/Adjustable.java,
+       java/awt/AlphaComposite.java,
+       java/awt/AttributeValue.java,
+       java/awt/BorderLayout.java,
+       java/awt/BufferCapabilities.java,
+       java/awt/Button.java,
+       java/awt/Canvas.java,
+       java/awt/CheckboxGroup.java,
+       java/awt/CheckboxMenuItem.java,
+       java/awt/Color.java,
+       java/awt/ColorPaintContext.java,
+       java/awt/Component.java,
+       java/awt/ComponentOrientation.java,
+       java/awt/Composite.java,
+       java/awt/CompositeContext.java,
+       java/awt/Container.java,
+       java/awt/ContainerOrderFocusTraversalPolicy.java,
+       java/awt/DefaultFocusTraversalPolicy.java,
+       java/awt/Dialog.java,
+       java/awt/Dimension.java,
+       java/awt/DisplayMode.java,
+       java/awt/EventQueue.java,
+       java/awt/FileDialog.java,
+       java/awt/FontFormatException.java,
+       java/awt/Graphics.java,
+       java/awt/Graphics2D.java,
+       java/awt/GraphicsConfigTemplate.java,
+       java/awt/GraphicsConfiguration.java,
+       java/awt/GraphicsDevice.java,
+       java/awt/GridBagLayout.java,
+       java/awt/GridBagLayoutInfo.java,
+       java/awt/GridLayout.java,
+       java/awt/HeadlessException.java,
+       java/awt/IllegalComponentStateException.java,
+       java/awt/Image.java,
+       java/awt/Insets.java,
+       java/awt/ItemSelectable.java,
+       java/awt/JobAttributes.java,
+       java/awt/KeyEventDispatcher.java,
+       java/awt/KeyEventPostProcessor.java,
+       java/awt/KeyboardFocusManager.java,
+       java/awt/Label.java,
+       java/awt/LayoutManager.java,
+       java/awt/MenuBar.java,
+       java/awt/MenuComponent.java,
+       java/awt/MenuContainer.java,
+       java/awt/PageAttributes.java,
+       java/awt/Paint.java,
+       java/awt/PaintContext.java,
+       java/awt/Panel.java,
+       java/awt/Point.java,
+       java/awt/Polygon.java,
+       java/awt/PrintGraphics.java,
+       java/awt/PrintJob.java,
+       java/awt/Rectangle.java,
+       java/awt/RenderingHints.java,
+       java/awt/Shape.java,
+       java/awt/Stroke.java,
+       java/awt/SystemColor.java,
+       java/awt/Toolkit.java,
+       java/awt/Transparency.java,
+       java/awt/Window.java,
+       java/awt/color/CMMException.java,
+       java/awt/color/ColorSpace.java,
+       java/awt/color/ICC_ColorSpace.java,
+       java/awt/color/ICC_Profile.java,
+       java/awt/color/ProfileDataException.java,
+       java/awt/datatransfer/FlavorTable.java,
+       java/awt/datatransfer/MimeTypeParseException.java,
+       java/awt/datatransfer/Transferable.java,
+       java/awt/datatransfer/UnsupportedFlavorException.java,
+       java/awt/dnd/Autoscroll.java,
+       java/awt/dnd/DnDConstants.java,
+       java/awt/dnd/DragGestureListener.java,
+       java/awt/dnd/DragSourceAdapter.java,
+       java/awt/dnd/DragSourceDropEvent.java,
+       java/awt/dnd/DragSourceListener.java,
+       java/awt/dnd/DragSourceMotionListener.java,
+       java/awt/dnd/DropTargetAdapter.java,
+       java/awt/dnd/DropTargetContext.java,
+       java/awt/dnd/DropTargetListener.java,
+       java/awt/dnd/InvalidDnDOperationException.java,
+       java/awt/dnd/MouseDragGestureRecognizer.java,
+       java/awt/dnd/peer/DropTargetContextPeer.java,
+       java/awt/event/AWTEventListener.java,
+       java/awt/event/AWTEventListenerProxy.java,
+       java/awt/event/ActionEvent.java,
+       java/awt/event/AdjustmentEvent.java,
+       java/awt/event/AdjustmentListener.java,
+       java/awt/event/ComponentAdapter.java,
+       java/awt/event/ComponentEvent.java,
+       java/awt/event/ComponentListener.java,
+       java/awt/event/ContainerAdapter.java,
+       java/awt/event/ContainerEvent.java,
+       java/awt/event/ContainerListener.java,
+       java/awt/event/FocusAdapter.java,
+       java/awt/event/FocusEvent.java,
+       java/awt/event/FocusListener.java,
+       java/awt/event/InputEvent.java,
+       java/awt/event/InputMethodEvent.java,
+       java/awt/event/InputMethodListener.java,
+       java/awt/event/InvocationEvent.java,
+       java/awt/event/ItemEvent.java,
+       java/awt/event/ItemListener.java,
+       java/awt/event/KeyAdapter.java,
+       java/awt/event/KeyEvent.java,
+       java/awt/event/KeyListener.java,
+       java/awt/event/MouseAdapter.java,
+       java/awt/event/MouseEvent.java,
+       java/awt/event/MouseListener.java,
+       java/awt/event/MouseMotionAdapter.java,
+       java/awt/event/MouseMotionListener.java,
+       java/awt/event/MouseWheelEvent.java,
+       java/awt/event/MouseWheelListener.java,
+       java/awt/event/PaintEvent.java,
+       java/awt/event/TextEvent.java,
+       java/awt/event/TextListener.java,
+       java/awt/event/WindowAdapter.java,
+       java/awt/event/WindowEvent.java,
+       java/awt/event/WindowFocusListener.java,
+       java/awt/event/WindowListener.java,
+       java/awt/event/WindowStateListener.java,
+       java/awt/font/TextHitInfo.java,
+       java/awt/geom/CubicCurve2D.java,
+       java/awt/geom/Dimension2D.java,
+       java/awt/geom/Ellipse2D.java,
+       java/awt/geom/IllegalPathStateException.java,
+       java/awt/geom/Line2D.java,
+       java/awt/geom/NoninvertibleTransformException.java,
+       java/awt/geom/PathIterator.java,
+       java/awt/geom/Point2D.java,
+       java/awt/geom/QuadCurve2D.java,
+       java/awt/geom/RectangularShape.java,
+       java/awt/geom/RoundRectangle2D.java,
+       java/awt/im/InputContext.java,
+       java/awt/im/InputMethodHighlight.java,
+       java/awt/im/InputMethodRequests.java,
+       java/awt/im/InputSubset.java,
+       java/awt/im/spi/InputMethod.java,
+       java/awt/im/spi/InputMethodDescriptor.java,
+       java/awt/image/BandCombineOp.java,
+       java/awt/image/BandedSampleModel.java,
+       java/awt/image/ByteLookupTable.java,
+       java/awt/image/ComponentSampleModel.java,
+       java/awt/image/DataBuffer.java,
+       java/awt/image/DataBufferByte.java,
+       java/awt/image/DataBufferDouble.java,
+       java/awt/image/DataBufferFloat.java,
+       java/awt/image/DataBufferInt.java,
+       java/awt/image/DataBufferShort.java,
+       java/awt/image/DataBufferUShort.java,
+       java/awt/image/ImagingOpException.java,
+       java/awt/image/Kernel.java,
+       java/awt/image/LookupTable.java,
+       java/awt/image/MultiPixelPackedSampleModel.java,
+       java/awt/image/PackedColorModel.java,
+       java/awt/image/PixelInterleavedSampleModel.java,
+       java/awt/image/RGBImageFilter.java,
+       java/awt/image/Raster.java,
+       java/awt/image/RasterFormatException.java,
+       java/awt/image/SampleModel.java,
+       java/awt/image/ShortLookupTable.java,
+       java/awt/image/SinglePixelPackedSampleModel.java,
+       java/awt/image/WritableRaster.java,
+       java/awt/print/PrinterAbortException.java,
+       java/awt/print/PrinterException.java,
+       java/awt/print/PrinterIOException.java,
+       java/beans/AppletInitializer.java,
+       java/beans/ExceptionListener.java,
+       java/beans/PropertyChangeEvent.java,
+       java/beans/PropertyChangeListenerProxy.java,
+       java/beans/PropertyChangeSupport.java,
+       java/beans/PropertyDescriptor.java,
+       java/beans/VetoableChangeListenerProxy.java,
+       java/beans/VetoableChangeSupport.java,
+       java/io/BufferedReader.java,
+       java/io/ByteArrayInputStream.java,
+       java/io/ByteArrayOutputStream.java,
+       java/io/CharArrayReader.java,
+       java/io/CharArrayWriter.java,
+       java/io/CharConversionException.java,
+       java/io/DataInput.java,
+       java/io/DataInputStream.java,
+       java/io/DataOutput.java,
+       java/io/DataOutputStream.java,
+       java/io/EOFException.java,
+       java/io/FileInputStream.java,
+       java/io/FileNotFoundException.java,
+       java/io/FileOutputStream.java,
+       java/io/FilenameFilter.java,
+       java/io/FilterInputStream.java,
+       java/io/FilterOutputStream.java,
+       java/io/FilterReader.java,
+       java/io/FilterWriter.java,
+       java/io/IOException.java,
+       java/io/InputStream.java,
+       java/io/InterruptedIOException.java,
+       java/io/LineNumberInputStream.java,
+       java/io/LineNumberReader.java,
+       java/io/ObjectInputStream.java,
+       java/io/ObjectStreamException.java,
+       java/io/OptionalDataException.java,
+       java/io/OutputStream.java,
+       java/io/OutputStreamWriter.java,
+       java/io/PrintStream.java,
+       java/io/PrintWriter.java,
+       java/io/PushbackInputStream.java,
+       java/io/PushbackReader.java,
+       java/io/RandomAccessFile.java,
+       java/io/Reader.java,
+       java/io/SequenceInputStream.java,
+       java/io/Serializable.java,
+       java/io/StreamCorruptedException.java,
+       java/io/StreamTokenizer.java,
+       java/io/StringBufferInputStream.java,
+       java/io/StringWriter.java,
+       java/io/SyncFailedException.java,
+       java/io/UTFDataFormatException.java,
+       java/io/UnsupportedEncodingException.java,
+       java/io/WriteAbortedException.java,
+       java/io/Writer.java,
+       java/lang/AbstractMethodError.java,
+       java/lang/ArithmeticException.java,
+       java/lang/ArrayIndexOutOfBoundsException.java,
+       java/lang/ArrayStoreException.java,
+       java/lang/AssertionError.java,
+       java/lang/Boolean.java,
+       java/lang/Byte.java,
+       java/lang/Class.java,
+       java/lang/ClassCastException.java,
+       java/lang/ClassCircularityError.java,
+       java/lang/ClassLoader.java,
+       java/lang/ClassNotFoundException.java,
+       java/lang/CloneNotSupportedException.java,
+       java/lang/Cloneable.java,
+       java/lang/Comparable.java,
+       java/lang/Compiler.java,
+       java/lang/Double.java,
+       java/lang/Error.java,
+       java/lang/Exception.java,
+       java/lang/ExceptionInInitializerError.java,
+       java/lang/Float.java,
+       java/lang/IllegalAccessError.java,
+       java/lang/IllegalAccessException.java,
+       java/lang/IllegalArgumentException.java,
+       java/lang/IllegalMonitorStateException.java,
+       java/lang/IllegalStateException.java,
+       java/lang/IllegalThreadStateException.java,
+       java/lang/IncompatibleClassChangeError.java,
+       java/lang/IndexOutOfBoundsException.java,
+       java/lang/InheritableThreadLocal.java,
+       java/lang/InstantiationError.java,
+       java/lang/InstantiationException.java,
+       java/lang/Integer.java,
+       java/lang/InternalError.java,
+       java/lang/InterruptedException.java,
+       java/lang/LinkageError.java,
+       java/lang/Long.java,
+       java/lang/NegativeArraySizeException.java,
+       java/lang/NoClassDefFoundError.java,
+       java/lang/NoSuchFieldError.java,
+       java/lang/NoSuchFieldException.java,
+       java/lang/NoSuchMethodError.java,
+       java/lang/NoSuchMethodException.java,
+       java/lang/NullPointerException.java,
+       java/lang/Number.java,
+       java/lang/NumberFormatException.java,
+       java/lang/OutOfMemoryError.java,
+       java/lang/Process.java,
+       java/lang/Runnable.java,
+       java/lang/Runtime.java,
+       java/lang/RuntimeException.java,
+       java/lang/RuntimePermission.java,
+       java/lang/SecurityException.java,
+       java/lang/SecurityManager.java,
+       java/lang/Short.java,
+       java/lang/StackOverflowError.java,
+       java/lang/StackTraceElement.java,
+       java/lang/StringBuffer.java,
+       java/lang/StringIndexOutOfBoundsException.java,
+       java/lang/ThreadDeath.java,
+       java/lang/ThreadGroup.java,
+       java/lang/Throwable.java,
+       java/lang/UnsatisfiedLinkError.java,
+       java/lang/UnsupportedOperationException.java,
+       java/lang/VerifyError.java,
+       java/lang/VirtualMachineError.java,
+       java/lang/reflect/AccessibleObject.java,
+       java/lang/reflect/Array.java,
+       java/lang/reflect/InvocationTargetException.java,
+       java/lang/reflect/Member.java,
+       java/lang/reflect/Modifier.java,
+       java/lang/reflect/Proxy.java,
+       java/lang/reflect/ReflectPermission.java,
+       java/lang/reflect/UndeclaredThrowableException.java,
+       java/math/BigInteger.java,
+       java/net/NetworkInterface.java,
+       java/nio/ByteBufferHelper.java,
+       java/nio/ByteBufferImpl.java,
+       java/nio/DirectByteBufferImpl.java,
+       java/nio/DoubleBufferImpl.java,
+       java/nio/FloatBufferImpl.java,
+       java/nio/IntBufferImpl.java,
+       java/nio/LongBufferImpl.java,
+       java/nio/ShortBufferImpl.java,
+       java/nio/channels/Channel.java,
+       java/nio/channels/IllegalBlockingModeException.java,
+       java/nio/charset/spi/CharsetProvider.java,
+       java/security/AccessControlException.java,
+       java/security/BasicPermission.java,
+       java/security/DigestException.java,
+       java/security/DigestInputStream.java,
+       java/security/DigestOutputStream.java,
+       java/security/GeneralSecurityException.java,
+       java/security/Guard.java,
+       java/security/GuardedObject.java,
+       java/security/InvalidAlgorithmParameterException.java,
+       java/security/InvalidKeyException.java,
+       java/security/InvalidParameterException.java,
+       java/security/Key.java,
+       java/security/KeyException.java,
+       java/security/KeyManagementException.java,
+       java/security/KeyStoreException.java,
+       java/security/MessageDigestSpi.java,
+       java/security/NoSuchAlgorithmException.java,
+       java/security/NoSuchProviderException.java,
+       java/security/Permission.java,
+       java/security/PermissionCollection.java,
+       java/security/Permissions.java,
+       java/security/Principal.java,
+       java/security/PrivateKey.java,
+       java/security/PrivilegedActionException.java,
+       java/security/ProviderException.java,
+       java/security/PublicKey.java,
+       java/security/SecureRandom.java,
+       java/security/SecureRandomSpi.java,
+       java/security/SignatureException.java,
+       java/security/SignatureSpi.java,
+       java/security/SignedObject.java,
+       java/security/Signer.java,
+       java/security/UnrecoverableKeyException.java,
+       java/security/UnresolvedPermission.java,
+       java/security/acl/AclNotFoundException.java,
+       java/security/acl/LastOwnerException.java,
+       java/security/acl/NotOwnerException.java,
+       java/security/cert/CertPath.java,
+       java/security/cert/CertPathBuilderException.java,
+       java/security/cert/CertPathValidatorException.java,
+       java/security/cert/CertStoreException.java,
+       java/text/BreakIterator.java,
+       java/text/ChoiceFormat.java,
+       java/text/CollationElementIterator.java,
+       java/text/CollationKey.java,
+       java/text/Collator.java,
+       java/text/DateFormat.java,
+       java/text/DateFormatSymbols.java,
+       java/text/DecimalFormat.java,
+       java/text/DecimalFormatSymbols.java,
+       java/text/FieldPosition.java,
+       java/text/Format.java,
+       java/text/NumberFormat.java,
+       java/text/ParseException.java,
+       java/text/ParsePosition.java,
+       java/text/StringCharacterIterator.java,
+       java/util/AbstractCollection.java,
+       java/util/AbstractList.java,
+       java/util/AbstractMap.java,
+       java/util/AbstractSequentialList.java,
+       java/util/AbstractSet.java,
+       java/util/ArrayList.java,
+       java/util/Arrays.java,
+       java/util/BitSet.java,
+       java/util/Collection.java,
+       java/util/Collections.java,
+       java/util/Comparator.java,
+       java/util/ConcurrentModificationException.java,
+       java/util/Currency.java,
+       java/util/Date.java,
+       java/util/EmptyStackException.java,
+       java/util/Enumeration.java,
+       java/util/EventListener.java,
+       java/util/EventListenerProxy.java,
+       java/util/EventObject.java,
+       java/util/HashMap.java,
+       java/util/HashSet.java,
+       java/util/Hashtable.java,
+       java/util/IdentityHashMap.java,
+       java/util/Iterator.java,
+       java/util/LinkedHashSet.java,
+       java/util/LinkedList.java,
+       java/util/List.java,
+       java/util/ListIterator.java,
+       java/util/ListResourceBundle.java,
+       java/util/Map.java,
+       java/util/MissingResourceException.java,
+       java/util/NoSuchElementException.java,
+       java/util/Observable.java,
+       java/util/Observer.java,
+       java/util/Properties.java,
+       java/util/PropertyPermissionCollection.java,
+       java/util/RandomAccess.java,
+       java/util/Set.java,
+       java/util/SortedMap.java,
+       java/util/SortedSet.java,
+       java/util/Stack.java,
+       java/util/StringTokenizer.java,
+       java/util/TooManyListenersException.java,
+       java/util/TreeMap.java,
+       java/util/TreeSet.java,
+       java/util/Vector.java,
+       java/util/logging/FileHandler.java,
+       java/util/logging/Level.java,
+       java/util/prefs/BackingStoreException.java,
+       java/util/prefs/InvalidPreferencesFormatException.java,
+       java/util/prefs/Preferences.java,
+       javax/accessibility/Accessible.java,
+       javax/accessibility/AccessibleAction.java,
+       javax/accessibility/AccessibleBundle.java,
+       javax/accessibility/AccessibleComponent.java,
+       javax/accessibility/AccessibleContext.java,
+       javax/accessibility/AccessibleEditableText.java,
+       javax/accessibility/AccessibleExtendedComponent.java,
+       javax/accessibility/AccessibleExtendedTable.java,
+       javax/accessibility/AccessibleHyperlink.java,
+       javax/accessibility/AccessibleHypertext.java,
+       javax/accessibility/AccessibleIcon.java,
+       javax/accessibility/AccessibleKeyBinding.java,
+       javax/accessibility/AccessibleRelation.java,
+       javax/accessibility/AccessibleRelationSet.java,
+       javax/accessibility/AccessibleResourceBundle.java,
+       javax/accessibility/AccessibleRole.java,
+       javax/accessibility/AccessibleSelection.java,
+       javax/accessibility/AccessibleState.java,
+       javax/accessibility/AccessibleStateSet.java,
+       javax/accessibility/AccessibleTable.java,
+       javax/accessibility/AccessibleTableModelChange.java,
+       javax/accessibility/AccessibleText.java,
+       javax/accessibility/AccessibleValue.java,
+       javax/imageio/IIOException.java,
+       javax/imageio/ImageIO.java,
+       javax/imageio/spi/IIOServiceProvider.java,
+       javax/imageio/spi/ImageInputStreamSpi.java,
+       javax/imageio/spi/ImageOutputStreamSpi.java,
+       javax/imageio/spi/ImageReaderWriterSpi.java,
+       javax/imageio/spi/ImageTranscoderSpi.java,
+       javax/imageio/spi/RegisterableService.java,
+       javax/imageio/spi/ServiceRegistry.java,
+       javax/imageio/stream/IIOByteBuffer.java,
+       javax/imageio/stream/ImageInputStream.java,
+       javax/imageio/stream/ImageOutputStream.java,
+       javax/naming/Binding.java,
+       javax/naming/CannotProceedException.java,
+       javax/naming/CompositeName.java,
+       javax/naming/CompoundName.java,
+       javax/naming/LinkException.java,
+       javax/naming/LinkRef.java,
+       javax/naming/NameClassPair.java,
+       javax/naming/Reference.java,
+       javax/naming/ReferralException.java,
+       javax/naming/directory/Attribute.java,
+       javax/naming/directory/AttributeModificationException.java,
+       javax/naming/directory/Attributes.java,
+       javax/naming/directory/DirContext.java,
+       javax/naming/directory/ModificationItem.java,
+       javax/naming/directory/SearchControls.java,
+       javax/naming/directory/SearchResult.java,
+       javax/naming/event/EventContext.java,
+       javax/naming/event/EventDirContext.java,
+       javax/naming/event/NamespaceChangeListener.java,
+       javax/naming/event/NamingExceptionEvent.java,
+       javax/naming/event/NamingListener.java,
+       javax/naming/event/ObjectChangeListener.java,
+       javax/naming/ldap/Control.java,
+       javax/naming/ldap/ExtendedResponse.java,
+       javax/naming/ldap/HasControls.java,
+       javax/naming/ldap/LdapContext.java,
+       javax/naming/ldap/UnsolicitedNotification.java,
+       javax/naming/ldap/UnsolicitedNotificationEvent.java,
+       javax/naming/ldap/UnsolicitedNotificationListener.java,
+       javax/naming/spi/DirectoryManager.java,
+       javax/naming/spi/ResolveResult.java,
+       javax/naming/spi/Resolver.java,
+       javax/security/auth/callback/Callback.java,
+       javax/security/auth/callback/CallbackHandler.java,
+       javax/security/auth/callback/ChoiceCallback.java,
+       javax/security/auth/callback/ConfirmationCallback.java,
+       javax/security/auth/callback/LanguageCallback.java,
+       javax/security/auth/callback/NameCallback.java,
+       javax/security/auth/callback/PasswordCallback.java,
+       javax/security/auth/callback/TextInputCallback.java,
+       javax/security/auth/callback/TextOutputCallback.java,
+       javax/security/auth/callback/UnsupportedCallbackException.java,
+       javax/security/sasl/Sasl.java,
+       javax/security/sasl/SaslServerFactory.java,
+       javax/swing/DefaultBoundedRangeModel.java,
+       javax/swing/JComponent.java,
+       javax/swing/JList.java,
+       javax/swing/JProgressBar.java,
+       javax/swing/JRadioButton.java,
+       javax/swing/JTextArea.java,
+       javax/swing/JTextField.java,
+       javax/swing/JToggleButton.java,
+       javax/swing/JTree.java,
+       javax/swing/SpinnerListModel.java,
+       javax/swing/event/EventListenerList.java,
+       javax/swing/text/JTextComponent.java,
+       javax/swing/text/StringContent.java,
+       javax/swing/text/Utilities.java,
+       javax/swing/undo/UndoManager.java,
+       javax/swing/undo/UndoableEditSupport.java,
+       javax/transaction/HeuristicCommitException.java,
+       javax/transaction/HeuristicMixedException.java,
+       javax/transaction/HeuristicRollbackException.java,
+       javax/transaction/InvalidTransactionException.java,
+       javax/transaction/NotSupportedException.java,
+       javax/transaction/RollbackException.java,
+       javax/transaction/Status.java,
+       javax/transaction/Synchronization.java,
+       javax/transaction/SystemException.java,
+       javax/transaction/Transaction.java,
+       javax/transaction/TransactionManager.java,
+       javax/transaction/TransactionRequiredException.java,
+       javax/transaction/TransactionRolledbackException.java,
+       javax/transaction/UserTransaction.java,
+       javax/transaction/xa/XAException.java,
+       javax/transaction/xa/XAResource.java,
+       javax/transaction/xa/Xid.java,
+       javax/xml/XMLConstants.java,
+       javax/xml/datatype/DatatypeConfigurationException.java,
+       javax/xml/datatype/DatatypeConstants.java,
+       javax/xml/datatype/DatatypeFactory.java,
+       javax/xml/datatype/Duration.java,
+       javax/xml/datatype/XMLGregorianCalendar.java,
+       javax/xml/namespace/NamespaceContext.java,
+       javax/xml/namespace/QName.java,
+       javax/xml/parsers/DocumentBuilder.java,
+       javax/xml/parsers/DocumentBuilderFactory.java,
+       javax/xml/parsers/FactoryConfigurationError.java,
+       javax/xml/parsers/ParserConfigurationException.java,
+       javax/xml/parsers/SAXParser.java,
+       javax/xml/parsers/SAXParserFactory.java,
+       javax/xml/transform/ErrorListener.java,
+       javax/xml/transform/OutputKeys.java,
+       javax/xml/transform/Result.java,
+       javax/xml/transform/Source.java,
+       javax/xml/transform/SourceLocator.java,
+       javax/xml/transform/Templates.java,
+       javax/xml/transform/Transformer.java,
+       javax/xml/transform/TransformerConfigurationException.java,
+       javax/xml/transform/TransformerException.java,
+       javax/xml/transform/TransformerFactory.java,
+       javax/xml/transform/TransformerFactoryConfigurationError.java,
+       javax/xml/transform/URIResolver.java,
+       javax/xml/transform/dom/DOMLocator.java,
+       javax/xml/transform/dom/DOMResult.java,
+       javax/xml/transform/dom/DOMSource.java,
+       javax/xml/transform/sax/SAXResult.java,
+       javax/xml/transform/sax/SAXSource.java,
+       javax/xml/transform/sax/SAXTransformerFactory.java,
+       javax/xml/transform/sax/TemplatesHandler.java,
+       javax/xml/transform/sax/TransformerHandler.java,
+       javax/xml/transform/stream/StreamResult.java,
+       javax/xml/transform/stream/StreamSource.java,
+       javax/xml/validation/Schema.java,
+       javax/xml/validation/SchemaFactory.java,
+       javax/xml/validation/TypeInfoProvider.java,
+       javax/xml/validation/Validator.java,
+       javax/xml/validation/ValidatorHandler.java,
+       javax/xml/xpath/XPathConstants.java,
+       javax/xml/xpath/XPathException.java,
+       javax/xml/xpath/XPathExpression.java,
+       javax/xml/xpath/XPathExpressionException.java,
+       javax/xml/xpath/XPathFactory.java,
+       javax/xml/xpath/XPathFactoryConfigurationException.java,
+       javax/xml/xpath/XPathFunction.java,
+       javax/xml/xpath/XPathFunctionException.java,
+       javax/xml/xpath/XPathFunctionResolver.java:
+       Fixed usage of @author tag, reworked import statements,
+       removed CVS tags, changed the modifier order and fixed
+       HTML usage in javadocs.
+
 2005-02-16  Julian Scheid  <julian@sektor37.de>
 
        * gnu/java/nio/charset/UTF_8.java (decodeLoop): Set inPos to
index a4cb35a4fff1ea20ee4d7239f0d86e189154ab50..753c7cd46f1263479d4f3feb9da88e34333e070c 100644 (file)
@@ -3,7 +3,7 @@
    --portable-native-sync option. 
    This is used by gthread-jni.c
    
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,10 +40,11 @@ obligated to do so.  If you do not wish to do so, delete this
 exception statement from your version. */
 
 package gnu.java.awt.peer.gtk;
+
 import java.lang.ref.WeakReference;
-import java.util.Set;
 import java.util.Collections;
 import java.util.HashSet;
+import java.util.Set;
 
 /** Implements pthread_create(), under glib's gthread abstraction, for use
     with GNU Classpath's --portable-native-sync option.  This is used in
index 5573a1b4d7fdcceba904caf454494a3b433c22eb..d130c11756077e5f23ebc0bbe89acae341558107 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkFontPeer.java -- Implements FontPeer with GTK+
-   Copyright (C) 1999, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,16 +47,15 @@ import java.awt.font.FontRenderContext;
 import java.awt.font.GlyphVector;
 import java.awt.font.LineMetrics;
 import java.awt.geom.Rectangle2D;
+import java.text.CharacterIterator;
+import java.text.StringCharacterIterator;
 import java.util.Locale;
 import java.util.Map;
 import java.util.ResourceBundle;
-import java.text.CharacterIterator;
-import java.text.StringCharacterIterator;
 
 public class GdkFontPeer extends ClasspathFontPeer
 {
-
-  native static void initStaticState ();
+  static native void initStaticState();
   private final int native_state = GtkGenericPeer.getUniqueInteger ();
   private static ResourceBundle bundle;
   
index 4e66a86eb420ee574224e1dedc79a132dd3f839c..29d38b5e3f4bb9a5436b59a5fbc937c7bd0c34e0 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkGlyphVector.java -- Glyph vector object
-   Copyright (C) 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,9 +42,9 @@ import java.awt.Font;
 import java.awt.Rectangle;
 import java.awt.Shape;
 import java.awt.font.FontRenderContext;
+import java.awt.font.GlyphJustificationInfo;
 import java.awt.font.GlyphMetrics;
 import java.awt.font.GlyphVector;
-import java.awt.font.GlyphJustificationInfo;
 import java.awt.geom.AffineTransform;
 import java.awt.geom.Point2D;
 import java.awt.geom.Rectangle2D;
index 0811287e9b6ca0b10648844230ffc5bc75f180a7..7361b291c9474d8b94c402d1858d4c84bb420846 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkGraphics.java
-   Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -108,7 +108,7 @@ public class GdkGraphics extends Graphics
 
   native void connectSignals (GtkComponentPeer component);
 
-  public native void clearRect (int x, int y, int width, int height);
+  public native void clearRect(int x, int y, int width, int height);
 
   public void clipRect (int x, int y, int width, int height)
   {
@@ -119,15 +119,15 @@ public class GdkGraphics extends Graphics
     setClipRectangle (clip.x, clip.y, clip.width, clip.height);
   }
 
-  native public void copyArea (int x, int y, int width, int height, 
-                              int dx, int dy);
+  public native void copyArea(int x, int y, int width, int height, 
+                             int dx, int dy);
 
   public Graphics create ()
   {
     return new GdkGraphics (this);
   }
 
-  native public void dispose ();
+  public native void dispose();
 
   native void copyPixmap (Graphics g, int x, int y, int width, int height);
   native void copyAndScalePixmap (Graphics g, boolean flip_x, boolean flip_y,
@@ -316,22 +316,22 @@ public class GdkGraphics extends Graphics
                         SystemColor.window, observer);
   }
 
-  native public void drawLine (int x1, int y1, int x2, int y2);
+  public native void drawLine(int x1, int y1, int x2, int y2);
 
-  native public void drawArc (int x, int y, int width, int height,
-                             int startAngle, int arcAngle);
-  native public void fillArc (int x, int y, int width, int height, 
-                             int startAngle, int arcAngle);
-  native public void drawOval(int x, int y, int width, int height);
-  native public void fillOval(int x, int y, int width, int height);
+  public native void drawArc(int x, int y, int width, int height,
+                            int startAngle, int arcAngle);
+  public native void fillArc(int x, int y, int width, int height, 
+                            int startAngle, int arcAngle);
+  public native void drawOval(int x, int y, int width, int height);
+  public native void fillOval(int x, int y, int width, int height);
 
-  native public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints);
-  native public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints);
+  public native void drawPolygon(int[] xPoints, int[] yPoints, int nPoints);
+  public native void fillPolygon(int[] xPoints, int[] yPoints, int nPoints);
 
-  native public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints);
+  public native void drawPolyline(int[] xPoints, int[] yPoints, int nPoints);
 
-  native public void drawRect(int x, int y, int width, int height);
-  native public void fillRect (int x, int y, int width, int height);
+  public native void drawRect(int x, int y, int width, int height);
+  public native void fillRect(int x, int y, int width, int height);
 
   GdkFontPeer getFontPeer() 
   {
@@ -448,7 +448,7 @@ public class GdkGraphics extends Graphics
     setClip (clip.getBounds ());
   }
 
-  native private void setFGColor (int red, int green, int blue);
+  private native void setFGColor(int red, int green, int blue);
 
   public void setColor (Color c)
   {
@@ -490,7 +490,7 @@ public class GdkGraphics extends Graphics
                color.getBlue  () ^ xorColor.getBlue ());
   }
 
-  native public void translateNative (int x, int y);
+  public native void translateNative(int x, int y);
 
   public void translate (int x, int y)
   {
index 3bf169cb6f70af0b0255b140cd90c63fad5dcd09..513c75c094a3d112d9ca2fe2a4d4bd5d2b3eac57 100644 (file)
@@ -366,7 +366,7 @@ public class GdkGraphics2D extends Graphics2D
   // "middle of pixel" coordinates and light up complete pixels.
   private boolean shiftDrawCalls = false;
 
-  private final double shifted(double coord, boolean doShift)
+  private double shifted(double coord, boolean doShift)
   {
     if (doShift)
       return Math.floor(coord) + 0.5;
@@ -374,7 +374,7 @@ public class GdkGraphics2D extends Graphics2D
       return coord;
   }
 
-  private final void walkPath(PathIterator p, boolean doShift)
+  private void walkPath(PathIterator p, boolean doShift)
   {
     double x = 0;
     double y = 0;
@@ -424,7 +424,7 @@ public class GdkGraphics2D extends Graphics2D
       }
   }
 
-  private final Map getDefaultHints()
+  private Map getDefaultHints()
   {
     HashMap defaultHints = new HashMap();
 
@@ -446,7 +446,7 @@ public class GdkGraphics2D extends Graphics2D
     return defaultHints;
   }
 
-  public static final int[] findSimpleIntegerArray (ColorModel cm, Raster raster)
+  public static int[] findSimpleIntegerArray (ColorModel cm, Raster raster)
   {
     if (cm == null || raster == null)
       return null;
@@ -485,7 +485,7 @@ public class GdkGraphics2D extends Graphics2D
     return db.getData();
   }
 
-  private final void updateBufferedImage()
+  private void updateBufferedImage()
   {
     if (bimage != null && pixelConversionRequired)
       {
@@ -497,8 +497,8 @@ public class GdkGraphics2D extends Graphics2D
       }
   }
 
-  private final boolean drawImage(Image img, AffineTransform xform,
-                                  Color bgcolor, ImageObserver obs)
+  private boolean drawImage(Image img, AffineTransform xform,
+                            Color bgcolor, ImageObserver obs)
   {
     if (img == null)
       return false;
@@ -927,8 +927,8 @@ public class GdkGraphics2D extends Graphics2D
     return bg;
   }
 
-  private final void doPolygon(int[] xPoints, int[] yPoints, int nPoints,
-                               boolean close, boolean fill)
+  private void doPolygon(int[] xPoints, int[] yPoints, int nPoints,
+                         boolean close, boolean fill)
   {
     if (nPoints < 1)
       return;
@@ -981,8 +981,8 @@ public class GdkGraphics2D extends Graphics2D
     doPolygon(xPoints, yPoints, nPoints, false, false);
   }
 
-  private final boolean drawRaster(ColorModel cm, Raster r,
-                                   AffineTransform imageToUser, Color bgcolor)
+  private boolean drawRaster(ColorModel cm, Raster r,
+                             AffineTransform imageToUser, Color bgcolor)
   {
     if (r == null)
       return false;
index c5afd0bc952b94fb073873819222281ddb3e8884..c485db228baa13997d1b0e61f5dca4a68e587b34 100644 (file)
@@ -38,9 +38,9 @@ exception statement from your version. */
 package gnu.java.awt.peer.gtk;
 
 import java.awt.BufferCapabilities;
-import java.awt.ImageCapabilities;
 import java.awt.GraphicsConfiguration;
 import java.awt.GraphicsDevice;
+import java.awt.ImageCapabilities;
 import java.awt.Rectangle;
 
 import java.awt.geom.AffineTransform;
index 1f10c48692163b774dc10438915da413261c68cd..3f7b87f45cc61ff6eb7d81b92f0e9d7c21ba3974 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkGraphicsEnvironment.java -- information about the graphics environment
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -79,8 +79,9 @@ public class GdkGraphicsEnvironment extends GraphicsEnvironment
   {
     return new GdkGraphics2D (image);
   }
-    native private int nativeGetNumFontFamilies ();
-    native private void nativeGetFontFamilies (String[] family_names);
+  
+  private native int nativeGetNumFontFamilies();
+  private native void nativeGetFontFamilies(String[] family_names);
 
   public Font[] getAllFonts ()
   {
index a9c1fb9db262d9c6372623a632d8c5b3cd85db68..ee6c38f3c3ac50994bcf412ff43fe3c3b4826f1f 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkPixbufDecoder.java -- Image data decoding object
-   Copyright (C) 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,16 +57,16 @@ import java.util.Iterator;
 import java.util.Locale;
 import java.util.Vector;
 
-import javax.imageio.ImageReader;
-import javax.imageio.ImageWriter;
+import javax.imageio.IIOImage;
 import javax.imageio.ImageReadParam;
+import javax.imageio.ImageReader;
 import javax.imageio.ImageTypeSpecifier;
 import javax.imageio.ImageWriteParam;
-import javax.imageio.IIOImage;
+import javax.imageio.ImageWriter;
 import javax.imageio.metadata.IIOMetadata;
+import javax.imageio.spi.IIORegistry;
 import javax.imageio.spi.ImageReaderSpi;
 import javax.imageio.spi.ImageWriterSpi;
-import javax.imageio.spi.IIORegistry;
 import javax.imageio.stream.ImageInputStream;
 import javax.imageio.stream.ImageOutputStream;
 
@@ -80,7 +80,8 @@ public class GdkPixbufDecoder extends gnu.java.awt.image.ImageDecoder
       }
     initStaticState ();
   }
-  native static void initStaticState ();
+  
+  static native void initStaticState();
   private final int native_state = GtkGenericPeer.getUniqueInteger ();
   private boolean initialized = false;
 
index 2438b68501a303008a0eb7b7af3dedee81fbb1cf..054e7332293a950bb97def6ed9135f159bced894 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkRobot.java -- an XTest implementation of RobotPeer
-   Copyright (C) 2004  Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,9 +39,9 @@ package gnu.java.awt.peer.gtk;
 
 import java.awt.AWTException;
 import java.awt.GraphicsDevice;
+import java.awt.Rectangle;
 import java.awt.image.ColorModel;
 import java.awt.image.DirectColorModel;
-import java.awt.Rectangle;
 import java.awt.peer.RobotPeer;
 
 /**
index 0acef60b1771471a22eb347d871bb3f7acefdbfd..bd7b46ab8b914dffd349e13828bb32bf5c38ada7 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkScreenGraphicsDevice.java -- information about a screen device
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,8 +38,8 @@ exception statement from your version. */
 
 package gnu.java.awt.peer.gtk;
 
-import java.awt.GraphicsDevice;
 import java.awt.GraphicsConfiguration;
+import java.awt.GraphicsDevice;
 
 public class GdkScreenGraphicsDevice extends GraphicsDevice
 {
index b5548a837ba8c6f2e63bed8b509b19f98ee823bb..1a456d12a3cf93beaf013cc9bb45f97d02df1ff8 100644 (file)
@@ -1,5 +1,5 @@
 /* GdkTextLayout.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,24 +38,24 @@ exception statement from your version. */
 
 package gnu.java.awt.peer.gtk;
 
+import gnu.classpath.Configuration;
+import gnu.java.awt.peer.ClasspathTextLayoutPeer;
+
 import java.awt.Font;
 import java.awt.Graphics2D;
 import java.awt.Shape;
 import java.awt.font.FontRenderContext;
 import java.awt.font.GlyphMetrics;
 import java.awt.font.GlyphVector;
+import java.awt.font.TextAttribute;
 import java.awt.font.TextHitInfo;
 import java.awt.font.TextLayout;
 import java.awt.geom.AffineTransform;
 import java.awt.geom.GeneralPath;
 import java.awt.geom.Rectangle2D;
-import java.text.CharacterIterator;
 import java.text.AttributedCharacterIterator;
 import java.text.AttributedString;
-import java.awt.font.TextAttribute;
-
-import gnu.classpath.Configuration;
-import gnu.java.awt.peer.ClasspathTextLayoutPeer;
+import java.text.CharacterIterator;
 
 /**
  * This is an implementation of the text layout peer interface which
@@ -82,7 +82,7 @@ public class GdkTextLayout
   private native void indexToPos(int idx, double[] pos);
   private native void initState ();
   private native void dispose ();
-  native static void initStaticState ();
+  static native void initStaticState();
   private final int native_state = GtkGenericPeer.getUniqueInteger ();
   protected void finalize ()
   {
index 2d1f6500862bd110f47e3b19215291f3a8104b66..83aa98981fd9f9cb45a5da1497bc3acfc47f20ab 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkCheckboxMenuItemPeer.java -- Implements CheckboxMenuItemPeer with GTK+
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,11 +38,10 @@ exception statement from your version. */
 
 package gnu.java.awt.peer.gtk;
 
+import java.awt.CheckboxMenuItem;
 import java.awt.ItemSelectable;
 import java.awt.event.ItemEvent;
-import java.awt.CheckboxMenuItem;
 import java.awt.peer.CheckboxMenuItemPeer;
-import java.awt.peer.MenuItemPeer;
 
 public class GtkCheckboxMenuItemPeer extends GtkMenuItemPeer
   implements CheckboxMenuItemPeer
@@ -55,7 +54,7 @@ public class GtkCheckboxMenuItemPeer extends GtkMenuItemPeer
     setState (menu.getState ());
   }
 
-  native public void setState (boolean t);
+  public native void setState(boolean t);
 
   protected void postMenuActionEvent ()
   {
index a065e13abcb149e6ebbb4ea5cbc6373fa0df1cb9..43e48328da3885f6fb7fc794ef1b3fa2aa1b6db5 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkChoicePeer.java -- Implements ChoicePeer with GTK
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -72,7 +72,7 @@ public class GtkChoicePeer extends GtkComponentPeer
   native void nativeRemove (int index);
   native void nativeRemoveAll ();
 
-  native public void select (int position);
+  public native void select (int position);
  
   public void add (String item, int index)
   {
index ecc4c5cf7a18dbe7108a2d1a9a3baee09c2f51f6..b9cc1613b7850cb97fcb6c165e64a9097cd48970 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkClipboard.java
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,7 +52,7 @@ public class GtkClipboard extends Clipboard
   /* the number of milliseconds that we'll wait around for the
      owner of the GDK_SELECTION_PRIMARY selection to convert 
      the requested data */
-  final static int SELECTION_RECEIVED_TIMEOUT = 5000;
+  static final int SELECTION_RECEIVED_TIMEOUT = 5000;
 
   /* We currently only support transferring of text between applications */
   static String selection;
@@ -165,6 +165,6 @@ public class GtkClipboard extends Clipboard
   }
 
   native void initNativeState();
-  native static void requestStringConversion();
-  native static void selectionGet();
+  static native void requestStringConversion();
+  static native void selectionGet();
 }
index d9d9907e92e423beb492966c36ee44fa0b35057a..2625f56a0083ce07969e2bc7115cf2e7f52ab2a7 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkComponentPeer.java -- Implements ComponentPeer with GTK
-   Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -81,7 +81,7 @@ public class GtkComponentPeer extends GtkGenericPeer
      knows if a parent is disabled.  In that case Component.isEnabled 
      may return true, but our isEnabled will always return false */
   native boolean isEnabled ();
-  native static boolean modalHasGrab ();
+  static native boolean modalHasGrab();
 
   native int[] gtkWidgetGetForeground ();
   native int[] gtkWidgetGetBackground ();
index fd9c155d2d1c7cae1f259c0bab29eea48d805547..4281b49cc65717a942935bc86df223c0e27e75d6 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkFileDialogPeer.java -- Implements FileDialogPeer with GTK
-   Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,11 +57,12 @@ public class GtkFileDialogPeer extends GtkDialogPeer implements FileDialogPeer
   native void create (GtkContainerPeer parent);
   native void connectSignals ();
   native void nativeSetFile (String file);
-  native public String nativeGetDirectory();
-  native public void nativeSetDirectory(String directory);
+  public native String nativeGetDirectory();
+  public native void nativeSetDirectory(String directory);
   native void nativeSetFilenameFilter (FilenameFilter filter);
 
-  public void create() {
+  public void create()
+  {
     create((GtkContainerPeer) awtComponent.getParent().getPeer());
 
     FileDialog fd = (FileDialog) awtComponent;
index 1369657a8aa041094d289acc0250e9591a4e7346..e0f070368c52c009eddf892099ff79c7bf376d1a 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkFontPeer.java -- Implements FontPeer with GTK+
-   Copyright (C) 1999, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1999, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -67,7 +67,7 @@ public class GtkFontPeer extends ClasspathFontPeer
       }
   }
 
-  final private String Xname;
+  private final String Xname;
 
   public GtkFontPeer (String name, int style)
   {
index 3e3e2e3f1cbf33bb975bf7f577d7986ec612bbbb..02251632b1ac8dc6716c668720396c0a7729fa7e 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkLabelPeer.java -- Implements LabelPeer with GTK
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ public class GtkLabelPeer extends GtkComponentPeer
   native void gtkWidgetModifyFont (String name, int style, int size);
   native void nativeSetAlignment (float alignment);
 
-  native public void setText (String text);
+  public native void setText(String text);
   native void setNativeBounds (int x, int y, int width, int height);
 
   void create ()
index 90ad0c01b59225a894d7ae8abc60f802aaf6d083..4b547f56afb9c4b44d3a8170805b40e533685356 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkMenuBarPeer.java -- Implements MenuBarPeer with GTK+
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -76,5 +76,5 @@ public class GtkMenuBarPeer extends GtkMenuComponentPeer
     // nativeSetHelpMenu((MenuPeer) menu.getPeer());
   }
 
-  native public void delMenu (int index);
+  public native void delMenu(int index);
 }
index 33242f69c4b695e2d892f74053937417417d1123..f85648ee89c4fc1cc39d1383783f6020b6a52ae1 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkMenuItemPeer.java -- Implements MenuItemPeer with GTK+
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,8 +40,8 @@ package gnu.java.awt.peer.gtk;
 
 import java.awt.Font;
 import java.awt.Menu;
-import java.awt.MenuComponent;
 import java.awt.MenuBar;
+import java.awt.MenuComponent;
 import java.awt.MenuItem;
 import java.awt.peer.MenuItemPeer;
 import java.awt.peer.MenuPeer;
@@ -109,9 +109,9 @@ public class GtkMenuItemPeer extends GtkMenuComponentPeer
     setEnabled (true);
   }
 
-  native public void setEnabled (boolean b);
+  public native void setEnabled(boolean b);
 
-  native public void setLabel (String label);
+  public native void setLabel(String label);
 
   protected void postMenuActionEvent ()
   {
index dc170b1cf12086c84c69962081a36bb9e5acb260..971a349d26e834880d199e35bb8b90553f22ba88 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkMenuPeer.java -- Implements MenuPeer with GTK+
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,8 +43,8 @@ import java.awt.Menu;
 import java.awt.MenuContainer;
 import java.awt.MenuItem;
 import java.awt.MenuShortcut;
-import java.awt.peer.MenuPeer;
 import java.awt.peer.MenuItemPeer;
+import java.awt.peer.MenuPeer;
 
 public class GtkMenuPeer extends GtkMenuItemPeer
   implements MenuPeer
@@ -99,5 +99,5 @@ public class GtkMenuPeer extends GtkMenuItemPeer
     addItem (item, key, shiftModifier);
   }
 
-  native public void delItem (int index);
+  public native void delItem(int index);
 }
index b99ef24c8819bfa7f177fdd19f34bbd7e4d9199c..ae337a0714f895f32d6ccdad606d1cc9b37fb665 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkScrollPanePeer.java -- Implements ScrollPanePeer with GTK
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -83,9 +83,9 @@ public class GtkScrollPanePeer extends GtkContainerPeer
       setPolicy (((ScrollPane) awtComponent).getScrollbarDisplayPolicy ());
   }
 
-  native public int getHScrollbarHeight ();
-  native public int getVScrollbarWidth ();
-  native public void setScrollPosition (int x, int y);
+  public native int getHScrollbarHeight();
+  public native int getVScrollbarWidth();
+  public native void setScrollPosition(int x, int y);
 
   public Dimension getPreferredSize ()
   {
index d6a498ce5df06ae8623fe7fb9a198494584a624d..065bab12e1de4f2f79bfd24f088ed54604dd963a 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkScrollbarPeer.java -- Implements ScrollbarPeer with GTK+
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -67,9 +67,9 @@ public class GtkScrollbarPeer extends GtkComponentPeer
     super (s);
   }
 
-  native public void setLineIncrement (int amount);
-  native public void setPageIncrement (int amount);
-  native public void setValues (int value, int visible, int min, int max);
+  public native void setLineIncrement(int amount);
+  public native void setPageIncrement(int amount);
+  public native void setValues(int value, int visible, int min, int max);
 
   protected void postAdjustmentEvent (int type, int value)
   {
index f57f53a17a70c4494baf37bcb4025fc9c95f5408..58987ee2a22898cd1419c167811a4d6e799f9779 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkToolkit.java -- Implements an AWT Toolkit using GTK for peers
-   Copyright (C) 1998, 1999, 2002, 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,6 @@ import gnu.java.awt.EmbeddedWindowSupport;
 import gnu.java.awt.peer.ClasspathFontPeer;
 import gnu.java.awt.peer.ClasspathTextLayoutPeer;
 import gnu.java.awt.peer.EmbeddedWindowPeer;
-import gnu.java.awt.peer.gtk.GdkPixbufDecoder;
 
 import java.awt.*;
 import java.awt.datatransfer.Clipboard;
@@ -68,6 +67,7 @@ import java.util.Iterator;
 import java.util.LinkedHashMap;
 import java.util.Map;
 import java.util.Properties;
+
 import javax.imageio.spi.IIORegistry;
 
 /* This class uses a deprecated method java.awt.peer.ComponentPeer.getPeer().
@@ -129,8 +129,8 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
     systemClipboard = new GtkClipboard ();
   }
 
-  native public void beep ();
-  native private void getScreenSizeDimensions (int[] xy);
+  public native void beep();
+  private native void getScreenSizeDimensions(int[] xy);
   
   public int checkImage (Image image, int width, int height, 
                         ImageObserver observer) 
@@ -389,9 +389,10 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
     return null;
   }
 
-  native public int getScreenResolution();
+  public native int getScreenResolution();
 
-  public Dimension getScreenSize () {
+  public Dimension getScreenSize ()
+  {
     int dim[] = new int[2];
     getScreenSizeDimensions(dim);
     return new Dimension(dim[0], dim[1]);
@@ -430,7 +431,7 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
     return false;
   }
 
-  native public void sync ();
+  public native void sync();
 
   protected void setComponentState (Component c, GtkComponentPeer cp)
   {
index 1d6e253b072b06f2f81a6e22642f2e5361206e6b..353bc94aee626c7ae70b48f1bf1263b63f037bb6 100644 (file)
@@ -1,5 +1,5 @@
 /* GtkWindowPeer.java -- Implements WindowPeer with GTK
-   Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,14 +47,14 @@ import java.awt.peer.WindowPeer;
 public class GtkWindowPeer extends GtkContainerPeer
   implements WindowPeer
 {
-  static protected final int GDK_WINDOW_TYPE_HINT_NORMAL = 0;
-  static protected final int GDK_WINDOW_TYPE_HINT_DIALOG = 1;
-  static protected final int GDK_WINDOW_TYPE_HINT_MENU = 2;
-  static protected final int GDK_WINDOW_TYPE_HINT_TOOLBAR = 3;
-  static protected final int GDK_WINDOW_TYPE_HINT_SPLASHSCREEN = 4;
-  static protected final int GDK_WINDOW_TYPE_HINT_UTILITY = 5;
-  static protected final int GDK_WINDOW_TYPE_HINT_DOCK = 6;
-  static protected final int GDK_WINDOW_TYPE_HINT_DESKTOP = 7;
+  protected static final int GDK_WINDOW_TYPE_HINT_NORMAL = 0;
+  protected static final int GDK_WINDOW_TYPE_HINT_DIALOG = 1;
+  protected static final int GDK_WINDOW_TYPE_HINT_MENU = 2;
+  protected static final int GDK_WINDOW_TYPE_HINT_TOOLBAR = 3;
+  protected static final int GDK_WINDOW_TYPE_HINT_SPLASHSCREEN = 4;
+  protected static final int GDK_WINDOW_TYPE_HINT_UTILITY = 5;
+  protected static final int GDK_WINDOW_TYPE_HINT_DOCK = 6;
+  protected static final int GDK_WINDOW_TYPE_HINT_DESKTOP = 7;
 
   private boolean hasBeenShown = false;
   private int oldState = Frame.NORMAL;
@@ -112,8 +112,8 @@ public class GtkWindowPeer extends GtkContainerPeer
     super (window);
   }
 
-  native public void toBack ();
-  native public void toFront ();
+  public native void toBack();
+  public native void toFront();
 
   native void nativeSetBounds (int x, int y, int width, int height);
 
index a7609d9ab63a2f68e74afa377ef5d3c5c177c2c3..3adc5ce0a4b7b4104613ab0e920eebe76b3971af 100644 (file)
@@ -1,5 +1,5 @@
 /* Applet.java -- Java base applet class
-   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 javax.accessibility.AccessibleStateSet;
  * are init, stop, and destroy for control purposes, and getAppletInfo and
  * getParameterInfo for descriptive purposes.
  *
- * @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
  */
@@ -477,7 +477,7 @@ public class Applet extends Panel
    * This class provides accessibility support for Applets, 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 AccessibleApplet extends AccessibleAWTPanel
index 1c253cb41a606b66c957fceac3e352afa8f9d4e6..e92bc01e67c5f7f46583d01a0adde64bebc28236 100644 (file)
@@ -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
index 675c27f9511adcc5aae99f3bfad43d9b9101ab70..faa6dac25ef3f87f1987aaed733ad763e720fcfb 100644 (file)
@@ -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
  */
index b26d1f35d058c903a0ada9fc0f050f9e919e5925..943ffacfad3d40a02a6a5a560a80473a77f61689 100644 (file)
@@ -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
  */
index e4ab6c9961fd294a0ac49bce60d8c4f0dc3df03d..49462a460e11c1a0e14804b41a9a1eb2537c0c4f 100644 (file)
@@ -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
index 1519f1da8691c4efbded3e5451192945615d175d..977b3848d6d2b0724cd9d32188ce803b4ed99031 100644 (file)
@@ -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
index b5ba63d58d0cca23b1d720994045b26b3f6fd20f..fc4ae08d55e48ca4080a1436eb392d19169ab00f 100644 (file)
@@ -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
  */
index d43fef16df12b0de980655774f80a53ab777a56b..5710b38c470b82f754eee1e9b6a06eb8194b0a5f 100644 (file)
@@ -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
  */
index 815c77ca9361d406779fdfac7bbd7f8afe7d896d..053ddd1c1e3748316b2c8c84e9c30c6b6c3ec86b 100644 (file)
@@ -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
  */
index f0795a9601074ed7c576a8f59e510af1c47b184b..3c7744ba51ec8f12aa7f1870ccd860c1cd2c8b6b 100644 (file)
@@ -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
index f692c012f9f98d982a00d13c030e60a5660ee07d..10efab18375d68bebee88b1fb80681f7aefb3894 100644 (file)
@@ -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
 {
index a023cbb059b9398441016d3956686e8dc09afec7..7a955d38139f3693125c735e878161855824d4ba 100644 (file)
@@ -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
 {
index 871529e6e939c60546fe9ff9c8a1d1c5a35882d2..9f91711e18ac40e749c0e0e0a55f33c0f3b97ab8 100644 (file)
@@ -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
index 0458ebbd71d18886f4101fae67cea0da9b75bf93..1d1a30aa8de679aeb5fcce371410a418a772afab 100644 (file)
@@ -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
index 05055f2a28fd1730dd56fec158c1d6e3a9356b42..e223d9eae77de13722a0411a86e3daf627ee4126 100644 (file)
@@ -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
  */
 
index 52af1903a9c3455a271f00b5fab4936050a3d0c3..d5d22688ee39cbb1375c27bdd8de8f22879947f7 100644 (file)
@@ -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
 {
index 6b9002ad7aae72a92b7a87f921cd1885cf167914..d5e4ef511fef5018bce899124a0c5a4bdb73de26 100644 (file)
@@ -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
index c32438521bee5d2d5b85df16fd04fde509ec44a9..c00aa9da038199273646bc6d90242dc61179c242 100644 (file)
@@ -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
index 9fdfe61962d9820902769a79a822158338083804..3e3bac48280b29b5e163283ea6f66eb8d3ab89b5 100644 (file)
@@ -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
 {
index 3a7960c22c7b961ff752abdfbc27ec70217b06fa..847a31da4b6c9c76f022a1d0b3346aafa751c81d 100644 (file)
@@ -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.
index 02cf5967ff2a78f10fda72c54cc989bb4988a243..8897470da48611de8add464a95e34058f216bb35 100644 (file)
@@ -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
  */
index de873981652207e6482a2176745d7442a590d2ae..c636921cc697c6bd720d5ba0ddf00f2f73ea70b7 100644 (file)
@@ -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)
index dc3448b114be17ca4e55835eedfd72faaac13196..301e7cff9953f8d5d0889d492ba57aead01606b2 100644 (file)
@@ -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
index 6c5dec25d0be098531276a42191bf020621d6a2a..64d60abf40ff7d03bd79f55e8e9326b2711d08c6 100644 (file)
@@ -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
      */
index fa7ab4ad69a56c2ffc2796bd69c9fb90edf6e564..91153e69935c5c4432068b7a87002262cd220ffe 100644 (file)
@@ -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
index f49f386a19cd4e6c5751c3d52c5030d65b3f35bb..f9bd647a0fe20e767af699e0cce3c1b77839446a 100644 (file)
@@ -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
index 30631b331ea4f7a18551327d6cd1f6c6f028c65a..8248df3c70dcd8e05d50a594a5937aefbcc0bd33 100644 (file)
@@ -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
 {
index 282291d7ca70f6164aacc01e96f95f1fdc685639..270e04e70d13f20d63dfdc08c9d0bda01f7f96aa 100644 (file)
@@ -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
index 533ab5ef482a515877dd591292225640790fa34f..a9fac604d0e2bd499c3d90c479f892b4f89758b6 100644 (file)
@@ -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
index fc0926cce2e42a6408c6f2670e20217b6cc09bd7..a2356cc6393b8a67611b39241d0775a251bcff37 100644 (file)
@@ -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).
index e345018550a51963fdb851a4f9ece41d3f9ae017..3e22d02e53dd7cd28ea176d97dbc95be43f2bcdb 100644 (file)
@@ -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
 {
index 4ab53bbe834594dc99da29e57ac0a30668ea9698..2971e1de8926deedf816fcad5c6ecfd12c150665 100644 (file)
@@ -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
index 8dc703c327432f29b6f1a4a6a6a24d193865d94d..c1dfbda2a36f64838f08df0775dca6ff1ea9b9d8 100644 (file)
@@ -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
 {
index e16c2d8fbefac6c997fe9eeb5ad8a8d6a80c3bc4..c845c4c1d3b3209010f6ea13cc4162ccf1132741 100644 (file)
@@ -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
 {
index 52da16799b7ff5f6f548909149389e9cae944c64..76cf8b690a46afaec3266db93885c315afa340e9 100644 (file)
@@ -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
index c7d0ed4ac8ace943dca29e55bd869b3ce41d337b..97f687e92e65ec38844d14c8773bc2f775662b60 100644 (file)
@@ -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
index 27d3cd67ca002185f7c3d84a9844724855be582b..c01723356b3dfa998fe9205aec7f5d2b1ff23a01 100644 (file)
@@ -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
index 85fdfb56eaac6bafcf983727e20de90ebb773f6d..0ee996ce71574f4428f84df1b0b6b8112e203774 100644 (file)
@@ -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
index 6bd7f6787a88ccf9108ab0196b2668acd7e64f84..bb919b5570a3d10c28974b0c25721b691d76b294 100644 (file)
@@ -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
 {
index a9e9eac66299808d5725d2d344444305cf1f6937..95980e6ca0b1802e3afde2053acce498978e6fd6 100644 (file)
@@ -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
index 4e7ef337f23e8b5b244a0f993e3ed8bb1a8255df..e88279aecea1d19d718d477f6110eadccd907522 100644 (file)
@@ -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
  */
index 413ed33a4f9302f7dbf770c1a8e631b78f7bcb69..daa9d17dfde26f67bbc1841164d5b0bd2deb76f0 100644 (file)
@@ -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
index 37617719b019914ed64855e68ad1528e20074133..39ab06873016cfab103c696b123b9e5bab10fa83 100644 (file)
@@ -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
  */
index 573005a76897dc32cc11a9003cfb8b4b8e4ea7c8..e818629a0f17dd794c740504ad309d4896f3c5f2 100644 (file)
@@ -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
index ddf77aeb10afa7acfad7e9fb29b194b9c4a10339..74129fdda98b02192ff9f56fe439bd70274d421e 100644 (file)
@@ -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
  */
index b64234dda5fc4a86ddc499e4a897c27314b90160..fc4240d316c4c8aa3db8a1b49cbe5450f3d766b1 100644 (file)
@@ -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
  */
index 95aad8030d10aac766839956dd3633f0abbc3e18..f9020e74bd33a26090ea237b9518376c9decd85c 100644 (file)
@@ -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
index 5069aaf510cef8fc5c9e4fde764dcfe9035d572a..0bf6fe650b77d3e238d2e16818f1319fa76823e4 100644 (file)
@@ -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
index 6fa56d8a88ee9a7152068ad73ab0d7a00a9c12ab..6ea213e3a786bbcde88807bb84ce69c7ae869d5e 100644 (file)
@@ -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
index 0206ceca9af057bbfab02e27dcc31526a92bfd8c..e1a43c8d189410665207e67a1a2aa00beba6653b 100644 (file)
@@ -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
 {
index 1231c3eb62f291621a2df441f2853f2b6db0acc2..62d5b9f6d84c84f296c13f27794d40d4643913d2 100644 (file)
@@ -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
index c040235c53520915d1943bf8015418e1540ac0d1..ce5256fece7958b1fd24590a3eb1fbec464e222d 100644 (file)
@@ -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
index db6d4bd976e4489d6fcddc1cca43c6db13910da8..f5677feeb96af3c76a34983dfe53d27f2228f9c9 100644 (file)
@@ -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
index dd8b3412e2b01b9ac334e6c06378174cade80b5c..08d1cb09c6f25be1990c8d091eba2a8342a6f28a 100644 (file)
@@ -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
  */
index 2501aa3eeaf758affa10d2ea5177f18eaa0e0017..c94f857dc7983092d62105a5e40b84bca5860f9a 100644 (file)
@@ -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
  */
index 94c30c0ff5db8c27b29c1f4cde525523dcfddb32..fa136ec3fba8c8cf87bcb6f76946ee062915bb66 100644 (file)
@@ -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
index fa26061f0ea680c14848539899cae0151a348241..29003798d6931a5c6d215112d9060b83ff1e0a0c 100644 (file)
@@ -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
index 1ba9fbd246ebfcb8d155827e51985bf128094c43..628e53e97a17c40cff76a1155b77573546d95627 100644 (file)
@@ -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
index 3731b4134eec8b9f1c2f1e522cf46de0d3d7725c..48f5e33651d326a01bc210dbc3ba753cdb27e616 100644 (file)
@@ -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
  */
index 4b89bd669f2e5b68c74fb00b9b4333f024e22d98..4b1eda85ce9ef1205ae89b07e52b074e69633806 100644 (file)
@@ -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
  */
index 4a65fcec510499f3494c17ad6c4da61610a33bec..ae664044d9b94c046ce2448b571f1e95423ceab9 100644 (file)
@@ -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
  */
index 9cf95f214952750bdf2dbbfbe423ba44da37bb6d..7bf4534c7fc42aee2eccba6f1cc21f9927e5733f 100644 (file)
@@ -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
index 66190960a1223d993bbe98353dd85c70b7810554..df7cbbe6dee6e8a4f233fe4375cdfd5789c0db3b 100644 (file)
@@ -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
  */
index a1ccdff309756b7cf4d7535c09457da9f705e384..86e0eb6f0ee89f000013d4b15a936db11e1455f5 100644 (file)
@@ -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
 {
index 47c97192a1767f0bbd0f9a8fa6aaa99420d5777d..1a0852b8d122ce4d3a8f8dfda7f293b3549880ba 100644 (file)
@@ -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
index 8b9b7fc777fb5ddd95c76de98848d2ce690e270d..1fe1568a4fc74c8791db59b43a62b900dcfb96d0 100644 (file)
@@ -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
index 3428fba3cc5894fbb8d05c8c931f1a16cba9fb71..90aa577037b1dfd099676aa0ce7dcd31eae0eade 100644 (file)
@@ -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
  */
index f1925a28cd846bcd657ad1d2f401b505d32189c1..c7f2de956202984a8924d8699e7c3abd10d7d5fe 100644 (file)
@@ -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
 {
index fc01f583955fbf9ce53dcee0c4758f7c9b409a27..9636458ff2e2256342a2b445b3d0f506a71eb3df 100644 (file)
@@ -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
  */
index 786e51a272e09a62150a21f6c7453b8596b68452..cdcd1a4bf2509b3e79be5dc598e6f2e3d8f5c68f 100644 (file)
@@ -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
 {
index a0948ef27eba093da7c2e9bb3a5ed3105e5dc361..04ef3e2c8492a037cb69ae62e15fe385d7d5dd1c 100644 (file)
@@ -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
index 905bf9cd7696a2d6795274748d6e19aed6d7cefa..dd7121ec0bfb5792c5ca33450eb969b2d37a5f80 100644 (file)
@@ -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
index 5cc526adb7a8bf05998d10d894c59291e098dca1..d6771cd52d2b0f49ca6f70acf2fcf69255be7084 100644 (file)
@@ -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
index b84eb96c2fb2a7e41115a9d7255e6518a95af36c..791ea9f6cf1b02ef20b67f3186c7ccc9cf0b2452 100644 (file)
@@ -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
index 89f47a207e1ee0a883fabfa1d9f9562f130caf25..53b6d28bc3a6b87fe2ef5d89054a938f53f2a690 100644 (file)
@@ -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
index 3822cdec60b1439daeced1126610909888882668..1275d924ac3734677e820b4812cf6b2967ae7161 100644 (file)
@@ -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
  */
index 42aecac05283e3c14e7e392ebc86ace61181d989..85331c2b447babf35f1198703a9a2f199969b9ac 100644 (file)
@@ -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
index 2b4993143061ada971bc81837fb9b0055eeee790..8fa56e82d8077baba343f88d6123944edc95e008 100644 (file)
@@ -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
  */
index 620452be6f827b0a7f5e3cfd03a85af025e13a4e..57ea8568ff337cf59de15cd55e333954380528b1 100644 (file)
@@ -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
  */
index ae868c077b313efc8273c9c46bfd09ad1bfee829..054bba898f357190956d103c2b88b3a891c94923 100644 (file)
@@ -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
  */
index a64fa5a7680d297f54b9a9654c469089873d3c88..e00b0003c2e1ba23ccd81fc057f86d8b9aba408d 100644 (file)
@@ -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
  */
index 2673d0d5d1f95247d186da5d699321ffdb6753ef..f8c7ab474662ce365476ced479b234e5a7e5ccca 100644 (file)
@@ -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
index 2b2e15541fd0de960f4b99c1adf76acf7776084d..8d65188f846ec1bed58c1195314fffc32ed50e19 100644 (file)
@@ -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
index a645814f160c3ff6f5fc4e9cea07db4be0099657..876b73d14dc6e15f3714f3f52241f47568b15207 100644 (file)
@@ -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
index 2022a32ac76b8a627579877d93e8adbcae594881..c4a7bf2103f2e99cf969c9ef88f16c9eea4b10ee 100644 (file)
@@ -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
  */
index 38d025c3a06d9e18e6a3584bff8f090eea072675..d25684544866a2657cadaffa76eace52bc60963b 100644 (file)
@@ -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
index 4ece882121b2eea9a0253431ffc838e4c36fbcbf..a9a81ac56d5d7776943f3bedae5b5264d2fa7499 100644 (file)
@@ -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
  */
index d61785545c9cba7794fc1751c684e6833a4d21bf..0b3ba75b4b67699bef4d92f53d680e72b644266b 100644 (file)
@@ -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
index 8025ff239208470569bffb5c6fcaa486c7968b5b..1eda1e34822077e578192b0fbd683c5f7a9ee966 100644 (file)
@@ -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
  */
index 927ab140627dcef6b3c3559c80e33005165db3e7..d02c69b80d534d2464e9706ff01ab6bc34a07b08 100644 (file)
@@ -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
  */
index 6b21b43c5981e89a7c0a28b70021a81e97d22ec5..52e19b174761faea9daa8b7317130ed0a21bab16 100644 (file)
@@ -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
index a2e3ba2189fcbf6132b9962c3cac5674ba82e81b..6c3816f00ac3e6500ed154b8e1fd11aac5f59deb 100644 (file)
@@ -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
 {
index b735ce1197b15913f9c035a2d5992eaa35315a9e..b9ce7dc66908d3368a4cb0dc2c77d65993eeb58d 100644 (file)
@@ -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)
index 7572e701a65762e6f1b7ba1d1bddf7553f9b4314..fef8ae70c5a4a494a55dbd38ff312719a06ec173 100644 (file)
@@ -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
index 97f980704164e776704759cd7f15d086d53c4f6f..2b9763ee96de42e14abaf8d8b88347c0b1272eef 100644 (file)
@@ -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
index 623dab5eaed72223f652581cec4114873a906a28..f7c7ae48e7cdd711bc9fc5435576e32f8a75f36e 100644 (file)
@@ -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
index 050528b00c92ecf9d5bdf1c7e663d9cd61db04de..d07663c54482d487efaddac168c60ef009e11833 100644 (file)
@@ -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
  */
index a8d6044fa2e1595c346fa03fb618fc75aff8b4b0..6ef7847840562b0f91bb55fb11b54a4573970cbb 100644 (file)
@@ -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
index 0f208151d3c681ff4825055cd532b697fa665dc3..08f0df7936f5234cf63ec35c2ff6ecd0133df2d9 100644 (file)
@@ -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
index fbfc3335cf9806c5a2b75a0c5547099f5e7dc4a2..7f601740b316cb3d77c1ced08bd082b13c389409 100644 (file)
@@ -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
index b4c97be47b07d55bfc401c94777b7cd396585c52..bad475ecf041c2cdab3e49ccd69879cb7326c9ca 100644 (file)
@@ -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
index fe087d2e507ad7041409ecef478badddf3aabf0d..08c55faf63c13e178f57dbd2c0167655fa939382 100644 (file)
@@ -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
index a937e1550aa1ab72110632495c2cf21fec2b88e8..2ad00f0b58d7c568dea710d1cf2f766ed67fe2d2 100644 (file)
@@ -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
index 721878efccb534f3edd418bda81e4ccc5f5238bc..471c7f25c0ad54f918daa75ab3bb35a9dad1f90e 100644 (file)
@@ -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
index 9f2b98f762a04519db33f51401628e775bae146a..3bca6a7d49e6a543b2bfb392365b3d8f68d49a70 100644 (file)
@@ -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
index e372843cb2ac43a78f8068132412c6e1f07e4bd9..d8ef5a81e28a7d849a0157d8a13c385409f09611 100644 (file)
@@ -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
index b2a1e3114ec498da913c69907daf8b14eb9d6050..cd59afc299c4f692004ef81592f4d755854f295a 100644 (file)
@@ -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
index 880025b0a9f507eba143d6ab8936f0b6c245ec03..98dc4263341e49fc1bc95e41dcfbd00f260745f3 100644 (file)
@@ -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
index bf09ed893369ff0edacded2b78ab5c55c0a29aa7..08de16f7d3cadfa74291aad1c9da669dce73c566 100644 (file)
@@ -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
index fb58595c793c34a11b65a3de6b749c1504a9c536..27546c010ec9d0ddf3ba64d27790d4047d61b2f4 100644 (file)
@@ -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)
index 43784a865045b236ca2a518555d7982facbcbf1a..f9c3ee2fcf430a67b706a5a1cac97da0f2996df1 100644 (file)
@@ -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
index 5c67357851bd0b795aa7326c16dc2e77c9d0850e..cc8f8c7920416ccfd9c542342b076b0ced72a0bc 100644 (file)
@@ -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
index c60fd52e24542a6c864c2c2dc7636a7adee702ba..d27786c4347b31c7fc62bd11d28ea11723a21b31 100644 (file)
@@ -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
index 7212c0c979117593c3d5f99af0659567dd433bf6..cef05ae62415ae1295e70f58fecee6030256541d 100644 (file)
@@ -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
index 7443eedd8fbca7c22d79bea7f8adc396bee8dd48..d46edf4f48f1221bf6f1fedec25368216e5e9fde 100644 (file)
@@ -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
index 2518d365576a5ca88f3f37f7c1694d0d4d091910..5c8cbd0d51ad6669fea4c5c080fc84d2827aae6f 100644 (file)
@@ -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
index 7f3e014a2eaa61baf01d43d71b4e9baae4bb57e7..6e43183dd058be85ddddfd9c2d642b48aa7ce01e 100644 (file)
@@ -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
index 6162b089769ca976949dca4adbae140081081e7d..8b60ef70447f3ed1b8d640a8f852daec8120d372 100644 (file)
@@ -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
index cc7498820c7b32f068a0ae58ef5781337c447533..0500cc5f58accf246f77880bbb8ee112a3534074 100644 (file)
@@ -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
index 16ced33c1f4fef49ad4972ffbfb6790d2d33b1c0..1a003eaca808343f7424c221613a56d7009a456b 100644 (file)
@@ -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
index 88d31a5467a9c4e719f7ad8c0d5bb36d619ca169..c16705759e7324a6318580b5b659ebdee5513531 100644 (file)
@@ -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)
index 15cbd0370f10974e619e16249c1e7afe64d1f82f..cfb5528f4f860ae985df9cd6a548c1895a3e4e67 100644 (file)
@@ -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
index 107c6b390b694a20da53e6aa169229ed69de7090..c11e2b65fa4a54f58dd0dd47f9e02433a6442617 100644 (file)
@@ -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
  */
index 58d9ab6086fb7a251c18193a97eded4a2aaeb17f..7cf44b4c0d615db3376a57ffff13120f70a25d14 100644 (file)
@@ -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
index efdd103d509cc23956180de9fba16b86c6c49d01..f764783510cf5a546547f023bcb3e2cb823076ab 100644 (file)
@@ -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
index 5dea18c3e8fb9237dd5d6a3ec4ab3b96e5fefc65..39292862d29b8f180aee6aeae4f4d270c6ea473c 100644 (file)
@@ -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
index 6e40d5165b8c2e1411da942eab3bd2f8fa505c67..68a8c25d08bebf838c101d59d7a6e65403bae7df 100644 (file)
@@ -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
index de684fbfce125c8eb99f4c2d843883c1d5a1b865..42034b7c7ab5a5fe89e13e8867c1355743a6ef28 100644 (file)
@@ -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
index ab22c8fb826500326a62d289d04e791b4cd7114e..8bbcabaf64d195d5bcb480d39484a71989cdfe55 100644 (file)
@@ -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
index 2d870a8dd9f10596b5b2711f438367b89734b4fc..dcf4496c796622801661398be167d370f4395f40 100644 (file)
@@ -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
index daeb7c689b369696524c02e193c8b6af62bedf78..2629ad2a54d81efbbd7d24686450d0a63764f173 100644 (file)
@@ -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
 {
index 20373061d181c0b60ec3e707d1a7af60fb02c7e6..1c500b00b5e1f55aa4248907b18fa87a9aca6487 100644 (file)
@@ -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)
index dbbdf6b25b3b117f430887b730596ea1c53d3be9..8654c745ec029d52813b75f52a9959b84931ca6e 100644 (file)
@@ -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
  */
index bd64adf1e3ab733034c9cb6cbfb25e368dfc398f..85ba1d1e9a5882c7b5c14b803a1587c79bd16d07 100644 (file)
@@ -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
  */
index f0e388aac55c1dcbe9671c1d46bc3a03499b4153..3aa432df14cae97f7c8127e3fde7e0731d959a6b 100644 (file)
@@ -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
  */
index 05eedcde4b2045d46d27cbad1ca11d46012bd033..3b64f45572708b1b3953c7d859c51fe00003d5d0 100644 (file)
@@ -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
    */
index 40b2c1802984fbb4822d3f9cbb239fadc4d66ddf..0fa36674d4e79acd33e1f8ddba21c48b85b1bd8a 100644 (file)
@@ -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
  */
index 8076b5c83534b80396f549e7c3bdc66acba686c0..6d38911b732e6dbf021df660c6605e9879af690d 100644 (file)
@@ -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
index d27505fa41db2c8c1097b668eb2449a6ca8581b4..e334ac7806be18647302d450c1419ff720565417 100644 (file)
@@ -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
    */
index 0376d5a01af9aaae3a0fc0aee0d7bbc599e24afb..db7c2abf2ec16444a3ced7487574a3a2ba832bad 100644 (file)
@@ -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)
index 78e393eafcb1fdb3a7c00f537937cf5fc57a66f0..8679d2e32d53be6fd0c937bade5719d04f30074d 100644 (file)
@@ -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
index 3f004ed6bbc7e9dba7c1b079a5f64083c38b60f9..b9af7efc7ee5522733dadb1b2d4fb44127e3c7e5 100644 (file)
@@ -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
index fc068c241653bca2252f36b09dcae3ea2d29f774..03fbd36102684c2578e1798617c1c6e0799347aa 100644 (file)
@@ -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
index 2946d259b917b05159a951efd8352b9d67cad30d..92867624aafda73fddf0eac71e6c098691418dc1 100644 (file)
@@ -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
index 88253ed6237c5018da27340033db5b539fcfb09a..d39efcb9400e83c16b5dc48524d690d9e431ffd8 100644 (file)
@@ -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
index fd03269a891330e0cce94546a10d6c5a684fdfdb..78c2164ffab8031f6c56cc16c4e5173b19b8dc5c 100644 (file)
@@ -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
  */
index 0e981efb87f3e5d95285ad711441abedf6fa3486..18f7a7b17a3172dfc8a0bb52b8251670cf87522e 100644 (file)
@@ -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
  */
index 9ba97744aefeab46b3ef05788b33bf9f890ab02b..57a1fda48baa1e61ee1ae4a6f7e85c1fd4e19e14 100644 (file)
@@ -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
  */
index 48c61c5702664c04bfa1424cd80b2fd25bf5fd7d..4c921ede9ae824aabbdf5068ab7b5a90ef7a23fd 100644 (file)
@@ -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
 {
index 93252d9cce613f55219f7f6980e9e372818763b3..68a4466eea2e4bc7a7e4de0277807b8f923aff6d 100644 (file)
@@ -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
 {
index f0221915a712a2e4489fff412c1e4daa886e783d..8bea284e9d39e466d368569eebc9ad1f13a7c867 100644 (file)
@@ -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
index 0665f406793c638f36398e660e355d572c8c1050..86161e0ae39678e493608d207e0e2050282f052f 100644 (file)
@@ -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
 {
index b921953ec28e0dc78f7b8fd965f0b7cd97b53d44..6f0215b10e1abcf8301db1bbb8c797d6a4a2e3a9 100644 (file)
@@ -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
 {
index c56be6b31dd74329e8bb42de9455ef0741054ad7..a306ede6fd637770271cc2b70c4f20f032f7c757 100644 (file)
@@ -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
 {
index 305cb00b2ff8f734eea31307a50a4fd4eaba54c0..c6d1e100d35a75767c03efc0b838c5b53b9d93f3 100644 (file)
@@ -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
index 9673eddb4589e31c2f8cf4c0a0830527b6af21b4..6b47e2be00595c9db394dcb6200021a826422624 100644 (file)
@@ -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
index c5f08530d2b61603c9bbaa2fea1ac81ae898b7b7..c90f95588117946f82be56cd440690096233cf62 100644 (file)
@@ -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
 {
index 7a095c4e38e425cd7c5f0f7a9b8a41abf5f115ac..a8d8cb5ef642fc90e83ec78c989e03cbc689a651 100644 (file)
@@ -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
 {
index 6efe73d83ab918639c39915c9b78dd7607995cec..7466d8579564e15935ed369920cbee003d823011 100644 (file)
@@ -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
 {
index 51bf02b281cde386c83783ebeebe77ae5ade5430..0018dc47cc32e0387beef580ae80c179ad374124 100644 (file)
@@ -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
index 4898f9ed82b56c5cd15a0ca297caa9771586de4f..2bc82ee74c6d5a2c8f90b41e82af73871418b585 100644 (file)
@@ -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
index eb89795c2c8b5b40387c122eb967b6eaddbb45c1..497cdb6e0897b0ec33bbf4d066129c0cb9d35e57 100644 (file)
@@ -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
index 6d5f2841b5a43ccc6f6651786d3639c53830cf90..ab971c0e675b7f963c90880753073ad8e1124118 100644 (file)
@@ -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
 {
index 1f18cf68eb14df4ace756b6febb332a72ec2acb8..457dded93dbce7fb17172370270a325c874b33e7 100644 (file)
@@ -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
 {
index d17a68d9ae32e2c962f39ef6d84e6e6e7f9b24cc..1c0408cd15b9622d49ef2c1bcbb9222a7302228e 100644 (file)
@@ -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
index b613c1b447cccde0155ba55881a578d8a39bd1e4..ca88d70e36053ca6190dad65bf7f79a11aba0367 100644 (file)
@@ -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
 {
index 0fad4ba0acb6fa3005b871438e81120dd782975f..c3cb07fb2191ba2edc135acf8ab3e52a6414bb43 100644 (file)
@@ -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
 {
index 3a29877476b3783845b6c7706cfd9898e96a647d..4cfc5b5dc88f4a733dea4e3c9d4881f09a21430b 100644 (file)
@@ -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
  */
index 4e3b38b9922d60a7e3a6751ea42982fd114d6571..b0d12c0ead02887ab3c51a2307f37763f330bd46 100644 (file)
@@ -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
 {
index 36beb1df540f28580714ff6ded0e32daf23e0bb4..c57abeba795b8832e9fd3deaf600e1de6fdc3fd6 100644 (file)
@@ -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
index 94a9537318e0451014b28b0c5d9b09ad02a2a5c0..32789fc635026a5116e2494ff66616016bd8ece1 100644 (file)
@@ -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
 {
index f735001e91596d4713e13407f4a2580cf43d79d1..de3648af5f349df9daf4d65c758148b1a21b2866 100644 (file)
@@ -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
 {
index 133fdfe116dcf28dab6cdeebefe359fc2602dbae..5507a4f6ef810a9bc62b4d55263eb59379d16a29 100644 (file)
@@ -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
index 9476d935674da85313d639d2641c89e87909ab6f..e27fdbff4ab9365fedfcb32b1aa0b62cc1f00219 100644 (file)
@@ -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
index 31f6381dc0d799311f2def25805dcf4864a2422e..e64ff4e6f7b77358514eb4e41a1bc0613e0bbbb5 100644 (file)
@@ -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
index 48c37b38061af9f0b0c1b2c1745e0be7a7240afa..0b20c86fefd560240b8ddef31b316617a7b89149 100644 (file)
@@ -1,5 +1,5 @@
 /* java.beans.AppletInitializer
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ import java.beans.beancontext.BeanContext;
  * Bean that is also an Applet.  It is used by
  * <code>Beans.instantiate()</code>.
  *
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @since 1.2
  */
 public interface AppletInitializer
index 09f7d1a8a2e3149d50c65416832befd81de9e86d..01f952f8597bd5b4bf7a6ceff4e0210cf4433a33 100644 (file)
@@ -1,5 +1,5 @@
 /* ExceptionListener.java -- listen for recoverable internal exceptions
-   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.beans;
  * This interface allows a class to monitor internal exceptions, to try to
  * recover from them.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.4
  * @status updated to 1.4
  */
index 418f92f8bb8890784b2f2e6696ee2eed6790d24e..75e17b18be17bd5cec98cc76a0fbdac6419ba736 100644 (file)
@@ -1,5 +1,5 @@
 /* PropertyChangeEvent.java -- describes a change in a property
-   Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -55,7 +55,7 @@ import java.util.EventObject;
  * information.
  *
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.1
  * @status udpated to 1.4
  */
index 6e707038d0618b7ad1c174a8a69d830f219f1cce..3a04de2db5a0c92acc7a123441062c864d2b09da 100644 (file)
@@ -1,5 +1,5 @@
 /* PropertyChangeListenerProxy.java -- adds a name to a property listener
-   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;
  * associating a name with the listener. This can be used to filter the
  * changes that one is interested in.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.4
  * @status udpated to 1.4
  */
index 4796a17f13eb4337e686065214fabed714f08f30..76932bccda3cc298baeac8e315d206a8737837d2 100644 (file)
@@ -1,5 +1,5 @@
 /* PropertyChangeSupport.java -- support to manage property change listeners
-   Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,7 +57,7 @@ import java.util.Vector;
  * is thread-safe.
  *
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.1
  * @status updated to 1.4
  */
index b62440a2e4749f73e04bb522d44c58f4e4f7850a..84c31763023835ec934d385903520cccd1cb4c69 100644 (file)
@@ -1,5 +1,5 @@
 /* java.beans.PropertyDescriptor
-   Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,7 +57,7 @@ import java.lang.reflect.Method;
  ** </OL>
  **
  ** @author John Keiser
- ** @author Robert Schuster <thebohemian@gmx.net>
+ ** @author Robert Schuster (thebohemian@gmx.net)
  ** @since 1.1
  ** @status updated to 1.4
  **/
@@ -448,7 +448,7 @@ public class PropertyDescriptor extends FeatureDescriptor
      * <li>the property type and the read method's return type must be assignable from the
      * write method's argument type</li>
      * <li>the write method may not exist</li>
-     * <ul>
+     * </ul>
      * While checking the methods a common new property type is calculated. If the method
      * succeeds this property type is returned.<br/>
      * <br/>
index f9d79958705b9497cbf07dd74c90fca1f022c383..d5007317bd5a97c466610ae2e6642031e936297d 100644 (file)
@@ -1,5 +1,5 @@
 /* VetoableChangeListenerProxy.java -- adds a name to a vetoable listener
-   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;
  * associating a name with the listener. This can be used to filter the
  * changes that one is interested in.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.4
  * @status udpated to 1.4
  */
index bbac648dbd2ef64bdb98a7fcf06531748a4042f9..f1dbc50a7784650df7de299ef665bc5c67bb96c3 100644 (file)
@@ -1,5 +1,5 @@
 /* VetoableChangeSupport.java -- support to manage vetoable change listeners
-   Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,7 +57,7 @@ import java.util.Vector;
  * is thread-safe.
  *
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.1
  * @status updated to 1.4
  */
index 19074703938f2c81fceb70c5ab6cdf9222cb4c0f..ab597884828c32c63f4621102a3696b1a5bd9304 100644 (file)
@@ -1,5 +1,5 @@
 /* BufferedReader.java
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
      Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -55,8 +55,8 @@ package java.io;
  * of remembering any number of input chars, to the limits of
  * system memory or the size of <code>Integer.MAX_VALUE</code>
  *
- * @author Per Bothner <bothner@cygnus.com>
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Per Bothner (bothner@cygnus.com)
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  */
 public class BufferedReader extends Reader
 {
index 45a09a77b5d77697366a0a679bef7b47ba5ed677..906e71a0d94480cf3b0ae94625c79406f931336e 100644 (file)
@@ -1,5 +1,5 @@
 /* ByteArrayInputStream.java -- Read an array as a stream
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.io;
 /**
   * This class permits an array of bytes to be read as an input stream.
   *
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   * @author Aaron M. Renn (arenn@urbanophile.com)
   */ 
 public class ByteArrayInputStream extends InputStream
index 2e89cf5ee0a94b6fe7fec5185b01b6ea5925ea88..095debefa7bc8593fc33b36eeaba6827ec9bfa3d 100644 (file)
@@ -1,5 +1,5 @@
 /* BufferedReader.java
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -66,7 +66,7 @@ package java.io;
   * multibyte character encodings.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Tom Tromey <tromey@cygnus.com>
+  * @author Tom Tromey (tromey@cygnus.com)
   * @date September 24, 1998 
   */
 public class ByteArrayOutputStream extends OutputStream
index 9d5382bef1e80276e1b50f8a98b8830bdf60cc5f..d0d5a28399c40a7fe48fadf4f0a84ccd522395ee 100644 (file)
@@ -1,5 +1,5 @@
 /* CharArrayReader.java -- Read an array of characters as a stream
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.io;
   * This class permits an array of chars to be read as an input stream.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public class CharArrayReader extends Reader
 {
index 7453996c346416017eb45ddc001a705098cc0afc..4593f15c7849078e9811f22d043bd922d68f19f9 100644 (file)
@@ -1,5 +1,5 @@
 /* CharArrayWriter.java -- Write chars to a buffer
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -60,7 +60,7 @@ package java.io;
   * <p>
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Tom Tromey <tromey@cygnus.com>
+  * @author Tom Tromey (tromey@cygnus.com)
   */
 public class CharArrayWriter extends Writer
 {
index 0cb83d2d0205efa3cbe2fa25a0057ec7ad744b1c..6f2afb53f7bde43ae8682ae397a10af839381460 100644 (file)
@@ -1,5 +1,5 @@
 /* CharConversionException.java -- Character conversion exceptions
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.io;
  * an attempted character conversion.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @since 1.1
  * @status updated to 1.4
  */
index 52cd246110db9f0e6fc2c9c03657848187845f22..0aa172b17a0cfd4901d9b6c6d36ed15f3b99a471 100644 (file)
@@ -1,5 +1,5 @@
 /* DataInput.java -- Interface for reading data from a stream
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.io;
  * into Java primitive types. 
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  */
 public interface DataInput
 {
index d6068828c89c95b55b9befa61189ab1563438a76..9cdbc6955068c9a1c6a5b11f434d30d5c4239c23 100644 (file)
@@ -50,8 +50,8 @@ package java.io;
  *
  * @see DataInput
  *
- * @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)
  * @date October 20, 1998.  
  */
 public class DataInputStream extends FilterInputStream implements DataInput
index e07eb6289694bb8fedff7e73d855613ee27a771a..70fb7d48c696c39e3c483ecf69fda408e6f04af8 100644 (file)
@@ -1,5 +1,5 @@
 /* DataOutput.java -- Interface for writing data from a stream
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ package java.io;
  * by classes implementing the <code>DataInput</code> interface. 
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  *
  * @see DataInput
  */
index ab2db95df99b814010f3deeceb39648e73ab403e..9a2d172ac46701c68038d641b23b65383311e919 100644 (file)
@@ -1,5 +1,5 @@
 /* DataOutputStream.java -- Writes primitive Java datatypes to streams
-   Copyright (C) 1998, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,8 +51,8 @@ package java.io;
  *
  * @see DataInputStream
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Tom Tromey (tromey@cygnus.com)
  */
 public class DataOutputStream extends FilterOutputStream implements DataOutput
 {
index d129cd692499dbe217aeed6bf588461f5195978e..2ec28c6c8eeb0f7c5182c4e479f608dbfb8f6715 100644 (file)
@@ -1,5 +1,5 @@
 /* EOFException.java -- unexpected end of file exception
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.io;
  * thus throw this exception.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class EOFException extends IOException
index 908c00a19b9d4d08bd521579f1757150103a34cd..17aaf799be06fe7a21f6090c7a55f1cbadeaf0ec 100644 (file)
@@ -1,5 +1,5 @@
 /* FileInputStream.java -- An input stream that reads from disk files.
-   Copyright (C) 1998, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,8 +51,8 @@ import java.nio.channels.FileChannel;
 /**
  * This class is a stream that reads its bytes from a file. 
  *
- * @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 FileInputStream extends InputStream
 {
index 7877aba150da8858e47734af6027b89b65d65127..66809f5e7bbe9c669fd978df621075a3e57c5b3b 100644 (file)
@@ -1,5 +1,5 @@
 /* FileNotFoundException.java -- the requested file could not be found
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,8 +43,8 @@ package java.io;
  * does not exist, or is inaccessible for some other reason (such as writing
  * a read-only file).
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class FileNotFoundException extends IOException
index 1702ffe8f54c8abd4968c68e544d9a5bd3d7a67e..34b06cbf1517d3f083a774384098486a5e6e4941 100644 (file)
@@ -1,5 +1,5 @@
 /* FileOutputStream.java -- Writes to a file on disk.
-   Copyright (C) 1998, 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,8 +51,8 @@ import java.nio.channels.FileChannel;
  * This classes allows a stream of data to be written to a disk file or
  * any open <code>FileDescriptor</code>.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Tom Tromey (tromey@cygnus.com)
  */
 public class FileOutputStream extends OutputStream
 {
index e3b004d549924f4fa7c346c1c97830384947be9a..dad3ccf28afd16f36223028cb92edb9dc194c2bd 100644 (file)
@@ -1,5 +1,5 @@
 /* FilenameFilter.java -- Filter a list of filenames
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ package java.io;
  * or should not be included in the file listing.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  *
  * @see File#listFiles(java.io.FilenameFilter)
  * @see java.awt.FileDialog#setFilenameFilter(java.io.FilenameFilter)
index c81259bd25b4a36422a2b6d24260be128956dd2b..477521aa8160aed7a9085af25889e4f3764f7f69 100644 (file)
@@ -1,5 +1,5 @@
 /* FilterInputStream.java -- Base class for classes that filter input
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -65,7 +65,7 @@ package java.io;
   * <code>InputStream read(byte[])</code> method.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public class FilterInputStream extends InputStream
 {
index 2144213f0e11a4e28e3631d8f9eed88bdd2c83c2..98db4ac12c9f4fea0f8e31e6951cf90c386ccc90 100644 (file)
@@ -1,5 +1,5 @@
 /* FilterOutputStream.java -- Parent class for output streams that filter
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,7 +52,7 @@ package java.io;
   * underlying stream.  Subclasses provide actual filtering.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Tom Tromey <tromey@cygnus.com>
+  * @author Tom Tromey (tromey@cygnus.com)
   */
 public class FilterOutputStream extends OutputStream
 {
index caf102b082a7c75fd1582d70537ae0ff7a0326ff..4cc6940c51827d4a8fe9da2d0d32e2cb41a44964 100644 (file)
@@ -1,5 +1,5 @@
 /* FilterReader.java -- Base class for char stream classes that filter input
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -59,7 +59,7 @@ package java.io;
   * <code>Reader} read(yte[])</code> method.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public abstract class FilterReader extends Reader
 {
index a717092d8590604e1f5e3cc15e53baad87d0d8f8..5a8ede572dbfa5dc7651b4f1782b9391622bb914 100644 (file)
@@ -1,5 +1,5 @@
 /* FilterWriter.java -- Parent class for output streams that filter
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,7 +52,7 @@ package java.io;
   * underlying stream.  Subclasses provide actual filtering.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Tom Tromey <tromey@cygnus.com> 
+  * @author Tom Tromey (tromey@cygnus.com) 
   */
 public abstract class FilterWriter extends Writer
 {
index 8baf593c9c2d9afcdd16424824e4d41b9a33c21a..f1e3848da4a9c0a7b16417187cd2e7def1e8ad56 100644 (file)
@@ -1,5 +1,5 @@
 /* IOException.java -- Generic input/output exception
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.io;
   * detailed indication of what happened.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Tom Tromey <tromey@cygnus.com>
+  * @author Tom Tromey (tromey@cygnus.com)
   * @status updated to 1.4
   */
 public class IOException extends Exception
index 610ccf1f1775f6d68618fb345669eee16262938f..1d942446711ecdd3edd6f6737538e5e82679767a 100644 (file)
@@ -1,5 +1,5 @@
 /* InputStream.java -- Base class for input
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.io;
   * or network connection.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public abstract class InputStream
 {
index 321c2697b437ec93e7ea2d6b9fc511e75d7a57bb..614fb3b89478cf0547efcd7b903b06a1622cb06b 100644 (file)
@@ -1,5 +1,5 @@
 /* InterruptedIOException.java -- an I/O operation was interrupted
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,8 +43,8 @@ package java.io;
   * for some reason.  The field bytesTransferred will contain the number of
   * bytes that were read/written prior to the interruption.
   *
-  * @author Aaron M. Renn <arenn@urbanophile.com>
-  * @author Tom Tromey <tromey@cygnus.com>
+  * @author Aaron M. Renn (arenn@urbanophile.com)
+  * @author Tom Tromey (tromey@cygnus.com)
   * @see Thread#interrupt()
   * @status updated to 1.4
   */
index ee0ce2c799e42f3514ef574334d1e0db69cf39dd..ae6292e9284de67fa44db556ce2dd9efaf8ac9eb 100644 (file)
@@ -1,5 +1,5 @@
 /* LineNumberInputStream.java -- An input stream which counts line numbers
-   Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -67,7 +67,7 @@ package java.io;
  * compatibility only and should not be used in new applications.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  */
 public class LineNumberInputStream extends FilterInputStream
 {
index b3cb582693007e29aed389605a3e1321a5fbb792..0a4797bd6c1a193f97777122c2f90ea53a9a03eb 100644 (file)
@@ -1,5 +1,5 @@
 /* LineNumberReader.java -- A character input stream which counts line numbers
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,9 +52,9 @@ package java.io;
  * read from the stream does not end in a line termination sequence, it
  * will not be counted as a line.
  *
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Guilhem Lavaux <guilhem@kaffe.org>
+ * @author Guilhem Lavaux (guilhem@kaffe.org)
  * @date December 28, 2003.
  */
 /* Written using "Java Class Libraries", 2nd edition, plus online
index 0c79d332700ac24c268d01b62c3de2e94bd0d69f..bcaa2e3a158429be397b3968426a54beee5938e7 100644 (file)
@@ -1,5 +1,6 @@
 /* ObjectInputStream.java -- Class used to read serialized objects
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
+   Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,8 +48,8 @@ import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 import java.lang.reflect.Modifier;
 import java.lang.reflect.Proxy;
-import java.security.PrivilegedAction;
 import java.security.AccessController;
+import java.security.PrivilegedAction;
 import java.util.Arrays;
 import java.util.Hashtable;
 import java.util.Vector;
index da1ca46e6624316577142d7b0d21f0b84cff5d15..fa2c78021c22b2c172d97858748b7e53727b5426 100644 (file)
@@ -1,5 +1,5 @@
 /* ObjectStreamException.java -- Superclass of all serialization exceptions
-   Copyright (C) 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.io;
  * indications of the precise failure.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @since 1.1
  * @status updated to 1.4
  */
index 919c2bf0f4d392647c895f9d0fde23f29e9370a3..858302c0486f1fea316d6511079def32e15561ef 100644 (file)
@@ -1,5 +1,5 @@
 /* OptionalDataException.java -- indicates unexpected data in serialized stream
-   Copyright (C) 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ package java.io;
  * </ul>
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @since 1.1
  * @status updated to 1.4
  */
index cee98644b0f0d69c8619ecd4e93369e747adf0d3..2b1a90a7508187fb700ad501a55ad7ea91673c25 100644 (file)
@@ -1,5 +1,5 @@
 /* OutputStream.java -- Base class for byte output streams
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.io;
   * destination such as a file on disk or network connection.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Tom Tromey <tromey@cygnus.com>
+  * @author Tom Tromey (tromey@cygnus.com)
   */
 public abstract class OutputStream
 {
index a07470a72912eb30709b44461f3c2a26553e7ee3..07050415aba43009b363717b029fb7538145755b 100644 (file)
@@ -1,5 +1,5 @@
 /* OutputStreamWriter.java -- Writer that converts chars to bytes
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -70,7 +70,7 @@ import gnu.gcj.convert.UnicodeToBytes;
  * </ul>
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @date April 17, 1998.  
  */
 public class OutputStreamWriter extends Writer
index 3526473a4fd3655aea36ef1a4b682777257b8fb5..02a126b000fd190435ca1815932142aff39ecbae 100644 (file)
@@ -1,5 +1,5 @@
 /* PrintStream.java -- OutputStream for printing output
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -55,8 +55,8 @@ import gnu.gcj.convert.UnicodeToBytes;
  * <p>
  * This class converts char's into byte's using the system default encoding.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Tom Tromey (tromey@cygnus.com)
  */
 public class PrintStream extends FilterOutputStream
 {
index 376b3c44e7b683492dfd47dd53564e7f45f5b1a1..e03f2f85a876d248de294c08a4221141b46fc12d 100644 (file)
@@ -54,8 +54,8 @@ package java.io;
  * class which also auto-flushes when it encounters a newline character
  * in the chars written).
  *
- * @author Per Bothner <bothner@cygnus.com>
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Per Bothner (bothner@cygnus.com)
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @date April 17, 1998.  
  */
 public class PrintWriter extends Writer
index c07714ec61c041b6e0e0cf79a1a56addce482dd1..aedd7eb65eedef96fef9f59eec1056675030fada 100644 (file)
@@ -1,5 +1,5 @@
 /* PushbackInputStream.java -- An input stream that can unread bytes
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ package java.io;
   * <p>
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public class PushbackInputStream extends FilterInputStream
 {
index cc2473a6c343d8f7ce4dcc45300c7cc35ee34e44..05f343ed9aa4f3a8c5be3120b2e3c533936ee89f 100644 (file)
@@ -1,5 +1,5 @@
 /* PushbackReader.java -- An character stream that can unread chars
-   Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ package java.io;
  * by the creator of the stream.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  */
 public class PushbackReader extends FilterReader
 {
index 2b1e08599e856deeba1848059bce7c3d91026e4d..c23ca3adf2e8681a2e19578eb5154a0a7afa3429 100644 (file)
@@ -1,5 +1,5 @@
 /* RandomAccessFile.java -- Class supporting random file I/O
-   Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -55,8 +55,8 @@ import java.nio.channels.FileChannel;
  * <code>DataInput</code> and <code>DataOutput</code> interfaces to allow
  * the reading and writing of Java primitives.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Tom Tromey (tromey@cygnus.com)
  */
 public class RandomAccessFile implements DataOutput, DataInput
 {
index 18481ac697b1d1017159de8cc7f969325226759f..bb4494b431a61f3a63c812d1a88ed9bb868105d4 100644 (file)
@@ -49,7 +49,7 @@ package java.io;
  * methods to read characters from a particular input source such as a file
  * or network connection.
  *
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @date April 21, 1998.  
  * @author Aaron M. Renn (arenn@urbanophile.com) 
  */
index e7b2f494c2acd863fa5fbddda0632eb2b2ce054e..a46b11d56aa5c4c4699b43f313d9ca4721afbfc7 100644 (file)
@@ -1,5 +1,5 @@
 /* SequenceInputStream.java -- Reads multiple input streams in sequence
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -61,7 +61,7 @@ import java.util.Enumeration;
   * to completion, all subordinate streams are closed.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public class SequenceInputStream extends InputStream
 {
index b6c47c4ccbd4bb10dccbae4f74e72ce8b6ece09c..065faae80cfb18ee343ccad9bc10d0b93240deec 100644 (file)
@@ -1,5 +1,5 @@
 /* Serializable.java -- Interface to indicate a class may be serialized
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.io;
   * the implementing class may be serialized.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public interface Serializable
 {
index 004047fb6542f2aabb7ea150485fa935511eb8a7..86002cbe8a6603ab27b45ebfdade681f911d081e 100644 (file)
@@ -1,5 +1,5 @@
 /* StreamCorruptedException.java -- Error in stream during serialization
-   Copyright (C) 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.io;
  * read from a stream during de-serialization.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @since 1.1
  * @status updated to 1.4
  */
index dd6acb3fd367eccf73a024f8ba8501a86428517a..b5bd38f2d78f58b54c67fb1cc621d8e7599354bf 100644 (file)
@@ -42,7 +42,7 @@ package java.io;
  * million-zillion flags that can be set to control the parsing, as 
  * described under the various method headings.
  *
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @date October 25, 1998.  
  */
 /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
index 96dc4a382f3daf82ff1a6fa47bcefc2e5c53de1c..4ed9a9f71902b621377e362629297add6cd128d9 100644 (file)
@@ -1,5 +1,5 @@
 /* StringBufferInputStream.java -- Read an String as a stream
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -65,7 +65,7 @@ package java.io;
   * @deprecated
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Warren Levy <warrenl@cygnus.com>
+  * @author Warren Levy (warrenl@cygnus.com)
   */
 public class StringBufferInputStream extends InputStream
 {
index c5aab8d157c0f76ce64c4bfc4c79636544ae919a..7b6e14193cd1349e3850d128c31ac9ae492b7aeb 100644 (file)
@@ -1,5 +1,5 @@
 /* StringWriter.java -- Writes bytes to a StringBuffer
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.io;
   * can then be used to retrieve a <code>String</code>.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Tom Tromey <tromey@cygnus.com>
+  * @author Tom Tromey (tromey@cygnus.com)
   */
 public class StringWriter extends Writer
 {
index a896ffb5e43da3505d689e014cf9a6656c0c77e8..5563268ffd57b5dddd93b8959151f0a582233d8b 100644 (file)
@@ -1,5 +1,5 @@
 /* SyncFailedException.java -- a file sync failed
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.io;
  * Thrown when a file synchronization fails.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see FileDescriptor#sync()
  * @since 1.1
  * @status updated to 1.4
index a38e25179f5794ed9471943c538b6ebdf48db6d7..d4f2df253e43be590f0ea81cbb219924c0b761bd 100644 (file)
@@ -1,5 +1,5 @@
 /* UTFDataFormatException.java -- thrown on bad format in UTF data
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.io;
  * to indicate that the data read is invalid.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see DataInput
  * @see DataInputStream#readUTF(DataInput)
  * @status updated to 1.4
index 8ee686bde0322d278f67db05867c686e6fb03251..5159fb2b246e581965987ce37014969f3746deb3 100644 (file)
@@ -1,5 +1,5 @@
 /* UnsupportedEncodingException.java -- the requested encoding isn't supported
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.io;
  * not supported.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @since 1.1
  * @status updated to 1.4
  */
index 7b683854d3d463fa7ca96e5e084263a450856110..a7787805f30e88d012172902c097df41af1642d5 100644 (file)
@@ -1,5 +1,5 @@
 /* WriteAbortedException.java -- wraps an exception thrown while writing
-   Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.io;
   * objects are discarded.
   *
   * @author Aaron M. Renn (arenn@urbanophile.com)
-  * @author Eric Blake <ebb9@email.byu.edu>
+  * @author Eric Blake (ebb9@email.byu.edu)
   * @since 1.1
   * @status updated to 1.4
   */
index 49b6315231e5d2590bd208ff23049180493ccd7e..4a69030a5e20cdcd3df3f4ffbd8a87823fc0aea6 100644 (file)
@@ -1,5 +1,5 @@
 /* Writer.java -- Base class for character output streams
-   Copyright (C) 1998, 1999, 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,7 +51,7 @@ package java.io;
  * destination such as a file on disk or network connection.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  */
 public abstract class Writer
 {
index df961864a6755726d3e7d3521da93c7a6232bae8..8fd20d3c0cfa33c3c0363bd9c33f13c89143eb03 100644 (file)
@@ -1,5 +1,5 @@
 /* AbstractMethodError.java -- thrown if an abstract method is invoked
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.lang;
  * reflecting on methods.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class AbstractMethodError extends IncompatibleClassChangeError
index de79b096ab31affef131c6379a0bd3ad76a2f726..7fb9c1cc4d6a431465dd42756a3b947b0a54f6f4 100644 (file)
@@ -1,6 +1,6 @@
 /* ArithmeticException.java -- exception thrown to indicate conditions
    like divide by zero.
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class ArithmeticException extends RuntimeException
index 1a6db8daf04fa7696790e032720f75516b4d771f..abc6d1d607fbf1989ab9ccae666f7a0bdbf1f00b 100644 (file)
@@ -1,6 +1,6 @@
 /* ArrayIndexOutOfBoundsException.java -- exception thrown when accessing
    an illegal index.
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
index 3fa714d2ef4baac2810bcfdaa76377cd1ff404f8..00a084ec11505738a29ac50b3f6d431e48ea073d 100644 (file)
@@ -1,6 +1,6 @@
 /* ArrayStoreException.java -- exception thrown to when trying to store an
    object into an array of a different type.
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class ArrayStoreException extends RuntimeException
index 2bbf81cac97e78d832e3a4e0feeb664ecefca6ff..8851be1d30f620e68d1e918e50b3a92210666e0b 100644 (file)
@@ -1,5 +1,5 @@
 /* AssertionError.java -- indication of a failed assertion
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.lang;
  * the string <code>"" + <em>expression</em></code>. This extends Error,
  * because you usually do not want to inadvertently trap an assertion failure.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.4
  * @status updated to 1.4
  */
index 3c09a1505c1160704941a323eb40b22969cbaf2f..a30b669df1ab6c6e65028675cff9dcfaa423088e 100644 (file)
@@ -1,5 +1,5 @@
 /* Boolean.java -- object wrapper for boolean
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ import java.io.Serializable;
  * <code>boolean</code> values.
  *
  * @author Paul Fisher
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.0
  * @status updated to 1.4
  */
index 641c5cc8ee1a04542702d286ad89fe14bc46682b..e59ac598aedbb761b2d8e3cd25ed07e6fcda2a9f 100644 (file)
@@ -1,5 +1,5 @@
 /* Byte.java -- object wrapper for byte
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * @author Paul Fisher
  * @author John Keiser
  * @author Per Bothner
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.1
  * @status updated to 1.4
  */
index 6a65482f637cd8c363489572fc70b4e0b2ec6dde..bf11861985d7da0460c91017a904812ab694a84e 100644 (file)
@@ -71,8 +71,8 @@ import java.util.HashSet;
  * see {@link ObjectStreamClass}.
  *
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Eric Blake (ebb9@email.byu.edu)
+ * @author Tom Tromey (tromey@cygnus.com)
  * @since 1.0
  * @see ClassLoader
  */
index b552b23fbdb7931d7b7cf5d8ceb59ec796d89ec3..49c5262222d8f4a3b8d5aeb2d14b894a180d6ef8 100644 (file)
@@ -1,5 +1,5 @@
 /* ClassCastException.java -- exception thrown on bad cast
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class ClassCastException extends RuntimeException
index 8016eadb86895c9bf13ef214eab461ea404b82fb..fb93327eb1d4c6f4c9740acfd290ef23e0b002b2 100644 (file)
@@ -1,5 +1,5 @@
 /* ClassCircularityError.java -- thrown when linking circular classes
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * incompatible versions of class files, as the compiler normally catches this.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class ClassCircularityError extends LinkageError
index 46e523c6834d77a1a03826199b40e5700aead1d4..2621281273f83e46ec31f2eca601a62b4d4b78fd 100644 (file)
@@ -109,7 +109,7 @@ import java.util.Map;
  *
  * @author John Keiser
  * @author Mark Wielaard
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Class
  * @since 1.0
  * @status still missing 1.4 functionality
index cb546602e56dc9bdeefc4f772f5e403d16f00e96..cfa03f5964778de9b68c0bd332fa86082c3a07e4 100644 (file)
@@ -1,5 +1,5 @@
 /* ClassNotFoundException.java -- thrown when class definition cannot be found
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.lang;
  * cannot be found. This exception is often chained from another Throwable.
  *
  * @author Brian Jones
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Class#forName(String)
  * @see ClassLoader#findSystemClass(String)
  * @see ClassLoader#loadClass(String, boolean)
index e13112ac35037f0743cb2ce2cd70ba7e1e67e80f..488e9154c3ab53c4401df29fcd54df4bc679c23e 100644 (file)
@@ -1,5 +1,5 @@
 /* CloneNotSupportedException.java -- thrown when an object cannot be cloned
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -60,8 +60,8 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Cloneable
  * @see Object#clone()
  * @status updated to 1.4
index 64c7faf486329903dff8556aea6bf957803dba33..0a8243ea21fcd02370d5c163a5fc09c729b21ad0 100644 (file)
@@ -1,5 +1,5 @@
 /* Cloneable.java -- Interface for marking objects cloneable by Object.clone()
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -65,8 +65,8 @@ package java.lang;
  * <code>CloneNotSupportedException</code>.
  *
  * @author Paul Fisher
- * @author Eric Blake <ebb9@email.byu.edu>
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Eric Blake (ebb9@email.byu.edu)
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see Object#clone()
  * @see CloneNotSupportedException
  * @since 1.0
index bfe72dbcb11f28b9e4d00fd2585d25f47cc995da..4ffec6056cae97cbe9f1f824a3cc6598c32228b6 100644 (file)
@@ -1,5 +1,5 @@
 /* Comparable.java -- Interface for comparaing objects to obtain an ordering
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,7 +57,7 @@ package java.lang;
  * classes.
  *
  * @author Geoff Berry
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see java.util.Comparator
  * @see java.util.Collections#sort(java.util.List)
  * @see java.util.Arrays#sort(Object[])
index 858f63ee993393fb5cce50c29fb520686a742d8e..1179f79faffab2c868593650f06599d88828e4d3 100644 (file)
@@ -1,5 +1,5 @@
 /* Compiler.java -- placeholder for Java-to-native runtime compilers
-   Copyright (C) 1998, 1999, 2001, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ package java.lang;
  *
  * <p>Note that a VM might not have implemented any of this.
  *
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see System#getProperty(String)
  * @see System#getProperty(String, String)
  * @see System#loadLibrary(String)
index be393b6b4b91c0ddf909f2d36327a22bc619da32..81985f04e05b250148154970f451d13b190fd116 100644 (file)
@@ -1,5 +1,5 @@
 /* Double.java -- object wrapper for double
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -48,8 +48,8 @@ import gnu.classpath.Configuration;
  * related to doubles.
  *
  * @author Paul Fisher
- * @author Andrew Haley <aph@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Andrew Haley (aph@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.0
  * @status updated to 1.4
  */
index 8bb42dc887c5c81e216fd77748e57f77141b8575..fc1d6227861ba5c2a7296bc0844cdd3cf9f6d09c 100644 (file)
@@ -1,5 +1,5 @@
 /* Error.java -- Indication of fatal abnormal conditions
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,8 +49,8 @@ package java.lang;
  * executing the method.
  *
  * @author Brian Jones
- * @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.0
  * @status updated to 1.4
  */
index edf5de228c810e094ed600fd7c738b2fe1f2f67e..68a7dcb2d2b30f7e96f92da9d395872f304814c0 100644 (file)
@@ -1,6 +1,6 @@
 /* Exception.java -- generic exception thrown to indicate an exceptional
    condition has occurred.
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,8 +47,8 @@ package java.lang;
  * mouse movements, keyboard clicking, etc.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @status updated to 1.4
  */
 public class Exception extends Throwable
index d04bdc010d713a368baf433794002508aeea29ac..966a9f3acee468a0e5d145ee1b7c41f9864f1b68 100644 (file)
@@ -1,6 +1,6 @@
 /* ExceptionInInitializerError.java -- thrown when class initialization fails
    with an uncaught exception
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,8 +48,8 @@ package java.lang;
  * is initialized as part of another action.
  *
  * @author Brian Jones
- * @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.1
  * @status updated to 1.4
  */
index d59912168daf4d0d83c651da05a24d475b6d512c..0fa3547a77ba561772776a81bc36eac24af1abb9 100644 (file)
@@ -1,5 +1,5 @@
 /* Float.java -- object wrapper for float
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -47,8 +47,8 @@ package java.lang;
  * related to floats.
  *
  * @author Paul Fisher
- * @author Andrew Haley <aph@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Andrew Haley (aph@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.0
  * @status updated to 1.4
  */
index a5c384e77fe984396166d7da6ace8b4b9dbfe10d..a45efd1633b4ea1ebfa70179c6a77fef21bf32b1 100644 (file)
@@ -1,5 +1,5 @@
 /* IllegalAccessError.java -- thrown when linking to an inaccessible member
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.lang;
  * application.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class IllegalAccessError extends IncompatibleClassChangeError
index f6fc8f67e915a37d6cf2edcd8b5e95daa7c3a015..f1ac3b0a32e9c8d1280b71ffac9b0fd1ce445fc2 100644 (file)
@@ -1,6 +1,6 @@
 /* IllegalAccessException.java -- thrown on attempt to reflect on
    inaccessible data
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.lang;
  * variable that belongs to a class in another package is bad.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see Class#newInstance()
  * @see Field#set(Object, Object)
  * @see Field#setBoolean(Object, boolean)
index deb6735c8996b076754d433ddbaba3239f60809c..d0120135ca1255e83ab9438273664a84da5eb019 100644 (file)
@@ -1,6 +1,6 @@
 /* IllegalArgumentException.java -- thrown when a method is passed an
    illegal or inappropriate argument
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class IllegalArgumentException extends RuntimeException
index 08e1ba7a1ea2173bcbb2cecc314f373e219be400..7461942ccd7af1c75f1a8f399645b1f144be56a5 100644 (file)
@@ -1,6 +1,6 @@
 /* IllegalMonitorStateException.java -- thrown when trying to wait or
    notify a monitor that is not owned
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class IllegalMonitorStateException extends RuntimeException
index 16dcf1a80c84cded801cff86321cda710b425066..f39ea539cc16a1a1945f8cbb111382b3acdeb6ec 100644 (file)
@@ -1,6 +1,6 @@
 /* IllegalStateException.java -- thrown when invoking a method at
    an illegal or inappropriate time
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @since 1.1
  * @status updated to 1.4
  */
index bcc188e1a6616de9c733aeac7b6f104eeb2c25c8..d7e0a2ba49b9e85dbee80ec10e06574e9d1d775e 100644 (file)
@@ -1,6 +1,6 @@
 /* IllegalThreadStateException.java -- thrown when trying to manipulate a
    Thread when it is not in an appropriate state
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.lang;
  * two methods are deprecated, this exception is likely very rare.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class IllegalThreadStateException extends IllegalArgumentException
index 7f569fdc36d8401ab6a6f1e0601d1c0d3e692af3..7885a2542e66b7f3b0a3b6d3fabdd69318ea0b1e 100644 (file)
@@ -1,5 +1,5 @@
 /* IncompatibleClassChangeError.java -- thrown for binary incompatible classes
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * incompatible way.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class IncompatibleClassChangeError extends LinkageError
index 336f87219a3989eddee7d66308c559027c0e79fb..4886f01da9d47ecc8afec1ff673dd721b9b9f542 100644 (file)
@@ -1,5 +1,5 @@
 /* IndexOutOfBoundsException.java -- thrown for an invalid index
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.lang;
  * which would be out of bounds.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class IndexOutOfBoundsException extends RuntimeException
index 5dfbe9a62308a54db7ce644679759b8fafbbed24..43810f80e8735d8cc35ac746c09c3086cc90a73c 100644 (file)
@@ -1,5 +1,5 @@
 /* InheritableThreadLocal -- a ThreadLocal which inherits values across threads
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -55,8 +55,8 @@ import java.util.WeakHashMap;
  * is in transferring items like User ID or Transaction ID across threads
  * automatically.
  *
- * @author Mark Wielaard <mark@klomp.org>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Mark Wielaard (mark@klomp.org)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see ThreadLocal
  * @since 1.2
  * @status updated to 1.4
index 54aa7b36609715a1ce1a586baa339a2ef5fdd9e3..3d2750ce8a314c44c3d3181855d3be9ac0cf878e 100644 (file)
@@ -1,5 +1,5 @@
 /* InstantiationError.java -- thrown when the linker cannot create an instance
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.lang;
  * with the previously compiled application.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class InstantiationError extends IncompatibleClassChangeError
index 511481418c4571f45a98944213682661f0b47a4d..4aa4bd077ca9c3b7f508e1c130336000fe6876fd 100644 (file)
@@ -1,6 +1,6 @@
 /* InstantiationException.java -- thrown when reflection cannot create an
    instance
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * non-instantiable class (an interface or abstract class).
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see Class#newInstance()
  * @status updated to 1.4
  */
index 9c8329dbd83f25a26113a9a4d5d0cc26187bdfe8..eddaea2292ad81493262a056da133d9a01ef8b77 100644 (file)
@@ -1,5 +1,5 @@
 /* Integer.java -- object wrapper for int
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * @author Paul Fisher
  * @author John Keiser
  * @author Warren Levy
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.0
  * @status updated to 1.4
  */
index d85aed1181730760ee904e93880342cec6c15c35..d612d092fa2ab121caa172c68ea8c530a108277b 100644 (file)
@@ -1,5 +1,5 @@
 /* InternalError.java -- thrown when the VM encounters an internal error
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.lang;
  * occurred in the Java Virtual Machine.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class InternalError extends VirtualMachineError
index 2ee7867f6108e7f64c550617c7244762bccde40e..58951abc46d4f8338ec9b85692ce7f980ff8350d 100644 (file)
@@ -1,5 +1,5 @@
 /* InterruptedException.java -- thrown when a thread is interrupted
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * <code>interrupt</code> method of class <code>Thread</code>.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see Object#wait()
  * @see Object#wait(long)
  * @see Object#wait(long, int)
index 020fe0a9a7c4d740b9a9c9ab2e53a8a96ea978ce..ead768f37562fd0d1628bec3a234c096c803d373 100644 (file)
@@ -1,6 +1,6 @@
 /* LinkageError.java -- thrown when classes valid at separate compile times
    cannot be linked to each other
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.lang;
  * linked to one another.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class LinkageError extends Error
index 012cc9c93e7fea4c99eac9384bf8133e2b99851c..e93786d2571c356c545b420ab0f89f3fb2789020 100644 (file)
@@ -1,5 +1,5 @@
 /* Long.java -- object wrapper for long
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * @author Paul Fisher
  * @author John Keiser
  * @author Warren Levy
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.0
  * @status updated to 1.4
  */
index ee73a97d5aa7b0756485f762124787b47bff8e91..695ee0e6e4a7a051f1fea749d97898d1d18ca6d4 100644 (file)
@@ -1,6 +1,6 @@
 /* NegativeArraySizeException.java -- thrown on attempt to create array
    with a negative size
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * </pre>
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class NegativeArraySizeException extends RuntimeException
index 5ca69bcaaa2d2d4f1b9940830cc783375eadd58f..8fbdb29909ca20372f9b82d885a61f3ccaceedc8 100644 (file)
@@ -1,5 +1,5 @@
 /* NoClassDefFoundError.java -- thrown when a ClassLoader cannot find a class
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.lang;
  * class was compiled, but now that definition cannot be found.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class NoClassDefFoundError extends LinkageError
index 0a197b0c4bdc6786cf880bd1d812c2d5a799a019..965dfd6603da79574b798e2b160b9647e98efa37 100644 (file)
@@ -1,5 +1,5 @@
 /* NoSuchFieldError.java -- thrown when the linker does not find a field
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.lang;
  * using binary incompatible class versions.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class NoSuchFieldError extends IncompatibleClassChangeError
index ee721ebef211c920961f93624187eb9f9affa83d..30beeefcd25b1071a8df89bc6959cb77df9e17d5 100644 (file)
@@ -1,5 +1,5 @@
 /* NoSuchFieldException.java -- thrown when reflecting a non-existant field
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.lang;
  * caused by a variety of reflection methods, when looking up a field by name.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @since 1.1
  * @status updated to 1.4
  */
index dced018cfe356eecbb369dba9b9a10aa8137a355..494f7a2713eac1c841b7949a78dc99c4132ea84e 100644 (file)
@@ -1,5 +1,5 @@
 /* NoSuchMethodError.java -- thrown when the linker does not find a method
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.lang;
  * using binary incompatible class versions.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class NoSuchMethodError extends IncompatibleClassChangeError
index cba69203f7b6dfbf6e4763fb1e5d254f33da4bda..fa3e06e4f73135a8c461c1f6ef05d5585cb10741 100644 (file)
@@ -1,5 +1,5 @@
 /* NoSuchMethodException.java -- thrown when reflecting a non-existant method
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.lang;
  * caused by a variety of reflection methods, when looking up a method by name.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class NoSuchMethodException extends Exception
index bab2071937341eef61823bfc19f9d8dffd4bda69..c55341cfd3c5efc5c60b661992e2c4e64903e693 100644 (file)
@@ -1,5 +1,5 @@
 /* NullPointerException.java -- thrown when using null instead of an object
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ package java.lang;
  * <code>null</code> is an inappropriate parameter to a method.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class NullPointerException extends RuntimeException
index 54bb1f763e583cbf986e4376dc6f985ff8c40133..70d0fe8543c9d833d3f54f4d597b7f2452c7fb1f 100644 (file)
@@ -1,5 +1,5 @@
 /* Number.java =- abstract superclass of numeric objects
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,7 +51,7 @@ import java.io.Serializable;
  * @author Paul Fisher
  * @author John Keiser
  * @author Warren Levy
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.0
  * @status updated to 1.4
  */
index d076cc83da9e5376844acc972a66f45c237521f8..478036ffc6cbbcb80e553f7fd7ff3db1b6dc78c8 100644 (file)
@@ -1,5 +1,5 @@
 /* NumberFormatException.java -- thrown when parsing a bad string as a number
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * has the wrong format.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class NumberFormatException extends IllegalArgumentException
index b56b8f4242ec5f7ef806b77d328e642f3619d75c..105aae5c2e9eb0d42f27dba76969f9e34e725f9d 100644 (file)
@@ -1,5 +1,5 @@
 /* OutOfMemoryError.java -- thrown when a memory allocation fails
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * by the garbage collector.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class OutOfMemoryError extends VirtualMachineError
index b87bd8068b548f49b51a33e2d1da540b42366a82..e8c52760dfe5d6ae96136ee76f029e58488b103e 100644 (file)
@@ -1,5 +1,5 @@
 /* Process.java - Represent spawned system process
-   Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -61,7 +61,7 @@ import java.io.OutputStream;
  * owns this object.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see Runtime#exec(String[], String[], File)
  * @since 1.0
  * @status updated to 1.4
index fd817b0e4a1d01bed800e49ab54a375c271f19d9..ee8d6842cefbc749bd773382b5f7664b1026f684 100644 (file)
@@ -1,5 +1,5 @@
 /* Runnable -- interface for a method tied to an Object; often for Threads
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.lang;
  * override run.
  *
  * @author Paul Fisher
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see Thread
  * @since 1.0
  * @status updated to 1.4
index aaeb93eda2dac6675bcf569981d007b118b195de..1094720404df28bb89f6405a645081946d159ea1 100644 (file)
@@ -52,8 +52,8 @@ import java.util.StringTokenizer;
  * Runtime represents the Virtual Machine.
  *
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
- * @status still missing 1.4 functionality
+ * @author Eric Blake (ebb9@email.byu.edu)
+ * @author Jeroen Frijters
  */
 // No idea why this class isn't final, since you can't build a subclass!
 public class Runtime
index 8fc9fb10aabd4895f54ae7f4880216f2d6eafdb3..6e63ed3fd13ced081030b9c4e26b71d839ab2ae6 100644 (file)
@@ -1,5 +1,5 @@
 /* RuntimeException.java -- root of all unchecked exceptions
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,8 +45,8 @@ package java.lang;
  * in their throws clause.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @status updated to 1.4
  */
 public class RuntimeException extends Exception
index b6adf383804343f1824f26f83374f8828712f72a..f4b46f68fb4438b4d38b3cc828fb6e212e302f68 100644 (file)
@@ -1,5 +1,5 @@
 /* RuntimePermission.java -- permission for a secure runtime action
-   Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -166,7 +166,7 @@ import java.security.BasicPermission;
  * </table>
  *
  * @author Brian Jones
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see BasicPermission
  * @see Permission
  * @see SecurityManager
index 5fbdb4ae22212e0ecebc66d83218fcb551af7bce..91b015a895eedb6eac08e912cde38bd9ae8db505 100644 (file)
@@ -1,5 +1,5 @@
 /* SecurityException.java -- thrown to indicate a security violation
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * deemed unsafe by the current security policies.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see SecurityManager
  * @status updated to 1.4
  */
index 972b312d94366d9327262691f984b59251bc3038..c9ed4be0b3f772f3e5540a65131d762a9b5fcb93 100644 (file)
@@ -1,5 +1,5 @@
 /* SecurityManager.java -- security checks for privileged actions
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -101,7 +101,7 @@ import java.util.PropertyPermission;
  * subclassing this class.
  *
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see ClassLoader
  * @see SecurityException
  * @see #checkTopLevelWindow(Object)
index 1a82e3edf36d439679106a81dc73fc8aab3cff0b..1220f608acd9a2d18385a38413adf3129809966b 100644 (file)
@@ -1,5 +1,5 @@
 /* Short.java -- object wrapper for short
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.lang;
  *
  * @author Paul Fisher
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.1
  * @status updated to 1.4
  */
index 8e8ed8d92b076edc712c95232c043abd9857bb02..dc4c8ccf44624b693f3c739b1f3dc3112ec54416 100644 (file)
@@ -1,5 +1,5 @@
 /* StackOverflowError.java -- thrown when the stack depth is exceeded
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.lang;
  * overflow occurs. This often occurs when a method enters infinit recursion.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class StackOverflowError extends VirtualMachineError
index 4495186e1750eaec0b9db46d1bd883379a1af42f..262d58228eeb880294b6254ad14260847a38da17 100644 (file)
@@ -1,5 +1,5 @@
 /* StackTraceElement.java -- One function call or call stack element
-   Copyright (C) 2001, 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,8 +46,8 @@ import java.io.Serializable;
  * the fully qualified class name, the method name and whether this method
  * is native, if this information is known.
  *
- * @author Mark Wielaard <mark@klomp.org>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Mark Wielaard (mark@klomp.org)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.4
  * @status updated to 1.4
  */
index 4f04de265cabefbc89dbdcd986d1f33aa6361fe5..eac1d5ae3ed4412a769e6a1a5a7c1906e673f127 100644 (file)
@@ -1,5 +1,5 @@
 /* StringBuffer.java -- Growable strings
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -67,7 +67,7 @@ import java.io.Serializable;
  * @author Paul Fisher
  * @author John Keiser
  * @author Tom Tromey
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see String
  * @since 1.0
  * @status updated to 1.4
index 9a935ee8c44ae22489e7c526eec8610f87b57cdc..ea0df6890e936df6cf3f8f2ada94d28c55f55263 100644 (file)
@@ -1,6 +1,6 @@
 /* StringIndexOutOfBoundsException.java -- thrown to indicate attempt to
    exceed string bounds
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.lang;
  * which would be out of bounds.
  *
  * @author Brian Jones
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class StringIndexOutOfBoundsException extends IndexOutOfBoundsException
index 3ba4cf899ec32368c27885922d59284dcc44d4cd..29c452e30b8913ae9b92842fa4842224016ee7b4 100644 (file)
@@ -1,5 +1,5 @@
 /* ThreadDeath.java - special exception registering Thread death
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.lang;
  * deprecated Thread.stop() method.
  *
  * @author John Keiser
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see Thread#stop()
  * @status updated to 1.4
  */
index 89aff3f0249e46ec27f3c33e10c95ba9f84da76e..0464767bf17f249b581acf353a93328d76a2a305 100644 (file)
@@ -1,5 +1,5 @@
 /* ThreadGroup -- a group of Threads
-   Copyright (C) 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import java.util.Vector;
  * @author John Keiser
  * @author Tom Tromey
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Thread
  * @since 1.0
  * @status updated to 1.4
index e082548300bc9da5d397e98b293eb517bcc6f4f6..ad5157823f5b53f488e133298a5b037426c6787e 100644 (file)
@@ -1,5 +1,5 @@
 /* java.lang.Throwable -- Root class for all Exceptions and Errors
-   Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -98,7 +98,7 @@ import java.io.Serializable;
  * @author John Keiser
  * @author Mark Wielaard
  * @author Tom Tromey
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.0
  * @status updated to 1.4
  */
index 95c0b5333a40f2c2b18ee0189c6b7b4527fba9ef..ab4095644a7d5fbbad817ee948ab82149d0eb301 100644 (file)
@@ -1,5 +1,5 @@
 /* UnsatisfiedLinkError.java -- thrown when a native method cannot be loaded
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * cannot be found by the Java Virtual Machine.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see Runtime
  * @status updated to 1.4
  */
index 6c00bef4342db7a3ab580ddd5da83d59f2f683a3..efbb844b337f08020d24741d2256eeae95d67c25 100644 (file)
@@ -1,6 +1,6 @@
 /* UnsupportedOperationException.java -- thrown when an operation is not
    supported
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.lang;
  * This exception is thrown by an object when an operation is
  * requested of it that it does not support.
  *
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @since 1.2
  * @status updated to 1.4
  */
index 3926530f9f36710818a22eea9e3b9c2326defddc..c5ae8dd83ea02b5089738a8f70a52a920df45a03 100644 (file)
@@ -1,5 +1,5 @@
 /* VerifyError.java -- thrown when a class fails verification
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.lang;
  * internal inconsistency in a class file as detected by the "verifier."
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public class VerifyError extends LinkageError
index b6f0758e86281d067daf300be4c70ae05dc5d8cf..161e4e647b3d2d1bc5df03ed21bfc5177c9a1d79 100644 (file)
@@ -1,5 +1,5 @@
 /* VirtualMachineError.java -- thrown when the Virtual Machine has a problem
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package java.lang;
  * it does not have the resources needed for it to continue execution.
  *
  * @author Brian Jones
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @status updated to 1.4
  */
 public abstract class VirtualMachineError extends Error
index 5b5b5f6ff522fa856716000cb1178911edc4a176..d50f3de9dec47d1be64c4d61c67f95f526cfefc9 100644 (file)
@@ -1,5 +1,5 @@
 /* java.lang.reflect.AccessibleObject
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,8 +46,8 @@ package java.lang.reflect;
  * to mess with this, don't try. Fortunately, there are adequate
  * security checks before you can set a reflection object as accessible.
  *
- * @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 Field
  * @see Constructor
  * @see Method
index 11b0d97e9da6269152213de92b71a7cfa86dbf31..5df6dbd0e8df91c8c5c31b426a16a83330e7d55d 100644 (file)
@@ -1,5 +1,5 @@
 /* java.lang.reflect.Array - manipulate arrays by reflection
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -63,8 +63,8 @@ import gnu.classpath.Configuration;
  * worse if you do this and use the generic set() function.
  *
  * @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Eric Blake (ebb9@email.byu.edu)
+ * @author Per Bothner (bothner@cygnus.com)
  * @see java.lang.Boolean#TYPE
  * @see java.lang.Byte#TYPE
  * @see java.lang.Short#TYPE
index 904cc6313248fcdccab99afdf6558bd7517e947b..2593921a3e6cdabaea34ad5f9798a37b65bda8f2 100644 (file)
@@ -1,5 +1,5 @@
 /* InvocationTargetException.java -- Wrapper exception for reflection
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,8 +45,8 @@ package java.lang.reflect;
  * exceptions, but <code>getTargetException()</code> still works.
  *
  * @author John Keiser
- * @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 Method#invoke(Object,Object[])
  * @see Constructor#newInstance(Object[])
  * @since 1.1
index 983d45230ec5272581b2bf53ecc22fca2c7d1107..ef980d8726d1941e85206380bf90ae2c47f6f90f 100644 (file)
@@ -1,5 +1,5 @@
 /* java.lang.reflect.Member - common query methods in reflection
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,8 +44,8 @@ package java.lang.reflect;
  * class, name or modifiers of the member with this interface.
  *
  * @author John Keiser
- * @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)
  * @see Class
  * @see Field
  * @see Method
index 8171a88feb5ccf415b83caadc5f11c0ec1a1b2a3..3b3baa6722e1e1f5350e8c1553604a2ed1cfbbca 100644 (file)
@@ -1,5 +1,5 @@
 /* java.lang.reflect.Modifier
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,8 +50,8 @@ package java.lang.reflect;
  * Sun does it, but I'm willing to bet money that it is.
  *
  * @author John Keiser
- * @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 Member#getModifiers()
  * @see Method#getModifiers()
  * @see Field#getModifiers()
index 8aee02fb47fd6918f2954a273d99026adce7f558..dc65fca737b64685bb8ed8a6dacdf9c0d3951360 100644 (file)
@@ -1,5 +1,5 @@
 /* Proxy.java -- build a proxy class that implements reflected interfaces
-   Copyright (C) 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -459,7 +459,7 @@ public class Proxy implements Serializable
    * Helper class for mapping unique ClassLoader and interface combinations
    * to proxy classes.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class ProxyType
   {
@@ -565,7 +565,7 @@ public class Proxy implements Serializable
    * without worrying about return type, declaring class, or throws clause,
    * and which reduces the maximally common throws clause between two methods
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class ProxySignature
   {
@@ -718,7 +718,7 @@ public class Proxy implements Serializable
    * A flat representation of all data needed to generate bytecode/instantiate
    * a proxy class.  This is basically a struct.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class ProxyData
   {
@@ -871,7 +871,7 @@ public class Proxy implements Serializable
    * this code is not loaded in memory if the VM has a native
    * implementation instead.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class ClassFactory
   {
index 400ca25afcc2ad20fcb3e18205e4a57cdabac895..26fd0fc4a7c3c19b2350475bdba5336e4bad110a 100644 (file)
@@ -1,5 +1,5 @@
 /* ReflectPermission.java - named permission for reflaction
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -66,8 +66,8 @@ import java.security.BasicPermission;
  *  </tr>
  * </table>
  *
- * @author Tom Tromey <tromey@redhat.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Tom Tromey (tromey@redhat.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.2
  * @status updated to 1.4
  */
index d9596922bebecdd89e6800118b4f2fac1e045763..2e26e5988593f7b3cba9eea34f695b0f24973eb3 100644 (file)
@@ -1,6 +1,6 @@
 /* UndeclaredThrowableException.java -- wraps an undeclared checked exception
    thrown by a Proxy invocation handler
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ package java.lang.reflect;
  * exception, never {@link Error} or {@link RuntimeException},
  * which are unchecked.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Proxy
  * @see InvocationHandler
  * @since 1.3
index 3a822aa81c66460e85ff0908b160e16af9843f06..df948a3ecceb525df13cad43fa76df89e6e3325a 100644 (file)
@@ -1,5 +1,5 @@
 /* java.math.BigInteger -- Arbitary precision integers
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,10 +50,10 @@ import java.util.Random;
  * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and
  * "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
  * 
- * Based primarily on IntNum.java BitOps.java by Per Bothner <per@bothner.com>
+ * Based primarily on IntNum.java BitOps.java by Per Bothner (per@bothner.com)
  * (found in Kawa 1.6.62).
  *
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @date December 20, 1999.
  * @status believed complete and correct.
  */
index dea4e3b444b48b6eff256d235f9286f9ba4e7886..2b4da7392e69400973b44da3083478bdc509bf9e 100644 (file)
@@ -1,5 +1,5 @@
 /* NetworkInterface.java --
-   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.
 
@@ -212,7 +212,7 @@ public final class NetworkInterface
    *
    * @param obj The object to compare with
    *
-   * @return <code>true</code> if equal, <code>false<code> otherwise
+   * @return <code>true</code> if equal, <code>false</code> otherwise
    */
   public boolean equals(Object obj)
   {
index cbc1f110a6f6de6dae5d1ce17806a45616472fa4..799d41c2a04e4967ef1c1d46c3191eb0737467d3 100644 (file)
@@ -1,5 +1,5 @@
 /* ByteBufferImpl.java -- 
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,7 +38,7 @@ exception statement from your version. */
 package java.nio;
 
 /**
- * @author Michael Koch <konqueror@gmx.de>
+ * @author Michael Koch (konqueror@gmx.de)
  */
 final class ByteBufferHelper
 {
index 7734dbf12cdb4cbadd1a6c5e5d9bd7ef9a20bf44..b1e6b1f50a7d60aaea9858cc44f62432c7dcee87 100644 (file)
@@ -1,5 +1,5 @@
 /* ByteBufferImpl.java -- 
-   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.
 
@@ -178,7 +178,7 @@ final class ByteBufferImpl extends ByteBuffer
   }
   
   /**
-   * Absolute put method. Writes <code>value</value> to position
+   * Absolute put method. Writes <code>value</code> to position
    * <code>index</code> in the buffer.
    *
    * @exception IndexOutOfBoundsException If index is negative or not smaller
index c272bacbf72887d516ac9e4ded7fb2da015ba49b..17f8dfa7a00ca1f9530de7d5ec4b3b79fd082129 100644 (file)
@@ -56,7 +56,7 @@ abstract class DirectByteBufferImpl extends ByteBuffer
     */
   private final Object owner;
 
-  final static class ReadOnly extends DirectByteBufferImpl
+  static final class ReadOnly extends DirectByteBufferImpl
   {
     ReadOnly(Object owner, RawData address,
             int capacity, int limit,
@@ -81,7 +81,7 @@ abstract class DirectByteBufferImpl extends ByteBuffer
     }
   }
 
-  final static class ReadWrite extends DirectByteBufferImpl
+  static final class ReadWrite extends DirectByteBufferImpl
   {
     ReadWrite(int capacity)
     {
index 504ee8d61b0e5b2cd90d4c48d43f922ab06e728d..2b5f32c43251ed9043aed09318bf8de27d2b0283 100644 (file)
@@ -1,5 +1,5 @@
 /* DoubleBufferImpl.java -- 
-   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.
 
@@ -146,7 +146,7 @@ final class DoubleBufferImpl extends DoubleBuffer
   }
   
   /**
-   * Absolute put method. Writes <code>value</value> to position
+   * Absolute put method. Writes <code>value</code> to position
    * <code>index</code> in the buffer.
    *
    * @exception IndexOutOfBoundsException If index is negative or not smaller
index a9eb7c1de8abcd629bdb61eabd81b745fe44e9e1..aae5efc7d9f4336510834426737f1fa0545dfd5f 100644 (file)
@@ -1,5 +1,5 @@
 /* FloatBufferImpl.java -- 
-   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.
 
@@ -146,7 +146,7 @@ final class FloatBufferImpl extends FloatBuffer
   }
   
   /**
-   * Absolute put method. Writes <code>value</value> to position
+   * Absolute put method. Writes <code>value</code> to position
    * <code>index</code> in the buffer.
    *
    * @exception IndexOutOfBoundsException If index is negative or not smaller
index f68dd92fa046c0bd04e8f674d7a7e87a2095f49c..966fd48822257f1f761bf8f8c08c2f03ce868ee8 100644 (file)
@@ -1,5 +1,5 @@
 /* IntBufferImpl.java -- 
-   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.
 
@@ -146,7 +146,7 @@ final class IntBufferImpl extends IntBuffer
   }
   
   /**
-   * Absolute put method. Writes <code>value</value> to position
+   * Absolute put method. Writes <code>value</code> to position
    * <code>index</code> in the buffer.
    *
    * @exception IndexOutOfBoundsException If index is negative or not smaller
index df720eec62c62b5877e5d610a9c029061b31f040..b7497fa3d92514ae1b0dcfe412cf95fd0a8326b0 100644 (file)
@@ -1,5 +1,5 @@
 /* LongBufferImpl.java -- 
-   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.
 
@@ -146,7 +146,7 @@ final class LongBufferImpl extends LongBuffer
   }
   
   /**
-   * Absolute put method. Writes <code>value</value> to position
+   * Absolute put method. Writes <code>value</code> to position
    * <code>index</code> in the buffer.
    *
    * @exception IndexOutOfBoundsException If index is negative or not smaller
index 28f6efbd8041e49d60bfd14072371d7ba84e91a9..5d4eec2ff55ce53490795be429271136b9c3c92a 100644 (file)
@@ -1,5 +1,5 @@
 /* ShortBufferImpl.java -- 
-   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.
 
@@ -146,7 +146,7 @@ final class ShortBufferImpl extends ShortBuffer
   }
   
   /**
-   * Absolute put method. Writes <code>value</value> to position
+   * Absolute put method. Writes <code>value</code> to position
    * <code>index</code> in the buffer.
    *
    * @exception IndexOutOfBoundsException If index is negative or not smaller
index 8e73f87f88f3989d692e2e03c7a835c13eb82765..5912695d053c3be666223ed748d067d871e7feb5 100644 (file)
@@ -1,5 +1,5 @@
 /* Channel.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 @@ public interface Channel
    * Tells whether this channel is open or not
    *
    * @return <code>true</code>if channel is open,
-   * </code>false</code> otherwise
+   * <code>false</code> otherwise
    */
   boolean isOpen();
 
index 5b70c1f5814763c14ccc9777f11fdb065ad66b46..e6a3a2c29df3e8bb52ea6a5401711787c3940444 100644 (file)
@@ -1,5 +1,5 @@
 /* IllegalBlockingModeException.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ package java.nio.channels;
 
 
 /**
- * @author Michael Koch <konqueror@gmx.de>
+ * @author Michael Koch (konqueror@gmx.de)
  * @since 1.4
  *
  * Written using JDK 1.4.1 Online API from Sun
index 1af7a8ef314fdef1c80b2a1e7d5c38217d1883f2..3cbc14b991c920c043eb0e65b5f2fc9710dcc5fa 100644 (file)
@@ -52,7 +52,7 @@ import java.util.Iterator;
  * ignored, and '#' starts comments. Duplicates are ignored. The
  * implementations must be accessible to the classloader that requests them.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Charset
  * @since 1.4
  * @status updated to 1.4
index ff8b5a93fb3e4ea401bfaed69d44257e53de95c7..d7b1f2926a4b7d768c4b93225c695f6e2c5dda1e 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessControlException.java -- Permission is denied
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.security;
  * an attempt to perform an operation. This often keeps track of the
  * permission that was not granted.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see AccessController
  * @status updated to 1.4
  */
index fef0b87a8ad1dcfbeb189e93049872398ba1732f..2415b5bf795a4291b7a5c977c71de21eab990614 100644 (file)
@@ -1,5 +1,5 @@
 /* BasicPermission.java -- implements a simple named permission
-   Copyright (C) 1998, 1999, 2002, 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -58,8 +58,8 @@ import java.util.Hashtable;
  * <p>This class ignores the action list.  Subclasses can choose to implement
  * actions on top of this class if desired.
  *
- * @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 Permission
  * @see Permissions
  * @see PermissionCollection
index f5c8d627de67986b1342ef4e0e1db3515f4f0f17..bc6724202077b4bd29c6fac1bfc600d2d393e971 100644 (file)
@@ -1,5 +1,5 @@
 /* DigestException.java -- A generic message digest exception
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This exception indicates that a generic message digest exception has
  * occurred.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class DigestException extends GeneralSecurityException
index 2ca9d1b395606bf778e1fb9e0e0df0179823e48a..e8d2b63fdfcd5f97f9215f06b628dc90a64e7f2e 100644 (file)
@@ -1,5 +1,5 @@
 /* DigestInputStream.java --- An Input stream tied to a message digest
-   Copyright (C) 1999, 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,7 +52,7 @@ import java.io.InputStream;
  * in the message digest.
  *
  * @version 0.0
- * @author Mark Benvenuto <ivymccough@worldnet.att.net>
+ * @author Mark Benvenuto (ivymccough@worldnet.att.net)
  */
 public class DigestInputStream extends FilterInputStream
 {
index caf059bf40e8fe14916390885e7043f568856c06..d95533c97cc62b00b67faccdde760bad7b2f8ff9 100644 (file)
@@ -1,5 +1,5 @@
 /* DigestOutputStream.java --- An output stream tied to a message digest
-   Copyright (C) 1999, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1999, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,7 +52,7 @@ import java.io.OutputStream;
  * message digest.
  *
  * @version 0.0
- * @author Mark Benvenuto <ivymccough@worldnet.att.net>
+ * @author Mark Benvenuto (ivymccough@worldnet.att.net)
  */
 public class DigestOutputStream extends FilterOutputStream
 {
index d1db3c5d6fb3f7938b6e4248302ec2172ab488ac..8a26e85cd5064781d806da10c356fa5bde488c25 100644 (file)
@@ -1,5 +1,5 @@
 /* GeneralSecurityException.java -- Common superclass of security exceptions
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.security;
  * (<code>RuntimeException</code>), and <code>InvalidParamterException</code>
  * (<code>IllegalArgumentException</code>).
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class GeneralSecurityException extends Exception
index 2654ba70c04d3ca6cf86a22e358b6f8ca4c12845..8a2ab0f0f5f67078a84742b0db31df099b270de1 100644 (file)
@@ -1,5 +1,5 @@
 /* Guard.java -- Check access to a guarded object
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This interface specifies a mechanism for querying whether or not
  * access is allowed to a guarded object.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see GuardedObject
  * @since 1.1
  * @status updated to 1.4
index a4cdf74bd3e26234df1007286dc9b82cd6076987..5aeaf91e3850c0e6931a8ca54bfa77f4903cb942 100644 (file)
@@ -1,5 +1,5 @@
 /* GuardedObject.java -- An object protected by a Guard
-   Copyright (C) 1998, 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ import java.io.Serializable;
  * <code>Guard</code>.  If the <code>Guard</code> disallows access, an
  * exception will be thrown.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @since 1.1
  * @status updated to 1.4
  */
index 40f953079bef92f3b8cede21ba3078e6e78a8b6c..5b2ada1bfb9081141be4eaf28ad2f7896e3d4920 100644 (file)
@@ -1,6 +1,6 @@
 /* InvalidAlgorithmParameterException.java -- an invalid parameter to a
    security algorithm
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
 /**
  * Thrown for an invalid security algorithm parameter.
  *
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @since 1.2
  * @status updated to 1.4
  */
index 373e8625a6802c778e440cd5d6d84992de8c1324..ce6b8e5cd546cb0cdd168251657d493b3dc57672 100644 (file)
@@ -40,7 +40,7 @@ package java.security;
 /**
  * Thrown for an invalid key.
  *
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class InvalidKeyException extends KeyException
index 220899197fa8dfbbc3310b7e030c264c7582d9be..f54d819de81049a9d8f526487de120b1d70ef00d 100644 (file)
@@ -41,7 +41,7 @@ package java.security;
  * Thrown when an invalid parameter is passed to a method of the JCA/JCE
  * engine classes.
  *
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @status updated to 1.4
  */
 public class InvalidParameterException extends IllegalArgumentException
index 195e50bb527c521eaf82731f822c75f9042b9463..5e74be9da9a58f4d2dd98fe356446fa84b05bd81 100644 (file)
@@ -1,5 +1,5 @@
 /* Key.java -- A abstract representation of a digital key
-   Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ import java.io.Serializable;
  * keys may be serialized. Keys are generally obtained through key generators,
  * including {@link KeyFactory}.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see PublicKey
  * @see PrivateKey
  * @see KeyPair
index 3b7d3886e151e62af6ce0a4bbcdd20069ca1f540..8d69a56931890d8cbeea9cd95bac05f5bf2d6c97 100644 (file)
@@ -1,5 +1,5 @@
 /* KeyException.java -- Thrown when there is a problem with a key
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package java.security;
 /**
  * This exception is thrown when there is a problem with a key.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see Key
  * @status updated to 1.4
  */
index 52c2786294f4613bec146f909fcd89e17d4b00a3..ca642ba3422e665580cfe578a696bbf0a0f8a570 100644 (file)
@@ -1,5 +1,5 @@
 /* KeyManagementException.java -- an exception in key management
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This exception is thrown whenever a problem related to the management of
  * security keys is encountered.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see Key
  * @status updated to 1.4
  */
index 369587a59847ac02f0cbaef1658edfc48fcc792f..8f45a555c52f3d1d4643fe57b3f607364bfc94cc 100644 (file)
@@ -1,5 +1,5 @@
 /* KeyStoreException.java -- Indicates a problem with the key store
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package java.security;
 /**
  * Indicates a problem with the key store.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @since 1.2
  * @status updated to 1.4
  */
index f2447f17d865d5a9562b5476d2c61ffe6123f155..036392ea92861b6149e75cbf565445aa22f7a319 100644 (file)
@@ -1,5 +1,5 @@
 /* MessageDigestSpi.java --- The message digest service provider interface.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ package java.security;
 
    @version 0.0
 
-   @author Mark Benvenuto <ivymccough@worldnet.att.net>
+   @author Mark Benvenuto (ivymccough@worldnet.att.net)
  */
 public abstract class MessageDigestSpi
 {
index 31e00537a50e6b6bdd5a42f2aa458d53f8d13360..7d167dd0e8ff61dfec022be7f57f2b85204b19e5 100644 (file)
@@ -1,5 +1,5 @@
 /* NoSuchAlgorithmException.java -- an algorithm was not available
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This exception is thrown when the requested security algorithm is
  * not available
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class NoSuchAlgorithmException extends GeneralSecurityException
index 546b2dc6190bfd746015958ca342f81be4df3489..e676046aefdfa085eab860b2cd2664db56b0a6f3 100644 (file)
@@ -1,5 +1,5 @@
 /* NoSuchProviderException.java -- thrown when a provider is not found
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This exception is thrown when the requested security provider is
  * not available.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class NoSuchProviderException extends GeneralSecurityException
index 58702da2c0c23831e52d93d4400116cb43cd8c32..4310500ca45c7450d11e9a66eb9495e33c776686 100644 (file)
@@ -1,5 +1,5 @@
 /* Permission.java -- The superclass for all permission objects
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -61,7 +61,7 @@ import java.io.Serializable;
  * <p><code>Permission</code>'s must be immutable - do not change their
  * state after creation.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see Permissions
  * @see PermissionCollection
  * @since 1.1
index 703767ed9a9bfba95099b4d78c80482299153080..337a8fca937a2c003927884875a11ccaa6c11c09 100644 (file)
@@ -1,5 +1,5 @@
 /* PermissionCollection.java -- A collection of permission objects
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -67,8 +67,8 @@ import java.util.Enumeration;
  * in any type of collection unless it overrides that method to create its
  * own collection type.
  *
- * @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 Permission
  * @see Permissions
  * @since 1.1
index ce63cc2cca2d1488f9198ba2e15c4b2330904f8a..4d7c0f702cf552b7aea280e8a2e0a17200ee177f 100644 (file)
@@ -1,5 +1,5 @@
 /* Permissions.java -- a collection of permission collections
-   Copyright (C) 1998, 2001, 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,8 +53,8 @@ import java.util.NoSuchElementException;
  * collection type which stores its permissions in a hash table will be
  * used.
  *
- * @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
  */
 public final class Permissions extends PermissionCollection
index 2ac69b2c5633837f231911c681f8a1ca24a5313e..69990b8f8a72256089ef85df367168f04a4daf95 100644 (file)
@@ -1,5 +1,5 @@
 /* Principal.java -- A security entity
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.security;
  * This interface models an entity (such as a user or a certificate authority)
  * for the purposes of applying the Java security model.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see X509Certificate
  * @since 1.1
  * @status updated to 1.4
index 40b97f58b9a3ab8b19e37ae843f5eabfa82c4626..c4a628c4279a90bcce79e9ec303cab2febe540d2 100644 (file)
@@ -1,5 +1,5 @@
 /* PrivateKey.java -- tagging interface for all private keys
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.security;
  * This interface specified no methods.  In simply provides a common
  * super-interface for all algorithm specific private key values.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see Key
  * @see PublicKey
  * @see Certificate
index 633a872cfe5560b8e8ec0089eb45bb0bc08c1b3f..d699abd876637aa2fef07ea6a9c0caf2cc0f624c 100644 (file)
@@ -1,5 +1,5 @@
 /* PrivilegedActionException.java -- wrap an exception in a privileged action
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,8 +43,8 @@ package java.security;
  * <code>AccessController.doPrivileged()</code> method.  It wraps the
  * actual exception thrown in the privileged code.
  *
- * @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 PrivilegedExceptionAction
  * @see AccessController#doPrivileged(PrivilegedExceptionAction)
  * @see AccessController#doPrivileged(PrivilegedExceptionAction, AccessControlContext)
index eac3eb064c89725a5cc7685afbae45a5806ffcef..5b0e86e9b8e970913eb9748ec5d475f7cb29441d 100644 (file)
@@ -1,5 +1,5 @@
 /* ProviderException.java -- Generic security provider runtime exception
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This exception indicates that a runtime problem was encounterd with
  * a security provider. 
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class ProviderException extends RuntimeException
index 81ab764615f383363ff7ba0fba0e388f13d17f98..f2a331e68628e647456b401c2cc2989125ae53ef 100644 (file)
@@ -1,5 +1,5 @@
 /* PublicKey.java -- tagging interface for all public keys
-   Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This interface specified no methods.  In simply provides a common
  * super-interface for all algorithm specific public key values.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see Key
  * @see PrivateKey
  * @see Certificate
index 5e410c0405c315c6bbf1da1ba56668b6490d3256..5ae1fa2934b37e451f8eac7de753f20f16b102cd 100644 (file)
@@ -1,5 +1,5 @@
 /* SecureRandom.java --- Secure Random class implementation
-   Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ import java.util.Random;
  * keys and initialization vectors to the generation of random padding
  * bytes.
  *
- * @author Mark Benvenuto <ivymccough@worldnet.att.net>
+ * @author Mark Benvenuto (ivymccough@worldnet.att.net)
  * @author Casey Marshall
  */
 public class SecureRandom extends Random
index 6831173688f31a98650bf21439c58a8eba9d8af6..5218a9858995ded35c9c2830f7494fb921fceddf 100644 (file)
@@ -1,5 +1,5 @@
 /* SecureRandomSpi.java --- Secure Random Service Provider Interface
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ import java.io.Serializable;
 
    @since JDK 1.2       
 
-   @author Mark Benvenuto <ivymccough@worldnet.att.net>
+   @author Mark Benvenuto (ivymccough@worldnet.att.net)
  */
 public abstract class SecureRandomSpi implements Serializable
 {
index 8762b0683ccbad36059409654f258292d2f600d3..daccdf09cf7e1527f3b4a69b36c02a6017e59a56 100644 (file)
@@ -1,5 +1,5 @@
 /* SignatureException.java -- Generic error in signature
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This exception is thrown when a problem is encountered with a
  * digital signature.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class SignatureException extends GeneralSecurityException
index 3b6bdbc99ab2f8272680b63e4508879a20c7ada1..3dd3e4f49525e7e8daba251f6c7eefddeea3da8c 100644 (file)
@@ -49,7 +49,7 @@ import java.security.spec.AlgorithmParameterSpec;
  * cryptographic service provider who wishes to supply the implementation of a
  * particular signature algorithm.
  *
- * @author Mark Benvenuto <ivymccough@worldnet.att.net>
+ * @author Mark Benvenuto (ivymccough@worldnet.att.net)
  * @since 1.2
  * @see Signature
  */
index 0d9f733e70daddc54aa5ed84ae14118e9c5be8ea..f7ef0d5cb442b6208b01dd404327747d4a17f7e7 100644 (file)
@@ -123,7 +123,7 @@ import java.io.Serializable;
  *  of signatures, resembling a chain of authorization and delegation.</li>
  * </ul>
  *
- * @author Mark Benvenuto <ivymccough@worldnet.att.net>
+ * @author Mark Benvenuto (ivymccough@worldnet.att.net)
  * @since 1.2
  * @see Signature
  */
index 425933a8cea9a7b6160b8862ca9301aa82c0f5ef..a9e20d42cabd055b10a19abbe2c60fd6fbed5230 100644 (file)
@@ -45,7 +45,7 @@ package java.security;
  * issue that should be handled by subclasses as appropriate to their intended
  * use.</p>
  *
- * @author Mark Benvenuto <ivymccough@worldnet.att.net>
+ * @author Mark Benvenuto (ivymccough@worldnet.att.net)
  * @deprecated This class is no longer used. Its functionality has been replaced
  * by <code>java.security.KeyStore</code>, the <code>java.security.cert</code>
  * package, and <code>java.security.Principal</code>.
index 3e93153ad7d29525d546081e45c227c80687575c..9708625a6363f6dca95ab6e4fdb1a5f42512ce27 100644 (file)
@@ -1,5 +1,5 @@
 /* UnrecoverableKeyException.java -- Cannot recover a key from the key store
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security;
  * This exception is thrown when a key cannot be recovered from the key
  * store.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @since 1.2
  * @status updated to 1.4
  */
index c96bce0cc14c9cc95953c415c550d6723a8cab19..c1f6f049360d16aa588ce598e05de6333dc834ab 100644 (file)
@@ -1,5 +1,5 @@
 /* UnresolvedPermission.java -- Placeholder for unresolved permissions
-   Copyright (C) 1998, 2001, 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -207,7 +207,7 @@ public final class UnresolvedPermission extends Permission
  * Implements the permission collection for unresolved permissions, and
  * obeys serialization of JDK.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  */
 class UnresolvedPermissionCollection extends PermissionCollection
 {
index a843fac1761ec2f541e274d98760939b7bf801ae..4462ffc34933c6bacb756a7592b8ba55ad56aa25 100644 (file)
@@ -1,5 +1,5 @@
 /* AclNotFoundException.java -- thrown when an ACL is not found
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security.acl;
  * This exception is thrown when a requested access control list (ACL) is
  * not found.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class AclNotFoundException extends Exception
index be2815192fbff9664b2a1d4ff18d8d4f00d1d4d8..13e13907988a67b11da5c614a00d044b9f86be9b 100644 (file)
@@ -1,5 +1,5 @@
 /* LastOwnerException.java -- User attempted to delete last ACL owner
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package java.security.acl;
  * This exception is thrown when an attempt is made to delete the last owner
  * of an access control list (ACL)
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @see Owner#deleteOwner(java.security.Principal, java.security.Principal)
  * @status updated to 1.4
  */
index 8b2739d9cc479c329cabae5747e085b035bb15cd..7c3a6c431a704e908eeb8c8bdc39986fcac3148c 100644 (file)
@@ -1,5 +1,5 @@
 /* NotOwnerException.java -- Attempt to modify an unowned ACL
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.security.acl;
  * the caller to be the owner of the access control list (ACL) when the caller
  * is in fact not the owner of the ACL.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
  * @status updated to 1.4
  */
 public class NotOwnerException extends Exception
index 53f42e752deef1e27af79af5d1d215e557f50960..c57bd313bc1efe12898a0751cd9571e85d11dc18 100644 (file)
@@ -1,5 +1,5 @@
 /* CertPath.java -- a sequence of certificates
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -54,7 +54,7 @@ import java.util.List;
  * the path is consolidated into a {@link CertPathRep}, which preserves the
  * data regardless of the underlying implementation of the path.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.4
  * @status updated to 1.4
  */
@@ -63,7 +63,7 @@ public abstract class CertPath implements Serializable
   /**
    * The serialized representation of a path.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   protected static class CertPathRep implements Serializable
   {
index 7cfdb79e536d3c8f9327d631555682b74a4ff0cd..2db7d337c981125c5ada46d2f6a82647ee71b073 100644 (file)
@@ -1,6 +1,6 @@
 /* CertPathBuilderException.java -- wraps an exception during certificate
    path building
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ import java.security.GeneralSecurityException;
  * Indicates a problem while using a <code>CertPathBuilder</code>, wrapping
  * the lower exception. This class is not thread-safe.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see CertPathBuilder
  * @since 1.4
  * @status updated to 1.4
index e7b40b8d3d6614b1f77639efe21656610356f3ee..9c7ad03c925231c361758900ff049eed935affdd 100644 (file)
@@ -1,6 +1,6 @@
 /* CertPathValidatorException.java -- wraps an exception during validation
    of a CertPath
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import java.security.GeneralSecurityException;
  * it can store the path an index in that path that caused the problem. This
  * class is not thread-safe.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see CertPathValidator
  * @since 1.4
  * @status updated to 1.4
index 7d7bd148e9a3af01db30de55dad8e77ecea8bf7c..d157b1dc950128c843dad1166b54a4d851567639 100644 (file)
@@ -1,5 +1,5 @@
 /* CertStoreException.java -- wraps an exception during certificate storage
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ import java.security.GeneralSecurityException;
  * <code>CertStore</code>, wrapping the lower exception. This class is not
  * thread-safe.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see CertStore
  * @since 1.4
  * @status updated to 1.4
index a79db8c5f232560b2f2bebe896d4fbeb3e308895..7fbc16b58496f410f799eeeafaf56d9cc76fed72 100644 (file)
@@ -1,5 +1,5 @@
 /* BreakIterator.java -- Breaks text into elements
-   Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ import java.util.ResourceBundle;
  * class will be valid upon creation.  That is, their methods will
  * not cause exceptions if called before you call setText().
  *
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @author Aaron M. Renn (arenn@urbanophile.com)
  * @date March 19, 1999
  */
index ff3c9f667d9e9a9f6a2ac502ac36fd301e3a15e6..3c390278b88e2ee2b0658f85ca753191b67f39a4 100644 (file)
@@ -1,5 +1,5 @@
 /* ChoiceFormat.java -- Format over a range of numbers
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -71,7 +71,7 @@ formats = { "file", "files" }</pre>
  * array must be sorted in ascending order and the format string array
  * must be the same length as the terminator array.
  *
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @author Aaron M. Renn (arenn@urbanophile.com)
  * @date March 9, 1999
  */
index 91f341f55b23497f539a5e23142889ef4798bdd3..9bace068559681bcb04ad078877da5d02f37a4bf 100644 (file)
@@ -53,9 +53,9 @@ import java.util.ArrayList;
  * <code>getCollationElementIterator</code> method on 
  * <code>RuleBasedCollator</code>.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
- * @author Tom Tromey <tromey@cygnus.com>
- * @author Guilhem Lavaux <guilhem.lavaux@free.fr>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Tom Tromey (tromey@cygnus.com)
+ * @author Guilhem Lavaux (guilhem.lavaux@free.fr)
  */
 public final class CollationElementIterator
 {
index 4e6aca2635dc74e84b385a8c479c368b4ef11e6f..1fa380f359575c4882cc903b9dae986f7446e2bd 100644 (file)
@@ -1,5 +1,5 @@
 /* CollationKey.java -- Precomputed collation value
-   Copyright (C) 1998, 1999, 2000, 2003  Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -59,8 +59,8 @@ package java.text;
  * <code>CollationKey</code> is created by calling the
  * <code>getCollationKey</code> method on an instance of <code>Collator</code>.
  *
- * @author Aaron M. Renn <arenn@urbanophile.com>
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Tom Tromey (tromey@cygnus.com)
  * @date March 25, 1999
  */
 public final class CollationKey implements Comparable
index 6464d1370415b17e28fbb478316871619eff12a7..4e634e1c13724f6a672e10be9f8dd215ee2dbaa1 100644 (file)
@@ -1,5 +1,5 @@
 /* Collator.java -- Perform locale dependent String comparisons.
-   Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -64,7 +64,7 @@ import java.util.ResourceBundle;
  * are described in detail in the documentation for the methods and values
  * that are related to them.
  *
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @author Aaron M. Renn (arenn@urbanophile.com)
  * @date March 18, 1999
  */
index 6fe4461b0301952c2674725052307602b8a541da..da07fdde1ae82c36eb94a46b083b5d84f40cba19 100644 (file)
@@ -1,5 +1,5 @@
 /* DateFormat.java -- Class for formatting/parsing date/times
-   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -48,7 +48,7 @@ import java.util.ResourceBundle;
 import java.util.TimeZone;
 
 /**
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @date October 25, 1998.
  */
 /* Written using "Java Class Libraries", 2nd edition, plus online
index b9b71ba36a7217fb1c4385f1f04e9a1f83121fc0..9555cfb67bcb166d62977e6e4d296ab946fbd353 100644 (file)
@@ -1,5 +1,5 @@
 /* DateFormatSymbols.java -- Format over a range of numbers
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ import java.util.ResourceBundle;
 /**
  * This class acts as container for locale specific date/time formatting
  * information such as the days of the week and the months of the year.
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @date October 24, 1998.
  */
 /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3.
index 8b2c25cd3c3895aed872d850077057b638bb484a..a085875a1aefd3cd4dbd3e58240ecd451f60bfc8 100644 (file)
@@ -49,7 +49,8 @@ import java.util.HashMap;
 import java.util.Locale;
 
 /**
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
+ * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
  * @date March 4, 1999
  */
 /* Written using "Java Class Libraries", 2nd edition, plus online
index 7a4e56e9a4210a463f019ac1dc535790ca32872b..72a132e002a0d36da4782b55ae4700187e3595c8 100644 (file)
@@ -52,7 +52,7 @@ import java.util.ResourceBundle;
  * normally handled automatically, but an application can override
  * values as desired using this class.
  *
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @author Aaron M. Renn (arenn@urbanophile.com)
  * @date February 24, 1999
  */
index 47cf7a146f400b042c74cdaf5846e51bf1c1dc4b..6dd3a626705fd13ee9a1708a7834ad5bd45aae7a 100644 (file)
@@ -1,5 +1,5 @@
 /* FieldPosition.java -- Keeps track of field positions while formatting
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.text;
  * typically define constant values for the field identifiers.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  */
 public class FieldPosition
 {
index 2c75578243cfe00e906e085f9c3e6c4a1a58c039..970c7ce631f557e7dd5a6692d901be141b4f2b78 100644 (file)
@@ -1,5 +1,5 @@
 /* Format.java -- Abstract superclass for formatting/parsing strings.
-   Copyright (C) 1998, 1999, 2000, 2001, 2003  Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,7 +57,7 @@ import java.io.Serializable;
  * available locales in the current runtime environment.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  */
 public abstract class Format implements Serializable, Cloneable
 {
index 368292686bca0cf90c78730c55ffa2cd0db7886c..4fc98b15c5479aca62041494b3bae3343bf01fba 100644 (file)
@@ -59,7 +59,7 @@ import java.util.ResourceBundle;
  * static factory methods in this class such as 
  * <code>getCurrencyInstance</code>.
  * 
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @author Aaron M. Renn (arenn@urbanophile.com)
  * @date March 4, 1999
  */
index 20e828e18a762bb0eec018d31b238d30196ee542..13229c8c89a21b14f33cd3b5be0672d57c193038 100644 (file)
@@ -1,5 +1,5 @@
 /* ParseException.java -- an error occurred while parsing
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.text;
  * This exception is thrown when an unexpected error occurs during parsing.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  * @see Format
  * @see FieldPosition
  * @status updated to 1.4
index c6dffed8f59740306967594b25aa7f8a0a3d30fd..91fa44fccf40e79b054db14bec5e62f5ea5559d9 100644 (file)
@@ -1,5 +1,5 @@
 /* ParsePosition.java -- Keep track of position while parsing.
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ package java.text;
  * operations.
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Per Bothner <bothner@cygnus.com>
+ * @author Per Bothner (bothner@cygnus.com)
  */
 public class ParsePosition
 {
index 44bac6b74a3cee5e1ed21cea260c2504dd575dd7..82df7c44992312853c03eee283c329322ea52248 100644 (file)
@@ -1,5 +1,5 @@
 /* StringCharacterIterator.java -- Iterate over a character range in a string
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.text;
  * the index to be set. 
  *
  * @author Aaron M. Renn (arenn@urbanophile.com)
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  */
 public final class StringCharacterIterator implements CharacterIterator
 {
index a98f41efbeafaeddc2d825dcbbd8ffd6c9b17002..567380c1a9df5db4de0aa57de07a5c21aeefffae 100644 (file)
@@ -1,5 +1,5 @@
 /* AbstractCollection.java -- Abstract implementation of most of Collection
-   Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -61,7 +61,7 @@ import java.lang.reflect.Array;
  *
  * @author Original author unknown
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see AbstractSet
  * @see AbstractList
index 15cb5814ab837c1b0cc90830a21c13beea6e2d1e..37288a7bb9e2b557985cce6b80be991908c8f01d 100644 (file)
@@ -1,5 +1,5 @@
 /* AbstractList.java -- Abstract implementation of most of List
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -59,7 +59,7 @@ package java.util;
  *
  * @author Original author unknown
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see List
  * @see AbstractSequentialList
@@ -751,476 +751,475 @@ while (i.hasNext())
     return new SubList(this, fromIndex, toIndex);
   }
 
-} // class AbstractList
-
-
-/**
- * This class follows the implementation requirements set forth in
- * {@link AbstractList#subList(int, int)}. It matches Sun's implementation
- * by using a non-public top-level class in the same package.
- *
- * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
- */
-class SubList extends AbstractList
-{
-  // Package visible, for use by iterator.
-  /** The original list. */
-  final AbstractList backingList;
-  /** The index of the first element of the sublist. */
-  final int offset;
-  /** The size of the sublist. */
-  int size;
-
-  /**
-   * Construct the sublist.
-   *
-   * @param backing the list this comes from
-   * @param fromIndex the lower bound, inclusive
-   * @param toIndex the upper bound, exclusive
-   */
-  SubList(AbstractList backing, int fromIndex, int toIndex)
-  {
-    backingList = backing;
-    modCount = backing.modCount;
-    offset = fromIndex;
-    size = toIndex - fromIndex;
-  }
-
-  /**
-   * This method checks the two modCount fields to ensure that there has
-   * not been a concurrent modification, returning if all is okay.
-   *
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   */
-  // This can be inlined. Package visible, for use by iterator.
-  void checkMod()
-  {
-    if (modCount != backingList.modCount)
-      throw new ConcurrentModificationException();
-  }
-
-  /**
-   * This method checks that a value is between 0 and size (inclusive). If
-   * it is not, an exception is thrown.
-   *
-   * @param index the value to check
-   * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt; size()
-   */
-  // This will get inlined, since it is private.
-  private void checkBoundsInclusive(int index)
-  {
-    if (index < 0 || index > size)
-      throw new IndexOutOfBoundsException("Index: " + index + ", Size:"
-                                          + size);
-  }
-
-  /**
-   * This method checks that a value is between 0 (inclusive) and size
-   * (exclusive). If it is not, an exception is thrown.
-   *
-   * @param index the value to check
-   * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
-   */
-  // This will get inlined, since it is private.
-  private void checkBoundsExclusive(int index)
-  {
-    if (index < 0 || index >= size)
-      throw new IndexOutOfBoundsException("Index: " + index + ", Size:"
-                                          + size);
-  }
-
-  /**
-   * Specified by AbstractList.subList to return the private field size.
-   *
-   * @return the sublist size
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   */
-  public int size()
-  {
-    checkMod();
-    return size;
-  }
-
-  /**
-   * Specified by AbstractList.subList to delegate to the backing list.
-   *
-   * @param index the location to modify
-   * @param o the new value
-   * @return the old value
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws UnsupportedOperationException if the backing list does not
-   *         support the set operation
-   * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
-   * @throws ClassCastException if o cannot be added to the backing list due
-   *         to its type
-   * @throws IllegalArgumentException if o cannot be added to the backing list
-   *         for some other reason
-   */
-  public Object set(int index, Object o)
-  {
-    checkMod();
-    checkBoundsExclusive(index);
-    return backingList.set(index + offset, o);
-  }
-
-  /**
-   * Specified by AbstractList.subList to delegate to the backing list.
-   *
-   * @param index the location to get from
-   * @return the object at that location
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
-   */
-  public Object get(int index)
-  {
-    checkMod();
-    checkBoundsExclusive(index);
-    return backingList.get(index + offset);
-  }
-
-  /**
-   * Specified by AbstractList.subList to delegate to the backing list.
-   *
-   * @param index the index to insert at
-   * @param o the object to add
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt; size()
-   * @throws UnsupportedOperationException if the backing list does not
-   *         support the add operation.
-   * @throws ClassCastException if o cannot be added to the backing list due
-   *         to its type.
-   * @throws IllegalArgumentException if o cannot be added to the backing
-   *         list for some other reason.
-   */
-  public void add(int index, Object o)
-  {
-    checkMod();
-    checkBoundsInclusive(index);
-    backingList.add(index + offset, o);
-    size++;
-    modCount = backingList.modCount;
-  }
-
-  /**
-   * Specified by AbstractList.subList to delegate to the backing list.
-   *
-   * @param index the index to remove
-   * @return the removed object
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
-   * @throws UnsupportedOperationException if the backing list does not
-   *         support the remove operation
-   */
-  public Object remove(int index)
-  {
-    checkMod();
-    checkBoundsExclusive(index);
-    Object o = backingList.remove(index + offset);
-    size--;
-    modCount = backingList.modCount;
-    return o;
-  }
-
-  /**
-   * Specified by AbstractList.subList to delegate to the backing list.
-   * This does no bounds checking, as it assumes it will only be called
-   * by trusted code like clear() which has already checked the bounds.
-   *
-   * @param fromIndex the lower bound, inclusive
-   * @param toIndex the upper bound, exclusive
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws UnsupportedOperationException if the backing list does
-   *         not support removing elements.
-   */
-  protected void removeRange(int fromIndex, int toIndex)
-  {
-    checkMod();
-
-    backingList.removeRange(offset + fromIndex, offset + toIndex);
-    size -= toIndex - fromIndex;
-    modCount = backingList.modCount;
-  }
-
-  /**
-   * Specified by AbstractList.subList to delegate to the backing list.
-   *
-   * @param index the location to insert at
-   * @param c the collection to insert
-   * @return true if this list was modified, in other words, c is non-empty
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt; size()
-   * @throws UnsupportedOperationException if this list does not support the
-   *         addAll operation
-   * @throws ClassCastException if some element of c cannot be added to this
-   *         list due to its type
-   * @throws IllegalArgumentException if some element of c cannot be added
-   *         to this list for some other reason
-   * @throws NullPointerException if the specified collection is null
-   */
-  public boolean addAll(int index, Collection c)
-  {
-    checkMod();
-    checkBoundsInclusive(index);
-    int csize = c.size();
-    boolean result = backingList.addAll(offset + index, c);
-    size += csize;
-    modCount = backingList.modCount;
-    return result;
-  }
-
-  /**
-   * Specified by AbstractList.subList to return addAll(size, c).
-   *
-   * @param c the collection to insert
-   * @return true if this list was modified, in other words, c is non-empty
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws UnsupportedOperationException if this list does not support the
-   *         addAll operation
-   * @throws ClassCastException if some element of c cannot be added to this
-   *         list due to its type
-   * @throws IllegalArgumentException if some element of c cannot be added
-   *         to this list for some other reason
-   * @throws NullPointerException if the specified collection is null
-   */
-  public boolean addAll(Collection c)
-  {
-    return addAll(size, c);
-  }
-
-  /**
-   * Specified by AbstractList.subList to return listIterator().
-   *
-   * @return an iterator over the sublist
-   */
-  public Iterator iterator()
-  {
-    return listIterator();
-  }
-
   /**
-   * Specified by AbstractList.subList to return a wrapper around the
-   * backing list's iterator.
+   * This class follows the implementation requirements set forth in
+   * {@link AbstractList#subList(int, int)}. It matches Sun's implementation
+   * by using a non-public top-level class in the same package.
    *
-   * @param index the start location of the iterator
-   * @return a list iterator over the sublist
-   * @throws ConcurrentModificationException if the backing list has been
-   *         modified externally to this sublist
-   * @throws IndexOutOfBoundsException if the value is out of range
+   * @author Original author unknown
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
-  public ListIterator listIterator(final int index)
+  private static class SubList extends AbstractList
   {
-    checkMod();
-    checkBoundsInclusive(index);
-
-    return new ListIterator()
+    // Package visible, for use by iterator.
+    /** The original list. */
+    final AbstractList backingList;
+    /** The index of the first element of the sublist. */
+    final int offset;
+    /** The size of the sublist. */
+    int size;
+
+    /**
+     * Construct the sublist.
+     *
+     * @param backing the list this comes from
+     * @param fromIndex the lower bound, inclusive
+     * @param toIndex the upper bound, exclusive
+     */
+    SubList(AbstractList backing, int fromIndex, int toIndex)
     {
-      private final ListIterator i = backingList.listIterator(index + offset);
-      private int position = index;
-
-      /**
-       * Tests to see if there are any more objects to
-       * return.
-       *
-       * @return True if the end of the list has not yet been
-       *         reached.
-       * @throws ConcurrentModificationException if the
-       *         list has been modified elsewhere.
-       */
-      public boolean hasNext()
-      {
-        checkMod();
-        return position < size;
-      }
-
-      /**
-       * Tests to see if there are objects prior to the
-       * current position in the list.
-       *
-       * @return True if objects exist prior to the current
-       *         position of the iterator.
-       * @throws ConcurrentModificationException if the
-       *         list has been modified elsewhere.
-       */
-      public boolean hasPrevious()
-      {
-        checkMod();
-        return position > 0;
-      }
-
-      /**
-       * Retrieves the next object from the list.
-       *
-       * @return The next object.
-       * @throws NoSuchElementException if there are no
-       *         more objects to retrieve.
-       * @throws ConcurrentModificationException if the
-       *         list has been modified elsewhere.
-       */
-      public Object next()
-      {
-        if (position == size)
-          throw new NoSuchElementException();
-        position++;
-        return i.next();
-      }
-
-      /**
-       * Retrieves the previous object from the list.
-       *
-       * @return The next object.
-       * @throws NoSuchElementException if there are no
-       *         previous objects to retrieve.
-       * @throws ConcurrentModificationException if the
-       *         list has been modified elsewhere.
-       */
-      public Object previous()
-      {
-        if (position == 0)
-          throw new NoSuchElementException();
-        position--;
-        return i.previous();
-      }
-
-      /**
-       * Returns the index of the next element in the
-       * list, which will be retrieved by <code>next()</code>
-       *
-       * @return The index of the next element.
-       * @throws ConcurrentModificationException if the
-       *         list has been modified elsewhere.
-       */
-      public int nextIndex()
-      {
-        return i.nextIndex() - offset;
-      }
-
-      /**
-       * Returns the index of the previous element in the
-       * list, which will be retrieved by <code>previous()</code>
-       *
-       * @return The index of the previous element.
-       * @throws ConcurrentModificationException if the
-       *         list has been modified elsewhere.
-       */
-      public int previousIndex()
-      {
-        return i.previousIndex() - offset;
-      }
-
-      /**
-       * Removes the last object retrieved by <code>next()</code>
-       * from the list, if the list supports object removal.
-       *
-       * @throws IllegalStateException if the iterator is positioned
-       *         before the start of the list or the last object has already
-       *         been removed.
-       * @throws UnsupportedOperationException if the list does
-       *         not support removing elements.
-       */
-      public void remove()
-      {
-        i.remove();
-        size--;
-        position = nextIndex();
-        modCount = backingList.modCount;
-      }
-
-
-     /**
-      * Replaces the last object retrieved by <code>next()</code>
-      * or <code>previous</code> with o, if the list supports object
-      * replacement and an add or remove operation has not already
-      * been performed.
-      *
-      * @throws IllegalStateException if the iterator is positioned
-      *         before the start of the list or the last object has already
-      *         been removed.
-      * @throws UnsupportedOperationException if the list doesn't support
-      *         the addition or removal of elements.
-      * @throws ClassCastException if the type of o is not a valid type
-      *         for this list.
-      * @throws IllegalArgumentException if something else related to o
-      *         prevents its addition.
-      * @throws ConcurrentModificationException if the list
-      *         has been modified elsewhere.
-      */
-      public void set(Object o)
-      {
-        i.set(o);
-      }
+      backingList = backing;
+      modCount = backing.modCount;
+      offset = fromIndex;
+      size = toIndex - fromIndex;
+    }
+
+    /**
+     * This method checks the two modCount fields to ensure that there has
+     * not been a concurrent modification, returning if all is okay.
+     *
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     */
+    // This can be inlined. Package visible, for use by iterator.
+    void checkMod()
+    {
+      if (modCount != backingList.modCount)
+        throw new ConcurrentModificationException();
+    }
+
+    /**
+     * This method checks that a value is between 0 and size (inclusive). If
+     * it is not, an exception is thrown.
+     *
+     * @param index the value to check
+     * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt; size()
+     */
+    // This will get inlined, since it is private.
+    private void checkBoundsInclusive(int index)
+    {
+      if (index < 0 || index > size)
+        throw new IndexOutOfBoundsException("Index: " + index + ", Size:"
+                                            + size);
+    }
+
+    /**
+     * This method checks that a value is between 0 (inclusive) and size
+     * (exclusive). If it is not, an exception is thrown.
+     *
+     * @param index the value to check
+     * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
+     */
+    // This will get inlined, since it is private.
+    private void checkBoundsExclusive(int index)
+    {
+      if (index < 0 || index >= size)
+        throw new IndexOutOfBoundsException("Index: " + index + ", Size:"
+                                            + size);
+    }
+
+    /**
+     * Specified by AbstractList.subList to return the private field size.
+     *
+     * @return the sublist size
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     */
+    public int size()
+    {
+      checkMod();
+      return size;
+    }
+
+    /**
+     * Specified by AbstractList.subList to delegate to the backing list.
+     *
+     * @param index the location to modify
+     * @param o the new value
+     * @return the old value
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws UnsupportedOperationException if the backing list does not
+     *         support the set operation
+     * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
+     * @throws ClassCastException if o cannot be added to the backing list due
+     *         to its type
+     * @throws IllegalArgumentException if o cannot be added to the backing list
+     *         for some other reason
+     */
+    public Object set(int index, Object o)
+    {
+      checkMod();
+      checkBoundsExclusive(index);
+      return backingList.set(index + offset, o);
+    }
+
+    /**
+     * Specified by AbstractList.subList to delegate to the backing list.
+     *
+     * @param index the location to get from
+     * @return the object at that location
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
+     */
+    public Object get(int index)
+    {
+      checkMod();
+      checkBoundsExclusive(index);
+      return backingList.get(index + offset);
+    }
+
+    /**
+     * Specified by AbstractList.subList to delegate to the backing list.
+     *
+     * @param index the index to insert at
+     * @param o the object to add
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt; size()
+     * @throws UnsupportedOperationException if the backing list does not
+     *         support the add operation.
+     * @throws ClassCastException if o cannot be added to the backing list due
+     *         to its type.
+     * @throws IllegalArgumentException if o cannot be added to the backing
+     *         list for some other reason.
+     */
+    public void add(int index, Object o)
+    {
+      checkMod();
+      checkBoundsInclusive(index);
+      backingList.add(index + offset, o);
+      size++;
+      modCount = backingList.modCount;
+    }
+
+    /**
+     * Specified by AbstractList.subList to delegate to the backing list.
+     *
+     * @param index the index to remove
+     * @return the removed object
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt;= size()
+     * @throws UnsupportedOperationException if the backing list does not
+     *         support the remove operation
+     */
+    public Object remove(int index)
+    {
+      checkMod();
+      checkBoundsExclusive(index);
+      Object o = backingList.remove(index + offset);
+      size--;
+      modCount = backingList.modCount;
+      return o;
+    }
+
+    /**
+     * Specified by AbstractList.subList to delegate to the backing list.
+     * This does no bounds checking, as it assumes it will only be called
+     * by trusted code like clear() which has already checked the bounds.
+     *
+     * @param fromIndex the lower bound, inclusive
+     * @param toIndex the upper bound, exclusive
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws UnsupportedOperationException if the backing list does
+     *         not support removing elements.
+     */
+    protected void removeRange(int fromIndex, int toIndex)
+    {
+      checkMod();
+
+      backingList.removeRange(offset + fromIndex, offset + toIndex);
+      size -= toIndex - fromIndex;
+      modCount = backingList.modCount;
+    }
+
+    /**
+     * Specified by AbstractList.subList to delegate to the backing list.
+     *
+     * @param index the location to insert at
+     * @param c the collection to insert
+     * @return true if this list was modified, in other words, c is non-empty
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws IndexOutOfBoundsException if index &lt; 0 || index &gt; size()
+     * @throws UnsupportedOperationException if this list does not support the
+     *         addAll operation
+     * @throws ClassCastException if some element of c cannot be added to this
+     *         list due to its type
+     * @throws IllegalArgumentException if some element of c cannot be added
+     *         to this list for some other reason
+     * @throws NullPointerException if the specified collection is null
+     */
+    public boolean addAll(int index, Collection c)
+    {
+      checkMod();
+      checkBoundsInclusive(index);
+      int csize = c.size();
+      boolean result = backingList.addAll(offset + index, c);
+      size += csize;
+      modCount = backingList.modCount;
+      return result;
+    }
+
+    /**
+     * Specified by AbstractList.subList to return addAll(size, c).
+     *
+     * @param c the collection to insert
+     * @return true if this list was modified, in other words, c is non-empty
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws UnsupportedOperationException if this list does not support the
+     *         addAll operation
+     * @throws ClassCastException if some element of c cannot be added to this
+     *         list due to its type
+     * @throws IllegalArgumentException if some element of c cannot be added
+     *         to this list for some other reason
+     * @throws NullPointerException if the specified collection is null
+     */
+    public boolean addAll(Collection c)
+    {
+      return addAll(size, c);
+    }
+
+    /**
+     * Specified by AbstractList.subList to return listIterator().
+     *
+     * @return an iterator over the sublist
+     */
+    public Iterator iterator()
+    {
+      return listIterator();
+    }
+
+    /**
+     * Specified by AbstractList.subList to return a wrapper around the
+     * backing list's iterator.
+     *
+     * @param index the start location of the iterator
+     * @return a list iterator over the sublist
+     * @throws ConcurrentModificationException if the backing list has been
+     *         modified externally to this sublist
+     * @throws IndexOutOfBoundsException if the value is out of range
+     */
+    public ListIterator listIterator(final int index)
+    {
+      checkMod();
+      checkBoundsInclusive(index);
 
-      /**
-       * Adds the supplied object before the element that would be returned
-       * by a call to <code>next()</code>, if the list supports addition.
-       * 
-       * @param o The object to add to the list.
-       * @throws UnsupportedOperationException if the list doesn't support
-       *         the addition of new elements.
-       * @throws ClassCastException if the type of o is not a valid type
-       *         for this list.
-       * @throws IllegalArgumentException if something else related to o
-       *         prevents its addition.
-       * @throws ConcurrentModificationException if the list
-       *         has been modified elsewhere.
-       */
-      public void add(Object o)
+      return new ListIterator()
       {
-        i.add(o);
-        size++;
-        position++;
-        modCount = backingList.modCount;
-      }
-
-      // Here is the reason why the various modCount fields are mostly
-      // ignored in this wrapper listIterator.
-      // If the backing listIterator is failfast, then the following holds:
-      //   Using any other method on this list will call a corresponding
-      //   method on the backing list *after* the backing listIterator
-      //   is created, which will in turn cause a ConcurrentModException
-      //   when this listIterator comes to use the backing one. So it is
-      //   implicitly failfast.
-      // If the backing listIterator is NOT failfast, then the whole of
-      //   this list isn't failfast, because the modCount field of the
-      //   backing list is not valid. It would still be *possible* to
-      //   make the iterator failfast wrt modifications of the sublist
-      //   only, but somewhat pointless when the list can be changed under
-      //   us.
-      // Either way, no explicit handling of modCount is needed.
-      // However modCount = backingList.modCount must be executed in add
-      // and remove, and size must also be updated in these two methods,
-      // since they do not go through the corresponding methods of the subList.
-    };
-  }
-} // class SubList
+        private final ListIterator i = backingList.listIterator(index + offset);
+        private int position = index;
+
+        /**
+         * Tests to see if there are any more objects to
+         * return.
+         *
+         * @return True if the end of the list has not yet been
+         *         reached.
+         * @throws ConcurrentModificationException if the
+         *         list has been modified elsewhere.
+         */
+        public boolean hasNext()
+        {
+          checkMod();
+          return position < size;
+        }
+
+        /**
+         * Tests to see if there are objects prior to the
+         * current position in the list.
+         *
+         * @return True if objects exist prior to the current
+         *         position of the iterator.
+         * @throws ConcurrentModificationException if the
+         *         list has been modified elsewhere.
+         */
+        public boolean hasPrevious()
+        {
+          checkMod();
+          return position > 0;
+        }
+
+        /**
+         * Retrieves the next object from the list.
+         *
+         * @return The next object.
+         * @throws NoSuchElementException if there are no
+         *         more objects to retrieve.
+         * @throws ConcurrentModificationException if the
+         *         list has been modified elsewhere.
+         */
+        public Object next()
+        {
+          if (position == size)
+            throw new NoSuchElementException();
+          position++;
+          return i.next();
+        }
+
+        /**
+         * Retrieves the previous object from the list.
+         *
+         * @return The next object.
+         * @throws NoSuchElementException if there are no
+         *         previous objects to retrieve.
+         * @throws ConcurrentModificationException if the
+         *         list has been modified elsewhere.
+         */
+        public Object previous()
+        {
+          if (position == 0)
+            throw new NoSuchElementException();
+          position--;
+          return i.previous();
+        }
+
+        /**
+         * Returns the index of the next element in the
+         * list, which will be retrieved by <code>next()</code>
+         *
+         * @return The index of the next element.
+         * @throws ConcurrentModificationException if the
+         *         list has been modified elsewhere.
+         */
+        public int nextIndex()
+        {
+          return i.nextIndex() - offset;
+        }
+
+        /**
+         * Returns the index of the previous element in the
+         * list, which will be retrieved by <code>previous()</code>
+         *
+         * @return The index of the previous element.
+         * @throws ConcurrentModificationException if the
+         *         list has been modified elsewhere.
+         */
+        public int previousIndex()
+        {
+          return i.previousIndex() - offset;
+        }
+
+        /**
+         * Removes the last object retrieved by <code>next()</code>
+         * from the list, if the list supports object removal.
+         *
+         * @throws IllegalStateException if the iterator is positioned
+         *         before the start of the list or the last object has already
+         *         been removed.
+         * @throws UnsupportedOperationException if the list does
+         *         not support removing elements.
+         */
+        public void remove()
+        {
+          i.remove();
+          size--;
+          position = nextIndex();
+          modCount = backingList.modCount;
+        }
+
+
+       /**
+        * Replaces the last object retrieved by <code>next()</code>
+        * or <code>previous</code> with o, if the list supports object
+        * replacement and an add or remove operation has not already
+        * been performed.
+        *
+        * @throws IllegalStateException if the iterator is positioned
+        *         before the start of the list or the last object has already
+        *         been removed.
+        * @throws UnsupportedOperationException if the list doesn't support
+        *         the addition or removal of elements.
+        * @throws ClassCastException if the type of o is not a valid type
+        *         for this list.
+        * @throws IllegalArgumentException if something else related to o
+        *         prevents its addition.
+        * @throws ConcurrentModificationException if the list
+        *         has been modified elsewhere.
+        */
+        public void set(Object o)
+        {
+          i.set(o);
+        }
+
+        /**
+         * Adds the supplied object before the element that would be returned
+         * by a call to <code>next()</code>, if the list supports addition.
+         * 
+         * @param o The object to add to the list.
+         * @throws UnsupportedOperationException if the list doesn't support
+         *         the addition of new elements.
+         * @throws ClassCastException if the type of o is not a valid type
+         *         for this list.
+         * @throws IllegalArgumentException if something else related to o
+         *         prevents its addition.
+         * @throws ConcurrentModificationException if the list
+         *         has been modified elsewhere.
+         */
+        public void add(Object o)
+        {
+          i.add(o);
+          size++;
+          position++;
+          modCount = backingList.modCount;
+        }
+
+        // Here is the reason why the various modCount fields are mostly
+        // ignored in this wrapper listIterator.
+        // If the backing listIterator is failfast, then the following holds:
+        //   Using any other method on this list will call a corresponding
+        //   method on the backing list *after* the backing listIterator
+        //   is created, which will in turn cause a ConcurrentModException
+        //   when this listIterator comes to use the backing one. So it is
+        //   implicitly failfast.
+        // If the backing listIterator is NOT failfast, then the whole of
+        //   this list isn't failfast, because the modCount field of the
+        //   backing list is not valid. It would still be *possible* to
+        //   make the iterator failfast wrt modifications of the sublist
+        //   only, but somewhat pointless when the list can be changed under
+        //   us.
+        // Either way, no explicit handling of modCount is needed.
+        // However modCount = backingList.modCount must be executed in add
+        // and remove, and size must also be updated in these two methods,
+        // since they do not go through the corresponding methods of the subList.
+      };
+    }
+  } // class SubList
 
-/**
- * This class is a RandomAccess version of SubList, as required by
- * {@link AbstractList#subList(int, int)}.
- *
- * @author Eric Blake <ebb9@email.byu.edu>
- */
-final class RandomAccessSubList extends SubList
-  implements RandomAccess
-{
   /**
-   * Construct the sublist.
+   * This class is a RandomAccess version of SubList, as required by
+   * {@link AbstractList#subList(int, int)}.
    *
-   * @param backing the list this comes from
-   * @param fromIndex the lower bound, inclusive
-   * @param toIndex the upper bound, exclusive
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
-  RandomAccessSubList(AbstractList backing, int fromIndex, int toIndex)
+  private static final class RandomAccessSubList extends SubList
+    implements RandomAccess
   {
-    super(backing, fromIndex, toIndex);
-  }
-} // class RandomAccessSubList
+    /**
+     * Construct the sublist.
+     *
+     * @param backing the list this comes from
+     * @param fromIndex the lower bound, inclusive
+     * @param toIndex the upper bound, exclusive
+     */
+    RandomAccessSubList(AbstractList backing, int fromIndex, int toIndex)
+    {
+      super(backing, fromIndex, toIndex);
+    }
+  } // class RandomAccessSubList
+
+} // class AbstractList
index d27e93b65d10dbb10aa01a9f9d1746113c9af765..81093f8e374b7255dbd2c4ddb1ed512604026bb5 100644 (file)
@@ -1,5 +1,5 @@
 /* AbstractMap.java -- Abstract implementation of most of Map
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ package java.util;
  *
  * @author Original author unknown
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Map
  * @see Collection
  * @see HashMap
@@ -622,7 +622,7 @@ public abstract class AbstractMap implements Map
    * life much easier.
    *
    * @author Jon Zeppieri
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   // XXX - FIXME Use fully qualified implements as gcj 3.1 workaround.
   //       Bug still exists in 3.4.1
index 0e5d59fceecbcdd1d19ba163e4aca4e7a29f7a60..f942e578ba130eac42861e7880c4ae8337cdc5eb 100644 (file)
@@ -1,5 +1,5 @@
 /* AbstractSequentialList.java -- List implementation for sequential access
-   Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -61,7 +61,7 @@ package java.util;
  *
  * @author Original author unknown
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see List
  * @see AbstractList
index ce266283ebe4046256d8a9c5ef9742a8d6cf75a7..dcab1c9d3ea960e725ef95cd9c3bd98d2e2a2beb 100644 (file)
@@ -1,5 +1,5 @@
 /* AbstractSet.java -- Abstract implementation of most of Set
-   Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package java.util;
  * the requirements placed on them by the Set interface.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see AbstractCollection
  * @see Set
index e39e4e0171b6cb76f16a72696e60eb86649bf904..2479efdf8b9658dd4fb76bfef351c7bba6459225 100644 (file)
@@ -1,6 +1,6 @@
 /* ArrayList.java -- JDK1.2's answer to Vector; this is an array-backed
    implementation of the List interface
-   Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -72,7 +72,7 @@ import java.lang.reflect.Array;
  *
  * @author Jon A. Zeppieri
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see List
  * @see LinkedList
index f2337aee6dcf4c720cda551d5458f385e21f2cfa..f3f15e6ec2bc27156f8236243986f62a64aae01e 100644 (file)
@@ -1,5 +1,5 @@
 /* Arrays.java -- Utility class with methods to operate on arrays
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -59,7 +59,7 @@ import java.lang.reflect.Array;
  *
  * @author Original author unknown
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Comparable
  * @see Comparator
  * @since 1.2
@@ -935,7 +935,7 @@ public class Arrays
 
 \f
 // sort
-  // Thanks to Paul Fisher <rao@gnu.org> for finding this quicksort algorithm
+  // Thanks to Paul Fisher (rao@gnu.org) for finding this quicksort algorithm
   // as specified by Sun and porting it to Java. The algorithm is an optimised
   // quicksort, as described in Jon L. Bentley and M. Douglas McIlroy's
   // "Engineering a Sort Function", Software-Practice and Experience, Vol.
@@ -2358,7 +2358,7 @@ public class Arrays
    * Sun's choice for Serialization purposes. Element addition and removal
    * is prohibited, but values can be modified.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    * @status updated to 1.4
    */
   private static final class ArrayList extends AbstractList
index d152ba1d96b43f8bd355fbd84c0c3e4a8e2f0147..cf7a83ed083d7997b7625a822a68adb553c6d245 100644 (file)
@@ -1,5 +1,5 @@
 /* BitSet.java -- A vector of bits.
-   Copyright (C) 1998, 1999, 2000, 2001, 2004  Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -61,8 +61,8 @@ import java.io.Serializable;
  * undefined.
  *
  * @author Jochen Hoenicke
- * @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)
  * @status updated to 1.4
  */
 public class BitSet implements Cloneable, Serializable
index be500b20086c1394b1acb584989c1bf6766ca1c4..910a893c35a932465897ec39b24ed2965a782342 100644 (file)
@@ -1,5 +1,5 @@
 /* Collection.java -- Interface that represents a collection of objects
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -66,7 +66,7 @@ package java.util;
  * copy of the argument using its own implementation).
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see List
  * @see Set
  * @see Map
index 6da84296e7e95f451e349f70204e0b7159bf19c8..e25fbc36493189d0700319933f101c9333c30dfc 100644 (file)
@@ -1,5 +1,5 @@
 /* Collections.java -- Utility class with methods to operate on collections
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -61,7 +61,7 @@ import java.io.Serializable;
  * modify the set.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see Set
  * @see List
@@ -112,7 +112,7 @@ public class Collections
    * The implementation of {@link #EMPTY_SET}. This class name is required
    * for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class EmptySet extends AbstractSet
     implements Serializable
@@ -266,7 +266,7 @@ public class Collections
    * The implementation of {@link #EMPTY_LIST}. This class name is required
    * for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class EmptyList extends AbstractList
     implements Serializable, RandomAccess
@@ -444,7 +444,7 @@ public class Collections
    * The implementation of {@link #EMPTY_MAP}. This class name is required
    * for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class EmptyMap extends AbstractMap
     implements Serializable
@@ -958,7 +958,7 @@ public class Collections
    * The implementation of {@link #nCopies(int, Object)}. This class name
    * is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class CopiesList extends AbstractList
     implements Serializable, RandomAccess
@@ -1169,7 +1169,7 @@ public class Collections
    * The implementation of {@link #reverseOrder()}. This class name
    * is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class ReverseComparator
     implements Comparator, Serializable
@@ -1384,7 +1384,7 @@ public class Collections
    * The implementation of {@link #singleton(Object)}. This class name
    * is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class SingletonSet extends AbstractSet
     implements Serializable
@@ -1558,7 +1558,7 @@ public class Collections
    * The implementation of {@link #singletonList(Object)}. This class name
    * is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class SingletonList extends AbstractList
     implements Serializable, RandomAccess
@@ -1734,7 +1734,7 @@ public class Collections
    * The implementation of {@link #singletonMap(Object)}. This class name
    * is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class SingletonMap extends AbstractMap
     implements Serializable
@@ -1999,7 +1999,7 @@ public class Collections
    * Package visible, so that collections such as the one for
    * Hashtable.values() can specify which object to synchronize on.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   static class SynchronizedCollection
     implements Collection, Serializable
@@ -2332,7 +2332,7 @@ public class Collections
    * synchronized classes. These iterators must "sync" on the same object
    * as the collection they iterate over.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class SynchronizedIterator implements Iterator
   {
@@ -2451,7 +2451,7 @@ public class Collections
    * serializability. Package visible, so that lists such as Vector.subList()
    * can specify which object to synchronize on.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   static class SynchronizedList extends SynchronizedCollection
     implements List
@@ -2757,7 +2757,7 @@ public class Collections
    * lists. This class name is required for compatibility with Sun's JDK
    * serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class SynchronizedRandomAccessList
     extends SynchronizedList implements RandomAccess
@@ -2822,7 +2822,7 @@ public class Collections
    * The implementation of {@link SynchronizedList#listIterator()}. This
    * iterator must "sync" on the same object as the list it iterates over.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class SynchronizedListIterator
     extends SynchronizedIterator implements ListIterator
@@ -2997,7 +2997,7 @@ public class Collections
    * The implementation of {@link #synchronizedMap(Map)}. This
    * class name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class SynchronizedMap implements Map, Serializable
   {
@@ -3527,7 +3527,7 @@ public class Collections
    * Package visible, so that sets such as Hashtable.keySet()
    * can specify which object to synchronize on.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   static class SynchronizedSet extends SynchronizedCollection
     implements Set
@@ -3631,7 +3631,7 @@ public class Collections
    * The implementation of {@link #synchronizedSortedMap(SortedMap)}. This
    * class name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class SynchronizedSortedMap extends SynchronizedMap
     implements SortedMap
@@ -3827,7 +3827,7 @@ public class Collections
    * The implementation of {@link #synchronizedSortedSet(SortedSet)}. This
    * class name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class SynchronizedSortedSet extends SynchronizedSet
     implements SortedSet
@@ -4019,7 +4019,7 @@ public class Collections
    * The implementation of {@link #unmodifiableCollection(Collection)}. This
    * class name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class UnmodifiableCollection
     implements Collection, Serializable
@@ -4250,7 +4250,7 @@ public class Collections
    * The implementation of the various iterator methods in the
    * unmodifiable classes.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class UnmodifiableIterator implements Iterator
   {
@@ -4336,7 +4336,7 @@ public class Collections
    * lists. This class name is required for compatibility with Sun's JDK
    * serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class UnmodifiableList extends UnmodifiableCollection
     implements List
@@ -4554,7 +4554,7 @@ public class Collections
    * lists. This class name is required for compatibility with Sun's JDK
    * serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class UnmodifiableRandomAccessList
     extends UnmodifiableList implements RandomAccess
@@ -4578,7 +4578,7 @@ public class Collections
   /**
    * The implementation of {@link UnmodifiableList#listIterator()}.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class UnmodifiableListIterator
     extends UnmodifiableIterator implements ListIterator
@@ -4702,7 +4702,7 @@ public class Collections
    * The implementation of {@link #unmodifiableMap(Map)}. This
    * class name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class UnmodifiableMap implements Map, Serializable
   {
@@ -4811,7 +4811,7 @@ public class Collections
      * The implementation of {@link UnmodifiableMap#entrySet()}. This class
      * name is required for compatibility with Sun's JDK serializability.
      *
-     * @author Eric Blake <ebb9@email.byu.edu>
+     * @author Eric Blake (ebb9@email.byu.edu)
      */
     private static final class UnmodifiableEntrySet extends UnmodifiableSet
       implements Serializable
@@ -5100,7 +5100,7 @@ public class Collections
    * The implementation of {@link #unmodifiableSet(Set)}. This class
    * name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class UnmodifiableSet extends UnmodifiableCollection
     implements Set
@@ -5169,7 +5169,7 @@ public class Collections
    * The implementation of {@link #unmodifiableSortedMap(SortedMap)}. This
    * class name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class UnmodifiableSortedMap extends UnmodifiableMap
     implements SortedMap
@@ -5342,7 +5342,7 @@ public class Collections
    * The implementation of {@link #synchronizedSortedMap(SortedMap)}. This
    * class name is required for compatibility with Sun's JDK serializability.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static class UnmodifiableSortedSet extends UnmodifiableSet
     implements SortedSet
index adf6fd01d7451a84e9050f74852c5a1b6f79de18..d536520cb471fd22659b23da5e8f187810353638 100644 (file)
@@ -1,5 +1,5 @@
 /* Comparator.java -- Interface for objects that specify an ordering
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -60,7 +60,7 @@ package java.util;
  * Serializable.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Comparable
  * @see TreeMap
  * @see TreeSet
@@ -84,7 +84,7 @@ public interface Comparator
    *   <li>if compare(a, b) &lt; 0 and compare(b, c) &lt; 0 then compare(a, c)
    *       &lt; 0</li>
    *   <li>if compare(a, b) == 0 then compare(a, c) and compare(b, c) must
-   *       have the same sign</li
+   *       have the same sign</li>
    * </ul>
    * To be consistent with equals, the following additional constraint is
    * in place:
index 9e22267d36b374febaf76a2ae36192b5f1b6becf..9492eb97628cfc672f7e4434c39254ce75c3ecf3 100644 (file)
@@ -1,5 +1,5 @@
 /* ConcurrentModificationException.java -- Data structure concurrently modified
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,8 +52,8 @@ package java.util;
  * this condition is referred to as fail-fast. Notice that this can occur
  * even in single-threaded designs, if you call methods out of order.
  *
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see Iterator
  * @see ListIterator
index 98a599e65cfb53f5f116798ebdbf654bf32b96d8..ffe593dfcc447f2415fa9f8847b0022b8928f9c4 100644 (file)
@@ -1,5 +1,5 @@
 /* Currency.java -- Representation of a currency
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,10 +49,10 @@ import java.text.NumberFormat;
  * a constructor.
  *
  * @see java.util.Locale
- * @author Guilhem Lavaux  <guilhem.lavaux@free.fr>
- * @author Dalibor Topic <robilad@kaffe.org>
- * @author Bryce McKinlay <mckinlay@redhat.com>
- * @author Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * @author Guilhem Lavaux  (guilhem.lavaux@free.fr)
+ * @author Dalibor Topic (robilad@kaffe.org)
+ * @author Bryce McKinlay (mckinlay@redhat.com)
+ * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
  * @since 1.4
  */
 public final class Currency 
index 4a96ff03d5a9a2c3a86f49ee9b8c83076584e428..3d8f2a69d9d00ce9c80e4e34859dadf55d989cb7 100644 (file)
@@ -1,5 +1,5 @@
 /* java.util.Date
-   Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -685,6 +685,7 @@ public class Date
    * <p>
    * A sequence of consecutive alphabetic characters is recognised as a word,
    * and interpreted as follows, in a case-insentive fashion:
+   * <ul>
    * <li>
    * The characters 'AM' or 'PM' restrict the hour value to a value between 0
    * and 12.  In the latter case, 12 is added to the hour value before storage.
index 3236fbf67889d22e2d6c7312b8274a6fc47e7601..90109513e93f8304453ef952e5d3c9a6be9dde79 100644 (file)
@@ -1,5 +1,5 @@
 /* EmptyStackException.java -- Attempt to pop from an empty stack
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,8 +47,8 @@ package java.util;
  * This exception is thrown by the Stack class when an attempt is made to pop
  * or otherwise access elements from an empty stack.
  *
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Stack
  * @since 1.0
  * @status updated to 1.4
index 1b23cfc5c8d48cf71a63bb93422922b3e691c2a8..ebd75427ddf57c905a95ba424536c3d25f03df3d 100644 (file)
@@ -1,5 +1,5 @@
 /* Enumeration.java -- Interface for enumerating lists of objects
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,8 +52,8 @@ package java.util;
  * the new collections classes, for use with legacy APIs that require them, can
  * be obtained by the enumeration method in class Collections.
  *
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Iterator
  * @see Hashtable
  * @see Vector
index f8443314bde9c444d59d2f9ad5f50c50158bf58b..32dc563af2a6aacb24a4a2236fb122c4b2425501 100644 (file)
@@ -1,5 +1,5 @@
 /* EventListener.java -- tagging interface for all event listeners
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ package java.util;
  * <code>Listener</code> and all method described by the subinterface
  * take as argument an subclass of <code>EventObject</code>.
  *
- * @author Tom Tromey <tromey@cygnus.com>
+ * @author Tom Tromey (tromey@cygnus.com)
  * @see EventObject
  * @status updated to 1.4
  */
index 2955f455f73461f992ce2abd4696cf9ec82a5739..484e1f2b449d521764d84fb8a2612dc00830e8ff 100644 (file)
@@ -1,5 +1,5 @@
 /* EventListenerProxy.java -- abstract wrapper for event listeners
-   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.util;
  * a new one.  Subclasses are expected to add methods to set and retrieve
  * any attached properties.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.4
  * @status updated to 1.4
  */
index 3ccb6ecd29a1f33091c5711e1e936e80cc33bd9b..f6fbd8a47b2276e67d78299844a15e27023b1df0 100644 (file)
@@ -1,5 +1,5 @@
 /* EventObject.java -- represents an event on an object
-   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 @@ import java.io.Serializable;
 /**
  * Represents Events fired by Objects.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see EventListener
  * @since 1.1
  * @status updated to 1.4
index fe4c8b06022501dac47589a8b9c5069eb20d85fb..5265daf7a852ac199c23b828a58596ed4db92443 100644 (file)
@@ -1,6 +1,6 @@
 /* HashMap.java -- a class providing a basic hashtable data structure,
    mapping Object --> Object
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -85,7 +85,7 @@ import java.io.Serializable;
  * @author Jon Zeppieri
  * @author Jochen Hoenicke
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Object#hashCode()
  * @see Collection
  * @see Map
@@ -160,7 +160,7 @@ public class HashMap extends AbstractMap
    * Class to represent an entry in the hash table. Holds a single key-value
    * pair. Package visible for use by subclass.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   static class HashEntry extends AbstractMap.BasicMapEntry
   {
index caad3ad16e74ca64d15c8f90af7123936dbbf2d6..4b6d1270406dd6ac58415fc18f833a02c2f4111c 100644 (file)
@@ -1,5 +1,5 @@
 /* HashSet.java -- a class providing a HashMap-backed Set
-   Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -66,7 +66,7 @@ import java.io.Serializable;
  * non-deterministic behavior.
  *
  * @author Jon Zeppieri
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see Set
  * @see TreeSet
index 3f5ae4c18c7f9f9b8da80c706afa9a017e57cdb8..8d6e81fc7ef6bd0f8345a0b2da6d3589439e52db 100644 (file)
@@ -1,6 +1,6 @@
 /* Hashtable.java -- a class providing a basic hashtable data structure,
    mapping Object --> Object
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -91,7 +91,7 @@ import java.io.Serializable;
  * @author Jon Zeppieri
  * @author Warren Levy
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see HashMap
  * @see TreeMap
  * @see IdentityHashMap
index 5b2e9967c707e5a4e0dca994b1b6e98b23feefb1..54f4aca81e2250404e1ea7039a9d329374e672c7 100644 (file)
@@ -1,6 +1,6 @@
 /* IdentityHashMap.java -- a class providing a hashtable data structure,
    mapping Object --> Object, which uses object identity for hashing.
-   Copyright (C) 2001, 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -78,8 +78,8 @@ import java.io.Serializable;
  * iterator, and in the case of the entrySet, the Map.Entry, to
  * fail with a {@link ConcurrentModificationException}.
  *
- * @author Tom Tromey <tromey@redhat.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Tom Tromey (tromey@redhat.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see System#identityHashCode(Object)
  * @see Collection
  * @see Map
@@ -676,8 +676,8 @@ public class IdentityHashMap extends AbstractMap
    * creates the appropriate Map.Entry object with the correct fail-fast
    * semantics and identity comparisons.
    *
-   * @author Tom Tromey <tromey@redhat.com>
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Tom Tromey (tromey@redhat.com)
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private class IdentityIterator implements Iterator
   {
@@ -769,7 +769,7 @@ public class IdentityHashMap extends AbstractMap
    * the general contract of Map.Entry, and is probably unsuitable for
    * comparison to normal maps; but it works among other IdentityHashMaps.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private final class IdentityEntry implements Map.Entry
   {
index 1c55a35e58275df8d33b98444bdbfe49ca45353d..0d8441a172c76efcc65dc7e0c927e93ab369657f 100644 (file)
@@ -1,5 +1,5 @@
 /* Iterator.java -- Interface for iterating over collections
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package java.util;
  * have the remove method and had less conveniently named methods.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see ListIterator
  * @see Enumeration
index 4641e52b64a6f66dc7c22b02b80690070e816833..567602818d39db612c23dba36d2b32fa71886e5e 100644 (file)
@@ -1,6 +1,6 @@
 /* LinkedHashSet.java -- a set backed by a LinkedHashMap, for linked
    list traversal.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -78,7 +78,7 @@ import java.io.Serializable;
  * {@link ConcurrentModificationException} rather than exhibit
  * non-deterministic behavior.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Object#hashCode()
  * @see Collection
  * @see Set
index 4789a387ad536e82f1b9813c6cc7a75572d6d438..b2bfda42e2a28d4c7e73c739339d56389c7ca246 100644 (file)
@@ -1,5 +1,5 @@
 /* LinkedList.java -- Linked list implementation of the List interface
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -63,7 +63,7 @@ import java.lang.reflect.Array;
  *
  * @author Original author unknown
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see List
  * @see ArrayList
  * @see Vector
@@ -750,7 +750,7 @@ public class LinkedList extends AbstractSequentialList
    * position in the list and the two list entries it is between.
    *
    * @author Original author unknown
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private final class LinkedListItr implements ListIterator
   {
index 0f7f409dae6cc9da772046d068b40f89929fd8c9..6d3df8593be454ea063054ccd997de9fa62e023b 100644 (file)
@@ -1,5 +1,5 @@
 /* List.java -- An ordered collection which allows indexed access
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -66,7 +66,7 @@ package java.util;
  * hashCode or equals.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see Set
  * @see ArrayList
index 6d53469ec9902cafe099ed37e493a9ed07a5d2a0..c957e3f217ac5762e79d0a5c8c23f3272425a43f 100644 (file)
@@ -1,5 +1,5 @@
 /* ListIterator.java -- Extended Iterator for iterating over ordered lists
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,7 +51,7 @@ package java.util;
  * or <code>previous</code>.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see List
  * @see Iterator
index b7b32c212f917279c835395311f7c6cac2efcd4f..3c7336eaffde40a9e67e688707b48554b89fcdc9 100644 (file)
@@ -1,5 +1,5 @@
 /* ListResourceBundle -- a resource bundle build around a list
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -72,7 +72,7 @@ package java.util;
 }</pre>
  *
  * @author Jochen Hoenicke
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Locale
  * @see PropertyResourceBundle
  * @since 1.1
index 093e13d215d1a193cdbe7a54fd721e57d8e44808..3298d8ea28c3abf8488e5116701c5402ff51fb2a 100644 (file)
@@ -1,6 +1,6 @@
 /* Map.java: interface Map -- An object that maps keys to values
              interface Map.Entry -- an Entry in a Map
-   Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -68,7 +68,7 @@ package java.util;
  * normally fail with a non-empty argument.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see HashMap
  * @see TreeMap
  * @see Hashtable
@@ -267,7 +267,7 @@ public interface Map
    * for undefined behavior.
    *
    * @author Original author unknown
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    * @see Map
    * @see Map#entrySet()
    * @since 1.2
index 47525e55bfaa3fe1ee4091d13de20b75d2569dba..1bfed6252477cc64e88d001779bfc165b585d3fc 100644 (file)
@@ -1,5 +1,5 @@
 /* MissingResourceException.java -- thrown for a missing resource
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.util;
  * This exception is thrown when a resource is missing.
  *
  * @author Jochen Hoenicke
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see ResourceBundle
  * @since 1.1
  * @status updated to 1.4
index a040e901be7f0d769b31af7270157389d0e75882..d0c53a0a808fd2f1c8c83e6b15a4272f7b310fe7 100644 (file)
@@ -1,5 +1,5 @@
 /* NoSuchElementException.java -- Attempt to access element that does not exist
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,8 +51,8 @@ package java.util;
  * thrown by Vector and Stack when attempting to access the first or last
  * element of an empty collection.
  *
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Enumeration
  * @see Iterator
  * @see ListIterator
index 7616f5160f822906826e1ea3381afb6aca8718cc..4fd9919e4c0e1babe7f17938f11d8002c487f942 100644 (file)
@@ -1,5 +1,5 @@
 /* Observable.java -- an object to be observed
-   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.
 
@@ -47,8 +47,8 @@ package java.util;
  * Note that the <code>notifyObservers()</code> method of this class is
  * unrelated to the <code>notify()</code> of Object.
  *
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Observer
  * @status updated to 1.4
  */
index 884a263888f5cbebf979f0b4b8cd007654076389..88d1e4d80d491ae9707f5444b00fd03ae3dfcc79 100644 (file)
@@ -1,5 +1,5 @@
 /* Observer.java -- an object that will be informed of changes in an Observable
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ package java.util;
  * Interface that is implemented when a class wants to be informed of changes
  * in Observable objects.
  *
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see Observable
  * @status updated to 1.4
  */
index eac90e490fb6bd8d9418c81966177304ff74c6ff..5e351056c7036ab700a131f96c603beffd97b022 100644 (file)
@@ -1,5 +1,5 @@
 /* Properties.java -- a set of persistent properties
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -86,7 +86,7 @@ s16=1,3</pre>
  * a single <code>u</code> for any character which cannot be represented.
  *
  * @author Jochen Hoenicke
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see PropertyResourceBundle
  * @status updated to 1.4
  */
index 5c799238f3f2cffeff675a390abcbfdde42601e6..6a14c9bd740a5725edc62cd9edd6f6f1d3252b3f 100644 (file)
@@ -1,5 +1,5 @@
 /* PropertyPermissionCollection.java -- a collection of PropertyPermissions
-   Copyright (C) 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ import java.security.PermissionCollection;
  * PropertyPermissions, and correctly implements <code>implies</code>. It
  * is synchronized, as specified in the superclass.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @status an undocumented class, but this matches Sun's serialization
  */
 class PropertyPermissionCollection extends PermissionCollection
index 151ceac08aae537755845ed3f7a0106685d3bde6..a38b6a5f48c9a76283e234d098257648dd8de2bb 100644 (file)
@@ -1,6 +1,6 @@
 /* RandomAccess.java -- A tagging interface that lists can use to tailor
    operations to the correct algorithm
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ package java.util;
  * <br>runs faster than this loop:<br>
  * <code>for (Iterator i = list.iterator(); i.hasNext(); ) i.next();</code>
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see List
  * @since 1.4
  * @status updated to 1.4
index eb4df3ef299462ce39636f06615fe66e7239142d..58736d815440bf3e309a4593c454f70964f6ec4f 100644 (file)
@@ -1,5 +1,5 @@
 /* Set.java -- A collection that prohibits duplicates
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ package java.util;
  * allowed to be an element of itself, without risking undefined behavior.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see List
  * @see SortedSet
index 1d2d5a3cc463857c9e9ca69bc8f816ae17ee1003..f19809a5e3d16e978eaf3074001b1874a0f3b315 100644 (file)
@@ -1,5 +1,5 @@
 /* SortedMap.java -- A map that makes guarantees about the order of its keys
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -61,7 +61,7 @@ package java.util;
  * Unfortunately, the Java language does not provide a way to enforce this.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Map
  * @see TreeMap
  * @see SortedSet
index 8cdbe878f636856e69a70286e0cd14fd32c0b00e..17537b70c70e918ac4386a64d24bf5e7057c1f74 100644 (file)
@@ -1,6 +1,6 @@
 /* SortedSet.java -- A set that makes guarantees about the order of its
    elements
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -63,7 +63,7 @@ package java.util;
  * enforce this.
  *
  * @author Original author unknown
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Set
  * @see TreeSet
  * @see SortedMap
index 00e32e5b7104d08dfbd3f1ff787b24ddd5f4abed..e256eb653b370119c7c141e545af9fc02679b5e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Stack.java - Class that provides a Last In First Out (LIFO)
    datatype, known more commonly as a Stack
-   Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,8 +50,8 @@ package java.util;
  * methods for stack manipulation (push, pop, peek). You can also seek for
  * the 1-based position of an element on the stack.
  *
- * @author Warren Levy <warrenl@cygnus.com>
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Warren Levy (warrenl@cygnus.com)
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see List
  * @see AbstractList
  * @see LinkedList
index 472d8951e5d31e5abebdc44f58842be93042d230..90f97dba5161247ac770f723d290e2c7d80d5381 100644 (file)
@@ -1,5 +1,5 @@
 /* StringTokenizer -- breaks a String into tokens
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -54,7 +54,7 @@ package java.util;
  * single character.
  *
  * @author Jochen Hoenicke
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see java.io.StreamTokenizer
  * @status updated to 1.4
  */
index 883bdbc70868b3f0254fee45fe80507fa5eb3502..dfe326b9aae830bf4c8578e42ca2e93b9ac3065d 100644 (file)
@@ -1,6 +1,6 @@
 /* TooManyListenersException.java -- thrown when a unicast event can't accept
    another Listener
-   Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package java.util;
  * single event listener.
  *
  * @author Jochen Hoenicke
- * @author Warren Levy <warrenl@cygnus.com>
+ * @author Warren Levy (warrenl@cygnus.com)
  * @see EventListener
  * @see EventObject
  * @since 1.1
index 440536845d73a4936ae40c54cb2879da94fb6204..fd5c12206ee073abdc2b557260f585eb011a03db 100644 (file)
@@ -1,6 +1,6 @@
 /* TreeMap.java -- a class providing a basic Red-Black Tree data structure,
    mapping Object --> Object
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -78,7 +78,7 @@ import java.io.Serializable;
  *
  * @author Jon Zeppieri
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Map
  * @see HashMap
  * @see Hashtable
@@ -160,7 +160,7 @@ public class TreeMap extends AbstractMap
    * Class to represent an entry in the tree. Holds a single key-value pair,
    * plus pointers to parent and child nodes.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private static final class Node extends AbstractMap.BasicMapEntry
   {
@@ -1382,7 +1382,7 @@ public class TreeMap extends AbstractMap
    * Iterate over TreeMap's entries. This implementation is parameterized
    * to give a sequential view of keys, values, or entries.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private final class TreeIterator implements Iterator
   {
@@ -1490,7 +1490,7 @@ public class TreeMap extends AbstractMap
    * map, and throws {@link IllegalArgumentException} for attempts to
    * access beyond that range.
    *
-   * @author Eric Blake <ebb9@email.byu.edu>
+   * @author Eric Blake (ebb9@email.byu.edu)
    */
   private final class SubMap extends AbstractMap implements SortedMap
   {
index f38357082d3e7b46ef23f61ba788ca84c77c680c..78504c51e8ee074902357ec669c1a415c893419a 100644 (file)
@@ -1,5 +1,5 @@
 /* TreeSet.java -- a class providing a TreeMap-backed SortedSet
-   Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -67,7 +67,7 @@ import java.io.Serializable;
  *
  * @author Jon Zeppieri
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see Set
  * @see HashSet
index 06eab1e900254fe779405ce5728b784d9c829221..13a12b4cc82cfdd866274e8b635f980e867b23e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Vector.java -- Class that provides growable arrays.
-   Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -72,7 +72,7 @@ import java.lang.reflect.Array;
  *
  * @author Scott G. Miller
  * @author Bryce McKinlay
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Collection
  * @see List
  * @see ArrayList
index 6bbc23c0a9ca95cd987bf944dfed68022c5256f9..ae8eb865ae39eabc5bcee13b1120f6639d80584a 100644 (file)
@@ -1,5 +1,5 @@
 /* FileHandler.java -- a class for publishing log messages to log files
-   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.
 
@@ -403,7 +403,7 @@ public class FileHandler
    * the system property <code>"user.home"</code>, <code>"%g"</code>
    * by the value of <code>generation</code>, <code>"%u"</code> by the
    * value of <code>uniqueNumber</code>, and <code>"%%"</code> by a
-   * single percent character.  If <code>pattern<code> does
+   * single percent character.  If <code>pattern</code> does
    * <em>not</em> contain the sequence <code>"%g"</code>,
    * the value of <code>generation</code> will be appended to
    * the result.
index b121437dd93d23cc835b6b037cc4e59881afc1fc..5c3c22bf90664b39e810fcb860a48ded310c1bdb 100644 (file)
@@ -1,5 +1,5 @@
 /* Level.java -- a class for indicating logging levels
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import java.util.ResourceBundle;
  * purposes, however, applications can sub-class Level in order to define
  * custom logging levels.
  *
- * @author Sascha Brawer <brawer@acm.org>
+ * @author Sascha Brawer (brawer@acm.org)
  */
 public class Level implements Serializable
 {
index 2607142d0e877de649006ce00e757553572a7e31..850825155d95a646448b103e69ff435a4c6f3f51 100644 (file)
@@ -1,6 +1,6 @@
 /* BackingStoreException.java - chained exception thrown when backing store
    fails
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,7 +52,7 @@ import java.io.ObjectOutputStream;
  * <p>Note that although this class inherits the Serializable interface, an
  * attempt to serialize will fail with a <code>NotSerializableException</code>.
  *
- * @author Mark Wielaard <mark@klomp.org>
+ * @author Mark Wielaard (mark@klomp.org)
  * @since 1.4
  * @status updated to 1.4
  */
index 05996315261496a3a41febff85cf7de43b0a3f3e..220e1420c523eb16be0881f5d6002a158c51e88d 100644 (file)
@@ -1,6 +1,6 @@
 /* InvalidPreferencesFormatException - indicates reading prefs from stream
    failed
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,8 +49,9 @@ import java.io.ObjectOutputStream;
  *
  * <p>Note that although this class inherits the Serializable interface, an
  * attempt to serialize will fail with a <code>NotSerializableException</code>.
+ * </p>
  *
- * @author Mark Wielaard <mark@klomp.org>
+ * @author Mark Wielaard (mark@klomp.org)
  * @see Preferences
  * @since 1.4
  * @status updated to 1.4
index c0f0231951f2fcc18e987151349c29d1bd9e6d75..4186c805a0ca55d2ad9038d2bf8c94a2b7489c6a 100644 (file)
@@ -1,5 +1,5 @@
 /* Preferences -- Preference node containing key value entries and subnodes
-   Copyright (C) 2001, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -234,7 +234,7 @@ public abstract class Preferences {
      * The package node name of the object is determined by dropping the
      * class name of the object of the fully quallified class name and
      * replacing all '.' to '/' in the package name. If the class of the
-     * object has no package then the package node name is "<unnamed>".
+     * object has no package then the package node name is "&lt;unnamed&gt;".
      * The returened node is <code>systemRoot().node(packageNodeName)</code>.
      *
      * @param o Object whose default system preference node is requested
@@ -253,7 +253,7 @@ public abstract class Preferences {
      * The package node name of the object is determined by dropping the
      * class name of the object of the fully quallified class name and
      * replacing all '.' to '/' in the package name. If the class of the
-     * object has no package then the package node name is "<unnamed>".
+     * object has no package then the package node name is "&lt;unnamed&gt;".
      * The returened node is <code>userRoot().node(packageNodeName)</code>.
      *
      * @param o Object whose default user preference node is requested
index 1c407a682f50e1be57d14a58feb61a251c04e48f..e26cf850cb9e9af374f653d22e38cffc843f93a4 100644 (file)
@@ -1,5 +1,5 @@
 /* Accessible.java -- primary Java accessibility interface
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ package javax.accessibility;
  * for the Accessibility API which must be implemented by all user
  * interface components.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.2
  * @status updated to 1.4
  */
index b05883aa98c4014b175ffe81f6b64bf48ecd7650..b65fb96a4e4850bceb8736d83998af450b5715ee 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleAction.java -- aids in accessibly performing actions
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package javax.accessibility;
  * <p>The <code>AccessibleContext.getAccessibleAction()</code> method should
  * return <code>null</code> if an object does not implement this interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleAction()
index 11b9cb38efa281aecb6d28d26170d3693535b449..de806709615b1413e39948ee7527c30390d0f028 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleBundle.java -- base class for accessibility "enumerations"
-   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.Locale;
  * objects are strongly typed; to make up for the lack of true enums in Java.
  * Display should be locale dependent.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see AccessibleRole
  * @see AccessibleState
  * @since 1.2
index 7634eb5ba933b7555d69351cf8d5fdb9b6e93646..e57d84a2f55b7af5698d95796444475fecfc0d95 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleComponent.java -- aids in accessibly rendering Java components
-   Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -56,7 +56,7 @@ import java.awt.event.FocusListener;
  * should return <code>null</code> if an object does not implement this
  * interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleComponent()
index 18679d4a4f593a5f7dbfb2baee5a1c5bef621efc..582bd28e9262abf9819105d5ef2a4283732d7113 100644 (file)
@@ -55,7 +55,7 @@ import java.util.Locale;
  * <li>{@link AccessibleValue} - the object represents a numerical value</li>
  * </ul>
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.2
  * @status updated to 1.4
  */
index e1ffb617a2ffd84e6883bff0a45ddbb48a2ac192..ae1ef23f8cc0d987c61394443f6dfe9c2f47f33c 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleEditableText.java -- aids in accessibly for editable text
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ import javax.swing.text.AttributeSet;
  * should return <code>null</code> if an object does not implement this
  * interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleText()
index d57de19745f40ae11c493527bd724266b6af40f2..230c73972df7d0fe966bd302b3de17cbf50070a8 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleExtendedComponent.java -- aids in extended component access
-   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 javax.accessibility;
  * <p>The <code>AccessibleContext.getAccessibleComponent()</code> method
  * should return an instance of this interface only when it is supported.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleComponent()
index 627b02428252681c0d7fde6e61393bdc8686778b..f7c237db6b48ba85e24526ac5a9ac3510ffea634 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleExtendedTable.java -- aids in extended table access
-   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 javax.accessibility;
  * <p>The <code>AccessibleContext.getAccessibleTable()</code> method
  * should return an instance of this interface only when it is supported.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleTable()
index 0503f2a14efdf30601f875b5b0dfbc91ad9125cd..663f30af017a314e0436202df92cd1eb87889e46 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleHyperlink.java -- aids in accessibly navigating hypertext
-   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 javax.accessibility;
 /**
  * This object encapsulates actions associated with navigating hypertext.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleText
index ae0d150bd02a10772c2d839b99de2cd520e20675..b10fb9af115ae0f6135445fcec1a0f58f7cd42a3 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleHypertext.java -- aids in accessibly rendering hypertext
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package javax.accessibility;
  * <p>The <code>AccessibleContext.getAccessibleText()</code> method
  * should return an instance of this interface only when it is supported.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleText
index c13b14009b9212879166a9c184ec17c9f93e165d..b1e5dde41f50111cc36c0a283fedd0f3d60fda64 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleIcon.java -- aids in accessibly rendering icons
-   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 javax.accessibility;
  * <p>The <code>AccessibleContext.getAccessibleIcon()</code> method should
  * return <code>null</code> if an object does not implement this interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleIcon()
index 777f8b734d67b645d4cbf49403dcc05de8835416..16d7e36e594f89cb4b85444125b514e3e6cd8bad 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleKeyBinding.java -- aids in using keyboard navigation
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ package javax.accessibility;
  * should return <code>null</code> if an object does not implement this
  * interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleKeyBinding()
index 68f1f646a5994bfe414faaf13ee91a15e2057878..d77a90a3d364035def8076bc27bb084e1de972ad 100644 (file)
@@ -44,7 +44,7 @@ package javax.accessibility;
  * supports localized strings. If the constants of this class are not
  * adequate, new ones may be added in a similar matter.
  * 
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.2
  * @status updated to 1.4
  */
index 27dc58da3c34c6f156135d55950153b353fb5238..767aa0647bb2e075f92ba28130b46bb27d42a3df 100644 (file)
@@ -43,7 +43,7 @@ import java.util.Vector;
  * Describes all relations of an accessible object. For example, an object
  * by labeled by one object and control another.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see AccessibleRelation
  * @since 1.2
  * @status updated to 1.4
index 01c2bcfdf98f66a97caab0235cc3107ca08c4c51..b34dd73b09f7a89dcc50f7136fdfd4728985123a 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleResourceBundle.java -- deprecated class
-   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.ListResourceBundle;
  * This class is deprecated. It once was used for localizing accessibility
  * strings, and was never meant for external use anyway.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see AccessibleBundle.toDisplayString(String, Locale)
  * @since 1.2
  * @deprecated this class is no longer used
index 86bfa6d382dc3b06e58b8b19105c944b13893095..34f75602b146c2ade3af2760a0b66093eacc18fd 100644 (file)
@@ -43,7 +43,7 @@ package javax.accessibility;
  * the constants of this class are not adequate, new ones may be added in a
  * similar matter, while avoiding a public constructor.
  * 
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.2
  * @status updated to 1.4
  */
index d1e8c7c2a4605abdbfb095a4362d34da46e40472..ad52ebc736564ea00740e61bb7e16dbcb110ea85 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleSelection.java -- aids in accessibly selecting components
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package javax.accessibility;
  * <p>The <code>AccessibleContext.getAccessibleSelection()</code> method should
  * return <code>null</code> if an object does not implement this interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleSelection()
index 24005ae9a6e7fa384afc4fc15e884a99f16a4734..74e5d08a0f4d5a61762d2909575931383f1257f0 100644 (file)
@@ -44,7 +44,7 @@ package javax.accessibility;
  * localized strings. If the constants of this class are not adequate, new
  * ones may be added in a similar matter, while avoiding a public constructor.
  * 
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @since 1.2
  * @status updated to 1.4
  */
index e1b112abf793aa33b6f4e506f0cf069a75f084e4..06218f3f95bccd32d58c3f81144ef51286e5cb15 100644 (file)
@@ -43,7 +43,7 @@ import java.util.Vector;
  * Describes all elements of an accessible object's state. For example, an
  * object may be enabled and have focus.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see AccessibleState
  * @since 1.2
  * @status updated to 1.4
index 4fd58c5a23718079436af19aec8de03b654ff4e8..c008f455ed13b27a3a439430e8577c4540b9414a 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleTable.java -- aids in accessibly manipulating tables
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package javax.accessibility;
  * should return <code>null</code> if an object does not implement this
  * interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleTable()
index 9cff7bfa749e1af7953d7a92be0890a99e7ef1a4..0001a612a3322ea685610653a90ad19c238c228e 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleTableModelChange.java -- describes change to an accessible table
-   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 javax.accessibility;
  * the implementations of this interface to update their state after a
  * change to a table.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleTable()
index 7c3d9a9ccd6f3285ca44192123380819dfa7b12d..cffabe4545dbf5ecdc14d6b36a71549e993458e5 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleText.java -- aids in accessibly manipulating text
-   Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -52,7 +52,7 @@ import javax.swing.text.AttributeSet;
  * should return <code>null</code> if an object does not implement this
  * interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleText()
index 69da5c8a4eb32c960a68a64e26fca9ca7c6d257c..a58e9ed1d5779fc013a4d67f6863c9b10c04f3c8 100644 (file)
@@ -1,5 +1,5 @@
 /* AccessibleValue.java -- aids in accessibly controlling values
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,7 +47,7 @@ package javax.accessibility;
  * <p>The <code>AccessibleContext.getAccessibleValue()</code> method should
  * return <code>null</code> if an object does not implement this interface.
  *
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
  * @see Accessible
  * @see AccessibleContext
  * @see AccessibleContext#getAccessibleValue()
index 5b743963a9536c1b315b427296d8ed7d6df556ee..490c8c555c907bbb26f310ad1ddcb4acb3403486 100644 (file)
@@ -1,5 +1,5 @@
 /* IIOException.java --
-   Copyright (C) 2004  Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ import java.io.IOException;
 
 
 /**
- * @author Michael Koch <konqueror@gmx.de>
+ * @author Michael Koch (konqueror@gmx.de)
  */
 public class IIOException extends IOException
 {
index 3d74ae0745d7252ee9458a5217f319a7ffb082ba..7afb7207a791898086c486568708c4e6bdb5a3f1 100644 (file)
@@ -1,5 +1,5 @@
 /* ImageIO.java --
-   Copyright (C) 2004  Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,15 +38,15 @@ exception statement from your version. */
 
 package javax.imageio;
 
-import java.awt.image.RenderedImage;
 import java.awt.image.BufferedImage;
-import java.net.URL;
+import java.awt.image.RenderedImage;
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileOutputStream;
-import java.io.InputStream;
 import java.io.IOException;
+import java.io.InputStream;
 import java.io.OutputStream;
+import java.net.URL;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Iterator;
@@ -55,8 +55,8 @@ import javax.imageio.spi.IIORegistry;
 import javax.imageio.spi.ImageReaderSpi;
 import javax.imageio.spi.ImageWriterSpi;
 import javax.imageio.spi.ServiceRegistry;
-import javax.imageio.stream.ImageOutputStream;
 import javax.imageio.stream.ImageInputStream;
+import javax.imageio.stream.ImageOutputStream;
 import javax.imageio.stream.MemoryCacheImageInputStream;
 import javax.imageio.stream.MemoryCacheImageOutputStream;
 
index bd0a449331cd1d77d6fb757a14dd50a2ee5bea4b..a0d8b79bc54efa788b2b1893907f8b5f956a28bd 100644 (file)
@@ -1,5 +1,5 @@
 /* IIOServiceProvider.java -- General service provider for image I/O.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ import java.util.Locale;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public abstract class IIOServiceProvider
   implements RegisterableService
index 6e33d1d392c474cfcbe75e448b90b9adf62e7b7f..8679ed1f4d7cf5788ae3f872863df98e265e147b 100644 (file)
@@ -1,5 +1,5 @@
 /* ImageInputStreamSpi.java -- Service provider for image input streams.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ import javax.imageio.stream.ImageInputStream;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public abstract class ImageInputStreamSpi
   extends IIOServiceProvider
index 935aa7c679908c2222a4e7ac493b3175d5456029..43781aa11126d97f1c3b444abc747e5a98138752 100644 (file)
@@ -1,5 +1,5 @@
 /* ImageOutputStreamSpi.java -- Service provider for image output streams.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ import javax.imageio.stream.ImageOutputStream;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public abstract class ImageOutputStreamSpi
   extends IIOServiceProvider
index 74dbb3859bba9eda27c3aa057f82d02df85ed439..9821adf88af81959d1f33aef05ea7fc2af01d066 100644 (file)
@@ -1,5 +1,5 @@
 /* ImageReaderWriterSpi.java -- Superclass for image reader and writer spis.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package javax.imageio.spi;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public abstract class ImageReaderWriterSpi
   extends IIOServiceProvider
index 85ca77d463986374e9736aecc7d5dc59f43b0d76..d3a4d89b08e1ae6d19b07cef784479060aa1ad94 100644 (file)
@@ -1,5 +1,5 @@
 /* ImageTranscoderSpi.java -- Factory for image metadata transcoders.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import javax.imageio.ImageTranscoder;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public abstract class ImageTranscoderSpi
   extends IIOServiceProvider
index 40cb05f81acf5cde08e04c5ff4a86d25467f01e8..2afee80ab304c87d8b68095be010a05cfde5ac26 100644 (file)
@@ -1,5 +1,5 @@
 /* RegisterableService.java -- An interface for service providers.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ package javax.imageio.spi;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public interface RegisterableService
 {
index 3d7134ed53fb1b5461ecb10ffc86fbc5e8c58b5b..a08ea69e8ee9f047e2bcd0ec3719ea617ff95146 100644 (file)
@@ -1,5 +1,5 @@
 /* ServiceRegistry.java -- A simple registry for service providers.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -57,8 +57,8 @@ import java.util.Set;
  *
  * @since 1.4
  *
- * @author <a href="mailto:konqueror@gmx.de">Michael Koch</a>
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Michael Koch (konqueror@gmx.de)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public class ServiceRegistry
 {
@@ -941,8 +941,8 @@ public class ServiceRegistry
    *
    * @since 1.4
    *
-   * @author <a href="mailto:konqueror@gmx.de">Michael Koch</a>
-   * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+   * @author Michael Koch (konqueror@gmx.de)
+   * @author Sascha Brawer (brawer@dandelis.ch)
    */
   public static interface Filter
   {
index c9e230f5f792280991e3267d5974c5ef8c4c9098..e303255b3d33f4152c187edd15335bc33ff73926 100644 (file)
@@ -1,5 +1,5 @@
 /* IIOByteBuffer.java
-   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 javax.imageio.stream;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public class IIOByteBuffer
 {
index 39296a711c62766449af52893abd07f1bc6c42cf..c75939e941820533365209b339d48ae7ed25d0f4 100644 (file)
@@ -1,5 +1,5 @@
 /* ImageInputStream.java
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ import java.nio.ByteOrder;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public interface ImageInputStream
   extends DataInput
index f53feab717c84e0ed2d85c4796e6d33d0fe19628..b00b37ff9b707b72d2cfc00c048003e47f099468 100644 (file)
@@ -1,5 +1,5 @@
 /* ImageOutputStream.java
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import java.io.IOException;
  *
  * @since 1.4
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public interface ImageOutputStream
   extends ImageInputStream, DataOutput
index 45f0d13ea5fb969bcfb53b84517c5a2dab369d6f..066d84ecd5e53cf47c092f49cf7b369e87773349 100644 (file)
@@ -1,5 +1,5 @@
 /* Binding.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.naming;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date May 16, 2001
  */
 public class Binding extends NameClassPair
index 0fe382b73aa491156774620057ba6779b2467661..db457729c8d02584601f371612dcf77571cbf021 100644 (file)
@@ -1,5 +1,5 @@
 /* CannotProceedException.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming;
 import java.util.Hashtable;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 14, 2001
  */
 
index e3559a911cf66b721e025d004e4b9c5a809099e4..cd77723ea1f7e404171f733812e011d6b1697eea 100644 (file)
@@ -1,5 +1,5 @@
 /* CompositeName.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ import java.util.NoSuchElementException;
 import java.util.Vector;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date May 16, 2001
  *
  * FIXME: must write readObject and writeObject to conform to
index 17f2aab7ea73b71ee222190d3b56ad5fc14dd5c8..2299715877e335fcb2aa2b3ec9e21e0435797d98 100644 (file)
@@ -1,5 +1,5 @@
 /* CompoundName.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ import java.util.Properties;
 import java.util.Vector;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date May 16, 2001
  *
  * FIXME: must write readObject and writeObject to conform to
index 2b0524d91ebad1ccf505e3b3e3c0a7e2b75ac3b1..29179ff52264e028cd2331b3ba1c581d21060411 100644 (file)
@@ -1,5 +1,5 @@
 /* LinkException.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.naming;
 
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 14, 2001
  */
 
index 53597d38fc7995a2ac016e43d5b17cb6bdba1278..313574f1685b8c7fe32803b62b01a550301ffff1 100644 (file)
@@ -1,5 +1,5 @@
 /* LinkRef.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.naming;
 
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date May 16, 2001
  */
 public class LinkRef extends Reference
index 2f1155986414917327206fc6562e67492b2861f3..bc90f224e259f92b8c608d468495b9273f29200a 100644 (file)
@@ -1,5 +1,5 @@
 /* NameClassPair.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming;
 import java.io.Serializable;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date May 16, 2001
  */
 public class NameClassPair implements Serializable
index 7309ebd293f66b50a1f6379f33a765376a9dca2a..4b06f4ab910827c6d282b0b648aea632ef23a924 100644 (file)
@@ -1,5 +1,5 @@
 /* Reference.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ import java.util.Enumeration;
 import java.util.Vector;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date May 16, 2001
  */
 public class Reference implements Cloneable, Serializable
index 63e83030cd55ca0366c680d85d1e81ee43b88fd3..430a38d4da5b70e9b577cdf9bd4ab587e3ebb57b 100644 (file)
@@ -1,5 +1,5 @@
 /* ReferralException.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming;
 import java.util.Hashtable;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 14, 2001
  */
 
index f812f1662844deb83bd21982a3af584b027a63b4..e46a563b806c573dd86f9e1e8caa396e23e06c5d 100644 (file)
@@ -1,5 +1,5 @@
 /* Attribute.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ import javax.naming.NamingEnumeration;
 import javax.naming.NamingException;
 
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 14, 2001
  */
 public interface Attribute extends Cloneable, Serializable
index 0012458007bb229c818e99bbc90dc1fadb3b1713..a1bffba76d3be0f6328dd050ce26218d1c183508 100644 (file)
@@ -1,5 +1,5 @@
 /* AttributeModificationException.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.directory;
 import javax.naming.NamingException;
 
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 14, 2001
  */
 
index b0ee5cdc45ebcbfb2753562d2c4771daaa6cea7e..34bb8c09940450c4c86a0f93a6f954d5c698420a 100644 (file)
@@ -1,5 +1,5 @@
 /* Attributes.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ import java.io.Serializable;
 import javax.naming.NamingEnumeration;
 
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 14, 2001
  */
 
index c7c821683e554b49bdab4ccdec36dbfc801af904..a42908b80116978aeffce2fcc67eac44c26c8d42 100644 (file)
@@ -1,5 +1,5 @@
 /* DirContext.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ import javax.naming.NamingEnumeration;
 import javax.naming.NamingException;
 
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 13, 2001
  */
 
index 6b9127df8f085d87fde8fdba0f5fed7c4e35b060..e5530aa1147bd527c19037602b2cbe41eb57fd28 100644 (file)
@@ -1,5 +1,5 @@
 /* ModificationItem.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.directory;
 import java.io.Serializable;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 13, 2001
  */
 
index 0bccb357f946efede0bb776f66e812ec0aad881b..5e630807a639bf09eee4ae2fa22b9277776b7efd 100644 (file)
@@ -1,5 +1,5 @@
 /* SearchControls.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.directory;
 import java.io.Serializable;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 5, 2001
  */
 
index eb4c182e21aec2f0a63a782368b9633e0f37e939..793a28d47d619a1208b14abde6790456b53657dd 100644 (file)
@@ -1,5 +1,5 @@
 /* SearchResult.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.directory;
 import javax.naming.Binding;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 13, 2001
  */
 
index 81626e1c853e61e57ae49887115d3dce616e2cb6..365d73a0624059b14dd496c652ae6c790ff93f70 100644 (file)
@@ -1,5 +1,5 @@
 /* EventContext.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ import javax.naming.Name;
 import javax.naming.NamingException;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 5d89e6b8bb256f740b44ecee93b394661862bcb6..288ecb171ac53b975b0e01fd2e1d16d7fe54f482 100644 (file)
@@ -1,5 +1,5 @@
 /* EventDirContext.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,7 +44,7 @@ import javax.naming.directory.SearchControls;
 
 
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 public interface EventDirContext extends EventContext, DirContext
index f9163b8fa5952bd576db77ab67c68910b29628d0..7952d7193db45c3600e25941841cfa1ee573d3b7 100644 (file)
@@ -1,5 +1,5 @@
 /* NamespaceChangeListener.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.naming.event;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 17b71d9296364c82824d476afea3167354f7af0d..8fb4255a689083e906e0243d7f345bc0f2e6621f 100644 (file)
@@ -1,5 +1,5 @@
 /* NamingExceptionEvent.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -43,7 +43,7 @@ import java.util.EventObject;
 import javax.naming.NamingException;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 5, 2001
  */
 
index d75dd5b93167e6ce5b8ffe1098225e2611226121..bc820dcb094d3ae468a3aa48551ae830750cee19 100644 (file)
@@ -1,5 +1,5 @@
 /* NamingListener.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.event;
 import java.util.EventListener;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index cda1052a70a2baa24835ad0670d4164d006a5b5e..0a2b19d1a03e4079132c0370a0cd29909ddc5d3b 100644 (file)
@@ -1,5 +1,5 @@
 /* ObjectChangeListener.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.naming.event;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 20ccafebe5e592844a653fcbf60f56403767fc96..03de2159ba94edf62943bc0c8b77dbaa62c8c2fd 100644 (file)
@@ -1,5 +1,5 @@
 /* Control.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.ldap;
 import java.io.Serializable;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 4815ad9ab22c057dbe3fe44310c0582726086d56..66251284812fdb6ac3d1090badd2cb4c5f4af941 100644 (file)
@@ -1,5 +1,5 @@
 /* ExtendedResponse.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.ldap;
 import java.io.Serializable;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 079afa3a95f3437cd20cfd131a6fd327b0096ebe..6153e5451c62297dc7dd1bb4334b1a651a8d9da7 100644 (file)
@@ -1,5 +1,5 @@
 /* HasControls.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.ldap;
 import javax.naming.NamingException;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index db7bf254a71e79e76ae44ede3efa465ffbb102b4..7f554a618451b18d1d2aebf660fff6f538c283b7 100644 (file)
@@ -1,5 +1,5 @@
 /* LdapContext.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import javax.naming.NamingException;
 import javax.naming.directory.DirContext;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 6c37eb807b5684b6c1dcd083305ef4e001d99800..5a97227b1e95756f13152e6da046f0cc9b1d4708 100644 (file)
@@ -1,5 +1,5 @@
 /* UnsolicitedNotification.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.ldap;
 import javax.naming.NamingException;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 4d5161c3093cd8649cc113bf016f5645758e7af5..bade7e1c39c5da9409a668d5cbaa0d2911eacaae 100644 (file)
@@ -1,5 +1,5 @@
 /* UnsolicitedNotificationEvent.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.ldap;
 import java.util.EventObject;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 5, 2001
  */
 public class UnsolicitedNotificationEvent extends EventObject
index d540d9675db1795dcca4445176674e63b9ad91f6..e5b15c566c66662c47d1b75aca29892a6ac7ec22 100644 (file)
@@ -1,5 +1,5 @@
 /* UnsolicitedNotificationListener.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,7 +41,7 @@ package javax.naming.ldap;
 import javax.naming.event.NamingListener;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index c43a28d2dfe28ab8dd3ffc566cf7b5dd45ad5c9b..a98b05df803495dbbe5eb0796865c542c92bcd89 100644 (file)
@@ -1,5 +1,5 @@
 /* DirectoryManager.java --
-   Copyright (C) 2000, 2001, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -54,7 +54,7 @@ import javax.naming.directory.Attributes;
 import javax.naming.directory.DirContext;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date June 25, 2001
  */
 public class DirectoryManager extends NamingManager
index 25dd8494e70a0016170fc80587508f3c8dcd30dc..d9c637629a67c5a6b0a55dd3d2bb52b1045b39e9 100644 (file)
@@ -1,5 +1,5 @@
 /* ResolveResult.java --
-   Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,7 +45,7 @@ import javax.naming.InvalidNameException;
 import javax.naming.Name;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 5, 2001
  */
 
index 68ec5d69233a9a2d1c62a0192cb42a839dfc86be..0f7f3868e5597f60f71e0fff5dea3bc9f8594038 100644 (file)
@@ -1,5 +1,5 @@
 /* Resolver.java --
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import javax.naming.Name;
 import javax.naming.NamingException;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date June 1, 2001
  */
 
index 655ad3348ba86918ed38ad94655c981ec89c38b5..71932cb0f1339293c04cc2b86181f59492f56607 100644 (file)
@@ -59,7 +59,6 @@ package javax.security.auth.callback;
  * @see PasswordCallback
  * @see TextInputCallback
  * @see TextOutputCallback
- * @version $Revision: 1.1 $
  */
 public interface Callback {
 }
index 289999c5ee18bf90ee4719f04ca6a297ebd790cb..ed1195a89e3d38d815c0848715f69950e45d862a 100644 (file)
@@ -80,7 +80,6 @@ import java.io.IOException;
  * <p>All default handler implementations must provide a public zero-argument
  * constructor.</p>
  *
- * @version $Revision: 1.1 $
  */
 public interface CallbackHandler
 {
index 44b5ffcba5e7c866f9724fe9fe008c865f45bff3..8fd038edf707dcb70d55fff78de5cd3a7fb162cb 100644 (file)
@@ -47,7 +47,6 @@ import java.io.Serializable;
  * selected choice(s).
  *
  * @see CallbackHandler
- * @version $Revision: 1.1 $
  */
 public class ChoiceCallback implements Callback, Serializable
 {
index 8abd393f52c85274d9bc48b671fa8a3b3babb276..aa912189fb2bdb8f6f4479e9b1293ed5cfb76387 100644 (file)
@@ -47,7 +47,6 @@ import java.io.Serializable;
  * similar confirmations.
  *
  * @see CallbackHandler
- * @version $Revision: 1.1 $
  */
 public class ConfirmationCallback implements Callback, Serializable
 {
@@ -254,7 +253,7 @@ public class ConfirmationCallback implements Callback, Serializable
    * NO, CANCEL or OK).
    * @throws IllegalArgumentException if <code>prompt</code> is <code>null</code>,
    * if <code>prompt</code> has a length of <code>0</code>, if
-   * <code>messageType</code> is not either <ode>INFORMATION</code>,
+   * <code>messageType</code> is not either <code>INFORMATION</code>,
    * <code>WARNING</code>, or <code>ERROR</code>, if <code>optionType</code> is
    * not either <code>YES_NO_OPTION</code>, <code>YES_NO_CANCEL_OPTION</code>,
    * or <code>OK_CANCEL_OPTION</code>, or if <code>defaultOption</code> does
@@ -289,7 +288,7 @@ public class ConfirmationCallback implements Callback, Serializable
    * <code>options</code> array.
    * @throws IllegalArgumentException if <code>prompt</code> is <code>null</code>,
    * if <code>prompt</code> has a length of <code>0</code>, if
-   * <code>messageType</code> is not either <ode>INFORMATION</code>,
+   * <code>messageType</code> is not either <code>INFORMATION</code>,
    * <code>WARNING</code>, or <code>ERROR</code>, if <code>options</code> is
    * <code>null</code>, if <code>options</code> has a length of <code>0</code>,
    * if any element from <code>options</code> is <code>null</code>, if any
index 71910632b48a4e2a755324607bfdbbe57a3194c1..b53149adcb38c674466ae16df8598937d5242bad 100644 (file)
@@ -47,7 +47,6 @@ import java.util.Locale;
  * the {@link Locale} used for localizing text.
  *
  * @see CallbackHandler
- * @version $Revision: 1.1 $
  */
 public class LanguageCallback implements Callback, Serializable
 {
index c98edfdbea9bca00c8b6bc7b735aa3f4fdfd382a..094349e19a071bac60ea3b2b49df774e4b6caae0 100644 (file)
@@ -46,7 +46,6 @@ import java.io.Serializable;
  * name information.
  *
  * @see CallbackHandler
- * @version $Revision: 1.1 $
  */
 public class NameCallback implements Callback, Serializable
 {
index 5620bc5cd79d58da9cc7fb6501b25565673d39f1..7e5f9cb7cab91c6a1cdcbe3426a1fd8b53346c27 100644 (file)
@@ -46,7 +46,6 @@ import java.io.Serializable;
  * password information.
  *
  * @see CallbackHandler,
- * @version $Revision: 1.1 $
  */
 public class PasswordCallback implements Callback, Serializable
 {
index 55c1aa2534d57fafea86db7fd5860c0d81825d32..01b544cb24be26b17f1229246ef74d10905e1a03 100644 (file)
@@ -46,7 +46,6 @@ import java.io.Serializable;
  * generic text information.
  *
  * @see CallbackHandler
- * @version $Revision: 1.1 $
  */
 public class TextInputCallback implements Callback, Serializable
 {
index 380a5ef60f07f660d9568efeef2847cd6bcc6ea7..47202bcaa724b04ff2185ceb704a195a0810ec9d 100644 (file)
@@ -47,7 +47,6 @@ import java.io.Serializable;
  * error messages.</p>
  *
  * @see CallbackHandler
- * @version $Revision: 1.2 $
  */
 public class TextOutputCallback implements Callback, Serializable
 {
index 215942c40b59dd325ae06c5b08fa626e35450c20..167a5e23671a0f7925868774048960dc425f2267 100644 (file)
@@ -42,7 +42,6 @@ package javax.security.auth.callback;
  * Signals that a {@link CallbackHandler} does not recognize a particular
  * {@link Callback}.
  *
- * @version $Revision: 1.1 $
  */
 public class UnsupportedCallbackException extends Exception
 {
index 334aac602ba8262aa1652bcddb5e74a97e857338..257198b0e458dbb57efb704d2e194aea36aea3e3 100644 (file)
@@ -1,5 +1,5 @@
 /* Sasl.java -- 
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -221,7 +221,7 @@ public class Sasl
    * breaking into future sessions. The property contains <code>"true"</code>
    * if mechanisms that implement forward secrecy between sessions are
    * required; <code>"false"</code> if such mechanisms are not required. The
-   * default is <code>"false"</code>.</p>
+   * default is <code>"false"</code>.
    *
    * <p>The value of this constant is <code>"javax.security.sasl.policy.forward"</code>.
    * </p>
@@ -233,7 +233,6 @@ public class Sasl
    * credentials are required. The property contains <code>"true"</code> if
    * mechanisms that pass client credentials are required; <code>"false"</code>
    * if such mechanisms are not required. The default is <code>"false"</code>.
-   * </p>
    *
    * <p>The value of this constant is <code>"javax.security.sasl.policy.credentials"</code>.
    * </p>
@@ -280,7 +279,7 @@ public class Sasl
   // -------------------------------------------------------------------------
 
   /**
-   * <p>Creates a {@link SaslClient} for the specified mechanism.</p>
+   * Creates a {@link SaslClient} for the specified mechanism.
    *
    * <p>This method uses the JCA Security Provider Framework, described in the
    * "Java Cryptography Architecture API Specification &amp; Reference", for
@@ -490,7 +489,7 @@ public class Sasl
   }
 
   /**
-   * <p>Creates a {@link SaslServer} for the specified mechanism.</p>
+   * Creates a {@link SaslServer} for the specified mechanism.
    *
    * <p>This method uses the JCA Security Provider Framework, described in the
    * "Java Cryptography Architecture API Specification &amp; Reference", for
@@ -521,7 +520,7 @@ public class Sasl
    *
    * <pre>
    *    SaslServerFactory.DIGEST-MD5     com.wiz.sasl.digest.ServerFactory
-   * </pre></p>
+   * </pre>
    *
    * <p>See the "Java Cryptography Architecture API Specification &amp;
    * Reference" for information about how to install and configure security
index 1299634d8b5f300e12faf2e4858d488674c72e4b..d2f279190faf0c9424e3b5599479e8ec00b89b4f 100644 (file)
@@ -48,8 +48,8 @@ import javax.security.auth.callback.CallbackHandler;
  * simultaneous requests. It must also have a public constructor that accepts
  * no arguments.</p>
  *
- * This interface is not normally accessed directly by a server, which will use
- * the {@link Sasl} static methods to create a {@link SaslServer} instance
+ * <p>This interface is not normally accessed directly by a server, which will
+ * use the {@link Sasl} static methods to create a {@link SaslServer} instance
  * instead. However, a particular environment may provide and install a new or
  * different <code>SaslServerFactory</code>.</p>
  *
index 65bd30c84e1ff742764763349166c5e791165540..9c1962379a83e3f15e104050112388a188b1b429 100644 (file)
@@ -1,6 +1,6 @@
 /* DefaultBoundedRangeModel.java -- Default implementation
    of BoundedRangeModel.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,8 +49,8 @@ import javax.swing.event.EventListenerList;
 /**
  * A default implementation of <code>BoundedRangeModel</code>.
  *
- * @author <a href="mailto:aselkirk@sympatico.ca">Andrew Selkirk</a>
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public class DefaultBoundedRangeModel
   implements BoundedRangeModel, Serializable
index 8f2bc9502f9fa8bcb975d6c3c9342fcceca86c62..ad7603cf76ae606492b92869322432f61840d91d 100644 (file)
@@ -1303,7 +1303,7 @@ public abstract class JComponent extends Container implements Serializable
   }
 
   /**
-   * Return <code>true<code> if you wish this component to manage its own
+   * Return <code>true</code> if you wish this component to manage its own
    * focus. In particular: if you want this component to be sent
    * <code>TAB</code> and <code>SHIFT+TAB</code> key events, and to not
    * have its children considered as focus transfer targets. If
index f26fa8a0b2c7c27a4e29f1d552e1390eda382050..adb72892450da13dea2163ef22cc463de62016d0 100644 (file)
@@ -1297,7 +1297,7 @@ public class JList extends JComponent implements Accessible, Scrollable
    * Returns the layout orientation.
    *
    * @return the orientation, one of <code>JList.VERTICAL</code>,
-   * </code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code>
+   * <code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code>
    *
    * @since 1.4
    */
@@ -1310,7 +1310,7 @@ public class JList extends JComponent implements Accessible, Scrollable
    * Sets the layout orientation.
    *
    * @param orientation the orientation to set, one of <code>JList.VERTICAL</code>,
-   * </code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code>
+   * <code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code>
    *
    * @since 1.4
    */
index cf9334904d5e15b2cde9a3b6d15a809f75404716..105f7c49073b2c92d7b7a58ba2a8c4b2b8f0975a 100644 (file)
@@ -60,7 +60,7 @@ import javax.swing.plaf.ProgressBarUI;
  * </p>
  * 
  * <table>
- * <tr><th> Property         </td><th> Stored in   </td><th> Bound? </td></tr>
+ * <tr><th> Property         </th><th> Stored in   </th><th> Bound? </th></tr>
  * <tr><td> borderPainted    </td><td> progressBar </td><td> yes    </td></tr>
  * <tr><td> changeListeners  </td><td> progressBar </td><td> no     </td></tr>
  * <tr><td> indeterminate    </td><td> progressBar </td><td> yes    </td></tr> 
index fc06d15a114707e2f1a884147b0aea2efbec4afe..da8c8395a24e015400dde562789f47dc8c137bb6 100644 (file)
@@ -1,5 +1,5 @@
 /* JRadioButton.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.
 
@@ -59,9 +59,9 @@ import javax.swing.plaf.ButtonUI;
  * within the same panel, possibly with an appropriate border to denote
  * the connection between the components.
  *
- * @author Michael Koch  <konqueror@gmx.de>
- * @author Graydon Hoare  <graydon@redhat.com>
- * @author Andrew John Hughes  <gnu_andrew@member.fsf.org>
+ * @author Michael Koch  (konqueror@gmx.de)
+ * @author Graydon Hoare  (graydon@redhat.com)
+ * @author Andrew John Hughes  (gnu_andrew@member.fsf.org)
  * @see JToggleButton
  * @see ButtonGroup
  * @since 1.2
index 2561775286b90a714377355ae0f0f47b4a4ada79..3510e6dead69b0eedda705544dea2f144189dc4c 100644 (file)
@@ -1,5 +1,5 @@
 /* JTextArea.java -- 
-   Copyright (C) 2004  Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -74,8 +74,8 @@ import javax.swing.text.PlainDocument;
  * are used in calculating the preferred size of the scroll pane's
  * view port.
  *
- * @author Michael Koch  <konqueror@gmx.de>
- * @author Andrew John Hughes  <gnu_andrew@member.fsf.org>
+ * @author Michael Koch  (konqueror@gmx.de)
+ * @author Andrew John Hughes  (gnu_andrew@member.fsf.org)
  * @see java.awt.TextArea
  * @see javax.swing.JTextComponent
  * @see javax.swing.JTextField
index d87655bc3fa7ba840bcd8cbbf0d3137ce43b49cc..e7c65d924eb1fbdd06e8fa2bd83068723bc5df43 100644 (file)
@@ -47,7 +47,6 @@ import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 
 import javax.accessibility.AccessibleStateSet;
-import javax.swing.Action;
 import javax.swing.text.Document;
 import javax.swing.text.JTextComponent;
 import javax.swing.text.PlainDocument;
index 8a38d48d3aa58849dfbd11dd4c18c390edd0e1d5..41eab07b53c4a6fe85020e1105eb83363e1327b3 100644 (file)
@@ -1,5 +1,5 @@
 /* JToggleButton.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.
 
@@ -53,16 +53,15 @@ import javax.swing.plaf.ButtonUI;
  * for the implementations of radio buttons (<code>JRadioButton</code>)
  * and check boxes (<code>JCheckBox</code>).
  *
- * @author Michael Koch  <konqueror@gmx.de>
- * @author Graydon Hoare  <graydon@redhat.com>
- * @author Andrew John Hughes  <gnu_andrew@member.fsf.org>
+ * @author Michael Koch  (konqueror@gmx.de)
+ * @author Graydon Hoare  (graydon@redhat.com)
+ * @author Andrew John Hughes  (gnu_andrew@member.fsf.org)
  * @see JRadioButton
  * @see JCheckBox
  * @since 1.2
  */
 public class JToggleButton extends AbstractButton implements Accessible
 {
-  
   /**
    * This class provides accessibility support for the toggle button.
    */
index 353547ca4dbfeb2ed8ad5f8e0b64fd5ef7e441cd..170fd3014b2fc937a0e9939ba05cd881d5dd6c07 100644 (file)
@@ -1,5 +1,5 @@
 /* JTree.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.
 
@@ -570,7 +570,7 @@ public class JTree extends JComponent
   }
 
   /**
-   * Sets the model to use in <code>JTree</object>.
+   * Sets the model to use in <code>JTree</code>.
    *
    * @param model the <code>TreeModel</code> to use
    */
index 4da26146906630b37a4310812f08a6a02cfe189f..9b2667182f2e8b94289c30a41f072a87ad390dc6 100644 (file)
@@ -1,5 +1,5 @@
 /* SpinnerListModel.java -- A spinner model backed by a list or an array.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -59,7 +59,7 @@ import java.util.List;
  * is changed via <code>setList()</code> or when the current value is
  * set directly using <code>setValue()</code>.
  *
- * @author Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
  * @see SpinnerModel
  * @see AbstractSpinnerModel
  * @see JSpinner
index e7294afcef4ae4de0cba7e6c8db705572adff0d4..226cac179169ed17f66ece6df921484ba4d50e58 100644 (file)
@@ -1,5 +1,5 @@
 /* EventListenerList.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.
 
@@ -84,8 +84,8 @@ import java.util.EventListener;
  *   }
  * }</pre></blockquote>
  *
- * @author <a href="mailto:aselkirk@sympatico.ca">Andrew Selkirk</a>
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public class EventListenerList
   implements Serializable
index dee496d6b4001b5efb1f7faead5c6f4407bb440d..2a05e95306b256334a2d30af8e43a78c5424dbe4 100644 (file)
@@ -1,5 +1,5 @@
 /* JTextComponent.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.
 
@@ -302,7 +302,7 @@ public abstract class JTextComponent extends JComponent
    * report</a>, a pair of private classes wraps a {@link
    * javax.swing.text.Keymap} in the new {@link InputMap} / {@link
    * ActionMap} interfaces, such that old Keymap-using code can make use of
-   * the new framework.</p>
+   * the new framework.
    *
    * <p>A little bit of experimentation with these classes reveals the following
    * structure:
@@ -843,7 +843,7 @@ public abstract class JTextComponent extends JComponent
    * <code>b</code>, if there exists a provided action <code>a</code> such
    * that <code>a.getValue(Action.NAME) == b.ActionName</code> then an
    * entry is added to the Keymap mapping <code>b</code> to
-   * </code>a</code>.
+   * <code>a</code>.
    *
    * @param map The Keymap to add new mappings to
    * @param bindings The set of bindings to add to the Keymap
@@ -943,7 +943,7 @@ public abstract class JTextComponent extends JComponent
   }
 
   /**
-   * Get the <code>AccessibleContext<code> of this object.
+   * Get the <code>AccessibleContext</code> of this object.
    *
    * @return an <code>AccessibleContext</code> object
    */
index f470dddf241d828f9f62fbd3a73190b1da373050..c984bd892ee093de2a7c0f8ad53f881af869fb3c 100644 (file)
@@ -39,13 +39,13 @@ exception statement from your version. */
 package javax.swing.text;
 
 import java.io.Serializable;
-import java.util.Vector;
 import java.util.Iterator;
+import java.util.Vector;
 
-import javax.swing.undo.UndoableEdit;
 import javax.swing.undo.AbstractUndoableEdit;
-import javax.swing.undo.CannotUndoException;
 import javax.swing.undo.CannotRedoException;
+import javax.swing.undo.CannotUndoException;
+import javax.swing.undo.UndoableEdit;
 
 /**
  * An implementation of the <code>AbstractDocument.Content</code>
index 6d2b54680a0bfe5d5943b384d383fcfa4c710c64..c55f48e0a5f5dd3eaaf5750d75cbb9fc5a461f91 100644 (file)
@@ -1,5 +1,5 @@
 /* Utilities.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 @@ import java.awt.Graphics;
  * A set of utilities to deal with text. This is used by several other classes
  * inside this package.
  *
- * @author Roman Kennke <roman@ontographics.com>
+ * @author Roman Kennke (roman@ontographics.com)
  */
 public class Utilities
 {
index c1b7cb88ffafec670ee3d858f95b1348daf9e388..fcdcf34ec0f528145540ed0fd8c97f24a5d77704 100644 (file)
@@ -1,5 +1,5 @@
 /* AbstractTableModel.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.
 
@@ -81,7 +81,7 @@ import javax.swing.event.UndoableEditListener;
  * {@link javax.swing.event.UndoableEvent} sources do not need to
  * broadcast their events from inside the Swing worker thread.
  *
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public class UndoManager
   extends CompoundEdit
index 8b4cef77588d3a926ee4001de8b50d2ff296a429..80234aa8a758311361df2125216f5ab9b4294c08 100644 (file)
@@ -1,5 +1,5 @@
 /* UndoableEditSupport.java --
-   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.
 
@@ -48,8 +48,8 @@ import javax.swing.event.UndoableEditListener;
  * A helper class for supporting {@link
  * javax.swing.event.UndoableEditListener}.
  *
- * @author <a href="mailto:aselkirk@sympatico.ca">Andrew Selkirk</a>
- * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
 public class UndoableEditSupport
 {
index e1ef8e2def2dd1e7fcce1271ba4c7f18a214e69f..15d3091f2206b30aa4f8732b62b33bc9cf0262f9 100644 (file)
@@ -1,5 +1,5 @@
 /* HeuristicCommitException.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 68986b60672a92636829a9e027d54bac32b921f2..8ac7ecd7d83122557bce05e1bc209721e98db6c9 100644 (file)
@@ -1,5 +1,5 @@
 /* HeuristicMixedException.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 72ac3b4d4d5745075a7b48c636d11d8759cda18a..e3f77c412eb31c90210cc77259366fc77abe3bee 100644 (file)
@@ -1,5 +1,5 @@
 /* HeuristicRollbackException.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 0c47912be4690743fdc5c8c63f504cf1a80a408d..bcc31eb295dd6dfc820071199ff248009357da3b 100644 (file)
@@ -1,5 +1,5 @@
 /* InvalidTransactionException.java --
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.transaction;
 import java.rmi.RemoteException;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date April 18, 2001
  */
 
index b239574fcb46262722b504327293e09a74c91346..16462beb1b5fef28278e4cdaf1c9f7bb83f73523 100644 (file)
@@ -1,5 +1,5 @@
 /* NotSupportedException.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index c8706f5bb866450a16f1de2ecccb23e044ccf51a..2f0ad46c8f9fccdf383fa55c5c414c2fd260fde5 100644 (file)
@@ -1,5 +1,5 @@
 /* RollbackException.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 7b3c4aea94650fc8e4a1a726a1d550937287d3e2..3f47b5227cff199f06c8d0a15af264da0e666d46 100644 (file)
@@ -1,5 +1,5 @@
 /* Status.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index e8d8eb917f85c3d18105a02beacf06d7d7c4ea4c..7cd02489fe5f7f5b1ef52088b734398f7cf8946c 100644 (file)
@@ -1,5 +1,5 @@
 /* Synchronization.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index ed9c9e4f273155d60a7c27f836b1658af23b9a72..e2339938b7af2771e3de20d9b329f481298f197d 100644 (file)
@@ -1,5 +1,5 @@
 /* SystemException.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 55303b7c7821908b35477cdf61927638d5d254cc..0c0910c172ae26653016696062a1a61c5032073f 100644 (file)
@@ -1,5 +1,5 @@
 /* Transaction.java -- 
-   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 javax.transaction;
 import javax.transaction.xa.XAResource;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 0a79bd3f6de359d761f3f79e6fd81d52ed269edc..f8a26f1df55b28092d15c14458fd575ccb29f2cd 100644 (file)
@@ -1,5 +1,5 @@
 /* TransactionManager.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index ebc5679d9414a943cf59e401f11b5830cda20421..ec624270f695834be4347c184083f46ec259b7b1 100644 (file)
@@ -1,5 +1,5 @@
 /* TransactionRequiredException --
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.transaction;
 import java.rmi.RemoteException;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date April 18, 2001
  */
 
index ef4f1cc264164cf8170e02ac3d0f0bb1023bd843..45ac60fd817c1b4c2d9caeefa8dfe73834ca0da8 100644 (file)
@@ -1,5 +1,5 @@
 /* TransactionRolledbackException --
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.transaction;
 import java.rmi.RemoteException;
 
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date April 18, 2001
  */
 
index 1327a0c50eaa051589e8b301790b36f2b0447d71..00dbd206226a45d8ce18afb8e344813d93573584 100644 (file)
@@ -1,5 +1,5 @@
 /* UserTransaction.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ exception statement from your version. */
 package javax.transaction;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 48c7ca8126d90d02d3b958e535849b0f236c353a..96e614e8404a862d62c317837347553bc1df738e 100644 (file)
@@ -1,5 +1,5 @@
 /* XAException.java --
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,7 +38,7 @@ exception statement from your version. */
 package javax.transaction.xa;
  
 /**
- * @author Tom Tromey <tromey@redhat.com>
+ * @author Tom Tromey (tromey@redhat.com)
  * @date April 18, 2001
  */
 
index 6fd0717e2d0a0a9253eaed775c6beb88b976c64d..194b02f867e77a81afefad0c2864481a4eacaf29 100644 (file)
@@ -1,5 +1,5 @@
 /* XAResource.java -- 
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,7 +38,7 @@ exception statement from your version. */
 package javax.transaction.xa;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index c91843d303b9a46e2633207816987adf8fef88ff..e34256dc8dec60e289ddbe323564ff93c0b5388f 100644 (file)
@@ -1,5 +1,5 @@
 /* Xid.java --
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,7 +38,7 @@ exception statement from your version. */
 package javax.transaction.xa;
  
 /**
- * @author Warren Levy <warrenl@redhat.com>
+ * @author Warren Levy (warrenl@redhat.com)
  * @date May 25, 2001
  */
 
index 4b9b06617364b2303353c78d990b23f30d14b6b4..4c256f44329ebd09db1087d7d50ef6432ef30b9f 100644 (file)
@@ -1,5 +1,5 @@
 /* XMLConstants.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml;
 /**
  * Repository for well-known XML constants.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public final class XMLConstants
index 1544079880722b5158181c5c9585ccfb1e9631ea..0e3243b87f021d818b22faa2802b99cbd317e7bc 100644 (file)
@@ -1,5 +1,5 @@
 /* DatatypeConfigurationException.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.datatype;
 /**
  * A serious error during datatype configuration.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public class DatatypeConfigurationException
index a761f88d50e73ef6847816ac51314ad65a37c94d..5724502e7e7cfd49244305122f13c6662bf1d589 100644 (file)
@@ -1,5 +1,5 @@
 /* DatatypeConstants.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import javax.xml.namespace.QName;
 /**
  * Basic data type constants.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public final class DatatypeConstants
index 2299435fc4aadb800cb08e2c19a2a974d227887a..b3c8cf4314217e3546311ec7ee845959ad66820c 100644 (file)
@@ -1,5 +1,5 @@
 /* DatatypeFactory.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 @@ import java.util.GregorianCalendar;
  * Factory class to create new datatype objects mapping XML to and from Java
  * objects.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class DatatypeFactory
index ed1221dbf2060cbb8eb3a5b9c3d718b419aa1110..b7d188cd7b8bd841cfdd53c4e70eb07372cbf7df 100644 (file)
@@ -1,5 +1,5 @@
 /* Duration.java -- 
-   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 @@ import javax.xml.namespace.QName;
 /**
  * An immutable time space as specified in XML Schema 1.0.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class Duration
index c3585a4890586abea62fda6c90781de6301991f8..48280381c9c8dd500cbfd2551d07ac0926d187a3 100644 (file)
@@ -1,5 +1,5 @@
 /* XMLGregorianCalendar.java -- 
-   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 @@ import javax.xml.namespace.QName;
 /**
  * An XML Schema 1.0 date/time data type.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class XMLGregorianCalendar
index 2e790654870373fa299a6647ecb661f0b9659d49..4b768dcdeb779e01cf6e9fc927554858473fd983 100644 (file)
@@ -1,5 +1,5 @@
 /* NamespaceContext.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import java.util.Iterator;
 /**
  * Interface by which namespace properties are made available.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public interface NamespaceContext
index 62dc8cd08a6f1378030ac44470cc11eebe4a5e92..fbb222efc079c5b2b4af0f9af2e94ae419e9f7fa 100644 (file)
@@ -1,5 +1,5 @@
 /* QName.java -- 
-   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 @@ import javax.xml.XMLConstants;
  * An XML
  * <a href='http://www.w3.org/TR/REC-xml-names/#ns-qualnames'>qualified name</a>.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public class QName
index 13d7658de36b97ca0b80c2e6a05041df406c5bcd..15130e895832ee14ad4cb277a7fadc724b28a767 100644 (file)
@@ -1,5 +1,5 @@
 /* DocumentBuilder.java -- 
-   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,6 @@ import org.w3c.dom.DOMImplementation;
 import org.xml.sax.InputSource;
 import org.xml.sax.EntityResolver;
 import org.xml.sax.ErrorHandler;
-import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
 
 /**
@@ -55,7 +54,7 @@ import org.xml.sax.SAXException;
  * graph.
  * Instances of this class are <em>not</em> guaranteed to be thread safe.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public abstract class DocumentBuilder
 {
index c531005164d64dfa1e62a9c059ff82938f73febd..1ba51d0217f671a4d5f4b12fad6d9b4d46a4e1df 100644 (file)
@@ -1,5 +1,5 @@
 /* DocumentBuilderFactory.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -45,15 +45,12 @@ import java.io.InputStreamReader;
 import java.io.IOException;
 import java.util.Properties;
 import javax.xml.validation.Schema;
-import org.xml.sax.SAXException;
-import org.xml.sax.SAXNotRecognizedException;
-import org.xml.sax.SAXNotSupportedException;
 
 /**
  * Factory for obtaining document builders.
  * Instances of this class are <em>not</em> guaranteed to be thread safe.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public abstract class DocumentBuilderFactory
 {
index e7ff57e2a90ec9d53a754aa34d9380dcd9f52de6..351b340a0e0b587aca7e18ec7e4dcd45372aa9b5 100644 (file)
@@ -1,5 +1,5 @@
 /* FactoryConfigurationError.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.parsers;
 /**
  * An error occurred during configuration of the parser factory.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class FactoryConfigurationError
   extends Error
index d7b54cf7b46d3242bf8d4ec4379962f594eb61ec..a8cd546cf2041d9e5894b7329e42620642c9d6dd 100644 (file)
@@ -1,5 +1,5 @@
 /* ParserConfigurationException.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.parsers;
 /**
  * An exception occurred during configuration of the XML parser.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class ParserConfigurationException
   extends Exception
index 10289dc6a204f67392e65b29ec674de8eb28921f..f05cc510dec791bec239b8087c8b0b38cb67f840 100644 (file)
@@ -1,5 +1,5 @@
 /* SAXParser.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -55,7 +55,7 @@ import org.xml.sax.helpers.DefaultHandler;
  * Convenience class for using or accessing a SAX version 1 or 2 parser.
  * Instances of this class are <em>not</em> guaranteed to be thread safe.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public abstract class SAXParser
 {
index 143ee620697df670bc82be8dc7a2ad8fda738ffa..7b87bf24e722172c08e9a4f7ba4f016dd0c5ba43 100644 (file)
@@ -1,5 +1,5 @@
 /* SAXParserFactory.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -53,7 +53,7 @@ import org.xml.sax.SAXNotSupportedException;
  * Factory for obtaining SAX parsers.
  * Instances of this class are <em>not</em> guaranteed to be thread safe.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public abstract class SAXParserFactory
 {
index f2021cd02d326bf41a4ae46db678fb2fa3179613..153de5c6612c324186fbecc0183db9d921e2c4ef 100644 (file)
@@ -1,5 +1,5 @@
 /* ErrorListener.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.transform;
  * Error reporting callback handler.
  * Equivalent to the SAX ErrorHandler.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface ErrorListener
 {
index 784194c87d6d10a6371e425d64511a6de34beaba..f034a921bd6c4d6b38d061b8186b8431f7231a06 100644 (file)
@@ -1,5 +1,5 @@
 /* OutputKeys.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.transform;
 /**
  * Constants for XSLT output attributes.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class OutputKeys
 {
index ec9420f6e41c498933b198e0c8fd119b067a43e7..88b4659ca56d67d72cfb7275dbaf1d825be5bcad 100644 (file)
@@ -1,5 +1,5 @@
 /* Result.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ package javax.xml.transform;
 /**
  * The result of an XSL transformation.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface Result
 {
index 4d6002b53444f4880c0732f2e45c6fc980487485..ef1730a6899ac5e204595cc8f4347e4a7ac1d4dd 100644 (file)
@@ -1,5 +1,5 @@
 /* Source.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.transform;
  * An XML input source.
  * This is equivalent to a SAX InputSource.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface Source
 {
index dfeea46d143a4147cb9873bddc62fd51d2ca960e..bc39e52db61a6186f5b9c65a841db20729d52c20 100644 (file)
@@ -1,5 +1,5 @@
 /* SourceLocator.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.transform;
  * The location in an XML resource at which an event occurred.
  * Tis is equivalent to the SAX Locator.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface SourceLocator
 {
index 3e9293ee122ac1db0a5ce9b8a80ceb93de28d643..2cae7adfb7366570adb5f8f5e23df67d27e71f4b 100644 (file)
@@ -1,5 +1,5 @@
 /* Templates.java -- 
-   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 @@ import java.util.Properties;
  * A compiled, reusable XSL transformation.
  * Implementations of this class are guaranteed to be thread safe.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface Templates
 {
index 3bf1e886de4b0ee927f81d25033d551579c9bd79..fe2a9ce3432469769860c6c21078049bfbfe9984 100644 (file)
@@ -1,5 +1,5 @@
 /* Transformer.java -- 
-   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 @@ import java.util.Properties;
  * Instances of this class may be reused, but the same instance may not be
  * used concurrently by different threads.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public abstract class Transformer
 {
index 006fc2f4f222e76ab4462e78054cad1e8f19e640..9915d1a0d3f4620b2b8173267687e310507f0f60 100644 (file)
@@ -1,5 +1,5 @@
 /* TransformerConfigurationException.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.transform;
 /**
  * An exception occurred during configuration of the transformer.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class TransformerConfigurationException
   extends TransformerException
index c10fa8a4fc2ba5263d6206808b7dd109c042fea5..7e40cd294a43cc82bb3aeba341fea9954b9715e5 100644 (file)
@@ -1,5 +1,5 @@
 /* TransformerException.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import java.io.PrintWriter;
 /**
  * An exception occurred during the transformation process.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class TransformerException
   extends Exception
index a1f50fc2466fe3fae571b0ac7c718d29411a84e2..53d9173cddefe2183f44f7ef32df91a5fabc666b 100644 (file)
@@ -1,5 +1,5 @@
 /* TransformerFactory.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import java.util.Properties;
 /**
  * Factory for obtaining transformation contexts.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public abstract class TransformerFactory
 {
index 3ec8809918bcd1ab5cd327115cef7b83e5d284f5..ae1521f93548eb952698000bb010fad11af72f65 100644 (file)
@@ -1,5 +1,5 @@
 /* TransformerFactoryConfigurationError.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,7 +39,7 @@ package javax.xml.transform;
 /**
  * An error occurred during configuration of the transformer factory.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class TransformerFactoryConfigurationError
   extends Error
index 7dca029e836b1afe2cccf9cecac4c98103a47bb4..a859b7a9266d4f51dc2abf1321fc0d84f649dd08 100644 (file)
@@ -1,5 +1,5 @@
 /* URIResolver.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.transform;
  * Callback that can resolve a URI into source XML for transformation.
  * Equivalent to the SAX EntityResolver.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface URIResolver
 {
index 7e0f8304edaf9b38920c11a41c15786b84f0832d..29953bed263ca4d82baf10dfaef6840c448e51c2 100644 (file)
@@ -1,5 +1,5 @@
 /* DOMLocator.java -- 
-   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 @@ import org.w3c.dom.Node;
 /**
  * Locator for reporting a location in a W3C DOM object graph.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface DOMLocator
   extends SourceLocator
index e62e30bfca0055f5c179d169e355d59ee75c3f65..5a4ee3337e0b8879fccf2088bef81e6470051d82 100644 (file)
@@ -1,5 +1,5 @@
 /* DOMResult.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ import org.w3c.dom.Node;
  * If no target node is specified, the result tree will be made available by
  * the {@link #getNode} method after the transformation.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class DOMResult
   implements Result
index e002dbf06b97667dbe6ec019056f54c5aabc73e9..d87c4fba7fa8f06c1b7dd373b1bf45512041b8d1 100644 (file)
@@ -1,5 +1,5 @@
 /* DOMSource.java -- 
-   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 @@ import org.w3c.dom.Node;
 /**
  * An XML source specified as a W3C DOM node context.
  * 
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class DOMSource
   implements Source
index d9bf9a57ed31b57946834335327743ee416b3d6a..94cbacdf478336cd4f36088084f6585bad9526f0 100644 (file)
@@ -1,5 +1,5 @@
 /* SAXResult.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 @@ import org.xml.sax.ext.LexicalHandler;
  * Specifies SAX handlers to be used as a result sink during a
  * transformation.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class SAXResult implements Result
 {
index 15df252c727bd59d2e91b4d37111ee03097e3c0b..f26a433522f48958a1af12e18b61a7874c9de526 100644 (file)
@@ -1,5 +1,5 @@
 /* SAXSource.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import org.xml.sax.XMLReader;
  * Specifies a SAX XML source. This is a tuple of input source and SAX
  * parser.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class SAXSource
   implements Source
index 66d51979b7ef09c9e983b3c3df00b768bcf4fd55..e73b31696224f30c88bf6076103e34e1584c8c11 100644 (file)
@@ -1,5 +1,5 @@
 /* SAXTransformerFactory.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -37,13 +37,10 @@ exception statement from your version. */
 
 package javax.xml.transform.sax;
 
-import javax.xml.transform.Result;
 import javax.xml.transform.Source;
 import javax.xml.transform.Templates;
-import javax.xml.transform.Transformer;
 import javax.xml.transform.TransformerConfigurationException;
 import javax.xml.transform.TransformerFactory;
-import org.xml.sax.InputSource;
 import org.xml.sax.XMLFilter;
 
 /**
@@ -52,7 +49,7 @@ import org.xml.sax.XMLFilter;
  * This factory provides SAX content handlers that can create transformation
  * templates and transformers.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public abstract class SAXTransformerFactory extends TransformerFactory
 {
index 8ee840d70f2552ec2a77ea811947c9bb35409887..f4d288b3215343ec07cac0e0949430a702ebe1a6 100644 (file)
@@ -1,5 +1,5 @@
 /* TemplatesHandler.java -- 
-   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 @@ import org.xml.sax.ContentHandler;
  * A content handler that processes SAX parse events into a compiled
  * transformation template.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface TemplatesHandler
   extends ContentHandler
index 0b2b1bd24d7fa02f8b7cb9c2a453dc92d3501eab..3341f621c20542625aa8cbdb180e5200ffc1dcab 100644 (file)
@@ -1,5 +1,5 @@
 /* TransformerHandler.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ import org.xml.sax.ext.LexicalHandler;
 /**
  * A content handler that transforms SAX events into a result tree.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public interface TransformerHandler
   extends ContentHandler, LexicalHandler, DTDHandler
index fe4462d920d172853a85b9089b6a43f616a60e31..df7b0dd9987a506f18f86eda788dc7fd4bfe215d 100644 (file)
@@ -1,5 +1,5 @@
 /* StreamResult.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ import javax.xml.transform.Result;
 /**
  * Specifies a stream to which to write the transformation result.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class StreamResult
   implements Result
index d65dcafed4f5ecd3a0bfc7a0b7b02e092ad85ff5..f6499a4d9890eb0233d6b112e341935fa78eec7c 100644 (file)
@@ -1,5 +1,5 @@
 /* StreamSource.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ import javax.xml.transform.Source;
 /**
  * Specifies a stream from which to read the source XML data.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  */
 public class StreamSource
   implements Source
index 099a77e0b989a2bf8ff9b83b0451bd598104245d..fc196e104c6b0004ec26a2248d0f7f84b80d6e21 100644 (file)
@@ -1,5 +1,5 @@
 /* Schema.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.validation;
 /**
  * An immutable grammar.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class Schema
index 4310cc5f543b1b51a5c6883405664a08abd3911e..3c5155d22b43cad452f2f5343e928b353bc168ff 100644 (file)
@@ -1,5 +1,5 @@
 /* SchemaFactory.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -50,7 +50,7 @@ import org.xml.sax.SAXNotSupportedException;
 /**
  * Factory for obtaining schemata.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class SchemaFactory
index bec632ca64a4a35c9b3f2f40fd0dc7af751f09e5..11da16c15f826bad9e8f9e58896c7a64c7a59d55 100644 (file)
@@ -1,5 +1,5 @@
 /* TypeInfoProvider.java -- 
-   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 @@ import org.w3c.dom.TypeInfo;
  * Provides access to the PSVI type info supplied by
  * <code>ValidatorHandler</code>.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class TypeInfoProvider
index 291bcbdafa970db295791254d43f92b2b25324f5..48107ee1d2fd5018c8fe6fab168e7af371d78a79 100644 (file)
@@ -1,5 +1,5 @@
 /* Validator.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,7 +49,7 @@ import org.xml.sax.SAXNotSupportedException;
 /**
  * A processor that validates a document against a schema.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class Validator
index dc36909ecaa9cfdf0a4a0ccaeaf9c6d0ae4ec4d4..c7427e68059fa300410cbe1770c3a06d80af97b6 100644 (file)
@@ -1,5 +1,5 @@
 /* ValidatorHandler.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,7 +46,7 @@ import org.xml.sax.SAXNotSupportedException;
 /**
  * A streaming validator that operates on a SAX event stream.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class ValidatorHandler
index a4b0b163fdbade8bde052d5ef6983bc98f847d76..70b9d45518ff3d0b27088416cfb98d2089b51dc9 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathConstants.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import javax.xml.namespace.QName;
 /**
  * XPath constants.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public class XPathConstants
index 4ca992bb015a74f0ed117ae89f6e27aeb307b363..a6e59ae23865732a7d3e5f6fa45e7c16c65774f7 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathException.java -- 
-   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 @@ import java.io.PrintWriter;
 /**
  * A generic XPath exception.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public class XPathException
index b7af8f6bb3a14e8e9f4b510a1859097fd669f740..b87fbd2d5e3f11eef312800f2b0385d3013cd7b7 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathExpression.java -- 
-   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 @@ import org.xml.sax.InputSource;
 /**
  * An XPath expression.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public interface XPathExpression
index 4ba199154286ffc1a62c2133c3e32a6bc73f1b51..ff10c3014cb0e17bdf3ea106cd46701c26a5cd0e 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathExpressionException.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.xpath;
 /**
  * An exception in an XPath expression.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public class XPathExpressionException
index 64076f51ded6d8222f6778502be6a32bb4dc1498..8aad6cf7a22142bc08bc11a10bf3c28aa2a7ccf2 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathFactory.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,7 +48,7 @@ import java.util.Properties;
 /**
  * Factory for creating XPath environments.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public abstract class XPathFactory
index 56c45d12e220c66f3212cf181c2c152d80cad619..64ffbbeec14562f1cb742946b22791fbeed3509e 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathFactoryConfigurationException.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.xpath;
 /**
  * A configuration exception in an XPath factory environment.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public class XPathFactoryConfigurationException
index a071eb59620d2a1cdae67379341faad05f673e36..c9e450a216a8e35887724c72e52b59c44d53cf47 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathFunction.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import java.util.List;
 /**
  * An XPath extension function.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public interface XPathFunction
index 9a6751a2f32d428cafd1badedb7a5a5efe1da131..fb784171a848d5f70e715f0f51bbff10dbd4d26c 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathFunctionException.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@ package javax.xml.xpath;
 /**
  * An exception in an XPath function.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public class XPathFunctionException
index 8fb0bd4234e876272c9afcd8bc9125a641c51299..bf1cd82e1f60e1c2b2c8157941fd6e32afe5024a 100644 (file)
@@ -1,5 +1,5 @@
 /* XPathFunctionResolver.java -- 
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,7 +42,7 @@ import javax.xml.namespace.QName;
 /**
  * Interface providing the means to access XPath extension functions.
  *
- * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
+ * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a)
  * @since 1.3
  */
 public interface XPathFunctionResolver