From c76a2f4aab09eba8bae2ebca33b154c7ed1cd226 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 10 Aug 2004 13:57:30 +0000 Subject: [PATCH] Add my license info [SVN r24373] --- include/boost/utility/detail/result_of_iterate.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/boost/utility/detail/result_of_iterate.hpp b/include/boost/utility/detail/result_of_iterate.hpp index c48410c..5aa3a5c 100644 --- a/include/boost/utility/detail/result_of_iterate.hpp +++ b/include/boost/utility/detail/result_of_iterate.hpp @@ -1,3 +1,11 @@ +// Boost result_of library + +// Copyright Douglas Gregor 2004. Use, modification and +// distribution is subject to the Boost Software License, Version +// 1.0. (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) + +// For more information, see http://www.boost.org/libs/utility #if !defined(BOOST_PP_IS_ITERATING) # error Boost result_of - do not include this file! #endif