added copyright and license info for each page.

[SVN r40868]
This commit is contained in:
Joel de Guzman
2007-11-07 03:25:59 +00:00
parent 2016e8e53b
commit 9f2f31c8ec
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,11 @@
===============================================================================
Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is 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)
===============================================================================
Timing result for sequence_efficiency.cpp comparing the speed of various Timing result for sequence_efficiency.cpp comparing the speed of various
fusion sequences. The test involves accumulating the elements of the fusion sequences. The test involves accumulating the elements of the
sequence which is primed to have values 0..N (N=size of sequence). Small, sequence which is primed to have values 0..N (N=size of sequence). Small,

View File

@ -1,3 +1,11 @@
===============================================================================
Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is 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)
===============================================================================
* Improve extension docs * Improve extension docs
* Document sequence/convert * Document sequence/convert