diff --git a/src/java/org/apache/commons/lang/ObjectUtils.java b/src/java/org/apache/commons/lang/ObjectUtils.java
index dc3273d71..562a10a15 100644
--- a/src/java/org/apache/commons/lang/ObjectUtils.java
+++ b/src/java/org/apache/commons/lang/ObjectUtils.java
@@ -27,7 +27,7 @@ import java.io.Serializable;
*
* @author Nissim Karpenstein
* @author Janek Bogucki
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Stephen Colebourne
* @author Gary Gregory
* @author Mario Winterer
diff --git a/src/java/org/apache/commons/lang/SerializationUtils.java b/src/java/org/apache/commons/lang/SerializationUtils.java
index 38e37e70d..4bdfe0ca5 100644
--- a/src/java/org/apache/commons/lang/SerializationUtils.java
+++ b/src/java/org/apache/commons/lang/SerializationUtils.java
@@ -40,7 +40,7 @@ import java.io.Serializable;
*
* @author Nissim Karpenstein
* @author Janek Bogucki
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Stephen Colebourne
* @author Jeff Varszegi
* @author Gary Gregory
diff --git a/src/java/org/apache/commons/lang/StringUtils.java b/src/java/org/apache/commons/lang/StringUtils.java
index 874dd631f..ca37cf649 100644
--- a/src/java/org/apache/commons/lang/StringUtils.java
+++ b/src/java/org/apache/commons/lang/StringUtils.java
@@ -96,7 +96,7 @@ import java.util.List;
* @see java.lang.String
* @author Apache Jakarta Turbine
* @author Jon S. Stevens
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Greg Coladonato
* @author Ed Korthof
* @author Rand McNeely
diff --git a/src/java/org/apache/commons/lang/exception/ExceptionUtils.java b/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
index 0f4c91103..1bf19f9f1 100644
--- a/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
+++ b/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
@@ -38,7 +38,7 @@ import org.apache.commons.lang.SystemUtils;
*
Provides utilities for manipulating and examining
* Throwable
objects.
*
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Dmitri Plotnikov
* @author Stephen Colebourne
* @author Gary Gregory
diff --git a/src/java/org/apache/commons/lang/exception/Nestable.java b/src/java/org/apache/commons/lang/exception/Nestable.java
index b22ee430d..da800e2c5 100644
--- a/src/java/org/apache/commons/lang/exception/Nestable.java
+++ b/src/java/org/apache/commons/lang/exception/Nestable.java
@@ -24,7 +24,7 @@ import java.io.PrintWriter;
* extensions which would like to be able to nest root exceptions
* inside themselves.
*
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Kasper Nielsen
* @author Steven Caswell
* @author Pete Gieser
diff --git a/src/java/org/apache/commons/lang/exception/NestableDelegate.java b/src/java/org/apache/commons/lang/exception/NestableDelegate.java
index 7077a6749..6fe2ba872 100644
--- a/src/java/org/apache/commons/lang/exception/NestableDelegate.java
+++ b/src/java/org/apache/commons/lang/exception/NestableDelegate.java
@@ -36,7 +36,7 @@ import java.util.List;
*
*
* @author Rafal Krzewski
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Kasper Nielsen
* @author Steven Caswell
* @author Sean C. Sullivan
diff --git a/src/java/org/apache/commons/lang/exception/NestableError.java b/src/java/org/apache/commons/lang/exception/NestableError.java
index 899bdbfe1..3b86b8e94 100644
--- a/src/java/org/apache/commons/lang/exception/NestableError.java
+++ b/src/java/org/apache/commons/lang/exception/NestableError.java
@@ -22,7 +22,7 @@ import java.io.PrintWriter;
/**
* The base class of all errors which can contain other exceptions.
*
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @see org.apache.commons.lang.exception.NestableException
* @since 1.0
* @version $Id$
diff --git a/src/java/org/apache/commons/lang/exception/NestableException.java b/src/java/org/apache/commons/lang/exception/NestableException.java
index 0825f8458..d03e8f899 100644
--- a/src/java/org/apache/commons/lang/exception/NestableException.java
+++ b/src/java/org/apache/commons/lang/exception/NestableException.java
@@ -81,7 +81,7 @@ import java.io.PrintWriter;
*
*
* @author Rafal Krzewski
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Kasper Nielsen
* @author Steven Caswell
* @since 1.0
diff --git a/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java b/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java
index a1cc45a44..7d1c69f3b 100644
--- a/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java
+++ b/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java
@@ -25,7 +25,7 @@ import java.io.PrintWriter;
*
* @see org.apache.commons.lang.exception.NestableException
* @author Rafal Krzewski
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Kasper Nielsen
* @author Steven Caswell
* @since 1.0
diff --git a/src/test/org/apache/commons/lang/StringUtilsTest.java b/src/test/org/apache/commons/lang/StringUtilsTest.java
index db7db694e..cde5b9af2 100644
--- a/src/test/org/apache/commons/lang/StringUtilsTest.java
+++ b/src/test/org/apache/commons/lang/StringUtilsTest.java
@@ -31,7 +31,7 @@ import junit.textui.TestRunner;
/**
* Unit tests {@link org.apache.commons.lang.StringUtils}.
*
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @author Stephen Colebourne
* @author Ringo De Smet
* @author Daniel Rall
+ * @author Daniel L. Rall
* @author Steven Caswell
* @author Stephen Colebourne
* @author Gary Gregory
diff --git a/src/test/org/apache/commons/lang/exception/NestableDelegateTestCase.java b/src/test/org/apache/commons/lang/exception/NestableDelegateTestCase.java
index 828dcfc72..b0f682541 100644
--- a/src/test/org/apache/commons/lang/exception/NestableDelegateTestCase.java
+++ b/src/test/org/apache/commons/lang/exception/NestableDelegateTestCase.java
@@ -30,7 +30,7 @@ import junit.textui.TestRunner;
* Tests the org.apache.commons.lang.exception.NestableDelegate class.
*
* @author Steven Caswell
- * @author Daniel Rall
+ * @author Daniel L. Rall
* @version $Id$
*/
public class NestableDelegateTestCase extends junit.framework.TestCase {