From a2c78d51be1bba262184964163ba680188c173d3 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 1 Oct 2003 10:28:17 +0000 Subject: [PATCH] Updated licence [SVN r20237] --- include/boost/static_assert.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +