From 6b5dc18a4650e25b68ae09ce89622d9a540168f9 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 27 Jul 2004 03:43:34 +0000 Subject: [PATCH] Converted to Boost Software License, Version 1.0 [SVN r24096] --- include/boost/utility/addressof.hpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/include/boost/utility/addressof.hpp b/include/boost/utility/addressof.hpp index a5a1425..603ea60 100644 --- a/include/boost/utility/addressof.hpp +++ b/include/boost/utility/addressof.hpp @@ -2,14 +2,9 @@ // Douglas Gregor (gregod@cs.rpi.edu) // Peter Dimov // -// Permission to copy, use, sell and distribute this software is granted -// provided this copyright notice appears in all copies. -// Permission to modify the code and to distribute modified code is granted -// provided this copyright notice appears in all copies, and a notice -// that the code was modified is included with the copyright notice. -// -// 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) // For more information, see http://www.boost.org