Added missing copyright comments. Corrected links to the documentation on the comments.

This commit is contained in:
Andrey Semashev 2014-06-12 02:10:10 +04:00
parent db776fd1bc
commit a96e8b977b
20 changed files with 148 additions and 13 deletions

View File

@ -1,3 +1,14 @@
[/
/ Copyright (c) 2002, 2003 Peter Dimov
/ Copyright (c) 2003 Daniel Frey
/ Copyright (c) 2003 Howard Hinnant
/ Copyright (c) 2014 Glen Fernandes
/
/ Distributed under 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)
/]
[section:checked_delete checked_delete] [section:checked_delete checked_delete]
[simplesect Authors] [simplesect Authors]

View File

@ -1,3 +1,16 @@
[/
/ Copyright 2003 (c) The Trustees of Indiana University.
/ Copyright 2014 (c) 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] [section:enable_if enable_if]
[simplesect Authors] [simplesect Authors]

View File

@ -1,5 +1,3 @@
[section:explicit_operator_bool explicit_operator_bool]
[/ [/
/ Copyright (c) 2013 Andrey Semashev / Copyright (c) 2013 Andrey Semashev
/ /
@ -7,6 +5,8 @@
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/] /]
[section:explicit_operator_bool explicit_operator_bool]
[/=================] [/=================]
[simplesect Authors] [simplesect Authors]
[/=================] [/=================]

View File

@ -1,3 +1,15 @@
[/
/ 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
/
/ Distributed under 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)
/]
[section:ref ref] [section:ref ref]
[simplesect Authors] [simplesect Authors]

View File

@ -1,3 +1,13 @@
[/
/ Copyright (c) 2009 Beman Dawes
/ 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
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/]
[section:scoped_enum scoped_enum] [section:scoped_enum scoped_enum]
[simplesect Authors] [simplesect Authors]

View File

@ -1,3 +1,13 @@
[/
/ Copyright (C) 2007, 2008 Steven Watanabe, Joseph Gauterin, 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
/ http://www.boost.org/LICENSE_1_0.txt)
/ For more information, see http://www.boost.org
/]
[section:swap swap] [section:swap swap]
[simplesect Authors] [simplesect Authors]

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_CHECKED_DELETE_HPP #ifndef BOOST_CHECKED_DELETE_HPP
#define BOOST_CHECKED_DELETE_HPP #define BOOST_CHECKED_DELETE_HPP

View File

@ -18,7 +18,7 @@
// accompanying file LICENSE_1_0.txt or copy at // 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)
// //
// See http://www.boost.org/libs/utility/checked_delete.html for documentation. // See http://www.boost.org/libs/core/doc/html/core/checked_delete.html for documentation.
// //
namespace boost namespace boost

View File

@ -25,7 +25,7 @@
// accompanying file LICENSE_1_0.txt or copy at // 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)
// //
// See http://www.boost.org/libs/bind/ref.html for documentation. // See http://www.boost.org/libs/core/doc/html/core/ref.html for documentation.
// //
/** /**

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP #ifndef BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP
#define BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP #define BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP #ifndef BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP
#define BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP #define BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Andrey Semashev
*
* Distributed under 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)
*/
#ifndef BOOST_DETAIL_SCOPED_ENUM_EMULATION_HPP #ifndef BOOST_DETAIL_SCOPED_ENUM_EMULATION_HPP
#define BOOST_DETAIL_SCOPED_ENUM_EMULATION_HPP #define BOOST_DETAIL_SCOPED_ENUM_EMULATION_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_NONCOPYABLE_HPP #ifndef BOOST_NONCOPYABLE_HPP
#define BOOST_NONCOPYABLE_HPP #define BOOST_NONCOPYABLE_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_REF_HPP #ifndef BOOST_REF_HPP
#define BOOST_REF_HPP #define BOOST_REF_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_SWAP_HPP #ifndef BOOST_SWAP_HPP
#define BOOST_SWAP_HPP #define BOOST_SWAP_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_UTILITY_ADDRESSOF_HPP #ifndef BOOST_UTILITY_ADDRESSOF_HPP
#define BOOST_UTILITY_ADDRESSOF_HPP #define BOOST_UTILITY_ADDRESSOF_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_UTILITY_ENABLE_IF_HPP #ifndef BOOST_UTILITY_ENABLE_IF_HPP
#define BOOST_UTILITY_ENABLE_IF_HPP #define BOOST_UTILITY_ENABLE_IF_HPP

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_UTILITY_EXPLICIT_OPERATOR_BOOL_HPP #ifndef BOOST_UTILITY_EXPLICIT_OPERATOR_BOOL_HPP
#define BOOST_UTILITY_EXPLICIT_OPERATOR_BOOL_HPP #define BOOST_UTILITY_EXPLICIT_OPERATOR_BOOL_HPP

View File

@ -1,9 +0,0 @@
#ifndef BOOST_UTILITY_NULL_DELETER_HPP
#define BOOST_UTILITY_NULL_DELETER_HPP
// The header file at this path is deprecated;
// use boost/core/null_deleter.hpp instead.
#include <boost/core/null_deleter.hpp>
#endif

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2014 Glen Fernandes
*
* Distributed under 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)
*/
#ifndef BOOST_UTILITY_SWAP_HPP #ifndef BOOST_UTILITY_SWAP_HPP
#define BOOST_UTILITY_SWAP_HPP #define BOOST_UTILITY_SWAP_HPP