From c26aaed71fe2255f069fa781bc51050b853fcc1a Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 12 Aug 2004 17:13:07 +0000 Subject: [PATCH] Moved to BSL [SVN r24446] --- include/boost/checked_delete.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/boost/checked_delete.hpp b/include/boost/checked_delete.hpp index 8d39d5c..9bb84e8 100644 --- a/include/boost/checked_delete.hpp +++ b/include/boost/checked_delete.hpp @@ -14,10 +14,9 @@ // Copyright (c) 2003 Daniel Frey // Copyright (c) 2003 Howard Hinnant // -// 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. +// Distributed under 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/utility/checked_delete.html for documentation. //