|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71782 - sandbox/block_ptr/libs/smart_ptr/test
From: phil_at_[hidden]
Date: 2011-05-07 12:41:20
Author: pbouchard
Date: 2011-05-07 12:41:19 EDT (Sat, 07 May 2011)
New Revision: 71782
URL: http://svn.boost.org/trac/boost/changeset/71782
Log:
* Added license to the test files
Text files modified:
sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test1.cpp | 9 ++++++++-
sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test3.cpp | 12 ++++++++----
2 files changed, 16 insertions(+), 5 deletions(-)
Modified: sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test1.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test1.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test1.cpp 2011-05-07 12:41:19 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 <list>
Modified: sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test3.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test3.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test3.cpp 2011-05-07 12:41:19 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.
*/
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