mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 13:13:55 +00:00
Corrected documentation copyrights based on git history.
This commit is contained in:
parent
a96e8b977b
commit
b745260e9e
@ -1,7 +1,5 @@
|
|||||||
[/
|
[/
|
||||||
/ Copyright (c) 2002, 2003 Peter Dimov
|
/ Copyright (c) 2002, 2003, 2005 Peter Dimov
|
||||||
/ Copyright (c) 2003 Daniel Frey
|
|
||||||
/ Copyright (c) 2003 Howard Hinnant
|
|
||||||
/ Copyright (c) 2014 Glen Fernandes
|
/ Copyright (c) 2014 Glen Fernandes
|
||||||
/
|
/
|
||||||
/ Distributed under the Boost Software License, Version 1.0. (See
|
/ Distributed under the Boost Software License, Version 1.0. (See
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
[/
|
[/
|
||||||
/ Copyright 2003 (c) The Trustees of Indiana University.
|
/ Copyright (c) 2003, 2004 Jaakko Jarvi
|
||||||
/ Copyright 2014 (c) Glen Fernandes
|
/ 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
|
/ Use, modification, and distribution is subject to the Boost Software
|
||||||
/ License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
/ License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
/ http://www.boost.org/LICENSE_1_0.txt)
|
/ 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]
|
[section:enable_if enable_if]
|
||||||
|
11
doc/ref.qbk
11
doc/ref.qbk
@ -1,9 +1,10 @@
|
|||||||
[/
|
[/
|
||||||
/ Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
|
/ Copyright (c) 2001, 2002, 2006 Peter Dimov
|
||||||
/ Copyright (C) 2001, 2002 Peter Dimov
|
/ Copyright (c) 2002 David Abrahams
|
||||||
/ Copyright (C) 2002 David Abrahams
|
/ Copyright (c) 2002 Aleksey Gurtovoy
|
||||||
/ Copyright (C) 2014 Glen Joseph Fernandes
|
/ Copyright (c) 2003, 2004 Douglas Gregor
|
||||||
/ Copyright (C) 2014 Agustin Berge
|
/ Copyright (c) 2009 Ronald Garcia
|
||||||
|
/ Copyright (c) 2014 Glen Joseph Fernandes
|
||||||
/
|
/
|
||||||
/ Distributed under the Boost Software License, Version 1.0. (See
|
/ Distributed under the Boost Software License, Version 1.0. (See
|
||||||
/ accompanying file LICENSE_1_0.txt or copy at
|
/ accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[/
|
[/
|
||||||
/ Copyright (c) 2009 Beman Dawes
|
/ Copyright (c) 2009 Beman Dawes
|
||||||
/ Copyright (C) 2011-2012 Vicente J. Botet Escriba
|
/ Copyright (c) 2011-2012 Vicente J. Botet Escriba
|
||||||
/ Copyright (C) 2012 Anthony Williams
|
/ Copyright (c) 2012 Anthony Williams
|
||||||
/ Copyright (c) 2014 Andrey Semashev
|
/ Copyright (c) 2014 Andrey Semashev
|
||||||
/
|
/
|
||||||
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[/
|
[/
|
||||||
/ Copyright (C) 2007, 2008 Steven Watanabe, Joseph Gauterin, Niels Dekker
|
/ Copyright (c) 2008 Joseph Gauterin
|
||||||
/ Copyright (C) 2014 Glen Fernandes
|
/ Copyright (c) 2008, 2009 Niels Dekker
|
||||||
|
/ Copyright (c) 2014 Glen Fernandes
|
||||||
/
|
/
|
||||||
/ Distributed under the Boost Software License, Version 1.0. (See
|
/ Distributed under the Boost Software License, Version 1.0. (See
|
||||||
/ accompanying file LICENSE_1_0.txt or copy at
|
/ 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.
|
specialized swap function is available, `std::swap` is used.
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
[section Rationale]
|
[section Rationale]
|
||||||
|
|
||||||
The generic `std::swap` function requires that the elements
|
The generic `std::swap` function requires that the elements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user