License/copyright edits

[SVN r35956]
This commit is contained in:
Peter Dimov
2006-11-09 20:17:14 +00:00
parent 6284a1abef
commit b215e34650
5 changed files with 15 additions and 20 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

@@ -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-2006 Peter Dimov # Copyright (c) 2003-2006 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.
subproject libs/smart_ptr/test ; subproject libs/smart_ptr/test ;

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 ;