$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51671 - in trunk: boost libs/signals2/doc/reference
From: fmhess_at_[hidden]
Date: 2009-03-09 17:23:14
Author: fmhess
Date: 2009-03-09 17:23:14 EDT (Mon, 09 Mar 2009)
New Revision: 51671
URL: http://svn.boost.org/trac/boost/changeset/51671
Log:
Fixed a few more copyright/license issues detected by
inspection report.
Text files modified: 
   trunk/boost/signals2.hpp                    |     2 ++                                      
   trunk/libs/signals2/doc/reference/mutex.xml |     6 ++++++                                  
   2 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/boost/signals2.hpp
==============================================================================
--- trunk/boost/signals2.hpp	(original)
+++ trunk/boost/signals2.hpp	2009-03-09 17:23:14 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,7 @@
 //  A convenience header for Boost.Signals2, should pull in everying in the library.
 
+//  Copyright (c) 2008-2009 Frank Mori Hess
+
 // Use, modification and
 // distribution is subject to the Boost Software License, Version
 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/signals2/doc/reference/mutex.xml
==============================================================================
--- trunk/libs/signals2/doc/reference/mutex.xml	(original)
+++ trunk/libs/signals2/doc/reference/mutex.xml	2009-03-09 17:23:14 EDT (Mon, 09 Mar 2009)
@@ -1,6 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE header PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
   "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
+<!--
+Copyright Frank Mori Hess 2008-2009
+
+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)
+-->
 <header name="boost/signals2/mutex.hpp" last-revision="$Date: 2007-03-06 16:51:55 -0500 (Tue, 06 Mar 2007) $">
   <using-namespace name="boost"/>
   <using-namespace name="boost::signals2"/>