License/copyright edits

[SVN r35957]
This commit is contained in:
Peter Dimov
2006-11-09 20:24:23 +00:00
parent 2f70e81b73
commit d889751bc0
5 changed files with 20 additions and 23 deletions

View File

@ -84,9 +84,8 @@ public:
</blockquote> </blockquote>
<p> <p>
<br> <br>
<small>Copyright <20> 2002, 2003 by Peter Dimov. Permission to copy, use, modify, sell <small>Copyright <20> 2002, 2003 by Peter Dimov. Distributed under the Boost Software License, Version
and distribute this document is granted provided this copyright notice appears 1.0. See accompanying file <A href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
in all copies. This document is provided "as is" without express or implied copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>.</small></p>
warranty, and with no claim as to its suitability for any purpose.</small></p>
</body> </body>
</html> </html>

View File

@ -4,11 +4,12 @@
</head> </head>
<body> <body>
Automatic redirection failed, please go to Automatic redirection failed, please go to
<a href="smart_ptr.htm">smart_ptr.htm</a>.&nbsp;<hr> <a href="smart_ptr.htm">smart_ptr.htm</a>.
<p><EFBFBD> Copyright Beman Dawes, 2001</p>
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
</p>
</body> </body>
</html> </html>
<!--
<09> Copyright Beman Dawes, 2001
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
-->

View File

@ -278,9 +278,8 @@ intrusive_ptr &amp; operator=(T * r);</pre>
<p> <p>
$Date$</p> $Date$</p>
<p> <p>
<small>Copyright <20> 2003-2005 Peter Dimov. Permission to copy, use, modify, sell and <small>Copyright <20> 2003-2005 Peter Dimov. Distributed under the Boost Software License, Version
distribute this document is granted provided this copyright notice appears in 1.0. See accompanying file <A href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
all copies. This document is provided "as is" without express or implied copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>.</small></p>
warranty, and with no claim as to its suitability for any purpose.</small></p>
</body> </body>
</html> </html>

View File

@ -758,9 +758,8 @@ public:
all weak pointers will automatically expire.</p> all weak pointers will automatically expire.</p>
<hr> <hr>
<p>$Date$</p> <p>$Date$</p>
<p><small>Copyright <20> 2003 Peter Dimov. Permission to copy, use, modify, sell and <p><small>Copyright <20> 2003 Peter Dimov. Distributed under the Boost Software License, Version
distribute this document is granted provided this copyright notice appears in 1.0. See accompanying file <A href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
all copies. This document is provided "as is" without express or implied copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>.</small></p>
warranty, and with no claim as to its suitability for any purpose.</small></p>
</body> </body>
</html> </html>

View File

@ -3,10 +3,9 @@
# Copyright (c) 2003-2005 Peter Dimov # Copyright (c) 2003-2005 Peter Dimov
# Copyright (c) 2003 Dave Abrahams # Copyright (c) 2003 Dave Abrahams
# #
# Permission to copy, use, modify, sell and distribute this software # Distributed under the Boost Software License, Version 1.0. (See
# is granted provided this copyright notice appears in all copies. # accompanying file LICENSE_1_0.txt or copy at
# This software is provided "as is" without express or implied # http://www.boost.org/LICENSE_1_0.txt)
# warranty, and with no claim as to its suitability for any purpose.
# bring in rules for testing # bring in rules for testing
import testing ; import testing ;