diff --git a/example/Jamfile b/example/Jamfile index 4a0fc96d..c4e4d56d 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,19 +1,19 @@ -# Copyright 2006 Roland Schwarz. -# # 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) -# # -# # This work is a reimplementation along the design and ideas -# # of William E. Kempf. +# Copyright (C) 2006 Roland Schwarz. +# 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) +# +# This work is a reimplementation along the design and ideas +# of William E. Kempf. # # The threading library is available in two versions. -# Native to the environment and based upon pthread. +# Native to the environment or based ontop pthread. # To select which version to use you need to define # BOOST_THREAD_POSIX when compiling your sources. # If BOOST_THREAD_POSIX is defined this will choose # pthread implementation. -# You also need to compile the correct library version by +# You also need to specify the correct library version by # specifying the the or tags. # @boost/libs/thread/build/boost_thread for static native and # @boost/libs/thread/build/boost_thread_pthread static pthread. @@ -23,23 +23,25 @@ project-root ; template example : ## sources ## -