|
Boost-Commit : |
From: john_at_[hidden]
Date: 2007-11-07 13:26:15
Author: johnmaddock
Date: 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
New Revision: 40900
URL: http://svn.boost.org/trac/boost/changeset/40900
Log:
Added license info.
Text files modified:
trunk/libs/regex/build/gcc-shared.mak | 5 +++++
trunk/libs/regex/build/gcc.mak | 3 ++-
trunk/libs/regex/build/gcc_gen.sh | 7 ++++++-
trunk/libs/regex/doc/acknowledgements.qbk | 8 ++++++++
trunk/libs/regex/doc/bad_expression.qbk | 9 ++++++++-
trunk/libs/regex/doc/basic_regex.qbk | 8 ++++++++
trunk/libs/regex/doc/captures.qbk | 8 ++++++++
trunk/libs/regex/doc/character_class_names.qbk | 8 ++++++++
trunk/libs/regex/doc/collating_names.qbk | 8 ++++++++
trunk/libs/regex/doc/concepts.qbk | 8 ++++++++
trunk/libs/regex/doc/configuration.qbk | 8 ++++++++
trunk/libs/regex/doc/error_type.qbk | 8 ++++++++
trunk/libs/regex/doc/examples.qbk | 8 ++++++++
trunk/libs/regex/doc/faq.qbk | 7 +++++++
trunk/libs/regex/doc/format_boost_syntax.qbk | 8 ++++++++
trunk/libs/regex/doc/format_perl_syntax.qbk | 8 ++++++++
trunk/libs/regex/doc/format_sed_syntax.qbk | 8 ++++++++
trunk/libs/regex/doc/format_syntax.qbk | 8 ++++++++
trunk/libs/regex/doc/further_info.qbk | 8 ++++++++
trunk/libs/regex/doc/headers.qbk | 8 ++++++++
trunk/libs/regex/doc/history.qbk | 8 ++++++++
trunk/libs/regex/doc/icu_strings.qbk | 8 ++++++++
trunk/libs/regex/doc/install.qbk | 8 ++++++++
trunk/libs/regex/doc/introduction.qbk | 8 ++++++++
trunk/libs/regex/doc/leftmost_longest.qbk | 8 ++++++++
trunk/libs/regex/doc/locale.qbk | 8 ++++++++
trunk/libs/regex/doc/match_flag_type.qbk | 8 ++++++++
trunk/libs/regex/doc/match_result.qbk | 8 ++++++++
trunk/libs/regex/doc/mfc_strings.qbk | 8 ++++++++
trunk/libs/regex/doc/non_std_strings.qbk | 8 ++++++++
trunk/libs/regex/doc/old_regex.qbk | 8 ++++++++
trunk/libs/regex/doc/partial_matches.qbk | 8 ++++++++
trunk/libs/regex/doc/performance.qbk | 8 ++++++++
trunk/libs/regex/doc/posix_api.qbk | 8 ++++++++
trunk/libs/regex/doc/redistributables.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_format.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_grep.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_iterator.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_match.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_replace.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_search.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_split.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_token_iterator.qbk | 8 ++++++++
trunk/libs/regex/doc/regex_traits.qbk | 8 ++++++++
trunk/libs/regex/doc/standards.qbk | 8 ++++++++
trunk/libs/regex/doc/sub_match.qbk | 8 ++++++++
trunk/libs/regex/doc/syntax.qbk | 8 ++++++++
trunk/libs/regex/doc/syntax_basic.qbk | 8 ++++++++
trunk/libs/regex/doc/syntax_extended.qbk | 8 ++++++++
trunk/libs/regex/doc/syntax_option_type.qbk | 8 ++++++++
trunk/libs/regex/doc/syntax_perl.qbk | 8 ++++++++
trunk/libs/regex/doc/thread_safety.qbk | 8 ++++++++
trunk/libs/regex/doc/unicode.qbk | 8 ++++++++
trunk/libs/regex/example/timer/input_script.txt | 7 +++++++
54 files changed, 419 insertions(+), 3 deletions(-)
Modified: trunk/libs/regex/build/gcc-shared.mak
==============================================================================
--- trunk/libs/regex/build/gcc-shared.mak (original)
+++ trunk/libs/regex/build/gcc-shared.mak 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,7 @@
+# copyright John Maddock 2006-7
+# 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
#
@@ -184,3 +188,4 @@
./gcc/libboost_regex-gcc-d-1_35.so : gcc/boost_regex-gcc-d-1_35_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/cregex.o gcc/boost_regex-gcc-d-1_35_shared/fileiter.o gcc/boost_regex-gcc-d-1_35_shared/icu.o gcc/boost_regex-gcc-d-1_35_shared/instances.o gcc/boost_regex-gcc-d-1_35_shared/posix_api.o gcc/boost_regex-gcc-d-1_35_shared/regex.o gcc/boost_regex-gcc-d-1_35_shared/regex_debug.o gcc/boost_regex-gcc-d-1_35_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_35_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_35_shared/static_mutex.o gcc/boost_regex-gcc-d-1_35_shared/usinstances.o gcc/boost_regex-gcc-d-1_35_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_35_shared/winstances.o
$(LINKER) -o gcc/libboost_regex-gcc-d-1_35.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-d-1_35_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/cregex.o gcc/boost_regex-gcc-d-1_35_shared/fileiter.o gcc/boost_regex-gcc-d-1_35_shared/icu.o gcc/boost_regex-gcc-d-1_35_shared/instances.o gcc/boost_regex-gcc-d-1_35_shared/posix_api.o gcc/boost_regex-gcc-d-1_35_shared/regex.o gcc/boost_regex-gcc-d-1_35_shared/regex_debug.o gcc/boost_regex-gcc-d-1_35_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_35_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_35_shared/static_mutex.o gcc/boost_regex-gcc-d-1_35_shared/usinstances.o gcc/boost_regex-gcc-d-1_35_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_35_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_35_shared/winstances.o $(ICU_LIBS) $(LIBS)
+
Modified: trunk/libs/regex/build/gcc.mak
==============================================================================
--- trunk/libs/regex/build/gcc.mak (original)
+++ trunk/libs/regex/build/gcc.mak 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,4 +1,4 @@
-# copyright John Maddock 2006
+# copyright John Maddock 2006-7
# 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.
@@ -190,3 +190,4 @@
ar -r gcc/libboost_regex-gcc-d-1_35.a gcc/boost_regex-gcc-d-1_35/c_regex_traits.o gcc/boost_regex-gcc-d-1_35/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_35/cregex.o gcc/boost_regex-gcc-d-1_35/fileiter.o gcc/boost_regex-gcc-d-1_35/icu.o gcc/boost_regex-gcc-d-1_35/instances.o gcc/boost_regex-gcc-d-1_35/posix_api.o gcc/boost_regex-gcc-d-1_35/regex.o gcc/boost_regex-gcc-d-1_35/regex_debug.o gcc/boost_regex-gcc-d-1_35/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_35/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_35/static_mutex.o gcc/boost_regex-gcc-d-1_35/usinstances.o gcc/boost_regex-gcc-d-1_35/w32_regex_traits.o gcc/boost_regex-gcc-d-1_35/wc_regex_traits.o gcc/boost_regex-gcc-d-1_35/wide_posix_api.o gcc/boost_regex-gcc-d-1_35/winstances.o
-ar -s gcc/libboost_regex-gcc-d-1_35.a
+
Modified: trunk/libs/regex/build/gcc_gen.sh
==============================================================================
--- trunk/libs/regex/build/gcc_gen.sh (original)
+++ trunk/libs/regex/build/gcc_gen.sh 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -108,7 +108,7 @@
cat > $out << EOF
-# copyright John Maddock 2006
+# copyright John Maddock 2006-7
# 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.
@@ -192,6 +192,10 @@
cat > $out << EOF
+# copyright John Maddock 2006-7
+# 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
#
@@ -271,3 +275,4 @@
+
Modified: trunk/libs/regex/doc/acknowledgements.qbk
==============================================================================
--- trunk/libs/regex/doc/acknowledgements.qbk (original)
+++ trunk/libs/regex/doc/acknowledgements.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:acknowledgements Acknowledgements]
@@ -39,3 +46,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/bad_expression.qbk
==============================================================================
--- trunk/libs/regex/doc/bad_expression.qbk (original)
+++ trunk/libs/regex/doc/bad_expression.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:bad_expression bad_expression]
@@ -48,4 +55,4 @@
class `regex_error` to keep the library in synchronization with the
[tr1].
-[endsect]
\ No newline at end of file
+[endsect]
Modified: trunk/libs/regex/doc/basic_regex.qbk
==============================================================================
--- trunk/libs/regex/doc/basic_regex.qbk (original)
+++ trunk/libs/regex/doc/basic_regex.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:basic_regex basic_regex]
[h4 Synopsis]
@@ -657,3 +664,4 @@
[*Effects]: calls `lhs.swap(rhs)`.
[endsect]
+
Modified: trunk/libs/regex/doc/captures.qbk
==============================================================================
--- trunk/libs/regex/doc/captures.qbk (original)
+++ trunk/libs/regex/doc/captures.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:captures Understanding Marked Sub-Expressions and Captures]
@@ -190,3 +197,4 @@
* Pass the match_extra flag to the particular algorithms where you actually need the captures information (regex_search, regex_match, or regex_iterator).
[endsect]
+
Modified: trunk/libs/regex/doc/character_class_names.qbk
==============================================================================
--- trunk/libs/regex/doc/character_class_names.qbk (original)
+++ trunk/libs/regex/doc/character_class_names.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:character_classes Character Class Names]
@@ -82,3 +89,4 @@
[endsect]
[endsect]
+
Modified: trunk/libs/regex/doc/collating_names.qbk
==============================================================================
--- trunk/libs/regex/doc/collating_names.qbk (original)
+++ trunk/libs/regex/doc/collating_names.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:collating_names Collating Names]
@@ -118,3 +125,4 @@
[endsect]
[endsect]
+
Modified: trunk/libs/regex/doc/concepts.qbk
==============================================================================
--- trunk/libs/regex/doc/concepts.qbk (original)
+++ trunk/libs/regex/doc/concepts.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:concepts Concepts]
@@ -98,3 +105,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/configuration.qbk
==============================================================================
--- trunk/libs/regex/doc/configuration.qbk (original)
+++ trunk/libs/regex/doc/configuration.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:configuration Configuration]
@@ -76,3 +83,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/error_type.qbk
==============================================================================
--- trunk/libs/regex/doc/error_type.qbk (original)
+++ trunk/libs/regex/doc/error_type.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:error_type error_type]
@@ -53,3 +60,4 @@
]
[endsect]
+
Modified: trunk/libs/regex/doc/examples.qbk
==============================================================================
--- trunk/libs/regex/doc/examples.qbk (original)
+++ trunk/libs/regex/doc/examples.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:examples Test and Example Programs]
@@ -105,3 +112,4 @@
[@../../example/snippets/regex_split_example_2.cpp regex_split_example_2.cpp] : regex_split example: spit out linked URL's.
[endsect]
+
Modified: trunk/libs/regex/doc/faq.qbk
==============================================================================
--- trunk/libs/regex/doc/faq.qbk (original)
+++ trunk/libs/regex/doc/faq.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,9 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
[section:faq FAQ]
@@ -89,3 +95,4 @@
compilers still have problems with these overloaded functions.
[endsect]
+
Modified: trunk/libs/regex/doc/format_boost_syntax.qbk
==============================================================================
--- trunk/libs/regex/doc/format_boost_syntax.qbk (original)
+++ trunk/libs/regex/doc/format_boost_syntax.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:boost_format_syntax Boost-Extended Format String Syntax]
@@ -71,3 +78,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/format_perl_syntax.qbk
==============================================================================
--- trunk/libs/regex/doc/format_perl_syntax.qbk (original)
+++ trunk/libs/regex/doc/format_perl_syntax.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:perl_format Perl Format String Syntax]
@@ -47,3 +54,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/format_sed_syntax.qbk
==============================================================================
--- trunk/libs/regex/doc/format_sed_syntax.qbk (original)
+++ trunk/libs/regex/doc/format_sed_syntax.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:sed_format Sed Format String Syntax]
@@ -31,3 +38,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/format_syntax.qbk
==============================================================================
--- trunk/libs/regex/doc/format_syntax.qbk (original)
+++ trunk/libs/regex/doc/format_syntax.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:format Search and Replace Format String Syntax]
@@ -16,3 +23,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/further_info.qbk
==============================================================================
--- trunk/libs/regex/doc/further_info.qbk (original)
+++ trunk/libs/regex/doc/further_info.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:futher References and Further Information]
@@ -26,3 +33,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/headers.qbk
==============================================================================
--- trunk/libs/regex/doc/headers.qbk (original)
+++ trunk/libs/regex/doc/headers.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:headers Headers]
@@ -12,3 +19,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/history.qbk
==============================================================================
--- trunk/libs/regex/doc/history.qbk (original)
+++ trunk/libs/regex/doc/history.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:history History]
@@ -59,3 +66,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/icu_strings.qbk
==============================================================================
--- trunk/libs/regex/doc/icu_strings.qbk (original)
+++ trunk/libs/regex/doc/icu_strings.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:icu Working With Unicode and ICU String Types]
@@ -474,3 +481,4 @@
[endsect]
[endsect]
+
Modified: trunk/libs/regex/doc/install.qbk
==============================================================================
--- trunk/libs/regex/doc/install.qbk (original)
+++ trunk/libs/regex/doc/install.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:install Building and Installing the Library]
When you extract the library from its zip file, you must preserve its internal
@@ -244,3 +251,4 @@
before use.
[endsect]
+
Modified: trunk/libs/regex/doc/introduction.qbk
==============================================================================
--- trunk/libs/regex/doc/introduction.qbk (original)
+++ trunk/libs/regex/doc/introduction.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section Introduction and Overview]
Regular expressions are a form of pattern-matching that are often used in
@@ -153,3 +160,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/leftmost_longest.qbk
==============================================================================
--- trunk/libs/regex/doc/leftmost_longest.qbk (original)
+++ trunk/libs/regex/doc/leftmost_longest.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:leftmost_longest_rule The Leftmost Longest Rule]
@@ -22,3 +29,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/locale.qbk
==============================================================================
--- trunk/libs/regex/doc/locale.qbk (original)
+++ trunk/libs/regex/doc/locale.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:locale Localization]
Boost.Regex provides extensive support for run-time localization, the
@@ -221,3 +228,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/match_flag_type.qbk
==============================================================================
--- trunk/libs/regex/doc/match_flag_type.qbk (original)
+++ trunk/libs/regex/doc/match_flag_type.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:match_flag_type match_flag_type]
The type `match_flag_type` is an implementation specific bitmask type
@@ -113,3 +120,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/match_result.qbk
==============================================================================
--- trunk/libs/regex/doc/match_result.qbk (original)
+++ trunk/libs/regex/doc/match_result.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:match_results match_results]
[h4 Synopsis]
@@ -369,3 +376,4 @@
[*Effects]: Swaps the contents of the two sequences.
[endsect]
+
Modified: trunk/libs/regex/doc/mfc_strings.qbk
==============================================================================
--- trunk/libs/regex/doc/mfc_strings.qbk (original)
+++ trunk/libs/regex/doc/mfc_strings.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:mfc_strings Using Boost Regex With MFC Strings]
[section:mfc_intro Introduction to Boost.Regex and MFC Strings]
@@ -285,3 +292,4 @@
[endsect]
[endsect]
+
Modified: trunk/libs/regex/doc/non_std_strings.qbk
==============================================================================
--- trunk/libs/regex/doc/non_std_strings.qbk (original)
+++ trunk/libs/regex/doc/non_std_strings.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:non_std_strings Interfacing With Non-Standard String Types]
The Boost.Regex algorithms and iterators are all iterator-based,
@@ -20,3 +27,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/old_regex.qbk
==============================================================================
--- trunk/libs/regex/doc/old_regex.qbk (original)
+++ trunk/libs/regex/doc/old_regex.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:old_regex High Level Class RegEx (Deprecated)]
@@ -273,3 +280,4 @@
]
[endsect]
+
Modified: trunk/libs/regex/doc/partial_matches.qbk
==============================================================================
--- trunk/libs/regex/doc/partial_matches.qbk (original)
+++ trunk/libs/regex/doc/partial_matches.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:partial_matches Partial Matches]
The [match_flag_type] `match_partial` can be passed to the following algorithms:
@@ -139,3 +146,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/performance.qbk
==============================================================================
--- trunk/libs/regex/doc/performance.qbk (original)
+++ trunk/libs/regex/doc/performance.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:performance Performance]
The performance of Boost.Regex in both recursive and non-recursive modes
@@ -13,3 +20,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/posix_api.qbk
==============================================================================
--- trunk/libs/regex/doc/posix_api.qbk (original)
+++ trunk/libs/regex/doc/posix_api.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:posix POSIX Compatible C API's]
[note this is an abridged reference to the POSIX API functions, these are provided
@@ -132,3 +139,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/redistributables.qbk
==============================================================================
--- trunk/libs/regex/doc/redistributables.qbk (original)
+++ trunk/libs/regex/doc/redistributables.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:redist Redistributables]
@@ -18,3 +25,4 @@
build Boost.Regex yourself in your IDE, or if you need to debug Boost.Regex.
[endsect]
+
Modified: trunk/libs/regex/doc/regex_format.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_format.qbk (original)
+++ trunk/libs/regex/doc/regex_format.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_format regex_format (Deprecated)]
@@ -60,3 +67,4 @@
under [link boost_regex.format format strings].
[endsect]
+
Modified: trunk/libs/regex/doc/regex_grep.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_grep.qbk (original)
+++ trunk/libs/regex/doc/regex_grep.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_grep regex_grep (Deprecated)]
@@ -310,3 +317,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/regex_iterator.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_iterator.qbk (original)
+++ trunk/libs/regex/doc/regex_iterator.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_iterator regex_iterator]
@@ -297,3 +304,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/regex_match.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_match.qbk (original)
+++ trunk/libs/regex/doc/regex_match.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_match regex_match]
@@ -174,3 +181,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/regex_replace.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_replace.qbk (original)
+++ trunk/libs/regex/doc/regex_replace.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_replace regex_replace]
@@ -226,3 +233,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/regex_search.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_search.qbk (original)
+++ trunk/libs/regex/doc/regex_search.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_search regex_search]
@@ -183,3 +190,4 @@
}
[endsect]
+
Modified: trunk/libs/regex/doc/regex_split.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_split.qbk (original)
+++ trunk/libs/regex/doc/regex_split.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_split regex_split (deprecated)]
@@ -112,3 +119,4 @@
}
[endsect]
+
Modified: trunk/libs/regex/doc/regex_token_iterator.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_token_iterator.qbk (original)
+++ trunk/libs/regex/doc/regex_token_iterator.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_token_iterator regex_token_iterator]
@@ -421,3 +428,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/regex_traits.qbk
==============================================================================
--- trunk/libs/regex/doc/regex_traits.qbk (original)
+++ trunk/libs/regex/doc/regex_traits.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:regex_traits regex_traits]
@@ -40,3 +47,4 @@
[link boost_regex.ref.concepts.traits_concept traits class requirements].
[endsect]
+
Modified: trunk/libs/regex/doc/standards.qbk
==============================================================================
--- trunk/libs/regex/doc/standards.qbk (original)
+++ trunk/libs/regex/doc/standards.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:standards Standards Conformance]
@@ -77,3 +84,4 @@
]
[endsect]
+
Modified: trunk/libs/regex/doc/sub_match.qbk
==============================================================================
--- trunk/libs/regex/doc/sub_match.qbk (original)
+++ trunk/libs/regex/doc/sub_match.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:sub_match sub_match]
@@ -840,3 +847,4 @@
[*Effects]: returns `(os << m.str())`.
[endsect]
+
Modified: trunk/libs/regex/doc/syntax.qbk
==============================================================================
--- trunk/libs/regex/doc/syntax.qbk (original)
+++ trunk/libs/regex/doc/syntax.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:syntax Regular Expression Syntax]
@@ -23,3 +30,4 @@
[include leftmost_longest.qbk]
[endsect]
+
Modified: trunk/libs/regex/doc/syntax_basic.qbk
==============================================================================
--- trunk/libs/regex/doc/syntax_basic.qbk (original)
+++ trunk/libs/regex/doc/syntax_basic.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:basic_syntax POSIX Basic Regular Expression Syntax]
@@ -279,3 +286,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/syntax_extended.qbk
==============================================================================
--- trunk/libs/regex/doc/syntax_extended.qbk (original)
+++ trunk/libs/regex/doc/syntax_extended.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:basic_extended POSIX Extended Regular Expression Syntax]
@@ -420,3 +427,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/syntax_option_type.qbk
==============================================================================
--- trunk/libs/regex/doc/syntax_option_type.qbk (original)
+++ trunk/libs/regex/doc/syntax_option_type.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:syntax_option_type syntax_option_type]
@@ -290,3 +297,4 @@
[endsect]
[endsect]
+
Modified: trunk/libs/regex/doc/syntax_perl.qbk
==============================================================================
--- trunk/libs/regex/doc/syntax_perl.qbk (original)
+++ trunk/libs/regex/doc/syntax_perl.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:perl_syntax Perl Regular Expression Syntax]
@@ -506,3 +513,4 @@
[endsect]
+
Modified: trunk/libs/regex/doc/thread_safety.qbk
==============================================================================
--- trunk/libs/regex/doc/thread_safety.qbk (original)
+++ trunk/libs/regex/doc/thread_safety.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:thread_safety Thread Safety]
@@ -31,3 +38,4 @@
to the start of main().
[endsect]
+
Modified: trunk/libs/regex/doc/unicode.qbk
==============================================================================
--- trunk/libs/regex/doc/unicode.qbk (original)
+++ trunk/libs/regex/doc/unicode.qbk 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,10 @@
+[/
+ Copyright 2006-2007 John Maddock.
+ 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).
+]
+
[section:unicode Unicode and Boost.Regex]
@@ -32,3 +39,4 @@
ICU string class support].
[endsect]
+
Modified: trunk/libs/regex/example/timer/input_script.txt
==============================================================================
--- trunk/libs/regex/example/timer/input_script.txt (original)
+++ trunk/libs/regex/example/timer/input_script.txt 2007-11-07 13:26:11 EST (Wed, 07 Nov 2007)
@@ -5,3 +5,10 @@
100- this is a line of ftp response which contains a message string
quit
quit
+
+# Copyright 2007 John Maddock.
+# 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-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk