cleanup to pass inspection tool

[SVN r43139]
This commit is contained in:
Thorsten Jørgen Ottosen
2008-02-07 08:38:07 +00:00
parent 4d381e8564
commit 062e820882
15 changed files with 115 additions and 42 deletions

View File

@ -1,3 +1,13 @@
#// Boost.Range library
#//
#// Copyright Thorsten Ottosen 2003-2008. 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)
#//
#// For more information, see http://www.boost.org/libs/range/
#//
use-project boost : $(BOOST_ROOT) ; use-project boost : $(BOOST_ROOT) ;

View File

@ -745,7 +745,13 @@ class=identifier>T</span><span class=special>&amp; </span><span class=identifier
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2007 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p> </p>
<br> <br>
<br> <br>

View File

@ -1,3 +1,13 @@
// Boost.Range library
//
// Copyright Thorsten Ottosen 2003-2008. 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)
//
// For more information, see http://www.boost.org/libs/range/
//
#include <boost/range.hpp> #include <boost/range.hpp>
#include <iterator> // for std::iterator_traits, std::distance() #include <iterator> // for std::iterator_traits, std::distance()

View File

@ -41,9 +41,16 @@
<li> <a href="../test/array.cpp">array.cpp</a> <li> <a href="../test/array.cpp">array.cpp</a>
</ul> </ul>
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2004 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p> </p>
<br> <br>

View File

@ -114,9 +114,16 @@ Cool indeed!
</ol> </ol>
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2004 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p> </p>
<br> <br>

View File

@ -173,7 +173,14 @@
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2007 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p> </p>
<br> <br>

View File

@ -61,7 +61,14 @@ C++ standard: <blockquote>
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2006 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p> </p>
<br> <br>

View File

@ -135,7 +135,14 @@ Notice that we have to
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2007 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p> </p>
<br> <br>

View File

@ -73,11 +73,18 @@ href="http://boost.sourceforge.net/regression-logs/developer/range.html">here</a
</ol> </ol>
</p> </p>
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2004 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p> </p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p>>
<br> <br>
<br> <br>
<br> <br>

View File

@ -352,34 +352,16 @@ href="../../iterator/doc/new-iter-concepts.html#random-access-traversal-iterator
<p> <a href="../../concept_check/concept_check.htm">Boost Concept Check library</a></p> <p> <a href="../../concept_check/concept_check.htm">Boost Concept Check library</a></p>
<hr> <hr>
<p>
&copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p>
<!-- <p>
<h3>Notes</h3> Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy
at <a href=
<P> "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
<A name="1">[1]</A> </p>
The reference type does not have to be a real C++ reference. The requirements of
the reference type is that it <i>behaves</i> like a real reference. Hence the
reference type must be convertible to the value_type and assignment through
<br>
<br>
<HR>
<br>
-->
<TABLE>
<TR valign="top">
<TD nowrap>Copyright &copy 2000</TD>
<TD><A HREF=http://www.boost.org/people/jeremy_siek.htm>Jeremy Siek</A>
</TR>
<tr >
<TD nowrap>Copyright &copy 2004-2007</TD>
<TD>Thorsten Ottosen.
</TABLE>
<br> <br>
<br> <br>
<br> <br>

View File

@ -1,3 +1,14 @@
/*
// Boost.Range library
//
// Copyright Thorsten Ottosen 2003-2008. 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)
//
// For more information, see http://www.boost.org/libs/range/
//
*/
pre{ pre{
BORDER-RIGHT: gray 1pt solid; BORDER-RIGHT: gray 1pt solid;
PADDING-RIGHT: 2pt; PADDING-RIGHT: 2pt;

View File

@ -104,9 +104,15 @@
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2004 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p> </p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p>
<br> <br>
<br> <br>
<br> <br>

View File

@ -350,10 +350,17 @@ store the result
</pre> </pre>
</p> </p>
<hr> <hr>
<p> <p>
(C) Copyright Thorsten Ottosen 2003-2007 &copy; <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
</p> </p>
<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">www.boost.org/LICENSE_1_0.txt</a>)
</p>
<br> <br>
<br> <br>

View File

@ -1 +0,0 @@

View File