diff --git a/doc/checked_delete.qbk b/doc/checked_delete.qbk index 8205272..156eb1b 100644 --- a/doc/checked_delete.qbk +++ b/doc/checked_delete.qbk @@ -1,7 +1,5 @@ [/ - / Copyright (c) 2002, 2003 Peter Dimov - / Copyright (c) 2003 Daniel Frey - / Copyright (c) 2003 Howard Hinnant + / Copyright (c) 2002, 2003, 2005 Peter Dimov / Copyright (c) 2014 Glen Fernandes / / Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/enable_if.qbk b/doc/enable_if.qbk index 4af43c8..7a2af6c 100644 --- a/doc/enable_if.qbk +++ b/doc/enable_if.qbk @@ -1,14 +1,12 @@ [/ - / Copyright 2003 (c) The Trustees of Indiana University. - / Copyright 2014 (c) Glen Fernandes + / Copyright (c) 2003, 2004 Jaakko Jarvi + / Copyright (c) 2008 John Maddock + / Copyright (c) 2011, 2013 Jeremiah Willcock + / Copyright (c) 2014 Glen Fernandes / / 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) - / - / Authors: Jaakko Jarvi (jajarvi at osl.iu.edu) - / Jeremiah Willcock (jewillco at osl.iu.edu) - / Andrew Lumsdaine (lums at osl.iu.edu) /] [section:enable_if enable_if] diff --git a/doc/ref.qbk b/doc/ref.qbk index 3e524ca..454851b 100644 --- a/doc/ref.qbk +++ b/doc/ref.qbk @@ -1,9 +1,10 @@ [/ - / Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) - / Copyright (C) 2001, 2002 Peter Dimov - / Copyright (C) 2002 David Abrahams - / Copyright (C) 2014 Glen Joseph Fernandes - / Copyright (C) 2014 Agustin Berge + / Copyright (c) 2001, 2002, 2006 Peter Dimov + / Copyright (c) 2002 David Abrahams + / Copyright (c) 2002 Aleksey Gurtovoy + / Copyright (c) 2003, 2004 Douglas Gregor + / Copyright (c) 2009 Ronald Garcia + / Copyright (c) 2014 Glen Joseph Fernandes / / Distributed under the Boost Software License, Version 1.0. (See / accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/scoped_enum.qbk b/doc/scoped_enum.qbk index 7c7f687..abe2c69 100644 --- a/doc/scoped_enum.qbk +++ b/doc/scoped_enum.qbk @@ -1,7 +1,7 @@ [/ / Copyright (c) 2009 Beman Dawes - / Copyright (C) 2011-2012 Vicente J. Botet Escriba - / Copyright (C) 2012 Anthony Williams + / Copyright (c) 2011-2012 Vicente J. Botet Escriba + / Copyright (c) 2012 Anthony Williams / Copyright (c) 2014 Andrey Semashev / / Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/doc/swap.qbk b/doc/swap.qbk index 5c64f55..dc866fd 100644 --- a/doc/swap.qbk +++ b/doc/swap.qbk @@ -1,6 +1,7 @@ [/ - / Copyright (C) 2007, 2008 Steven Watanabe, Joseph Gauterin, Niels Dekker - / Copyright (C) 2014 Glen Fernandes + / Copyright (c) 2008 Joseph Gauterin + / Copyright (c) 2008, 2009 Niels Dekker + / Copyright (c) 2014 Glen Fernandes / / Distributed under the Boost Software License, Version 1.0. (See / accompanying file LICENSE_1_0.txt or copy at @@ -33,7 +34,7 @@ select a specialized swap function if available. If no specialized swap function is available, `std::swap` is used. [endsect] - + [section Rationale] The generic `std::swap` function requires that the elements