|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-03-14 14:32:49
Author: johnmaddock
Date: 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
New Revision: 43607
URL: http://svn.boost.org/trac/boost/changeset/43607
Log:
Fixed Inspection report issues.
Text files modified:
trunk/boost/numeric/ublas/detail/documentation.hpp | 12 ++++--------
trunk/libs/numeric/conversion/index.html | 4 ++--
trunk/libs/numeric/conversion/test/Jamfile.v2 | 6 ++++++
trunk/libs/numeric/conversion/test/test_helpers.cpp | 2 +-
trunk/libs/numeric/conversion/test/test_helpers2.cpp | 2 +-
trunk/libs/numeric/conversion/test/test_helpers3.cpp | 2 +-
trunk/libs/numeric/conversion/test/traits_test.cpp | 2 +-
trunk/libs/numeric/conversion/test/udt_example_0.cpp | 2 +-
trunk/libs/numeric/conversion/test/udt_support_test.cpp | 2 +-
trunk/libs/numeric/ublas/doc/Release_notes.txt | 15 ++++++++++++++-
trunk/libs/numeric/ublas/doc/banded.htm | 13 +++++++------
trunk/libs/numeric/ublas/doc/blas.htm | 11 ++++++-----
trunk/libs/numeric/ublas/doc/bounded_array.htm | 11 +++++++++++
trunk/libs/numeric/ublas/doc/container_concept.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/doxygen.css | 11 +++++++++++
trunk/libs/numeric/ublas/doc/expression_concept.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/hermitian.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/index.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/index.html | 10 ++++++++++
trunk/libs/numeric/ublas/doc/iterator_concept.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/matrix.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/matrix_expression.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/matrix_proxy.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/matrix_sparse.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/operations_overview.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/overview.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/products.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/range.htm | 11 +++++++++++
trunk/libs/numeric/ublas/doc/storage_concept.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/storage_sparse.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/symmetric.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/triangular.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/types_overview.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/ublas.css | 11 +++++++++++
trunk/libs/numeric/ublas/doc/unbounded_array.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/vector.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/vector_expression.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/vector_proxy.htm | 12 +++++++-----
trunk/libs/numeric/ublas/doc/vector_sparse.htm | 12 +++++++-----
trunk/libs/numeric/ublas/test/README | 6 ++++++
trunk/libs/numeric/ublas/test/manual/sp_resize.cpp | 2 +-
41 files changed, 260 insertions(+), 139 deletions(-)
Modified: trunk/boost/numeric/ublas/detail/documentation.hpp
==============================================================================
--- trunk/boost/numeric/ublas/detail/documentation.hpp (original)
+++ trunk/boost/numeric/ublas/detail/documentation.hpp 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/conversion/index.html
==============================================================================
--- trunk/libs/numeric/conversion/index.html (original)
+++ trunk/libs/numeric/conversion/index.html 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -7,7 +7,7 @@
<a href="doc/html/index.html">doc/index.html</a>. <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: trunk/libs/numeric/conversion/test/Jamfile.v2
==============================================================================
--- trunk/libs/numeric/conversion/test/Jamfile.v2 (original)
+++ trunk/libs/numeric/conversion/test/Jamfile.v2 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/conversion/test/test_helpers.cpp
==============================================================================
--- trunk/libs/numeric/conversion/test/test_helpers.cpp (original)
+++ trunk/libs/numeric/conversion/test/test_helpers.cpp 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/conversion/test/test_helpers2.cpp
==============================================================================
--- trunk/libs/numeric/conversion/test/test_helpers2.cpp (original)
+++ trunk/libs/numeric/conversion/test/test_helpers2.cpp 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/conversion/test/test_helpers3.cpp
==============================================================================
--- trunk/libs/numeric/conversion/test/test_helpers3.cpp (original)
+++ trunk/libs/numeric/conversion/test/test_helpers3.cpp 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/conversion/test/traits_test.cpp
==============================================================================
--- trunk/libs/numeric/conversion/test/traits_test.cpp (original)
+++ trunk/libs/numeric/conversion/test/traits_test.cpp 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/conversion/test/udt_example_0.cpp
==============================================================================
--- trunk/libs/numeric/conversion/test/udt_example_0.cpp (original)
+++ trunk/libs/numeric/conversion/test/udt_example_0.cpp 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/conversion/test/udt_support_test.cpp
==============================================================================
--- trunk/libs/numeric/conversion/test/udt_support_test.cpp (original)
+++ trunk/libs/numeric/conversion/test/udt_support_test.cpp 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/ublas/doc/Release_notes.txt
==============================================================================
--- trunk/libs/numeric/ublas/doc/Release_notes.txt (original)
+++ trunk/libs/numeric/ublas/doc/Release_notes.txt 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/ublas/doc/banded.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/banded.htm (original)
+++ trunk/libs/numeric/ublas/doc/banded.htm 2008-03-14 14:32:45 EDT (Fri, 14 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 (©) 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: trunk/libs/numeric/ublas/doc/blas.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/blas.htm (original)
+++ trunk/libs/numeric/ublas/doc/blas.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -434,10 +434,11 @@
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/bounded_array.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/bounded_array.htm (original)
+++ trunk/libs/numeric/ublas/doc/bounded_array.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -196,5 +196,16 @@
</tr>
</tbody>
</table>
+ <hr />
+ <p>
+ Copyright (©) 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: trunk/libs/numeric/ublas/doc/container_concept.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/container_concept.htm (original)
+++ trunk/libs/numeric/ublas/doc/container_concept.htm 2008-03-14 14:32:45 EDT (Fri, 14 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 (©) 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: trunk/libs/numeric/ublas/doc/doxygen.css
==============================================================================
--- trunk/libs/numeric/ublas/doc/doxygen.css (original)
+++ trunk/libs/numeric/ublas/doc/doxygen.css 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/ublas/doc/expression_concept.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/expression_concept.htm (original)
+++ trunk/libs/numeric/ublas/doc/expression_concept.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -1029,10 +1029,12 @@
</ul>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/hermitian.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/hermitian.htm (original)
+++ trunk/libs/numeric/ublas/doc/hermitian.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -578,10 +578,12 @@
<code>lower</code> and <code>upper</code>.</p>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/index.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/index.htm (original)
+++ trunk/libs/numeric/ublas/doc/index.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -298,10 +298,12 @@
<code>> (B, C))</code>.</p>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/index.html
==============================================================================
--- trunk/libs/numeric/ublas/doc/index.html (original)
+++ trunk/libs/numeric/ublas/doc/index.html 2008-03-14 14:32:45 EDT (Fri, 14 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 (©) 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: trunk/libs/numeric/ublas/doc/iterator_concept.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/iterator_concept.htm (original)
+++ trunk/libs/numeric/ublas/doc/iterator_concept.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -1149,10 +1149,12 @@
</ul>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/matrix.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/matrix.htm (original)
+++ trunk/libs/numeric/ublas/doc/matrix.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -749,10 +749,12 @@
</table>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/matrix_expression.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/matrix_expression.htm (original)
+++ trunk/libs/numeric/ublas/doc/matrix_expression.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -1409,10 +1409,12 @@
</pre>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/matrix_proxy.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/matrix_proxy.htm (original)
+++ trunk/libs/numeric/ublas/doc/matrix_proxy.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -1409,10 +1409,12 @@
</pre>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/matrix_sparse.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/matrix_sparse.htm (original)
+++ trunk/libs/numeric/ublas/doc/matrix_sparse.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -964,10 +964,12 @@
<code>std::vector<></code> .</p>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/operations_overview.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/operations_overview.htm (original)
+++ trunk/libs/numeric/ublas/doc/operations_overview.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -242,10 +242,12 @@
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/overview.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/overview.htm (original)
+++ trunk/libs/numeric/ublas/doc/overview.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -948,10 +948,12 @@
w.r.t. alias assumptions remains visible, too.</p>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/products.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/products.htm (original)
+++ trunk/libs/numeric/ublas/doc/products.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -300,10 +300,12 @@
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/range.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/range.htm (original)
+++ trunk/libs/numeric/ublas/doc/range.htm 2008-03-14 14:32:45 EDT (Fri, 14 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 (©) 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: trunk/libs/numeric/ublas/doc/storage_concept.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/storage_concept.htm (original)
+++ trunk/libs/numeric/ublas/doc/storage_concept.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -137,11 +137,13 @@
<h4>Notes</h4>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/storage_sparse.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/storage_sparse.htm (original)
+++ trunk/libs/numeric/ublas/doc/storage_sparse.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -269,10 +269,12 @@
</table>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/symmetric.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/symmetric.htm (original)
+++ trunk/libs/numeric/ublas/doc/symmetric.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -569,10 +569,12 @@
<code>lower</code> and <code>upper</code>.</p>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/triangular.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/triangular.htm (original)
+++ trunk/libs/numeric/ublas/doc/triangular.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -579,10 +579,12 @@
and <code>unit_upper</code> .</p>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/types_overview.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/types_overview.htm (original)
+++ trunk/libs/numeric/ublas/doc/types_overview.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -561,10 +561,12 @@
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/ublas.css
==============================================================================
--- trunk/libs/numeric/ublas/doc/ublas.css (original)
+++ trunk/libs/numeric/ublas/doc/ublas.css 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/ublas/doc/unbounded_array.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/unbounded_array.htm (original)
+++ trunk/libs/numeric/ublas/doc/unbounded_array.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -200,10 +200,12 @@
</table>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/vector.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/vector.htm (original)
+++ trunk/libs/numeric/ublas/doc/vector.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -736,10 +736,12 @@
</table>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/vector_expression.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/vector_expression.htm (original)
+++ trunk/libs/numeric/ublas/doc/vector_expression.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -950,10 +950,12 @@
</pre>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/vector_proxy.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/vector_proxy.htm (original)
+++ trunk/libs/numeric/ublas/doc/vector_proxy.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -508,10 +508,12 @@
</pre>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/doc/vector_sparse.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/vector_sparse.htm (original)
+++ trunk/libs/numeric/ublas/doc/vector_sparse.htm 2008-03-14 14:32:45 EDT (Fri, 14 Mar 2008)
@@ -781,10 +781,12 @@
<code>std::vector<></code> .</p>
<hr />
<p>Copyright (©) 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: trunk/libs/numeric/ublas/test/README
==============================================================================
--- trunk/libs/numeric/ublas/test/README (original)
+++ trunk/libs/numeric/ublas/test/README 2008-03-14 14:32:45 EDT (Fri, 14 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: trunk/libs/numeric/ublas/test/manual/sp_resize.cpp
==============================================================================
--- trunk/libs/numeric/ublas/test/manual/sp_resize.cpp (original)
+++ trunk/libs/numeric/ublas/test/manual/sp_resize.cpp 2008-03-14 14:32:45 EDT (Fri, 14 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