From b88e7ed3d02c34be0d108e9ce4309bfb3608cd21 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 4 Jun 2002 16:13:10 +0000 Subject: [PATCH] added copyright [SVN r207] --- include/boost/iterator/iterator_categories.hpp | 6 ++++++ include/boost/iterator/iterator_concepts.hpp | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/include/boost/iterator/iterator_categories.hpp b/include/boost/iterator/iterator_categories.hpp index 67f18e7..4bcc87b 100644 --- a/include/boost/iterator/iterator_categories.hpp +++ b/include/boost/iterator/iterator_categories.hpp @@ -1,3 +1,9 @@ +// (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. + #ifndef BOOST_ITERATOR_CATEGORIES_HPP #define BOOST_ITERATOR_CATEGORIES_HPP diff --git a/include/boost/iterator/iterator_concepts.hpp b/include/boost/iterator/iterator_concepts.hpp index a30ff17..eeddc45 100644 --- a/include/boost/iterator/iterator_concepts.hpp +++ b/include/boost/iterator/iterator_concepts.hpp @@ -1,3 +1,9 @@ +// (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. + #ifndef BOOST_ITERATOR_CONCEPTS_HPP #define BOOST_ITERATOR_CONCEPTS_HPP