added copyrights

[SVN r208]
This commit is contained in:
Jeremy Siek
2002-06-04 16:14:09 +00:00
parent b88e7ed3d0
commit 5a0e943068
2 changed files with 8 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#define BOOST_ITERATOR_CONCEPTS_HPP #define BOOST_ITERATOR_CONCEPTS_HPP
#include <boost/concept_check.hpp> #include <boost/concept_check.hpp>
#include <boost/iterator_categories.hpp> #include <boost/iterator/iterator_categories.hpp>
#include <boost/type_traits/conversion_traits.hpp> #include <boost/type_traits/conversion_traits.hpp>
#include <boost/static_assert.hpp> #include <boost/static_assert.hpp>

View File

@@ -1,4 +1,10 @@
#include <boost/iterator_concepts.hpp> // (C) Copyright Jeremy Siek 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.
#include <boost/iterator/iterator_concepts.hpp>
#include <boost/operators.hpp> #include <boost/operators.hpp>
struct new_iterator struct new_iterator