$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: mrcekets_at_[hidden]
Date: 2007-11-06 09:50:56
Author: mcecchetti
Date: 2007-11-06 09:50:56 EST (Tue, 06 Nov 2007)
New Revision: 40839
URL: http://svn.boost.org/trac/boost/changeset/40839
Log:
added boost license to documentation and deleted some erroneous svn:executable property
Added:
   sandbox/overload/trunk/libs/overload/docs/LICENSE_1_0.txt   (contents, props changed)
Properties modified: 
   sandbox/overload/trunk/libs/overload/docs/html/boostbook.css   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/blank.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/caution.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/draft.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/home.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/important.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/next.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/next_disabled.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/note.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/prev.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/prev_disabled.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/tip.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/toc-blank.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/toc-minus.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/toc-plus.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/up.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/up_disabled.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/html/images/warning.png   (props changed)
   sandbox/overload/trunk/libs/overload/docs/tutorial.qbk   (props changed)
Text files modified: 
   sandbox/overload/trunk/libs/overload/docs/README_FIRST.txt |    14 +++++++-------                          
   1 files changed, 7 insertions(+), 7 deletions(-)
Added: sandbox/overload/trunk/libs/overload/docs/LICENSE_1_0.txt
==============================================================================
--- (empty file)
+++ sandbox/overload/trunk/libs/overload/docs/LICENSE_1_0.txt	2007-11-06 09:50:56 EST (Tue, 06 Nov 2007)
@@ -0,0 +1,23 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
Modified: sandbox/overload/trunk/libs/overload/docs/README_FIRST.txt
==============================================================================
--- sandbox/overload/trunk/libs/overload/docs/README_FIRST.txt	(original)
+++ sandbox/overload/trunk/libs/overload/docs/README_FIRST.txt	2007-11-06 09:50:56 EST (Tue, 06 Nov 2007)
@@ -5,7 +5,7 @@
 Copyright (c) 2007 Marco Cecchetti
 
 Use, modification and distribution of this library is 
-subject to the Boost Software License, Version 1.0 .
+subject to 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)
 =================================================================
@@ -13,11 +13,11 @@
 =================================================================
 WARNING 
 this library is a proof of concept implementation only,
-and it comes without ABSOLUTELY ANY WARRANTY !
+and it comes without ABSOLUTELY ANY WARRANTY!
 =================================================================
 
-WARNING: at present Boost Overload IS NOT a Boost library !
-===========================================================
+WARNING: at present Boost Overload IS NOT a Boost library!
+=================================================================
 
 =================================================================
 Please report any bugs, compiler issues, comment or suggestion
@@ -60,7 +60,7 @@
 *all test passed but signature deduction of multi-signature function objects
 you have to use the signature based syntax with them.
 
-what's new
+What's new
 ===========
 
 - added partial support for MSVC 7.1, all work but signature deduction of
@@ -102,7 +102,7 @@
 MS VC++ 7.1    under Windows           fail
 
 
-description
+Description
 ===========
 I went on working on the second implementation only.
 The source code has gone through refactoring and modularization.
@@ -146,7 +146,7 @@
 
 tested on gcc 4.1.2 under Linux
 
-description
+Description
 ===========
 The archive includes two implementations.