Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72149 - sandbox/block_ptr/libs/smart_ptr/example
From: phil_at_[hidden]
Date: 2011-05-24 20:32:03


Author: pbouchard
Date: 2011-05-24 20:32:02 EDT (Tue, 24 May 2011)
New Revision: 72149
URL: http://svn.boost.org/trac/boost/changeset/72149

Log:
* Added license
Text files modified:
   sandbox/block_ptr/libs/smart_ptr/example/benchmark.cpp | 15 +++++++++++++++
   sandbox/block_ptr/libs/smart_ptr/example/thread_test.cpp | 15 +++++++++++++++
   2 files changed, 30 insertions(+), 0 deletions(-)

Modified: sandbox/block_ptr/libs/smart_ptr/example/benchmark.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/example/benchmark.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/example/benchmark.cpp 2011-05-24 20:32:02 EDT (Tue, 24 May 2011)
@@ -1,3 +1,18 @@
+/**
+ @file
+ benchmark.cpp
+
+ @note
+ Copyright (c) 2011 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 <sys/time.h>
 
 #include <memory>

Modified: sandbox/block_ptr/libs/smart_ptr/example/thread_test.cpp
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/example/thread_test.cpp (original)
+++ sandbox/block_ptr/libs/smart_ptr/example/thread_test.cpp 2011-05-24 20:32:02 EDT (Tue, 24 May 2011)
@@ -1,3 +1,18 @@
+/**
+ @file
+ thread_test.cpp
+
+ @note
+ Copyright (c) 2011 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>
 #include <boost/thread.hpp>
 #include <boost/block_ptr.hpp>


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