diff --git a/build/Jamfile b/build/Jamfile index 074b830f..00a9a8bf 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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. subproject libs/regex/build ; # bring in the rules for testing @@ -265,3 +268,4 @@ install regex lib + diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index d75d082b..a74f1eb9 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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/regex : source-location ../src @@ -130,3 +134,4 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE) shared:BOOST_REGEX_DYN_LINK=1 $(BOOST_REGEX_ICU_OPTS) ; + diff --git a/build/bc_gen.sh b/build/bc_gen.sh index 64a7bfb5..d2fdf261 100644 --- a/build/bc_gen.sh +++ b/build/bc_gen.sh @@ -1,5 +1,10 @@ #! /bin/bash +# copyright John Maddock 2003 +# 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. + libname="" src="" header="" @@ -192,6 +197,10 @@ function bcb_gen() bcb_gen_lib cat > $out << EOF +# copyright John Maddock 2006 +# 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. # # auto generated makefile for C++ Builder # @@ -259,3 +268,4 @@ bcb_gen + diff --git a/build/bcb6.mak b/build/bcb6.mak index 51b331da..d7ca7e1f 100644 --- a/build/bcb6.mak +++ b/build/bcb6.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for C++ Builder # diff --git a/build/common.sh b/build/common.sh index 2532595d..9812798c 100644 --- a/build/common.sh +++ b/build/common.sh @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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. # # locate all the header dependencies: for file in ../../../boost/regex/*.hpp ; do @@ -53,3 +57,4 @@ done boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/') echo Boost version tag = $boost_version + diff --git a/build/gcc.mak b/build/gcc.mak index 57135693..2b223f84 100644 --- a/build/gcc.mak +++ b/build/gcc.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for gcc compiler # diff --git a/build/gcc_gen.sh b/build/gcc_gen.sh index 7ffdbd40..9492e8ec 100644 --- a/build/gcc_gen.sh +++ b/build/gcc_gen.sh @@ -1,5 +1,10 @@ #! /bin/bash +# copyright John Maddock 2003 +# 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. + libname="" src="" header="" @@ -103,6 +108,10 @@ function gcc_gen() cat > $out << EOF +# copyright John Maddock 2006 +# 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. # # auto generated makefile for gcc compiler # @@ -261,3 +270,4 @@ rm -f $tout $iout + diff --git a/build/generic.mak b/build/generic.mak index 2f99d20c..ebd8ae19 100644 --- a/build/generic.mak +++ b/build/generic.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for generic compiler # diff --git a/build/generic_gen.sh b/build/generic_gen.sh index bf1918db..d33fdc74 100644 --- a/build/generic_gen.sh +++ b/build/generic_gen.sh @@ -1,5 +1,10 @@ #! /bin/bash +# copyright John Maddock 2003 +# 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. + libname="" src="" header="" @@ -87,6 +92,10 @@ function gen_gen() gen_gen_lib cat > $out << EOF +# copyright John Maddock 2006 +# 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. # # auto generated makefile for generic compiler # @@ -142,3 +151,4 @@ gen_gen rm -f $tout $iout + diff --git a/build/sun_gen.sh b/build/sun_gen.sh index a72e0bb3..d1817f1e 100644 --- a/build/sun_gen.sh +++ b/build/sun_gen.sh @@ -1,5 +1,10 @@ #! /bin/bash +# copyright John Maddock 2003 +# 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. + libname="" src="" header="" @@ -145,6 +150,10 @@ function sun_gen() cat > $out << EOF +# copyright John Maddock 2006 +# 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. # # auto generated makefile for Sun Forte 6.1 # @@ -212,3 +221,5 @@ sun_gen rm -f $tout $iout + + diff --git a/build/sunpro.mak b/build/sunpro.mak index fef028bc..bb2e82f1 100644 --- a/build/sunpro.mak +++ b/build/sunpro.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for Sun Forte 6.1 # diff --git a/build/vc6-stlport.mak b/build/vc6-stlport.mak index 268c6dd7..42f5bf65 100644 --- a/build/vc6-stlport.mak +++ b/build/vc6-stlport.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6+STLPort # diff --git a/build/vc6.mak b/build/vc6.mak index 08e60554..27a4952c 100644 --- a/build/vc6.mak +++ b/build/vc6.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6 compiler # diff --git a/build/vc7-stlport.mak b/build/vc7-stlport.mak index 6cf9bba7..975d9546 100644 --- a/build/vc7-stlport.mak +++ b/build/vc7-stlport.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6+STLPort # diff --git a/build/vc7.mak b/build/vc7.mak index 16113169..e3bc0b37 100644 --- a/build/vc7.mak +++ b/build/vc7.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6 compiler # diff --git a/build/vc71-stlport.mak b/build/vc71-stlport.mak index c39a21b8..af834a76 100644 --- a/build/vc71-stlport.mak +++ b/build/vc71-stlport.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6+STLPort # diff --git a/build/vc71.mak b/build/vc71.mak index a7b641c6..27fcf389 100644 --- a/build/vc71.mak +++ b/build/vc71.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6 compiler # diff --git a/build/vc8.mak b/build/vc8.mak index 2569ff6f..dbaf664b 100644 --- a/build/vc8.mak +++ b/build/vc8.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6 compiler # diff --git a/build/vc_gen.sh b/build/vc_gen.sh index 4ae9d9cd..6ef5d0f6 100644 --- a/build/vc_gen.sh +++ b/build/vc_gen.sh @@ -1,5 +1,10 @@ #! /bin/bash +# copyright John Maddock 2003 +# 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. + libname="" src="" header="" @@ -187,6 +192,10 @@ function vc6_gen() fi cat > $out << EOF +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6 compiler # @@ -315,6 +324,10 @@ function vc6_stlp_gen() vc6_gen_lib cat > $out << EOF +# copyright John Maddock 2006 +# 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. # # auto generated makefile for VC6+STLPort # @@ -474,3 +487,5 @@ rm -f $tout $iout + + diff --git a/doc/Attic/error_type.html b/doc/Attic/error_type.html index f28c9f4d..6ca14383 100644 --- a/doc/Attic/error_type.html +++ b/doc/Attic/error_type.html @@ -129,12 +129,11 @@ static const error_type error_bad_pattern; 24 June 2004 

-

© Copyright John Maddock 1998- 2004

-

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. - John Maddock makes no representations about the suitability of this software - for any purpose. It is provided "as is" without express or implied warranty.

+

© Copyright John Maddock 1998- + 2004

+

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/doc/error_type.html b/doc/error_type.html index f28c9f4d..6ca14383 100644 --- a/doc/error_type.html +++ b/doc/error_type.html @@ -129,12 +129,11 @@ static const error_type error_bad_pattern; 24 June 2004 

-

© Copyright John Maddock 1998- 2004

-

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. - John Maddock makes no representations about the suitability of this software - for any purpose. It is provided "as is" without express or implied warranty.

+

© Copyright John Maddock 1998- + 2004

+

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/doc/gcc-performance.html b/doc/gcc-performance.html index 5fc80bbb..5dcea95a 100644 --- a/doc/gcc-performance.html +++ b/doc/gcc-performance.html @@ -534,6 +534,10 @@


-

Copyright John Maddock April 2003, all rights reserved.

+

© Copyright John Maddock 2003

+

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/doc/vc71-performance.html b/doc/vc71-performance.html index 2264fc68..c847845a 100644 --- a/doc/vc71-performance.html +++ b/doc/vc71-performance.html @@ -694,6 +694,10 @@


-

Copyright John Maddock April 2003, all rights reserved.

+

© Copyright John Maddock 2003

+

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/example/Jamfile b/example/Jamfile index e5bf07be..37ecb5ae 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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. subproject libs/regex/example ; @@ -115,3 +118,4 @@ test-suite regex-examples : + diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index cf79614c..c56d1748 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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 : requirements multi shared:BOOST_REGEX_DYN_LINK=1 @@ -56,3 +59,4 @@ test-suite regex-examples : + diff --git a/example/timer/bc55.mak b/example/timer/bc55.mak index 0e18c578..44795fc6 100644 --- a/example/timer/bc55.mak +++ b/example/timer/bc55.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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. # very basic makefile for timer.exe # @@ -42,5 +46,6 @@ timer.exe : regex_timer.cpp + diff --git a/example/timer/bcb4.mak b/example/timer/bcb4.mak index 2102ecd8..372b647d 100644 --- a/example/timer/bcb4.mak +++ b/example/timer/bcb4.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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. # very basic makefile for timer.exe # @@ -42,5 +46,6 @@ timer.exe : regex_timer.cpp + diff --git a/example/timer/bcb5.mak b/example/timer/bcb5.mak index 0e18c578..44795fc6 100644 --- a/example/timer/bcb5.mak +++ b/example/timer/bcb5.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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. # very basic makefile for timer.exe # @@ -42,5 +46,6 @@ timer.exe : regex_timer.cpp + diff --git a/example/timer/gcc.mak b/example/timer/gcc.mak index 5db67b7c..2faf6418 100644 --- a/example/timer/gcc.mak +++ b/example/timer/gcc.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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. # very basic makefile for timer.exe # @@ -29,5 +33,6 @@ debug : regex_timer.cpp timer.cpp + diff --git a/example/timer/vc6-stlport.mak b/example/timer/vc6-stlport.mak index 2b229904..1b5f686d 100644 --- a/example/timer/vc6-stlport.mak +++ b/example/timer/vc6-stlport.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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. # # very basic VC6 makefile for timer # @@ -32,3 +36,4 @@ timer$(OBJ) : ../../../timer/timer.cpp $(LIBDEP) + diff --git a/example/timer/vc6.mak b/example/timer/vc6.mak index 7ef568f5..c611195f 100644 --- a/example/timer/vc6.mak +++ b/example/timer/vc6.mak @@ -1,3 +1,7 @@ +# copyright John Maddock 2003 +# 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. # # very basic VC6 makefile for timer # @@ -32,3 +36,4 @@ timer$(OBJ) : ../../../timer/timer.cpp $(LIBDEP) + diff --git a/index.html b/index.html index a1f01b7b..2780fce3 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,10 @@ Automatic redirection failed, please go to doc/index.html. +

Copyright John Maddock 2003

+

Distributed under the Boost Software License, Version 1.0. (See accompanying file + LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt).

+ diff --git a/performance/Jamfile b/performance/Jamfile index 48a395ff..d277f4d7 100644 --- a/performance/Jamfile +++ b/performance/Jamfile @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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. subproject libs/regex/performance ; @@ -43,3 +46,4 @@ exe regex_comparison : + diff --git a/test/Jamfile b/test/Jamfile index 3f76f42f..5702cd06 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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. subproject libs/regex/test ; @@ -231,4 +234,5 @@ test-suite regex + diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d4a060f5..0be2fb40 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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 : requirements multi shared:BOOST_REGEX_DYN_LINK=1 @@ -120,3 +123,4 @@ test-suite regex ] ; + diff --git a/test/auto-link-test/Jamfile b/test/auto-link-test/Jamfile index c5bd9820..dab1b0ed 100644 --- a/test/auto-link-test/Jamfile +++ b/test/auto-link-test/Jamfile @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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 Jamfile tests the ability of some Windows compilers @@ -75,3 +78,4 @@ run + diff --git a/test/captures/Jamfile b/test/captures/Jamfile index 35126aa5..2234b673 100644 --- a/test/captures/Jamfile +++ b/test/captures/Jamfile @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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. subproject libs/regex/test/captures ; @@ -28,3 +31,4 @@ lib boost_regex_extra : ../../src/$(EX_SOURCES)