diff --git a/example/performance/timings.txt b/example/performance/timings.txt index 0ab51e55..35549170 100644 --- a/example/performance/timings.txt +++ b/example/performance/timings.txt @@ -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 fusion sequences. The test involves accumulating the elements of the sequence which is primed to have values 0..N (N=size of sequence). Small, diff --git a/todo.txt b/todo.txt index 55102184..d164d6ae 100644 --- a/todo.txt +++ b/todo.txt @@ -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 * Document sequence/convert