Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55188 - in branches/release: . boost/detail boost/functional/hash/detail boost/graph boost/graph/detail boost/graph/property_maps boost/math/distributions boost/signals2 doc/src/images doc/src/images/callouts doc/test/gold libs/any/doc libs/concept_check/doc/reference libs/date_time/test libs/graph/doc libs/graph/example libs/graph/test libs/math/config libs/math/test libs/signals2/doc libs/spirit/test/qi libs/unordered/examples libs/utility/swap/test libs/variant/doc tools/boostbook/dtd/1.1 tools/build/v2/doc tools/build/v2/example/customization tools/build/v2/example/generate tools/build/v2/example/generator tools/build/v2/example/gettext tools/build/v2/example/hello tools/build/v2/example/libraries tools/build/v2/example/libraries/app tools/build/v2/example/libraries/util/foo tools/build/v2/example/make tools/build/v2/example/pch tools/build/v2/example/python_modules tools/build/v2/example/qt/qt3/hello tools/build/v2/example/qt/qt3/moccable-cpp tools/build/v2/example/qt/qt3/uic tools/build/v2/example/qt/qt4/hello tools/build/v2/example/qt/qt4/moccable-cpp tools/build/v2/example/qt/qt4/uic tools/build/v2/example/variant tools/build/v2/example/variant/libs tools/build/v2/example/versioned tools/build/v2/test tools/build/v2/test/boostbook tools/build/v2/test/dependency-test tools/build/v2/test/direct-request-test tools/build/v2/test/generators-test tools/build/v2/test/generators-test/lib tools/build/v2/test/prebuilt tools/build/v2/test/prebuilt/ext tools/build/v2/test/project-test1 tools/build/v2/test/project-test1/dir tools/build/v2/test/project-test1/dir2 tools/build/v2/test/project-test3 tools/build/v2/test/project-test3/lib tools/build/v2/test/project-test3/lib2 tools/build/v2/test/project-test3/lib2/helper tools/build/v2/test/project-test3/lib3 tools/build/v2/test/project-test4 tools/build/v2/test/project-test4/lib tools/build/v2/test/project-test4/lib2 tools/build/v2/test/qt4 tools/build/v2/test/railsys/libx tools/build/v2/test/railsys/libx/src tools/build/v2/test/railsys/program tools/build/v2/test/railsys/program/liba tools/build/v2/test/railsys/program/main tools/build/v2/test/test2 tools/build/v2/test/unused tools/build/v2/test/v1-testing tools/build/v2/test/v1_testing tools/quickbook/test tools/release
From: daniel_james_at_[hidden]
Date: 2009-07-30 14:42:59


Author: danieljames
Date: 2009-07-26 16:11:03 EDT (Sun, 26 Jul 2009)
New Revision: 55188
URL: http://svn.boost.org/trac/boost/changeset/55188

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

Merged revisions 55098 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r55098 | danieljames | 2009-07-22 23:35:08 +0100 (Wed, 22 Jul 2009) | 8 lines
  
  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.
........

Properties modified:
   branches/release/ (props changed)
   branches/release/boost/detail/container_fwd.hpp (props changed)
   branches/release/boost/functional/hash/detail/float_functions.hpp (props changed)
   branches/release/boost/functional/hash/detail/hash_float.hpp (props changed)
   branches/release/boost/graph/bron_kerbosch_all_cliques.hpp (props changed)
   branches/release/boost/graph/closeness_centrality.hpp (props changed)
   branches/release/boost/graph/clustering_coefficient.hpp (props changed)
   branches/release/boost/graph/core_numbers.hpp (props changed)
   branches/release/boost/graph/degree_centrality.hpp (props changed)
   branches/release/boost/graph/detail/geodesic.hpp (props changed)
   branches/release/boost/graph/detail/index.hpp (props changed)
   branches/release/boost/graph/directed_graph.hpp (props changed)
   branches/release/boost/graph/eccentricity.hpp (props changed)
   branches/release/boost/graph/exterior_property.hpp (props changed)
   branches/release/boost/graph/geodesic_distance.hpp (props changed)
   branches/release/boost/graph/numeric_values.hpp (props changed)
   branches/release/boost/graph/property_maps/constant_property_map.hpp (props changed)
   branches/release/boost/graph/property_maps/container_property_map.hpp (props changed)
   branches/release/boost/graph/property_maps/matrix_property_map.hpp (props changed)
   branches/release/boost/graph/property_maps/null_property_map.hpp (props changed)
   branches/release/boost/graph/r_c_shortest_paths.hpp (props changed)
   branches/release/boost/graph/tiernan_all_cycles.hpp (props changed)
   branches/release/boost/graph/undirected_graph.hpp (props changed)
   branches/release/boost/math/distributions/logistic.hpp (props changed)
   branches/release/boost/signals2/preprocessed_signal.hpp (props changed)
   branches/release/boost/signals2/preprocessed_slot.hpp (props changed)
   branches/release/doc/src/images/alert.png (props changed)
   branches/release/doc/src/images/callouts/ (props changed)
   branches/release/doc/src/images/smiley.png (props changed)
   branches/release/doc/test/gold/ (props changed)
   branches/release/libs/date_time/test/testfrmwk.hpp (props changed)
   branches/release/libs/graph/doc/r_c_shortest_paths.html (props changed)
   branches/release/libs/graph/example/Jamfile.v2 (props changed)
   branches/release/libs/graph/example/bron_kerbosch_clique_number.cpp (props changed)
   branches/release/libs/graph/example/bron_kerbosch_print_cliques.cpp (props changed)
   branches/release/libs/graph/example/closeness_centrality.cpp (props changed)
   branches/release/libs/graph/example/clustering_coefficient.cpp (props changed)
   branches/release/libs/graph/example/comm_network.graph (props changed)
   branches/release/libs/graph/example/degree_centrality.cpp (props changed)
   branches/release/libs/graph/example/eccentricity.cpp (props changed)
   branches/release/libs/graph/example/graph-thingie.cpp (props changed)
   branches/release/libs/graph/example/helper.hpp (props changed)
   branches/release/libs/graph/example/inclusive_mean_geodesic.cpp (props changed)
   branches/release/libs/graph/example/influence_prestige.cpp (props changed)
   branches/release/libs/graph/example/info_network.graph (props changed)
   branches/release/libs/graph/example/mean_geodesic.cpp (props changed)
   branches/release/libs/graph/example/prism_3_2.graph (props changed)
   branches/release/libs/graph/example/prob_network.graph (props changed)
   branches/release/libs/graph/example/r_c_shortest_paths_example.cpp (props changed)
   branches/release/libs/graph/example/scaled_closeness_centrality.cpp (props changed)
   branches/release/libs/graph/example/social_network.graph (props changed)
   branches/release/libs/graph/example/tiernan_girth_circumference.cpp (props changed)
   branches/release/libs/graph/example/tiernan_print_cycles.cpp (props changed)
   branches/release/libs/graph/test/bron_kerbosch_all_cliques.cpp (props changed)
   branches/release/libs/graph/test/closeness_centrality.cpp (props changed)
   branches/release/libs/graph/test/clustering_coefficient.cpp (props changed)
   branches/release/libs/graph/test/degree_centrality.cpp (props changed)
   branches/release/libs/graph/test/eccentricity.cpp (props changed)
   branches/release/libs/graph/test/index_graph.cpp (props changed)
   branches/release/libs/graph/test/mean_geodesic.cpp (props changed)
   branches/release/libs/graph/test/r_c_shortest_paths_test.cpp (props changed)
   branches/release/libs/graph/test/tiernan_all_cycles.cpp (props changed)
   branches/release/libs/math/config/Jamfile.v2 (props changed)
   branches/release/libs/math/config/has_long_double_support.cpp (props changed)
   branches/release/libs/math/config/has_mpfr_class.cpp (props changed)
   branches/release/libs/math/config/has_ntl_rr.cpp (props changed)
   branches/release/libs/math/test/test_logistic_dist.cpp (props changed)
   branches/release/libs/signals2/doc/snippet-extractor.jam (props changed)
   branches/release/libs/signals2/doc/snippet_extractor.cpp (props changed)
   branches/release/libs/spirit/test/qi/confix.cpp (props changed)
   branches/release/libs/unordered/examples/fnv1.hpp (props changed)
   branches/release/libs/utility/swap/test/array_of_array_of_class.cpp (props changed)
   branches/release/tools/boostbook/dtd/1.1/boostbook.dtd (props changed)
   branches/release/tools/build/v2/doc/jamfile.jam (props changed)
   branches/release/tools/build/v2/example/customization/jamfile.jam (props changed)
   branches/release/tools/build/v2/example/customization/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/generate/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/generator/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/gettext/jamfile.jam (props changed)
   branches/release/tools/build/v2/example/gettext/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/hello/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/libraries/app/jamfile.jam (props changed)
   branches/release/tools/build/v2/example/libraries/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/libraries/util/foo/jamfile.jam (props changed)
   branches/release/tools/build/v2/example/make/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/pch/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/python_modules/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/qt/qt3/hello/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/qt/qt3/moccable-cpp/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/qt/qt3/uic/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/qt/qt4/hello/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/qt/qt4/moccable-cpp/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/qt/qt4/uic/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/variant/jamfile.jam (props changed)
   branches/release/tools/build/v2/example/variant/jamroot.jam (props changed)
   branches/release/tools/build/v2/example/variant/libs/jamfile.jam (props changed)
   branches/release/tools/build/v2/example/versioned/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/boostbook/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/dependency-test/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/dependency-test/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/direct-request-test/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/direct-request-test/jamfile2.jam (props changed)
   branches/release/tools/build/v2/test/direct-request-test/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/generators-test/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/generators-test/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/generators-test/lib/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/prebuilt/ext/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/prebuilt/ext/jamfile2.jam (props changed)
   branches/release/tools/build/v2/test/prebuilt/ext/jamfile3.jam (props changed)
   branches/release/tools/build/v2/test/prebuilt/ext/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/prebuilt/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/prebuilt/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/project-test1/dir/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test1/dir2/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test1/dir2/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/project-test1/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test1/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/project-test3/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test3/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/project-test3/lib/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test3/lib2/helper/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test3/lib2/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test3/lib3/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test3/lib3/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/jamfile3.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/jamfile4.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/jamfile5.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/lib/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/lib/jamfile1.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/lib/jamfile2.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/lib/jamfile3.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/lib2/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/project-test4/lib2/jamfile2.jam (props changed)
   branches/release/tools/build/v2/test/qt4/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/railsys/libx/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/railsys/libx/src/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/railsys/program/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/railsys/program/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/railsys/program/liba/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/railsys/program/main/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/test2/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/unused/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/unused/jamroot.jam (props changed)
   branches/release/tools/build/v2/test/v1-testing/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/v1_testing/jamfile.jam (props changed)
   branches/release/tools/build/v2/test/v1_testing/jamroot.jam (props changed)
   branches/release/tools/quickbook/test/fail-cpp-mismatched-escape.quickbook (props changed)
   branches/release/tools/quickbook/test/fail-python-mismatched-escape.quickbook (props changed)
   branches/release/tools/release/build_release_packages.sh (props changed)
Text files modified:
   branches/release/libs/any/doc/any.xml | 8 ++++++++
   branches/release/libs/concept_check/doc/reference/concepts.xml | 6 ++++++
   branches/release/libs/variant/doc/variant.xml | 15 +++++----------
   3 files changed, 19 insertions(+), 10 deletions(-)

Modified: branches/release/libs/any/doc/any.xml
==============================================================================
--- branches/release/libs/any/doc/any.xml (original)
+++ branches/release/libs/any/doc/any.xml 2009-07-26 16:11:03 EDT (Sun, 26 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: branches/release/libs/concept_check/doc/reference/concepts.xml
==============================================================================
--- branches/release/libs/concept_check/doc/reference/concepts.xml (original)
+++ branches/release/libs/concept_check/doc/reference/concepts.xml 2009-07-26 16:11:03 EDT (Sun, 26 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: branches/release/libs/variant/doc/variant.xml
==============================================================================
--- branches/release/libs/variant/doc/variant.xml (original)
+++ branches/release/libs/variant/doc/variant.xml 2009-07-26 16:11:03 EDT (Sun, 26 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