From cb4d739fd150342888a5bee7ad75cc4fa1f99a10 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Thu, 14 Sep 2006 21:51:01 +0000 Subject: [PATCH] Changed Boost.Thread to use the Boost license. [SVN r35112] --- build/Jamfile | 10 ++-------- build/Jamfile.v2 | 3 ++- build/threads.jam | 10 ++-------- doc/Jamfile.v2 | 5 +++++ doc/acknowledgements.xml | 4 ++++ doc/barrier-ref.xml | 4 ++++ doc/bibliography.xml | 4 ++++ doc/build.xml | 4 ++++ doc/concepts.xml | 4 ++++ doc/condition-ref.xml | 4 ++++ doc/configuration.xml | 4 ++++ doc/design.xml | 4 ++++ doc/entities.xml | 4 ++++ doc/exceptions-ref.xml | 4 ++++ doc/faq.xml | 4 ++++ doc/glossary.xml | 4 ++++ doc/implementation_notes.xml | 4 ++++ doc/index.html | 4 ++++ doc/mutex-ref.xml | 4 ++++ doc/once-ref.xml | 4 ++++ doc/overview.xml | 4 ++++ doc/rationale.xml | 4 ++++ doc/read_write_mutex-ref.xml | 4 ++++ doc/recursive_mutex-ref.xml | 4 ++++ doc/reference.xml | 4 ++++ doc/release_notes.xml | 4 ++++ doc/thread-ref.xml | 4 ++++ doc/thread.xml | 4 ++++ doc/tss-ref.xml | 4 ++++ doc/xtime-ref.xml | 4 ++++ example/Jamfile | 10 ++-------- example/Jamfile.v2 | 5 +++++ example/condition.cpp | 10 ++-------- example/monitor.cpp | 10 ++-------- example/mutex.cpp | 10 ++-------- example/once.cpp | 10 ++-------- example/recursive_mutex.cpp | 10 ++-------- example/starvephil.cpp | 10 ++-------- example/tennis.cpp | 10 ++-------- example/thread.cpp | 10 ++-------- example/thread_group.cpp | 10 ++-------- example/tss.cpp | 10 ++-------- example/xtime.cpp | 10 ++-------- include/boost/thread.hpp | 9 ++------- include/boost/thread/barrier.hpp | 10 ++-------- include/boost/thread/condition.hpp | 10 ++-------- include/boost/thread/detail/config.hpp | 10 ++-------- include/boost/thread/detail/lock.hpp | 10 ++-------- include/boost/thread/detail/read_write_lock.hpp | 10 ++-------- include/boost/thread/detail/tss_hooks.hpp | 2 +- include/boost/thread/exceptions.hpp | 10 ++-------- include/boost/thread/mutex.hpp | 10 ++-------- include/boost/thread/once.hpp | 10 ++-------- include/boost/thread/read_write_mutex.hpp | 10 ++-------- include/boost/thread/recursive_mutex.hpp | 10 ++-------- include/boost/thread/thread.hpp | 10 ++-------- include/boost/thread/tss.hpp | 10 ++-------- include/boost/thread/xtime.hpp | 10 ++-------- index.html | 5 +++++ src/barrier.cpp | 10 ++-------- src/condition.cpp | 10 ++-------- src/exceptions.cpp | 10 ++-------- src/mutex.cpp | 10 ++-------- src/mutex.inl | 10 ++-------- src/once.cpp | 10 ++-------- src/read_write_mutex.cpp | 10 ++-------- src/recursive_mutex.cpp | 10 ++-------- src/thread.cpp | 10 ++-------- src/timeconv.inl | 10 ++-------- src/tss.cpp | 10 ++-------- src/xtime.cpp | 10 ++-------- test/Jamfile | 10 ++-------- test/Jamfile.v2 | 8 +++----- test/test_barrier.cpp | 10 ++-------- test/test_condition.cpp | 10 ++-------- test/test_mutex.cpp | 10 ++-------- test/test_once.cpp | 10 ++-------- test/test_read_write_mutex.cpp | 10 ++-------- test/test_thread.cpp | 10 ++-------- test/test_tss.cpp | 10 ++-------- test/test_xtime.cpp | 10 ++-------- test/util.inl | 9 ++------- tutorial/Jamfile | 10 ++-------- tutorial/bounded_buffer.cpp | 10 ++-------- tutorial/counter.cpp | 10 ++-------- tutorial/factorial.cpp | 10 ++-------- tutorial/factorial2.cpp | 10 ++-------- tutorial/factorial3.cpp | 10 ++-------- tutorial/helloworld.cpp | 10 ++-------- tutorial/helloworld2.cpp | 10 ++-------- tutorial/helloworld3.cpp | 10 ++-------- tutorial/helloworld4.cpp | 10 ++-------- tutorial/once.cpp | 10 ++-------- tutorial/tss.cpp | 10 ++-------- 94 files changed, 249 insertions(+), 501 deletions(-) diff --git a/build/Jamfile b/build/Jamfile index fd81ae5b..874a595f 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -1,14 +1,8 @@ # Copyright (C) 2001-2003 # William E. Kempf # -# 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. William E. Kempf makes no representations -# about the suitability of this software for any purpose. -# It is provided "as is" without express or implied warranty. -# boostinspect:nolicense +# 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) # # Boost.Threads build Jamfile # diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index b4a750ef..872f2939 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -1,4 +1,5 @@ -# (C) Copyright Vladimir Prus, David Abrahams, Michael Stevens, Hartmut Kaiser, William E Kempf 2002-6 +# (C) Copyright Vladimir Prus, David Abrahams, Michael Stevens, Hartmut Kaiser, +# William E Kempf 2002-2006 # 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) diff --git a/build/threads.jam b/build/threads.jam index 993c6997..9f146fd5 100644 --- a/build/threads.jam +++ b/build/threads.jam @@ -1,14 +1,8 @@ # Copyright (C) 2001-2003 # William E. Kempf # -# 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. William E. Kempf makes no representations -# about the suitability of this software for any purpose. -# It is provided "as is" without express or implied warranty. -# boostinspect:nolicense +# 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) # Additional configuration variables used: # 1. PTW32_DIR and PTW32_LIB may be used on Win32 platforms to specify that diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 7b6acfc6..42c88f1d 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,3 +1,8 @@ +# Copyright (C) 2001-2003 +# William E. Kempf +# +# 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) import toolset ; toolset.using doxygen ; diff --git a/doc/acknowledgements.xml b/doc/acknowledgements.xml index f9889592..b9ecdd84 100644 --- a/doc/acknowledgements.xml +++ b/doc/acknowledgements.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Acknowledgements diff --git a/doc/barrier-ref.xml b/doc/barrier-ref.xml index 80740a57..5e8a622e 100644 --- a/doc/barrier-ref.xml +++ b/doc/barrier-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/bibliography.xml b/doc/bibliography.xml index a424d78a..d22f03f2 100644 --- a/doc/bibliography.xml +++ b/doc/bibliography.xml @@ -4,6 +4,10 @@ %threads.entities; ]> + Bibliography diff --git a/doc/build.xml b/doc/build.xml index eddf8b5e..1cb16441 100644 --- a/doc/build.xml +++ b/doc/build.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Build diff --git a/doc/concepts.xml b/doc/concepts.xml index c507847f..8e42d835 100644 --- a/doc/concepts.xml +++ b/doc/concepts.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Concepts diff --git a/doc/condition-ref.xml b/doc/condition-ref.xml index ad540baa..6649d0e4 100644 --- a/doc/condition-ref.xml +++ b/doc/condition-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/configuration.xml b/doc/configuration.xml index 1d31e0af..33f82297 100644 --- a/doc/configuration.xml +++ b/doc/configuration.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Configuration &Boost.Threads; uses several configuration macros in <boost/config.hpp>, diff --git a/doc/design.xml b/doc/design.xml index 712a5ce4..4305c3f3 100644 --- a/doc/design.xml +++ b/doc/design.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Design With client/server and three-tier architectures becoming common place diff --git a/doc/entities.xml b/doc/entities.xml index 8643e6fc..be299746 100644 --- a/doc/entities.xml +++ b/doc/entities.xml @@ -1,3 +1,7 @@ + Boost.Threads"> Boost.Build"> %threads.entities; ]> +
diff --git a/doc/faq.xml b/doc/faq.xml index 4387c0cc..f3f5d3a3 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Frequently Asked Questions diff --git a/doc/glossary.xml b/doc/glossary.xml index 06fef72a..3718d7a0 100644 --- a/doc/glossary.xml +++ b/doc/glossary.xml @@ -4,6 +4,10 @@ %threads.entities; ]> + Glossary Definitions are given in terms of the C++ Standard diff --git a/doc/implementation_notes.xml b/doc/implementation_notes.xml index 796026f5..301f8b94 100644 --- a/doc/implementation_notes.xml +++ b/doc/implementation_notes.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Implementation Notes
diff --git a/doc/index.html b/doc/index.html index 40d3f89e..177560fd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,3 +1,7 @@ + diff --git a/doc/mutex-ref.xml b/doc/mutex-ref.xml index 4e53ee04..db90c07e 100644 --- a/doc/mutex-ref.xml +++ b/doc/mutex-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/once-ref.xml b/doc/once-ref.xml index 0a54089f..31c8f3ef 100644 --- a/doc/once-ref.xml +++ b/doc/once-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/overview.xml b/doc/overview.xml index 733fa575..96ee18ab 100644 --- a/doc/overview.xml +++ b/doc/overview.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Overview
diff --git a/doc/rationale.xml b/doc/rationale.xml index d25171d2..cfe749c3 100644 --- a/doc/rationale.xml +++ b/doc/rationale.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Rationale This page explains the rationale behind various design decisions in the diff --git a/doc/read_write_mutex-ref.xml b/doc/read_write_mutex-ref.xml index 3ba9bfe7..00d31c41 100644 --- a/doc/read_write_mutex-ref.xml +++ b/doc/read_write_mutex-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/recursive_mutex-ref.xml b/doc/recursive_mutex-ref.xml index 3d398b0b..beefe2ce 100644 --- a/doc/recursive_mutex-ref.xml +++ b/doc/recursive_mutex-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/reference.xml b/doc/reference.xml index 1779b072..8d1ceb9c 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -4,6 +4,10 @@ %threads.entities; ]> + diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 8459e2f8..c6640138 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
Release Notes
diff --git a/doc/thread-ref.xml b/doc/thread-ref.xml index 378fbf6b..fb5bdfb8 100644 --- a/doc/thread-ref.xml +++ b/doc/thread-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/thread.xml b/doc/thread.xml index 4e758d4b..494d4352 100644 --- a/doc/thread.xml +++ b/doc/thread.xml @@ -4,6 +4,10 @@ %threads.entities; ]> + diff --git a/doc/tss-ref.xml b/doc/tss-ref.xml index 96190ad4..8c4c7b22 100644 --- a/doc/tss-ref.xml +++ b/doc/tss-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/doc/xtime-ref.xml b/doc/xtime-ref.xml index feb2e6f9..088415bc 100644 --- a/doc/xtime-ref.xml +++ b/doc/xtime-ref.xml @@ -4,6 +4,10 @@ %threads.entities; ]> +
diff --git a/example/Jamfile b/example/Jamfile index e632f171..dc499a85 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,14 +1,8 @@ # Copyright (C) 2001-2003 # William E. Kempf # -# 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. William E. Kempf makes no representations -# about the suitability of this software for any purpose. -# It is provided "as is" without express or implied warranty. -# boostinspect:nolicense +# 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) # # Boost.Threads example Jamfile # diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index eca2ac5f..bfc8a59b 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -1,3 +1,8 @@ +# Copyright (C) 2001-2003 +# William E. Kempf +# +# 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) project boost/thread/example : requirements ../build//boost_thread multi diff --git a/example/condition.cpp b/example/condition.cpp index 4bde419c..ee2136b2 100644 --- a/example/condition.cpp +++ b/example/condition.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/monitor.cpp b/example/monitor.cpp index 0257118e..0a7383fb 100644 --- a/example/monitor.cpp +++ b/example/monitor.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/mutex.cpp b/example/mutex.cpp index 9379cf20..b276d549 100644 --- a/example/mutex.cpp +++ b/example/mutex.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/once.cpp b/example/once.cpp index 49ab44b0..5a5b6f55 100644 --- a/example/once.cpp +++ b/example/once.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/recursive_mutex.cpp b/example/recursive_mutex.cpp index f8dfebd4..c5199545 100644 --- a/example/recursive_mutex.cpp +++ b/example/recursive_mutex.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/starvephil.cpp b/example/starvephil.cpp index 502cb559..0ef2e0d3 100644 --- a/example/starvephil.cpp +++ b/example/starvephil.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/tennis.cpp b/example/tennis.cpp index 1ca31d64..e2228717 100644 --- a/example/tennis.cpp +++ b/example/tennis.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/thread.cpp b/example/thread.cpp index 582bf4e8..c21a3b5e 100644 --- a/example/thread.cpp +++ b/example/thread.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/thread_group.cpp b/example/thread_group.cpp index 4626acb1..232776dc 100644 --- a/example/thread_group.cpp +++ b/example/thread_group.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/tss.cpp b/example/tss.cpp index 8bffcff2..f867a918 100644 --- a/example/tss.cpp +++ b/example/tss.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/example/xtime.cpp b/example/xtime.cpp index 8c311fd3..a9b19339 100644 --- a/example/xtime.cpp +++ b/example/xtime.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/include/boost/thread.hpp b/include/boost/thread.hpp index 56cc8a65..b9a9ed68 100644 --- a/include/boost/thread.hpp +++ b/include/boost/thread.hpp @@ -1,13 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. +// 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) #if !defined(BOOST_THREAD_WEK01082003_HPP) #define BOOST_THREAD_WEK01082003_HPP diff --git a/include/boost/thread/barrier.hpp b/include/boost/thread/barrier.hpp index 588382f1..ea76d40f 100644 --- a/include/boost/thread/barrier.hpp +++ b/include/boost/thread/barrier.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2002-2003 // David Moore, William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_BARRIER_JDM030602_HPP #define BOOST_BARRIER_JDM030602_HPP diff --git a/include/boost/thread/condition.hpp b/include/boost/thread/condition.hpp index 79d697d9..39becb63 100644 --- a/include/boost/thread/condition.hpp +++ b/include/boost/thread/condition.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_CONDITION_WEK070601_HPP #define BOOST_CONDITION_WEK070601_HPP diff --git a/include/boost/thread/detail/config.hpp b/include/boost/thread/detail/config.hpp index b1a32279..40a8793e 100644 --- a/include/boost/thread/detail/config.hpp +++ b/include/boost/thread/detail/config.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_THREAD_CONFIG_WEK01032003_HPP #define BOOST_THREAD_CONFIG_WEK01032003_HPP diff --git a/include/boost/thread/detail/lock.hpp b/include/boost/thread/detail/lock.hpp index 9cf2fdc0..d2974ea0 100644 --- a/include/boost/thread/detail/lock.hpp +++ b/include/boost/thread/detail/lock.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_XLOCK_WEK070601_HPP #define BOOST_XLOCK_WEK070601_HPP diff --git a/include/boost/thread/detail/read_write_lock.hpp b/include/boost/thread/detail/read_write_lock.hpp index 0e18d984..c596df78 100644 --- a/include/boost/thread/detail/read_write_lock.hpp +++ b/include/boost/thread/detail/read_write_lock.hpp @@ -5,14 +5,8 @@ // Copyright (C) 2001 // William E. Kempf // -// 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. David Moore makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_READ_WRITE_LOCK_JDM031002_HPP #define BOOST_READ_WRITE_LOCK_JDM031002_HPP diff --git a/include/boost/thread/detail/tss_hooks.hpp b/include/boost/thread/detail/tss_hooks.hpp index 0954b6d1..a1c1aa3b 100644 --- a/include/boost/thread/detail/tss_hooks.hpp +++ b/include/boost/thread/detail/tss_hooks.hpp @@ -20,7 +20,7 @@ //Currently only implemented for Win32, but should //later be implemented for all platforms. //Used by Win32 implementation of Boost.Threads - //tss to peform cleanup. + //tss to perform cleanup. //Like the C runtime library atexit() function, //which it mimics, at_thread_exit() returns //zero if successful and a nonzero diff --git a/include/boost/thread/exceptions.hpp b/include/boost/thread/exceptions.hpp index 91be381d..30062f71 100644 --- a/include/boost/thread/exceptions.hpp +++ b/include/boost/thread/exceptions.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_THREAD_EXCEPTIONS_PDM070801_H #define BOOST_THREAD_EXCEPTIONS_PDM070801_H diff --git a/include/boost/thread/mutex.hpp b/include/boost/thread/mutex.hpp index 8372aa63..487e6d45 100644 --- a/include/boost/thread/mutex.hpp +++ b/include/boost/thread/mutex.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_MUTEX_WEK070601_HPP #define BOOST_MUTEX_WEK070601_HPP diff --git a/include/boost/thread/once.hpp b/include/boost/thread/once.hpp index 3e00ab40..286465c6 100644 --- a/include/boost/thread/once.hpp +++ b/include/boost/thread/once.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_ONCE_WEK080101_HPP #define BOOST_ONCE_WEK080101_HPP diff --git a/include/boost/thread/read_write_mutex.hpp b/include/boost/thread/read_write_mutex.hpp index fdae2de7..a0f49477 100644 --- a/include/boost/thread/read_write_mutex.hpp +++ b/include/boost/thread/read_write_mutex.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2002-2003 // David Moore, William E. Kempf, Michael Glassford // -// 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. David Moore makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) // A Boost::threads implementation of a synchronization // primitive which can allow multiple readers or a single diff --git a/include/boost/thread/recursive_mutex.hpp b/include/boost/thread/recursive_mutex.hpp index 5912ccf9..09aa9431 100644 --- a/include/boost/thread/recursive_mutex.hpp +++ b/include/boost/thread/recursive_mutex.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_RECURSIVE_MUTEX_WEK070601_HPP #define BOOST_RECURSIVE_MUTEX_WEK070601_HPP diff --git a/include/boost/thread/thread.hpp b/include/boost/thread/thread.hpp index 33f25ea5..f6ad5856 100644 --- a/include/boost/thread/thread.hpp +++ b/include/boost/thread/thread.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_THREAD_WEK070601_HPP #define BOOST_THREAD_WEK070601_HPP diff --git a/include/boost/thread/tss.hpp b/include/boost/thread/tss.hpp index 4d6d8f84..2191f6ff 100644 --- a/include/boost/thread/tss.hpp +++ b/include/boost/thread/tss.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_TSS_WEK070601_HPP #define BOOST_TSS_WEK070601_HPP diff --git a/include/boost/thread/xtime.hpp b/include/boost/thread/xtime.hpp index 52a04aa7..5f66c629 100644 --- a/include/boost/thread/xtime.hpp +++ b/include/boost/thread/xtime.hpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) #ifndef BOOST_XTIME_WEK070601_HPP #define BOOST_XTIME_WEK070601_HPP diff --git a/index.html b/index.html index fa3571e2..1bc26cab 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,8 @@ + + diff --git a/src/barrier.cpp b/src/barrier.cpp index 5f6a5704..e0c94930 100644 --- a/src/barrier.cpp +++ b/src/barrier.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2002-2003 // David Moore, William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/src/condition.cpp b/src/condition.cpp index 1b6a4b08..a0d07f7b 100644 --- a/src/condition.cpp +++ b/src/condition.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/src/exceptions.cpp b/src/exceptions.cpp index c443ff57..cc635101 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/src/mutex.cpp b/src/mutex.cpp index 83ce8d48..bb73b9ce 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/src/mutex.inl b/src/mutex.inl index 4291fa5c..3a279666 100644 --- a/src/mutex.inl +++ b/src/mutex.inl @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 { diff --git a/src/once.cpp b/src/once.cpp index 19cb0267..4332f49a 100644 --- a/src/once.cpp +++ b/src/once.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/src/read_write_mutex.cpp b/src/read_write_mutex.cpp index ee6192ee..bbcb79d4 100644 --- a/src/read_write_mutex.cpp +++ b/src/read_write_mutex.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2002-2003 // David Moore, William E. Kempf, Michael Glassford // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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) /* PROBLEMS: diff --git a/src/recursive_mutex.cpp b/src/recursive_mutex.cpp index dbe8122a..50351502 100644 --- a/src/recursive_mutex.cpp +++ b/src/recursive_mutex.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/src/thread.cpp b/src/thread.cpp index b6a4a400..3ac10182 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/src/timeconv.inl b/src/timeconv.inl index a99b4e11..47314619 100644 --- a/src/timeconv.inl +++ b/src/timeconv.inl @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 { const int MILLISECONDS_PER_SECOND = 1000; diff --git a/src/tss.cpp b/src/tss.cpp index 58cd75d9..5b2f8031 100644 --- a/src/tss.cpp +++ b/src/tss.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/src/xtime.cpp b/src/xtime.cpp index b44f4347..0732cf43 100644 --- a/src/xtime.cpp +++ b/src/xtime.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/Jamfile b/test/Jamfile index 8082f93a..cda3bc4d 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,14 +1,8 @@ # Copyright (C) 2001-2003 # William E. Kempf # -# 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. William E. Kempf makes no representations -# about the suitability of this software for any purpose. -# It is provided "as is" without express or implied warranty. -# boostinspect:nolicense +# 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) # # Boost.Threads test Jamfile # diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 8bac9ba5..5aa1ce24 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,8 +1,6 @@ -# (C) Copyright William E. Kempf 2001. 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. -# boostinspect:nolicense +# (C) Copyright William E. Kempf 2001. +# 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) # # Boost.Threads test Jamfile # diff --git a/test/test_barrier.cpp b/test/test_barrier.cpp index d7a09b86..b6982966 100644 --- a/test/test_barrier.cpp +++ b/test/test_barrier.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/test_condition.cpp b/test/test_condition.cpp index 02b60e0c..4570f06e 100644 --- a/test/test_condition.cpp +++ b/test/test_condition.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/test_mutex.cpp b/test/test_mutex.cpp index 19be2f3b..831e6bba 100644 --- a/test/test_mutex.cpp +++ b/test/test_mutex.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/test_once.cpp b/test/test_once.cpp index ad458f30..d5c6eb9a 100644 --- a/test/test_once.cpp +++ b/test/test_once.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/test_read_write_mutex.cpp b/test/test_read_write_mutex.cpp index eb73dfe6..f1214e25 100644 --- a/test/test_read_write_mutex.cpp +++ b/test/test_read_write_mutex.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/test_thread.cpp b/test/test_thread.cpp index f21effe8..bca085cf 100644 --- a/test/test_thread.cpp +++ b/test/test_thread.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/test_tss.cpp b/test/test_tss.cpp index 6eba5045..c1d32956 100644 --- a/test/test_tss.cpp +++ b/test/test_tss.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/test_xtime.cpp b/test/test_xtime.cpp index 3cfc169f..099f3432 100644 --- a/test/test_xtime.cpp +++ b/test/test_xtime.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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/util.inl b/test/util.inl index 46968e4a..9a6676b9 100644 --- a/test/util.inl +++ b/test/util.inl @@ -1,13 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. +// 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) #if !defined(UTIL_INL_WEK01242003) #define UTIL_INL_WEK01242003 diff --git a/tutorial/Jamfile b/tutorial/Jamfile index 3c10270c..9afc8d97 100644 --- a/tutorial/Jamfile +++ b/tutorial/Jamfile @@ -1,14 +1,8 @@ # Copyright (C) 2001-2003 # William E. Kempf # -# 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. William E. Kempf makes no representations -# about the suitability of this software for any purpose. -# It is provided "as is" without express or implied warranty. -# boostinspect:nolicense +# 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) # # Boost.Threads tutorial Jamfile # diff --git a/tutorial/bounded_buffer.cpp b/tutorial/bounded_buffer.cpp index 8fe56cab..276aaebf 100644 --- a/tutorial/bounded_buffer.cpp +++ b/tutorial/bounded_buffer.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/counter.cpp b/tutorial/counter.cpp index d963d803..a5ca0b4d 100644 --- a/tutorial/counter.cpp +++ b/tutorial/counter.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/factorial.cpp b/tutorial/factorial.cpp index 2f40507e..9dd1001d 100644 --- a/tutorial/factorial.cpp +++ b/tutorial/factorial.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/factorial2.cpp b/tutorial/factorial2.cpp index 7331ad9c..c30421bc 100644 --- a/tutorial/factorial2.cpp +++ b/tutorial/factorial2.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/factorial3.cpp b/tutorial/factorial3.cpp index 4680e629..2515bfea 100644 --- a/tutorial/factorial3.cpp +++ b/tutorial/factorial3.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/helloworld.cpp b/tutorial/helloworld.cpp index 553b96f3..5003108f 100644 --- a/tutorial/helloworld.cpp +++ b/tutorial/helloworld.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/helloworld2.cpp b/tutorial/helloworld2.cpp index 14615224..dc7a698a 100644 --- a/tutorial/helloworld2.cpp +++ b/tutorial/helloworld2.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/helloworld3.cpp b/tutorial/helloworld3.cpp index 615dc734..cd43987f 100644 --- a/tutorial/helloworld3.cpp +++ b/tutorial/helloworld3.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/helloworld4.cpp b/tutorial/helloworld4.cpp index 615dc734..cd43987f 100644 --- a/tutorial/helloworld4.cpp +++ b/tutorial/helloworld4.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/once.cpp b/tutorial/once.cpp index 49ab44b0..5a5b6f55 100644 --- a/tutorial/once.cpp +++ b/tutorial/once.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include diff --git a/tutorial/tss.cpp b/tutorial/tss.cpp index 8bffcff2..f867a918 100644 --- a/tutorial/tss.cpp +++ b/tutorial/tss.cpp @@ -1,14 +1,8 @@ // Copyright (C) 2001-2003 // William E. Kempf // -// 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. William E. Kempf makes no representations -// about the suitability of this software for any purpose. -// It is provided "as is" without express or implied warranty. -// boostinspect:nolicense +// 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 #include