Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-03-15 05:36:09


Author: johnmaddock
Date: 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
New Revision: 43616
URL: http://svn.boost.org/trac/boost/changeset/43616

Log:
Merged fixes for inspection report failures from the main Trunk.
Text files modified:
   branches/release/boost/numeric/ublas/detail/documentation.hpp | 12 ++++--------
   branches/release/libs/numeric/conversion/index.html | 4 ++--
   branches/release/libs/numeric/conversion/test/Jamfile.v2 | 6 ++++++
   branches/release/libs/numeric/conversion/test/test_helpers.cpp | 2 +-
   branches/release/libs/numeric/conversion/test/test_helpers2.cpp | 2 +-
   branches/release/libs/numeric/conversion/test/test_helpers3.cpp | 2 +-
   branches/release/libs/numeric/conversion/test/traits_test.cpp | 2 +-
   branches/release/libs/numeric/conversion/test/udt_example_0.cpp | 2 +-
   branches/release/libs/numeric/conversion/test/udt_support_test.cpp | 2 +-
   branches/release/libs/numeric/ublas/doc/Release_notes.txt | 15 ++++++++++++++-
   branches/release/libs/numeric/ublas/doc/banded.htm | 13 +++++++------
   branches/release/libs/numeric/ublas/doc/blas.htm | 11 ++++++-----
   branches/release/libs/numeric/ublas/doc/bounded_array.htm | 11 +++++++++++
   branches/release/libs/numeric/ublas/doc/container_concept.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/doxygen.css | 11 +++++++++++
   branches/release/libs/numeric/ublas/doc/expression_concept.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/hermitian.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/index.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/index.html | 10 ++++++++++
   branches/release/libs/numeric/ublas/doc/iterator_concept.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/matrix.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/matrix_expression.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/matrix_proxy.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/matrix_sparse.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/operations_overview.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/overview.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/products.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/range.htm | 11 +++++++++++
   branches/release/libs/numeric/ublas/doc/storage_concept.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/storage_sparse.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/symmetric.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/triangular.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/types_overview.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/ublas.css | 11 +++++++++++
   branches/release/libs/numeric/ublas/doc/unbounded_array.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/vector.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/vector_expression.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/vector_proxy.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/doc/vector_sparse.htm | 12 +++++++-----
   branches/release/libs/numeric/ublas/test/README | 6 ++++++
   branches/release/libs/numeric/ublas/test/manual/sp_resize.cpp | 2 +-
   41 files changed, 260 insertions(+), 139 deletions(-)

Modified: branches/release/boost/numeric/ublas/detail/documentation.hpp
==============================================================================
--- branches/release/boost/numeric/ublas/detail/documentation.hpp (original)
+++ branches/release/boost/numeric/ublas/detail/documentation.hpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,14 +1,10 @@
 //
 // Copyright (c) 2000-2004
-// Joerg Walter, Mathias Koch and uBLAS developers
+// Joerg Walter, Mathias Koch
 //
-// 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. The authors make no representations
-// about the suitability of this software for any purpose.
-// It is provided "as is" without express or implied warranty.
+// 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)
 //
 // The authors gratefully acknowledge the support of
 // GeNeSys mbH & Co. KG in producing this work.

Modified: branches/release/libs/numeric/conversion/index.html
==============================================================================
--- branches/release/libs/numeric/conversion/index.html (original)
+++ branches/release/libs/numeric/conversion/index.html 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -7,7 +7,7 @@
 <a href="doc/html/index.html">doc/index.html</a>.&nbsp;<hr>
 <p>� Copyright Beman Dawes, 2001</p>
 <p>Distributed under the Boost Software License, Version 1.0. (See accompanying
-file LICENSE_1_0.txt or copy
+file LICENSE_1_0.txt or copy
 at www.boost.org/LICENSE_1_0.txt)</p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: branches/release/libs/numeric/conversion/test/Jamfile.v2
==============================================================================
--- branches/release/libs/numeric/conversion/test/Jamfile.v2 (original)
+++ branches/release/libs/numeric/conversion/test/Jamfile.v2 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,10 @@
 # Boost Numeric Conversion Library test Jamfile
+#
+# Copyright (C) 2003, Fernando Luis Cacciola Carballal.
+#
+# 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)
 
   test-suite numeric/conversion :
      [ run bounds_test.cpp ]

Modified: branches/release/libs/numeric/conversion/test/test_helpers.cpp
==============================================================================
--- branches/release/libs/numeric/conversion/test/test_helpers.cpp (original)
+++ branches/release/libs/numeric/conversion/test/test_helpers.cpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,4 @@
-// (C) 2003, Fernando Luis Cacciola Carballal.
+// Copyright (C) 2003, Fernando Luis Cacciola Carballal.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/numeric/conversion/test/test_helpers2.cpp
==============================================================================
--- branches/release/libs/numeric/conversion/test/test_helpers2.cpp (original)
+++ branches/release/libs/numeric/conversion/test/test_helpers2.cpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,4 @@
-// (C) 2003, Fernando Luis Cacciola Carballal.
+// Copyright (C) 2003, Fernando Luis Cacciola Carballal.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/numeric/conversion/test/test_helpers3.cpp
==============================================================================
--- branches/release/libs/numeric/conversion/test/test_helpers3.cpp (original)
+++ branches/release/libs/numeric/conversion/test/test_helpers3.cpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,4 @@
-// (C) 2003, Fernando Luis Cacciola Carballal.
+// Copyright (C) 2003, Fernando Luis Cacciola Carballal.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/numeric/conversion/test/traits_test.cpp
==============================================================================
--- branches/release/libs/numeric/conversion/test/traits_test.cpp (original)
+++ branches/release/libs/numeric/conversion/test/traits_test.cpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,4 @@
-// (C) 2003, Fernando Luis Cacciola Carballal.
+// Copyright (C) 2003, Fernando Luis Cacciola Carballal.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/numeric/conversion/test/udt_example_0.cpp
==============================================================================
--- branches/release/libs/numeric/conversion/test/udt_example_0.cpp (original)
+++ branches/release/libs/numeric/conversion/test/udt_example_0.cpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,4 @@
-// (C) 2005, Fernando Luis Cacciola Carballal.
+// Copyright (C) 2005, Fernando Luis Cacciola Carballal.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/numeric/conversion/test/udt_support_test.cpp
==============================================================================
--- branches/release/libs/numeric/conversion/test/udt_support_test.cpp (original)
+++ branches/release/libs/numeric/conversion/test/udt_support_test.cpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,4 @@
-// (C) 2003, Fernando Luis Cacciola Carballal.
+// (C) Copyright 2003, Fernando Luis Cacciola Carballal.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Modified: branches/release/libs/numeric/ublas/doc/Release_notes.txt
==============================================================================
--- branches/release/libs/numeric/ublas/doc/Release_notes.txt (original)
+++ branches/release/libs/numeric/ublas/doc/Release_notes.txt 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,3 +1,16 @@
+UBLAS
+~~~~~
+
+Copyright (c) 2000-2004 Joerg Walter, Mathias Koch
+
+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)
+
+1.35.0
+ Updated all files to BSL v1 with permission of the authors.
+
 PRE 1.34.0
- FIX size_type and difference_type can be non defaults and uBLAS expressions use the correct types.
+ FIX size_type and difference_type can be non defaults and uBLAS
+ expressions use the correct types.
   
\ No newline at end of file

Modified: branches/release/libs/numeric/ublas/doc/banded.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/banded.htm (original)
+++ branches/release/libs/numeric/ublas/doc/banded.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+<!DOCTYPE html PUBLIC "-//W3C/utf-8XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
@@ -562,10 +562,11 @@
 </table>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/blas.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/blas.htm (original)
+++ branches/release/libs/numeric/ublas/doc/blas.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -434,10 +434,11 @@
 <hr />
 <p>Copyright (&copy;) 2000-2004 Michael Stevens, Mathias Koch,
 Joerg Walter, Gunter Winkler<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+Use, modification and distribution are subject to 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">
+http://www.boost.org/LICENSE_1_0.txt>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/bounded_array.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/bounded_array.htm (original)
+++ branches/release/libs/numeric/ublas/doc/bounded_array.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -196,5 +196,16 @@
 </tr>
 </tbody>
 </table>
+ <hr />
+ <p>
+ Copyright (&copy;) 2000-2004 Michael Stevens, Mathias Koch,
+ Joerg Walter, Gunter Winkler<br />
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+ </p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/container_concept.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/container_concept.htm (original)
+++ branches/release/libs/numeric/ublas/doc/container_concept.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -405,10 +405,12 @@
 As a user you need not care about <tt>Matrix</tt> being a refinement of the MatrixExpression. Being a refinement of the MatrixExpression is only important for the template-expression engine but not the user.</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/doxygen.css
==============================================================================
--- branches/release/libs/numeric/ublas/doc/doxygen.css (original)
+++ branches/release/libs/numeric/ublas/doc/doxygen.css 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,3 +1,14 @@
+/*
+ * Copyright 2000-2004 Michael Stevens, Mathias Koch,
+ * Joerg Walter, Gunter Winkler.
+ *
+ * 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).
+ */
+
+
 H1 {
         text-align: center;
         font-family: Geneva, Arial, Helvetica, sans-serif;

Modified: branches/release/libs/numeric/ublas/doc/expression_concept.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/expression_concept.htm (original)
+++ branches/release/libs/numeric/ublas/doc/expression_concept.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1029,10 +1029,12 @@
 </ul>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/hermitian.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/hermitian.htm (original)
+++ branches/release/libs/numeric/ublas/doc/hermitian.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -578,10 +578,12 @@
 <code>lower</code> and <code>upper</code>.</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/index.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/index.htm (original)
+++ branches/release/libs/numeric/ublas/doc/index.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -298,10 +298,12 @@
 <code>&gt; (B, C))</code>.</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/index.html
==============================================================================
--- branches/release/libs/numeric/ublas/doc/index.html (original)
+++ branches/release/libs/numeric/ublas/doc/index.html 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -8,5 +8,15 @@
 </head>
 <body>
 <p>Please update your bookmarks to point to index.htm. You will be redirected in a second.</p>
+ <p>
+ Copyright (&copy;) 2000-2004 Michael Stevens, Mathias Koch,
+ Joerg Walter, Gunter Winkler<br />
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+ </p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/iterator_concept.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/iterator_concept.htm (original)
+++ branches/release/libs/numeric/ublas/doc/iterator_concept.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1149,10 +1149,12 @@
 </ul>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/matrix.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/matrix.htm (original)
+++ branches/release/libs/numeric/ublas/doc/matrix.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -749,10 +749,12 @@
 </table>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/matrix_expression.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/matrix_expression.htm (original)
+++ branches/release/libs/numeric/ublas/doc/matrix_expression.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1409,10 +1409,12 @@
 </pre>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/matrix_proxy.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/matrix_proxy.htm (original)
+++ branches/release/libs/numeric/ublas/doc/matrix_proxy.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1409,10 +1409,12 @@
 </pre>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/matrix_sparse.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/matrix_sparse.htm (original)
+++ branches/release/libs/numeric/ublas/doc/matrix_sparse.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -964,10 +964,12 @@
 <code>std::vector&lt;&gt;</code> .</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/operations_overview.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/operations_overview.htm (original)
+++ branches/release/libs/numeric/ublas/doc/operations_overview.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -242,10 +242,12 @@
 <hr />
 <p>Copyright (&copy;) 2000-2007 Joerg Walter, Mathias Koch, Gunter
 Winkler, Michael Stevens<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/overview.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/overview.htm (original)
+++ branches/release/libs/numeric/ublas/doc/overview.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -948,10 +948,12 @@
 w.r.t. alias assumptions remains visible, too.</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/products.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/products.htm (original)
+++ branches/release/libs/numeric/ublas/doc/products.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -300,10 +300,12 @@
 <hr />
 <p>Copyright (&copy;) 2000-2004 Michael Stevens, Mathias Koch,
 Joerg Walter, Gunter Winkler<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/range.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/range.htm (original)
+++ branches/release/libs/numeric/ublas/doc/range.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -206,5 +206,16 @@
 <li>None all strides are vaild. However when an index is returned or an iterator is dereferenced its
 value must be representable as the size_type.</li>
 </ul>
+ <hr/>
+ <p>
+ Copyright (&copy;) 2000-2004 Michael Stevens, Mathias Koch,
+ Joerg Walter, Gunter Winkler<br />
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+ </p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/storage_concept.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/storage_concept.htm (original)
+++ branches/release/libs/numeric/ublas/doc/storage_concept.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -137,11 +137,13 @@
 <h4>Notes</h4>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 
 </body>
 </html>
\ No newline at end of file

Modified: branches/release/libs/numeric/ublas/doc/storage_sparse.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/storage_sparse.htm (original)
+++ branches/release/libs/numeric/ublas/doc/storage_sparse.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -269,10 +269,12 @@
 </table>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/symmetric.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/symmetric.htm (original)
+++ branches/release/libs/numeric/ublas/doc/symmetric.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -569,10 +569,12 @@
 <code>lower</code> and <code>upper</code>.</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/triangular.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/triangular.htm (original)
+++ branches/release/libs/numeric/ublas/doc/triangular.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -579,10 +579,12 @@
 and <code>unit_upper</code> .</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/types_overview.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/types_overview.htm (original)
+++ branches/release/libs/numeric/ublas/doc/types_overview.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -561,10 +561,12 @@
 <hr />
 <p>Copyright (&copy;) 2000-2004 Joerg Walter, Mathias Koch, Gunter
 Winkler, Michael Stevens<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/ublas.css
==============================================================================
--- branches/release/libs/numeric/ublas/doc/ublas.css (original)
+++ branches/release/libs/numeric/ublas/doc/ublas.css 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,3 +1,14 @@
+/*
+ * Copyright 2000-2004 Michael Stevens, Mathias Koch,
+ * Joerg Walter, Gunter Winkler.
+ *
+ * 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).
+ */
+
+
 table {
   border-width: medium;
   background-color: #F8F8F8;

Modified: branches/release/libs/numeric/ublas/doc/unbounded_array.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/unbounded_array.htm (original)
+++ branches/release/libs/numeric/ublas/doc/unbounded_array.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -200,10 +200,12 @@
 </table>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/vector.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/vector.htm (original)
+++ branches/release/libs/numeric/ublas/doc/vector.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -736,10 +736,12 @@
 </table>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/vector_expression.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/vector_expression.htm (original)
+++ branches/release/libs/numeric/ublas/doc/vector_expression.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -950,10 +950,12 @@
 </pre>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/vector_proxy.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/vector_proxy.htm (original)
+++ branches/release/libs/numeric/ublas/doc/vector_proxy.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -508,10 +508,12 @@
 </pre>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/doc/vector_sparse.htm
==============================================================================
--- branches/release/libs/numeric/ublas/doc/vector_sparse.htm (original)
+++ branches/release/libs/numeric/ublas/doc/vector_sparse.htm 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -781,10 +781,12 @@
 <code>std::vector&lt;&gt;</code> .</p>
 <hr />
 <p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
-Permission to copy, use, modify, sell and distribute this document
-is granted provided this copyright notice appears in all copies.
-This document is provided ``as is'' without express or implied
-warranty, and with no claim as to its suitability for any
-purpose.</p>
+ Use, modification and distribution are subject to 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">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
 </body>
 </html>

Modified: branches/release/libs/numeric/ublas/test/README
==============================================================================
--- branches/release/libs/numeric/ublas/test/README (original)
+++ branches/release/libs/numeric/ublas/test/README 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -1,3 +1,9 @@
+Copyright (c) 2000-2004 Joerg Walter, Mathias Koch
+
+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)
+
 uBLAS test director
         Use boost::test to test various uBLAS containers and expressions
 

Modified: branches/release/libs/numeric/ublas/test/manual/sp_resize.cpp
==============================================================================
--- branches/release/libs/numeric/ublas/test/manual/sp_resize.cpp (original)
+++ branches/release/libs/numeric/ublas/test/manual/sp_resize.cpp 2008-03-15 05:36:05 EDT (Sat, 15 Mar 2008)
@@ -15,7 +15,7 @@
 void printV(const V& v) {
   std::cout << "size: " << v.size() << " nnz_capacity: " << v.nnz_capacity() << " nnz: " << v.nnz() << std::endl;
   for (typename V::const_iterator i = v.begin(); i != v.end(); i++) {
- std::cout << i.index() << ":" << (*i) << " ";
+ std::cout << i.index() << ":" << (*i) << " ";
   }
   std::cout << std::endl;
 }


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