Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71781 - sandbox/block_ptr/libs/smart_ptr/example
From: phil_at_[hidden]
Date: 2011-05-07 12:38:00


Author: pbouchard
Date: 2011-05-07 12:37:59 EDT (Sat, 07 May 2011)
New Revision: 71781
URL: http://svn.boost.org/trac/boost/changeset/71781

Log:
* Added license to the test files
Text files modified:
   sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test1.cpp | 9 ++++++++-
   sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test2.cpp | 12 ++++++++++--
   sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test3.cpp | 12 ++++++++----
   sandbox/block_ptr/libs/smart_ptr/example/t100_test1.cpp | 12 +++++++++++-
   4 files changed, 37 insertions(+), 8 deletions(-)

Modified: sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test1.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test1.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test1.cpp 2011-05-07 12:37:59 EDT (Sat, 07 May 2011)
@@ -3,7 +3,14 @@
         block_ptr_test2.cpp
 
         @note
- Memory manager handling heap deallocations in constant time.
+ Copyright (c) 2008 Phil Bouchard <phil_at_[hidden]>.
+
+ 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
+
+ See http://www.boost.org/libs/smart_ptr/doc/index.html for documentation.
 */
 
 #include <iostream>

Modified: sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test2.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test2.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test2.cpp 2011-05-07 12:37:59 EDT (Sat, 07 May 2011)
@@ -2,10 +2,18 @@
         @file
         block_ptr_test2.cpp
 
- @author
- Steven Watanabe <watanabesj_at_[hidden]>
+ @note
+ Copyright (c) 2008 Steven Watanabe <watanabesj_at_[hidden]>
+
+ 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
+
+ See http://www.boost.org/libs/smart_ptr/doc/index.html for documentation.
 */
 
+
 #include <boost/block_ptr.hpp>
 #include <boost/block_allocator.hpp>
 

Modified: sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test3.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test3.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/example/block_ptr_test3.cpp 2011-05-07 12:37:59 EDT (Sat, 07 May 2011)
@@ -3,10 +3,14 @@
         block_ptr_test3.cpp
 
         @note
- MinGW users must link with: -Wl,--enable-runtime-pseudo-reloc
-
- @author
- Steven Watanabe <watanabesj_at_[hidden]>
+ Copyright (c) 2008 Steven Watanabe <watanabesj_at_[hidden]>
+
+ 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
+
+ See http://www.boost.org/libs/smart_ptr/doc/index.html for documentation.
 */
 
 

Modified: sandbox/block_ptr/libs/smart_ptr/example/t100_test1.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/example/t100_test1.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/example/t100_test1.cpp 2011-05-07 12:37:59 EDT (Sat, 07 May 2011)
@@ -1,6 +1,16 @@
 /**
         @file
- regex_test1.cpp
+ t100_test1.cpp
+
+ @note
+ Copyright (c) 2008 Phil Bouchard <phil_at_[hidden]>.
+
+ 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
+
+ See http://www.boost.org/libs/smart_ptr/doc/index.html for documentation.
 */
 
 #include <vector>


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