From e28ca345ea28eb18dc3d2d7a9791830623173a07 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 18 Jun 2003 13:20:02 +0000 Subject: [PATCH] added copyright/license [SVN r18836] --- include/boost/pending/iterator_adaptors.hpp | 6 ++++++ include/boost/pending/iterator_tests.hpp | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/include/boost/pending/iterator_adaptors.hpp b/include/boost/pending/iterator_adaptors.hpp index 548b9ba..4a3159b 100644 --- a/include/boost/pending/iterator_adaptors.hpp +++ b/include/boost/pending/iterator_adaptors.hpp @@ -1 +1,7 @@ +// Copyright David Abrahams 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. + #include diff --git a/include/boost/pending/iterator_tests.hpp b/include/boost/pending/iterator_tests.hpp index 88e1c05..66e21aa 100644 --- a/include/boost/pending/iterator_tests.hpp +++ b/include/boost/pending/iterator_tests.hpp @@ -1,3 +1,8 @@ +// Copyright David Abrahams and Jeremy Siek 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. #ifndef BOOST_ITERATOR_TESTS_HPP # define BOOST_ITERATOR_TESTS_HPP