diff --git a/test/Jamfile b/test/Jamfile index eb1d67be..091544e3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,14 +1,13 @@ # # Regression test Jamfile for boost configuration setup. # *** DO NOT EDIT THIS FILE BY HAND *** -# This file was automatically generated on Fri Aug 15 12:02:00 GMTST 2003, +# This file was automatically generated on Tue Oct 7 11:26:18 GMTST 2003, # by libs/config/tools/generate # # If you need to alter build preferences then set them in # the template defined in options.jam. # subproject libs/config/test ; - # bring in the rules for testing import testing ./options ; diff --git a/test/abi/abi_test.cpp b/test/abi/abi_test.cpp index de17fe0b..98be1b19 100644 --- a/test/abi/abi_test.cpp +++ b/test/abi/abi_test.cpp @@ -1,9 +1,9 @@ -// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2003. +// Use, modification and distribution are 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) -// See http://www.boost.org for the most recent version. +// See http://www.boost.org/libs/config for the most recent version. #include "abi_test.hpp" @@ -24,3 +24,4 @@ abi_test::abi_test() c = 0x12; i = 0x5678; } + diff --git a/test/abi/abi_test.hpp b/test/abi/abi_test.hpp index 2ad1a49c..a2bec783 100644 --- a/test/abi/abi_test.hpp +++ b/test/abi/abi_test.hpp @@ -1,9 +1,9 @@ -// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2003. +// Use, modification and distribution are 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) -// See http://www.boost.org for the most recent version. +// See http://www.boost.org/libs/config for the most recent version. #ifndef BOOST_ABI_TEST_HPP @@ -51,3 +51,4 @@ public: #endif // BOOST_ABI_TEST_HPP + diff --git a/test/abi/main.cpp b/test/abi/main.cpp index d5f5dcd2..62bd37a0 100644 --- a/test/abi/main.cpp +++ b/test/abi/main.cpp @@ -1,9 +1,9 @@ -// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2003. +// Use, modification and distribution are 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) -// See http://www.boost.org for the most recent version. +// See http://www.boost.org/libs/config for the most recent version. // // before we do anything else, we need to mess with the compilers ABI: @@ -27,3 +27,4 @@ int main() } return 0; } + diff --git a/test/boost_has_2arg_use_facet.ipp b/test/boost_has_2arg_use_facet.ipp index f22f7c09..7ed2b7c1 100644 --- a/test/boost_has_2arg_use_facet.ipp +++ b/test/boost_has_2arg_use_facet.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_TWO_ARG_USE_FACET // TITLE: two argument version of use_facet @@ -27,3 +29,4 @@ int test() + diff --git a/test/boost_has_bethreads.ipp b/test/boost_has_bethreads.ipp index 689b5a06..0e01699d 100644 --- a/test/boost_has_bethreads.ipp +++ b/test/boost_has_bethreads.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_BETHREADS // TITLE: BeOS Threads @@ -29,3 +31,4 @@ int test() + diff --git a/test/boost_has_clock_gettime.ipp b/test/boost_has_clock_gettime.ipp index cef1b050..59eee585 100644 --- a/test/boost_has_clock_gettime.ipp +++ b/test/boost_has_clock_gettime.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_CLOCK_GETTIME // TITLE: clock_gettime @@ -30,3 +32,4 @@ int test() + diff --git a/test/boost_has_dirent_h.ipp b/test/boost_has_dirent_h.ipp index 996df741..5d602020 100644 --- a/test/boost_has_dirent_h.ipp +++ b/test/boost_has_dirent_h.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2002. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2002. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_DIRENT_H // TITLE: @@ -25,3 +27,4 @@ int test() + diff --git a/test/boost_has_ftime.ipp b/test/boost_has_ftime.ipp index b3b8f351..664bc1f0 100644 --- a/test/boost_has_ftime.ipp +++ b/test/boost_has_ftime.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_FTIME // TITLE: GetSystemTimeAsFileTime @@ -29,3 +31,4 @@ int test() + diff --git a/test/boost_has_gettimeofday.ipp b/test/boost_has_gettimeofday.ipp index 547a8a2b..d79186a9 100644 --- a/test/boost_has_gettimeofday.ipp +++ b/test/boost_has_gettimeofday.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_GETTIMEOFDAY // TITLE: gettimeofday @@ -30,3 +32,4 @@ int test() + diff --git a/test/boost_has_hash.ipp b/test/boost_has_hash.ipp index 3ba4709d..5e0abd65 100644 --- a/test/boost_has_hash.ipp +++ b/test/boost_has_hash.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_HASH // TITLE: and @@ -42,3 +44,4 @@ int test() + diff --git a/test/boost_has_long_long.ipp b/test/boost_has_long_long.ipp index 7c0a92cc..b4be93ad 100644 --- a/test/boost_has_long_long.ipp +++ b/test/boost_has_long_long.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_LONG_LONG // TITLE: long long @@ -26,3 +28,4 @@ int test() + diff --git a/test/boost_has_macro_use_facet.ipp b/test/boost_has_macro_use_facet.ipp index 3a748333..0e0726df 100644 --- a/test/boost_has_macro_use_facet.ipp +++ b/test/boost_has_macro_use_facet.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_MACRO_USE_FACET // TITLE: macro version of use_facet: _USE @@ -30,3 +32,4 @@ int test() + diff --git a/test/boost_has_ms_int64.ipp b/test/boost_has_ms_int64.ipp index 6682a1fd..c8b47826 100644 --- a/test/boost_has_ms_int64.ipp +++ b/test/boost_has_ms_int64.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_MS_INT64 // TITLE: __int64 @@ -27,3 +29,4 @@ int test() + diff --git a/test/boost_has_nanosleep.ipp b/test/boost_has_nanosleep.ipp index 1f8ad53b..9262c8cf 100644 --- a/test/boost_has_nanosleep.ipp +++ b/test/boost_has_nanosleep.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_NANOSLEEP // TITLE: nanosleep @@ -31,3 +33,4 @@ int test() + diff --git a/test/boost_has_nl_types_h.ipp b/test/boost_has_nl_types_h.ipp index 791ad304..9126adbf 100644 --- a/test/boost_has_nl_types_h.ipp +++ b/test/boost_has_nl_types_h.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_NL_TYPES_H // TITLE: @@ -24,3 +26,4 @@ int test() + diff --git a/test/boost_has_nrvo.ipp b/test/boost_has_nrvo.ipp index 49ee1348..2611b4ec 100644 --- a/test/boost_has_nrvo.ipp +++ b/test/boost_has_nrvo.ipp @@ -1,7 +1,10 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright Terje Slettebo 2001. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_NRVO // TITLE: Named return value optimisation. @@ -50,3 +53,5 @@ int test() + + diff --git a/test/boost_has_part_alloc.ipp b/test/boost_has_part_alloc.ipp index b4fc3fcf..dcef14cb 100644 --- a/test/boost_has_part_alloc.ipp +++ b/test/boost_has_part_alloc.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_PARTIAL_STD_ALLOCATOR // TITLE: limited std::allocator support @@ -57,3 +59,4 @@ int test() + diff --git a/test/boost_has_pthread_delay_np.ipp b/test/boost_has_pthread_delay_np.ipp index 32afebf7..294d3db5 100644 --- a/test/boost_has_pthread_delay_np.ipp +++ b/test/boost_has_pthread_delay_np.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_PTHREAD_DELAY_NP // TITLE: pthread_delay_np @@ -30,3 +32,4 @@ int test() + diff --git a/test/boost_has_pthread_ma_st.ipp b/test/boost_has_pthread_ma_st.ipp index cd45dc22..0e985f2d 100644 --- a/test/boost_has_pthread_ma_st.ipp +++ b/test/boost_has_pthread_ma_st.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE // TITLE: pthread_mutexattr_settype @@ -32,3 +34,4 @@ int test() + diff --git a/test/boost_has_pthread_yield.ipp b/test/boost_has_pthread_yield.ipp index d80c7a80..625117a0 100644 --- a/test/boost_has_pthread_yield.ipp +++ b/test/boost_has_pthread_yield.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_PTHREAD_YIELD // TITLE: pthread_yield @@ -28,3 +30,4 @@ int test() + diff --git a/test/boost_has_pthreads.ipp b/test/boost_has_pthreads.ipp index afc4661d..1797b0b1 100644 --- a/test/boost_has_pthreads.ipp +++ b/test/boost_has_pthreads.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_PTHREADS // TITLE: POSIX Threads @@ -30,3 +32,4 @@ int test() + diff --git a/test/boost_has_sched_yield.ipp b/test/boost_has_sched_yield.ipp index d6e91595..1302fbff 100644 --- a/test/boost_has_sched_yield.ipp +++ b/test/boost_has_sched_yield.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_SCHED_YIELD // TITLE: sched_yield @@ -29,3 +31,4 @@ int test() + diff --git a/test/boost_has_sgi_type_traits.ipp b/test/boost_has_sgi_type_traits.ipp index 0d945bc3..5848b68f 100644 --- a/test/boost_has_sgi_type_traits.ipp +++ b/test/boost_has_sgi_type_traits.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_SGI_TYPE_TRAITS // TITLE: SGI style @@ -35,3 +37,4 @@ int test() + diff --git a/test/boost_has_sigaction.ipp b/test/boost_has_sigaction.ipp index b8fbba1c..12170c1d 100644 --- a/test/boost_has_sigaction.ipp +++ b/test/boost_has_sigaction.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_SIGACTION // TITLE: sigaction @@ -31,3 +33,4 @@ int test() + diff --git a/test/boost_has_slist.ipp b/test/boost_has_slist.ipp index 4c7ad28b..ac16d5af 100644 --- a/test/boost_has_slist.ipp +++ b/test/boost_has_slist.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_SLIST // TITLE: @@ -34,3 +36,4 @@ int test() + diff --git a/test/boost_has_stdint_h.ipp b/test/boost_has_stdint_h.ipp index d28d4e54..742c0612 100644 --- a/test/boost_has_stdint_h.ipp +++ b/test/boost_has_stdint_h.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_STDINT_H // TITLE: stdint.h @@ -39,3 +41,4 @@ int test() + diff --git a/test/boost_has_stlp_use_facet.ipp b/test/boost_has_stlp_use_facet.ipp index 7c386753..5b61b741 100644 --- a/test/boost_has_stlp_use_facet.ipp +++ b/test/boost_has_stlp_use_facet.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_STLP_USE_FACET // TITLE: STLport version of use_facet @@ -26,3 +28,4 @@ int test() + diff --git a/test/boost_has_unistd_h.ipp b/test/boost_has_unistd_h.ipp index f1ccaf53..b082c4fe 100644 --- a/test/boost_has_unistd_h.ipp +++ b/test/boost_has_unistd_h.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_UNISTD_H // TITLE: @@ -21,3 +23,4 @@ int test() + diff --git a/test/boost_has_vc6_mem_templ.ipp b/test/boost_has_vc6_mem_templ.ipp index f5091584..fbce1709 100644 --- a/test/boost_has_vc6_mem_templ.ipp +++ b/test/boost_has_vc6_mem_templ.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_MSVC6_MEMBER_TEMPLATES // TITLE: microsoft member templates @@ -53,3 +55,4 @@ int test() + diff --git a/test/boost_has_vc_iterator.ipp b/test/boost_has_vc_iterator.ipp index 5fae8827..e2fd5a6b 100644 --- a/test/boost_has_vc_iterator.ipp +++ b/test/boost_has_vc_iterator.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_MSVC_STD_ITERATOR // TITLE: microsoft's version of std::iterator @@ -35,3 +37,4 @@ int test() + diff --git a/test/boost_has_winthreads.ipp b/test/boost_has_winthreads.ipp index 22d2f05d..28ebff0c 100644 --- a/test/boost_has_winthreads.ipp +++ b/test/boost_has_winthreads.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_HAS_WINTHREADS // TITLE: MS Windows threads @@ -29,3 +31,4 @@ int test() + diff --git a/test/boost_no_arg_dep_lookup.ipp b/test/boost_no_arg_dep_lookup.ipp index a83e22d5..d934d44a 100644 --- a/test/boost_no_arg_dep_lookup.ipp +++ b/test/boost_no_arg_dep_lookup.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP // TITLE: Koenig lookup @@ -32,3 +34,4 @@ int test() } + diff --git a/test/boost_no_auto_ptr.ipp b/test/boost_no_auto_ptr.ipp index c5bc18ee..c86669cd 100644 --- a/test/boost_no_auto_ptr.ipp +++ b/test/boost_no_auto_ptr.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_AUTO_PTR // TITLE: std::auto_ptr @@ -48,3 +50,4 @@ int test() + diff --git a/test/boost_no_bcb_partial_spec.ipp b/test/boost_no_bcb_partial_spec.ipp index 30c354ae..32821dec 100644 --- a/test/boost_no_bcb_partial_spec.ipp +++ b/test/boost_no_bcb_partial_spec.ipp @@ -1,7 +1,8 @@ -// (C) Copyright Terje Slettebų 2002. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright Terje Slettebų 2002. +// Use, modification and distribution are 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) + // MACRO: BOOST_BCB_PARTIAL_SPECIALIZATION_BUG // TITLE: Full partial specialization support. diff --git a/test/boost_no_ctype_functions.ipp b/test/boost_no_ctype_functions.ipp index e6457b9d..ec23d594 100644 --- a/test/boost_no_ctype_functions.ipp +++ b/test/boost_no_ctype_functions.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_CTYPE_FUNCTIONS // TITLE: functions in @@ -39,3 +41,4 @@ int test() } } + diff --git a/test/boost_no_cv_spec.ipp b/test/boost_no_cv_spec.ipp index 56154e78..d2fc6311 100644 --- a/test/boost_no_cv_spec.ipp +++ b/test/boost_no_cv_spec.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_CV_SPECIALIZATIONS // TITLE: template specialisations of cv-qualified types @@ -42,3 +44,4 @@ int test() + diff --git a/test/boost_no_cv_void_spec.ipp b/test/boost_no_cv_void_spec.ipp index b895c5ad..c3bc2548 100644 --- a/test/boost_no_cv_void_spec.ipp +++ b/test/boost_no_cv_void_spec.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_CV_VOID_SPECIALIZATIONS // TITLE: template specialisations of cv-qualified void @@ -40,3 +42,4 @@ int test() } + diff --git a/test/boost_no_cwchar.ipp b/test/boost_no_cwchar.ipp index 7a03024b..d1117018 100644 --- a/test/boost_no_cwchar.ipp +++ b/test/boost_no_cwchar.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_CWCHAR // TITLE: and @@ -28,3 +30,4 @@ int test() + diff --git a/test/boost_no_cwctype.ipp b/test/boost_no_cwctype.ipp index 311e43c4..d6a7355a 100644 --- a/test/boost_no_cwctype.ipp +++ b/test/boost_no_cwctype.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_CWCTYPE // TITLE: and @@ -42,3 +44,4 @@ int test() + diff --git a/test/boost_no_ded_typename.ipp b/test/boost_no_ded_typename.ipp index e7ba4777..ef58d272 100644 --- a/test/boost_no_ded_typename.ipp +++ b/test/boost_no_ded_typename.ipp @@ -1,8 +1,9 @@ -// (C) Copyright John Maddock and David Abrahams 2002. Permission to -// copy, use, modify, sell and distribute this software is granted -// provided this copyright notice appears in all copies. This -// software is provided "as is" without express or implied warranty, -// and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock and Dave Abrahams 2002. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_DEDUCED_TYPENAME // TITLE: deduced typenames @@ -36,3 +37,4 @@ int test() + diff --git a/test/boost_no_dep_nested_class.ipp b/test/boost_no_dep_nested_class.ipp index 26642995..42c57503 100644 --- a/test/boost_no_dep_nested_class.ipp +++ b/test/boost_no_dep_nested_class.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_DEPENDENT_NESTED_DERIVATIONS // TITLE: dependent nested template classes @@ -53,3 +55,4 @@ int test() + diff --git a/test/boost_no_dep_val_param.ipp b/test/boost_no_dep_val_param.ipp index b74d8a14..759bef05 100644 --- a/test/boost_no_dep_val_param.ipp +++ b/test/boost_no_dep_val_param.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS // TITLE: dependent non-type template parameters @@ -32,3 +34,4 @@ int test() } + diff --git a/test/boost_no_excep_std.ipp b/test/boost_no_excep_std.ipp index ee8c2125..10d48f47 100644 --- a/test/boost_no_excep_std.ipp +++ b/test/boost_no_excep_std.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_EXCEPTION_STD_NAMESPACE // TITLE: is in namespace std @@ -30,3 +32,4 @@ int test() + diff --git a/test/boost_no_exceptions.ipp b/test/boost_no_exceptions.ipp index 34a98474..862088f5 100644 --- a/test/boost_no_exceptions.ipp +++ b/test/boost_no_exceptions.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_EXCEPTIONS // TITLE: exception handling support @@ -38,3 +40,4 @@ int test() + diff --git a/test/boost_no_exp_func_tem_arg.ipp b/test/boost_no_exp_func_tem_arg.ipp index 7f0a105e..3c37cd37 100644 --- a/test/boost_no_exp_func_tem_arg.ipp +++ b/test/boost_no_exp_func_tem_arg.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS // TITLE: non-deduced function template parameters @@ -50,3 +52,4 @@ int test() + diff --git a/test/boost_no_func_tmp_order.ipp b/test/boost_no_func_tmp_order.ipp index 26d38391..ab698651 100644 --- a/test/boost_no_func_tmp_order.ipp +++ b/test/boost_no_func_tmp_order.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_FUNCTION_TEMPLATE_ORDERING // TITLE: no function template ordering @@ -44,3 +46,4 @@ int test() + diff --git a/test/boost_no_i64_limits.ipp b/test/boost_no_i64_limits.ipp index 8e84d3f6..b82bf2f5 100644 --- a/test/boost_no_i64_limits.ipp +++ b/test/boost_no_i64_limits.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_MS_INT64_NUMERIC_LIMITS // TITLE: std::numeric_limits<__int64> @@ -24,3 +26,4 @@ int test() + diff --git a/test/boost_no_inline_memb_init.ipp b/test/boost_no_inline_memb_init.ipp index 9e15125d..4f8c45d7 100644 --- a/test/boost_no_inline_memb_init.ipp +++ b/test/boost_no_inline_memb_init.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_INCLASS_MEMBER_INITIALIZATION // TITLE: inline member constant initialisation @@ -50,3 +52,4 @@ int test() } + diff --git a/test/boost_no_integral_int64_t.ipp b/test/boost_no_integral_int64_t.ipp index 92cab38b..9cb970b0 100644 --- a/test/boost_no_integral_int64_t.ipp +++ b/test/boost_no_integral_int64_t.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_INTEGRAL_INT64_T // TITLE: long long and integral constant expressions @@ -42,3 +44,4 @@ int test() + diff --git a/test/boost_no_iter_construct.ipp b/test/boost_no_iter_construct.ipp index 224138cc..e87a76fc 100644 --- a/test/boost_no_iter_construct.ipp +++ b/test/boost_no_iter_construct.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS // TITLE: template iterator-constructors @@ -33,3 +35,4 @@ int test() + diff --git a/test/boost_no_limits.ipp b/test/boost_no_limits.ipp index a419596b..e7a011b8 100644 --- a/test/boost_no_limits.ipp +++ b/test/boost_no_limits.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_LIMITS // TITLE: @@ -29,3 +31,4 @@ int test() + diff --git a/test/boost_no_limits_const_exp.ipp b/test/boost_no_limits_const_exp.ipp index 42f750ca..8438f7ea 100644 --- a/test/boost_no_limits_const_exp.ipp +++ b/test/boost_no_limits_const_exp.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS // TITLE: compile time constants in @@ -37,3 +39,4 @@ int test() + diff --git a/test/boost_no_ll_limits.ipp b/test/boost_no_ll_limits.ipp index b0f1073a..039d16fd 100644 --- a/test/boost_no_ll_limits.ipp +++ b/test/boost_no_ll_limits.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_LONG_LONG_NUMERIC_LIMITS // TITLE: std::numeric_limits @@ -24,3 +26,4 @@ int test() + diff --git a/test/boost_no_mem_func_spec.ipp b/test/boost_no_mem_func_spec.ipp index 6abef369..96cf92a2 100644 --- a/test/boost_no_mem_func_spec.ipp +++ b/test/boost_no_mem_func_spec.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2002. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2002. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS // TITLE: Specialisation of individual member functions. @@ -57,3 +59,4 @@ int test() + diff --git a/test/boost_no_mem_tem_keyword.ipp b/test/boost_no_mem_tem_keyword.ipp index 59629b1f..4f0901fc 100644 --- a/test/boost_no_mem_tem_keyword.ipp +++ b/test/boost_no_mem_tem_keyword.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_MEMBER_TEMPLATE_KEYWORD // TITLE: member templates keyword @@ -64,3 +66,4 @@ int test() + diff --git a/test/boost_no_mem_templ_frnds.ipp b/test/boost_no_mem_templ_frnds.ipp index 74a9308e..ec22d963 100644 --- a/test/boost_no_mem_templ_frnds.ipp +++ b/test/boost_no_mem_templ_frnds.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_MEMBER_TEMPLATE_FRIENDS // TITLE: member template friends @@ -67,3 +69,4 @@ int test() + diff --git a/test/boost_no_mem_templates.ipp b/test/boost_no_mem_templates.ipp index fa2c1955..873580f3 100644 --- a/test/boost_no_mem_templates.ipp +++ b/test/boost_no_mem_templates.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_MEMBER_TEMPLATES // TITLE: member templates @@ -59,3 +61,4 @@ int test() + diff --git a/test/boost_no_ops_in_namespace.ipp b/test/boost_no_ops_in_namespace.ipp index 8f4d740d..895d9bae 100644 --- a/test/boost_no_ops_in_namespace.ipp +++ b/test/boost_no_ops_in_namespace.ipp @@ -1,19 +1,11 @@ -// (C) Copyright David Abrahams 1999. Permission to copy, use, -// modify, sell and distribute this software is granted provided this -// copyright notice appears in all copies. This software is provided -// "as is" without express or implied warranty, and with no claim as -// to its suitability for any purpose. +// (C) Copyright Jeremy Siek 1999. +// (C) Copyright David Abrahams 1999. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) -// (C) Copyright Jeremy Siek 1999. Permission to copy, use, modify, -// sell and distribute this software is granted provided this -// copyright notice appears in all copies. This software is provided -// "as is" without express or implied warranty, and with no claim as -// to its suitability for any purpose. - -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_OPERATORS_IN_NAMESPACE // TITLE: friend operators in namespace @@ -78,3 +70,4 @@ int test() + diff --git a/test/boost_no_partial_spec.ipp b/test/boost_no_partial_spec.ipp index 82be047d..036744eb 100644 --- a/test/boost_no_partial_spec.ipp +++ b/test/boost_no_partial_spec.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION // TITLE: partial specialisation @@ -51,3 +53,4 @@ int test() + diff --git a/test/boost_no_priv_aggregate.ipp b/test/boost_no_priv_aggregate.ipp index 65927efe..ca1aee78 100644 --- a/test/boost_no_priv_aggregate.ipp +++ b/test/boost_no_priv_aggregate.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_PRIVATE_IN_AGGREGATE // TITLE: private in aggregate types @@ -34,3 +36,4 @@ int test() + diff --git a/test/boost_no_ptr_mem_const.ipp b/test/boost_no_ptr_mem_const.ipp index da5eefb3..ef6dda5c 100644 --- a/test/boost_no_ptr_mem_const.ipp +++ b/test/boost_no_ptr_mem_const.ipp @@ -1,19 +1,13 @@ -// Copyright (c) 2000 -// Cadenza New Zealand Ltd +// Copyright (c) 2000 +// Cadenza New Zealand Ltd // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without -// fee, provided that the above copyright notice appears in all copies -// and that both the copyright notice and this permission notice -// appear in supporting documentation. Cadenza New Zealand Ltd makes -// no representations about the suitability of this software for any -// purpose. It is provided "as is" without express or implied -// warranty. +// (C) Copyright John Maddock 2001. +// +// Use, modification and distribution are 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) -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_POINTER_TO_MEMBER_CONST // TITLE: pointers to const member functions @@ -89,3 +83,4 @@ int test() + diff --git a/test/boost_no_ret_det.ipp b/test/boost_no_ret_det.ipp index c5e89a06..c2f08ac2 100644 --- a/test/boost_no_ret_det.ipp +++ b/test/boost_no_ret_det.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_UNREACHABLE_RETURN_DETECTION // TITLE: detection of unreachable returns @@ -31,3 +33,4 @@ int test() } + diff --git a/test/boost_no_sstream.ipp b/test/boost_no_sstream.ipp index 90c03242..6d06b11a 100644 --- a/test/boost_no_sstream.ipp +++ b/test/boost_no_sstream.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STRINGSTREAM // TITLE: @@ -24,3 +26,4 @@ int test() + diff --git a/test/boost_no_std_allocator.ipp b/test/boost_no_std_allocator.ipp index a18dc474..da88386b 100644 --- a/test/boost_no_std_allocator.ipp +++ b/test/boost_no_std_allocator.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_ALLOCATOR // TITLE: std::allocator @@ -65,3 +67,4 @@ int test() + diff --git a/test/boost_no_std_distance.ipp b/test/boost_no_std_distance.ipp index b6323ab5..93affff7 100644 --- a/test/boost_no_std_distance.ipp +++ b/test/boost_no_std_distance.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_DISTANCE // TITLE: std::distance @@ -26,3 +28,4 @@ int test() + diff --git a/test/boost_no_std_iter_traits.ipp b/test/boost_no_std_iter_traits.ipp index fda1c85b..31a9394d 100644 --- a/test/boost_no_std_iter_traits.ipp +++ b/test/boost_no_std_iter_traits.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_ITERATOR_TRAITS // TITLE: std::iterator_traits @@ -75,3 +77,4 @@ int test() + diff --git a/test/boost_no_std_iterator.ipp b/test/boost_no_std_iterator.ipp index 84fa0eab..e5332ef3 100644 --- a/test/boost_no_std_iterator.ipp +++ b/test/boost_no_std_iterator.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_ITERATOR // TITLE: std::iterator @@ -62,3 +64,4 @@ int test() + diff --git a/test/boost_no_std_locale.ipp b/test/boost_no_std_locale.ipp index 6d35014b..29d8e323 100644 --- a/test/boost_no_std_locale.ipp +++ b/test/boost_no_std_locale.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_LOCALE // TITLE: std::locale @@ -31,3 +33,4 @@ int test() + diff --git a/test/boost_no_std_messages.ipp b/test/boost_no_std_messages.ipp index d874a252..3fbd6f07 100644 --- a/test/boost_no_std_messages.ipp +++ b/test/boost_no_std_messages.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_MESSAGES // TITLE: std::messages @@ -34,3 +36,4 @@ int test() + diff --git a/test/boost_no_std_min_max.ipp b/test/boost_no_std_min_max.ipp index d595208f..43fa64d4 100644 --- a/test/boost_no_std_min_max.ipp +++ b/test/boost_no_std_min_max.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_MIN_MAX // TITLE: std::min and std::max @@ -28,3 +30,4 @@ int test() + diff --git a/test/boost_no_std_oi_assign.ipp b/test/boost_no_std_oi_assign.ipp index 0b9975ec..9d506144 100644 --- a/test/boost_no_std_oi_assign.ipp +++ b/test/boost_no_std_oi_assign.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN // TITLE: That the std output iterators are assignable @@ -37,3 +39,4 @@ int test() + diff --git a/test/boost_no_std_use_facet.ipp b/test/boost_no_std_use_facet.ipp index 96111fb5..c207af7d 100644 --- a/test/boost_no_std_use_facet.ipp +++ b/test/boost_no_std_use_facet.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // MACRO: BOOST_NO_STD_USE_FACET // TITLE: std::use_facet @@ -24,3 +26,4 @@ int test() + diff --git a/test/boost_no_std_wstreambuf.ipp b/test/boost_no_std_wstreambuf.ipp index 308094bf..5d0e7aa7 100644 --- a/test/boost_no_std_wstreambuf.ipp +++ b/test/boost_no_std_wstreambuf.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_STD_WSTREAMBUF // TITLE: std::basic_streambuf @@ -103,3 +105,4 @@ template class parser_buf; template class parser_buf; } + diff --git a/test/boost_no_std_wstring.ipp b/test/boost_no_std_wstring.ipp index 737cf83b..d79fd95f 100644 --- a/test/boost_no_std_wstring.ipp +++ b/test/boost_no_std_wstring.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_STD_WSTRING // TITLE: std::wstring @@ -23,3 +25,4 @@ int test() + diff --git a/test/boost_no_stdc_namespace.ipp b/test/boost_no_stdc_namespace.ipp index 5f1aca90..f105b2fe 100644 --- a/test/boost_no_stdc_namespace.ipp +++ b/test/boost_no_stdc_namespace.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_STDC_NAMESPACE // TITLE: std:: namespace for C API's @@ -38,3 +40,4 @@ int test() } } + diff --git a/test/boost_no_swprintf.ipp b/test/boost_no_swprintf.ipp index 21960df2..4b3a460f 100644 --- a/test/boost_no_swprintf.ipp +++ b/test/boost_no_swprintf.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_SWPRINTF // TITLE: swprintf @@ -26,3 +28,4 @@ int test() + diff --git a/test/boost_no_template_template.ipp b/test/boost_no_template_template.ipp index 19102f29..a0794452 100644 --- a/test/boost_no_template_template.ipp +++ b/test/boost_no_template_template.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2002. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2002. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_TEMPLATE_TEMPLATES // TITLE: template template paramters. @@ -45,3 +47,4 @@ int test() + diff --git a/test/boost_no_using_decl_overld.ipp b/test/boost_no_using_decl_overld.ipp index aeac58b2..c0174636 100644 --- a/test/boost_no_using_decl_overld.ipp +++ b/test/boost_no_using_decl_overld.ipp @@ -1,7 +1,7 @@ -// (C) Copyright Eric Friedman 2002. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright Eric Friedman 2002. +// Use, modification and distribution are 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) // MACRO: BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE // TITLE: using declaration function overloads from a typename base diff --git a/test/boost_no_using_template.ipp b/test/boost_no_using_template.ipp index f0526473..73e8b9f3 100644 --- a/test/boost_no_using_template.ipp +++ b/test/boost_no_using_template.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_USING_TEMPLATE // TITLE: using template declarations @@ -42,3 +44,4 @@ int test() + diff --git a/test/boost_no_void_returns.ipp b/test/boost_no_void_returns.ipp index f2c5fc56..920c44bf 100644 --- a/test/boost_no_void_returns.ipp +++ b/test/boost_no_void_returns.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_VOID_RETURNS // TITLE: no void returns @@ -29,3 +31,4 @@ int test() + diff --git a/test/boost_no_wchar_t.ipp b/test/boost_no_wchar_t.ipp index 5066dfda..8a982584 100644 --- a/test/boost_no_wchar_t.ipp +++ b/test/boost_no_wchar_t.ipp @@ -1,7 +1,9 @@ -// (C) Copyright John Maddock 2001. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for most recent version. // MACRO: BOOST_NO_INTRINSIC_WCHAR_T // TITLE: intrinsic wchar_t @@ -40,3 +42,4 @@ int test() + diff --git a/test/config_info.cpp b/test/config_info.cpp index f1edcc3a..dd4cb22d 100644 --- a/test/config_info.cpp +++ b/test/config_info.cpp @@ -1,11 +1,15 @@ // Boost config.hpp configuration test program file -----------------------// -// (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2001. +// (C) Copyright Peter Dimov 2001. +// (C) Copyright Darin Adler 2001. +// (C) Copyright Beman Dawes 2002. +// Use, modification and distribution are 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) -// See http://www.boost.org for the most recent version. +// See http://www.boost.org/libs/config for most recent version. #include #include @@ -958,3 +962,4 @@ int main() + diff --git a/test/config_test.cpp b/test/config_test.cpp index 42e8f382..5ced9581 100644 --- a/test/config_test.cpp +++ b/test/config_test.cpp @@ -1,7 +1,8 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for config setup // This file should compile, if it does not then @@ -10,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_*.cxx on -// Fri Aug 15 12:02:00 GMTST 2003 +// Tue Oct 7 11:26:18 GMTST 2003 #include #define BOOST_INCLUDE_MAIN diff --git a/test/has_2arg_use_facet_fail.cpp b/test/has_2arg_use_facet_fail.cpp index df21dfb8..87553978 100644 --- a/test/has_2arg_use_facet_fail.cpp +++ b/test/has_2arg_use_facet_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_TWO_ARG_USE_FACET // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_2arg_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_2arg_use_facet_pass.cpp b/test/has_2arg_use_facet_pass.cpp index 31147086..18206fa7 100644 --- a/test/has_2arg_use_facet_pass.cpp +++ b/test/has_2arg_use_facet_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_TWO_ARG_USE_FACET // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_2arg_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_bethreads_fail.cpp b/test/has_bethreads_fail.cpp index d46b0b01..0476b734 100644 --- a/test/has_bethreads_fail.cpp +++ b/test/has_bethreads_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_BETHREADS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_bethreads.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_bethreads_pass.cpp b/test/has_bethreads_pass.cpp index 0986e058..eaba83ed 100644 --- a/test/has_bethreads_pass.cpp +++ b/test/has_bethreads_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_BETHREADS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_bethreads.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_clock_gettime_fail.cpp b/test/has_clock_gettime_fail.cpp index f366a677..636f4955 100644 --- a/test/has_clock_gettime_fail.cpp +++ b/test/has_clock_gettime_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_CLOCK_GETTIME // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_clock_gettime.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_clock_gettime_pass.cpp b/test/has_clock_gettime_pass.cpp index 1e16935d..ddd449d2 100644 --- a/test/has_clock_gettime_pass.cpp +++ b/test/has_clock_gettime_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_CLOCK_GETTIME // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_clock_gettime.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_dirent_h_fail.cpp b/test/has_dirent_h_fail.cpp index 82cd5a10..28ebcced 100644 --- a/test/has_dirent_h_fail.cpp +++ b/test/has_dirent_h_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_DIRENT_H // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_dirent_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_dirent_h_pass.cpp b/test/has_dirent_h_pass.cpp index 49f48bf6..4f2d04bb 100644 --- a/test/has_dirent_h_pass.cpp +++ b/test/has_dirent_h_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_DIRENT_H // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_dirent_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_ftime_fail.cpp b/test/has_ftime_fail.cpp index 89e191fa..48957502 100644 --- a/test/has_ftime_fail.cpp +++ b/test/has_ftime_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_FTIME // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ftime.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_ftime_pass.cpp b/test/has_ftime_pass.cpp index a816b995..5e184b0d 100644 --- a/test/has_ftime_pass.cpp +++ b/test/has_ftime_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_FTIME // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ftime.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_gettimeofday_fail.cpp b/test/has_gettimeofday_fail.cpp index 5a4041ac..6abf3934 100644 --- a/test/has_gettimeofday_fail.cpp +++ b/test/has_gettimeofday_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_GETTIMEOFDAY // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_gettimeofday.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_gettimeofday_pass.cpp b/test/has_gettimeofday_pass.cpp index 7843a475..22831fa2 100644 --- a/test/has_gettimeofday_pass.cpp +++ b/test/has_gettimeofday_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_GETTIMEOFDAY // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_gettimeofday.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_hash_fail.cpp b/test/has_hash_fail.cpp index fe0760c6..743e04f9 100644 --- a/test/has_hash_fail.cpp +++ b/test/has_hash_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_HASH // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_hash.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_hash_pass.cpp b/test/has_hash_pass.cpp index 9cc2ce82..7b52e078 100644 --- a/test/has_hash_pass.cpp +++ b/test/has_hash_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_HASH // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_hash.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_long_long_fail.cpp b/test/has_long_long_fail.cpp index af80dd96..fb243d04 100644 --- a/test/has_long_long_fail.cpp +++ b/test/has_long_long_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_LONG_LONG // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_long_long.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_long_long_pass.cpp b/test/has_long_long_pass.cpp index 67ce43ee..60eba516 100644 --- a/test/has_long_long_pass.cpp +++ b/test/has_long_long_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_LONG_LONG // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_long_long.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_macro_use_facet_fail.cpp b/test/has_macro_use_facet_fail.cpp index 827f4065..a825ae05 100644 --- a/test/has_macro_use_facet_fail.cpp +++ b/test/has_macro_use_facet_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_MACRO_USE_FACET // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_macro_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_macro_use_facet_pass.cpp b/test/has_macro_use_facet_pass.cpp index 2cbbf424..fdc934dd 100644 --- a/test/has_macro_use_facet_pass.cpp +++ b/test/has_macro_use_facet_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_MACRO_USE_FACET // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_macro_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_ms_int64_fail.cpp b/test/has_ms_int64_fail.cpp index 88d5d43d..3737e035 100644 --- a/test/has_ms_int64_fail.cpp +++ b/test/has_ms_int64_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_MS_INT64 // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ms_int64.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_ms_int64_pass.cpp b/test/has_ms_int64_pass.cpp index 30bd3bb1..40df72a0 100644 --- a/test/has_ms_int64_pass.cpp +++ b/test/has_ms_int64_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_MS_INT64 // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ms_int64.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_nanosleep_fail.cpp b/test/has_nanosleep_fail.cpp index ac4cdc58..1aec15a8 100644 --- a/test/has_nanosleep_fail.cpp +++ b/test/has_nanosleep_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_NANOSLEEP // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nanosleep.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_nanosleep_pass.cpp b/test/has_nanosleep_pass.cpp index f0b05419..0fa6cee7 100644 --- a/test/has_nanosleep_pass.cpp +++ b/test/has_nanosleep_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_NANOSLEEP // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nanosleep.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_nl_types_h_fail.cpp b/test/has_nl_types_h_fail.cpp index 9490960e..fbb2d01b 100644 --- a/test/has_nl_types_h_fail.cpp +++ b/test/has_nl_types_h_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_NL_TYPES_H // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nl_types_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_nl_types_h_pass.cpp b/test/has_nl_types_h_pass.cpp index 6094a4fa..2c14ce44 100644 --- a/test/has_nl_types_h_pass.cpp +++ b/test/has_nl_types_h_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_NL_TYPES_H // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nl_types_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_nrvo_fail.cpp b/test/has_nrvo_fail.cpp index 3c655362..ac2760f2 100644 --- a/test/has_nrvo_fail.cpp +++ b/test/has_nrvo_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_NRVO // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nrvo.cxx on -// Tue Nov 12 11:07:30 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_nrvo_pass.cpp b/test/has_nrvo_pass.cpp index 907d0a02..cdaf9aae 100644 --- a/test/has_nrvo_pass.cpp +++ b/test/has_nrvo_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_NRVO // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nrvo.cxx on -// Tue Nov 12 11:07:30 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_part_alloc_fail.cpp b/test/has_part_alloc_fail.cpp index f58c025d..5c74cd33 100644 --- a/test/has_part_alloc_fail.cpp +++ b/test/has_part_alloc_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PARTIAL_STD_ALLOCATOR // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_part_alloc.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_part_alloc_pass.cpp b/test/has_part_alloc_pass.cpp index b6d3f69b..632da5ea 100644 --- a/test/has_part_alloc_pass.cpp +++ b/test/has_part_alloc_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PARTIAL_STD_ALLOCATOR // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_part_alloc.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthread_delay_np_fail.cpp b/test/has_pthread_delay_np_fail.cpp index 34834e70..4a7edb4e 100644 --- a/test/has_pthread_delay_np_fail.cpp +++ b/test/has_pthread_delay_np_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREAD_DELAY_NP // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_delay_np.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthread_delay_np_pass.cpp b/test/has_pthread_delay_np_pass.cpp index 0725cb15..c539e04e 100644 --- a/test/has_pthread_delay_np_pass.cpp +++ b/test/has_pthread_delay_np_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREAD_DELAY_NP // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_delay_np.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthread_ma_st_fail.cpp b/test/has_pthread_ma_st_fail.cpp index 9131c9ee..648ead1d 100644 --- a/test/has_pthread_ma_st_fail.cpp +++ b/test/has_pthread_ma_st_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_ma_st.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthread_ma_st_pass.cpp b/test/has_pthread_ma_st_pass.cpp index 59a28e20..0027d7f7 100644 --- a/test/has_pthread_ma_st_pass.cpp +++ b/test/has_pthread_ma_st_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_ma_st.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthread_yield_fail.cpp b/test/has_pthread_yield_fail.cpp index 708843d3..dacebb09 100644 --- a/test/has_pthread_yield_fail.cpp +++ b/test/has_pthread_yield_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREAD_YIELD // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_yield.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthread_yield_pass.cpp b/test/has_pthread_yield_pass.cpp index 65bc27c5..e9052cce 100644 --- a/test/has_pthread_yield_pass.cpp +++ b/test/has_pthread_yield_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREAD_YIELD // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_yield.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthreads_fail.cpp b/test/has_pthreads_fail.cpp index 8c1bfc3f..2a63b179 100644 --- a/test/has_pthreads_fail.cpp +++ b/test/has_pthreads_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREADS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthreads.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_pthreads_pass.cpp b/test/has_pthreads_pass.cpp index fc218beb..d74530fd 100644 --- a/test/has_pthreads_pass.cpp +++ b/test/has_pthreads_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_PTHREADS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthreads.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_sched_yield_fail.cpp b/test/has_sched_yield_fail.cpp index 7f21131b..016ee63c 100644 --- a/test/has_sched_yield_fail.cpp +++ b/test/has_sched_yield_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SCHED_YIELD // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sched_yield.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_sched_yield_pass.cpp b/test/has_sched_yield_pass.cpp index aeee3075..62aa933a 100644 --- a/test/has_sched_yield_pass.cpp +++ b/test/has_sched_yield_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SCHED_YIELD // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sched_yield.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_sgi_type_traits_fail.cpp b/test/has_sgi_type_traits_fail.cpp index 27cbffef..725a9a42 100644 --- a/test/has_sgi_type_traits_fail.cpp +++ b/test/has_sgi_type_traits_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SGI_TYPE_TRAITS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sgi_type_traits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_sgi_type_traits_pass.cpp b/test/has_sgi_type_traits_pass.cpp index 0fb0ceee..745d147c 100644 --- a/test/has_sgi_type_traits_pass.cpp +++ b/test/has_sgi_type_traits_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SGI_TYPE_TRAITS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sgi_type_traits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_sigaction_fail.cpp b/test/has_sigaction_fail.cpp index bbc4fb65..97409860 100644 --- a/test/has_sigaction_fail.cpp +++ b/test/has_sigaction_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SIGACTION // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sigaction.cxx on -// Thu Feb 13 12:02:51 GMTST 2003 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_sigaction_pass.cpp b/test/has_sigaction_pass.cpp index 412a8c02..968ca5d4 100644 --- a/test/has_sigaction_pass.cpp +++ b/test/has_sigaction_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SIGACTION // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sigaction.cxx on -// Thu Feb 13 12:02:51 GMTST 2003 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_slist_fail.cpp b/test/has_slist_fail.cpp index dad0fdef..f4dce82c 100644 --- a/test/has_slist_fail.cpp +++ b/test/has_slist_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SLIST // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_slist.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_slist_pass.cpp b/test/has_slist_pass.cpp index aa5475be..4f0b343e 100644 --- a/test/has_slist_pass.cpp +++ b/test/has_slist_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_SLIST // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_slist.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_stdint_h_fail.cpp b/test/has_stdint_h_fail.cpp index fa292ede..f1f25e58 100644 --- a/test/has_stdint_h_fail.cpp +++ b/test/has_stdint_h_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_STDINT_H // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stdint_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_stdint_h_pass.cpp b/test/has_stdint_h_pass.cpp index cd487d1b..573ab141 100644 --- a/test/has_stdint_h_pass.cpp +++ b/test/has_stdint_h_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_STDINT_H // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stdint_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_stlp_use_facet_fail.cpp b/test/has_stlp_use_facet_fail.cpp index e395c770..2e3bdff3 100644 --- a/test/has_stlp_use_facet_fail.cpp +++ b/test/has_stlp_use_facet_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_STLP_USE_FACET // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stlp_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_stlp_use_facet_pass.cpp b/test/has_stlp_use_facet_pass.cpp index 991917c0..ad12503a 100644 --- a/test/has_stlp_use_facet_pass.cpp +++ b/test/has_stlp_use_facet_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_STLP_USE_FACET // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stlp_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_unistd_h_fail.cpp b/test/has_unistd_h_fail.cpp index e03ce1a6..f1423a38 100644 --- a/test/has_unistd_h_fail.cpp +++ b/test/has_unistd_h_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_UNISTD_H // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_unistd_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_unistd_h_pass.cpp b/test/has_unistd_h_pass.cpp index cc15502e..98e932e8 100644 --- a/test/has_unistd_h_pass.cpp +++ b/test/has_unistd_h_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_UNISTD_H // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_unistd_h.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_vc6_mem_templ_fail.cpp b/test/has_vc6_mem_templ_fail.cpp index 7cee5fec..5c92a7bd 100644 --- a/test/has_vc6_mem_templ_fail.cpp +++ b/test/has_vc6_mem_templ_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_MSVC6_MEMBER_TEMPLATES // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc6_mem_templ.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_vc6_mem_templ_pass.cpp b/test/has_vc6_mem_templ_pass.cpp index af386945..acd4cf77 100644 --- a/test/has_vc6_mem_templ_pass.cpp +++ b/test/has_vc6_mem_templ_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_MSVC6_MEMBER_TEMPLATES // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc6_mem_templ.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_vc_iterator_fail.cpp b/test/has_vc_iterator_fail.cpp index ff817eaa..e4c4539f 100644 --- a/test/has_vc_iterator_fail.cpp +++ b/test/has_vc_iterator_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_MSVC_STD_ITERATOR // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc_iterator.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_vc_iterator_pass.cpp b/test/has_vc_iterator_pass.cpp index b4c24532..03566f99 100644 --- a/test/has_vc_iterator_pass.cpp +++ b/test/has_vc_iterator_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_MSVC_STD_ITERATOR // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc_iterator.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_winthreads_fail.cpp b/test/has_winthreads_fail.cpp index 46297e60..e4a33a37 100644 --- a/test/has_winthreads_fail.cpp +++ b/test/has_winthreads_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_WINTHREADS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_winthreads.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/has_winthreads_pass.cpp b/test/has_winthreads_pass.cpp index e22e31f0..1e17e8a5 100644 --- a/test/has_winthreads_pass.cpp +++ b/test/has_winthreads_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_HAS_WINTHREADS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_winthreads.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/link/link_test.cpp b/test/link/link_test.cpp index 276e23f7..f0a66263 100644 --- a/test/link/link_test.cpp +++ b/test/link/link_test.cpp @@ -1,9 +1,9 @@ -// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2003. +// Use, modification and distribution are 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) -// See http://www.boost.org for the most recent version. +// See http://www.boost.org/libs/config for the most recent version. #define BOOST_CONFIG_SOURCE @@ -23,3 +23,4 @@ bool BOOST_CONFIG_DECL check_options( && (m_debug == debug) && (m_stlp_debug == stl_debug); } + diff --git a/test/link/link_test.hpp b/test/link/link_test.hpp index 32083eae..45cc7135 100644 --- a/test/link/link_test.hpp +++ b/test/link/link_test.hpp @@ -1,9 +1,9 @@ -// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2003. +// Use, modification and distribution are 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) -// See http://www.boost.org for the most recent version. +// See http://www.boost.org/libs/config for the most recent version. #ifndef BOOST_LINK_TEST_HPP #define BOOST_LINK_TEST_HPP @@ -74,3 +74,4 @@ bool BOOST_CONFIG_DECL check_options( #endif #endif // BOOST_LINK_TEST_HPP + diff --git a/test/link/main.cpp b/test/link/main.cpp index d500e979..06643eb5 100644 --- a/test/link/main.cpp +++ b/test/link/main.cpp @@ -1,9 +1,9 @@ -// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2003. +// Use, modification and distribution are 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) -// See http://www.boost.org for the most recent version. +// See http://www.boost.org/libs/config for the most recent version. #include "link_test.hpp" @@ -12,3 +12,4 @@ int main() return check_options(dyn_link, dyn_rtl, has_threads, debug, stl_debug) ? 0 : -1; } + diff --git a/test/no_arg_dep_lookup_fail.cpp b/test/no_arg_dep_lookup_fail.cpp index e95368f5..3f733a0b 100644 --- a/test/no_arg_dep_lookup_fail.cpp +++ b/test/no_arg_dep_lookup_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_arg_dep_lookup.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_arg_dep_lookup_pass.cpp b/test/no_arg_dep_lookup_pass.cpp index 5c05c23a..0c5c21f2 100644 --- a/test/no_arg_dep_lookup_pass.cpp +++ b/test/no_arg_dep_lookup_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_arg_dep_lookup.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_auto_ptr_fail.cpp b/test/no_auto_ptr_fail.cpp index b378376b..978e3756 100644 --- a/test/no_auto_ptr_fail.cpp +++ b/test/no_auto_ptr_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_AUTO_PTR // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_auto_ptr.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_auto_ptr_pass.cpp b/test/no_auto_ptr_pass.cpp index d2f62d0d..db83d2b5 100644 --- a/test/no_auto_ptr_pass.cpp +++ b/test/no_auto_ptr_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_AUTO_PTR // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_auto_ptr.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_bcb_partial_spec_fail.cpp b/test/no_bcb_partial_spec_fail.cpp index 43445024..87736806 100644 --- a/test/no_bcb_partial_spec_fail.cpp +++ b/test/no_bcb_partial_spec_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_BCB_PARTIAL_SPECIALIZATION_BUG // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_bcb_partial_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_bcb_partial_spec_pass.cpp b/test/no_bcb_partial_spec_pass.cpp index d18ef96b..3e74da7f 100644 --- a/test/no_bcb_partial_spec_pass.cpp +++ b/test/no_bcb_partial_spec_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_BCB_PARTIAL_SPECIALIZATION_BUG // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_bcb_partial_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ctype_functions_fail.cpp b/test/no_ctype_functions_fail.cpp index f953149d..5460b667 100644 --- a/test/no_ctype_functions_fail.cpp +++ b/test/no_ctype_functions_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CTYPE_FUNCTIONS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ctype_functions.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ctype_functions_pass.cpp b/test/no_ctype_functions_pass.cpp index 6491ec7e..0978d2bf 100644 --- a/test/no_ctype_functions_pass.cpp +++ b/test/no_ctype_functions_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CTYPE_FUNCTIONS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ctype_functions.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cv_spec_fail.cpp b/test/no_cv_spec_fail.cpp index 310e9490..9f089621 100644 --- a/test/no_cv_spec_fail.cpp +++ b/test/no_cv_spec_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CV_SPECIALIZATIONS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cv_spec_pass.cpp b/test/no_cv_spec_pass.cpp index a89a5913..e0320b3a 100644 --- a/test/no_cv_spec_pass.cpp +++ b/test/no_cv_spec_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CV_SPECIALIZATIONS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cv_void_spec_fail.cpp b/test/no_cv_void_spec_fail.cpp index e906042e..32dd64ed 100644 --- a/test/no_cv_void_spec_fail.cpp +++ b/test/no_cv_void_spec_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CV_VOID_SPECIALIZATIONS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_void_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cv_void_spec_pass.cpp b/test/no_cv_void_spec_pass.cpp index a67a8a2e..5188d071 100644 --- a/test/no_cv_void_spec_pass.cpp +++ b/test/no_cv_void_spec_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CV_VOID_SPECIALIZATIONS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_void_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cwchar_fail.cpp b/test/no_cwchar_fail.cpp index b382c9fe..929967b1 100644 --- a/test/no_cwchar_fail.cpp +++ b/test/no_cwchar_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CWCHAR // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwchar.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cwchar_pass.cpp b/test/no_cwchar_pass.cpp index 40b2145d..a38b628f 100644 --- a/test/no_cwchar_pass.cpp +++ b/test/no_cwchar_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CWCHAR // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwchar.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cwctype_fail.cpp b/test/no_cwctype_fail.cpp index a7927f9f..534d0975 100644 --- a/test/no_cwctype_fail.cpp +++ b/test/no_cwctype_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CWCTYPE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwctype.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_cwctype_pass.cpp b/test/no_cwctype_pass.cpp index dd761cab..7af09f1a 100644 --- a/test/no_cwctype_pass.cpp +++ b/test/no_cwctype_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_CWCTYPE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwctype.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ded_typename_fail.cpp b/test/no_ded_typename_fail.cpp index 49cdb4f5..024abc1a 100644 --- a/test/no_ded_typename_fail.cpp +++ b/test/no_ded_typename_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_DEDUCED_TYPENAME // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ded_typename.cxx on -// Tue Nov 12 11:07:30 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ded_typename_pass.cpp b/test/no_ded_typename_pass.cpp index 5f333966..2a00d2a2 100644 --- a/test/no_ded_typename_pass.cpp +++ b/test/no_ded_typename_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_DEDUCED_TYPENAME // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ded_typename.cxx on -// Tue Nov 12 11:07:30 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_dep_nested_class_fail.cpp b/test/no_dep_nested_class_fail.cpp index 2df13ef8..a66fdae2 100644 --- a/test/no_dep_nested_class_fail.cpp +++ b/test/no_dep_nested_class_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_DEPENDENT_NESTED_DERIVATIONS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_nested_class.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_dep_nested_class_pass.cpp b/test/no_dep_nested_class_pass.cpp index b0ee2132..4931cb9b 100644 --- a/test/no_dep_nested_class_pass.cpp +++ b/test/no_dep_nested_class_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_DEPENDENT_NESTED_DERIVATIONS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_nested_class.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_dep_val_param_fail.cpp b/test/no_dep_val_param_fail.cpp index 04c3f260..125be13e 100644 --- a/test/no_dep_val_param_fail.cpp +++ b/test/no_dep_val_param_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_val_param.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_dep_val_param_pass.cpp b/test/no_dep_val_param_pass.cpp index 7f910058..1ad701d5 100644 --- a/test/no_dep_val_param_pass.cpp +++ b/test/no_dep_val_param_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_val_param.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_excep_std_fail.cpp b/test/no_excep_std_fail.cpp index 2a1a7631..3902b03c 100644 --- a/test/no_excep_std_fail.cpp +++ b/test/no_excep_std_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_EXCEPTION_STD_NAMESPACE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_excep_std.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_excep_std_pass.cpp b/test/no_excep_std_pass.cpp index 6f9f15b1..dd52655d 100644 --- a/test/no_excep_std_pass.cpp +++ b/test/no_excep_std_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_EXCEPTION_STD_NAMESPACE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_excep_std.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_exceptions_fail.cpp b/test/no_exceptions_fail.cpp index b60c3ab7..38688984 100644 --- a/test/no_exceptions_fail.cpp +++ b/test/no_exceptions_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_EXCEPTIONS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exceptions.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_exceptions_pass.cpp b/test/no_exceptions_pass.cpp index 3609ec73..6fde3ee4 100644 --- a/test/no_exceptions_pass.cpp +++ b/test/no_exceptions_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_EXCEPTIONS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exceptions.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_exp_func_tem_arg_fail.cpp b/test/no_exp_func_tem_arg_fail.cpp index ad0b25c5..cc9ef049 100644 --- a/test/no_exp_func_tem_arg_fail.cpp +++ b/test/no_exp_func_tem_arg_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exp_func_tem_arg.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_exp_func_tem_arg_pass.cpp b/test/no_exp_func_tem_arg_pass.cpp index 80f4048e..6c1649f8 100644 --- a/test/no_exp_func_tem_arg_pass.cpp +++ b/test/no_exp_func_tem_arg_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exp_func_tem_arg.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_func_tmp_order_fail.cpp b/test/no_func_tmp_order_fail.cpp index 47466609..dfa9699c 100644 --- a/test/no_func_tmp_order_fail.cpp +++ b/test/no_func_tmp_order_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_FUNCTION_TEMPLATE_ORDERING // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_func_tmp_order.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_func_tmp_order_pass.cpp b/test/no_func_tmp_order_pass.cpp index bbe6ebfe..fa2d7b45 100644 --- a/test/no_func_tmp_order_pass.cpp +++ b/test/no_func_tmp_order_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_FUNCTION_TEMPLATE_ORDERING // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_func_tmp_order.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_i64_limits_fail.cpp b/test/no_i64_limits_fail.cpp index c4f4e105..dde4900b 100644 --- a/test/no_i64_limits_fail.cpp +++ b/test/no_i64_limits_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MS_INT64_NUMERIC_LIMITS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_i64_limits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_i64_limits_pass.cpp b/test/no_i64_limits_pass.cpp index 7717eba7..3a4ada2e 100644 --- a/test/no_i64_limits_pass.cpp +++ b/test/no_i64_limits_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MS_INT64_NUMERIC_LIMITS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_i64_limits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_inline_memb_init_fail.cpp b/test/no_inline_memb_init_fail.cpp index 58a7ca01..61c2e9a3 100644 --- a/test/no_inline_memb_init_fail.cpp +++ b/test/no_inline_memb_init_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_INCLASS_MEMBER_INITIALIZATION // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_inline_memb_init.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_inline_memb_init_pass.cpp b/test/no_inline_memb_init_pass.cpp index 521fa432..d4670d8b 100644 --- a/test/no_inline_memb_init_pass.cpp +++ b/test/no_inline_memb_init_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_INCLASS_MEMBER_INITIALIZATION // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_inline_memb_init.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_integral_int64_t_fail.cpp b/test/no_integral_int64_t_fail.cpp index dbb6419f..1c9b76d1 100644 --- a/test/no_integral_int64_t_fail.cpp +++ b/test/no_integral_int64_t_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_INTEGRAL_INT64_T // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_integral_int64_t.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_integral_int64_t_pass.cpp b/test/no_integral_int64_t_pass.cpp index 9a0afca1..e2b37394 100644 --- a/test/no_integral_int64_t_pass.cpp +++ b/test/no_integral_int64_t_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_INTEGRAL_INT64_T // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_integral_int64_t.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_iter_construct_fail.cpp b/test/no_iter_construct_fail.cpp index e43b6291..7ec712b8 100644 --- a/test/no_iter_construct_fail.cpp +++ b/test/no_iter_construct_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_iter_construct.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_iter_construct_pass.cpp b/test/no_iter_construct_pass.cpp index 05e04057..507d140d 100644 --- a/test/no_iter_construct_pass.cpp +++ b/test/no_iter_construct_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_iter_construct.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_limits_const_exp_fail.cpp b/test/no_limits_const_exp_fail.cpp index 3f785294..ec48d038 100644 --- a/test/no_limits_const_exp_fail.cpp +++ b/test/no_limits_const_exp_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits_const_exp.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_limits_const_exp_pass.cpp b/test/no_limits_const_exp_pass.cpp index f0ff7a00..8cbe1b86 100644 --- a/test/no_limits_const_exp_pass.cpp +++ b/test/no_limits_const_exp_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits_const_exp.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_limits_fail.cpp b/test/no_limits_fail.cpp index 847dab6f..9d4ccc1c 100644 --- a/test/no_limits_fail.cpp +++ b/test/no_limits_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_LIMITS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_limits_pass.cpp b/test/no_limits_pass.cpp index 6c2862a9..672f7817 100644 --- a/test/no_limits_pass.cpp +++ b/test/no_limits_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_LIMITS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ll_limits_fail.cpp b/test/no_ll_limits_fail.cpp index 576958bd..93bfbc4f 100644 --- a/test/no_ll_limits_fail.cpp +++ b/test/no_ll_limits_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_LONG_LONG_NUMERIC_LIMITS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ll_limits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ll_limits_pass.cpp b/test/no_ll_limits_pass.cpp index 87d542aa..24c1d26b 100644 --- a/test/no_ll_limits_pass.cpp +++ b/test/no_ll_limits_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_LONG_LONG_NUMERIC_LIMITS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ll_limits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_func_spec_fail.cpp b/test/no_mem_func_spec_fail.cpp index 75270395..44bebb2b 100644 --- a/test/no_mem_func_spec_fail.cpp +++ b/test/no_mem_func_spec_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_func_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_func_spec_pass.cpp b/test/no_mem_func_spec_pass.cpp index 0732a4aa..6d5bacc7 100644 --- a/test/no_mem_func_spec_pass.cpp +++ b/test/no_mem_func_spec_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_func_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_tem_keyword_fail.cpp b/test/no_mem_tem_keyword_fail.cpp index 9323d06b..076afa6e 100644 --- a/test/no_mem_tem_keyword_fail.cpp +++ b/test/no_mem_tem_keyword_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_TEMPLATE_KEYWORD // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_tem_keyword.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_tem_keyword_pass.cpp b/test/no_mem_tem_keyword_pass.cpp index 97f4e878..8e4cebbe 100644 --- a/test/no_mem_tem_keyword_pass.cpp +++ b/test/no_mem_tem_keyword_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_TEMPLATE_KEYWORD // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_tem_keyword.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_templ_frnds_fail.cpp b/test/no_mem_templ_frnds_fail.cpp index 9ac17346..9c0d4b4d 100644 --- a/test/no_mem_templ_frnds_fail.cpp +++ b/test/no_mem_templ_frnds_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_TEMPLATE_FRIENDS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templ_frnds.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_templ_frnds_pass.cpp b/test/no_mem_templ_frnds_pass.cpp index 8965394d..5e19a4d5 100644 --- a/test/no_mem_templ_frnds_pass.cpp +++ b/test/no_mem_templ_frnds_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_TEMPLATE_FRIENDS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templ_frnds.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_templates_fail.cpp b/test/no_mem_templates_fail.cpp index 9a6d1ea8..e825992d 100644 --- a/test/no_mem_templates_fail.cpp +++ b/test/no_mem_templates_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_TEMPLATES // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templates.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_mem_templates_pass.cpp b/test/no_mem_templates_pass.cpp index c3469f66..abf8c697 100644 --- a/test/no_mem_templates_pass.cpp +++ b/test/no_mem_templates_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_MEMBER_TEMPLATES // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templates.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ops_in_namespace_fail.cpp b/test/no_ops_in_namespace_fail.cpp index dd2d68e6..56aaed6b 100644 --- a/test/no_ops_in_namespace_fail.cpp +++ b/test/no_ops_in_namespace_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_OPERATORS_IN_NAMESPACE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ops_in_namespace.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ops_in_namespace_pass.cpp b/test/no_ops_in_namespace_pass.cpp index 3763f3e3..9d61e861 100644 --- a/test/no_ops_in_namespace_pass.cpp +++ b/test/no_ops_in_namespace_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_OPERATORS_IN_NAMESPACE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ops_in_namespace.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_partial_spec_fail.cpp b/test/no_partial_spec_fail.cpp index 72f82623..0bb4a9a9 100644 --- a/test/no_partial_spec_fail.cpp +++ b/test/no_partial_spec_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_partial_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_partial_spec_pass.cpp b/test/no_partial_spec_pass.cpp index 49fab78a..87948978 100644 --- a/test/no_partial_spec_pass.cpp +++ b/test/no_partial_spec_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_partial_spec.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_priv_aggregate_fail.cpp b/test/no_priv_aggregate_fail.cpp index 6e01d926..429616fd 100644 --- a/test/no_priv_aggregate_fail.cpp +++ b/test/no_priv_aggregate_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_PRIVATE_IN_AGGREGATE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_priv_aggregate.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_priv_aggregate_pass.cpp b/test/no_priv_aggregate_pass.cpp index 64f6bb9f..c8c6e1dd 100644 --- a/test/no_priv_aggregate_pass.cpp +++ b/test/no_priv_aggregate_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_PRIVATE_IN_AGGREGATE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_priv_aggregate.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ptr_mem_const_fail.cpp b/test/no_ptr_mem_const_fail.cpp index 8e7198d6..13c4bb0d 100644 --- a/test/no_ptr_mem_const_fail.cpp +++ b/test/no_ptr_mem_const_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_POINTER_TO_MEMBER_CONST // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ptr_mem_const.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ptr_mem_const_pass.cpp b/test/no_ptr_mem_const_pass.cpp index 94f289a0..59867dcc 100644 --- a/test/no_ptr_mem_const_pass.cpp +++ b/test/no_ptr_mem_const_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_POINTER_TO_MEMBER_CONST // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ptr_mem_const.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ret_det_fail.cpp b/test/no_ret_det_fail.cpp index ad8ef046..c707b5e8 100644 --- a/test/no_ret_det_fail.cpp +++ b/test/no_ret_det_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_UNREACHABLE_RETURN_DETECTION // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ret_det.cxx on -// Mon Dec 9 12:06:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_ret_det_pass.cpp b/test/no_ret_det_pass.cpp index 01208fec..e43f0afb 100644 --- a/test/no_ret_det_pass.cpp +++ b/test/no_ret_det_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_UNREACHABLE_RETURN_DETECTION // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ret_det.cxx on -// Mon Dec 9 12:06:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_sstream_fail.cpp b/test/no_sstream_fail.cpp index ee5a91ea..9062cbea 100644 --- a/test/no_sstream_fail.cpp +++ b/test/no_sstream_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STRINGSTREAM // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_sstream.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_sstream_pass.cpp b/test/no_sstream_pass.cpp index 892f27ff..94f98b28 100644 --- a/test/no_sstream_pass.cpp +++ b/test/no_sstream_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STRINGSTREAM // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_sstream.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_allocator_fail.cpp b/test/no_std_allocator_fail.cpp index 53db90aa..f606988c 100644 --- a/test/no_std_allocator_fail.cpp +++ b/test/no_std_allocator_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_ALLOCATOR // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_allocator.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_allocator_pass.cpp b/test/no_std_allocator_pass.cpp index 7deb2999..a4bc2faf 100644 --- a/test/no_std_allocator_pass.cpp +++ b/test/no_std_allocator_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_ALLOCATOR // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_allocator.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_distance_fail.cpp b/test/no_std_distance_fail.cpp index 6d65efe4..1f9bdd9d 100644 --- a/test/no_std_distance_fail.cpp +++ b/test/no_std_distance_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_DISTANCE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_distance.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_distance_pass.cpp b/test/no_std_distance_pass.cpp index 5cdd2682..edf6edbd 100644 --- a/test/no_std_distance_pass.cpp +++ b/test/no_std_distance_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_DISTANCE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_distance.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_iter_traits_fail.cpp b/test/no_std_iter_traits_fail.cpp index 943fcf84..803b978e 100644 --- a/test/no_std_iter_traits_fail.cpp +++ b/test/no_std_iter_traits_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_ITERATOR_TRAITS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iter_traits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_iter_traits_pass.cpp b/test/no_std_iter_traits_pass.cpp index 356ca4cd..ff44817b 100644 --- a/test/no_std_iter_traits_pass.cpp +++ b/test/no_std_iter_traits_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_ITERATOR_TRAITS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iter_traits.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_iterator_fail.cpp b/test/no_std_iterator_fail.cpp index 05d791fd..7aaf7aa3 100644 --- a/test/no_std_iterator_fail.cpp +++ b/test/no_std_iterator_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_ITERATOR // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iterator.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_iterator_pass.cpp b/test/no_std_iterator_pass.cpp index e9b9c2c3..22a981fd 100644 --- a/test/no_std_iterator_pass.cpp +++ b/test/no_std_iterator_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_ITERATOR // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iterator.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_locale_fail.cpp b/test/no_std_locale_fail.cpp index 8884521b..3f69686e 100644 --- a/test/no_std_locale_fail.cpp +++ b/test/no_std_locale_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_LOCALE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_locale.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_locale_pass.cpp b/test/no_std_locale_pass.cpp index 0950a14c..d11f237c 100644 --- a/test/no_std_locale_pass.cpp +++ b/test/no_std_locale_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_LOCALE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_locale.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_messages_fail.cpp b/test/no_std_messages_fail.cpp index 02e7862c..e23c39cd 100644 --- a/test/no_std_messages_fail.cpp +++ b/test/no_std_messages_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_MESSAGES // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_messages.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_messages_pass.cpp b/test/no_std_messages_pass.cpp index 7d9916b9..911c995a 100644 --- a/test/no_std_messages_pass.cpp +++ b/test/no_std_messages_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_MESSAGES // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_messages.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_min_max_fail.cpp b/test/no_std_min_max_fail.cpp index bba3746a..6ad4e208 100644 --- a/test/no_std_min_max_fail.cpp +++ b/test/no_std_min_max_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_MIN_MAX // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_min_max.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_min_max_pass.cpp b/test/no_std_min_max_pass.cpp index 955306f9..95749db1 100644 --- a/test/no_std_min_max_pass.cpp +++ b/test/no_std_min_max_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_MIN_MAX // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_min_max.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_oi_assign_fail.cpp b/test/no_std_oi_assign_fail.cpp index 0a976785..b1efba8e 100644 --- a/test/no_std_oi_assign_fail.cpp +++ b/test/no_std_oi_assign_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_oi_assign.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_oi_assign_pass.cpp b/test/no_std_oi_assign_pass.cpp index 80d1ada5..f4ce5cf0 100644 --- a/test/no_std_oi_assign_pass.cpp +++ b/test/no_std_oi_assign_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_oi_assign.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_use_facet_fail.cpp b/test/no_std_use_facet_fail.cpp index fed1fd1c..76ecdd4c 100644 --- a/test/no_std_use_facet_fail.cpp +++ b/test/no_std_use_facet_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_USE_FACET // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_use_facet_pass.cpp b/test/no_std_use_facet_pass.cpp index 0a979926..7e1f9ec8 100644 --- a/test/no_std_use_facet_pass.cpp +++ b/test/no_std_use_facet_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_USE_FACET // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_use_facet.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_wstreambuf_fail.cpp b/test/no_std_wstreambuf_fail.cpp index c22ac5b5..98c98564 100644 --- a/test/no_std_wstreambuf_fail.cpp +++ b/test/no_std_wstreambuf_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_WSTREAMBUF // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstreambuf.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_wstreambuf_pass.cpp b/test/no_std_wstreambuf_pass.cpp index 924ea547..d21d8726 100644 --- a/test/no_std_wstreambuf_pass.cpp +++ b/test/no_std_wstreambuf_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_WSTREAMBUF // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstreambuf.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_wstring_fail.cpp b/test/no_std_wstring_fail.cpp index 1d7a0f31..0262f701 100644 --- a/test/no_std_wstring_fail.cpp +++ b/test/no_std_wstring_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_WSTRING // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstring.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_std_wstring_pass.cpp b/test/no_std_wstring_pass.cpp index df7170b5..467160ea 100644 --- a/test/no_std_wstring_pass.cpp +++ b/test/no_std_wstring_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STD_WSTRING // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstring.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_stdc_namespace_fail.cpp b/test/no_stdc_namespace_fail.cpp index 35c42280..476c4672 100644 --- a/test/no_stdc_namespace_fail.cpp +++ b/test/no_stdc_namespace_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STDC_NAMESPACE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_stdc_namespace.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_stdc_namespace_pass.cpp b/test/no_stdc_namespace_pass.cpp index 687e51ef..c0331408 100644 --- a/test/no_stdc_namespace_pass.cpp +++ b/test/no_stdc_namespace_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_STDC_NAMESPACE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_stdc_namespace.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_swprintf_fail.cpp b/test/no_swprintf_fail.cpp index 1cb7c232..dc4c4cba 100644 --- a/test/no_swprintf_fail.cpp +++ b/test/no_swprintf_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_SWPRINTF // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_swprintf.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_swprintf_pass.cpp b/test/no_swprintf_pass.cpp index 50db626e..b8ad29b6 100644 --- a/test/no_swprintf_pass.cpp +++ b/test/no_swprintf_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_SWPRINTF // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_swprintf.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_template_template_fail.cpp b/test/no_template_template_fail.cpp index 847f3f1b..b3d85ed0 100644 --- a/test/no_template_template_fail.cpp +++ b/test/no_template_template_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_TEMPLATE_TEMPLATES // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_template_template.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_template_template_pass.cpp b/test/no_template_template_pass.cpp index 8bbf15cc..9bedbe2d 100644 --- a/test/no_template_template_pass.cpp +++ b/test/no_template_template_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_TEMPLATE_TEMPLATES // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_template_template.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_using_decl_overld_fail.cpp b/test/no_using_decl_overld_fail.cpp index c7c945d0..d5fa1ce4 100644 --- a/test/no_using_decl_overld_fail.cpp +++ b/test/no_using_decl_overld_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_using_decl_overld.cxx on -// Fri May 23 11:39:30 GMTST 2003 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_using_decl_overld_pass.cpp b/test/no_using_decl_overld_pass.cpp index 78cc710d..741ece5d 100644 --- a/test/no_using_decl_overld_pass.cpp +++ b/test/no_using_decl_overld_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_using_decl_overld.cxx on -// Fri May 23 11:39:30 GMTST 2003 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_using_template_fail.cpp b/test/no_using_template_fail.cpp index 3a688c09..028ed0a9 100644 --- a/test/no_using_template_fail.cpp +++ b/test/no_using_template_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_USING_TEMPLATE // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_using_template.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_using_template_pass.cpp b/test/no_using_template_pass.cpp index 11f30fd8..ae9d82cf 100644 --- a/test/no_using_template_pass.cpp +++ b/test/no_using_template_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_USING_TEMPLATE // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_using_template.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_void_returns_fail.cpp b/test/no_void_returns_fail.cpp index 130b7cad..e51d9ce3 100644 --- a/test/no_void_returns_fail.cpp +++ b/test/no_void_returns_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_VOID_RETURNS // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_void_returns.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_void_returns_pass.cpp b/test/no_void_returns_pass.cpp index 8d639f35..d4a183e0 100644 --- a/test/no_void_returns_pass.cpp +++ b/test/no_void_returns_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_VOID_RETURNS // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_void_returns.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_wchar_t_fail.cpp b/test/no_wchar_t_fail.cpp index 717be96a..8561be09 100644 --- a/test/no_wchar_t_fail.cpp +++ b/test/no_wchar_t_fail.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_INTRINSIC_WCHAR_T // This file should not compile, if it does then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_wchar_t.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/no_wchar_t_pass.cpp b/test/no_wchar_t_pass.cpp index 8d56027b..c0b73bf0 100644 --- a/test/no_wchar_t_pass.cpp +++ b/test/no_wchar_t_pass.cpp @@ -1,8 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. // Test file for macro BOOST_NO_INTRINSIC_WCHAR_T // This file should compile, if it does not then @@ -11,7 +12,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_wchar_t.cxx on -// Thu Sep 12 12:24:12 2002 +// Tue Oct 7 11:26:18 GMTST 2003 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: diff --git a/test/test.hpp b/test/test.hpp index 85c55113..af757809 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -1,7 +1,9 @@ -// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. #ifndef BOOST_CONFIG_TEST_HPP #define BOOST_CONFIG_TEST_HPP @@ -16,3 +18,4 @@ int test() } #endif + diff --git a/tools/generate b/tools/generate index 8ac4a467..d8429158 100644 --- a/tools/generate +++ b/tools/generate @@ -1,4 +1,10 @@ #!/bin/sh +# (C) Copyright John Maddock 2001 - 2003. +# Use, modification and distribution are 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) + +// See http://www.boost.org/libs/config for the most recent version. #get date: date_string=`date` @@ -25,9 +31,7 @@ cat > ../test/Jamfile << EOF # subproject libs/config/test ; # bring in the rules for testing -SEARCH on testing.jam = \$(BOOST_BUILD_PATH) ; -include testing.jam ; -include \$(BOOST_ROOT)/libs/config/test/options.jam ; +import testing ./options ; run config_info.cpp