Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55098 - in trunk/libs: any/doc concept_check/doc/reference variant/doc
From: daniel_james_at_[hidden]
Date: 2009-07-22 18:35:09


Author: danieljames
Date: 2009-07-22 18:35:08 EDT (Wed, 22 Jul 2009)
New Revision: 55098
URL: http://svn.boost.org/trac/boost/changeset/55098

Log:
Add boost license info to documentation for a few libraries.

  * Boost.Any: Kevlin Henney is in blanket-permission.txt
  * Boost.Variant: Eric Friedman and Itay Maman are both in blanket-permissions.txt
  * Boost.Concept: Idiana University, University of Notre Dame du Lac, Jeremy Siek,
    Lie-Quan Lee, Andrew Lumsdaine are all listed under blanket permissions.

  SGI and HP aren't so their license is left alone.
Text files modified:
   trunk/libs/any/doc/any.xml | 8 ++++++++
   trunk/libs/concept_check/doc/reference/concepts.xml | 6 ++++++
   trunk/libs/variant/doc/variant.xml | 15 +++++----------
   3 files changed, 19 insertions(+), 10 deletions(-)

Modified: trunk/libs/any/doc/any.xml
==============================================================================
--- trunk/libs/any/doc/any.xml (original)
+++ trunk/libs/any/doc/any.xml 2009-07-22 18:35:08 EDT (Wed, 22 Jul 2009)
@@ -18,6 +18,14 @@
       Safe, generic container for single values of different value types
     </librarypurpose>
     <librarycategory name="category:data-structures"/>
+
+ <legalnotice>
+ <para>Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
+ <ulink
+ url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
+ </para>
+ </legalnotice>
   </libraryinfo>
 
   <title>Boost.Any</title>

Modified: trunk/libs/concept_check/doc/reference/concepts.xml
==============================================================================
--- trunk/libs/concept_check/doc/reference/concepts.xml (original)
+++ trunk/libs/concept_check/doc/reference/concepts.xml 2009-07-22 18:35:08 EDT (Wed, 22 Jul 2009)
@@ -38,6 +38,12 @@
     </copyright>
 
     <legalnotice>
+ <para>Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
+ <ulink
+ url="
http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
+ </para>
+
       <para>This product includes software developed at the University
       of Notre Dame and the Pervasive Technology Labs at Indiana
       University. For technical information contact Andrew Lumsdaine

Modified: trunk/libs/variant/doc/variant.xml
==============================================================================
--- trunk/libs/variant/doc/variant.xml (original)
+++ trunk/libs/variant/doc/variant.xml 2009-07-22 18:35:08 EDT (Wed, 22 Jul 2009)
@@ -21,16 +21,11 @@
   </copyright>
 
   <legalnotice>
- <para>Permission to copy, use, sell and distribute this software
- is granted provided this copyright notice appears in all copies.
- Permission to modify the code and to distribute modified code is
- granted provided this copyright notice appears in all copies, and
- a notice that the code was modified is included with the copyright
- notice.</para>
-
- <para> This software is provided "as is" without express or
- implied warranty, and with no claim as to its suitability for any
- purpose.</para>
+ <para>Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
+ <ulink
+ url="
http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
+ </para>
   </legalnotice>
 
   <librarypurpose>Safe, generic, stack-based discriminated union container</librarypurpose>


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