From 918a1c93e48c135da1db150e4b476090c2540d34 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 25 Jul 2004 02:29:29 +0000 Subject: [PATCH] Doug Gregor -> Douglas Gregor [SVN r24016] --- include/boost/utility/addressof.hpp | 2 +- include/boost/utility/result_of.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/utility/addressof.hpp b/include/boost/utility/addressof.hpp index de8dfe5..a5a1425 100644 --- a/include/boost/utility/addressof.hpp +++ b/include/boost/utility/addressof.hpp @@ -1,5 +1,5 @@ // Copyright (C) 2002 Brad King (brad.king@kitware.com) -// Doug Gregor (gregod@cs.rpi.edu) +// Douglas Gregor (gregod@cs.rpi.edu) // Peter Dimov // // Permission to copy, use, sell and distribute this software is granted diff --git a/include/boost/utility/result_of.hpp b/include/boost/utility/result_of.hpp index 5a3ed7c..b419e89 100644 --- a/include/boost/utility/result_of.hpp +++ b/include/boost/utility/result_of.hpp @@ -1,6 +1,6 @@ // Boost result_of 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)