From e99801018430a7630a4b03bfe71acaec0a488e1d Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 25 Jul 2004 03:57:20 +0000 Subject: [PATCH] Add license [SVN r24021] --- test/result_of_test.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/result_of_test.cpp b/test/result_of_test.cpp index be732af..af7aba2 100644 --- a/test/result_of_test.cpp +++ b/test/result_of_test.cpp @@ -1,3 +1,11 @@ +// Boost result_of library + +// Copyright Douglas Gregor 2003-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 #include #include #include