Skip to content

Commit

Permalink
Doug Gregor->Douglas Gregor
Browse files Browse the repository at this point in the history
[SVN r24018]
  • Loading branch information
DougGregor committed Jul 25, 2004
1 parent 520ee97 commit fdbbc2b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion doc/function.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
<author>
<firstname>Douglas</firstname>
<surname>Gregor</surname>
<email>gregod@cs.rpi.edu</email>
<email>dgregor -at- cs.indiana.edu</email>
</author>

<copyright>
<year>2001</year>
<year>2002</year>
<year>2003</year>
<year>2004</year>
<holder>Douglas Gregor</holder>
</copyright>

Expand Down
2 changes: 1 addition & 1 deletion example/bind1st.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/int_div.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/sum_avg.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -58,4 +58,4 @@ import testing ;

;
}


2 changes: 1 addition & 1 deletion test/allocator_test.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/contains_test.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/function_30.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/function_n_test.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/function_test.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/function_test_fail1.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/function_test_fail2.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/lambda_test.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/stateless_test.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit fdbbc2b

Please sign in to comment.