diff options
author | Michael Koch <konqueror@gmx.de> | 2005-02-17 07:48:58 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2005-02-17 07:48:58 +0000 |
commit | 96dd155e2c78f10846b8cda792450846978b8644 (patch) | |
tree | 562ec727df722dd9631848494a1a04b5b86160df /libjava | |
parent | 927c8259b186909698e27e3c5390b5f9a01ffc6c (diff) | |
download | gcc-96dd155e2c78f10846b8cda792450846978b8644.zip gcc-96dd155e2c78f10846b8cda792450846978b8644.tar.gz gcc-96dd155e2c78f10846b8cda792450846978b8644.tar.bz2 |
GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...
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
Diffstat (limited to 'libjava')
611 files changed, 2436 insertions, 1834 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 1334e89..d2d055c 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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 diff --git a/libjava/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java b/libjava/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java index a4cb35a..753c7cd 100644 --- a/libjava/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java +++ b/libjava/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java @@ -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 diff --git a/libjava/gnu/java/awt/peer/gtk/GdkFontPeer.java b/libjava/gnu/java/awt/peer/gtk/GdkFontPeer.java index 5573a1b..d130c11 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkFontPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkFontPeer.java @@ -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; diff --git a/libjava/gnu/java/awt/peer/gtk/GdkGlyphVector.java b/libjava/gnu/java/awt/peer/gtk/GdkGlyphVector.java index 4e66a86..29d38b5 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkGlyphVector.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkGlyphVector.java @@ -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; diff --git a/libjava/gnu/java/awt/peer/gtk/GdkGraphics.java b/libjava/gnu/java/awt/peer/gtk/GdkGraphics.java index 0811287..7361b29 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkGraphics.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkGraphics.java @@ -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) { diff --git a/libjava/gnu/java/awt/peer/gtk/GdkGraphics2D.java b/libjava/gnu/java/awt/peer/gtk/GdkGraphics2D.java index 3bf169c..513c75c 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkGraphics2D.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkGraphics2D.java @@ -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; diff --git a/libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java b/libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java index c5afd0b..c485db2 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java @@ -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; diff --git a/libjava/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java b/libjava/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java index 1f10c48..3f7b87f 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java @@ -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 () { diff --git a/libjava/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java b/libjava/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java index a9c1fb9..ee6c38f 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java @@ -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; diff --git a/libjava/gnu/java/awt/peer/gtk/GdkRobotPeer.java b/libjava/gnu/java/awt/peer/gtk/GdkRobotPeer.java index 2438b68..054e733 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkRobotPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkRobotPeer.java @@ -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; /** diff --git a/libjava/gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java b/libjava/gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java index 0acef60..bd7b46a 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java @@ -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 { diff --git a/libjava/gnu/java/awt/peer/gtk/GdkTextLayout.java b/libjava/gnu/java/awt/peer/gtk/GdkTextLayout.java index b5548a8..1a456d1 100644 --- a/libjava/gnu/java/awt/peer/gtk/GdkTextLayout.java +++ b/libjava/gnu/java/awt/peer/gtk/GdkTextLayout.java @@ -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 () { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java index 2d1f650..83aa989 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java @@ -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 () { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkChoicePeer.java b/libjava/gnu/java/awt/peer/gtk/GtkChoicePeer.java index a065e13..43e4832 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkChoicePeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkChoicePeer.java @@ -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) { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkClipboard.java b/libjava/gnu/java/awt/peer/gtk/GtkClipboard.java index ecc4c5c..b9cc161 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkClipboard.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkClipboard.java @@ -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(); } diff --git a/libjava/gnu/java/awt/peer/gtk/GtkComponentPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkComponentPeer.java index d9d9907..2625f56 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkComponentPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkComponentPeer.java @@ -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 (); diff --git a/libjava/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java index fd9c155..4281b49 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java @@ -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; diff --git a/libjava/gnu/java/awt/peer/gtk/GtkFontPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkFontPeer.java index 1369657..e0f0703 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkFontPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkFontPeer.java @@ -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) { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkLabelPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkLabelPeer.java index 3e3e2e3..0225163 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkLabelPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkLabelPeer.java @@ -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 () diff --git a/libjava/gnu/java/awt/peer/gtk/GtkMenuBarPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkMenuBarPeer.java index 90ad0c0..4b547f5 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkMenuBarPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkMenuBarPeer.java @@ -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); } diff --git a/libjava/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java index 33242f6..f85648e 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java @@ -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 () { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkMenuPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkMenuPeer.java index dc170b1..971a349 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkMenuPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkMenuPeer.java @@ -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); } diff --git a/libjava/gnu/java/awt/peer/gtk/GtkScrollPanePeer.java b/libjava/gnu/java/awt/peer/gtk/GtkScrollPanePeer.java index b99ef24..ae337a0 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkScrollPanePeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkScrollPanePeer.java @@ -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 () { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java index d6a498c..065bab1 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java @@ -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) { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkToolkit.java b/libjava/gnu/java/awt/peer/gtk/GtkToolkit.java index f57f53a1..58987ee 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkToolkit.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkToolkit.java @@ -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) { diff --git a/libjava/gnu/java/awt/peer/gtk/GtkWindowPeer.java b/libjava/gnu/java/awt/peer/gtk/GtkWindowPeer.java index 1d6e253..353bc94 100644 --- a/libjava/gnu/java/awt/peer/gtk/GtkWindowPeer.java +++ b/libjava/gnu/java/awt/peer/gtk/GtkWindowPeer.java @@ -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); diff --git a/libjava/java/applet/Applet.java b/libjava/java/applet/Applet.java index a7609d9..3adc5ce 100644 --- a/libjava/java/applet/Applet.java +++ b/libjava/java/applet/Applet.java @@ -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 diff --git a/libjava/java/awt/AWTError.java b/libjava/java/awt/AWTError.java index 1c253cb..e92bc01 100644 --- a/libjava/java/awt/AWTError.java +++ b/libjava/java/awt/AWTError.java @@ -1,5 +1,5 @@ /* AWTError.java -- A serious AWT error occurred. - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This error is thrown when a critical Abstract Window Toolkit (AWT) error * occurs. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class AWTError extends Error diff --git a/libjava/java/awt/AWTEvent.java b/libjava/java/awt/AWTEvent.java index 675c27f..faa6dac 100644 --- a/libjava/java/awt/AWTEvent.java +++ b/libjava/java/awt/AWTEvent.java @@ -50,8 +50,8 @@ import java.util.EventObject; * listeners. Event masks are appropriately set when registering on * components. * - * @author Warren Levy <warrenl@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Warren Levy (warrenl@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/AWTEventMulticaster.java b/libjava/java/awt/AWTEventMulticaster.java index b26d1f3..943ffac 100644 --- a/libjava/java/awt/AWTEventMulticaster.java +++ b/libjava/java/awt/AWTEventMulticaster.java @@ -107,8 +107,8 @@ import java.util.EventListener; * new listener is then chained to the old. * * @author Bryce McKinlay - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/AWTException.java b/libjava/java/awt/AWTException.java index e4ab6c9..49462a4 100644 --- a/libjava/java/awt/AWTException.java +++ b/libjava/java/awt/AWTException.java @@ -1,5 +1,5 @@ /* AWTException.java -- Generic AWT exception - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This is a generic exception that indicates an exception occurred in the * Abstract Window Toolkit (AWT) system. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class AWTException extends Exception diff --git a/libjava/java/awt/AWTKeyStroke.java b/libjava/java/awt/AWTKeyStroke.java index 1519f1d..977b384 100644 --- a/libjava/java/awt/AWTKeyStroke.java +++ b/libjava/java/awt/AWTKeyStroke.java @@ -63,7 +63,7 @@ import java.util.StringTokenizer; * instances of a subclass, using reflection, provided the subclass has a * no-arg constructor (of any accessibility). * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see #getAWTKeyStroke(char) * @since 1.4 * @status updated to 1.4 diff --git a/libjava/java/awt/AWTPermission.java b/libjava/java/awt/AWTPermission.java index b5ba63d..fc4ae08 100644 --- a/libjava/java/awt/AWTPermission.java +++ b/libjava/java/awt/AWTPermission.java @@ -82,7 +82,7 @@ import java.security.BasicPermission; * <td>malicious code could masquerade as a trusted program</td></tr> * </table> * - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/ActiveEvent.java b/libjava/java/awt/ActiveEvent.java index d43fef1..5710b38 100644 --- a/libjava/java/awt/ActiveEvent.java +++ b/libjava/java/awt/ActiveEvent.java @@ -47,7 +47,7 @@ package java.awt; * untrusted code. For example, system code should use an ActiveEvent to * invoke user code securely. * - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Adjustable.java b/libjava/java/awt/Adjustable.java index 815c77c..053ddd1 100644 --- a/libjava/java/awt/Adjustable.java +++ b/libjava/java/awt/Adjustable.java @@ -1,5 +1,5 @@ /* Adjustable.java -- Objects with a numeric adjustment scale - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.awt.event.AdjustmentListener; * This interface is for objects that take a numeric value that can be * adjusted within a bounded range. For example, a scroll bar. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/AlphaComposite.java b/libjava/java/awt/AlphaComposite.java index f0795a9..3c7744b 100644 --- a/libjava/java/awt/AlphaComposite.java +++ b/libjava/java/awt/AlphaComposite.java @@ -1,5 +1,5 @@ /* AlphaComposite.java -- provides a context for performing alpha compositing - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.Map; /** * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Composite * @see CompositeContext * @since 1.3 diff --git a/libjava/java/awt/AttributeValue.java b/libjava/java/awt/AttributeValue.java index f692c012..10efab1 100644 --- a/libjava/java/awt/AttributeValue.java +++ b/libjava/java/awt/AttributeValue.java @@ -1,5 +1,5 @@ /* AttributeValue.java -- parent of type-safe enums of attributes - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt; * <code>equals</code>, <code>toString</code>, and <code>hashCode</code>, so * that you don't have to (although hashCode is commonly overridden). * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) */ class AttributeValue { diff --git a/libjava/java/awt/BorderLayout.java b/libjava/java/awt/BorderLayout.java index a023cbb..7a955d3 100644 --- a/libjava/java/awt/BorderLayout.java +++ b/libjava/java/awt/BorderLayout.java @@ -1,5 +1,5 @@ /* BorderLayout.java -- A layout manager class - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt; * in certain sectors of the parent container. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class BorderLayout implements LayoutManager2, java.io.Serializable { diff --git a/libjava/java/awt/BufferCapabilities.java b/libjava/java/awt/BufferCapabilities.java index 871529e..9f91711 100644 --- a/libjava/java/awt/BufferCapabilities.java +++ b/libjava/java/awt/BufferCapabilities.java @@ -1,5 +1,5 @@ /* BufferCapabilities.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * Needs documentation... * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see BufferStrategy#getCapabilities() * @see GraphicsConfiguration#getCapabilities() * @since 1.4 diff --git a/libjava/java/awt/Button.java b/libjava/java/awt/Button.java index 0458ebb..1d1a30a 100644 --- a/libjava/java/awt/Button.java +++ b/libjava/java/awt/Button.java @@ -1,5 +1,5 @@ /* Button.java -- AWT button widget - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -54,7 +54,7 @@ import javax.accessibility.AccessibleValue; * This class provides a button widget for the AWT. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) */ public class Button extends Component implements java.io.Serializable, Accessible diff --git a/libjava/java/awt/Canvas.java b/libjava/java/awt/Canvas.java index 05055f2..e223d9e 100644 --- a/libjava/java/awt/Canvas.java +++ b/libjava/java/awt/Canvas.java @@ -54,8 +54,8 @@ import javax.accessibility.AccessibleRole; * full-scale custom components. * * @author Original author unknown - * @author Tom Tromey <tromey@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Tom Tromey (tromey@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) * @since 1.0 */ diff --git a/libjava/java/awt/CheckboxGroup.java b/libjava/java/awt/CheckboxGroup.java index 52af190..d5d2268 100644 --- a/libjava/java/awt/CheckboxGroup.java +++ b/libjava/java/awt/CheckboxGroup.java @@ -1,5 +1,5 @@ /* CheckboxGroup.java -- A grouping class for checkboxes. - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt; * one checkbox in the group can be selected at any one time. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) */ public class CheckboxGroup implements java.io.Serializable { diff --git a/libjava/java/awt/CheckboxMenuItem.java b/libjava/java/awt/CheckboxMenuItem.java index 6b9002a..d5e4ef5 100644 --- a/libjava/java/awt/CheckboxMenuItem.java +++ b/libjava/java/awt/CheckboxMenuItem.java @@ -1,5 +1,5 @@ /* CheckboxMenuItem.java -- A menu option with a checkbox on it. - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,7 +53,7 @@ import javax.accessibility.AccessibleValue; * the selected state of some option. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) */ public class CheckboxMenuItem extends MenuItem implements ItemSelectable, Accessible diff --git a/libjava/java/awt/Color.java b/libjava/java/awt/Color.java index c324385..c00aa9d 100644 --- a/libjava/java/awt/Color.java +++ b/libjava/java/awt/Color.java @@ -1,5 +1,5 @@ /* Color.java -- represents a color in Java - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,7 +53,7 @@ import java.io.Serializable; * <a href="http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html"> * http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html</a>. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ColorSpace * @see AlphaComposite * @since 1.0 diff --git a/libjava/java/awt/ColorPaintContext.java b/libjava/java/awt/ColorPaintContext.java index 9fdfe61..3e3bac4 100644 --- a/libjava/java/awt/ColorPaintContext.java +++ b/libjava/java/awt/ColorPaintContext.java @@ -1,5 +1,5 @@ /* ColorPaintContext.java -- context for painting solid colors - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.image.Raster; * a raster scan with the given color. However, it is not yet completely * implemented. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) */ class ColorPaintContext implements PaintContext { diff --git a/libjava/java/awt/Component.java b/libjava/java/awt/Component.java index 3a7960c..847a31d 100644 --- a/libjava/java/awt/Component.java +++ b/libjava/java/awt/Component.java @@ -140,7 +140,7 @@ import javax.accessibility.AccessibleStateSet; * present but commented out. * * @author original author unknown - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status still missing 1.4 support */ @@ -4949,7 +4949,7 @@ p * <li>the set of backward traversal keys /** * This class provides accessibility support for subclasses of container. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ @@ -5477,7 +5477,7 @@ p * <li>the set of backward traversal keys /** * Converts component changes into property changes. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ @@ -5534,7 +5534,7 @@ p * <li>the set of backward traversal keys /** * Converts focus changes into property changes. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ @@ -5574,7 +5574,7 @@ p * <li>the set of backward traversal keys /** * This class provides support for blitting offscreen surfaces. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @XXX Shell class, to allow compilation. This needs documentation and * correct implementation. @@ -5610,7 +5610,7 @@ p * <li>the set of backward traversal keys * This class provides support for flipping component buffers. It is only * designed for use by Canvas and Window. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @XXX Shell class, to allow compilation. This needs documentation and * correct implementation. diff --git a/libjava/java/awt/ComponentOrientation.java b/libjava/java/awt/ComponentOrientation.java index 02cf596..8897470 100644 --- a/libjava/java/awt/ComponentOrientation.java +++ b/libjava/java/awt/ComponentOrientation.java @@ -67,7 +67,7 @@ import java.util.ResourceBundle; * of isHorizontal() and isLeftToRight() rather than comparing objects with * ==, especially since more constants may be added in the future. * - * @author Bryce McKinlay <bryce@albatross.co.nz> + * @author Bryce McKinlay (bryce@albatross.co.nz) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Composite.java b/libjava/java/awt/Composite.java index de87398..c636921 100644 --- a/libjava/java/awt/Composite.java +++ b/libjava/java/awt/Composite.java @@ -1,5 +1,5 @@ /* Composite.java -- graphics formed from composite layers - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.image.ColorModel; * check on custom objects, <code>readDisplayPixels</code>, to prevent leaking * restricted information graphically. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see AlphaComposite * @see CompositeContext * @see Graphics2D#setComposite(Composite) diff --git a/libjava/java/awt/CompositeContext.java b/libjava/java/awt/CompositeContext.java index dc3448b..301e7cf 100644 --- a/libjava/java/awt/CompositeContext.java +++ b/libjava/java/awt/CompositeContext.java @@ -1,5 +1,5 @@ /* Composite.java -- the context for compositing graphics layers - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.image.WritableRaster; * This interface provides an optimized environment for compositing graphics. * Several such contexts may exist for a given <code>Composite</code> object. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Composite * @since 1.2 * @status updated to 1.4 diff --git a/libjava/java/awt/Container.java b/libjava/java/awt/Container.java index 6c5dec2..64d60ab 100644 --- a/libjava/java/awt/Container.java +++ b/libjava/java/awt/Container.java @@ -67,7 +67,7 @@ import javax.swing.SwingUtilities; * list or bottom of the stacking order. * * @author original author unknown - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.0 * @@ -1711,7 +1711,7 @@ public class Container extends Component /** * This class provides accessibility support for subclasses of container. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.3 */ @@ -1800,7 +1800,7 @@ public class Container extends Component * This class fires a <code>PropertyChange</code> listener, if registered, * when children are added or removed from the enclosing accessible object. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.3 */ diff --git a/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java b/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java index fa7ab4a..91153e6 100644 --- a/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java +++ b/libjava/java/awt/ContainerOrderFocusTraversalPolicy.java @@ -1,5 +1,5 @@ /* ContainerOrderFocusTraversalPolicy.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,7 +57,7 @@ import java.io.Serializable; * can override these acceptance criteria by overriding accept. * * @author Michael Koch - * @author Thomas Fitzsimmons <fitzsim@redhat.com> + * @author Thomas Fitzsimmons (fitzsim@redhat.com) * @since 1.4 */ public class ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy diff --git a/libjava/java/awt/DefaultFocusTraversalPolicy.java b/libjava/java/awt/DefaultFocusTraversalPolicy.java index f49f386..f9bd647 100644 --- a/libjava/java/awt/DefaultFocusTraversalPolicy.java +++ b/libjava/java/awt/DefaultFocusTraversalPolicy.java @@ -1,5 +1,5 @@ /* DefaultFocusTraversalPolicy.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -55,7 +55,7 @@ package java.awt; * A Component's focusability is independent of the focusability of * its peer. * - * @author Thomas Fitzsimmons <fitzsim@redhat.com> + * @author Thomas Fitzsimmons (fitzsim@redhat.com) * @since 1.4 */ public class DefaultFocusTraversalPolicy diff --git a/libjava/java/awt/Dialog.java b/libjava/java/awt/Dialog.java index 30631b3..8248df3 100644 --- a/libjava/java/awt/Dialog.java +++ b/libjava/java/awt/Dialog.java @@ -1,5 +1,5 @@ /* Dialog.java -- An AWT dialog box - Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,8 +48,8 @@ import javax.accessibility.AccessibleStateSet; /** * A dialog box widget class. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Tom Tromey <tromey@redhat.com> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Tom Tromey (tromey@redhat.com) */ public class Dialog extends Window { diff --git a/libjava/java/awt/Dimension.java b/libjava/java/awt/Dimension.java index 282291d..270e04e 100644 --- a/libjava/java/awt/Dimension.java +++ b/libjava/java/awt/Dimension.java @@ -53,9 +53,9 @@ import java.io.Serializable; * manner, it is your own fault when you get invalid results. Also, this * class is not threadsafe. * - * @author Per Bothner <bothner@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Per Bothner (bothner@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see Component * @see LayoutManager * @since 1.0 diff --git a/libjava/java/awt/DisplayMode.java b/libjava/java/awt/DisplayMode.java index 533ab5e..a9fac60 100644 --- a/libjava/java/awt/DisplayMode.java +++ b/libjava/java/awt/DisplayMode.java @@ -1,5 +1,5 @@ /* DisplayMode.java -- a description of display mode configurations - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt; * device configuration. They are device dependent, and may not always be * available. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see GraphicsDevice * @since 1.4 * @status updated to 1.4 diff --git a/libjava/java/awt/EventQueue.java b/libjava/java/awt/EventQueue.java index fc0926c..a2356cc 100644 --- a/libjava/java/awt/EventQueue.java +++ b/libjava/java/awt/EventQueue.java @@ -1,4 +1,5 @@ -/* Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation +/* EventQueue.java -- + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation This file is part of GNU Classpath. @@ -37,6 +38,8 @@ exception statement from your version. */ package java.awt; +import gnu.java.awt.ClasspathToolkit; + import java.awt.event.ActionEvent; import java.awt.event.InputEvent; import java.awt.event.InvocationEvent; @@ -44,8 +47,6 @@ import java.awt.event.WindowEvent; import java.lang.reflect.InvocationTargetException; import java.util.EmptyStackException; -import gnu.java.awt.ClasspathToolkit; - /* Written using on-line Java 2 Platform Standard Edition v1.3 API * Specification, as well as "The Java Class Libraries", 2nd edition * (Addison-Wesley, 1998). diff --git a/libjava/java/awt/FileDialog.java b/libjava/java/awt/FileDialog.java index e345018..3e22d02 100644 --- a/libjava/java/awt/FileDialog.java +++ b/libjava/java/awt/FileDialog.java @@ -1,5 +1,5 @@ /* FileDialog.java -- A filename selection dialog box - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * This class implements a file selection dialog box widget. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) */ public class FileDialog extends Dialog implements Serializable { diff --git a/libjava/java/awt/FontFormatException.java b/libjava/java/awt/FontFormatException.java index 4ab53bb..2971e1d 100644 --- a/libjava/java/awt/FontFormatException.java +++ b/libjava/java/awt/FontFormatException.java @@ -1,5 +1,5 @@ /* FontFormatException.java -- the specified font is bad - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * Thrown when a specified font is bad. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Font * @since 1.3 * @status updated to 1.4 diff --git a/libjava/java/awt/Graphics.java b/libjava/java/awt/Graphics.java index 8dc703c..c1dfbda 100644 --- a/libjava/java/awt/Graphics.java +++ b/libjava/java/awt/Graphics.java @@ -1,5 +1,5 @@ /* Graphics.java -- Abstract Java drawing class - Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.text.AttributedCharacterIterator; * devices such as the screen or printers. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) */ public abstract class Graphics { diff --git a/libjava/java/awt/Graphics2D.java b/libjava/java/awt/Graphics2D.java index e16c2d8..c845c4c 100644 --- a/libjava/java/awt/Graphics2D.java +++ b/libjava/java/awt/Graphics2D.java @@ -49,7 +49,7 @@ import java.text.AttributedCharacterIterator; import java.util.Map; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class Graphics2D extends Graphics { diff --git a/libjava/java/awt/GraphicsConfigTemplate.java b/libjava/java/awt/GraphicsConfigTemplate.java index 52da167..76cf8b6 100644 --- a/libjava/java/awt/GraphicsConfigTemplate.java +++ b/libjava/java/awt/GraphicsConfigTemplate.java @@ -1,5 +1,5 @@ /* GraphicsConfigTemplate.java -- a template for selecting configurations - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * one based on various requirements. The resulting configuration has had * all non-default attributes set as required to meet or exceed the request. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see GraphicsConfiguration * @see GraphicsDevice * @since 1.2 diff --git a/libjava/java/awt/GraphicsConfiguration.java b/libjava/java/awt/GraphicsConfiguration.java index c7d0ed4..97f687e 100644 --- a/libjava/java/awt/GraphicsConfiguration.java +++ b/libjava/java/awt/GraphicsConfiguration.java @@ -53,7 +53,7 @@ import java.awt.image.VolatileImage; * configuration will have a non-zero relative coordinate system in such * a case. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Window * @see Frame * @see GraphicsEnvironment diff --git a/libjava/java/awt/GraphicsDevice.java b/libjava/java/awt/GraphicsDevice.java index 27d3cd6..c017233 100644 --- a/libjava/java/awt/GraphicsDevice.java +++ b/libjava/java/awt/GraphicsDevice.java @@ -1,5 +1,5 @@ /* GraphicsDevice.java -- information about a graphics device - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt; * each device. Also, this allows you to create virtual devices which operate * over a multi-screen environment. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see GraphicsEnvironment * @see GraphicsConfiguration * @since 1.3 diff --git a/libjava/java/awt/GridBagLayout.java b/libjava/java/awt/GridBagLayout.java index 85fdfb5..0ee996c 100644 --- a/libjava/java/awt/GridBagLayout.java +++ b/libjava/java/awt/GridBagLayout.java @@ -1,5 +1,5 @@ /* GridBagLayout - Layout manager for components according to GridBagConstraints - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,8 +44,8 @@ import java.util.HashMap; import java.util.Hashtable; /** - * @author Michael Koch <konqueror@gmx.de> - * @author Jeroen Frijters <jeroen@frijters.net> + * @author Michael Koch (konqueror@gmx.de) + * @author Jeroen Frijters (jeroen@frijters.net) */ public class GridBagLayout implements Serializable, LayoutManager2 diff --git a/libjava/java/awt/GridBagLayoutInfo.java b/libjava/java/awt/GridBagLayoutInfo.java index 6bd7f67..bb919b5 100644 --- a/libjava/java/awt/GridBagLayoutInfo.java +++ b/libjava/java/awt/GridBagLayoutInfo.java @@ -1,5 +1,5 @@ /* GridBagLayoutInfo - - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; import java.io.Serializable; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) */ class GridBagLayoutInfo implements Serializable { diff --git a/libjava/java/awt/GridLayout.java b/libjava/java/awt/GridLayout.java index a9e9eac..95980e6 100644 --- a/libjava/java/awt/GridLayout.java +++ b/libjava/java/awt/GridLayout.java @@ -52,7 +52,7 @@ import java.io.Serializable; * horizontal and vertical gaps; these are used as spacing between * cells. * - * @author Tom Tromey <tromey@redhat.com> + * @author Tom Tromey (tromey@redhat.com) * @author Aaron M. Renn (arenn@urbanophile.com) */ public class GridLayout implements LayoutManager, Serializable diff --git a/libjava/java/awt/HeadlessException.java b/libjava/java/awt/HeadlessException.java index 4e7ef33..e88279a 100644 --- a/libjava/java/awt/HeadlessException.java +++ b/libjava/java/awt/HeadlessException.java @@ -1,5 +1,5 @@ /* HeadlessException.java -- operation not possible in headless environment - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This exception is thrown when code dependent on a keyboard, mouse, or * display is executed in a headless environment. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @status updated to 1.4 */ diff --git a/libjava/java/awt/IllegalComponentStateException.java b/libjava/java/awt/IllegalComponentStateException.java index 413ed33..daa9d17 100644 --- a/libjava/java/awt/IllegalComponentStateException.java +++ b/libjava/java/awt/IllegalComponentStateException.java @@ -1,5 +1,5 @@ /* IllegalComponentStateException.java -- bad component state - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt; * This exception is thrown when the requested operation failed because * a component was not in the proper state. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class IllegalComponentStateException extends IllegalStateException diff --git a/libjava/java/awt/Image.java b/libjava/java/awt/Image.java index 3761771..39ab068 100644 --- a/libjava/java/awt/Image.java +++ b/libjava/java/awt/Image.java @@ -1,5 +1,5 @@ /* Image.java -- superclass for images - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.image.ReplicateScaleFilter; /** * This is the abstract superclass of all image objects in Java. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Insets.java b/libjava/java/awt/Insets.java index 573005a..e818629 100644 --- a/libjava/java/awt/Insets.java +++ b/libjava/java/awt/Insets.java @@ -1,5 +1,5 @@ /* Insets.java -- information about a container border - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,8 +43,8 @@ import java.io.Serializable; /** * This class represents the "margin" or space around a container. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @status */ public class Insets implements Cloneable, Serializable diff --git a/libjava/java/awt/ItemSelectable.java b/libjava/java/awt/ItemSelectable.java index ddf77ae..74129fd 100644 --- a/libjava/java/awt/ItemSelectable.java +++ b/libjava/java/awt/ItemSelectable.java @@ -1,5 +1,5 @@ /* ItemSelectable.java -- items that can be selected - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.awt.event.ItemListener; * This interface is for objects that can have one or more items selected. * For example, radio buttons. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/JobAttributes.java b/libjava/java/awt/JobAttributes.java index b64234d..fc4240d 100644 --- a/libjava/java/awt/JobAttributes.java +++ b/libjava/java/awt/JobAttributes.java @@ -1,5 +1,5 @@ /* JobAttributes.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * Needs documentation... * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4, lacks documentation */ diff --git a/libjava/java/awt/KeyEventDispatcher.java b/libjava/java/awt/KeyEventDispatcher.java index 95aad80..f9020e7 100644 --- a/libjava/java/awt/KeyEventDispatcher.java +++ b/libjava/java/awt/KeyEventDispatcher.java @@ -1,5 +1,5 @@ /* KeyEventDispatcher.java -- dispatches key events - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.event.KeyEvent; * dispatched by other dispatchers. Therefore, it is unnecessary for the user * to register the focus manager as a dispatcher. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see KeyboardFocusManager#addKeyEventDispatcher(KeyEventDispatcher) * @see KeyboardFocusManager#removeKeyEventDispatcher(KeyEventDispatcher) * @since 1.4 diff --git a/libjava/java/awt/KeyEventPostProcessor.java b/libjava/java/awt/KeyEventPostProcessor.java index 5069aaf..0bf6fe6 100644 --- a/libjava/java/awt/KeyEventPostProcessor.java +++ b/libjava/java/awt/KeyEventPostProcessor.java @@ -1,5 +1,5 @@ /* KeyEventPostProcessor.java -- performs actions after a key event dispatch - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.event.KeyEvent; * post-processed elsewhere. Therefore, it is unnecessary for the user * to register the focus manager as a dispatcher. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see KeyboardFocusManager#addKeyEventPostProcessor(KeyEventPostProcessor) * @see KeyboardFocusManager#removeKeyEventPostProcessor(KeyEventPostProcessor) * @since 1.4 diff --git a/libjava/java/awt/KeyboardFocusManager.java b/libjava/java/awt/KeyboardFocusManager.java index 6fa56d8..6ea213e 100644 --- a/libjava/java/awt/KeyboardFocusManager.java +++ b/libjava/java/awt/KeyboardFocusManager.java @@ -109,9 +109,9 @@ import java.util.Set; * applies recursively to any child components of such a window, * which define no traversal keys of their own. * - * @author Eric Blake <ebb9@email.byu.edu> - * @author Thomas Fitzsimmons <fitzsim@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Eric Blake (ebb9@email.byu.edu) + * @author Thomas Fitzsimmons (fitzsim@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) * @since 1.4 */ public abstract class KeyboardFocusManager diff --git a/libjava/java/awt/Label.java b/libjava/java/awt/Label.java index 0206cec..e1a43c8 100644 --- a/libjava/java/awt/Label.java +++ b/libjava/java/awt/Label.java @@ -1,5 +1,5 @@ /* Label.java -- Java label widget - Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,8 +49,8 @@ import javax.accessibility.AccessibleRole; * be edited by the user. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@cygnus.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Tom Tromey (tromey@cygnus.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ public class Label extends Component implements Accessible { diff --git a/libjava/java/awt/LayoutManager.java b/libjava/java/awt/LayoutManager.java index 1231c3e..62d5b9f 100644 --- a/libjava/java/awt/LayoutManager.java +++ b/libjava/java/awt/LayoutManager.java @@ -1,5 +1,5 @@ /* LayoutManager.java -- lay out elements in a Container - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This interface is for laying out containers in a particular sequence. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Container * @since 1.0 * @status updated to 1.4 diff --git a/libjava/java/awt/MenuBar.java b/libjava/java/awt/MenuBar.java index c040235..ce5256f 100644 --- a/libjava/java/awt/MenuBar.java +++ b/libjava/java/awt/MenuBar.java @@ -1,5 +1,5 @@ /* MenuBar.java -- An AWT menu bar class - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,8 +53,8 @@ import javax.accessibility.AccessibleRole; * This class implements a menu bar in the AWT system. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Tom Tromey <tromey@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Tom Tromey (tromey@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ public class MenuBar extends MenuComponent implements MenuContainer, Serializable, Accessible @@ -388,7 +388,7 @@ public AccessibleContext getAccessibleContext() /** * This class provides accessibility support for AWT menu bars. * - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ protected class AccessibleAWTMenuBar extends AccessibleAWTMenuComponent diff --git a/libjava/java/awt/MenuComponent.java b/libjava/java/awt/MenuComponent.java index db6d4bd..f5677fe 100644 --- a/libjava/java/awt/MenuComponent.java +++ b/libjava/java/awt/MenuComponent.java @@ -1,5 +1,5 @@ /* MenuComponent.java -- Superclass of all AWT menu components - Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -55,7 +55,7 @@ import javax.accessibility.AccessibleStateSet; * This is the superclass of all menu AWT widgets. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ public abstract class MenuComponent implements Serializable { @@ -465,7 +465,7 @@ public AccessibleContext getAccessibleContext() * This class provides a base for the accessibility support of menu * components. * - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) */ protected abstract class AccessibleAWTMenuComponent extends AccessibleContext diff --git a/libjava/java/awt/MenuContainer.java b/libjava/java/awt/MenuContainer.java index dd8b341..08d1cb0 100644 --- a/libjava/java/awt/MenuContainer.java +++ b/libjava/java/awt/MenuContainer.java @@ -1,5 +1,5 @@ /* MenuContainer.java -- container for menu items - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This interface is a container for menu components. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/PageAttributes.java b/libjava/java/awt/PageAttributes.java index 2501aa3..c94f857 100644 --- a/libjava/java/awt/PageAttributes.java +++ b/libjava/java/awt/PageAttributes.java @@ -1,5 +1,5 @@ /* PageAttributes.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.util.Locale; /** * Missing Documentation * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4, but missing documentation */ diff --git a/libjava/java/awt/Paint.java b/libjava/java/awt/Paint.java index 94c30c0..fa136ec 100644 --- a/libjava/java/awt/Paint.java +++ b/libjava/java/awt/Paint.java @@ -48,7 +48,7 @@ import java.awt.image.ColorModel; * of the graphics object. Instances must be immutable, because the graphics * object does not clone them. * - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) * @see PaintContext * @see Color * @see GradientPaint diff --git a/libjava/java/awt/PaintContext.java b/libjava/java/awt/PaintContext.java index fa26061..2900379 100644 --- a/libjava/java/awt/PaintContext.java +++ b/libjava/java/awt/PaintContext.java @@ -42,7 +42,7 @@ import java.awt.image.ColorModel; import java.awt.image.Raster; /** - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) * @see Paint * @since 1.1 * @status updated to 1.4 diff --git a/libjava/java/awt/Panel.java b/libjava/java/awt/Panel.java index 1ba9fbd..628e53e 100644 --- a/libjava/java/awt/Panel.java +++ b/libjava/java/awt/Panel.java @@ -1,5 +1,5 @@ /* Panel.java -- Simple container object - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -127,7 +127,7 @@ public class Panel extends Container implements Accessible * This class provides accessibility support for Panels, and is the * runtime type returned by {@link #getAccessibleContext()}. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 */ protected class AccessibleAWTPanel extends AccessibleAWTContainer diff --git a/libjava/java/awt/Point.java b/libjava/java/awt/Point.java index 3731b41..48f5e33 100644 --- a/libjava/java/awt/Point.java +++ b/libjava/java/awt/Point.java @@ -50,9 +50,9 @@ import java.io.Serializable; * manner, it is your own fault when you get invalid results. Also, this * class is not threadsafe. * - * @author Per Bothner <bothner@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Per Bothner (bothner@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Polygon.java b/libjava/java/awt/Polygon.java index 4b89bd6..4b1eda8 100644 --- a/libjava/java/awt/Polygon.java +++ b/libjava/java/awt/Polygon.java @@ -1,5 +1,5 @@ /* Polygon.java -- class representing a polygon - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,8 +57,8 @@ import java.io.Serializable; * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * not threadsafe. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/PrintGraphics.java b/libjava/java/awt/PrintGraphics.java index 4a65fce..ae66404 100644 --- a/libjava/java/awt/PrintGraphics.java +++ b/libjava/java/awt/PrintGraphics.java @@ -1,5 +1,5 @@ /* PrintGraphics.java -- a print graphics context - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This interface allows the originating print job to be obtained. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/PrintJob.java b/libjava/java/awt/PrintJob.java index 9cf95f2..7bf4534 100644 --- a/libjava/java/awt/PrintJob.java +++ b/libjava/java/awt/PrintJob.java @@ -1,5 +1,5 @@ /* PrintJob.java -- A print job class - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt; /** * This abstract class represents a print job. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Toolkit#getPrintJob(Frame, String, Properties) * @since 1.0 * @status updated to 1.4 diff --git a/libjava/java/awt/Rectangle.java b/libjava/java/awt/Rectangle.java index 6619096..df7cbbe 100644 --- a/libjava/java/awt/Rectangle.java +++ b/libjava/java/awt/Rectangle.java @@ -57,9 +57,9 @@ import java.io.Serializable; * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * not threadsafe. * - * @author Warren Levy <warrenl@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Warren Levy (warrenl@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ diff --git a/libjava/java/awt/RenderingHints.java b/libjava/java/awt/RenderingHints.java index a1ccdff..86e0eb6 100644 --- a/libjava/java/awt/RenderingHints.java +++ b/libjava/java/awt/RenderingHints.java @@ -51,8 +51,8 @@ import java.util.Set; * items are hints only, they may be ignored by a particular * {@link java.awt.Graphics2D} implementation. * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) + * @author Eric Blake (ebb9@email.byu.edu) */ public class RenderingHints implements Map, Cloneable { diff --git a/libjava/java/awt/Shape.java b/libjava/java/awt/Shape.java index 47c9719..1a0852b 100644 --- a/libjava/java/awt/Shape.java +++ b/libjava/java/awt/Shape.java @@ -1,5 +1,5 @@ /* Shape.java -- the classic Object-Oriented shape interface - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -54,7 +54,7 @@ import java.awt.geom.Rectangle2D; * Unclosed shapes are considered as implicitly closed when performing * <code>contains</code> or <code>intersects</code>. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see PathIterator * @see AffineTransform * @see java.awt.geom.FlatteningPathIterator diff --git a/libjava/java/awt/Stroke.java b/libjava/java/awt/Stroke.java index 8b9b7fc..1fe1568 100644 --- a/libjava/java/awt/Stroke.java +++ b/libjava/java/awt/Stroke.java @@ -1,5 +1,5 @@ /* Stroke.java -- a stroked outline of a shape - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ package java.awt; * Strokes must be immutable, because the graphics object does not clone * them. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see BasicStroke * @see Graphics2D#setStroke(Stroke) * @since 1.1 diff --git a/libjava/java/awt/SystemColor.java b/libjava/java/awt/SystemColor.java index 3428fba..90aa577 100644 --- a/libjava/java/awt/SystemColor.java +++ b/libjava/java/awt/SystemColor.java @@ -1,5 +1,5 @@ /* SystemColor.java -- access dynamic system color values - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -52,8 +52,8 @@ import java.io.Serializable; * track the actual color of instances in this class. This means that equals * may give surprising results; you are better off relying on getRGB. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Toolkit.java b/libjava/java/awt/Toolkit.java index f1925a2..c7f2de9 100644 --- a/libjava/java/awt/Toolkit.java +++ b/libjava/java/awt/Toolkit.java @@ -1,5 +1,5 @@ /* Toolkit.java -- AWT Toolkit superclass - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -91,7 +91,7 @@ import java.util.Properties; * toolkit <code>gnu.java.awt.peer.gtk.GtkToolkit</code> is used. This * toolkit creates its peers using the GTK+ toolkit. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) */ public abstract class Toolkit { diff --git a/libjava/java/awt/Transparency.java b/libjava/java/awt/Transparency.java index fc01f58..9636458 100644 --- a/libjava/java/awt/Transparency.java +++ b/libjava/java/awt/Transparency.java @@ -40,7 +40,7 @@ package java.awt; /** * A common transparency mode for layering graphics. * - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/Window.java b/libjava/java/awt/Window.java index 786e51a..cdcd1a4 100644 --- a/libjava/java/awt/Window.java +++ b/libjava/java/awt/Window.java @@ -63,8 +63,8 @@ import javax.accessibility.AccessibleStateSet; /** * This class represents a top-level window with no decorations. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Warren Levy <warrenl@cygnus.com> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Warren Levy (warrenl@cygnus.com) */ public class Window extends Container implements Accessible { diff --git a/libjava/java/awt/color/CMMException.java b/libjava/java/awt/color/CMMException.java index a0948ef..04ef3e2 100644 --- a/libjava/java/awt/color/CMMException.java +++ b/libjava/java/awt/color/CMMException.java @@ -1,5 +1,5 @@ /* CMMException.java -- error in the native CMM - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.color; /** * Thrown when there is an error in the native CMM. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @status updated to 1.4 */ public class CMMException extends RuntimeException diff --git a/libjava/java/awt/color/ColorSpace.java b/libjava/java/awt/color/ColorSpace.java index 905bf9c..dd7121e 100644 --- a/libjava/java/awt/color/ColorSpace.java +++ b/libjava/java/awt/color/ColorSpace.java @@ -43,7 +43,7 @@ import java.io.Serializable; /** * NEEDS DOCUMENTATION * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) * @since 1.2 */ public abstract class ColorSpace implements Serializable diff --git a/libjava/java/awt/color/ICC_ColorSpace.java b/libjava/java/awt/color/ICC_ColorSpace.java index 5cc526a..d6771cd 100644 --- a/libjava/java/awt/color/ICC_ColorSpace.java +++ b/libjava/java/awt/color/ICC_ColorSpace.java @@ -76,7 +76,7 @@ import java.io.ObjectInputStream; * guaranteed to have transforms from the PCS to device space. * * @author Sven de Marothy - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) * @since 1.2 */ public class ICC_ColorSpace extends ColorSpace diff --git a/libjava/java/awt/color/ICC_Profile.java b/libjava/java/awt/color/ICC_Profile.java index b84eb96..791ea9f 100644 --- a/libjava/java/awt/color/ICC_Profile.java +++ b/libjava/java/awt/color/ICC_Profile.java @@ -79,7 +79,7 @@ import java.util.Hashtable; * (available at www.color.org) * * @author Sven de Marothy - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) * @since 1.2 */ public class ICC_Profile implements Serializable diff --git a/libjava/java/awt/color/ProfileDataException.java b/libjava/java/awt/color/ProfileDataException.java index 89f47a2..53b6d28 100644 --- a/libjava/java/awt/color/ProfileDataException.java +++ b/libjava/java/awt/color/ProfileDataException.java @@ -1,5 +1,5 @@ /* ProfileDataException.java -- error in processing an ICC_Profile - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.color; * Thrown when there is an error accessing or processing an * <code>ICC_Profile</code>. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @status updated to 1.4 */ public class ProfileDataException extends RuntimeException diff --git a/libjava/java/awt/datatransfer/FlavorTable.java b/libjava/java/awt/datatransfer/FlavorTable.java index 3822cde..1275d92 100644 --- a/libjava/java/awt/datatransfer/FlavorTable.java +++ b/libjava/java/awt/datatransfer/FlavorTable.java @@ -1,5 +1,5 @@ /* FlavorTable.java -- A relaxed mapping between flavors - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.List; * native can map to multiple flavors, and any flavor can map to multiple * natives; although the mappings are usually symmetric. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.4 * @status updated to 1.4 */ diff --git a/libjava/java/awt/datatransfer/MimeTypeParseException.java b/libjava/java/awt/datatransfer/MimeTypeParseException.java index 42aecac..85331c2 100644 --- a/libjava/java/awt/datatransfer/MimeTypeParseException.java +++ b/libjava/java/awt/datatransfer/MimeTypeParseException.java @@ -1,5 +1,5 @@ /* MimeTypeParseException.java -- thrown when MIME string couldn't be parsed - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.datatransfer; /** * MIME string couldn't be parsed correctly. * - * @author Mark Wielaard <mark@klomp.org> + * @author Mark Wielaard (mark@klomp.org) * @status updated to 1.4 */ public class MimeTypeParseException extends Exception diff --git a/libjava/java/awt/datatransfer/Transferable.java b/libjava/java/awt/datatransfer/Transferable.java index 2b49931..8fa56e8 100644 --- a/libjava/java/awt/datatransfer/Transferable.java +++ b/libjava/java/awt/datatransfer/Transferable.java @@ -1,5 +1,5 @@ /* Transferable.java -- Data transfer source - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.io.IOException; /** * This interface is implemented by classes that can transfer data. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/datatransfer/UnsupportedFlavorException.java b/libjava/java/awt/datatransfer/UnsupportedFlavorException.java index 620452b..57ea856 100644 --- a/libjava/java/awt/datatransfer/UnsupportedFlavorException.java +++ b/libjava/java/awt/datatransfer/UnsupportedFlavorException.java @@ -1,5 +1,5 @@ /* UnsupportedFlavorException.java -- ata flavor is not valid - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.datatransfer; /** * The data flavor requested is not supported for the transfer data. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Transferable#getTransferData(DataFlavor) * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/Autoscroll.java b/libjava/java/awt/dnd/Autoscroll.java index ae868c0..054bba8 100644 --- a/libjava/java/awt/dnd/Autoscroll.java +++ b/libjava/java/awt/dnd/Autoscroll.java @@ -1,5 +1,5 @@ /* Autoscroll.java -- - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Point; * subject of the operation on a region of a scrollable GUI control that * is not currently visible to the user. * - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DnDConstants.java b/libjava/java/awt/dnd/DnDConstants.java index a64fa5a..e00b000 100644 --- a/libjava/java/awt/dnd/DnDConstants.java +++ b/libjava/java/awt/dnd/DnDConstants.java @@ -42,7 +42,7 @@ package java.awt.dnd; * This class contains various constants used in drag-and-drop operations. * Why it is not an interface is beyond me. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DragGestureListener.java b/libjava/java/awt/dnd/DragGestureListener.java index 2673d0d..f8c7ab4 100644 --- a/libjava/java/awt/dnd/DragGestureListener.java +++ b/libjava/java/awt/dnd/DragGestureListener.java @@ -1,5 +1,5 @@ /* DragGestureListener.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This is a listener for starting a drag-and-drop gesture. Upon receiving * notification, the implementor then starts the drag operation. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see DragGestureRecognizer * @see DragGestureEvent * @see DragSource diff --git a/libjava/java/awt/dnd/DragSourceAdapter.java b/libjava/java/awt/dnd/DragSourceAdapter.java index 2b2e155..8d65188 100644 --- a/libjava/java/awt/dnd/DragSourceAdapter.java +++ b/libjava/java/awt/dnd/DragSourceAdapter.java @@ -1,5 +1,5 @@ /* DragSourceAdapter.java -- drag-and-drop listener adapter - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ package java.awt.dnd; * a subset of these interfaces to extend this class and override only the * desired methods. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see DragSourceEvent * @see DragSourceListener * @see DragSourceMotionListener diff --git a/libjava/java/awt/dnd/DragSourceDropEvent.java b/libjava/java/awt/dnd/DragSourceDropEvent.java index a645814..876b73d 100644 --- a/libjava/java/awt/dnd/DragSourceDropEvent.java +++ b/libjava/java/awt/dnd/DragSourceDropEvent.java @@ -1,5 +1,5 @@ /* DragSourceDragEvent.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -38,7 +38,7 @@ exception statement from your version. */ package java.awt.dnd; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 * * Written using JDK 1.4.1 Online API diff --git a/libjava/java/awt/dnd/DragSourceListener.java b/libjava/java/awt/dnd/DragSourceListener.java index 2022a32..c4a7bf2 100644 --- a/libjava/java/awt/dnd/DragSourceListener.java +++ b/libjava/java/awt/dnd/DragSourceListener.java @@ -1,5 +1,5 @@ /* DragSourceListener.java -- listen to events during the drag - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * also use a <code>DragSourceAdapter</code> to filter the events you are * interested in. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DragSourceMotionListener.java b/libjava/java/awt/dnd/DragSourceMotionListener.java index 38d025c..d256845 100644 --- a/libjava/java/awt/dnd/DragSourceMotionListener.java +++ b/libjava/java/awt/dnd/DragSourceMotionListener.java @@ -1,5 +1,5 @@ /* DragSourceMotionListener.java -- tracks motion in the drag source - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListener; * event occurs. You can also use a <code>DragSourceAdapter</code> to filter * the events you are interested in. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see DragSourceDragEvent * @see DragSource * @see DragSourceListener diff --git a/libjava/java/awt/dnd/DropTargetAdapter.java b/libjava/java/awt/dnd/DropTargetAdapter.java index 4ece882..a9a81ac 100644 --- a/libjava/java/awt/dnd/DropTargetAdapter.java +++ b/libjava/java/awt/dnd/DropTargetAdapter.java @@ -1,5 +1,5 @@ /* DragSourceAdapter.java -- drag-and-drop listener adapter - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt.dnd; * a subset of these interfaces to extend this class and override only the * desired methods. * - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.4 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/DropTargetContext.java b/libjava/java/awt/dnd/DropTargetContext.java index d617855..0b3ba75 100644 --- a/libjava/java/awt/dnd/DropTargetContext.java +++ b/libjava/java/awt/dnd/DropTargetContext.java @@ -47,7 +47,7 @@ import java.util.Arrays; import java.util.List; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 */ public class DropTargetContext implements Serializable diff --git a/libjava/java/awt/dnd/DropTargetListener.java b/libjava/java/awt/dnd/DropTargetListener.java index 8025ff2..1eda1e3 100644 --- a/libjava/java/awt/dnd/DropTargetListener.java +++ b/libjava/java/awt/dnd/DropTargetListener.java @@ -1,5 +1,5 @@ /* DropTargetListener.java -- listen to events during the drop - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package java.awt.dnd; import java.util.EventListener; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/InvalidDnDOperationException.java b/libjava/java/awt/dnd/InvalidDnDOperationException.java index 927ab14..d02c69b8 100644 --- a/libjava/java/awt/dnd/InvalidDnDOperationException.java +++ b/libjava/java/awt/dnd/InvalidDnDOperationException.java @@ -1,5 +1,5 @@ /* InvalidDnDOperationException.java -- thrown when drag-and-drop fails - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt.dnd; * requested operation, usually because the underlying DnD system is in the * wrong state. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/dnd/MouseDragGestureRecognizer.java b/libjava/java/awt/dnd/MouseDragGestureRecognizer.java index 6b21b43..52e19b1 100644 --- a/libjava/java/awt/dnd/MouseDragGestureRecognizer.java +++ b/libjava/java/awt/dnd/MouseDragGestureRecognizer.java @@ -1,5 +1,5 @@ /* MouseDragGestureRecognizer.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; /** - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) */ public abstract class MouseDragGestureRecognizer extends DragGestureRecognizer diff --git a/libjava/java/awt/dnd/peer/DropTargetContextPeer.java b/libjava/java/awt/dnd/peer/DropTargetContextPeer.java index a2e3ba2..6c3816f 100644 --- a/libjava/java/awt/dnd/peer/DropTargetContextPeer.java +++ b/libjava/java/awt/dnd/peer/DropTargetContextPeer.java @@ -1,5 +1,5 @@ /* DropTargetContextPeer.java -- interface for drag-and-drop peers - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.awt.dnd.InvalidDnDOperationException; * with an associated <code>DropTarget</code> and visible geometry is first * intersected by a logical cursor. * - * @author Michael Koch <konqueror@gmx.de> + * @author Michael Koch (konqueror@gmx.de) */ public interface DropTargetContextPeer { diff --git a/libjava/java/awt/event/AWTEventListener.java b/libjava/java/awt/event/AWTEventListener.java index b735ce1..b9ce7dc 100644 --- a/libjava/java/awt/event/AWTEventListener.java +++ b/libjava/java/awt/event/AWTEventListener.java @@ -1,5 +1,5 @@ /* AWTEventListener.java -- listen for all events in the AWT system - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * system. In general, this should not be used except for classes like * javax.accessibility or by event recorders. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see AWTEvent * @see Toolkit#addAWTEventListener(AWTEventListener, long) * @see Toolkit#removeAWTEventListener(AWTEventListener) diff --git a/libjava/java/awt/event/AWTEventListenerProxy.java b/libjava/java/awt/event/AWTEventListenerProxy.java index 7572e70..fef8ae7 100644 --- a/libjava/java/awt/event/AWTEventListenerProxy.java +++ b/libjava/java/awt/event/AWTEventListenerProxy.java @@ -1,5 +1,5 @@ /* AWTEventListenerProxy.java -- wrapper/filter for AWTEventListener - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListenerProxy; * This class allows adding an AWTEventListener which only pays attention to * a specific event mask. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Toolkit * @see EventListenerProxy * @since 1.4 diff --git a/libjava/java/awt/event/ActionEvent.java b/libjava/java/awt/event/ActionEvent.java index 97f9807..2b9763e 100644 --- a/libjava/java/awt/event/ActionEvent.java +++ b/libjava/java/awt/event/ActionEvent.java @@ -1,5 +1,5 @@ /* ActionEvent.java -- an action has been triggered - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.EventQueue; * This event is generated when an action on a component (such as a * button press) occurs. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ActionListener * @since 1.1 * @status updated to 1.4 diff --git a/libjava/java/awt/event/AdjustmentEvent.java b/libjava/java/awt/event/AdjustmentEvent.java index 623dab5..f7c7ae4 100644 --- a/libjava/java/awt/event/AdjustmentEvent.java +++ b/libjava/java/awt/event/AdjustmentEvent.java @@ -1,5 +1,5 @@ /* AdjustmentEvent.java -- an adjustable value was changed - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.Adjustable; * This class represents an event that is generated when an adjustable * value is changed. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Adjustable * @see AdjustmentListener * @since 1.1 diff --git a/libjava/java/awt/event/AdjustmentListener.java b/libjava/java/awt/event/AdjustmentListener.java index 050528b..d07663c 100644 --- a/libjava/java/awt/event/AdjustmentListener.java +++ b/libjava/java/awt/event/AdjustmentListener.java @@ -1,5 +1,5 @@ /* AdjustmentListener.java -- listen for adjustment events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ import java.util.EventListener; /** * Interface for classes that listen for adjustment events. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/event/ComponentAdapter.java b/libjava/java/awt/event/ComponentAdapter.java index a8d6044..6ef7847 100644 --- a/libjava/java/awt/event/ComponentAdapter.java +++ b/libjava/java/awt/event/ComponentAdapter.java @@ -1,5 +1,5 @@ /* ComponentAdapter.java -- convenience class for writing component listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>ComponentListener</code> * interface to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentEvent * @see ComponentListener * @since 1.1 diff --git a/libjava/java/awt/event/ComponentEvent.java b/libjava/java/awt/event/ComponentEvent.java index 0f20815..08f0df7 100644 --- a/libjava/java/awt/event/ComponentEvent.java +++ b/libjava/java/awt/event/ComponentEvent.java @@ -1,5 +1,5 @@ /* ComponentEvent.java -- notification of events for components - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.awt.Component; * is also the superclass for other events on components, but * ComponentListeners ignore such subclasses. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentAdapter * @see ComponentListener * @since 1.1 diff --git a/libjava/java/awt/event/ComponentListener.java b/libjava/java/awt/event/ComponentListener.java index fbfc333..7f60174 100644 --- a/libjava/java/awt/event/ComponentListener.java +++ b/libjava/java/awt/event/ComponentListener.java @@ -1,5 +1,5 @@ /* ComponentListener.java -- receive all events for a component - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * handles them internally, taking all appropriate actions. To watch a subset * of these events, use a ComponentAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentAdapter * @see ComponentEvent * @since 1.1 diff --git a/libjava/java/awt/event/ContainerAdapter.java b/libjava/java/awt/event/ContainerAdapter.java index b4c97be..bad475e 100644 --- a/libjava/java/awt/event/ContainerAdapter.java +++ b/libjava/java/awt/event/ContainerAdapter.java @@ -1,5 +1,5 @@ /* ContainerAdapter.java -- convenience class for writing container listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>ContainerListener</code> * interface to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ContainerEvent * @see ContainerListener * @since 1.1 diff --git a/libjava/java/awt/event/ContainerEvent.java b/libjava/java/awt/event/ContainerEvent.java index fe087d2..08c55fa 100644 --- a/libjava/java/awt/event/ContainerEvent.java +++ b/libjava/java/awt/event/ContainerEvent.java @@ -1,5 +1,5 @@ /* ContainerEvent.java -- components added/removed from a container - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Container; * container. Applications do not ordinarily need to handle these events * since the AWT system handles them internally. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ContainerAdapter * @see ContainerListener * @since 1.1 diff --git a/libjava/java/awt/event/ContainerListener.java b/libjava/java/awt/event/ContainerListener.java index a937e15..2ad00f0 100644 --- a/libjava/java/awt/event/ContainerListener.java +++ b/libjava/java/awt/event/ContainerListener.java @@ -1,5 +1,5 @@ /* ContainerListener.java -- listen for container events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * listens for and processes these events. To watch a subset of these events, * use a ContainerAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ContainerAdapter * @see ContainerEvent * @since 1.1 diff --git a/libjava/java/awt/event/FocusAdapter.java b/libjava/java/awt/event/FocusAdapter.java index 721878e..471c7f2 100644 --- a/libjava/java/awt/event/FocusAdapter.java +++ b/libjava/java/awt/event/FocusAdapter.java @@ -1,5 +1,5 @@ /* FocusAdapter.java -- convenience class for writing focus listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>FocusListener</code> interface to * extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see FocusEvent * @see FocusListener * @since 1.1 diff --git a/libjava/java/awt/event/FocusEvent.java b/libjava/java/awt/event/FocusEvent.java index 9f2b98f7..3bca6a7 100644 --- a/libjava/java/awt/event/FocusEvent.java +++ b/libjava/java/awt/event/FocusEvent.java @@ -1,5 +1,5 @@ /* FocusEvent.java -- generated for a focus change - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Component; * during a sroll then returned, and permanent changes, such as when the user * TABs through focusable components. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see FocusAdapter * @see FocusListener * @since 1.1 diff --git a/libjava/java/awt/event/FocusListener.java b/libjava/java/awt/event/FocusListener.java index e372843..d8ef5a8 100644 --- a/libjava/java/awt/event/FocusListener.java +++ b/libjava/java/awt/event/FocusListener.java @@ -1,5 +1,5 @@ /* FocusListener.java -- listen for focus changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListener; * keyboard focus for a component. To watch a subset of these events, use a * FocusAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see FocusAdapter * @see FocusEvent * @since 1.1 diff --git a/libjava/java/awt/event/InputEvent.java b/libjava/java/awt/event/InputEvent.java index b2a1e31..cd59afc 100644 --- a/libjava/java/awt/event/InputEvent.java +++ b/libjava/java/awt/event/InputEvent.java @@ -1,5 +1,5 @@ /* InputEvent.java -- common superclass of component input events - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import java.awt.Component; * passed to listeners before the component, so that listeners can consume * the event before it does its default behavior. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see KeyEvent * @see KeyAdapter * @see MouseEvent diff --git a/libjava/java/awt/event/InputMethodEvent.java b/libjava/java/awt/event/InputMethodEvent.java index 880025b..98dc426 100644 --- a/libjava/java/awt/event/InputMethodEvent.java +++ b/libjava/java/awt/event/InputMethodEvent.java @@ -1,5 +1,5 @@ /* InputMethodEvent.java -- events from a text input method - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import java.text.AttributedCharacterIterator; /** * This class is for event generated by change in a text input method. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see InputMethodListener * @since 1.2 * @status updated to 1.4 diff --git a/libjava/java/awt/event/InputMethodListener.java b/libjava/java/awt/event/InputMethodListener.java index bf09ed8..08de16f 100644 --- a/libjava/java/awt/event/InputMethodListener.java +++ b/libjava/java/awt/event/InputMethodListener.java @@ -1,5 +1,5 @@ /* InputMethodListener.java -- listen for input method events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.EventListener; * method. For a text component to use input methods, it must also install * an InputMethodRequests handler. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see InputMethodEvent * @see InputMethodRequests * @since 1.2 diff --git a/libjava/java/awt/event/InvocationEvent.java b/libjava/java/awt/event/InvocationEvent.java index fb58595..27546c0 100644 --- a/libjava/java/awt/event/InvocationEvent.java +++ b/libjava/java/awt/event/InvocationEvent.java @@ -1,5 +1,5 @@ /* InvocationEvent.java -- call a runnable when dispatched - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.awt.EventQueue; * <code>invokeAndWait</code>, so client code can use this fact to avoid * writing special-casing AWTEventListener objects. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ActiveEvent * @see EventQueue#invokeLater(Runnable) * @see EventQueue#invokeAndWait(Runnable) diff --git a/libjava/java/awt/event/ItemEvent.java b/libjava/java/awt/event/ItemEvent.java index 43784a8..f9c3ee2 100644 --- a/libjava/java/awt/event/ItemEvent.java +++ b/libjava/java/awt/event/ItemEvent.java @@ -1,5 +1,5 @@ /* ItemEvent.java -- event for item state changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.ItemSelectable; * abstraction that distills a large number of individual mouse or keyboard * events into a simpler "item selected" and "item deselected" events. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ItemSelectable * @see ItemListener * @since 1.1 diff --git a/libjava/java/awt/event/ItemListener.java b/libjava/java/awt/event/ItemListener.java index 5c67357..cc8f8c7 100644 --- a/libjava/java/awt/event/ItemListener.java +++ b/libjava/java/awt/event/ItemListener.java @@ -1,5 +1,5 @@ /* ItemListener.java -- listen for item events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to receive events when an * item's selection state changes. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ItemSelectable * @see ItemEvent * @since 1.1 diff --git a/libjava/java/awt/event/KeyAdapter.java b/libjava/java/awt/event/KeyAdapter.java index c60fd52..d27786c 100644 --- a/libjava/java/awt/event/KeyAdapter.java +++ b/libjava/java/awt/event/KeyAdapter.java @@ -1,5 +1,5 @@ /* KeyAdapter.java -- convenience class for writing key listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * a subset of the <code>KeyListener</code> interface to extend this class * and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see KeyEvent * @see KeyListener * @since 1.1 diff --git a/libjava/java/awt/event/KeyEvent.java b/libjava/java/awt/event/KeyEvent.java index 7212c0c..cef05ae 100644 --- a/libjava/java/awt/event/KeyEvent.java +++ b/libjava/java/awt/event/KeyEvent.java @@ -1,5 +1,5 @@ /* KeyEvent.java -- event for key presses - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -70,8 +70,8 @@ import java.io.ObjectInputStream; * as VK_ALL_CANDIDATES in place of ALT+VK_CONVERT. Do not rely on the value * of the VK_* constants, except for VK_ENTER, VK_BACK_SPACE, and VK_TAB. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see KeyAdapter * @see KeyListener * @since 1.1 diff --git a/libjava/java/awt/event/KeyListener.java b/libjava/java/awt/event/KeyListener.java index 7443eed..d46edf4 100644 --- a/libjava/java/awt/event/KeyListener.java +++ b/libjava/java/awt/event/KeyListener.java @@ -1,5 +1,5 @@ /* KeyListener.java -- listen for keyboard presses - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to receive keyboard events. To * watch a subset of these events, use a KeyAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see KeyAdapter * @see KeyEvent * @since 1.1 diff --git a/libjava/java/awt/event/MouseAdapter.java b/libjava/java/awt/event/MouseAdapter.java index 2518d36..5c8cbd0 100644 --- a/libjava/java/awt/event/MouseAdapter.java +++ b/libjava/java/awt/event/MouseAdapter.java @@ -1,5 +1,5 @@ /* MouseAdapter.java -- convenience class for writing mouse listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * a subset of the <code>MouseListener</code> interface to extend this class * and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseEvent * @see MouseListener * @since 1.1 diff --git a/libjava/java/awt/event/MouseEvent.java b/libjava/java/awt/event/MouseEvent.java index 7f3e014..6e43183 100644 --- a/libjava/java/awt/event/MouseEvent.java +++ b/libjava/java/awt/event/MouseEvent.java @@ -1,5 +1,5 @@ /* MouseEvent.java -- a mouse event - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -63,8 +63,8 @@ import java.io.ObjectInputStream; * virtual device, some platforms may clip the path to fit in the bounds of * the component. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see MouseAdapter * @see MouseListener * @see MouseMotionAdapter diff --git a/libjava/java/awt/event/MouseListener.java b/libjava/java/awt/event/MouseListener.java index 6162b08..8b60ef7 100644 --- a/libjava/java/awt/event/MouseListener.java +++ b/libjava/java/awt/event/MouseListener.java @@ -1,5 +1,5 @@ /* MouseListener.java -- listen for mouse clicks and crossing component edges - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.util.EventListener; * use MouseWheelListener. To watch a subset of these events, use a * MouseAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseAdapter * @see MouseEvent * @since 1.1 diff --git a/libjava/java/awt/event/MouseMotionAdapter.java b/libjava/java/awt/event/MouseMotionAdapter.java index cc74988..0500cc5 100644 --- a/libjava/java/awt/event/MouseMotionAdapter.java +++ b/libjava/java/awt/event/MouseMotionAdapter.java @@ -1,5 +1,5 @@ /* MouseMotionAdapter.java -- convenience class for mouse motion listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.event; * implementing only a subset of the <code>MouseMotionListener</code> * interface to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseEvent * @see MouseMotionListener * @since 1.1 diff --git a/libjava/java/awt/event/MouseMotionListener.java b/libjava/java/awt/event/MouseMotionListener.java index 16ced33..1a003ea 100644 --- a/libjava/java/awt/event/MouseMotionListener.java +++ b/libjava/java/awt/event/MouseMotionListener.java @@ -1,5 +1,5 @@ /* MouseMotionListener.java -- listen to mouse motion events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.util.EventListener; * track other mouse events, use MouseListener or MouseWheelListener. To * watch a subset of these events, use a MouseMotionAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see MouseMotionAdapter * @see MouseEvent * @since 1.1 diff --git a/libjava/java/awt/event/MouseWheelEvent.java b/libjava/java/awt/event/MouseWheelEvent.java index 88d31a5..c167057 100644 --- a/libjava/java/awt/event/MouseWheelEvent.java +++ b/libjava/java/awt/event/MouseWheelEvent.java @@ -1,5 +1,5 @@ /* MouseWheelEvent.java -- a mouse wheel event - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,7 +57,7 @@ import java.awt.Component; * "blocks" (pages at a time). The initial setting is taken from the platform, * although the user can adjust the setting at any time. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see MouseWheelListener * @see ScrollPane * @see ScrollPane#setWheelScrollingEnabled(boolean) diff --git a/libjava/java/awt/event/MouseWheelListener.java b/libjava/java/awt/event/MouseWheelListener.java index 15cbd03..cfb5528 100644 --- a/libjava/java/awt/event/MouseWheelListener.java +++ b/libjava/java/awt/event/MouseWheelListener.java @@ -1,5 +1,5 @@ /* MouseWheelListener.java -- listen for mouse wheel events - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to receive mouse wheel events. For * other events, use MouseListener or MouseMotionListener. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see MouseWheelEvent * @since 1.4 * @status updated to 1.4 diff --git a/libjava/java/awt/event/PaintEvent.java b/libjava/java/awt/event/PaintEvent.java index 107c6b3..c11e2b6 100644 --- a/libjava/java/awt/event/PaintEvent.java +++ b/libjava/java/awt/event/PaintEvent.java @@ -1,5 +1,5 @@ /* PaintEvent.java -- an area of the screen needs to be repainted - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.awt.Rectangle; * This event is not meant for users, but exists to allow proper serialization * behavior in the EventQueue with user-accessible events. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.1 * @status updated to 1.4 */ diff --git a/libjava/java/awt/event/TextEvent.java b/libjava/java/awt/event/TextEvent.java index 58d9ab6..7cf44b4 100644 --- a/libjava/java/awt/event/TextEvent.java +++ b/libjava/java/awt/event/TextEvent.java @@ -1,5 +1,5 @@ /* TextEvent.java -- event for text changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.awt.AWTEvent; * abstraction that distills a large number of individual mouse or keyboard * events into a simpler "text changed" event. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see TextComponent * @see TextListener * @since 1.1 diff --git a/libjava/java/awt/event/TextListener.java b/libjava/java/awt/event/TextListener.java index efdd103..f764783 100644 --- a/libjava/java/awt/event/TextListener.java +++ b/libjava/java/awt/event/TextListener.java @@ -1,5 +1,5 @@ /* TextListener.java -- listen for text changes - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to be notified when text changes * in a component. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see TextEvent * @since 1.1 * @status updated to 1.4 diff --git a/libjava/java/awt/event/WindowAdapter.java b/libjava/java/awt/event/WindowAdapter.java index 5dea18c..3929286 100644 --- a/libjava/java/awt/event/WindowAdapter.java +++ b/libjava/java/awt/event/WindowAdapter.java @@ -1,5 +1,5 @@ /* WindowAdapter.java -- convenience class for writing window listeners - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ package java.awt.event; * interested in listening to only a subset of any <code>WindowEvent</code> * actions to extend this class and override only the desired methods. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see ComponentEvent * @see ComponentListener * @since 1.1 diff --git a/libjava/java/awt/event/WindowEvent.java b/libjava/java/awt/event/WindowEvent.java index 6e40d51..68a8c25 100644 --- a/libjava/java/awt/event/WindowEvent.java +++ b/libjava/java/awt/event/WindowEvent.java @@ -1,5 +1,5 @@ /* WindowEvent.java -- window change event - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.awt.Window; * like maximization, and WindowFocusListeners deal with focus switching to * or from a window. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see WindowAdapter * @see WindowListener * @see WindowFocusListener diff --git a/libjava/java/awt/event/WindowFocusListener.java b/libjava/java/awt/event/WindowFocusListener.java index de684fb..42034b7 100644 --- a/libjava/java/awt/event/WindowFocusListener.java +++ b/libjava/java/awt/event/WindowFocusListener.java @@ -1,5 +1,5 @@ /* WindowFocusListener.java -- listens for window focus events - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to monitor events for window * focus changes. To watch a subset of these events, use a WindowAdapter. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see WindowAdapter * @see WindowEvent * @since 1.4 diff --git a/libjava/java/awt/event/WindowListener.java b/libjava/java/awt/event/WindowListener.java index ab22c8f..8bbcaba 100644 --- a/libjava/java/awt/event/WindowListener.java +++ b/libjava/java/awt/event/WindowListener.java @@ -1,5 +1,5 @@ /* WindowListener.java -- listens for window events - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to monitor events for window * changes. To watch a subset of these events, use a WindowAdapter. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see WindowAdapter * @see WindowEvent * @since 1.1 diff --git a/libjava/java/awt/event/WindowStateListener.java b/libjava/java/awt/event/WindowStateListener.java index 2d870a8..dcf4496 100644 --- a/libjava/java/awt/event/WindowStateListener.java +++ b/libjava/java/awt/event/WindowStateListener.java @@ -1,5 +1,5 @@ /* WindowStateListener.java -- listens for window state changes - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.util.EventListener; * This interface is for classes that wish to monitor events for window * state changes. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see WindowAdapter * @see WindowEvent * @since 1.4 diff --git a/libjava/java/awt/font/TextHitInfo.java b/libjava/java/awt/font/TextHitInfo.java index daeb7c6..2629ad2 100644 --- a/libjava/java/awt/font/TextHitInfo.java +++ b/libjava/java/awt/font/TextHitInfo.java @@ -1,5 +1,5 @@ /* TextHitInfo.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -38,7 +38,7 @@ exception statement from your version. */ package java.awt.font; /** - * @author John Leuner <jewel@debian.org> + * @author John Leuner (jewel@debian.org) */ public final class TextHitInfo { diff --git a/libjava/java/awt/geom/CubicCurve2D.java b/libjava/java/awt/geom/CubicCurve2D.java index 2037306..1c500b0 100644 --- a/libjava/java/awt/geom/CubicCurve2D.java +++ b/libjava/java/awt/geom/CubicCurve2D.java @@ -642,11 +642,11 @@ public abstract class CubicCurve2D implements Shape, Cloneable * @see #solveCubic(double[], double[]) * @see QuadCurve2D#solveQuadratic(double[],double[]) * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brian Gough (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveCubic(double[] eqn) @@ -689,11 +689,11 @@ public abstract class CubicCurve2D implements Shape, Cloneable * result of -1 indicates that the equation is constant (i.e., * always or never zero). * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brain Gouph (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveCubic(double[] eqn, double[] res) diff --git a/libjava/java/awt/geom/Dimension2D.java b/libjava/java/awt/geom/Dimension2D.java index dbbdf6b..8654c74 100644 --- a/libjava/java/awt/geom/Dimension2D.java +++ b/libjava/java/awt/geom/Dimension2D.java @@ -42,8 +42,8 @@ package java.awt.geom; * This stores a dimension in 2-dimensional space - a width (along the x-axis) * and height (along the y-axis). The storage is left to subclasses. * - * @author Per Bothner <bothner@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Per Bothner (bothner@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/Ellipse2D.java b/libjava/java/awt/geom/Ellipse2D.java index bd64adf..85ba1d1 100644 --- a/libjava/java/awt/geom/Ellipse2D.java +++ b/libjava/java/awt/geom/Ellipse2D.java @@ -46,10 +46,10 @@ package java.awt.geom; * The ellipse is defined by it's bounding box (shown in red), * and is defined by the implicit curve:<BR> * <blockquote>(<i>x</i>/<i>a</i>)<sup>2</sup> + - * (<i>y</i>/<i>b</i>)<sup>2</sup> = 1<BR><BR> + * (<i>y</i>/<i>b</i>)<sup>2</sup> = 1<BR><BR></blockquote> * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * * @since 1.2 */ diff --git a/libjava/java/awt/geom/IllegalPathStateException.java b/libjava/java/awt/geom/IllegalPathStateException.java index f0e388a..3aa432d 100644 --- a/libjava/java/awt/geom/IllegalPathStateException.java +++ b/libjava/java/awt/geom/IllegalPathStateException.java @@ -41,7 +41,7 @@ package java.awt.geom; * Thrown when an operation on a path is in an illegal state, such as appending * a segment to a <code>GeneralPath</code> without an initial moveto. * - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @see GeneralPath * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/Line2D.java b/libjava/java/awt/geom/Line2D.java index 05eedcd..3b64f45 100644 --- a/libjava/java/awt/geom/Line2D.java +++ b/libjava/java/awt/geom/Line2D.java @@ -46,8 +46,8 @@ import java.util.NoSuchElementException; * Remember, on-screen graphics have increasing x from left-to-right, and * increasing y from top-to-bottom. The storage is left to subclasses. * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @author David Gilbert * @since 1.2 * @status updated to 1.4 @@ -867,7 +867,7 @@ public abstract class Line2D implements Shape, Cloneable /** * This class defines a point in <code>double</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ @@ -1017,7 +1017,7 @@ public abstract class Line2D implements Shape, Cloneable /** * This class defines a point in <code>float</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/NoninvertibleTransformException.java b/libjava/java/awt/geom/NoninvertibleTransformException.java index 40b2c18..0fa3667 100644 --- a/libjava/java/awt/geom/NoninvertibleTransformException.java +++ b/libjava/java/awt/geom/NoninvertibleTransformException.java @@ -42,7 +42,7 @@ package java.awt.geom; * <code>AffineTransform</code>, but the transform is in a non-invertible * state. * - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @see AffineTransform * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/PathIterator.java b/libjava/java/awt/geom/PathIterator.java index 8076b5c..6d38911 100644 --- a/libjava/java/awt/geom/PathIterator.java +++ b/libjava/java/awt/geom/PathIterator.java @@ -44,8 +44,8 @@ package java.awt.geom; * MOVETO directive, and can close a circular path back to the previos * MOVETO via the CLOSE directive. * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see java.awt.Shape * @see java.awt.Stroke * @see FlatteningPathIterator diff --git a/libjava/java/awt/geom/Point2D.java b/libjava/java/awt/geom/Point2D.java index d27505f..e334ac7 100644 --- a/libjava/java/awt/geom/Point2D.java +++ b/libjava/java/awt/geom/Point2D.java @@ -229,7 +229,7 @@ public abstract class Point2D implements Cloneable /** * This class defines a point in <code>double</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ @@ -307,7 +307,7 @@ public abstract class Point2D implements Cloneable /** * This class defines a point in <code>float</code> precision. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/geom/QuadCurve2D.java b/libjava/java/awt/geom/QuadCurve2D.java index 0376d5a..db7c2ab 100644 --- a/libjava/java/awt/geom/QuadCurve2D.java +++ b/libjava/java/awt/geom/QuadCurve2D.java @@ -41,7 +41,6 @@ import java.awt.Rectangle; import java.awt.Shape; import java.util.NoSuchElementException; - /** * A two-dimensional curve that is parameterized with a quadratic * function. @@ -563,11 +562,11 @@ public abstract class QuadCurve2D implements Shape, Cloneable * result of -1 indicates that the equation is constant (i.e., * always or never zero). * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brain Gouph (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveQuadratic(double[] eqn) @@ -608,11 +607,11 @@ public abstract class QuadCurve2D implements Shape, Cloneable * result of -1 indicates that the equation is constant (i.e., * always or never zero). * - * @author <a href="mailto:bjg@network-theory.com">Brian Gough</a> + * @author Brian Gouph (bjg@network-theory.com) * (original C implementation in the <a href= * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>) * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) * (adaptation to Java) */ public static int solveQuadratic(double[] eqn, double[] res) diff --git a/libjava/java/awt/geom/RectangularShape.java b/libjava/java/awt/geom/RectangularShape.java index 78e393e..8679d2e 100644 --- a/libjava/java/awt/geom/RectangularShape.java +++ b/libjava/java/awt/geom/RectangularShape.java @@ -46,8 +46,8 @@ import java.awt.Shape; * subclasses which represent geometric objects inside a rectangular frame. * This does not specify any geometry except for the bounding box. * - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @see Arc2D * @see Ellipse2D diff --git a/libjava/java/awt/geom/RoundRectangle2D.java b/libjava/java/awt/geom/RoundRectangle2D.java index 3f004ed..b9af7ef 100644 --- a/libjava/java/awt/geom/RoundRectangle2D.java +++ b/libjava/java/awt/geom/RoundRectangle2D.java @@ -41,7 +41,7 @@ import java.util.NoSuchElementException; /** This class implements a rectangle with rounded corners. - * @author Tom Tromey <tromey@cygnus.com> + * @author Tom Tromey (tromey@cygnus.com) * @date December 3, 2000 */ public abstract class RoundRectangle2D extends RectangularShape diff --git a/libjava/java/awt/im/InputContext.java b/libjava/java/awt/im/InputContext.java index fc068c2..03fbd36 100644 --- a/libjava/java/awt/im/InputContext.java +++ b/libjava/java/awt/im/InputContext.java @@ -1,5 +1,5 @@ /* InputContext.java -- provides the context for text input - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -74,7 +74,7 @@ import java.util.Locale; * one entry per line in UTF-8 encoding, each class in the jar that implements * java.awt.im.spi.InputMethodDescriptor. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Component#getInputContext() * @see Component#enableInputMethods(boolean) * @since 1.2 diff --git a/libjava/java/awt/im/InputMethodHighlight.java b/libjava/java/awt/im/InputMethodHighlight.java index 2946d25..9286762 100644 --- a/libjava/java/awt/im/InputMethodHighlight.java +++ b/libjava/java/awt/im/InputMethodHighlight.java @@ -1,5 +1,5 @@ /* InputMethodHighlight.java -- highlights the current text selection - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -52,7 +52,7 @@ import java.util.Map; * AttributedCharacterIterators, and may be wrapped in Annotations to separate * text segments. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see AttributedCharacterIterators * @see Annotation * @since 1.2 diff --git a/libjava/java/awt/im/InputMethodRequests.java b/libjava/java/awt/im/InputMethodRequests.java index 88253ed..d39efcb 100644 --- a/libjava/java/awt/im/InputMethodRequests.java +++ b/libjava/java/awt/im/InputMethodRequests.java @@ -1,5 +1,5 @@ /* InputMethodRequests.java -- handles text insertion via input methods - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import java.text.AttributedCharacterIterator.Attribute; * usually below the main text window, until it is committed into place at * the insertion point, overwriting any selected text</li></ul> * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Component#getInputMethodRequests() * @see InputMethodListener * @since 1.2 diff --git a/libjava/java/awt/im/InputSubset.java b/libjava/java/awt/im/InputSubset.java index fd03269..78c2164 100644 --- a/libjava/java/awt/im/InputSubset.java +++ b/libjava/java/awt/im/InputSubset.java @@ -1,5 +1,5 @@ /* InputSubset.java -- subsets of Unicode important in text input - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.im; * These constants encompass several Unicode blocks, or portions thereof, for * simplification over {@link Character.UnicodeBlock}. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4 */ diff --git a/libjava/java/awt/im/spi/InputMethod.java b/libjava/java/awt/im/spi/InputMethod.java index 0e981ef..18f7a7b 100644 --- a/libjava/java/awt/im/spi/InputMethod.java +++ b/libjava/java/awt/im/spi/InputMethod.java @@ -1,5 +1,5 @@ /* InputMethod.java -- defines an interface for complex text input - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import java.util.Locale; * <p>These contexts can be loaded by the input method framework, using * {@link InputContext#selectInputMethod(Locale)}. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ diff --git a/libjava/java/awt/im/spi/InputMethodDescriptor.java b/libjava/java/awt/im/spi/InputMethodDescriptor.java index 9ba9774..57a1fda 100644 --- a/libjava/java/awt/im/spi/InputMethodDescriptor.java +++ b/libjava/java/awt/im/spi/InputMethodDescriptor.java @@ -1,5 +1,5 @@ /* InputMethodDescriptor.java -- enables loading and use of an input method - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.util.Locale; * This interface provides information about an InputMethod before it is * loaded. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.3 * @status updated to 1.4 */ diff --git a/libjava/java/awt/image/BandCombineOp.java b/libjava/java/awt/image/BandCombineOp.java index 48c61c5..4c921ed 100644 --- a/libjava/java/awt/image/BandCombineOp.java +++ b/libjava/java/awt/image/BandCombineOp.java @@ -53,7 +53,7 @@ import java.awt.geom.Rectangle2D; * for the destination. Therefore the destination Raster must contain the * same number of bands as the number of rows in the filter matrix. * - * @author Jerry Quinn <jlquinn@optonline.net> + * @author Jerry Quinn (jlquinn@optonline.net) */ public class BandCombineOp implements RasterOp { diff --git a/libjava/java/awt/image/BandedSampleModel.java b/libjava/java/awt/image/BandedSampleModel.java index 93252d9..68a4466 100644 --- a/libjava/java/awt/image/BandedSampleModel.java +++ b/libjava/java/awt/image/BandedSampleModel.java @@ -41,7 +41,7 @@ package java.awt.image; * multiple pixels in a single unit. Pixels have 2^n bits and 2^k pixels fit * per data element. * - * @author Jerry Quinn <jlquinn@optonline.net> + * @author Jerry Quinn (jlquinn@optonline.net) */ public final class BandedSampleModel extends ComponentSampleModel { diff --git a/libjava/java/awt/image/ByteLookupTable.java b/libjava/java/awt/image/ByteLookupTable.java index f022191..8bea284 100644 --- a/libjava/java/awt/image/ByteLookupTable.java +++ b/libjava/java/awt/image/ByteLookupTable.java @@ -1,5 +1,5 @@ /* ByteLookupTable.java -- Java class for a pixel translation table. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.image; * Alpha, R, G, and B. When doing translation, the offset is subtracted from * the pixel values to allow a subset of an array to be used. * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public class ByteLookupTable extends LookupTable diff --git a/libjava/java/awt/image/ComponentSampleModel.java b/libjava/java/awt/image/ComponentSampleModel.java index 0665f40..86161e0 100644 --- a/libjava/java/awt/image/ComponentSampleModel.java +++ b/libjava/java/awt/image/ComponentSampleModel.java @@ -56,7 +56,7 @@ import gnu.java.awt.Buffers; * is controlled by bandOffset, pixelStride, and scanlineStride, which means * that any combination of interleavings is supported. * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class ComponentSampleModel extends SampleModel { diff --git a/libjava/java/awt/image/DataBuffer.java b/libjava/java/awt/image/DataBuffer.java index b921953..6f0215b 100644 --- a/libjava/java/awt/image/DataBuffer.java +++ b/libjava/java/awt/image/DataBuffer.java @@ -41,7 +41,7 @@ package java.awt.image; * of one or more banks. A bank is a continuous region of data * elements. * - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class DataBuffer { diff --git a/libjava/java/awt/image/DataBufferByte.java b/libjava/java/awt/image/DataBufferByte.java index c56be6b..a306ede 100644 --- a/libjava/java/awt/image/DataBufferByte.java +++ b/libjava/java/awt/image/DataBufferByte.java @@ -47,7 +47,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferByte extends DataBuffer { diff --git a/libjava/java/awt/image/DataBufferDouble.java b/libjava/java/awt/image/DataBufferDouble.java index 305cb00..c6d1e10 100644 --- a/libjava/java/awt/image/DataBufferDouble.java +++ b/libjava/java/awt/image/DataBufferDouble.java @@ -49,8 +49,8 @@ package java.awt.image; /** * @since 1.4 * - * @author <a href="mailto:rolfwr@ii.uib.no">Rolf W. Rasmussen</a> - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) + * @author Sascha Brawer (brawer@dandelis.ch) */ public final class DataBufferDouble extends DataBuffer diff --git a/libjava/java/awt/image/DataBufferFloat.java b/libjava/java/awt/image/DataBufferFloat.java index 9673edd..6b47e2b 100644 --- a/libjava/java/awt/image/DataBufferFloat.java +++ b/libjava/java/awt/image/DataBufferFloat.java @@ -47,8 +47,8 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author <a href="mailto:rolfwr@ii.uib.no">Rolf W. Rasmussen</a> - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) + * @author Sascha Brawer (brawer@dandelis.ch) */ public final class DataBufferFloat extends DataBuffer diff --git a/libjava/java/awt/image/DataBufferInt.java b/libjava/java/awt/image/DataBufferInt.java index c5f0853..c90f955 100644 --- a/libjava/java/awt/image/DataBufferInt.java +++ b/libjava/java/awt/image/DataBufferInt.java @@ -47,7 +47,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferInt extends DataBuffer { diff --git a/libjava/java/awt/image/DataBufferShort.java b/libjava/java/awt/image/DataBufferShort.java index 7a095c4..a8d8cb5 100644 --- a/libjava/java/awt/image/DataBufferShort.java +++ b/libjava/java/awt/image/DataBufferShort.java @@ -48,7 +48,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferShort extends DataBuffer { diff --git a/libjava/java/awt/image/DataBufferUShort.java b/libjava/java/awt/image/DataBufferUShort.java index 6efe73d..7466d85 100644 --- a/libjava/java/awt/image/DataBufferUShort.java +++ b/libjava/java/awt/image/DataBufferUShort.java @@ -48,7 +48,7 @@ package java.awt.image; code is a maintenance nightmare. */ /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public final class DataBufferUShort extends DataBuffer { diff --git a/libjava/java/awt/image/ImagingOpException.java b/libjava/java/awt/image/ImagingOpException.java index 51bf02b..0018dc4 100644 --- a/libjava/java/awt/image/ImagingOpException.java +++ b/libjava/java/awt/image/ImagingOpException.java @@ -1,5 +1,5 @@ /* ImagingOpException.java -- indicates an imaging filter failure - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.image; * This exception is thrown when <code>BufferedImageOp</code> or * <code>RasterOp</code> filters cannot process an image. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see BufferedImageOp * @see RasterOp * @status updated to 1.4 diff --git a/libjava/java/awt/image/Kernel.java b/libjava/java/awt/image/Kernel.java index 4898f9e..2bc82ee 100644 --- a/libjava/java/awt/image/Kernel.java +++ b/libjava/java/awt/image/Kernel.java @@ -1,5 +1,5 @@ /* Kernel.java -- Java class for an image processing kernel - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package java.awt.image; * convolution filters among other purposes. It stores an array of float * values representing a 2-dimensional array in row-major order. * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public class Kernel implements Cloneable diff --git a/libjava/java/awt/image/LookupTable.java b/libjava/java/awt/image/LookupTable.java index eb89795..497cdb6 100644 --- a/libjava/java/awt/image/LookupTable.java +++ b/libjava/java/awt/image/LookupTable.java @@ -1,5 +1,5 @@ /* LookupTable.java -- Java class for a pixel translation table. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ package java.awt.image; * @see ByteLookupTable * @see ShortLookupTable * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public abstract class LookupTable diff --git a/libjava/java/awt/image/MultiPixelPackedSampleModel.java b/libjava/java/awt/image/MultiPixelPackedSampleModel.java index 6d5f284..ab971c0 100644 --- a/libjava/java/awt/image/MultiPixelPackedSampleModel.java +++ b/libjava/java/awt/image/MultiPixelPackedSampleModel.java @@ -43,7 +43,7 @@ import gnu.java.awt.Buffers; * multiple pixels in a single unit. Pixels have 2^n bits and 2^k pixels fit * per data element. * - * @author Jerry Quinn <jlquinn@optonline.net> + * @author Jerry Quinn (jlquinn@optonline.net) */ public class MultiPixelPackedSampleModel extends SampleModel { diff --git a/libjava/java/awt/image/PackedColorModel.java b/libjava/java/awt/image/PackedColorModel.java index 1f18cf6..457dded 100644 --- a/libjava/java/awt/image/PackedColorModel.java +++ b/libjava/java/awt/image/PackedColorModel.java @@ -43,7 +43,7 @@ import java.awt.Point; import java.awt.color.ColorSpace; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class PackedColorModel extends ColorModel { diff --git a/libjava/java/awt/image/PixelInterleavedSampleModel.java b/libjava/java/awt/image/PixelInterleavedSampleModel.java index d17a68d..1c0408c 100644 --- a/libjava/java/awt/image/PixelInterleavedSampleModel.java +++ b/libjava/java/awt/image/PixelInterleavedSampleModel.java @@ -1,5 +1,5 @@ /* PixelInterleavedSampleModel.java - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ package java.awt.image; * * @since 1.2 * - * @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a> + * @author Sascha Brawer (brawer@dandelis.ch) */ public class PixelInterleavedSampleModel extends ComponentSampleModel diff --git a/libjava/java/awt/image/RGBImageFilter.java b/libjava/java/awt/image/RGBImageFilter.java index b613c1b..ca88d70 100644 --- a/libjava/java/awt/image/RGBImageFilter.java +++ b/libjava/java/awt/image/RGBImageFilter.java @@ -1,5 +1,5 @@ /* RGBImageFilter.java -- Java class for filtering Pixels by RGB values - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.image; * A filter designed to filter images in the default RGBColorModel regardless of * the ImageProducer's ColorModel. * - * @author Mark Benvenuto <mcb54@columbia.edu> + * @author Mark Benvenuto (mcb54@columbia.edu) */ public abstract class RGBImageFilter extends ImageFilter { diff --git a/libjava/java/awt/image/Raster.java b/libjava/java/awt/image/Raster.java index 0fad4ba..c3cb07f 100644 --- a/libjava/java/awt/image/Raster.java +++ b/libjava/java/awt/image/Raster.java @@ -41,7 +41,7 @@ import java.awt.Point; import java.awt.Rectangle; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class Raster { diff --git a/libjava/java/awt/image/RasterFormatException.java b/libjava/java/awt/image/RasterFormatException.java index 3a29877..4cfc5b5 100644 --- a/libjava/java/awt/image/RasterFormatException.java +++ b/libjava/java/awt/image/RasterFormatException.java @@ -1,5 +1,5 @@ /* RasterFormatException.java -- indicates invalid layout in Raster - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.image; * This exception is thrown when there is invalid layout information in * <code>Raster</code> * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Raster * @status updated to 1.4 */ diff --git a/libjava/java/awt/image/SampleModel.java b/libjava/java/awt/image/SampleModel.java index 4e3b38b..b0d12c0 100644 --- a/libjava/java/awt/image/SampleModel.java +++ b/libjava/java/awt/image/SampleModel.java @@ -37,7 +37,7 @@ exception statement from your version. */ package java.awt.image; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public abstract class SampleModel { diff --git a/libjava/java/awt/image/ShortLookupTable.java b/libjava/java/awt/image/ShortLookupTable.java index 36beb1d..c57abeb 100644 --- a/libjava/java/awt/image/ShortLookupTable.java +++ b/libjava/java/awt/image/ShortLookupTable.java @@ -1,5 +1,5 @@ /* ShortLookupTable.java -- Java class for a pixel translation table. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ package java.awt.image; * Alpha, R, G, and B. When doing translation, the offset is subtracted from * the pixel values to allow a subset of an array to be used. * - * @author <a href="mailto:jlquinn@optonline.net">Jerry Quinn</a> + * @author Jerry Quinn (jlquinn@optonline.net) * @version 1.0 */ public class ShortLookupTable extends LookupTable diff --git a/libjava/java/awt/image/SinglePixelPackedSampleModel.java b/libjava/java/awt/image/SinglePixelPackedSampleModel.java index 94a9537..32789fc 100644 --- a/libjava/java/awt/image/SinglePixelPackedSampleModel.java +++ b/libjava/java/awt/image/SinglePixelPackedSampleModel.java @@ -40,7 +40,7 @@ import gnu.java.awt.BitMaskExtent; import gnu.java.awt.Buffers; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class SinglePixelPackedSampleModel extends SampleModel { diff --git a/libjava/java/awt/image/WritableRaster.java b/libjava/java/awt/image/WritableRaster.java index f735001..de3648af 100644 --- a/libjava/java/awt/image/WritableRaster.java +++ b/libjava/java/awt/image/WritableRaster.java @@ -41,7 +41,7 @@ import java.awt.Point; import java.awt.Rectangle; /** - * @author Rolf W. Rasmussen <rolfwr@ii.uib.no> + * @author Rolf W. Rasmussen (rolfwr@ii.uib.no) */ public class WritableRaster extends Raster { diff --git a/libjava/java/awt/print/PrinterAbortException.java b/libjava/java/awt/print/PrinterAbortException.java index 133fdfe..5507a4f 100644 --- a/libjava/java/awt/print/PrinterAbortException.java +++ b/libjava/java/awt/print/PrinterAbortException.java @@ -1,5 +1,5 @@ /* PrinterAbortException.java -- Indicates the print job was aborted - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.print; * This exception is thrown when the print job is aborted, either by the * user or by the application. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class PrinterAbortException extends PrinterException diff --git a/libjava/java/awt/print/PrinterException.java b/libjava/java/awt/print/PrinterException.java index 9476d93..e27fdbf 100644 --- a/libjava/java/awt/print/PrinterException.java +++ b/libjava/java/awt/print/PrinterException.java @@ -1,5 +1,5 @@ /* PrinterException.java -- generic problem in the printing subsystem - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.awt.print; * This is the generic toplevel exception for printing errors. Subclasses * provide more detailed descriptions of the problem. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @status updated to 1.4 */ public class PrinterException extends Exception diff --git a/libjava/java/awt/print/PrinterIOException.java b/libjava/java/awt/print/PrinterIOException.java index 31f6381..e64ff4e 100644 --- a/libjava/java/awt/print/PrinterIOException.java +++ b/libjava/java/awt/print/PrinterIOException.java @@ -1,5 +1,5 @@ /* PrinterIOException.java -- The print job encountered an I/O error - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,8 +44,8 @@ import java.io.IOException; * This exception is thrown when the print job encounters an I/O problem * of some kind. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @status updated to 1.4 */ public class PrinterIOException extends PrinterException diff --git a/libjava/java/beans/AppletInitializer.java b/libjava/java/beans/AppletInitializer.java index 48c37b3..0b20c86 100644 --- a/libjava/java/beans/AppletInitializer.java +++ b/libjava/java/beans/AppletInitializer.java @@ -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 diff --git a/libjava/java/beans/ExceptionListener.java b/libjava/java/beans/ExceptionListener.java index 09f7d1a..01f952f 100644 --- a/libjava/java/beans/ExceptionListener.java +++ b/libjava/java/beans/ExceptionListener.java @@ -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 */ diff --git a/libjava/java/beans/PropertyChangeEvent.java b/libjava/java/beans/PropertyChangeEvent.java index 418f92f..75e17b1 100644 --- a/libjava/java/beans/PropertyChangeEvent.java +++ b/libjava/java/beans/PropertyChangeEvent.java @@ -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 */ diff --git a/libjava/java/beans/PropertyChangeListenerProxy.java b/libjava/java/beans/PropertyChangeListenerProxy.java index 6e70703..3a04de2 100644 --- a/libjava/java/beans/PropertyChangeListenerProxy.java +++ b/libjava/java/beans/PropertyChangeListenerProxy.java @@ -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 */ diff --git a/libjava/java/beans/PropertyChangeSupport.java b/libjava/java/beans/PropertyChangeSupport.java index 4796a17..76932bc 100644 --- a/libjava/java/beans/PropertyChangeSupport.java +++ b/libjava/java/beans/PropertyChangeSupport.java @@ -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 */ diff --git a/libjava/java/beans/PropertyDescriptor.java b/libjava/java/beans/PropertyDescriptor.java index b62440a..84c3176 100644 --- a/libjava/java/beans/PropertyDescriptor.java +++ b/libjava/java/beans/PropertyDescriptor.java @@ -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/> diff --git a/libjava/java/beans/VetoableChangeListenerProxy.java b/libjava/java/beans/VetoableChangeListenerProxy.java index f9d7995..d500731 100644 --- a/libjava/java/beans/VetoableChangeListenerProxy.java +++ b/libjava/java/beans/VetoableChangeListenerProxy.java @@ -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 */ diff --git a/libjava/java/beans/VetoableChangeSupport.java b/libjava/java/beans/VetoableChangeSupport.java index bbac648..f1dbc50 100644 --- a/libjava/java/beans/VetoableChangeSupport.java +++ b/libjava/java/beans/VetoableChangeSupport.java @@ -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 */ diff --git a/libjava/java/io/BufferedReader.java b/libjava/java/io/BufferedReader.java index 1907470..ab59788 100644 --- a/libjava/java/io/BufferedReader.java +++ b/libjava/java/io/BufferedReader.java @@ -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 { diff --git a/libjava/java/io/ByteArrayInputStream.java b/libjava/java/io/ByteArrayInputStream.java index 45a09a7..906e71a 100644 --- a/libjava/java/io/ByteArrayInputStream.java +++ b/libjava/java/io/ByteArrayInputStream.java @@ -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 diff --git a/libjava/java/io/ByteArrayOutputStream.java b/libjava/java/io/ByteArrayOutputStream.java index 2e89cf5..095debe 100644 --- a/libjava/java/io/ByteArrayOutputStream.java +++ b/libjava/java/io/ByteArrayOutputStream.java @@ -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 diff --git a/libjava/java/io/CharArrayReader.java b/libjava/java/io/CharArrayReader.java index 9d5382b..d0d5a28 100644 --- a/libjava/java/io/CharArrayReader.java +++ b/libjava/java/io/CharArrayReader.java @@ -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 { diff --git a/libjava/java/io/CharArrayWriter.java b/libjava/java/io/CharArrayWriter.java index 7453996..4593f15 100644 --- a/libjava/java/io/CharArrayWriter.java +++ b/libjava/java/io/CharArrayWriter.java @@ -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 { diff --git a/libjava/java/io/CharConversionException.java b/libjava/java/io/CharConversionException.java index 0cb83d2..6f2afb5 100644 --- a/libjava/java/io/CharConversionException.java +++ b/libjava/java/io/CharConversionException.java @@ -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 */ diff --git a/libjava/java/io/DataInput.java b/libjava/java/io/DataInput.java index 52cd246..0aa172b 100644 --- a/libjava/java/io/DataInput.java +++ b/libjava/java/io/DataInput.java @@ -1,5 +1,5 @@ /* DataInput.java -- Interface for reading data from a stream - Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2001, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ package java.io; * into Java primitive types. * * @author Aaron M. Renn (arenn@urbanophile.com) - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) */ public interface DataInput { diff --git a/libjava/java/io/DataInputStream.java b/libjava/java/io/DataInputStream.java index d606882..9cdbc69 100644 --- a/libjava/java/io/DataInputStream.java +++ b/libjava/java/io/DataInputStream.java @@ -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 diff --git a/libjava/java/io/DataOutput.java b/libjava/java/io/DataOutput.java index e07eb62..70fb7d4 100644 --- a/libjava/java/io/DataOutput.java +++ b/libjava/java/io/DataOutput.java @@ -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 */ diff --git a/libjava/java/io/DataOutputStream.java b/libjava/java/io/DataOutputStream.java index ab2db95..9a2d172 100644 --- a/libjava/java/io/DataOutputStream.java +++ b/libjava/java/io/DataOutputStream.java @@ -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 { diff --git a/libjava/java/io/EOFException.java b/libjava/java/io/EOFException.java index d129cd6..2ec28c6 100644 --- a/libjava/java/io/EOFException.java +++ b/libjava/java/io/EOFException.java @@ -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 diff --git a/libjava/java/io/FileInputStream.java b/libjava/java/io/FileInputStream.java index 908c00a..17aaf79 100644 --- a/libjava/java/io/FileInputStream.java +++ b/libjava/java/io/FileInputStream.java @@ -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 { diff --git a/libjava/java/io/FileNotFoundException.java b/libjava/java/io/FileNotFoundException.java index 7877aba..66809f5 100644 --- a/libjava/java/io/FileNotFoundException.java +++ b/libjava/java/io/FileNotFoundException.java @@ -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 diff --git a/libjava/java/io/FileOutputStream.java b/libjava/java/io/FileOutputStream.java index 1702ffe..34b06cb 100644 --- a/libjava/java/io/FileOutputStream.java +++ b/libjava/java/io/FileOutputStream.java @@ -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 { diff --git a/libjava/java/io/FilenameFilter.java b/libjava/java/io/FilenameFilter.java index e3b004d..dad3ccf 100644 --- a/libjava/java/io/FilenameFilter.java +++ b/libjava/java/io/FilenameFilter.java @@ -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) diff --git a/libjava/java/io/FilterInputStream.java b/libjava/java/io/FilterInputStream.java index c81259b..477521aa 100644 --- a/libjava/java/io/FilterInputStream.java +++ b/libjava/java/io/FilterInputStream.java @@ -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 { diff --git a/libjava/java/io/FilterOutputStream.java b/libjava/java/io/FilterOutputStream.java index 2144213..98db4ac 100644 --- a/libjava/java/io/FilterOutputStream.java +++ b/libjava/java/io/FilterOutputStream.java @@ -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 { diff --git a/libjava/java/io/FilterReader.java b/libjava/java/io/FilterReader.java index caf102b..4cc6940 100644 --- a/libjava/java/io/FilterReader.java +++ b/libjava/java/io/FilterReader.java @@ -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 { diff --git a/libjava/java/io/FilterWriter.java b/libjava/java/io/FilterWriter.java index a717092..5a8ede5 100644 --- a/libjava/java/io/FilterWriter.java +++ b/libjava/java/io/FilterWriter.java @@ -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 { diff --git a/libjava/java/io/IOException.java b/libjava/java/io/IOException.java index 8baf593..f1e3848 100644 --- a/libjava/java/io/IOException.java +++ b/libjava/java/io/IOException.java @@ -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 diff --git a/libjava/java/io/InputStream.java b/libjava/java/io/InputStream.java index 610ccf1..1d94244 100644 --- a/libjava/java/io/InputStream.java +++ b/libjava/java/io/InputStream.java @@ -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 { diff --git a/libjava/java/io/InterruptedIOException.java b/libjava/java/io/InterruptedIOException.java index 321c269..614fb3b 100644 --- a/libjava/java/io/InterruptedIOException.java +++ b/libjava/java/io/InterruptedIOException.java @@ -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 */ diff --git a/libjava/java/io/LineNumberInputStream.java b/libjava/java/io/LineNumberInputStream.java index ee0ce2c..ae6292e 100644 --- a/libjava/java/io/LineNumberInputStream.java +++ b/libjava/java/io/LineNumberInputStream.java @@ -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 { diff --git a/libjava/java/io/LineNumberReader.java b/libjava/java/io/LineNumberReader.java index b3cb582..0a4797b 100644 --- a/libjava/java/io/LineNumberReader.java +++ b/libjava/java/io/LineNumberReader.java @@ -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 diff --git a/libjava/java/io/ObjectInputStream.java b/libjava/java/io/ObjectInputStream.java index 0c79d33..bcaa2e3 100644 --- a/libjava/java/io/ObjectInputStream.java +++ b/libjava/java/io/ObjectInputStream.java @@ -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; diff --git a/libjava/java/io/ObjectStreamException.java b/libjava/java/io/ObjectStreamException.java index da1ca46..fa2c780 100644 --- a/libjava/java/io/ObjectStreamException.java +++ b/libjava/java/io/ObjectStreamException.java @@ -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 */ diff --git a/libjava/java/io/OptionalDataException.java b/libjava/java/io/OptionalDataException.java index 919c2bf..858302c 100644 --- a/libjava/java/io/OptionalDataException.java +++ b/libjava/java/io/OptionalDataException.java @@ -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 */ diff --git a/libjava/java/io/OutputStream.java b/libjava/java/io/OutputStream.java index cee9864..2b1a90a 100644 --- a/libjava/java/io/OutputStream.java +++ b/libjava/java/io/OutputStream.java @@ -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 { diff --git a/libjava/java/io/OutputStreamWriter.java b/libjava/java/io/OutputStreamWriter.java index a07470a..0705041 100644 --- a/libjava/java/io/OutputStreamWriter.java +++ b/libjava/java/io/OutputStreamWriter.java @@ -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 diff --git a/libjava/java/io/PrintStream.java b/libjava/java/io/PrintStream.java index 3526473..02a126b 100644 --- a/libjava/java/io/PrintStream.java +++ b/libjava/java/io/PrintStream.java @@ -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 { diff --git a/libjava/java/io/PrintWriter.java b/libjava/java/io/PrintWriter.java index 376b3c4..e03f2f8 100644 --- a/libjava/java/io/PrintWriter.java +++ b/libjava/java/io/PrintWriter.java @@ -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 diff --git a/libjava/java/io/PushbackInputStream.java b/libjava/java/io/PushbackInputStream.java index c07714e..aedd7eb 100644 --- a/libjava/java/io/PushbackInputStream.java +++ b/libjava/java/io/PushbackInputStream.java @@ -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 { diff --git a/libjava/java/io/PushbackReader.java b/libjava/java/io/PushbackReader.java index cc2473a..05f343e 100644 --- a/libjava/java/io/PushbackReader.java +++ b/libjava/java/io/PushbackReader.java @@ -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 { diff --git a/libjava/java/io/RandomAccessFile.java b/libjava/java/io/RandomAccessFile.java index 2b1e085..c23ca3a 100644 --- a/libjava/java/io/RandomAccessFile.java +++ b/libjava/java/io/RandomAccessFile.java @@ -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 { diff --git a/libjava/java/io/Reader.java b/libjava/java/io/Reader.java index 18481ac..bb4494b 100644 --- a/libjava/java/io/Reader.java +++ b/libjava/java/io/Reader.java @@ -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) */ diff --git a/libjava/java/io/SequenceInputStream.java b/libjava/java/io/SequenceInputStream.java index e7b2f49..a46b11d 100644 --- a/libjava/java/io/SequenceInputStream.java +++ b/libjava/java/io/SequenceInputStream.java @@ -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 { diff --git a/libjava/java/io/Serializable.java b/libjava/java/io/Serializable.java index b6c47c4..065faae 100644 --- a/libjava/java/io/Serializable.java +++ b/libjava/java/io/Serializable.java @@ -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 { diff --git a/libjava/java/io/StreamCorruptedException.java b/libjava/java/io/StreamCorruptedException.java index 004047f..86002cb 100644 --- a/libjava/java/io/StreamCorruptedException.java +++ b/libjava/java/io/StreamCorruptedException.java @@ -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 */ diff --git a/libjava/java/io/StreamTokenizer.java b/libjava/java/io/StreamTokenizer.java index dd6acb3..b5bd38f 100644 --- a/libjava/java/io/StreamTokenizer.java +++ b/libjava/java/io/StreamTokenizer.java @@ -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 diff --git a/libjava/java/io/StringBufferInputStream.java b/libjava/java/io/StringBufferInputStream.java index 96dc4a3..4ed9a9f 100644 --- a/libjava/java/io/StringBufferInputStream.java +++ b/libjava/java/io/StringBufferInputStream.java @@ -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 { diff --git a/libjava/java/io/StringWriter.java b/libjava/java/io/StringWriter.java index c5aab8d..7b6e141 100644 --- a/libjava/java/io/StringWriter.java +++ b/libjava/java/io/StringWriter.java @@ -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 { diff --git a/libjava/java/io/SyncFailedException.java b/libjava/java/io/SyncFailedException.java index a896ffb..5563268 100644 --- a/libjava/java/io/SyncFailedException.java +++ b/libjava/java/io/SyncFailedException.java @@ -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 diff --git a/libjava/java/io/UTFDataFormatException.java b/libjava/java/io/UTFDataFormatException.java index a38e251..d4f2df2 100644 --- a/libjava/java/io/UTFDataFormatException.java +++ b/libjava/java/io/UTFDataFormatException.java @@ -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 diff --git a/libjava/java/io/UnsupportedEncodingException.java b/libjava/java/io/UnsupportedEncodingException.java index 8ee686b..5159fb2 100644 --- a/libjava/java/io/UnsupportedEncodingException.java +++ b/libjava/java/io/UnsupportedEncodingException.java @@ -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 */ diff --git a/libjava/java/io/WriteAbortedException.java b/libjava/java/io/WriteAbortedException.java index 7b68385..a778780 100644 --- a/libjava/java/io/WriteAbortedException.java +++ b/libjava/java/io/WriteAbortedException.java @@ -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 */ diff --git a/libjava/java/io/Writer.java b/libjava/java/io/Writer.java index 49b6315..4a69030 100644 --- a/libjava/java/io/Writer.java +++ b/libjava/java/io/Writer.java @@ -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 { diff --git a/libjava/java/lang/AbstractMethodError.java b/libjava/java/lang/AbstractMethodError.java index df96186..8fd20d3 100644 --- a/libjava/java/lang/AbstractMethodError.java +++ b/libjava/java/lang/AbstractMethodError.java @@ -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 diff --git a/libjava/java/lang/ArithmeticException.java b/libjava/java/lang/ArithmeticException.java index de79b09..7fb9c1c 100644 --- a/libjava/java/lang/ArithmeticException.java +++ b/libjava/java/lang/ArithmeticException.java @@ -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 diff --git a/libjava/java/lang/ArrayIndexOutOfBoundsException.java b/libjava/java/lang/ArrayIndexOutOfBoundsException.java index 1a6db8d..abc6d1d6 100644 --- a/libjava/java/lang/ArrayIndexOutOfBoundsException.java +++ b/libjava/java/lang/ArrayIndexOutOfBoundsException.java @@ -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 diff --git a/libjava/java/lang/ArrayStoreException.java b/libjava/java/lang/ArrayStoreException.java index 3fa714d..00a084e 100644 --- a/libjava/java/lang/ArrayStoreException.java +++ b/libjava/java/lang/ArrayStoreException.java @@ -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 diff --git a/libjava/java/lang/AssertionError.java b/libjava/java/lang/AssertionError.java index 2bbf81c..8851be1 100644 --- a/libjava/java/lang/AssertionError.java +++ b/libjava/java/lang/AssertionError.java @@ -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 */ diff --git a/libjava/java/lang/Boolean.java b/libjava/java/lang/Boolean.java index 3c09a15..a30b669 100644 --- a/libjava/java/lang/Boolean.java +++ b/libjava/java/lang/Boolean.java @@ -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 */ diff --git a/libjava/java/lang/Byte.java b/libjava/java/lang/Byte.java index 641c5cc..e59ac59 100644 --- a/libjava/java/lang/Byte.java +++ b/libjava/java/lang/Byte.java @@ -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 */ diff --git a/libjava/java/lang/Class.java b/libjava/java/lang/Class.java index 6a65482..bf11861 100644 --- a/libjava/java/lang/Class.java +++ b/libjava/java/lang/Class.java @@ -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 */ diff --git a/libjava/java/lang/ClassCastException.java b/libjava/java/lang/ClassCastException.java index b552b23..49c5262 100644 --- a/libjava/java/lang/ClassCastException.java +++ b/libjava/java/lang/ClassCastException.java @@ -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 diff --git a/libjava/java/lang/ClassCircularityError.java b/libjava/java/lang/ClassCircularityError.java index 8016ead..fb93327 100644 --- a/libjava/java/lang/ClassCircularityError.java +++ b/libjava/java/lang/ClassCircularityError.java @@ -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 diff --git a/libjava/java/lang/ClassLoader.java b/libjava/java/lang/ClassLoader.java index 46e523c..2621281 100644 --- a/libjava/java/lang/ClassLoader.java +++ b/libjava/java/lang/ClassLoader.java @@ -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 diff --git a/libjava/java/lang/ClassNotFoundException.java b/libjava/java/lang/ClassNotFoundException.java index cb54660..cfa03f5 100644 --- a/libjava/java/lang/ClassNotFoundException.java +++ b/libjava/java/lang/ClassNotFoundException.java @@ -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) diff --git a/libjava/java/lang/CloneNotSupportedException.java b/libjava/java/lang/CloneNotSupportedException.java index e13112a..488e915 100644 --- a/libjava/java/lang/CloneNotSupportedException.java +++ b/libjava/java/lang/CloneNotSupportedException.java @@ -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 diff --git a/libjava/java/lang/Cloneable.java b/libjava/java/lang/Cloneable.java index 64c7faf..0a8243e 100644 --- a/libjava/java/lang/Cloneable.java +++ b/libjava/java/lang/Cloneable.java @@ -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 diff --git a/libjava/java/lang/Comparable.java b/libjava/java/lang/Comparable.java index bfe72db..4ffec60 100644 --- a/libjava/java/lang/Comparable.java +++ b/libjava/java/lang/Comparable.java @@ -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[]) diff --git a/libjava/java/lang/Compiler.java b/libjava/java/lang/Compiler.java index 858f63e..1179f79 100644 --- a/libjava/java/lang/Compiler.java +++ b/libjava/java/lang/Compiler.java @@ -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) diff --git a/libjava/java/lang/Double.java b/libjava/java/lang/Double.java index be393b6..81985f0 100644 --- a/libjava/java/lang/Double.java +++ b/libjava/java/lang/Double.java @@ -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 */ diff --git a/libjava/java/lang/Error.java b/libjava/java/lang/Error.java index 8bb42dc..fc1d622 100644 --- a/libjava/java/lang/Error.java +++ b/libjava/java/lang/Error.java @@ -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 */ diff --git a/libjava/java/lang/Exception.java b/libjava/java/lang/Exception.java index edf5de2..68a7dcb 100644 --- a/libjava/java/lang/Exception.java +++ b/libjava/java/lang/Exception.java @@ -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 diff --git a/libjava/java/lang/ExceptionInInitializerError.java b/libjava/java/lang/ExceptionInInitializerError.java index d04bdc0..966a9f3 100644 --- a/libjava/java/lang/ExceptionInInitializerError.java +++ b/libjava/java/lang/ExceptionInInitializerError.java @@ -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 */ diff --git a/libjava/java/lang/Float.java b/libjava/java/lang/Float.java index d599121..0fa3547 100644 --- a/libjava/java/lang/Float.java +++ b/libjava/java/lang/Float.java @@ -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 */ diff --git a/libjava/java/lang/IllegalAccessError.java b/libjava/java/lang/IllegalAccessError.java index a5c384e..a45efd1 100644 --- a/libjava/java/lang/IllegalAccessError.java +++ b/libjava/java/lang/IllegalAccessError.java @@ -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 diff --git a/libjava/java/lang/IllegalAccessException.java b/libjava/java/lang/IllegalAccessException.java index f6fc8f6..f1ac3b0 100644 --- a/libjava/java/lang/IllegalAccessException.java +++ b/libjava/java/lang/IllegalAccessException.java @@ -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) diff --git a/libjava/java/lang/IllegalArgumentException.java b/libjava/java/lang/IllegalArgumentException.java index deb6735..d012013 100644 --- a/libjava/java/lang/IllegalArgumentException.java +++ b/libjava/java/lang/IllegalArgumentException.java @@ -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 diff --git a/libjava/java/lang/IllegalMonitorStateException.java b/libjava/java/lang/IllegalMonitorStateException.java index 08e1ba7..7461942 100644 --- a/libjava/java/lang/IllegalMonitorStateException.java +++ b/libjava/java/lang/IllegalMonitorStateException.java @@ -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 diff --git a/libjava/java/lang/IllegalStateException.java b/libjava/java/lang/IllegalStateException.java index 16dcf1a..f39ea53 100644 --- a/libjava/java/lang/IllegalStateException.java +++ b/libjava/java/lang/IllegalStateException.java @@ -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 */ diff --git a/libjava/java/lang/IllegalThreadStateException.java b/libjava/java/lang/IllegalThreadStateException.java index bcc188e..d7e0a2b 100644 --- a/libjava/java/lang/IllegalThreadStateException.java +++ b/libjava/java/lang/IllegalThreadStateException.java @@ -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 diff --git a/libjava/java/lang/IncompatibleClassChangeError.java b/libjava/java/lang/IncompatibleClassChangeError.java index 7f569fd..7885a25 100644 --- a/libjava/java/lang/IncompatibleClassChangeError.java +++ b/libjava/java/lang/IncompatibleClassChangeError.java @@ -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 diff --git a/libjava/java/lang/IndexOutOfBoundsException.java b/libjava/java/lang/IndexOutOfBoundsException.java index 336f872..4886f01 100644 --- a/libjava/java/lang/IndexOutOfBoundsException.java +++ b/libjava/java/lang/IndexOutOfBoundsException.java @@ -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 diff --git a/libjava/java/lang/InheritableThreadLocal.java b/libjava/java/lang/InheritableThreadLocal.java index 5dfbe9a..43810f8 100644 --- a/libjava/java/lang/InheritableThreadLocal.java +++ b/libjava/java/lang/InheritableThreadLocal.java @@ -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 diff --git a/libjava/java/lang/InstantiationError.java b/libjava/java/lang/InstantiationError.java index 54aa7b3..3d2750c 100644 --- a/libjava/java/lang/InstantiationError.java +++ b/libjava/java/lang/InstantiationError.java @@ -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 diff --git a/libjava/java/lang/InstantiationException.java b/libjava/java/lang/InstantiationException.java index 5114814..4aa4bd0 100644 --- a/libjava/java/lang/InstantiationException.java +++ b/libjava/java/lang/InstantiationException.java @@ -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 */ diff --git a/libjava/java/lang/Integer.java b/libjava/java/lang/Integer.java index 9c8329d..eddaea2 100644 --- a/libjava/java/lang/Integer.java +++ b/libjava/java/lang/Integer.java @@ -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 */ diff --git a/libjava/java/lang/InternalError.java b/libjava/java/lang/InternalError.java index d85aed1..d612d09 100644 --- a/libjava/java/lang/InternalError.java +++ b/libjava/java/lang/InternalError.java @@ -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 diff --git a/libjava/java/lang/InterruptedException.java b/libjava/java/lang/InterruptedException.java index 2ee7867..58951ab 100644 --- a/libjava/java/lang/InterruptedException.java +++ b/libjava/java/lang/InterruptedException.java @@ -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) diff --git a/libjava/java/lang/LinkageError.java b/libjava/java/lang/LinkageError.java index 020fe0a..ead768f 100644 --- a/libjava/java/lang/LinkageError.java +++ b/libjava/java/lang/LinkageError.java @@ -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 diff --git a/libjava/java/lang/Long.java b/libjava/java/lang/Long.java index 012cc9c..e93786d 100644 --- a/libjava/java/lang/Long.java +++ b/libjava/java/lang/Long.java @@ -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 */ diff --git a/libjava/java/lang/NegativeArraySizeException.java b/libjava/java/lang/NegativeArraySizeException.java index ee73a97..695ee0e 100644 --- a/libjava/java/lang/NegativeArraySizeException.java +++ b/libjava/java/lang/NegativeArraySizeException.java @@ -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 diff --git a/libjava/java/lang/NoClassDefFoundError.java b/libjava/java/lang/NoClassDefFoundError.java index 5ca69bc..8fbdb29 100644 --- a/libjava/java/lang/NoClassDefFoundError.java +++ b/libjava/java/lang/NoClassDefFoundError.java @@ -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 diff --git a/libjava/java/lang/NoSuchFieldError.java b/libjava/java/lang/NoSuchFieldError.java index 0a197b0..965dfd6 100644 --- a/libjava/java/lang/NoSuchFieldError.java +++ b/libjava/java/lang/NoSuchFieldError.java @@ -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 diff --git a/libjava/java/lang/NoSuchFieldException.java b/libjava/java/lang/NoSuchFieldException.java index ee721eb..30beeef 100644 --- a/libjava/java/lang/NoSuchFieldException.java +++ b/libjava/java/lang/NoSuchFieldException.java @@ -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 */ diff --git a/libjava/java/lang/NoSuchMethodError.java b/libjava/java/lang/NoSuchMethodError.java index dced018..494f7a2 100644 --- a/libjava/java/lang/NoSuchMethodError.java +++ b/libjava/java/lang/NoSuchMethodError.java @@ -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 diff --git a/libjava/java/lang/NoSuchMethodException.java b/libjava/java/lang/NoSuchMethodException.java index cba6920..fa3e06e 100644 --- a/libjava/java/lang/NoSuchMethodException.java +++ b/libjava/java/lang/NoSuchMethodException.java @@ -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 diff --git a/libjava/java/lang/NullPointerException.java b/libjava/java/lang/NullPointerException.java index bab2071..c55341c 100644 --- a/libjava/java/lang/NullPointerException.java +++ b/libjava/java/lang/NullPointerException.java @@ -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 diff --git a/libjava/java/lang/Number.java b/libjava/java/lang/Number.java index 54bb1f7..70d0fe8 100644 --- a/libjava/java/lang/Number.java +++ b/libjava/java/lang/Number.java @@ -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 */ diff --git a/libjava/java/lang/NumberFormatException.java b/libjava/java/lang/NumberFormatException.java index d076cc8..478036f 100644 --- a/libjava/java/lang/NumberFormatException.java +++ b/libjava/java/lang/NumberFormatException.java @@ -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 diff --git a/libjava/java/lang/OutOfMemoryError.java b/libjava/java/lang/OutOfMemoryError.java index b56b8f4..105aae5 100644 --- a/libjava/java/lang/OutOfMemoryError.java +++ b/libjava/java/lang/OutOfMemoryError.java @@ -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 diff --git a/libjava/java/lang/Process.java b/libjava/java/lang/Process.java index b87bd80..e8c5276 100644 --- a/libjava/java/lang/Process.java +++ b/libjava/java/lang/Process.java @@ -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 diff --git a/libjava/java/lang/Runnable.java b/libjava/java/lang/Runnable.java index fd817b0..ee8d684 100644 --- a/libjava/java/lang/Runnable.java +++ b/libjava/java/lang/Runnable.java @@ -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 diff --git a/libjava/java/lang/Runtime.java b/libjava/java/lang/Runtime.java index aaeb93e..1094720 100644 --- a/libjava/java/lang/Runtime.java +++ b/libjava/java/lang/Runtime.java @@ -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 diff --git a/libjava/java/lang/RuntimeException.java b/libjava/java/lang/RuntimeException.java index 8fc9fb1..6e63ed3 100644 --- a/libjava/java/lang/RuntimeException.java +++ b/libjava/java/lang/RuntimeException.java @@ -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 diff --git a/libjava/java/lang/RuntimePermission.java b/libjava/java/lang/RuntimePermission.java index b6adf38..f4b46f6 100644 --- a/libjava/java/lang/RuntimePermission.java +++ b/libjava/java/lang/RuntimePermission.java @@ -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 diff --git a/libjava/java/lang/SecurityException.java b/libjava/java/lang/SecurityException.java index 5fbdb4a..91b015a 100644 --- a/libjava/java/lang/SecurityException.java +++ b/libjava/java/lang/SecurityException.java @@ -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 */ diff --git a/libjava/java/lang/SecurityManager.java b/libjava/java/lang/SecurityManager.java index 972b312..c9ed4be 100644 --- a/libjava/java/lang/SecurityManager.java +++ b/libjava/java/lang/SecurityManager.java @@ -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) diff --git a/libjava/java/lang/Short.java b/libjava/java/lang/Short.java index 1a82e3e..1220f60 100644 --- a/libjava/java/lang/Short.java +++ b/libjava/java/lang/Short.java @@ -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 */ diff --git a/libjava/java/lang/StackOverflowError.java b/libjava/java/lang/StackOverflowError.java index 8e8ed8d..dc4c8cc 100644 --- a/libjava/java/lang/StackOverflowError.java +++ b/libjava/java/lang/StackOverflowError.java @@ -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 diff --git a/libjava/java/lang/StackTraceElement.java b/libjava/java/lang/StackTraceElement.java index 4495186..262d582 100644 --- a/libjava/java/lang/StackTraceElement.java +++ b/libjava/java/lang/StackTraceElement.java @@ -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 */ diff --git a/libjava/java/lang/StringBuffer.java b/libjava/java/lang/StringBuffer.java index 4f04de2..eac1d5a 100644 --- a/libjava/java/lang/StringBuffer.java +++ b/libjava/java/lang/StringBuffer.java @@ -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 diff --git a/libjava/java/lang/StringIndexOutOfBoundsException.java b/libjava/java/lang/StringIndexOutOfBoundsException.java index 9a935ee..ea0df68 100644 --- a/libjava/java/lang/StringIndexOutOfBoundsException.java +++ b/libjava/java/lang/StringIndexOutOfBoundsException.java @@ -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 diff --git a/libjava/java/lang/ThreadDeath.java b/libjava/java/lang/ThreadDeath.java index 3ba4cf8..29c452e 100644 --- a/libjava/java/lang/ThreadDeath.java +++ b/libjava/java/lang/ThreadDeath.java @@ -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 */ diff --git a/libjava/java/lang/ThreadGroup.java b/libjava/java/lang/ThreadGroup.java index 89aff3f..0464767 100644 --- a/libjava/java/lang/ThreadGroup.java +++ b/libjava/java/lang/ThreadGroup.java @@ -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 diff --git a/libjava/java/lang/Throwable.java b/libjava/java/lang/Throwable.java index e082548..ad51578 100644 --- a/libjava/java/lang/Throwable.java +++ b/libjava/java/lang/Throwable.java @@ -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 */ diff --git a/libjava/java/lang/UnsatisfiedLinkError.java b/libjava/java/lang/UnsatisfiedLinkError.java index 95c0b53..ab40956 100644 --- a/libjava/java/lang/UnsatisfiedLinkError.java +++ b/libjava/java/lang/UnsatisfiedLinkError.java @@ -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 */ diff --git a/libjava/java/lang/UnsupportedOperationException.java b/libjava/java/lang/UnsupportedOperationException.java index 6c00bef..efbb844 100644 --- a/libjava/java/lang/UnsupportedOperationException.java +++ b/libjava/java/lang/UnsupportedOperationException.java @@ -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 */ diff --git a/libjava/java/lang/VerifyError.java b/libjava/java/lang/VerifyError.java index 3926530..c5ae8dd 100644 --- a/libjava/java/lang/VerifyError.java +++ b/libjava/java/lang/VerifyError.java @@ -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 diff --git a/libjava/java/lang/VirtualMachineError.java b/libjava/java/lang/VirtualMachineError.java index b6f0758..161e4e6 100644 --- a/libjava/java/lang/VirtualMachineError.java +++ b/libjava/java/lang/VirtualMachineError.java @@ -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 diff --git a/libjava/java/lang/reflect/AccessibleObject.java b/libjava/java/lang/reflect/AccessibleObject.java index 5b5b5f6..d50f3de 100644 --- a/libjava/java/lang/reflect/AccessibleObject.java +++ b/libjava/java/lang/reflect/AccessibleObject.java @@ -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 diff --git a/libjava/java/lang/reflect/Array.java b/libjava/java/lang/reflect/Array.java index 11b0d97..5df6dbd 100644 --- a/libjava/java/lang/reflect/Array.java +++ b/libjava/java/lang/reflect/Array.java @@ -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 diff --git a/libjava/java/lang/reflect/InvocationTargetException.java b/libjava/java/lang/reflect/InvocationTargetException.java index 904cc63..2593921 100644 --- a/libjava/java/lang/reflect/InvocationTargetException.java +++ b/libjava/java/lang/reflect/InvocationTargetException.java @@ -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 diff --git a/libjava/java/lang/reflect/Member.java b/libjava/java/lang/reflect/Member.java index 983d452..ef980d8 100644 --- a/libjava/java/lang/reflect/Member.java +++ b/libjava/java/lang/reflect/Member.java @@ -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 diff --git a/libjava/java/lang/reflect/Modifier.java b/libjava/java/lang/reflect/Modifier.java index 8171a88..3b3baa6 100644 --- a/libjava/java/lang/reflect/Modifier.java +++ b/libjava/java/lang/reflect/Modifier.java @@ -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() diff --git a/libjava/java/lang/reflect/Proxy.java b/libjava/java/lang/reflect/Proxy.java index 8aee02f..dc65fca 100644 --- a/libjava/java/lang/reflect/Proxy.java +++ b/libjava/java/lang/reflect/Proxy.java @@ -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 { diff --git a/libjava/java/lang/reflect/ReflectPermission.java b/libjava/java/lang/reflect/ReflectPermission.java index 400ca25..26fd0fc 100644 --- a/libjava/java/lang/reflect/ReflectPermission.java +++ b/libjava/java/lang/reflect/ReflectPermission.java @@ -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 */ diff --git a/libjava/java/lang/reflect/UndeclaredThrowableException.java b/libjava/java/lang/reflect/UndeclaredThrowableException.java index d959692..2e26e59 100644 --- a/libjava/java/lang/reflect/UndeclaredThrowableException.java +++ b/libjava/java/lang/reflect/UndeclaredThrowableException.java @@ -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 diff --git a/libjava/java/math/BigInteger.java b/libjava/java/math/BigInteger.java index 3a822aa..df948a3 100644 --- a/libjava/java/math/BigInteger.java +++ b/libjava/java/math/BigInteger.java @@ -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. */ diff --git a/libjava/java/net/NetworkInterface.java b/libjava/java/net/NetworkInterface.java index dea4e3b..2b4da73 100644 --- a/libjava/java/net/NetworkInterface.java +++ b/libjava/java/net/NetworkInterface.java @@ -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) { diff --git a/libjava/java/nio/ByteBufferHelper.java b/libjava/java/nio/ByteBufferHelper.java index cbc1f11..799d41c 100644 --- a/libjava/java/nio/ByteBufferHelper.java +++ b/libjava/java/nio/ByteBufferHelper.java @@ -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 { diff --git a/libjava/java/nio/ByteBufferImpl.java b/libjava/java/nio/ByteBufferImpl.java index 7734dbf..b1e6b1f 100644 --- a/libjava/java/nio/ByteBufferImpl.java +++ b/libjava/java/nio/ByteBufferImpl.java @@ -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 diff --git a/libjava/java/nio/DirectByteBufferImpl.java b/libjava/java/nio/DirectByteBufferImpl.java index c272bac..17f8dfa 100644 --- a/libjava/java/nio/DirectByteBufferImpl.java +++ b/libjava/java/nio/DirectByteBufferImpl.java @@ -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) { diff --git a/libjava/java/nio/DoubleBufferImpl.java b/libjava/java/nio/DoubleBufferImpl.java index 504ee8d..2b5f32c 100644 --- a/libjava/java/nio/DoubleBufferImpl.java +++ b/libjava/java/nio/DoubleBufferImpl.java @@ -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 diff --git a/libjava/java/nio/FloatBufferImpl.java b/libjava/java/nio/FloatBufferImpl.java index a9eb7c1..aae5efc 100644 --- a/libjava/java/nio/FloatBufferImpl.java +++ b/libjava/java/nio/FloatBufferImpl.java @@ -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 diff --git a/libjava/java/nio/IntBufferImpl.java b/libjava/java/nio/IntBufferImpl.java index f68dd92..966fd48 100644 --- a/libjava/java/nio/IntBufferImpl.java +++ b/libjava/java/nio/IntBufferImpl.java @@ -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 diff --git a/libjava/java/nio/LongBufferImpl.java b/libjava/java/nio/LongBufferImpl.java index df720ee..b7497fa 100644 --- a/libjava/java/nio/LongBufferImpl.java +++ b/libjava/java/nio/LongBufferImpl.java @@ -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 diff --git a/libjava/java/nio/ShortBufferImpl.java b/libjava/java/nio/ShortBufferImpl.java index 28f6efb..5d4eec2 100644 --- a/libjava/java/nio/ShortBufferImpl.java +++ b/libjava/java/nio/ShortBufferImpl.java @@ -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 diff --git a/libjava/java/nio/channels/Channel.java b/libjava/java/nio/channels/Channel.java index 8e73f87..5912695 100644 --- a/libjava/java/nio/channels/Channel.java +++ b/libjava/java/nio/channels/Channel.java @@ -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(); diff --git a/libjava/java/nio/channels/IllegalBlockingModeException.java b/libjava/java/nio/channels/IllegalBlockingModeException.java index 5b70c1f..e6a3a2c 100644 --- a/libjava/java/nio/channels/IllegalBlockingModeException.java +++ b/libjava/java/nio/channels/IllegalBlockingModeException.java @@ -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 diff --git a/libjava/java/nio/charset/spi/CharsetProvider.java b/libjava/java/nio/charset/spi/CharsetProvider.java index 1af7a8e..3cbc14b 100644 --- a/libjava/java/nio/charset/spi/CharsetProvider.java +++ b/libjava/java/nio/charset/spi/CharsetProvider.java @@ -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 diff --git a/libjava/java/security/AccessControlException.java b/libjava/java/security/AccessControlException.java index ff8b5a9..d7b1f29 100644 --- a/libjava/java/security/AccessControlException.java +++ b/libjava/java/security/AccessControlException.java @@ -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 */ diff --git a/libjava/java/security/BasicPermission.java b/libjava/java/security/BasicPermission.java index fef0b87..2415b5b 100644 --- a/libjava/java/security/BasicPermission.java +++ b/libjava/java/security/BasicPermission.java @@ -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 diff --git a/libjava/java/security/DigestException.java b/libjava/java/security/DigestException.java index f5c8d62..bc67242 100644 --- a/libjava/java/security/DigestException.java +++ b/libjava/java/security/DigestException.java @@ -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 diff --git a/libjava/java/security/DigestInputStream.java b/libjava/java/security/DigestInputStream.java index 2ca9d1b..e8d2b63 100644 --- a/libjava/java/security/DigestInputStream.java +++ b/libjava/java/security/DigestInputStream.java @@ -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 { diff --git a/libjava/java/security/DigestOutputStream.java b/libjava/java/security/DigestOutputStream.java index caf059b..d95533c 100644 --- a/libjava/java/security/DigestOutputStream.java +++ b/libjava/java/security/DigestOutputStream.java @@ -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 { diff --git a/libjava/java/security/GeneralSecurityException.java b/libjava/java/security/GeneralSecurityException.java index d1db3c5..8a26e85 100644 --- a/libjava/java/security/GeneralSecurityException.java +++ b/libjava/java/security/GeneralSecurityException.java @@ -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 diff --git a/libjava/java/security/Guard.java b/libjava/java/security/Guard.java index 2654ba7..8a2ab0f 100644 --- a/libjava/java/security/Guard.java +++ b/libjava/java/security/Guard.java @@ -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 diff --git a/libjava/java/security/GuardedObject.java b/libjava/java/security/GuardedObject.java index a4cdf74..5aeaf91 100644 --- a/libjava/java/security/GuardedObject.java +++ b/libjava/java/security/GuardedObject.java @@ -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 */ diff --git a/libjava/java/security/InvalidAlgorithmParameterException.java b/libjava/java/security/InvalidAlgorithmParameterException.java index 40f9530..5b2ada1 100644 --- a/libjava/java/security/InvalidAlgorithmParameterException.java +++ b/libjava/java/security/InvalidAlgorithmParameterException.java @@ -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 */ diff --git a/libjava/java/security/InvalidKeyException.java b/libjava/java/security/InvalidKeyException.java index 373e862..ce6b8e5 100644 --- a/libjava/java/security/InvalidKeyException.java +++ b/libjava/java/security/InvalidKeyException.java @@ -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 diff --git a/libjava/java/security/InvalidParameterException.java b/libjava/java/security/InvalidParameterException.java index 2208991..f54d819 100644 --- a/libjava/java/security/InvalidParameterException.java +++ b/libjava/java/security/InvalidParameterException.java @@ -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 diff --git a/libjava/java/security/Key.java b/libjava/java/security/Key.java index 195e50b..5e74be9 100644 --- a/libjava/java/security/Key.java +++ b/libjava/java/security/Key.java @@ -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 diff --git a/libjava/java/security/KeyException.java b/libjava/java/security/KeyException.java index 3b7d388..8d69a56 100644 --- a/libjava/java/security/KeyException.java +++ b/libjava/java/security/KeyException.java @@ -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 */ diff --git a/libjava/java/security/KeyManagementException.java b/libjava/java/security/KeyManagementException.java index 52c2786..ca642ba 100644 --- a/libjava/java/security/KeyManagementException.java +++ b/libjava/java/security/KeyManagementException.java @@ -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 */ diff --git a/libjava/java/security/KeyStoreException.java b/libjava/java/security/KeyStoreException.java index 369587a..8f45a55 100644 --- a/libjava/java/security/KeyStoreException.java +++ b/libjava/java/security/KeyStoreException.java @@ -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 */ diff --git a/libjava/java/security/MessageDigestSpi.java b/libjava/java/security/MessageDigestSpi.java index f2447f1..036392e 100644 --- a/libjava/java/security/MessageDigestSpi.java +++ b/libjava/java/security/MessageDigestSpi.java @@ -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 { diff --git a/libjava/java/security/NoSuchAlgorithmException.java b/libjava/java/security/NoSuchAlgorithmException.java index 31e0053..7d167dd 100644 --- a/libjava/java/security/NoSuchAlgorithmException.java +++ b/libjava/java/security/NoSuchAlgorithmException.java @@ -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 diff --git a/libjava/java/security/NoSuchProviderException.java b/libjava/java/security/NoSuchProviderException.java index 546b2dc..e676046 100644 --- a/libjava/java/security/NoSuchProviderException.java +++ b/libjava/java/security/NoSuchProviderException.java @@ -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 diff --git a/libjava/java/security/Permission.java b/libjava/java/security/Permission.java index 58702da..4310500 100644 --- a/libjava/java/security/Permission.java +++ b/libjava/java/security/Permission.java @@ -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 diff --git a/libjava/java/security/PermissionCollection.java b/libjava/java/security/PermissionCollection.java index 703767e..337a8fc 100644 --- a/libjava/java/security/PermissionCollection.java +++ b/libjava/java/security/PermissionCollection.java @@ -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 diff --git a/libjava/java/security/Permissions.java b/libjava/java/security/Permissions.java index ce63cc2..4d7c0f7 100644 --- a/libjava/java/security/Permissions.java +++ b/libjava/java/security/Permissions.java @@ -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 diff --git a/libjava/java/security/Principal.java b/libjava/java/security/Principal.java index 2ac69b2..69990b8 100644 --- a/libjava/java/security/Principal.java +++ b/libjava/java/security/Principal.java @@ -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 diff --git a/libjava/java/security/PrivateKey.java b/libjava/java/security/PrivateKey.java index 40b97f5..c4a628c 100644 --- a/libjava/java/security/PrivateKey.java +++ b/libjava/java/security/PrivateKey.java @@ -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 diff --git a/libjava/java/security/PrivilegedActionException.java b/libjava/java/security/PrivilegedActionException.java index 633a872..d699abd 100644 --- a/libjava/java/security/PrivilegedActionException.java +++ b/libjava/java/security/PrivilegedActionException.java @@ -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) diff --git a/libjava/java/security/ProviderException.java b/libjava/java/security/ProviderException.java index eac3eb0..5b0e86e 100644 --- a/libjava/java/security/ProviderException.java +++ b/libjava/java/security/ProviderException.java @@ -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 diff --git a/libjava/java/security/PublicKey.java b/libjava/java/security/PublicKey.java index 81ab764..f2a331e 100644 --- a/libjava/java/security/PublicKey.java +++ b/libjava/java/security/PublicKey.java @@ -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 diff --git a/libjava/java/security/SecureRandom.java b/libjava/java/security/SecureRandom.java index 5e410c0..5ae1fa2 100644 --- a/libjava/java/security/SecureRandom.java +++ b/libjava/java/security/SecureRandom.java @@ -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 diff --git a/libjava/java/security/SecureRandomSpi.java b/libjava/java/security/SecureRandomSpi.java index 6831173..5218a98 100644 --- a/libjava/java/security/SecureRandomSpi.java +++ b/libjava/java/security/SecureRandomSpi.java @@ -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 { diff --git a/libjava/java/security/SignatureException.java b/libjava/java/security/SignatureException.java index 8762b06..daccdf0 100644 --- a/libjava/java/security/SignatureException.java +++ b/libjava/java/security/SignatureException.java @@ -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 diff --git a/libjava/java/security/SignatureSpi.java b/libjava/java/security/SignatureSpi.java index 3b6bdbc..3dd3e4f 100644 --- a/libjava/java/security/SignatureSpi.java +++ b/libjava/java/security/SignatureSpi.java @@ -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 */ diff --git a/libjava/java/security/SignedObject.java b/libjava/java/security/SignedObject.java index 0d9f733..f7ef0d5 100644 --- a/libjava/java/security/SignedObject.java +++ b/libjava/java/security/SignedObject.java @@ -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 */ diff --git a/libjava/java/security/Signer.java b/libjava/java/security/Signer.java index 425933a..a9e20d4 100644 --- a/libjava/java/security/Signer.java +++ b/libjava/java/security/Signer.java @@ -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>. diff --git a/libjava/java/security/UnrecoverableKeyException.java b/libjava/java/security/UnrecoverableKeyException.java index 3e93153..9708625 100644 --- a/libjava/java/security/UnrecoverableKeyException.java +++ b/libjava/java/security/UnrecoverableKeyException.java @@ -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 */ diff --git a/libjava/java/security/UnresolvedPermission.java b/libjava/java/security/UnresolvedPermission.java index c96bce0..c1f6f04 100644 --- a/libjava/java/security/UnresolvedPermission.java +++ b/libjava/java/security/UnresolvedPermission.java @@ -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 { diff --git a/libjava/java/security/acl/AclNotFoundException.java b/libjava/java/security/acl/AclNotFoundException.java index a843fac1..4462ffc 100644 --- a/libjava/java/security/acl/AclNotFoundException.java +++ b/libjava/java/security/acl/AclNotFoundException.java @@ -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 diff --git a/libjava/java/security/acl/LastOwnerException.java b/libjava/java/security/acl/LastOwnerException.java index be28151..13e1390 100644 --- a/libjava/java/security/acl/LastOwnerException.java +++ b/libjava/java/security/acl/LastOwnerException.java @@ -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 */ diff --git a/libjava/java/security/acl/NotOwnerException.java b/libjava/java/security/acl/NotOwnerException.java index 8b2739d..7c3a6c4 100644 --- a/libjava/java/security/acl/NotOwnerException.java +++ b/libjava/java/security/acl/NotOwnerException.java @@ -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 diff --git a/libjava/java/security/cert/CertPath.java b/libjava/java/security/cert/CertPath.java index 53f42e7..c57bd31 100644 --- a/libjava/java/security/cert/CertPath.java +++ b/libjava/java/security/cert/CertPath.java @@ -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 { diff --git a/libjava/java/security/cert/CertPathBuilderException.java b/libjava/java/security/cert/CertPathBuilderException.java index 7cfdb79..2db7d33 100644 --- a/libjava/java/security/cert/CertPathBuilderException.java +++ b/libjava/java/security/cert/CertPathBuilderException.java @@ -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 diff --git a/libjava/java/security/cert/CertPathValidatorException.java b/libjava/java/security/cert/CertPathValidatorException.java index e7b40b8..9c7ad03 100644 --- a/libjava/java/security/cert/CertPathValidatorException.java +++ b/libjava/java/security/cert/CertPathValidatorException.java @@ -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 diff --git a/libjava/java/security/cert/CertStoreException.java b/libjava/java/security/cert/CertStoreException.java index 7d7bd14..d157b1d 100644 --- a/libjava/java/security/cert/CertStoreException.java +++ b/libjava/java/security/cert/CertStoreException.java @@ -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 diff --git a/libjava/java/text/BreakIterator.java b/libjava/java/text/BreakIterator.java index a79db8c..7fbc16b 100644 --- a/libjava/java/text/BreakIterator.java +++ b/libjava/java/text/BreakIterator.java @@ -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 */ diff --git a/libjava/java/text/ChoiceFormat.java b/libjava/java/text/ChoiceFormat.java index ff3c9f6..3c39027 100644 --- a/libjava/java/text/ChoiceFormat.java +++ b/libjava/java/text/ChoiceFormat.java @@ -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 */ diff --git a/libjava/java/text/CollationElementIterator.java b/libjava/java/text/CollationElementIterator.java index 91f341f..9bace06 100644 --- a/libjava/java/text/CollationElementIterator.java +++ b/libjava/java/text/CollationElementIterator.java @@ -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 { diff --git a/libjava/java/text/CollationKey.java b/libjava/java/text/CollationKey.java index 4e6aca2..1fa380f 100644 --- a/libjava/java/text/CollationKey.java +++ b/libjava/java/text/CollationKey.java @@ -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 diff --git a/libjava/java/text/Collator.java b/libjava/java/text/Collator.java index 6464d13..4e634e1 100644 --- a/libjava/java/text/Collator.java +++ b/libjava/java/text/Collator.java @@ -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 */ diff --git a/libjava/java/text/DateFormat.java b/libjava/java/text/DateFormat.java index 6fe4461..da07fdd 100644 --- a/libjava/java/text/DateFormat.java +++ b/libjava/java/text/DateFormat.java @@ -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 diff --git a/libjava/java/text/DateFormatSymbols.java b/libjava/java/text/DateFormatSymbols.java index b9b71ba..9555cfb 100644 --- a/libjava/java/text/DateFormatSymbols.java +++ b/libjava/java/text/DateFormatSymbols.java @@ -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. diff --git a/libjava/java/text/DecimalFormat.java b/libjava/java/text/DecimalFormat.java index 8b2c25c..a085875 100644 --- a/libjava/java/text/DecimalFormat.java +++ b/libjava/java/text/DecimalFormat.java @@ -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 diff --git a/libjava/java/text/DecimalFormatSymbols.java b/libjava/java/text/DecimalFormatSymbols.java index 7a4e56e..72a132e 100644 --- a/libjava/java/text/DecimalFormatSymbols.java +++ b/libjava/java/text/DecimalFormatSymbols.java @@ -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 */ diff --git a/libjava/java/text/FieldPosition.java b/libjava/java/text/FieldPosition.java index 47cf7a1..6dd3a62 100644 --- a/libjava/java/text/FieldPosition.java +++ b/libjava/java/text/FieldPosition.java @@ -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 { diff --git a/libjava/java/text/Format.java b/libjava/java/text/Format.java index 2c75578..970c7ce 100644 --- a/libjava/java/text/Format.java +++ b/libjava/java/text/Format.java @@ -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 { diff --git a/libjava/java/text/NumberFormat.java b/libjava/java/text/NumberFormat.java index 3682926..4fc98b1 100644 --- a/libjava/java/text/NumberFormat.java +++ b/libjava/java/text/NumberFormat.java @@ -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 */ diff --git a/libjava/java/text/ParseException.java b/libjava/java/text/ParseException.java index 20e828e..13229c8 100644 --- a/libjava/java/text/ParseException.java +++ b/libjava/java/text/ParseException.java @@ -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 diff --git a/libjava/java/text/ParsePosition.java b/libjava/java/text/ParsePosition.java index c6dffed..91fa44f 100644 --- a/libjava/java/text/ParsePosition.java +++ b/libjava/java/text/ParsePosition.java @@ -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 { diff --git a/libjava/java/text/StringCharacterIterator.java b/libjava/java/text/StringCharacterIterator.java index 44bac6b7..82df7c4 100644 --- a/libjava/java/text/StringCharacterIterator.java +++ b/libjava/java/text/StringCharacterIterator.java @@ -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 { diff --git a/libjava/java/util/AbstractCollection.java b/libjava/java/util/AbstractCollection.java index a98f41e..567380c 100644 --- a/libjava/java/util/AbstractCollection.java +++ b/libjava/java/util/AbstractCollection.java @@ -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 diff --git a/libjava/java/util/AbstractList.java b/libjava/java/util/AbstractList.java index 15cb581..37288a7 100644 --- a/libjava/java/util/AbstractList.java +++ b/libjava/java/util/AbstractList.java @@ -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 < 0 || index > 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 < 0 || index >= 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 < 0 || index >= 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 < 0 || index >= 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 < 0 || index > 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 < 0 || index >= 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 < 0 || index > 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 < 0 || index > 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 < 0 || index >= 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 < 0 || index >= 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 < 0 || index >= 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 < 0 || index > 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 < 0 || index >= 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 < 0 || index > 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 diff --git a/libjava/java/util/AbstractMap.java b/libjava/java/util/AbstractMap.java index d27e93b..81093f8 100644 --- a/libjava/java/util/AbstractMap.java +++ b/libjava/java/util/AbstractMap.java @@ -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 diff --git a/libjava/java/util/AbstractSequentialList.java b/libjava/java/util/AbstractSequentialList.java index 0e5d59f..f942e57 100644 --- a/libjava/java/util/AbstractSequentialList.java +++ b/libjava/java/util/AbstractSequentialList.java @@ -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 diff --git a/libjava/java/util/AbstractSet.java b/libjava/java/util/AbstractSet.java index ce26628..dcab1c9 100644 --- a/libjava/java/util/AbstractSet.java +++ b/libjava/java/util/AbstractSet.java @@ -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 diff --git a/libjava/java/util/ArrayList.java b/libjava/java/util/ArrayList.java index e39e4e0..2479efd 100644 --- a/libjava/java/util/ArrayList.java +++ b/libjava/java/util/ArrayList.java @@ -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 diff --git a/libjava/java/util/Arrays.java b/libjava/java/util/Arrays.java index f2337ae..f3f15e6 100644 --- a/libjava/java/util/Arrays.java +++ b/libjava/java/util/Arrays.java @@ -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 // 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 diff --git a/libjava/java/util/BitSet.java b/libjava/java/util/BitSet.java index d152ba1..cf7a83e 100644 --- a/libjava/java/util/BitSet.java +++ b/libjava/java/util/BitSet.java @@ -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 diff --git a/libjava/java/util/Collection.java b/libjava/java/util/Collection.java index be500b2..910a893 100644 --- a/libjava/java/util/Collection.java +++ b/libjava/java/util/Collection.java @@ -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 diff --git a/libjava/java/util/Collections.java b/libjava/java/util/Collections.java index 6da8429..e25fbc3 100644 --- a/libjava/java/util/Collections.java +++ b/libjava/java/util/Collections.java @@ -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 diff --git a/libjava/java/util/Comparator.java b/libjava/java/util/Comparator.java index adf6fd0..d536520 100644 --- a/libjava/java/util/Comparator.java +++ b/libjava/java/util/Comparator.java @@ -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) < 0 and compare(b, c) < 0 then compare(a, c) * < 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: diff --git a/libjava/java/util/ConcurrentModificationException.java b/libjava/java/util/ConcurrentModificationException.java index 9e22267..9492eb9 100644 --- a/libjava/java/util/ConcurrentModificationException.java +++ b/libjava/java/util/ConcurrentModificationException.java @@ -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 diff --git a/libjava/java/util/Currency.java b/libjava/java/util/Currency.java index 98a599e..ffe593d 100644 --- a/libjava/java/util/Currency.java +++ b/libjava/java/util/Currency.java @@ -1,5 +1,5 @@ /* Currency.java -- Representation of a currency - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,10 +49,10 @@ import java.text.NumberFormat; * a constructor. * * @see java.util.Locale - * @author Guilhem Lavaux <guilhem.lavaux@free.fr> - * @author Dalibor Topic <robilad@kaffe.org> - * @author Bryce McKinlay <mckinlay@redhat.com> - * @author Andrew John Hughes <gnu_andrew@member.fsf.org> + * @author Guilhem Lavaux (guilhem.lavaux@free.fr) + * @author Dalibor Topic (robilad@kaffe.org) + * @author Bryce McKinlay (mckinlay@redhat.com) + * @author Andrew John Hughes (gnu_andrew@member.fsf.org) * @since 1.4 */ public final class Currency diff --git a/libjava/java/util/Date.java b/libjava/java/util/Date.java index 4a96ff0..3d8f2a6 100644 --- a/libjava/java/util/Date.java +++ b/libjava/java/util/Date.java @@ -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. diff --git a/libjava/java/util/EmptyStackException.java b/libjava/java/util/EmptyStackException.java index 3236fbf..9010951 100644 --- a/libjava/java/util/EmptyStackException.java +++ b/libjava/java/util/EmptyStackException.java @@ -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 diff --git a/libjava/java/util/Enumeration.java b/libjava/java/util/Enumeration.java index 1b23cfc..ebd7542 100644 --- a/libjava/java/util/Enumeration.java +++ b/libjava/java/util/Enumeration.java @@ -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 diff --git a/libjava/java/util/EventListener.java b/libjava/java/util/EventListener.java index f844331..32dc563 100644 --- a/libjava/java/util/EventListener.java +++ b/libjava/java/util/EventListener.java @@ -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 */ diff --git a/libjava/java/util/EventListenerProxy.java b/libjava/java/util/EventListenerProxy.java index 2955f45..484e1f2 100644 --- a/libjava/java/util/EventListenerProxy.java +++ b/libjava/java/util/EventListenerProxy.java @@ -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 */ diff --git a/libjava/java/util/EventObject.java b/libjava/java/util/EventObject.java index 3ccb6ec..f6fbd8a 100644 --- a/libjava/java/util/EventObject.java +++ b/libjava/java/util/EventObject.java @@ -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 diff --git a/libjava/java/util/HashMap.java b/libjava/java/util/HashMap.java index fe4c8b0..5265daf 100644 --- a/libjava/java/util/HashMap.java +++ b/libjava/java/util/HashMap.java @@ -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 { diff --git a/libjava/java/util/HashSet.java b/libjava/java/util/HashSet.java index caad3ad..4b6d127 100644 --- a/libjava/java/util/HashSet.java +++ b/libjava/java/util/HashSet.java @@ -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 diff --git a/libjava/java/util/Hashtable.java b/libjava/java/util/Hashtable.java index 3f5ae4c..8d6e81f 100644 --- a/libjava/java/util/Hashtable.java +++ b/libjava/java/util/Hashtable.java @@ -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 diff --git a/libjava/java/util/IdentityHashMap.java b/libjava/java/util/IdentityHashMap.java index 5b2e996..54f4aca 100644 --- a/libjava/java/util/IdentityHashMap.java +++ b/libjava/java/util/IdentityHashMap.java @@ -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 { diff --git a/libjava/java/util/Iterator.java b/libjava/java/util/Iterator.java index 1c55a35..0d8441a 100644 --- a/libjava/java/util/Iterator.java +++ b/libjava/java/util/Iterator.java @@ -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 diff --git a/libjava/java/util/LinkedHashSet.java b/libjava/java/util/LinkedHashSet.java index 4641e52..5676028 100644 --- a/libjava/java/util/LinkedHashSet.java +++ b/libjava/java/util/LinkedHashSet.java @@ -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 diff --git a/libjava/java/util/LinkedList.java b/libjava/java/util/LinkedList.java index 4789a38..b2bfda4 100644 --- a/libjava/java/util/LinkedList.java +++ b/libjava/java/util/LinkedList.java @@ -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 { diff --git a/libjava/java/util/List.java b/libjava/java/util/List.java index 0f7f409..6d3df85 100644 --- a/libjava/java/util/List.java +++ b/libjava/java/util/List.java @@ -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 diff --git a/libjava/java/util/ListIterator.java b/libjava/java/util/ListIterator.java index 6d53469e..c957e3f 100644 --- a/libjava/java/util/ListIterator.java +++ b/libjava/java/util/ListIterator.java @@ -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 diff --git a/libjava/java/util/ListResourceBundle.java b/libjava/java/util/ListResourceBundle.java index b7b32c2..3c7336e 100644 --- a/libjava/java/util/ListResourceBundle.java +++ b/libjava/java/util/ListResourceBundle.java @@ -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 diff --git a/libjava/java/util/Map.java b/libjava/java/util/Map.java index 093e13d..3298d8e 100644 --- a/libjava/java/util/Map.java +++ b/libjava/java/util/Map.java @@ -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 diff --git a/libjava/java/util/MissingResourceException.java b/libjava/java/util/MissingResourceException.java index 47525e5..1bfed62 100644 --- a/libjava/java/util/MissingResourceException.java +++ b/libjava/java/util/MissingResourceException.java @@ -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 diff --git a/libjava/java/util/NoSuchElementException.java b/libjava/java/util/NoSuchElementException.java index a040e90..d0c53a0 100644 --- a/libjava/java/util/NoSuchElementException.java +++ b/libjava/java/util/NoSuchElementException.java @@ -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 diff --git a/libjava/java/util/Observable.java b/libjava/java/util/Observable.java index 7616f51..4fd9919 100644 --- a/libjava/java/util/Observable.java +++ b/libjava/java/util/Observable.java @@ -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 */ diff --git a/libjava/java/util/Observer.java b/libjava/java/util/Observer.java index 884a263..88d1e4d 100644 --- a/libjava/java/util/Observer.java +++ b/libjava/java/util/Observer.java @@ -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 */ diff --git a/libjava/java/util/Properties.java b/libjava/java/util/Properties.java index eac90e4..5e35105 100644 --- a/libjava/java/util/Properties.java +++ b/libjava/java/util/Properties.java @@ -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 */ diff --git a/libjava/java/util/PropertyPermissionCollection.java b/libjava/java/util/PropertyPermissionCollection.java index 5c79923..6a14c9b 100644 --- a/libjava/java/util/PropertyPermissionCollection.java +++ b/libjava/java/util/PropertyPermissionCollection.java @@ -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 diff --git a/libjava/java/util/RandomAccess.java b/libjava/java/util/RandomAccess.java index 151ceac..a38b6a5 100644 --- a/libjava/java/util/RandomAccess.java +++ b/libjava/java/util/RandomAccess.java @@ -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 diff --git a/libjava/java/util/Set.java b/libjava/java/util/Set.java index eb4df3e..58736d8 100644 --- a/libjava/java/util/Set.java +++ b/libjava/java/util/Set.java @@ -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 diff --git a/libjava/java/util/SortedMap.java b/libjava/java/util/SortedMap.java index 1d2d5a3..f19809a 100644 --- a/libjava/java/util/SortedMap.java +++ b/libjava/java/util/SortedMap.java @@ -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 diff --git a/libjava/java/util/SortedSet.java b/libjava/java/util/SortedSet.java index 8cdbe87..17537b7 100644 --- a/libjava/java/util/SortedSet.java +++ b/libjava/java/util/SortedSet.java @@ -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 diff --git a/libjava/java/util/Stack.java b/libjava/java/util/Stack.java index 00e32e5..e256eb6 100644 --- a/libjava/java/util/Stack.java +++ b/libjava/java/util/Stack.java @@ -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 diff --git a/libjava/java/util/StringTokenizer.java b/libjava/java/util/StringTokenizer.java index 472d895..90f97dba 100644 --- a/libjava/java/util/StringTokenizer.java +++ b/libjava/java/util/StringTokenizer.java @@ -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 */ diff --git a/libjava/java/util/TooManyListenersException.java b/libjava/java/util/TooManyListenersException.java index 883bdbc..dfe326b 100644 --- a/libjava/java/util/TooManyListenersException.java +++ b/libjava/java/util/TooManyListenersException.java @@ -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 diff --git a/libjava/java/util/TreeMap.java b/libjava/java/util/TreeMap.java index 4405368..fd5c122 100644 --- a/libjava/java/util/TreeMap.java +++ b/libjava/java/util/TreeMap.java @@ -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 { diff --git a/libjava/java/util/TreeSet.java b/libjava/java/util/TreeSet.java index f383570..78504c5 100644 --- a/libjava/java/util/TreeSet.java +++ b/libjava/java/util/TreeSet.java @@ -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 diff --git a/libjava/java/util/Vector.java b/libjava/java/util/Vector.java index 06eab1e..13a12b4 100644 --- a/libjava/java/util/Vector.java +++ b/libjava/java/util/Vector.java @@ -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 diff --git a/libjava/java/util/logging/FileHandler.java b/libjava/java/util/logging/FileHandler.java index 6bbc23c0..ae8eb86 100644 --- a/libjava/java/util/logging/FileHandler.java +++ b/libjava/java/util/logging/FileHandler.java @@ -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. diff --git a/libjava/java/util/logging/Level.java b/libjava/java/util/logging/Level.java index b121437..5c3c22b 100644 --- a/libjava/java/util/logging/Level.java +++ b/libjava/java/util/logging/Level.java @@ -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 { diff --git a/libjava/java/util/prefs/BackingStoreException.java b/libjava/java/util/prefs/BackingStoreException.java index 2607142..8508251 100644 --- a/libjava/java/util/prefs/BackingStoreException.java +++ b/libjava/java/util/prefs/BackingStoreException.java @@ -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 */ diff --git a/libjava/java/util/prefs/InvalidPreferencesFormatException.java b/libjava/java/util/prefs/InvalidPreferencesFormatException.java index 0599631..220e142 100644 --- a/libjava/java/util/prefs/InvalidPreferencesFormatException.java +++ b/libjava/java/util/prefs/InvalidPreferencesFormatException.java @@ -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 diff --git a/libjava/java/util/prefs/Preferences.java b/libjava/java/util/prefs/Preferences.java index c0f0231..4186c80 100644 --- a/libjava/java/util/prefs/Preferences.java +++ b/libjava/java/util/prefs/Preferences.java @@ -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 "<unnamed>". * 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 "<unnamed>". * The returened node is <code>userRoot().node(packageNodeName)</code>. * * @param o Object whose default user preference node is requested diff --git a/libjava/javax/accessibility/Accessible.java b/libjava/javax/accessibility/Accessible.java index 1c407a6..e26cf85 100644 --- a/libjava/javax/accessibility/Accessible.java +++ b/libjava/javax/accessibility/Accessible.java @@ -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 */ diff --git a/libjava/javax/accessibility/AccessibleAction.java b/libjava/javax/accessibility/AccessibleAction.java index b05883a..b65fb96 100644 --- a/libjava/javax/accessibility/AccessibleAction.java +++ b/libjava/javax/accessibility/AccessibleAction.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleBundle.java b/libjava/javax/accessibility/AccessibleBundle.java index 11b9cb3..de80670 100644 --- a/libjava/javax/accessibility/AccessibleBundle.java +++ b/libjava/javax/accessibility/AccessibleBundle.java @@ -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 diff --git a/libjava/javax/accessibility/AccessibleComponent.java b/libjava/javax/accessibility/AccessibleComponent.java index 7634eb5..e57d84a 100644 --- a/libjava/javax/accessibility/AccessibleComponent.java +++ b/libjava/javax/accessibility/AccessibleComponent.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleContext.java b/libjava/javax/accessibility/AccessibleContext.java index 18679d4..582bd28 100644 --- a/libjava/javax/accessibility/AccessibleContext.java +++ b/libjava/javax/accessibility/AccessibleContext.java @@ -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 */ diff --git a/libjava/javax/accessibility/AccessibleEditableText.java b/libjava/javax/accessibility/AccessibleEditableText.java index e1ffb61..ae1ef23 100644 --- a/libjava/javax/accessibility/AccessibleEditableText.java +++ b/libjava/javax/accessibility/AccessibleEditableText.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleExtendedComponent.java b/libjava/javax/accessibility/AccessibleExtendedComponent.java index d57de19..230c739 100644 --- a/libjava/javax/accessibility/AccessibleExtendedComponent.java +++ b/libjava/javax/accessibility/AccessibleExtendedComponent.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleExtendedTable.java b/libjava/javax/accessibility/AccessibleExtendedTable.java index 627b024..f7c237d 100644 --- a/libjava/javax/accessibility/AccessibleExtendedTable.java +++ b/libjava/javax/accessibility/AccessibleExtendedTable.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleHyperlink.java b/libjava/javax/accessibility/AccessibleHyperlink.java index 0503f2a..663f30a 100644 --- a/libjava/javax/accessibility/AccessibleHyperlink.java +++ b/libjava/javax/accessibility/AccessibleHyperlink.java @@ -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 diff --git a/libjava/javax/accessibility/AccessibleHypertext.java b/libjava/javax/accessibility/AccessibleHypertext.java index ae0d150..b10fb9a 100644 --- a/libjava/javax/accessibility/AccessibleHypertext.java +++ b/libjava/javax/accessibility/AccessibleHypertext.java @@ -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 diff --git a/libjava/javax/accessibility/AccessibleIcon.java b/libjava/javax/accessibility/AccessibleIcon.java index c13b140..b1e5dde 100644 --- a/libjava/javax/accessibility/AccessibleIcon.java +++ b/libjava/javax/accessibility/AccessibleIcon.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleKeyBinding.java b/libjava/javax/accessibility/AccessibleKeyBinding.java index 777f8b7..16d7e36 100644 --- a/libjava/javax/accessibility/AccessibleKeyBinding.java +++ b/libjava/javax/accessibility/AccessibleKeyBinding.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleRelation.java b/libjava/javax/accessibility/AccessibleRelation.java index 68f1f64..d77a90a 100644 --- a/libjava/javax/accessibility/AccessibleRelation.java +++ b/libjava/javax/accessibility/AccessibleRelation.java @@ -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 */ diff --git a/libjava/javax/accessibility/AccessibleRelationSet.java b/libjava/javax/accessibility/AccessibleRelationSet.java index 27dc58d..767aa06 100644 --- a/libjava/javax/accessibility/AccessibleRelationSet.java +++ b/libjava/javax/accessibility/AccessibleRelationSet.java @@ -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 diff --git a/libjava/javax/accessibility/AccessibleResourceBundle.java b/libjava/javax/accessibility/AccessibleResourceBundle.java index 01c2bcf..b34dd73 100644 --- a/libjava/javax/accessibility/AccessibleResourceBundle.java +++ b/libjava/javax/accessibility/AccessibleResourceBundle.java @@ -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 diff --git a/libjava/javax/accessibility/AccessibleRole.java b/libjava/javax/accessibility/AccessibleRole.java index 86bfa6d..34f7560 100644 --- a/libjava/javax/accessibility/AccessibleRole.java +++ b/libjava/javax/accessibility/AccessibleRole.java @@ -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 */ diff --git a/libjava/javax/accessibility/AccessibleSelection.java b/libjava/javax/accessibility/AccessibleSelection.java index d1e8c7c..ad52ebc 100644 --- a/libjava/javax/accessibility/AccessibleSelection.java +++ b/libjava/javax/accessibility/AccessibleSelection.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleState.java b/libjava/javax/accessibility/AccessibleState.java index 24005ae..74e5d08 100644 --- a/libjava/javax/accessibility/AccessibleState.java +++ b/libjava/javax/accessibility/AccessibleState.java @@ -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 */ diff --git a/libjava/javax/accessibility/AccessibleStateSet.java b/libjava/javax/accessibility/AccessibleStateSet.java index e1b112a..06218f3 100644 --- a/libjava/javax/accessibility/AccessibleStateSet.java +++ b/libjava/javax/accessibility/AccessibleStateSet.java @@ -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 diff --git a/libjava/javax/accessibility/AccessibleTable.java b/libjava/javax/accessibility/AccessibleTable.java index 4fd58c5..c008f45 100644 --- a/libjava/javax/accessibility/AccessibleTable.java +++ b/libjava/javax/accessibility/AccessibleTable.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleTableModelChange.java b/libjava/javax/accessibility/AccessibleTableModelChange.java index 9cff7bf..0001a61 100644 --- a/libjava/javax/accessibility/AccessibleTableModelChange.java +++ b/libjava/javax/accessibility/AccessibleTableModelChange.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleText.java b/libjava/javax/accessibility/AccessibleText.java index 7c3d9a9..cffabe4 100644 --- a/libjava/javax/accessibility/AccessibleText.java +++ b/libjava/javax/accessibility/AccessibleText.java @@ -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() diff --git a/libjava/javax/accessibility/AccessibleValue.java b/libjava/javax/accessibility/AccessibleValue.java index 69da5c8..a58e9ed 100644 --- a/libjava/javax/accessibility/AccessibleValue.java +++ b/libjava/javax/accessibility/AccessibleValue.java @@ -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() diff --git a/libjava/javax/imageio/IIOException.java b/libjava/javax/imageio/IIOException.java index 5b74396..490c8c5 100644 --- a/libjava/javax/imageio/IIOException.java +++ b/libjava/javax/imageio/IIOException.java @@ -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 { diff --git a/libjava/javax/imageio/ImageIO.java b/libjava/javax/imageio/ImageIO.java index 3d74ae0..7afb720 100644 --- a/libjava/javax/imageio/ImageIO.java +++ b/libjava/javax/imageio/ImageIO.java @@ -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; diff --git a/libjava/javax/imageio/spi/IIOServiceProvider.java b/libjava/javax/imageio/spi/IIOServiceProvider.java index bd0a449..a0d8b79 100644 --- a/libjava/javax/imageio/spi/IIOServiceProvider.java +++ b/libjava/javax/imageio/spi/IIOServiceProvider.java @@ -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 diff --git a/libjava/javax/imageio/spi/ImageInputStreamSpi.java b/libjava/javax/imageio/spi/ImageInputStreamSpi.java index 6e33d1d..8679ed1 100644 --- a/libjava/javax/imageio/spi/ImageInputStreamSpi.java +++ b/libjava/javax/imageio/spi/ImageInputStreamSpi.java @@ -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 diff --git a/libjava/javax/imageio/spi/ImageOutputStreamSpi.java b/libjava/javax/imageio/spi/ImageOutputStreamSpi.java index 935aa7c..43781aa 100644 --- a/libjava/javax/imageio/spi/ImageOutputStreamSpi.java +++ b/libjava/javax/imageio/spi/ImageOutputStreamSpi.java @@ -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 diff --git a/libjava/javax/imageio/spi/ImageReaderWriterSpi.java b/libjava/javax/imageio/spi/ImageReaderWriterSpi.java index 74dbb38..9821adf 100644 --- a/libjava/javax/imageio/spi/ImageReaderWriterSpi.java +++ b/libjava/javax/imageio/spi/ImageReaderWriterSpi.java @@ -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 diff --git a/libjava/javax/imageio/spi/ImageTranscoderSpi.java b/libjava/javax/imageio/spi/ImageTranscoderSpi.java index 85ca77d..d3a4d89 100644 --- a/libjava/javax/imageio/spi/ImageTranscoderSpi.java +++ b/libjava/javax/imageio/spi/ImageTranscoderSpi.java @@ -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 diff --git a/libjava/javax/imageio/spi/RegisterableService.java b/libjava/javax/imageio/spi/RegisterableService.java index 40cb05f..2afee80 100644 --- a/libjava/javax/imageio/spi/RegisterableService.java +++ b/libjava/javax/imageio/spi/RegisterableService.java @@ -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 { diff --git a/libjava/javax/imageio/spi/ServiceRegistry.java b/libjava/javax/imageio/spi/ServiceRegistry.java index 3d7134e..a08ea69 100644 --- a/libjava/javax/imageio/spi/ServiceRegistry.java +++ b/libjava/javax/imageio/spi/ServiceRegistry.java @@ -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 { diff --git a/libjava/javax/imageio/stream/IIOByteBuffer.java b/libjava/javax/imageio/stream/IIOByteBuffer.java index c9e230f..e303255 100644 --- a/libjava/javax/imageio/stream/IIOByteBuffer.java +++ b/libjava/javax/imageio/stream/IIOByteBuffer.java @@ -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 { diff --git a/libjava/javax/imageio/stream/ImageInputStream.java b/libjava/javax/imageio/stream/ImageInputStream.java index 39296a7..c75939e 100644 --- a/libjava/javax/imageio/stream/ImageInputStream.java +++ b/libjava/javax/imageio/stream/ImageInputStream.java @@ -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 diff --git a/libjava/javax/imageio/stream/ImageOutputStream.java b/libjava/javax/imageio/stream/ImageOutputStream.java index f53feab..b00b37f 100644 --- a/libjava/javax/imageio/stream/ImageOutputStream.java +++ b/libjava/javax/imageio/stream/ImageOutputStream.java @@ -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 diff --git a/libjava/javax/naming/Binding.java b/libjava/javax/naming/Binding.java index 45f0d13..066d84e 100644 --- a/libjava/javax/naming/Binding.java +++ b/libjava/javax/naming/Binding.java @@ -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 diff --git a/libjava/javax/naming/CannotProceedException.java b/libjava/javax/naming/CannotProceedException.java index 0fe382b..db45772 100644 --- a/libjava/javax/naming/CannotProceedException.java +++ b/libjava/javax/naming/CannotProceedException.java @@ -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 */ diff --git a/libjava/javax/naming/CompositeName.java b/libjava/javax/naming/CompositeName.java index e3559a9..cd77723 100644 --- a/libjava/javax/naming/CompositeName.java +++ b/libjava/javax/naming/CompositeName.java @@ -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 diff --git a/libjava/javax/naming/CompoundName.java b/libjava/javax/naming/CompoundName.java index 17f2aab..2299715 100644 --- a/libjava/javax/naming/CompoundName.java +++ b/libjava/javax/naming/CompoundName.java @@ -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 diff --git a/libjava/javax/naming/LinkException.java b/libjava/javax/naming/LinkException.java index 2b0524d..29179ff 100644 --- a/libjava/javax/naming/LinkException.java +++ b/libjava/javax/naming/LinkException.java @@ -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 */ diff --git a/libjava/javax/naming/LinkRef.java b/libjava/javax/naming/LinkRef.java index 53597d3..313574f 100644 --- a/libjava/javax/naming/LinkRef.java +++ b/libjava/javax/naming/LinkRef.java @@ -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 diff --git a/libjava/javax/naming/NameClassPair.java b/libjava/javax/naming/NameClassPair.java index 2f11559..bc90f22 100644 --- a/libjava/javax/naming/NameClassPair.java +++ b/libjava/javax/naming/NameClassPair.java @@ -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 diff --git a/libjava/javax/naming/Reference.java b/libjava/javax/naming/Reference.java index 7309ebd2..4b06f4a 100644 --- a/libjava/javax/naming/Reference.java +++ b/libjava/javax/naming/Reference.java @@ -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 diff --git a/libjava/javax/naming/ReferralException.java b/libjava/javax/naming/ReferralException.java index 63e8303..430a38d 100644 --- a/libjava/javax/naming/ReferralException.java +++ b/libjava/javax/naming/ReferralException.java @@ -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 */ diff --git a/libjava/javax/naming/directory/Attribute.java b/libjava/javax/naming/directory/Attribute.java index f812f16..e46a563 100644 --- a/libjava/javax/naming/directory/Attribute.java +++ b/libjava/javax/naming/directory/Attribute.java @@ -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 diff --git a/libjava/javax/naming/directory/AttributeModificationException.java b/libjava/javax/naming/directory/AttributeModificationException.java index 0012458..a1bffba 100644 --- a/libjava/javax/naming/directory/AttributeModificationException.java +++ b/libjava/javax/naming/directory/AttributeModificationException.java @@ -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 */ diff --git a/libjava/javax/naming/directory/Attributes.java b/libjava/javax/naming/directory/Attributes.java index b0ee5cd..34bb8c0 100644 --- a/libjava/javax/naming/directory/Attributes.java +++ b/libjava/javax/naming/directory/Attributes.java @@ -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 */ diff --git a/libjava/javax/naming/directory/DirContext.java b/libjava/javax/naming/directory/DirContext.java index c7c8216..a42908b 100644 --- a/libjava/javax/naming/directory/DirContext.java +++ b/libjava/javax/naming/directory/DirContext.java @@ -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 */ diff --git a/libjava/javax/naming/directory/ModificationItem.java b/libjava/javax/naming/directory/ModificationItem.java index 6b9127d..e5530aa 100644 --- a/libjava/javax/naming/directory/ModificationItem.java +++ b/libjava/javax/naming/directory/ModificationItem.java @@ -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 */ diff --git a/libjava/javax/naming/directory/SearchControls.java b/libjava/javax/naming/directory/SearchControls.java index 0bccb35..5e63080 100644 --- a/libjava/javax/naming/directory/SearchControls.java +++ b/libjava/javax/naming/directory/SearchControls.java @@ -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 */ diff --git a/libjava/javax/naming/directory/SearchResult.java b/libjava/javax/naming/directory/SearchResult.java index eb4c182..793a28d 100644 --- a/libjava/javax/naming/directory/SearchResult.java +++ b/libjava/javax/naming/directory/SearchResult.java @@ -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 */ diff --git a/libjava/javax/naming/event/EventContext.java b/libjava/javax/naming/event/EventContext.java index 81626e1..365d73a 100644 --- a/libjava/javax/naming/event/EventContext.java +++ b/libjava/javax/naming/event/EventContext.java @@ -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 */ diff --git a/libjava/javax/naming/event/EventDirContext.java b/libjava/javax/naming/event/EventDirContext.java index 5d89e6b..288ecb1 100644 --- a/libjava/javax/naming/event/EventDirContext.java +++ b/libjava/javax/naming/event/EventDirContext.java @@ -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 diff --git a/libjava/javax/naming/event/NamespaceChangeListener.java b/libjava/javax/naming/event/NamespaceChangeListener.java index f9163b8..7952d71 100644 --- a/libjava/javax/naming/event/NamespaceChangeListener.java +++ b/libjava/javax/naming/event/NamespaceChangeListener.java @@ -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 */ diff --git a/libjava/javax/naming/event/NamingExceptionEvent.java b/libjava/javax/naming/event/NamingExceptionEvent.java index 17b71d9..8fb4255 100644 --- a/libjava/javax/naming/event/NamingExceptionEvent.java +++ b/libjava/javax/naming/event/NamingExceptionEvent.java @@ -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 */ diff --git a/libjava/javax/naming/event/NamingListener.java b/libjava/javax/naming/event/NamingListener.java index d75dd5b..bc820dc 100644 --- a/libjava/javax/naming/event/NamingListener.java +++ b/libjava/javax/naming/event/NamingListener.java @@ -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 */ diff --git a/libjava/javax/naming/event/ObjectChangeListener.java b/libjava/javax/naming/event/ObjectChangeListener.java index cda1052..0a2b19d 100644 --- a/libjava/javax/naming/event/ObjectChangeListener.java +++ b/libjava/javax/naming/event/ObjectChangeListener.java @@ -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 */ diff --git a/libjava/javax/naming/ldap/Control.java b/libjava/javax/naming/ldap/Control.java index 20ccafe..03de215 100644 --- a/libjava/javax/naming/ldap/Control.java +++ b/libjava/javax/naming/ldap/Control.java @@ -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 */ diff --git a/libjava/javax/naming/ldap/ExtendedResponse.java b/libjava/javax/naming/ldap/ExtendedResponse.java index 4815ad9..6625128 100644 --- a/libjava/javax/naming/ldap/ExtendedResponse.java +++ b/libjava/javax/naming/ldap/ExtendedResponse.java @@ -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 */ diff --git a/libjava/javax/naming/ldap/HasControls.java b/libjava/javax/naming/ldap/HasControls.java index 079afa3..6153e54 100644 --- a/libjava/javax/naming/ldap/HasControls.java +++ b/libjava/javax/naming/ldap/HasControls.java @@ -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 */ diff --git a/libjava/javax/naming/ldap/LdapContext.java b/libjava/javax/naming/ldap/LdapContext.java index db7bf25..7f554a6 100644 --- a/libjava/javax/naming/ldap/LdapContext.java +++ b/libjava/javax/naming/ldap/LdapContext.java @@ -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 */ diff --git a/libjava/javax/naming/ldap/UnsolicitedNotification.java b/libjava/javax/naming/ldap/UnsolicitedNotification.java index 6c37eb8..5a97227 100644 --- a/libjava/javax/naming/ldap/UnsolicitedNotification.java +++ b/libjava/javax/naming/ldap/UnsolicitedNotification.java @@ -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 */ diff --git a/libjava/javax/naming/ldap/UnsolicitedNotificationEvent.java b/libjava/javax/naming/ldap/UnsolicitedNotificationEvent.java index 4d5161c..bade7e1 100644 --- a/libjava/javax/naming/ldap/UnsolicitedNotificationEvent.java +++ b/libjava/javax/naming/ldap/UnsolicitedNotificationEvent.java @@ -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 diff --git a/libjava/javax/naming/ldap/UnsolicitedNotificationListener.java b/libjava/javax/naming/ldap/UnsolicitedNotificationListener.java index d540d96..e5b15c5 100644 --- a/libjava/javax/naming/ldap/UnsolicitedNotificationListener.java +++ b/libjava/javax/naming/ldap/UnsolicitedNotificationListener.java @@ -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 */ diff --git a/libjava/javax/naming/spi/DirectoryManager.java b/libjava/javax/naming/spi/DirectoryManager.java index c43a28d..a98b05d 100644 --- a/libjava/javax/naming/spi/DirectoryManager.java +++ b/libjava/javax/naming/spi/DirectoryManager.java @@ -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 diff --git a/libjava/javax/naming/spi/ResolveResult.java b/libjava/javax/naming/spi/ResolveResult.java index 25dd849..d9c6376 100644 --- a/libjava/javax/naming/spi/ResolveResult.java +++ b/libjava/javax/naming/spi/ResolveResult.java @@ -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 */ diff --git a/libjava/javax/naming/spi/Resolver.java b/libjava/javax/naming/spi/Resolver.java index 68ec5d6..0f7f386 100644 --- a/libjava/javax/naming/spi/Resolver.java +++ b/libjava/javax/naming/spi/Resolver.java @@ -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 */ diff --git a/libjava/javax/security/auth/callback/Callback.java b/libjava/javax/security/auth/callback/Callback.java index 655ad33..71932cb 100644 --- a/libjava/javax/security/auth/callback/Callback.java +++ b/libjava/javax/security/auth/callback/Callback.java @@ -59,7 +59,6 @@ package javax.security.auth.callback; * @see PasswordCallback * @see TextInputCallback * @see TextOutputCallback - * @version $Revision: 1.1 $ */ public interface Callback { } diff --git a/libjava/javax/security/auth/callback/CallbackHandler.java b/libjava/javax/security/auth/callback/CallbackHandler.java index 289999c..ed1195a 100644 --- a/libjava/javax/security/auth/callback/CallbackHandler.java +++ b/libjava/javax/security/auth/callback/CallbackHandler.java @@ -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 { diff --git a/libjava/javax/security/auth/callback/ChoiceCallback.java b/libjava/javax/security/auth/callback/ChoiceCallback.java index 44b5ffc..8fd038e 100644 --- a/libjava/javax/security/auth/callback/ChoiceCallback.java +++ b/libjava/javax/security/auth/callback/ChoiceCallback.java @@ -47,7 +47,6 @@ import java.io.Serializable; * selected choice(s). * * @see CallbackHandler - * @version $Revision: 1.1 $ */ public class ChoiceCallback implements Callback, Serializable { diff --git a/libjava/javax/security/auth/callback/ConfirmationCallback.java b/libjava/javax/security/auth/callback/ConfirmationCallback.java index 8abd393..aa91218 100644 --- a/libjava/javax/security/auth/callback/ConfirmationCallback.java +++ b/libjava/javax/security/auth/callback/ConfirmationCallback.java @@ -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 diff --git a/libjava/javax/security/auth/callback/LanguageCallback.java b/libjava/javax/security/auth/callback/LanguageCallback.java index 7191063..b53149a 100644 --- a/libjava/javax/security/auth/callback/LanguageCallback.java +++ b/libjava/javax/security/auth/callback/LanguageCallback.java @@ -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 { diff --git a/libjava/javax/security/auth/callback/NameCallback.java b/libjava/javax/security/auth/callback/NameCallback.java index c98edfd..094349e 100644 --- a/libjava/javax/security/auth/callback/NameCallback.java +++ b/libjava/javax/security/auth/callback/NameCallback.java @@ -46,7 +46,6 @@ import java.io.Serializable; * name information. * * @see CallbackHandler - * @version $Revision: 1.1 $ */ public class NameCallback implements Callback, Serializable { diff --git a/libjava/javax/security/auth/callback/PasswordCallback.java b/libjava/javax/security/auth/callback/PasswordCallback.java index 5620bc5..7e5f9cb 100644 --- a/libjava/javax/security/auth/callback/PasswordCallback.java +++ b/libjava/javax/security/auth/callback/PasswordCallback.java @@ -46,7 +46,6 @@ import java.io.Serializable; * password information. * * @see CallbackHandler, - * @version $Revision: 1.1 $ */ public class PasswordCallback implements Callback, Serializable { diff --git a/libjava/javax/security/auth/callback/TextInputCallback.java b/libjava/javax/security/auth/callback/TextInputCallback.java index 55c1aa2..01b544c 100644 --- a/libjava/javax/security/auth/callback/TextInputCallback.java +++ b/libjava/javax/security/auth/callback/TextInputCallback.java @@ -46,7 +46,6 @@ import java.io.Serializable; * generic text information. * * @see CallbackHandler - * @version $Revision: 1.1 $ */ public class TextInputCallback implements Callback, Serializable { diff --git a/libjava/javax/security/auth/callback/TextOutputCallback.java b/libjava/javax/security/auth/callback/TextOutputCallback.java index 380a5ef..47202bc 100644 --- a/libjava/javax/security/auth/callback/TextOutputCallback.java +++ b/libjava/javax/security/auth/callback/TextOutputCallback.java @@ -47,7 +47,6 @@ import java.io.Serializable; * error messages.</p> * * @see CallbackHandler - * @version $Revision: 1.2 $ */ public class TextOutputCallback implements Callback, Serializable { diff --git a/libjava/javax/security/auth/callback/UnsupportedCallbackException.java b/libjava/javax/security/auth/callback/UnsupportedCallbackException.java index 215942c..167a5e2 100644 --- a/libjava/javax/security/auth/callback/UnsupportedCallbackException.java +++ b/libjava/javax/security/auth/callback/UnsupportedCallbackException.java @@ -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 { diff --git a/libjava/javax/security/sasl/Sasl.java b/libjava/javax/security/sasl/Sasl.java index 334aac6..257198b 100644 --- a/libjava/javax/security/sasl/Sasl.java +++ b/libjava/javax/security/sasl/Sasl.java @@ -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 & 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 & 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 & * Reference" for information about how to install and configure security diff --git a/libjava/javax/security/sasl/SaslServerFactory.java b/libjava/javax/security/sasl/SaslServerFactory.java index 1299634..d2f2791 100644 --- a/libjava/javax/security/sasl/SaslServerFactory.java +++ b/libjava/javax/security/sasl/SaslServerFactory.java @@ -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> * diff --git a/libjava/javax/swing/DefaultBoundedRangeModel.java b/libjava/javax/swing/DefaultBoundedRangeModel.java index 65bd30c..9c19623 100644 --- a/libjava/javax/swing/DefaultBoundedRangeModel.java +++ b/libjava/javax/swing/DefaultBoundedRangeModel.java @@ -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 diff --git a/libjava/javax/swing/JComponent.java b/libjava/javax/swing/JComponent.java index 8f2bc95..ad7603c 100644 --- a/libjava/javax/swing/JComponent.java +++ b/libjava/javax/swing/JComponent.java @@ -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 diff --git a/libjava/javax/swing/JList.java b/libjava/javax/swing/JList.java index f26fa8a..adb7289 100644 --- a/libjava/javax/swing/JList.java +++ b/libjava/javax/swing/JList.java @@ -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 */ diff --git a/libjava/javax/swing/JProgressBar.java b/libjava/javax/swing/JProgressBar.java index cf93349..105f7c4 100644 --- a/libjava/javax/swing/JProgressBar.java +++ b/libjava/javax/swing/JProgressBar.java @@ -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> diff --git a/libjava/javax/swing/JRadioButton.java b/libjava/javax/swing/JRadioButton.java index fc06d15..da8c839 100644 --- a/libjava/javax/swing/JRadioButton.java +++ b/libjava/javax/swing/JRadioButton.java @@ -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 diff --git a/libjava/javax/swing/JTextArea.java b/libjava/javax/swing/JTextArea.java index 2561775..3510e6d 100644 --- a/libjava/javax/swing/JTextArea.java +++ b/libjava/javax/swing/JTextArea.java @@ -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 diff --git a/libjava/javax/swing/JTextField.java b/libjava/javax/swing/JTextField.java index d87655b..e7c65d9 100644 --- a/libjava/javax/swing/JTextField.java +++ b/libjava/javax/swing/JTextField.java @@ -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; diff --git a/libjava/javax/swing/JToggleButton.java b/libjava/javax/swing/JToggleButton.java index 8a38d48..41eab07 100644 --- a/libjava/javax/swing/JToggleButton.java +++ b/libjava/javax/swing/JToggleButton.java @@ -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. */ diff --git a/libjava/javax/swing/JTree.java b/libjava/javax/swing/JTree.java index 353547c..170fd30 100644 --- a/libjava/javax/swing/JTree.java +++ b/libjava/javax/swing/JTree.java @@ -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 */ diff --git a/libjava/javax/swing/SpinnerListModel.java b/libjava/javax/swing/SpinnerListModel.java index 4da2614..9b26671 100644 --- a/libjava/javax/swing/SpinnerListModel.java +++ b/libjava/javax/swing/SpinnerListModel.java @@ -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 diff --git a/libjava/javax/swing/event/EventListenerList.java b/libjava/javax/swing/event/EventListenerList.java index e7294af..226cac17 100644 --- a/libjava/javax/swing/event/EventListenerList.java +++ b/libjava/javax/swing/event/EventListenerList.java @@ -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 diff --git a/libjava/javax/swing/text/JTextComponent.java b/libjava/javax/swing/text/JTextComponent.java index dee496d..2a05e95 100644 --- a/libjava/javax/swing/text/JTextComponent.java +++ b/libjava/javax/swing/text/JTextComponent.java @@ -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 */ diff --git a/libjava/javax/swing/text/StringContent.java b/libjava/javax/swing/text/StringContent.java index f470ddd..c984bd8 100644 --- a/libjava/javax/swing/text/StringContent.java +++ b/libjava/javax/swing/text/StringContent.java @@ -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> diff --git a/libjava/javax/swing/text/Utilities.java b/libjava/javax/swing/text/Utilities.java index 6d2b546..c55f48e 100644 --- a/libjava/javax/swing/text/Utilities.java +++ b/libjava/javax/swing/text/Utilities.java @@ -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 { diff --git a/libjava/javax/swing/undo/UndoManager.java b/libjava/javax/swing/undo/UndoManager.java index c1b7cb8..fcdcf34 100644 --- a/libjava/javax/swing/undo/UndoManager.java +++ b/libjava/javax/swing/undo/UndoManager.java @@ -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 diff --git a/libjava/javax/swing/undo/UndoableEditSupport.java b/libjava/javax/swing/undo/UndoableEditSupport.java index 8b4cef7..80234aa 100644 --- a/libjava/javax/swing/undo/UndoableEditSupport.java +++ b/libjava/javax/swing/undo/UndoableEditSupport.java @@ -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 { diff --git a/libjava/javax/transaction/HeuristicCommitException.java b/libjava/javax/transaction/HeuristicCommitException.java index e1ef8e2..15d3091 100644 --- a/libjava/javax/transaction/HeuristicCommitException.java +++ b/libjava/javax/transaction/HeuristicCommitException.java @@ -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 */ diff --git a/libjava/javax/transaction/HeuristicMixedException.java b/libjava/javax/transaction/HeuristicMixedException.java index 68986b6..8ac7ecd 100644 --- a/libjava/javax/transaction/HeuristicMixedException.java +++ b/libjava/javax/transaction/HeuristicMixedException.java @@ -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 */ diff --git a/libjava/javax/transaction/HeuristicRollbackException.java b/libjava/javax/transaction/HeuristicRollbackException.java index 72ac3b4..e3f77c4 100644 --- a/libjava/javax/transaction/HeuristicRollbackException.java +++ b/libjava/javax/transaction/HeuristicRollbackException.java @@ -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 */ diff --git a/libjava/javax/transaction/InvalidTransactionException.java b/libjava/javax/transaction/InvalidTransactionException.java index 0c47912..bcc31eb 100644 --- a/libjava/javax/transaction/InvalidTransactionException.java +++ b/libjava/javax/transaction/InvalidTransactionException.java @@ -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 */ diff --git a/libjava/javax/transaction/NotSupportedException.java b/libjava/javax/transaction/NotSupportedException.java index b239574..16462be 100644 --- a/libjava/javax/transaction/NotSupportedException.java +++ b/libjava/javax/transaction/NotSupportedException.java @@ -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 */ diff --git a/libjava/javax/transaction/RollbackException.java b/libjava/javax/transaction/RollbackException.java index c8706f5..2f0ad46 100644 --- a/libjava/javax/transaction/RollbackException.java +++ b/libjava/javax/transaction/RollbackException.java @@ -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 */ diff --git a/libjava/javax/transaction/Status.java b/libjava/javax/transaction/Status.java index 7b3c4ae..3f47b52 100644 --- a/libjava/javax/transaction/Status.java +++ b/libjava/javax/transaction/Status.java @@ -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 */ diff --git a/libjava/javax/transaction/Synchronization.java b/libjava/javax/transaction/Synchronization.java index e8d8eb9..7cd0248 100644 --- a/libjava/javax/transaction/Synchronization.java +++ b/libjava/javax/transaction/Synchronization.java @@ -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 */ diff --git a/libjava/javax/transaction/SystemException.java b/libjava/javax/transaction/SystemException.java index ed9c9e4..e233993 100644 --- a/libjava/javax/transaction/SystemException.java +++ b/libjava/javax/transaction/SystemException.java @@ -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 */ diff --git a/libjava/javax/transaction/Transaction.java b/libjava/javax/transaction/Transaction.java index 55303b7..0c0910c 100644 --- a/libjava/javax/transaction/Transaction.java +++ b/libjava/javax/transaction/Transaction.java @@ -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 */ diff --git a/libjava/javax/transaction/TransactionManager.java b/libjava/javax/transaction/TransactionManager.java index 0a79bd3..f8a26f1 100644 --- a/libjava/javax/transaction/TransactionManager.java +++ b/libjava/javax/transaction/TransactionManager.java @@ -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 */ diff --git a/libjava/javax/transaction/TransactionRequiredException.java b/libjava/javax/transaction/TransactionRequiredException.java index ebc5679..ec62427 100644 --- a/libjava/javax/transaction/TransactionRequiredException.java +++ b/libjava/javax/transaction/TransactionRequiredException.java @@ -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 */ diff --git a/libjava/javax/transaction/TransactionRolledbackException.java b/libjava/javax/transaction/TransactionRolledbackException.java index ef4f1cc..45ac60f 100644 --- a/libjava/javax/transaction/TransactionRolledbackException.java +++ b/libjava/javax/transaction/TransactionRolledbackException.java @@ -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 */ diff --git a/libjava/javax/transaction/UserTransaction.java b/libjava/javax/transaction/UserTransaction.java index 1327a0c..00dbd20 100644 --- a/libjava/javax/transaction/UserTransaction.java +++ b/libjava/javax/transaction/UserTransaction.java @@ -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 */ diff --git a/libjava/javax/transaction/xa/XAException.java b/libjava/javax/transaction/xa/XAException.java index 48c7ca8..96e614e 100644 --- a/libjava/javax/transaction/xa/XAException.java +++ b/libjava/javax/transaction/xa/XAException.java @@ -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 */ diff --git a/libjava/javax/transaction/xa/XAResource.java b/libjava/javax/transaction/xa/XAResource.java index 6fd0717..194b02f 100644 --- a/libjava/javax/transaction/xa/XAResource.java +++ b/libjava/javax/transaction/xa/XAResource.java @@ -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 */ diff --git a/libjava/javax/transaction/xa/Xid.java b/libjava/javax/transaction/xa/Xid.java index c91843d..e34256d 100644 --- a/libjava/javax/transaction/xa/Xid.java +++ b/libjava/javax/transaction/xa/Xid.java @@ -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 */ diff --git a/libjava/javax/xml/XMLConstants.java b/libjava/javax/xml/XMLConstants.java index 4b9b066..4c256f4 100644 --- a/libjava/javax/xml/XMLConstants.java +++ b/libjava/javax/xml/XMLConstants.java @@ -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 diff --git a/libjava/javax/xml/datatype/DatatypeConfigurationException.java b/libjava/javax/xml/datatype/DatatypeConfigurationException.java index 1544079..0e3243b 100644 --- a/libjava/javax/xml/datatype/DatatypeConfigurationException.java +++ b/libjava/javax/xml/datatype/DatatypeConfigurationException.java @@ -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 diff --git a/libjava/javax/xml/datatype/DatatypeConstants.java b/libjava/javax/xml/datatype/DatatypeConstants.java index a761f88..5724502 100644 --- a/libjava/javax/xml/datatype/DatatypeConstants.java +++ b/libjava/javax/xml/datatype/DatatypeConstants.java @@ -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 diff --git a/libjava/javax/xml/datatype/DatatypeFactory.java b/libjava/javax/xml/datatype/DatatypeFactory.java index 2299435..b3c8cf4 100644 --- a/libjava/javax/xml/datatype/DatatypeFactory.java +++ b/libjava/javax/xml/datatype/DatatypeFactory.java @@ -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 diff --git a/libjava/javax/xml/datatype/Duration.java b/libjava/javax/xml/datatype/Duration.java index ed1221d..b7d188c 100644 --- a/libjava/javax/xml/datatype/Duration.java +++ b/libjava/javax/xml/datatype/Duration.java @@ -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 diff --git a/libjava/javax/xml/datatype/XMLGregorianCalendar.java b/libjava/javax/xml/datatype/XMLGregorianCalendar.java index c3585a4..4828038 100644 --- a/libjava/javax/xml/datatype/XMLGregorianCalendar.java +++ b/libjava/javax/xml/datatype/XMLGregorianCalendar.java @@ -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 diff --git a/libjava/javax/xml/namespace/NamespaceContext.java b/libjava/javax/xml/namespace/NamespaceContext.java index 2e79065..4b768dc 100644 --- a/libjava/javax/xml/namespace/NamespaceContext.java +++ b/libjava/javax/xml/namespace/NamespaceContext.java @@ -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 diff --git a/libjava/javax/xml/namespace/QName.java b/libjava/javax/xml/namespace/QName.java index 62dc8cd..fbb222e 100644 --- a/libjava/javax/xml/namespace/QName.java +++ b/libjava/javax/xml/namespace/QName.java @@ -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 diff --git a/libjava/javax/xml/parsers/DocumentBuilder.java b/libjava/javax/xml/parsers/DocumentBuilder.java index 13d7658..15130e8 100644 --- a/libjava/javax/xml/parsers/DocumentBuilder.java +++ b/libjava/javax/xml/parsers/DocumentBuilder.java @@ -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 { diff --git a/libjava/javax/xml/parsers/DocumentBuilderFactory.java b/libjava/javax/xml/parsers/DocumentBuilderFactory.java index c531005..1ba51d0 100644 --- a/libjava/javax/xml/parsers/DocumentBuilderFactory.java +++ b/libjava/javax/xml/parsers/DocumentBuilderFactory.java @@ -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 { diff --git a/libjava/javax/xml/parsers/FactoryConfigurationError.java b/libjava/javax/xml/parsers/FactoryConfigurationError.java index e7ff57e..351b340 100644 --- a/libjava/javax/xml/parsers/FactoryConfigurationError.java +++ b/libjava/javax/xml/parsers/FactoryConfigurationError.java @@ -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 diff --git a/libjava/javax/xml/parsers/ParserConfigurationException.java b/libjava/javax/xml/parsers/ParserConfigurationException.java index d7b54cf..a8cd546 100644 --- a/libjava/javax/xml/parsers/ParserConfigurationException.java +++ b/libjava/javax/xml/parsers/ParserConfigurationException.java @@ -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 diff --git a/libjava/javax/xml/parsers/SAXParser.java b/libjava/javax/xml/parsers/SAXParser.java index 10289dc..f05cc51 100644 --- a/libjava/javax/xml/parsers/SAXParser.java +++ b/libjava/javax/xml/parsers/SAXParser.java @@ -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 { diff --git a/libjava/javax/xml/parsers/SAXParserFactory.java b/libjava/javax/xml/parsers/SAXParserFactory.java index 143ee62..7b87bf2 100644 --- a/libjava/javax/xml/parsers/SAXParserFactory.java +++ b/libjava/javax/xml/parsers/SAXParserFactory.java @@ -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 { diff --git a/libjava/javax/xml/transform/ErrorListener.java b/libjava/javax/xml/transform/ErrorListener.java index f2021cd..153de5c 100644 --- a/libjava/javax/xml/transform/ErrorListener.java +++ b/libjava/javax/xml/transform/ErrorListener.java @@ -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 { diff --git a/libjava/javax/xml/transform/OutputKeys.java b/libjava/javax/xml/transform/OutputKeys.java index 784194c..f034a92 100644 --- a/libjava/javax/xml/transform/OutputKeys.java +++ b/libjava/javax/xml/transform/OutputKeys.java @@ -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 { diff --git a/libjava/javax/xml/transform/Result.java b/libjava/javax/xml/transform/Result.java index ec9420f..88b4659 100644 --- a/libjava/javax/xml/transform/Result.java +++ b/libjava/javax/xml/transform/Result.java @@ -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 { diff --git a/libjava/javax/xml/transform/Source.java b/libjava/javax/xml/transform/Source.java index 4d6002b..ef1730a 100644 --- a/libjava/javax/xml/transform/Source.java +++ b/libjava/javax/xml/transform/Source.java @@ -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 { diff --git a/libjava/javax/xml/transform/SourceLocator.java b/libjava/javax/xml/transform/SourceLocator.java index dfeea46..bc39e52 100644 --- a/libjava/javax/xml/transform/SourceLocator.java +++ b/libjava/javax/xml/transform/SourceLocator.java @@ -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 { diff --git a/libjava/javax/xml/transform/Templates.java b/libjava/javax/xml/transform/Templates.java index 3e9293e..2cae7ad 100644 --- a/libjava/javax/xml/transform/Templates.java +++ b/libjava/javax/xml/transform/Templates.java @@ -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 { diff --git a/libjava/javax/xml/transform/Transformer.java b/libjava/javax/xml/transform/Transformer.java index 3bf1e88..fe2a9ce 100644 --- a/libjava/javax/xml/transform/Transformer.java +++ b/libjava/javax/xml/transform/Transformer.java @@ -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 { diff --git a/libjava/javax/xml/transform/TransformerConfigurationException.java b/libjava/javax/xml/transform/TransformerConfigurationException.java index 006fc2f..9915d1a 100644 --- a/libjava/javax/xml/transform/TransformerConfigurationException.java +++ b/libjava/javax/xml/transform/TransformerConfigurationException.java @@ -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 diff --git a/libjava/javax/xml/transform/TransformerException.java b/libjava/javax/xml/transform/TransformerException.java index c10fa8a4..7e40cd2 100644 --- a/libjava/javax/xml/transform/TransformerException.java +++ b/libjava/javax/xml/transform/TransformerException.java @@ -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 diff --git a/libjava/javax/xml/transform/TransformerFactory.java b/libjava/javax/xml/transform/TransformerFactory.java index a1f50fc..53d9173 100644 --- a/libjava/javax/xml/transform/TransformerFactory.java +++ b/libjava/javax/xml/transform/TransformerFactory.java @@ -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 { diff --git a/libjava/javax/xml/transform/TransformerFactoryConfigurationError.java b/libjava/javax/xml/transform/TransformerFactoryConfigurationError.java index 3ec8809..ae1521f 100644 --- a/libjava/javax/xml/transform/TransformerFactoryConfigurationError.java +++ b/libjava/javax/xml/transform/TransformerFactoryConfigurationError.java @@ -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 diff --git a/libjava/javax/xml/transform/URIResolver.java b/libjava/javax/xml/transform/URIResolver.java index 7dca029..a859b7a 100644 --- a/libjava/javax/xml/transform/URIResolver.java +++ b/libjava/javax/xml/transform/URIResolver.java @@ -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 { diff --git a/libjava/javax/xml/transform/dom/DOMLocator.java b/libjava/javax/xml/transform/dom/DOMLocator.java index 7e0f830..29953be 100644 --- a/libjava/javax/xml/transform/dom/DOMLocator.java +++ b/libjava/javax/xml/transform/dom/DOMLocator.java @@ -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 diff --git a/libjava/javax/xml/transform/dom/DOMResult.java b/libjava/javax/xml/transform/dom/DOMResult.java index e62e30b..5a4ee33 100644 --- a/libjava/javax/xml/transform/dom/DOMResult.java +++ b/libjava/javax/xml/transform/dom/DOMResult.java @@ -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 diff --git a/libjava/javax/xml/transform/dom/DOMSource.java b/libjava/javax/xml/transform/dom/DOMSource.java index e002dbf..d87c4fb 100644 --- a/libjava/javax/xml/transform/dom/DOMSource.java +++ b/libjava/javax/xml/transform/dom/DOMSource.java @@ -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 diff --git a/libjava/javax/xml/transform/sax/SAXResult.java b/libjava/javax/xml/transform/sax/SAXResult.java index d9bf9a5..94cbacd 100644 --- a/libjava/javax/xml/transform/sax/SAXResult.java +++ b/libjava/javax/xml/transform/sax/SAXResult.java @@ -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 { diff --git a/libjava/javax/xml/transform/sax/SAXSource.java b/libjava/javax/xml/transform/sax/SAXSource.java index 15df252..f26a433 100644 --- a/libjava/javax/xml/transform/sax/SAXSource.java +++ b/libjava/javax/xml/transform/sax/SAXSource.java @@ -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 diff --git a/libjava/javax/xml/transform/sax/SAXTransformerFactory.java b/libjava/javax/xml/transform/sax/SAXTransformerFactory.java index 66d5197..e73b316 100644 --- a/libjava/javax/xml/transform/sax/SAXTransformerFactory.java +++ b/libjava/javax/xml/transform/sax/SAXTransformerFactory.java @@ -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 { diff --git a/libjava/javax/xml/transform/sax/TemplatesHandler.java b/libjava/javax/xml/transform/sax/TemplatesHandler.java index 8ee840d..f4d288b 100644 --- a/libjava/javax/xml/transform/sax/TemplatesHandler.java +++ b/libjava/javax/xml/transform/sax/TemplatesHandler.java @@ -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 diff --git a/libjava/javax/xml/transform/sax/TransformerHandler.java b/libjava/javax/xml/transform/sax/TransformerHandler.java index 0b2b1bd..3341f62 100644 --- a/libjava/javax/xml/transform/sax/TransformerHandler.java +++ b/libjava/javax/xml/transform/sax/TransformerHandler.java @@ -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 diff --git a/libjava/javax/xml/transform/stream/StreamResult.java b/libjava/javax/xml/transform/stream/StreamResult.java index fe4462d..df7b0dd 100644 --- a/libjava/javax/xml/transform/stream/StreamResult.java +++ b/libjava/javax/xml/transform/stream/StreamResult.java @@ -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 diff --git a/libjava/javax/xml/transform/stream/StreamSource.java b/libjava/javax/xml/transform/stream/StreamSource.java index d65dcaf..f6499a4 100644 --- a/libjava/javax/xml/transform/stream/StreamSource.java +++ b/libjava/javax/xml/transform/stream/StreamSource.java @@ -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 diff --git a/libjava/javax/xml/validation/Schema.java b/libjava/javax/xml/validation/Schema.java index 099a77e..fc196e1 100644 --- a/libjava/javax/xml/validation/Schema.java +++ b/libjava/javax/xml/validation/Schema.java @@ -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 diff --git a/libjava/javax/xml/validation/SchemaFactory.java b/libjava/javax/xml/validation/SchemaFactory.java index 4310cc5..3c5155d 100644 --- a/libjava/javax/xml/validation/SchemaFactory.java +++ b/libjava/javax/xml/validation/SchemaFactory.java @@ -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 diff --git a/libjava/javax/xml/validation/TypeInfoProvider.java b/libjava/javax/xml/validation/TypeInfoProvider.java index bec632c..11da16c 100644 --- a/libjava/javax/xml/validation/TypeInfoProvider.java +++ b/libjava/javax/xml/validation/TypeInfoProvider.java @@ -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 diff --git a/libjava/javax/xml/validation/Validator.java b/libjava/javax/xml/validation/Validator.java index 291bcbd..48107ee 100644 --- a/libjava/javax/xml/validation/Validator.java +++ b/libjava/javax/xml/validation/Validator.java @@ -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 diff --git a/libjava/javax/xml/validation/ValidatorHandler.java b/libjava/javax/xml/validation/ValidatorHandler.java index dc36909..c7427e6 100644 --- a/libjava/javax/xml/validation/ValidatorHandler.java +++ b/libjava/javax/xml/validation/ValidatorHandler.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathConstants.java b/libjava/javax/xml/xpath/XPathConstants.java index a4b0b16..70b9d45 100644 --- a/libjava/javax/xml/xpath/XPathConstants.java +++ b/libjava/javax/xml/xpath/XPathConstants.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathException.java b/libjava/javax/xml/xpath/XPathException.java index 4ca992b..a6e59ae 100644 --- a/libjava/javax/xml/xpath/XPathException.java +++ b/libjava/javax/xml/xpath/XPathException.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathExpression.java b/libjava/javax/xml/xpath/XPathExpression.java index b7af8f6..b87fbd2 100644 --- a/libjava/javax/xml/xpath/XPathExpression.java +++ b/libjava/javax/xml/xpath/XPathExpression.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathExpressionException.java b/libjava/javax/xml/xpath/XPathExpressionException.java index 4ba1991..ff10c30 100644 --- a/libjava/javax/xml/xpath/XPathExpressionException.java +++ b/libjava/javax/xml/xpath/XPathExpressionException.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathFactory.java b/libjava/javax/xml/xpath/XPathFactory.java index 64076f5..8aad6cf 100644 --- a/libjava/javax/xml/xpath/XPathFactory.java +++ b/libjava/javax/xml/xpath/XPathFactory.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathFactoryConfigurationException.java b/libjava/javax/xml/xpath/XPathFactoryConfigurationException.java index 56c45d1..64ffbbe 100644 --- a/libjava/javax/xml/xpath/XPathFactoryConfigurationException.java +++ b/libjava/javax/xml/xpath/XPathFactoryConfigurationException.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathFunction.java b/libjava/javax/xml/xpath/XPathFunction.java index a071eb5..c9e450a 100644 --- a/libjava/javax/xml/xpath/XPathFunction.java +++ b/libjava/javax/xml/xpath/XPathFunction.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathFunctionException.java b/libjava/javax/xml/xpath/XPathFunctionException.java index 9a6751a..fb78417 100644 --- a/libjava/javax/xml/xpath/XPathFunctionException.java +++ b/libjava/javax/xml/xpath/XPathFunctionException.java @@ -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 diff --git a/libjava/javax/xml/xpath/XPathFunctionResolver.java b/libjava/javax/xml/xpath/XPathFunctionResolver.java index 8fb0bd4..bf1cd82 100644 --- a/libjava/javax/xml/xpath/XPathFunctionResolver.java +++ b/libjava/javax/xml/xpath/XPathFunctionResolver.java @@ -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 |