diff --git a/doc/function.xml b/doc/function.xml
index d6fedc3e..e675f25c 100644
--- a/doc/function.xml
+++ b/doc/function.xml
@@ -8,13 +8,14 @@
Douglas
Gregor
- gregod@cs.rpi.edu
+ dgregor -at- cs.indiana.edu
2001
2002
2003
+ 2004
Douglas Gregor
diff --git a/example/bind1st.cpp b/example/bind1st.cpp
index a7d23f4a..b9622c7f 100644
--- a/example/bind1st.cpp
+++ b/example/bind1st.cpp
@@ -1,6 +1,6 @@
// Boost.Function library examples
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/example/int_div.cpp b/example/int_div.cpp
index 3812d153..7218bd03 100644
--- a/example/int_div.cpp
+++ b/example/int_div.cpp
@@ -1,6 +1,6 @@
// Boost.Function library examples
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/example/sum_avg.cpp b/example/sum_avg.cpp
index 8dba3e22..8831ef11 100644
--- a/example/sum_avg.cpp
+++ b/example/sum_avg.cpp
@@ -1,6 +1,6 @@
// Boost.Function library examples
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index d5cff483..cc0448a3 100644
--- a/test/Jamfile.v2
+++ b/test/Jamfile.v2
@@ -1,6 +1,6 @@
# Function library
-# Copyright Doug Gregor 2001-2003. Use, modification and
+# Copyright Douglas Gregor 2001-2003. Use, modification and
# distribution is subject to the Boost Software License, Version
# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
@@ -58,4 +58,4 @@ import testing ;
;
}
-
\ No newline at end of file
+
diff --git a/test/allocator_test.cpp b/test/allocator_test.cpp
index 12fa4485..643ffb97 100644
--- a/test/allocator_test.cpp
+++ b/test/allocator_test.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/contains_test.cpp b/test/contains_test.cpp
index 0153339e..89cf836e 100644
--- a/test/contains_test.cpp
+++ b/test/contains_test.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2004. Use, modification and
+// Copyright Douglas Gregor 2004. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/function_30.cpp b/test/function_30.cpp
index b6630c78..0b91b75b 100644
--- a/test/function_30.cpp
+++ b/test/function_30.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2002-2003. Use, modification and
+// Copyright Douglas Gregor 2002-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/function_n_test.cpp b/test/function_n_test.cpp
index e993c390..4fc40e3f 100644
--- a/test/function_n_test.cpp
+++ b/test/function_n_test.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/function_test.cpp b/test/function_test.cpp
index d92b4ae8..b21840fb 100644
--- a/test/function_test.cpp
+++ b/test/function_test.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/function_test_fail1.cpp b/test/function_test_fail1.cpp
index bd933b32..0735e22e 100644
--- a/test/function_test_fail1.cpp
+++ b/test/function_test_fail1.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/function_test_fail2.cpp b/test/function_test_fail2.cpp
index 0038b31d..f2d158eb 100644
--- a/test/function_test_fail2.cpp
+++ b/test/function_test_fail2.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/lambda_test.cpp b/test/lambda_test.cpp
index 89be06c2..97fa7f84 100644
--- a/test/lambda_test.cpp
+++ b/test/lambda_test.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2002-2003. Use, modification and
+// Copyright Douglas Gregor 2002-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
diff --git a/test/stateless_test.cpp b/test/stateless_test.cpp
index 54859e7d..cd970544 100644
--- a/test/stateless_test.cpp
+++ b/test/stateless_test.cpp
@@ -1,6 +1,6 @@
// Boost.Function library
-// Copyright Doug Gregor 2001-2003. Use, modification and
+// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)