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 )