Add license

[SVN r24021]
This commit is contained in:
Douglas Gregor
2004-07-25 03:57:20 +00:00
parent 918a1c93e4
commit e998010184

View File

@@ -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 <boost/utility/result_of.hpp>
#include <utility>
#include <boost/static_assert.hpp>