mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Moved some of my stuff to the Boost Software License, Version 1.0
[SVN r20681]
This commit is contained in:
parent
aedc410525
commit
fb95bcc64c
@ -346,11 +346,10 @@ with the exact pointer type used in <code>switcher</code>'s constructor.</p>
|
|||||||
|
|
||||||
<p>Revised: 14 June 2003</p>
|
<p>Revised: 14 June 2003</p>
|
||||||
|
|
||||||
<p>Copyright © Daryle Walker 2001, 2003. Permission to copy, use,
|
<p>Copyright 2001, 2003 Daryle Walker. Use, modification, and distribution
|
||||||
modify, sell and distribute this document is granted provided this copyright
|
are subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
notice appears in all copies. This document is provided "as
|
file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at <<a
|
||||||
is" without express or implied warranty, and with no claim as to
|
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>>.)</p>
|
||||||
its suitability for any purpose.</p>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
// Boost test program for base-from-member class templates -----------------//
|
// Boost test program for base-from-member class templates -----------------//
|
||||||
|
|
||||||
// (C) Copyright Daryle Walker 2001, 2003. Permission to copy, use, modify,
|
// Copyright 2001, 2003 Daryle Walker. Use, modification, and distribution are
|
||||||
// sell and distribute this software is granted provided this copyright
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// notice appears in all copies. This software is provided "as is" without
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// express or implied warranty, and with no claim as to its suitability for
|
|
||||||
// any purpose.
|
|
||||||
|
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
// See <http://www.boost.org/libs/utility/> for the library's home page.
|
||||||
|
|
||||||
// Revision History
|
// Revision History
|
||||||
// 14 Jun 2003 Adjusted code for Boost.Test changes (Daryle Walker)
|
// 14 Jun 2003 Adjusted code for Boost.Test changes (Daryle Walker)
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
// Boost utility.hpp header file -------------------------------------------//
|
// Boost utility.hpp header file -------------------------------------------//
|
||||||
|
|
||||||
// (C) Copyright Boost.org 1999-2003. Permission to copy, use, modify, sell
|
// Copyright 1999-2003 Boost.org. Use, modification, and distribution are
|
||||||
// and distribute this software is granted provided this copyright
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// notice appears in all copies. This software is provided "as is" without
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// express or implied warranty, and with no claim as to its suitability for
|
|
||||||
// any purpose.
|
|
||||||
|
|
||||||
// See http://www.boost.org/libs/utility for documentation.
|
// See <http://www.boost.org/libs/utility/> for the library's home page.
|
||||||
|
|
||||||
#ifndef BOOST_UTILITY_HPP
|
#ifndef BOOST_UTILITY_HPP
|
||||||
#define BOOST_UTILITY_HPP
|
#define BOOST_UTILITY_HPP
|
||||||
@ -18,4 +16,3 @@
|
|||||||
#include <boost/noncopyable.hpp>
|
#include <boost/noncopyable.hpp>
|
||||||
|
|
||||||
#endif // BOOST_UTILITY_HPP
|
#endif // BOOST_UTILITY_HPP
|
||||||
|
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
// boost utility/base_from_member.hpp header file --------------------------//
|
// boost utility/base_from_member.hpp header file --------------------------//
|
||||||
|
|
||||||
// (C) Copyright Daryle Walker 2001, 2003. Permission to copy, use, modify,
|
// Copyright 2001, 2003 Daryle Walker. Use, modification, and distribution are
|
||||||
// sell and distribute this software is granted provided this copyright
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// notice appears in all copies. This software is provided "as is" without
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// express or implied warranty, and with no claim as to its suitability for
|
|
||||||
// any purpose.
|
|
||||||
|
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
// See <http://www.boost.org/libs/utility/> for the library's home page.
|
||||||
|
|
||||||
#ifndef BOOST_UTILITY_BASE_FROM_MEMBER_HPP
|
#ifndef BOOST_UTILITY_BASE_FROM_MEMBER_HPP
|
||||||
#define BOOST_UTILITY_BASE_FROM_MEMBER_HPP
|
#define BOOST_UTILITY_BASE_FROM_MEMBER_HPP
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
// Boost utility_fwd.hpp header file ---------------------------------------//
|
// Boost utility_fwd.hpp header file ---------------------------------------//
|
||||||
|
|
||||||
// (C) Copyright boost.org 2001, 2003. Permission to copy, use, modify, sell
|
// Copyright 2001, 2003 Boost.org. Use, modification, and distribution are
|
||||||
// and distribute this software is granted provided this copyright
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
||||||
// notice appears in all copies. This software is provided "as is" without
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||||
// express or implied warranty, and with no claim as to its suitability for
|
|
||||||
// any purpose.
|
|
||||||
|
|
||||||
// See http://www.boost.org/libs/utility for documentation.
|
// See <http://www.boost.org/libs/utility/> for the library's home page.
|
||||||
|
|
||||||
#ifndef BOOST_UTILITY_FWD_HPP
|
#ifndef BOOST_UTILITY_FWD_HPP
|
||||||
#define BOOST_UTILITY_FWD_HPP
|
#define BOOST_UTILITY_FWD_HPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user