added license info in copyright notice at the footer

[SVN r40867]
This commit is contained in:
Joel de Guzman
2007-11-07 03:23:31 +00:00
parent 39eb48c805
commit 15f764a95a
82 changed files with 3013 additions and 2625 deletions

View File

@ -1,13 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Test and Example Programs</title>
<title> Test and
Example Programs</title>
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot_2006-12-17_0120">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="../../index.html" title="Boost.Regex">
<link rel="up" href="../background_information.html" title="Background Information">
<link rel="prev" href="thread_safety.html" title="Thread Safety">
<link rel="next" href="futher.html" title="References and Further Information">
<link rel="prev" href="thread_safety.html" title=" Thread
Safety">
<link rel="next" href="futher.html" title=" References
and Further Information">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@ -24,16 +27,16 @@
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_regex.background_information.examples"></a><a href="examples.html" title="Test and Example Programs"> Test and
Example Programs</a>
</h3></div></div></div>
<a name="boost_regex.background_information.examples.test_programs"></a><h5>
<a name="id647645"></a>
<a name="boost_regex.background_information.examples"></a><a href="examples.html" title=" Test and
Example Programs"> Test and
Example Programs</a></h3></div></div></div>
<a name="boost_regex.background_information.examples.test_programs"></a><h4>
<a name="id614398"></a>
<a href="examples.html#boost_regex.background_information.examples.test_programs">Test
Programs</a>
</h5>
</h4>
<p>
<span class="bold"><strong>regress:</strong></span>
<span class="bold"><b>regress:</b></span>
</p>
<p>
A regression test application that gives the matching/searching algorithms
@ -49,7 +52,7 @@
Files: See directory.
</p>
<p>
<span class="bold"><strong>bad_expression_test:</strong></span>
<span class="bold"><b>bad_expression_test:</b></span>
</p>
<p>
Verifies that "bad" regular expressions don't cause the matcher
@ -62,7 +65,7 @@
Files: <a href="../../../../test/pathology/bad_expression_test.cpp" target="_top">bad_expression_test.cpp</a>.
</p>
<p>
<span class="bold"><strong>recursion_test:</strong></span>
<span class="bold"><b>recursion_test:</b></span>
</p>
<p>
Verifies that the matcher can't overrun the stack (no matter what the expression).
@ -74,7 +77,7 @@
Files: <a href="../../../../test/pathology/recursion_test.cpp" target="_top">recursion_test.cpp</a>.
</p>
<p>
<span class="bold"><strong>concepts:</strong></span>
<span class="bold"><b>concepts:</b></span>
</p>
<p>
Verifies that the library meets all documented concepts (a compile only test).
@ -86,7 +89,7 @@
Files: <a href="../../../../test/concepts/concept_check.cpp" target="_top">concept_check.cpp</a>.
</p>
<p>
<span class="bold"><strong>captures_test:</strong></span>
<span class="bold"><b>captures_test:</b></span>
</p>
<p>
Test code for captures.
@ -97,13 +100,13 @@
<p>
Files: <a href="../../../../test/captures/captures_test.cpp" target="_top">captures_test.cpp</a>.
</p>
<a name="boost_regex.background_information.examples.example_programs"></a><h5>
<a name="id647853"></a>
<a name="boost_regex.background_information.examples.example_programs"></a><h4>
<a name="id614615"></a>
<a href="examples.html#boost_regex.background_information.examples.example_programs">Example
programs</a>
</h5>
</h4>
<p>
<span class="bold"><strong>grep</strong></span>
<span class="bold"><b>grep</b></span>
</p>
<p>
A simple grep implementation, run with the -h command line option to find
@ -113,7 +116,7 @@
Files: <a href="../../../../example/grep/grep.cpp" target="_top">grep.cpp</a>
</p>
<p>
<span class="bold"><strong>timer.exe</strong></span>
<span class="bold"><b>timer.exe</b></span>
</p>
<p>
A simple interactive expression matching application, the results of all
@ -123,11 +126,11 @@
<p>
Files: <a href="../../../../example/timer/regex_timer.cpp" target="_top">regex_timer.cpp</a>.
</p>
<a name="boost_regex.background_information.examples.code_snippets"></a><h5>
<a name="id647934"></a>
<a name="boost_regex.background_information.examples.code_snippets"></a><h4>
<a name="id614698"></a>
<a href="examples.html#boost_regex.background_information.examples.code_snippets">Code
snippets</a>
</h5>
</h4>
<p>
The snippets examples contain the code examples used in the documentation:
</p>
@ -208,7 +211,10 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright <20> 2007 John Maddock</small></td>
<td align="right"><div class="copyright-footer"><small>Copyright <20> 2007 John Maddock<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p></small></div></td>
</tr></table>
<hr>
<div class="spirit-nav">