From 187c393d0c6cfa33a5304fd98e13c51d717cddc3 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 9 Oct 2003 10:18:17 +0000 Subject: [PATCH] Updated licence [SVN r20321] --- include/boost/detail/allocator.hpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/boost/detail/allocator.hpp b/include/boost/detail/allocator.hpp index c4e095e..1c781fb 100644 --- a/include/boost/detail/allocator.hpp +++ b/include/boost/detail/allocator.hpp @@ -3,13 +3,9 @@ * Copyright (c) 2001 * Dr John Maddock * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. Dr John Maddock makes no representations - * about the suitability of this software for any purpose. - * It is provided "as is" without express or implied warranty. + * Use, modification and distribution are 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) * */