diff --git a/include/boost/static_assert.hpp b/include/boost/static_assert.hpp index 11f8490..61644ed 100644 --- a/include/boost/static_assert.hpp +++ b/include/boost/static_assert.hpp @@ -1,8 +1,7 @@ // (C) Copyright John Maddock 2000. -// 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. +// 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) // See http://www.boost.org/libs/static_assert for documentation. @@ -103,3 +102,4 @@ template struct static_assert_test{}; #endif // BOOST_STATIC_ASSERT_HPP +