From 4e287df40c4279b263793ef79d421355251f399a Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 26 Jul 2004 00:32:12 +0000 Subject: [PATCH] Converted to Boost Software License, Version 1.0 [SVN r24055] --- bind_as_compose.cpp | 7 +++---- bind_visitor.cpp | 7 +++---- include/boost/bind.hpp | 7 +++---- include/boost/bind/apply.hpp | 7 +++---- include/boost/bind/arg.hpp | 7 +++---- include/boost/bind/bind_cc.hpp | 7 +++---- include/boost/bind/bind_mf_cc.hpp | 7 +++---- include/boost/bind/bind_template.hpp | 7 +++---- include/boost/bind/make_adaptable.hpp | 7 +++---- include/boost/bind/mem_fn_cc.hpp | 7 +++---- include/boost/bind/mem_fn_template.hpp | 7 +++---- include/boost/bind/mem_fn_vw.hpp | 7 +++---- include/boost/bind/placeholders.hpp | 7 +++---- include/boost/bind/protect.hpp | 7 +++---- include/boost/mem_fn.hpp | 7 +++---- test/bind_const_test.cpp | 7 +++---- test/bind_cv_test.cpp | 7 +++---- test/bind_eq_test.cpp | 7 +++---- test/bind_fastcall_mf_test.cpp | 7 +++---- test/bind_fastcall_test.cpp | 7 +++---- test/bind_stateful_test.cpp | 7 +++---- test/bind_stdcall_mf_test.cpp | 7 +++---- test/bind_stdcall_test.cpp | 7 +++---- test/bind_test.cpp | 7 +++---- test/mem_fn_derived_test.cpp | 7 +++---- test/mem_fn_eq_test.cpp | 7 +++---- test/mem_fn_fastcall_test.cpp | 7 +++---- test/mem_fn_stdcall_test.cpp | 7 +++---- test/mem_fn_test.cpp | 7 +++---- test/mem_fn_void_test.cpp | 7 +++---- 30 files changed, 90 insertions(+), 120 deletions(-) diff --git a/bind_as_compose.cpp b/bind_as_compose.cpp index 13b2968..999856c 100644 --- a/bind_as_compose.cpp +++ b/bind_as_compose.cpp @@ -14,10 +14,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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) // #include diff --git a/bind_visitor.cpp b/bind_visitor.cpp index ac274bd..3e79579 100644 --- a/bind_visitor.cpp +++ b/bind_visitor.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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) // #include diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index 258e0df..e435ee2 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -13,10 +13,9 @@ // Copyright (c) 2001-2004 Peter Dimov and Multi Media Ltd. // Copyright (c) 2001 David Abrahams // -// 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/bind/bind.html for documentation. // diff --git a/include/boost/bind/apply.hpp b/include/boost/bind/apply.hpp index 6c38d61..6a43a89 100644 --- a/include/boost/bind/apply.hpp +++ b/include/boost/bind/apply.hpp @@ -6,10 +6,9 @@ // // Copyright (c) 2002, 2003 Peter Dimov and Multi Media Ltd. // -// 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) // namespace boost diff --git a/include/boost/bind/arg.hpp b/include/boost/bind/arg.hpp index 5deeb7e..90e966e 100644 --- a/include/boost/bind/arg.hpp +++ b/include/boost/bind/arg.hpp @@ -12,10 +12,9 @@ // // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // -// 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/bind/bind.html for documentation. // diff --git a/include/boost/bind/bind_cc.hpp b/include/boost/bind/bind_cc.hpp index a192dec..35f8ece 100644 --- a/include/boost/bind/bind_cc.hpp +++ b/include/boost/bind/bind_cc.hpp @@ -5,10 +5,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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/bind/bind.html for documentation. // diff --git a/include/boost/bind/bind_mf_cc.hpp b/include/boost/bind/bind_mf_cc.hpp index 71b1e1c..88be822 100644 --- a/include/boost/bind/bind_mf_cc.hpp +++ b/include/boost/bind/bind_mf_cc.hpp @@ -5,10 +5,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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/bind/bind.html for documentation. // diff --git a/include/boost/bind/bind_template.hpp b/include/boost/bind/bind_template.hpp index a509c68..60d78b3 100644 --- a/include/boost/bind/bind_template.hpp +++ b/include/boost/bind/bind_template.hpp @@ -5,10 +5,9 @@ // // Copyright (c) 2001-2004 Peter Dimov and Multi Media Ltd. // -// 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/bind/bind.html for documentation. // diff --git a/include/boost/bind/make_adaptable.hpp b/include/boost/bind/make_adaptable.hpp index 6809198..b9f083e 100644 --- a/include/boost/bind/make_adaptable.hpp +++ b/include/boost/bind/make_adaptable.hpp @@ -6,10 +6,9 @@ // // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // -// 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) // namespace boost diff --git a/include/boost/bind/mem_fn_cc.hpp b/include/boost/bind/mem_fn_cc.hpp index a89a2ee..8b6ea0b 100644 --- a/include/boost/bind/mem_fn_cc.hpp +++ b/include/boost/bind/mem_fn_cc.hpp @@ -5,10 +5,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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/bind/mem_fn.html for documentation. // diff --git a/include/boost/bind/mem_fn_template.hpp b/include/boost/bind/mem_fn_template.hpp index 68e2ee4..6368bf2 100644 --- a/include/boost/bind/mem_fn_template.hpp +++ b/include/boost/bind/mem_fn_template.hpp @@ -5,10 +5,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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/bind/mem_fn.html for documentation. // diff --git a/include/boost/bind/mem_fn_vw.hpp b/include/boost/bind/mem_fn_vw.hpp index 6e9f78e..f3fc58d 100644 --- a/include/boost/bind/mem_fn_vw.hpp +++ b/include/boost/bind/mem_fn_vw.hpp @@ -5,10 +5,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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/bind/mem_fn.html for documentation. // diff --git a/include/boost/bind/placeholders.hpp b/include/boost/bind/placeholders.hpp index 9d0f6b1..8feed58 100644 --- a/include/boost/bind/placeholders.hpp +++ b/include/boost/bind/placeholders.hpp @@ -12,10 +12,9 @@ // // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // -// 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/bind/bind.html for documentation. // diff --git a/include/boost/bind/protect.hpp b/include/boost/bind/protect.hpp index 73b6dce..b1ff2a2 100644 --- a/include/boost/bind/protect.hpp +++ b/include/boost/bind/protect.hpp @@ -6,10 +6,9 @@ // // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // -// 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) // namespace boost diff --git a/include/boost/mem_fn.hpp b/include/boost/mem_fn.hpp index 777a87b..dd46ef3 100644 --- a/include/boost/mem_fn.hpp +++ b/include/boost/mem_fn.hpp @@ -13,10 +13,9 @@ // Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd. // Copyright (c) 2001 David Abrahams // -// 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/bind/mem_fn.html for documentation. // diff --git a/test/bind_const_test.cpp b/test/bind_const_test.cpp index b100e0c..9647ca9 100644 --- a/test/bind_const_test.cpp +++ b/test/bind_const_test.cpp @@ -13,10 +13,9 @@ // Copyright (c) 2001-2004 Peter Dimov and Multi Media Ltd. // Copyright (c) 2001 David Abrahams // -// 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) // #include diff --git a/test/bind_cv_test.cpp b/test/bind_cv_test.cpp index 252b7f6..55c2472 100644 --- a/test/bind_cv_test.cpp +++ b/test/bind_cv_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2004 Peter Dimov // -// 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) // #include diff --git a/test/bind_eq_test.cpp b/test/bind_eq_test.cpp index 513cff1..6950381 100644 --- a/test/bind_eq_test.cpp +++ b/test/bind_eq_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2004 Peter Dimov // -// 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) // #include diff --git a/test/bind_fastcall_mf_test.cpp b/test/bind_fastcall_mf_test.cpp index 6d60152..c4de246 100644 --- a/test/bind_fastcall_mf_test.cpp +++ b/test/bind_fastcall_mf_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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) // #define BOOST_MEM_FN_ENABLE_FASTCALL diff --git a/test/bind_fastcall_test.cpp b/test/bind_fastcall_test.cpp index aa9c555..2201716 100644 --- a/test/bind_fastcall_test.cpp +++ b/test/bind_fastcall_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // -// 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) // #define BOOST_BIND_ENABLE_FASTCALL diff --git a/test/bind_stateful_test.cpp b/test/bind_stateful_test.cpp index a2b4423..b57ea59 100644 --- a/test/bind_stateful_test.cpp +++ b/test/bind_stateful_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2004 Peter Dimov // -// 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) // #include diff --git a/test/bind_stdcall_mf_test.cpp b/test/bind_stdcall_mf_test.cpp index ee73f55..07aeab7 100644 --- a/test/bind_stdcall_mf_test.cpp +++ b/test/bind_stdcall_mf_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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) // #define BOOST_MEM_FN_ENABLE_STDCALL diff --git a/test/bind_stdcall_test.cpp b/test/bind_stdcall_test.cpp index 6520257..c9144ae 100644 --- a/test/bind_stdcall_test.cpp +++ b/test/bind_stdcall_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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) // #define BOOST_BIND_ENABLE_STDCALL diff --git a/test/bind_test.cpp b/test/bind_test.cpp index 2227e41..c6d40eb 100644 --- a/test/bind_test.cpp +++ b/test/bind_test.cpp @@ -13,10 +13,9 @@ // Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd. // Copyright (c) 2001 David Abrahams // -// 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) // #include diff --git a/test/mem_fn_derived_test.cpp b/test/mem_fn_derived_test.cpp index 9b51a98..f8aa0e9 100644 --- a/test/mem_fn_derived_test.cpp +++ b/test/mem_fn_derived_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd. // -// 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) // #include diff --git a/test/mem_fn_eq_test.cpp b/test/mem_fn_eq_test.cpp index 9244c0c..17f41f2 100644 --- a/test/mem_fn_eq_test.cpp +++ b/test/mem_fn_eq_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2004 Peter Dimov // -// 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) // #include diff --git a/test/mem_fn_fastcall_test.cpp b/test/mem_fn_fastcall_test.cpp index 2162694..e6248cb 100644 --- a/test/mem_fn_fastcall_test.cpp +++ b/test/mem_fn_fastcall_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // -// 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) // #define BOOST_MEM_FN_ENABLE_FASTCALL diff --git a/test/mem_fn_stdcall_test.cpp b/test/mem_fn_stdcall_test.cpp index ca5d75f..6abb049 100644 --- a/test/mem_fn_stdcall_test.cpp +++ b/test/mem_fn_stdcall_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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) // #define BOOST_MEM_FN_ENABLE_STDCALL diff --git a/test/mem_fn_test.cpp b/test/mem_fn_test.cpp index 4a8bfbf..960a828 100644 --- a/test/mem_fn_test.cpp +++ b/test/mem_fn_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd. // -// 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) // #include diff --git a/test/mem_fn_void_test.cpp b/test/mem_fn_void_test.cpp index f7f4aeb..9f52ccf 100644 --- a/test/mem_fn_void_test.cpp +++ b/test/mem_fn_void_test.cpp @@ -12,10 +12,9 @@ // // Copyright (c) 2001 Peter Dimov and Multi Media Ltd. // -// 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) // #include