From cf5c311d0ecbd97dc35a2540948c1839ba009fdd Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 1 Oct 2003 04:34:38 +0000 Subject: [PATCH] Boost.Signals now uses the official Boost license [SVN r20236] --- include/boost/visit_each.hpp | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/include/boost/visit_each.hpp b/include/boost/visit_each.hpp index e9e3979..d538005 100644 --- a/include/boost/visit_each.hpp +++ b/include/boost/visit_each.hpp @@ -1,16 +1,10 @@ // Boost.Signals library -// -// Copyright (C) 2001 Doug Gregor (gregod@cs.rpi.edu) -// -// 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. - + +// Copyright Doug Gregor 2001-2003. 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) + // For more information, see http://www.boost.org/libs/signals #ifndef BOOST_VISIT_EACH_HPP