License update

[SVN r24596]
This commit is contained in:
Douglas Gregor 2004-08-19 15:11:49 +00:00
parent e469abbf57
commit 5947d569b9
5 changed files with 19 additions and 25 deletions

View File

@ -1,8 +1,7 @@
// Copyright Thomas Witt 2003. Permission to copy, use, // Copyright Thomas Witt 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/indirect_iterator.hpp> #include <boost/iterator/indirect_iterator.hpp>
#include <boost/iterator/reverse_iterator.hpp> #include <boost/iterator/reverse_iterator.hpp>
#include <boost/concept_check.hpp> #include <boost/concept_check.hpp>

View File

@ -1,8 +1,7 @@
// (C) Copyright Thomas Witt 2003. Permission to copy, use, modify, // (C) Copyright Thomas Witt 2003.
// 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.
// 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,9 +1,8 @@
// //
// Copyright Thomas Witt 2003. Permission to copy, use, // Copyright Thomas Witt 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_archetypes.hpp> #include <boost/iterator/iterator_archetypes.hpp>
#include <boost/iterator/iterator_categories.hpp> #include <boost/iterator/iterator_categories.hpp>

View File

@ -1,9 +1,8 @@
// //
// Copyright Thomas Witt 2004. Permission to copy, use, // Copyright Thomas Witt 2004.
// 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_archetypes.hpp> #include <boost/iterator/iterator_archetypes.hpp>

View File

@ -1,10 +1,8 @@
// Copyright Thomas Witt 2003, Jeremy Siek 2004. // Copyright Thomas Witt 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/reverse_iterator.hpp> #include <boost/iterator/reverse_iterator.hpp>
#include <boost/iterator/new_iterator_tests.hpp> #include <boost/iterator/new_iterator_tests.hpp>