mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Added missing copyright comments. Corrected links to the documentation on the comments.
This commit is contained in:
parent
db776fd1bc
commit
a96e8b977b
@ -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]
|
||||
|
||||
[simplesect Authors]
|
||||
|
@ -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]
|
||||
|
||||
[simplesect Authors]
|
||||
|
@ -1,5 +1,3 @@
|
||||
[section:explicit_operator_bool explicit_operator_bool]
|
||||
|
||||
[/
|
||||
/ 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)
|
||||
/]
|
||||
|
||||
[section:explicit_operator_bool explicit_operator_bool]
|
||||
|
||||
[/=================]
|
||||
[simplesect Authors]
|
||||
[/=================]
|
||||
|
12
doc/ref.qbk
12
doc/ref.qbk
@ -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]
|
||||
|
||||
[simplesect Authors]
|
||||
|
@ -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]
|
||||
|
||||
[simplesect Authors]
|
||||
|
10
doc/swap.qbk
10
doc/swap.qbk
@ -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]
|
||||
|
||||
[simplesect Authors]
|
||||
|
@ -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
|
||||
#define BOOST_CHECKED_DELETE_HPP
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// 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
|
||||
|
@ -25,7 +25,7 @@
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// 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.
|
||||
//
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
#define BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_DETAIL_SCOPED_ENUM_EMULATION_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_NONCOPYABLE_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_REF_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_SWAP_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_UTILITY_ADDRESSOF_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_UTILITY_ENABLE_IF_HPP
|
||||
|
||||
|
@ -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
|
||||
#define BOOST_UTILITY_EXPLICIT_OPERATOR_BOOL_HPP
|
||||
|
||||
|
@ -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
|
@ -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
|
||||
#define BOOST_UTILITY_SWAP_HPP
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user