mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Updated license terms
[SVN r21120]
This commit is contained in:
parent
2f5945d0cd
commit
8024c3e9c7
@ -1,9 +1,10 @@
|
|||||||
// boost::compressed_pair test program
|
// boost::compressed_pair test program
|
||||||
|
|
||||||
// (C) Copyright John Maddock 2000. Permission to copy, use, modify, sell and
|
// (C) Copyright John Maddock 2000.
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
|
|
||||||
|
|
||||||
// standalone test program for <boost/call_traits.hpp>
|
// standalone test program for <boost/call_traits.hpp>
|
||||||
// 18 Mar 2002:
|
// 18 Mar 2002:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
// boost::compressed_pair test program
|
// boost::compressed_pair test program
|
||||||
|
|
||||||
// (C) Copyright John Maddock 2000. Permission to copy, use, modify, sell and
|
// (C) Copyright John Maddock 2000.
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
|
|
||||||
// standalone test program for <boost/compressed_pair.hpp>
|
// standalone test program for <boost/compressed_pair.hpp>
|
||||||
// Revised 03 Oct 2000:
|
// Revised 03 Oct 2000:
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
// (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and
|
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
|
//
|
||||||
|
// See http://www.boost.org/libs/utility for most recent version including documentation.
|
||||||
|
|
||||||
// See http://www.boost.org/libs/utility/call_traits.htm for Documentation.
|
|
||||||
// See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
|
// See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
|
||||||
// for full copyright notices.
|
// for full copyright notices.
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
// (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and
|
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
|
//
|
||||||
|
// See http://www.boost.org/libs/utility for most recent version including documentation.
|
||||||
|
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
|
||||||
// See boost/detail/compressed_pair.hpp and boost/detail/ob_compressed_pair.hpp
|
// See boost/detail/compressed_pair.hpp and boost/detail/ob_compressed_pair.hpp
|
||||||
// for full copyright notices.
|
// for full copyright notices.
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
||||||
// Permission to copy, use, modify, sell and
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
//
|
||||||
|
// See http://www.boost.org/libs/utility for most recent version including documentation.
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
|
||||||
|
|
||||||
// call_traits: defines typedefs for function usage
|
// call_traits: defines typedefs for function usage
|
||||||
// (see libs/utility/call_traits.htm)
|
// (see libs/utility/call_traits.htm)
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
||||||
// Permission to copy, use, modify, sell and
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
//
|
||||||
|
// See http://www.boost.org/libs/utility for most recent version including documentation.
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
|
||||||
|
|
||||||
// compressed_pair: pair that "compresses" empty members
|
// compressed_pair: pair that "compresses" empty members
|
||||||
// (see libs/utility/compressed_pair.htm)
|
// (see libs/utility/compressed_pair.htm)
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
||||||
// Permission to copy, use, modify, sell and
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
//
|
||||||
|
// See http://www.boost.org/libs/utility for most recent version including documentation.
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
|
||||||
//
|
//
|
||||||
// Crippled version for crippled compilers:
|
// Crippled version for crippled compilers:
|
||||||
// see libs/utility/call_traits.htm
|
// see libs/utility/call_traits.htm
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
|
||||||
// Permission to copy, use, modify, sell and
|
// Use, modification and distribution are subject to the Boost Software License,
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// http://www.boost.org/LICENSE_1_0.txt).
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
//
|
||||||
|
// See http://www.boost.org/libs/utility for most recent version including documentation.
|
||||||
// See http://www.boost.org for most recent version including documentation.
|
|
||||||
// see libs/utility/compressed_pair.hpp
|
// see libs/utility/compressed_pair.hpp
|
||||||
//
|
//
|
||||||
/* Release notes:
|
/* Release notes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user