Converted to Boost Software License, Version 1.0

[SVN r24055]
This commit is contained in:
Douglas Gregor 2004-07-26 00:32:12 +00:00
parent 0c28649d0b
commit a6d200f262
23 changed files with 85 additions and 114 deletions

View File

@ -1,9 +1,7 @@
// (C) Copyright Jeremy Siek 2000-2004. // (C) Copyright Jeremy Siek 2000-2004.
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all // accompanying file LICENSE_1_0.txt or copy at
// copies. This software is provided "as is" without express or // http://www.boost.org/LICENSE_1_0.txt)
// implied warranty, and with no claim as to its suitability for any
// purpose.
#include <boost/config.hpp> #include <boost/config.hpp>

View File

@ -1,9 +1,7 @@
// (C) Copyright Jeremy Siek 1999-2004. // (C) Copyright Jeremy Siek 1999-2004.
// Permission to copy, use, modify, // Distributed under the Boost Software License, Version 1.0. (See
// sell and distribute this software is granted provided this // accompanying file LICENSE_1_0.txt or copy at
// copyright notice appears in all copies. This software is provided // http://www.boost.org/LICENSE_1_0.txt)
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
#include <boost/config.hpp> #include <boost/config.hpp>
#include <algorithm> #include <algorithm>

View File

@ -1,9 +1,7 @@
// (C) Copyright Jeremy Siek 2001-2004. // (C) Copyright Jeremy Siek 2001-2004.
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all // accompanying file LICENSE_1_0.txt or copy at
// copies. This software is provided "as is" without express or // http://www.boost.org/LICENSE_1_0.txt)
// implied warranty, and with no claim as to its suitability for any
// purpose.
// Revision History: // Revision History:

View File

@ -1,9 +1,7 @@
// (C) Copyright Jeremy Siek 2000-2004. // (C) Copyright Jeremy Siek 2000-2004.
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all // accompanying file LICENSE_1_0.txt or copy at
// copies. This software is provided "as is" without express or // http://www.boost.org/LICENSE_1_0.txt)
// implied warranty, and with no claim as to its suitability for any
// purpose.
#include <boost/config.hpp> #include <boost/config.hpp>
#include <vector> #include <vector>

View File

@ -1,9 +1,7 @@
// (C) Copyright Jeremy Siek 2000-2004. // (C) Copyright Jeremy Siek 2000-2004.
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all // accompanying file LICENSE_1_0.txt or copy at
// copies. This software is provided "as is" without express or // http://www.boost.org/LICENSE_1_0.txt)
// implied warranty, and with no claim as to its suitability for any
// purpose.
#include <boost/config.hpp> #include <boost/config.hpp>
#include <iostream> #include <iostream>

View File

@ -1,9 +1,7 @@
// (C) Copyright Jeremy Siek 2000-2004. // (C) Copyright Jeremy Siek 2000-2004.
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all // accompanying file LICENSE_1_0.txt or copy at
// copies. This software is provided "as is" without express or // http://www.boost.org/LICENSE_1_0.txt)
// implied warranty, and with no claim as to its suitability for any
// purpose.
#include <functional> #include <functional>

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 2001. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 2001.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
// Revision History: // Revision History:

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek and David Abrahams 2000-2001. Permission to copy, // (C) Copyright Jeremy Siek and David Abrahams 2000-2001.
// use, modify, sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided "as is" // accompanying file LICENSE_1_0.txt or copy at
// without express or implied warranty, and with no claim as to its suitability // http://www.boost.org/LICENSE_1_0.txt)
// for any purpose.
// //
// Revision History: // Revision History:
// 11 Feb 2001 Use new iterator_adaptor interface, Fixes for Borland. // 11 Feb 2001 Use new iterator_adaptor interface, Fixes for Borland.

View File

@ -1,8 +1,7 @@
// Copyright David Abrahams 2003. Permission to copy, use, // Copyright David Abrahams 2003.
// modify, sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#ifndef COUNTING_ITERATOR_DWA200348_HPP #ifndef COUNTING_ITERATOR_DWA200348_HPP
# define COUNTING_ITERATOR_DWA200348_HPP # define COUNTING_ITERATOR_DWA200348_HPP

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 2002. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 2002.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#ifndef BOOST_ITERATOR_ARCHETYPES_HPP #ifndef BOOST_ITERATOR_ARCHETYPES_HPP
#define BOOST_ITERATOR_ARCHETYPES_HPP #define BOOST_ITERATOR_ARCHETYPES_HPP

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 2002. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 2002.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#ifndef BOOST_ITERATOR_CATEGORIES_HPP #ifndef BOOST_ITERATOR_CATEGORIES_HPP
# define BOOST_ITERATOR_CATEGORIES_HPP # define BOOST_ITERATOR_CATEGORIES_HPP

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 2002. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 2002.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#ifndef BOOST_ITERATOR_CONCEPTS_HPP #ifndef BOOST_ITERATOR_CONCEPTS_HPP
#define BOOST_ITERATOR_CONCEPTS_HPP #define BOOST_ITERATOR_CONCEPTS_HPP

View File

@ -1,8 +1,7 @@
// Copyright David Abrahams 2003. Permission to copy, use, // Copyright David Abrahams 2003.
// modify, sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#ifndef ITERATOR_TRAITS_DWA200347_HPP #ifndef ITERATOR_TRAITS_DWA200347_HPP
# define ITERATOR_TRAITS_DWA200347_HPP # define ITERATOR_TRAITS_DWA200347_HPP

View File

@ -1,8 +1,7 @@
// (C) Copyright David Abrahams and Jeremy Siek 2000-2001. Permission to copy, // (C) Copyright David Abrahams and Jeremy Siek 2000-2001.
// use, modify, sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided "as is" // accompanying file LICENSE_1_0.txt or copy at
// without express or implied warranty, and with no claim as to its suitability // http://www.boost.org/LICENSE_1_0.txt)
// for any purpose.
// //
// Revision History: // Revision History:
// 04 Jan 2001 Factored counting_iterator stuff into // 04 Jan 2001 Factored counting_iterator stuff into

View File

@ -1,8 +1,7 @@
// Copyright David Abrahams and Jeremy Siek 2003. Permission to copy, // Copyright David Abrahams and Jeremy Siek 2003.
// use, modify, sell and distribute this software is granted provided // Distributed under the Boost Software License, Version 1.0. (See
// this copyright notice appears in all copies. This software is // accompanying file LICENSE_1_0.txt or copy at
// provided "as is" without express or implied warranty, and with no // http://www.boost.org/LICENSE_1_0.txt)
// claim as to its suitability for any purpose.
#ifndef BOOST_ITERATOR_TESTS_HPP #ifndef BOOST_ITERATOR_TESTS_HPP
# define BOOST_ITERATOR_TESTS_HPP # define BOOST_ITERATOR_TESTS_HPP

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 2002. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 2002.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#include <boost/iterator/iterator_concepts.hpp> #include <boost/iterator/iterator_concepts.hpp>
#include <boost/iterator/iterator_categories.hpp> #include <boost/iterator/iterator_categories.hpp>

View File

@ -1,7 +1,7 @@
// (C) Copyright David Abrahams 2001. Permission to copy, use, modify, sell and // (C) Copyright David Abrahams 2001.
// distribute this software is granted provided this copyright notice appears in // Distributed under the Boost Software License, Version 1.0. (See
// all copies. This software is provided "as is" without express or implied // accompanying file LICENSE_1_0.txt or copy at
// warranty, and with no claim as to its suitability for any purpose. // http://www.boost.org/LICENSE_1_0.txt)
// //
// See http://www.boost.org for most recent version including documentation. // See http://www.boost.org for most recent version including documentation.
// //

View File

@ -1,10 +1,8 @@
// Copyright David Abrahams 2003, Jeremy Siek 2004. // Copyright David Abrahams 2003, Jeremy Siek 2004.
// Permission to copy, use, modify, sell and distribute this software // Distributed under the Boost Software License, Version 1.0. (See
// is granted provided this copyright notice appears in all // accompanying file LICENSE_1_0.txt or copy at
// copies. This software is provided "as is" without express or // http://www.boost.org/LICENSE_1_0.txt)
// implied warranty, and with no claim as to its suitability for any
// purpose.
#include <boost/iterator/filter_iterator.hpp> #include <boost/iterator/filter_iterator.hpp>
#include <boost/iterator/reverse_iterator.hpp> #include <boost/iterator/reverse_iterator.hpp>

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 2004. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 2004.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
// Revision History // Revision History
// 03 Jan 2004 Jeremy Siek // 03 Jan 2004 Jeremy Siek

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 1999. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 1999.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
// Revision History // Revision History
// 22 Nov 2002 Thomas Witt // 22 Nov 2002 Thomas Witt

View File

@ -1,8 +1,7 @@
// Copyright David Abrahams 2003. Permission to copy, use, // Copyright David Abrahams 2003.
// modify, sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#ifndef STATIC_ASSERT_SAME_DWA2003530_HPP #ifndef STATIC_ASSERT_SAME_DWA2003530_HPP
# define STATIC_ASSERT_SAME_DWA2003530_HPP # define STATIC_ASSERT_SAME_DWA2003530_HPP

View File

@ -1,8 +1,7 @@
// (C) Copyright Jeremy Siek 2002. Permission to copy, use, modify, // (C) Copyright Jeremy Siek 2002.
// sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
// Revision History // Revision History
// 22 Nov 2002 Thomas Witt // 22 Nov 2002 Thomas Witt

View File

@ -1,8 +1,7 @@
// Copyright David Abrahams 2003. Permission to copy, use, // Copyright David Abrahams 2003.
// modify, sell and distribute this software is granted provided this // Distributed under the Boost Software License, Version 1.0. (See
// copyright notice appears in all copies. This software is provided // accompanying file LICENSE_1_0.txt or copy at
// "as is" without express or implied warranty, and with no claim as // http://www.boost.org/LICENSE_1_0.txt)
// to its suitability for any purpose.
#include <boost/iterator/iterator_adaptor.hpp> #include <boost/iterator/iterator_adaptor.hpp>
#include <boost/static_assert.hpp> #include <boost/static_assert.hpp>