I didn't do it when it was cool a few weeks ago, but now I have finally
added myself to the AUTHORS list, and fixed the @author tags in two
places.

2005-11-16  Anthony Balkissoon  <[EMAIL PROTECTED]>

        * AUTHORS: Added myself.
        * javax/swing/KeyboardManager.java: Changed @author tag to match the 
        other ones I have.
        * javax/swing/text/WrappedPlainView.java: Likewise.

--Tony
Index: AUTHORS
===================================================================
RCS file: /cvsroot/classpath/classpath/AUTHORS,v
retrieving revision 1.28
diff -u -r1.28 AUTHORS
--- AUTHORS	2 Nov 2005 21:52:18 -0000	1.28
+++ AUTHORS	16 Nov 2005 18:56:06 -0000
@@ -5,6 +5,7 @@
 alphabetic order.
 
 Lillian Angel ([EMAIL PROTECTED])
+Anthony Balkissoon ([EMAIL PROTECTED])
 Stuart Ballard ([EMAIL PROTECTED])
 Mark Benvenuto ([EMAIL PROTECTED])
 Geoff Berry ([EMAIL PROTECTED])
Index: javax/swing/KeyboardManager.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/KeyboardManager.java,v
retrieving revision 1.4
diff -u -r1.4 KeyboardManager.java
--- javax/swing/KeyboardManager.java	14 Nov 2005 21:15:52 -0000	1.4
+++ javax/swing/KeyboardManager.java	16 Nov 2005 18:56:06 -0000
@@ -53,7 +53,7 @@
  * Components register keyboard actions with the condition
  * JComponent.WHEN_IN_FOCUSED_WINDOW.
  * 
- * @author Anthony Balkissoon <[EMAIL PROTECTED]>
+ * @author Anthony Balkissoon abalkiss at redhat dot com
  *
  */
 class KeyboardManager
Index: javax/swing/text/WrappedPlainView.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/text/WrappedPlainView.java,v
retrieving revision 1.7
diff -u -r1.7 WrappedPlainView.java
--- javax/swing/text/WrappedPlainView.java	3 Nov 2005 21:04:48 -0000	1.7
+++ javax/swing/text/WrappedPlainView.java	16 Nov 2005 18:56:06 -0000
@@ -50,7 +50,7 @@
 import javax.swing.text.Position.Bias;
 
 /**
- * @author abalkiss
+ * @author Anthony Balkissoon abalkiss at redhat dot com
  *
  */
 public class WrappedPlainView extends BoxView implements TabExpander
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to