From a01c61508945fe2591373e65b5cd86c3c679acc8 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sat, 2 Apr 2011 20:33:14 +0000 Subject: [PATCH] Made copyright notices in libs/geometry consistent [SVN r70876] --- doc/Jamfile.v2 | 8 +++++--- doc/about_documentation.qbk | 4 ++-- doc/acknowledgments.qbk | 6 +++--- doc/concept/box.qbk | 4 ++-- doc/concept/linestring.qbk | 4 ++-- doc/concept/multi_linestring.qbk | 4 ++-- doc/concept/multi_point.qbk | 4 ++-- doc/concept/multi_polygon.qbk | 4 ++-- doc/concept/point.qbk | 4 ++-- doc/concept/polygon.qbk | 4 ++-- doc/concept/ring.qbk | 4 ++-- doc/concept/segment.qbk | 4 ++-- doc/design_rationale.qbk | 6 +++--- doc/doxy/doxygen_enhance.py | 2 +- doc/doxy/doxygen_input/ggl_doxygen_footer.html | 9 +++++---- doc/doxy/doxygen_input/groups/groups.hpp | 3 ++- doc/doxy/doxygen_input/pages/doxygen_b_sets.hpp | 2 +- .../pages/doxygen_c_strategy_rationale.hpp | 4 ++-- .../doxygen_input/pages/doxygen_d_robustness.hpp | 2 +- .../doxygen_input/pages/doxygen_examples.hpp | 4 ++-- .../doxygen_input/pages/doxygen_mainpage.hpp | 4 ++-- doc/doxy/doxygen_input/pages/doxygen_pages.hpp | 4 ++-- .../doxygen_input/pages/doxygen_z_article09.hpp | 4 ++-- doc/doxy/doxygen_input/sourcecode/doxygen_1.cpp | 4 ++-- doc/doxy/doxygen_input/sourcecode/doxygen_2.cpp | 4 ++-- doc/doxy/doxygen_input/sourcecode/doxygen_3.cpp | 4 ++-- doc/doxy/doxygen_input/sourcecode/doxygen_4.cpp | 4 ++-- doc/doxy/doxygen_input/sourcecode/doxygen_5.cpp | 4 ++-- doc/doxy/make_documentation.bat | 2 +- doc/generated/boost-no-inspect | 1 + doc/geometry.qbk | 4 ++-- doc/imports.qbk | 4 ++-- doc/introduction.qbk | 4 ++-- doc/make_qbk.py | 6 +++--- doc/matrix.qbk | 4 ++-- doc/quickbook/arithmetic.qbk | 6 +++--- doc/quickbook/boolean.qbk | 6 +++--- doc/quickbook/geometries.qbk | 6 +++--- doc/quickbook/geometry_concepts.qbk | 6 +++--- doc/quickbook/geometry_types.qbk | 6 +++--- doc/quickbook/misc.qbk | 6 +++--- doc/quickbook/readme.txt | 2 +- doc/quickbook/references.qbk | 6 +++--- doc/quickbook/strategy_rationale.qbk | 6 +++--- doc/quickref.xml | 4 ++-- doc/quickstart.qbk | 4 ++-- doc/readme.txt | 6 +++--- doc/reference.qbk | 4 ++-- doc/reference/algorithms/append.qbk | 4 ++-- doc/reference/algorithms/area.qbk | 4 ++-- doc/reference/algorithms/buffer.qbk | 4 ++-- doc/reference/algorithms/centroid.qbk | 4 ++-- doc/reference/algorithms/centroid_strategies.qbk | 4 ++-- doc/reference/algorithms/intersection.qbk | 4 ++-- doc/reference/algorithms/intersects.qbk | 4 ++-- doc/reference/algorithms/length.qbk | 4 ++-- doc/reference/algorithms/num_geometries.qbk | 4 ++-- doc/reference/algorithms/num_interior_rings.qbk | 4 ++-- doc/reference/algorithms/num_points.qbk | 4 ++-- doc/reference/algorithms/perimeter.qbk | 4 ++-- doc/reference/algorithms/simplify.qbk | 4 ++-- doc/reference/algorithms/simplify_inserter.qbk | 4 ++-- doc/reference/algorithms/sym_difference.qbk | 4 ++-- doc/reference/algorithms/union.qbk | 4 ++-- doc/reference/algorithms/within.qbk | 4 ++-- doc/reference/core/get_box.qbk | 2 +- doc/reference/core/get_point.qbk | 2 +- doc/reference/core/set_box.qbk | 2 +- doc/reference/core/set_point.qbk | 2 +- doc/reference/geometries/point.qbk | 4 ++-- doc/reference/geometries/register/point.qbk | 4 ++-- .../docutils/tools/doxygen_xml2qbk/Jamfile.v2 | 8 +++++--- .../tools/doxygen_xml2qbk/configuration.hpp | 2 +- .../tools/doxygen_xml2qbk/doxygen_elements.hpp | 2 +- .../tools/doxygen_xml2qbk/doxygen_xml2qbk.cpp | 2 +- .../tools/doxygen_xml2qbk/doxygen_xml_parser.hpp | 2 +- .../tools/doxygen_xml2qbk/file_to_string.hpp | 2 +- .../doxygen_xml2qbk/parameter_predicates.hpp | 2 +- .../tools/doxygen_xml2qbk/quickbook_output.hpp | 2 +- .../tools/doxygen_xml2qbk/rapidxml_util.hpp | 2 +- .../tools/doxygen_xml2qbk/sample/Jamfile.v2 | 7 +++++-- .../tools/doxygen_xml2qbk/sample/fruit.qbk | 2 +- .../tools/doxygen_xml2qbk/sample/make_qbk.py | 2 +- .../sample/src/examples/apple_example.cpp | 9 ++++----- .../tools/doxygen_xml2qbk/sample/src/fruit.cpp | 10 ++++++++++ .../tools/doxygen_xml2qbk/sample/src/fruit.hpp | 10 ++++++++++ .../tools/implementation_status/Jamfile.v2 | 8 +++++--- .../implementation_status.cpp | 9 ++++++--- .../implementation_status.hpp | 2 ++ .../tools/implementation_status/tmp/Jamfile.v2 | 7 ++++--- doc/src/examples/Jamfile.v2 | 6 ++++-- doc/src/examples/algorithms/Jamfile.v2 | 6 ++++-- doc/src/examples/core/Jamfile.v2 | 6 ++++-- doc/src/examples/geometries/Jamfile.v2 | 6 ++++-- doc/src/examples/geometries/register/Jamfile.v2 | 6 ++++-- example/01_point_example.cpp | 8 +++++--- example/02_linestring_example.cpp | 8 +++++--- example/03_polygon_example.cpp | 8 +++++--- example/04_boost_example.cpp | 7 +++++-- example/05_a_overlay_polygon_example.cpp | 7 +++++-- .../05_b_overlay_linestring_polygon_example.cpp | 7 +++++-- example/06_a_transformation_example.cpp | 8 +++++--- example/06_b_transformation_example.cpp | 6 +++--- example/07_a_graph_route_example.cpp | 8 +++++--- example/07_b_graph_route_example.cpp | 8 +++++--- example/08_units_example.cpp | 7 +++++-- example/Jamfile.v2 | 11 ++++++----- example/c01_custom_point_example.cpp | 8 +++++--- example/c02_custom_box_example.cpp | 8 +++++--- example/c03_custom_linestring_example.cpp | 8 +++++--- example/c04_a_custom_triangle_example.cpp | 8 +++++--- example/c04_b_custom_triangle_example.cpp | 8 +++++--- example/c05_custom_point_pointer_example.cpp | 8 +++++--- example/c06_custom_polygon_example.cpp | 7 +++++-- example/c07_custom_ring_pointer_example.cpp | 7 +++++-- example/c08_custom_non_std_example.cpp | 7 +++++-- example/c09_custom_fusion_example.cpp | 7 ++++--- example/c10_custom_cs_example.cpp | 7 +++++-- example/c11_custom_cs_transform_example.cpp | 7 +++++-- example/experimental/geometry_of.cpp | 2 +- example/extensions/Jamfile.v2 | 7 +++++-- example/extensions/gis/Jamfile.v2 | 7 +++++-- example/extensions/gis/io/shapelib/shapelib.cpp | 4 ++-- example/extensions/gis/latlong/Jamfile.v2 | 7 +++++-- .../extensions/gis/latlong/distance_example.cpp | 4 ++-- .../extensions/gis/latlong/point_ll_example.cpp | 4 ++-- example/extensions/gis/projections/Jamfile.v2 | 7 +++++-- .../gis/projections/p01_projection_example.cpp | 4 ++-- .../gis/projections/p02_projfactory_example.cpp | 4 ++-- .../gis/projections/p03_projmap_example.cpp | 4 ++-- example/with_external_libs/x01_qt_example.cpp | 2 +- example/with_external_libs/x02_gd_example.cpp | 2 +- .../with_external_libs/x03_a_soci_example.cpp | 2 +- .../with_external_libs/x03_b_soci_example.cpp | 2 +- .../with_external_libs/x03_c_soci_example.cpp | 2 +- .../with_external_libs/x03_d_soci_example.cpp | 2 +- .../x04_wxwidgets_world_mapper.cpp | 2 +- .../with_external_libs/x05_shapelib_example.cpp | 4 ++-- .../with_external_libs/x06_qt_world_mapper.cpp | 2 +- test/Jamfile.v2 | 6 ++++-- test/algorithms/Jamfile.v2 | 6 ++++-- test/algorithms/append.cpp | 14 ++++++++++---- test/algorithms/area.cpp | 14 ++++++++++---- test/algorithms/assign.cpp | 14 ++++++++++---- test/algorithms/buffer.cpp | 14 ++++++++++---- test/algorithms/centroid.cpp | 14 ++++++++++---- test/algorithms/comparable_distance.cpp | 14 ++++++++++---- test/algorithms/convert.cpp | 14 ++++++++++---- test/algorithms/convex_hull.cpp | 14 ++++++++++---- test/algorithms/correct.cpp | 14 ++++++++++---- test/algorithms/detail/Jamfile.v2 | 6 +++++- test/algorithms/detail/partition.cpp | 2 +- test/algorithms/detail/sections/Jamfile.v2 | 6 ++++-- .../detail/sections/range_by_section.cpp | 8 +++++--- test/algorithms/detail/sections/sectionalize.cpp | 14 ++++++++++---- test/algorithms/difference.cpp | 8 +++++--- test/algorithms/disjoint.cpp | 14 ++++++++++---- test/algorithms/distance.cpp | 14 ++++++++++---- test/algorithms/envelope.cpp | 14 ++++++++++---- test/algorithms/equals.cpp | 2 +- test/algorithms/expand.cpp | 14 ++++++++++---- test/algorithms/for_each.cpp | 8 +++++--- test/algorithms/intersection.cpp | 14 ++++++++++---- test/algorithms/intersection_segment.cpp | 11 ++++++++--- test/algorithms/intersects.cpp | 2 +- test/algorithms/length.cpp | 8 +++++--- test/algorithms/make.cpp | 14 ++++++++++---- test/algorithms/overlaps.cpp | 2 +- test/algorithms/overlay/Jamfile.v2 | 6 ++++-- test/algorithms/overlay/assemble.cpp | 8 +++++--- test/algorithms/overlay/ccw_traverse.cpp | 8 +++++--- test/algorithms/overlay/dissolver.cpp | 8 +++++--- .../overlay/enrich_intersection_points.cpp | 14 ++++++++++---- test/algorithms/overlay/get_turn_info.cpp | 8 +++++--- test/algorithms/overlay/get_turns.cpp | 14 ++++++++++---- test/algorithms/overlay/overlay_cases.hpp | 11 ++++++----- test/algorithms/overlay/overlay_common.hpp | 14 +++++++------- test/algorithms/overlay/relative_order.cpp | 8 +++++--- .../overlay/robustness/interior_triangles.cpp | 8 +++++--- .../overlay/robustness/intersection_pies.cpp | 8 +++++--- .../overlay/robustness/intersection_stars.cpp | 8 +++++--- .../overlay/robustness/random_ellipses_stars.cpp | 8 +++++--- .../overlay/robustness/recursive_polygons.cpp | 8 +++++--- test/algorithms/overlay/robustness/star_comb.cpp | 8 +++++--- test/algorithms/overlay/robustness/star_comb.hpp | 9 ++++++--- .../overlay/robustness/test_overlay_p_q.hpp | 5 +++-- test/algorithms/overlay/select_rings.cpp | 2 +- .../overlay/self_intersection_points.cpp | 14 ++++++++++---- test/algorithms/overlay/split_rings.cpp | 14 ++++++++++---- test/algorithms/overlay/traverse.cpp | 8 +++++--- test/algorithms/overlay/traverse_gmp.cpp | 14 ++++++++++---- test/algorithms/perimeter.cpp | 8 +++++--- test/algorithms/reverse.cpp | 8 +++++--- test/algorithms/simplify.cpp | 14 ++++++++++---- test/algorithms/test_area.hpp | 8 +++++--- test/algorithms/test_centroid.hpp | 7 ++++--- test/algorithms/test_convex_hull.hpp | 7 ++++--- test/algorithms/test_difference.hpp | 7 ++++--- test/algorithms/test_distance.hpp | 7 ++++--- test/algorithms/test_envelope.hpp | 7 ++++--- test/algorithms/test_equals.hpp | 7 ++++--- test/algorithms/test_expand.hpp | 7 ++++--- test/algorithms/test_for_each.hpp | 7 ++++--- test/algorithms/test_intersection.hpp | 7 ++++--- test/algorithms/test_intersects.hpp | 7 ++++--- test/algorithms/test_length.hpp | 7 ++++--- test/algorithms/test_overlaps.hpp | 7 ++++--- test/algorithms/test_overlay.hpp | 7 ++++--- test/algorithms/test_perimeter.hpp | 7 ++++--- test/algorithms/test_relate.hpp | 7 ++++--- test/algorithms/test_reverse.hpp | 7 ++++--- test/algorithms/test_simplify.hpp | 7 ++++--- test/algorithms/test_union.hpp | 7 ++++--- test/algorithms/test_unique.hpp | 8 +++++--- test/algorithms/test_within.hpp | 8 +++++--- test/algorithms/transform.cpp | 14 ++++++++++---- test/algorithms/union.cpp | 14 ++++++++++---- test/algorithms/unique.cpp | 8 +++++--- test/algorithms/within.cpp | 2 +- test/arithmetic/Jamfile.v2 | 6 ++++-- test/arithmetic/arithmetic.cpp | 14 ++++++++++---- test/arithmetic/dot_product.cpp | 14 ++++++++++---- test/compile_test.cpp | 2 +- test/concepts/Jamfile.v2 | 6 ++++-- test/concepts/linestring_concept.cpp | 8 +++++--- test/core/Jamfile.v2 | 8 +++++--- test/core/access.cpp | 14 ++++++++++---- test/core/coordinate_dimension.cpp | 8 +++++--- test/core/coordinate_system.cpp | 8 +++++--- test/core/coordinate_type.cpp | 8 +++++--- test/core/geometry_id.cpp | 8 +++++--- test/core/point_type.cpp | 8 +++++--- test/core/radian_access.cpp | 14 ++++++++++---- test/core/reverse_dispatch.cpp | 14 ++++++++++---- test/core/ring.cpp | 14 ++++++++++---- test/core/tag.cpp | 8 +++++--- test/core/topological_dimension.cpp | 8 +++++--- test/domains/Jamfile.v2 | 6 +++++- test/domains/gis/Jamfile.v2 | 6 +++++- test/domains/gis/io/Jamfile.v2 | 6 +++++- test/domains/gis/io/wkt/Jamfile.v2 | 6 +++++- test/domains/gis/io/wkt/multi_wkt.cpp | 14 ++++++++++---- test/domains/gis/io/wkt/wkt.cpp | 14 ++++++++++---- test/extensions/Jamfile.v2 | 6 ++++-- test/extensions/algorithms/Jamfile.v2 | 6 ++++-- .../algorithms/buffer/linestring_buffer.cpp | 8 +++++--- .../algorithms/buffer/polygon_buffer.cpp | 8 +++++--- .../extensions/algorithms/buffer/test_buffer.hpp | 8 +++++--- test/extensions/algorithms/connect.cpp | 8 +++++--- test/extensions/algorithms/dissolve.cpp | 8 +++++--- test/extensions/algorithms/is_convex.cpp | 14 ++++++++++---- test/extensions/algorithms/mark_spikes.cpp | 8 +++++--- test/extensions/algorithms/midpoints.cpp | 14 ++++++++++---- test/extensions/algorithms/offset.cpp | 8 +++++--- test/extensions/algorithms/remove_holes_if.cpp | 14 ++++++++++---- test/extensions/algorithms/selected.cpp | 14 ++++++++++---- test/extensions/arithmetic/Jamfile.v2 | 6 ++++-- test/extensions/arithmetic/cross_product.cpp | 8 +++++--- test/extensions/gis/Jamfile.v2 | 6 ++++-- test/extensions/gis/io/wkb/read_wkb.cpp | 8 +++++--- test/extensions/gis/latlong/Jamfile.v2 | 6 ++++-- test/extensions/gis/latlong/andoyer.cpp | 14 ++++++++++---- test/extensions/gis/latlong/area_ll.cpp | 14 ++++++++++---- test/extensions/gis/latlong/cross_track.cpp | 14 ++++++++++---- test/extensions/gis/latlong/distance_mixed.cpp | 14 ++++++++++---- test/extensions/gis/latlong/parse.cpp | 14 ++++++++++---- test/extensions/gis/latlong/parse_dms.cpp | 16 +++++++++++----- test/extensions/gis/latlong/point_ll.cpp | 14 ++++++++++---- test/extensions/gis/latlong/vincenty.cpp | 14 ++++++++++---- test/extensions/gis/projections/Jamfile.v2 | 6 ++++-- test/extensions/gis/projections/projection.cpp | 14 ++++++++++---- .../gis/projections/projection_epsg.cpp | 14 ++++++++++---- test/extensions/gis/projections/projections.cpp | 14 ++++++++++---- test/extensions/index/rtree.cpp | 8 +++++--- test/extensions/iterators/Jamfile.v2 | 6 ++++-- .../iterators/segment_returning_iterator.cpp | 7 ++++--- test/extensions/nsphere/access.cpp | 14 ++++++++++---- test/extensions/nsphere/area.cpp | 8 +++++--- test/extensions/nsphere/circle.cpp | 8 +++++--- test/extensions/nsphere/multi_within.cpp | 2 +- test/extensions/nsphere/point_type.cpp | 8 +++++--- test/extensions/nsphere/within.cpp | 2 +- test/geometries/Jamfile.v2 | 8 +++++--- test/geometries/adapted.cpp | 8 +++++--- test/geometries/boost_array_as_point.cpp | 8 +++++--- test/geometries/boost_fusion.cpp | 8 +++++--- test/geometries/boost_polygon.cpp | 8 +++++--- test/geometries/boost_polygon_overlay.cpp | 8 +++++--- test/geometries/boost_range.cpp | 8 +++++--- test/geometries/box.cpp | 14 ++++++++++---- test/geometries/concepts/check.cpp | 14 ++++++++++---- test/geometries/custom_linestring.cpp | 14 ++++++++++---- test/geometries/segment.cpp | 14 ++++++++++---- test/geometry_test_common.hpp | 13 +++++++++---- test/iterators/Jamfile.v2 | 6 ++++-- test/iterators/box_iterator.cpp | 2 +- test/iterators/circular_iterator.cpp | 14 ++++++++++---- test/iterators/closing_iterator.cpp | 14 ++++++++++---- test/iterators/ever_circling_iterator.cpp | 14 ++++++++++---- test/iterators/segment_range_iterator.cpp | 2 +- test/multi/Jamfile.v2 | 6 ++++-- test/multi/algorithms/Jamfile.v2 | 6 ++++-- test/multi/algorithms/multi_area.cpp | 2 +- test/multi/algorithms/multi_centroid.cpp | 14 ++++++++++---- test/multi/algorithms/multi_convex_hull.cpp | 14 ++++++++++---- test/multi/algorithms/multi_correct.cpp | 2 +- test/multi/algorithms/multi_difference.cpp | 8 +++++--- test/multi/algorithms/multi_distance.cpp | 2 +- test/multi/algorithms/multi_envelope.cpp | 14 ++++++++++---- test/multi/algorithms/multi_equals.cpp | 2 +- test/multi/algorithms/multi_for_each.cpp | 2 +- test/multi/algorithms/multi_intersection.cpp | 8 +++++--- test/multi/algorithms/multi_length.cpp | 2 +- test/multi/algorithms/multi_perimeter.cpp | 2 +- test/multi/algorithms/multi_reverse.cpp | 2 +- test/multi/algorithms/multi_simplify.cpp | 2 +- test/multi/algorithms/multi_transform.cpp | 14 ++++++++++---- test/multi/algorithms/multi_union.cpp | 8 +++++--- test/multi/algorithms/multi_unique.cpp | 2 +- test/multi/algorithms/multi_within.cpp | 2 +- test/multi/algorithms/overlay/Jamfile.v2 | 6 ++++-- .../algorithms/overlay/multi_overlay_cases.hpp | 7 ++++--- .../algorithms/overlay/multi_overlay_common.hpp | 15 ++++++++------- test/multi/algorithms/overlay/multi_traverse.cpp | 8 +++++--- test/point_concept/Jamfile.v2 | 8 +++++--- test/point_concept/array_point.cpp | 14 ++++++++++---- test/point_concept/concept_checker.cpp | 14 ++++++++++---- .../point_concept/function_asserting_a_point.hpp | 4 ++-- .../point_concept/function_requiring_a_point.hpp | 4 ++-- .../point_with_incorrect_dimension.cpp | 14 ++++++++++---- .../point_without_coordinate_type.cpp | 14 ++++++++++---- test/point_concept/point_without_dimension.cpp | 14 ++++++++++---- test/point_concept/point_without_getter.cpp | 14 ++++++++++---- test/point_concept/point_without_setter.cpp | 14 ++++++++++---- test/point_concept/well_formed_point.cpp | 14 ++++++++++---- test/point_concept/well_formed_point_traits.cpp | 14 ++++++++++---- test/policies/Jamfile.v2 | 8 +++++--- test/policies/compare.cpp | 8 +++++--- test/ranges/Jamfile.v2 | 6 ++++-- test/ranges/box_range.cpp | 8 +++++--- test/ranges/segment_range.cpp | 8 +++++--- test/strategies/Jamfile.v2 | 6 ++++-- test/strategies/cross_track.cpp | 14 ++++++++++---- test/strategies/haversine.cpp | 14 ++++++++++---- test/strategies/projected_point.cpp | 14 ++++++++++---- test/strategies/pythagoras.cpp | 14 ++++++++++---- test/strategies/segment_intersection.cpp | 14 ++++++++++---- .../segment_intersection_collinear.cpp | 14 ++++++++++---- test/strategies/side_by_cross_track.cpp | 8 +++++--- test/strategies/transformer.cpp | 14 ++++++++++---- test/strategies/within.cpp | 8 +++++--- test/test_common/test_point.hpp | 9 +++++---- test/test_common/with_pointer.hpp | 9 +++++---- test/test_geometries/all_custom_container.hpp | 10 ++++++---- test/test_geometries/all_custom_linestring.hpp | 9 +++++---- test/test_geometries/all_custom_polygon.hpp | 10 ++++++---- test/test_geometries/all_custom_ring.hpp | 10 ++++++---- test/test_geometries/custom_segment.hpp | 10 ++++++---- test/test_geometries/wrapped_boost_array.hpp | 10 ++++++---- test/util/Jamfile.v2 | 6 ++++-- test/util/as_range.cpp | 14 ++++++++++---- test/util/for_each_coordinate.cpp | 14 ++++++++++---- test/util/select_most_precise.cpp | 14 ++++++++++---- test/util/write_dsv.cpp | 14 ++++++++++---- test/views/Jamfile.v2 | 6 ++++-- test/views/closeable_view.cpp | 8 +++++--- test/views/reversible_closeable.cpp | 8 +++++--- test/views/reversible_view.cpp | 8 +++++--- 368 files changed, 1815 insertions(+), 988 deletions(-) create mode 100644 doc/generated/boost-no-inspect diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 5ac6f4ca1..006ea7920 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,7 +1,9 @@ -# doc/quickbook/Jamfile.v2 builds Quickbook documentation for Geometry library +# Boost.Geometry (aka GGL, Generic Geometry Library) # -# Copyright (c) 2009 Mateusz Loskot -# Copyright (c) 2010 Barend Gehrels +# Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +# Copyright (c) 2008-2011 Bruno Lalande, Paris, France. +# Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + # Use, modification and distribution is 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) diff --git a/doc/about_documentation.qbk b/doc/about_documentation.qbk index 75ad4468e..4a4abe0fa 100644 --- a/doc/about_documentation.qbk +++ b/doc/about_documentation.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/acknowledgments.qbk b/doc/acknowledgments.qbk index 2b6521e23..3678f49c5 100644 --- a/doc/acknowledgments.qbk +++ b/doc/acknowledgments.qbk @@ -1,9 +1,9 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Bruno Lalande, Paris, France. + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/concept/box.qbk b/doc/concept/box.qbk index 6d85ceea9..496e4df9d 100644 --- a/doc/concept/box.qbk +++ b/doc/concept/box.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/linestring.qbk b/doc/concept/linestring.qbk index 5fcab43e0..dba503eb3 100644 --- a/doc/concept/linestring.qbk +++ b/doc/concept/linestring.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/multi_linestring.qbk b/doc/concept/multi_linestring.qbk index 24e094bfd..3b7e0569b 100644 --- a/doc/concept/multi_linestring.qbk +++ b/doc/concept/multi_linestring.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/multi_point.qbk b/doc/concept/multi_point.qbk index e785caf3c..4127c47aa 100644 --- a/doc/concept/multi_point.qbk +++ b/doc/concept/multi_point.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/multi_polygon.qbk b/doc/concept/multi_polygon.qbk index ca705c26f..3dbae687b 100644 --- a/doc/concept/multi_polygon.qbk +++ b/doc/concept/multi_polygon.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/point.qbk b/doc/concept/point.qbk index 11c6a753c..d44170444 100644 --- a/doc/concept/point.qbk +++ b/doc/concept/point.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/polygon.qbk b/doc/concept/polygon.qbk index 4db97db07..cebdd1722 100644 --- a/doc/concept/polygon.qbk +++ b/doc/concept/polygon.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/ring.qbk b/doc/concept/ring.qbk index 3219e18a0..ea57f115e 100644 --- a/doc/concept/ring.qbk +++ b/doc/concept/ring.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/concept/segment.qbk b/doc/concept/segment.qbk index 6dd6958f9..a0cf0dd75 100644 --- a/doc/concept/segment.qbk +++ b/doc/concept/segment.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/design_rationale.qbk b/doc/design_rationale.qbk index b0318243b..b718e8930 100644 --- a/doc/design_rationale.qbk +++ b/doc/design_rationale.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/doxy/doxygen_enhance.py b/doc/doxy/doxygen_enhance.py index 69ce6067a..af892be98 100755 --- a/doc/doxy/doxygen_enhance.py +++ b/doc/doxy/doxygen_enhance.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # =========================================================================== -# Copyright (c) 2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. +# Copyright (c) 2010 Barend Gehrels, Amsterdam, the Netherlands. # # Use, modification and distribution is subject to the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/doxy/doxygen_input/ggl_doxygen_footer.html b/doc/doxy/doxygen_input/ggl_doxygen_footer.html index f30fadf3a..277d8c692 100644 --- a/doc/doxy/doxygen_input/ggl_doxygen_footer.html +++ b/doc/doxy/doxygen_input/ggl_doxygen_footer.html @@ -3,12 +3,13 @@ -

December 31, 2010

+

April 2, 2011

-Copyright © 1995-2010 Barend Gehrels, Geodan, Amsterdam
-Copyright © 2008-2010 Bruno Lalande, Paris
-Copyright © 2010 Mateusz Loskot, Cadcorp, London
+ +Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
+Copyright © 2008-2011 Bruno Lalande, Paris, France
+Copyright © 2009-2010 Mateusz Loskot, London, UK
diff --git a/doc/doxy/doxygen_input/groups/groups.hpp b/doc/doxy/doxygen_input/groups/groups.hpp index a72a87dd2..32aff8ee2 100644 --- a/doc/doxy/doxygen_input/groups/groups.hpp +++ b/doc/doxy/doxygen_input/groups/groups.hpp @@ -1,6 +1,7 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands +// Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands. + // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/pages/doxygen_b_sets.hpp b/doc/doxy/doxygen_input/pages/doxygen_b_sets.hpp index f94b13bfe..4a562772e 100644 --- a/doc/doxy/doxygen_input/pages/doxygen_b_sets.hpp +++ b/doc/doxy/doxygen_input/pages/doxygen_b_sets.hpp @@ -1,6 +1,6 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/pages/doxygen_c_strategy_rationale.hpp b/doc/doxy/doxygen_input/pages/doxygen_c_strategy_rationale.hpp index e72c83340..3e5409108 100644 --- a/doc/doxy/doxygen_input/pages/doxygen_c_strategy_rationale.hpp +++ b/doc/doxy/doxygen_input/pages/doxygen_c_strategy_rationale.hpp @@ -1,7 +1,7 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/pages/doxygen_d_robustness.hpp b/doc/doxy/doxygen_input/pages/doxygen_d_robustness.hpp index 4646ef4c6..6cf0e57d6 100644 --- a/doc/doxy/doxygen_input/pages/doxygen_d_robustness.hpp +++ b/doc/doxy/doxygen_input/pages/doxygen_d_robustness.hpp @@ -1,6 +1,6 @@ // Boost.Geometry (aka Boost.Geometry, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/pages/doxygen_examples.hpp b/doc/doxy/doxygen_input/pages/doxygen_examples.hpp index 68a0f74ec..665a6423e 100644 --- a/doc/doxy/doxygen_input/pages/doxygen_examples.hpp +++ b/doc/doxy/doxygen_input/pages/doxygen_examples.hpp @@ -1,7 +1,7 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/pages/doxygen_mainpage.hpp b/doc/doxy/doxygen_input/pages/doxygen_mainpage.hpp index c96e8d8d5..c61c69c74 100644 --- a/doc/doxy/doxygen_input/pages/doxygen_mainpage.hpp +++ b/doc/doxy/doxygen_input/pages/doxygen_mainpage.hpp @@ -1,7 +1,7 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2010, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2010 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/pages/doxygen_pages.hpp b/doc/doxy/doxygen_input/pages/doxygen_pages.hpp index c1293c718..c48a13788 100644 --- a/doc/doxy/doxygen_input/pages/doxygen_pages.hpp +++ b/doc/doxy/doxygen_input/pages/doxygen_pages.hpp @@ -1,7 +1,7 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/pages/doxygen_z_article09.hpp b/doc/doxy/doxygen_input/pages/doxygen_z_article09.hpp index 92b324c50..6684acdad 100644 --- a/doc/doxy/doxygen_input/pages/doxygen_z_article09.hpp +++ b/doc/doxy/doxygen_input/pages/doxygen_z_article09.hpp @@ -1,7 +1,7 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/sourcecode/doxygen_1.cpp b/doc/doxy/doxygen_input/sourcecode/doxygen_1.cpp index 2838b00f5..ccfcd994f 100644 --- a/doc/doxy/doxygen_input/sourcecode/doxygen_1.cpp +++ b/doc/doxy/doxygen_input/sourcecode/doxygen_1.cpp @@ -2,8 +2,8 @@ OBSOLETE // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/sourcecode/doxygen_2.cpp b/doc/doxy/doxygen_input/sourcecode/doxygen_2.cpp index 93895d8ac..dd3594c7e 100644 --- a/doc/doxy/doxygen_input/sourcecode/doxygen_2.cpp +++ b/doc/doxy/doxygen_input/sourcecode/doxygen_2.cpp @@ -2,8 +2,8 @@ OBSOLETE // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/sourcecode/doxygen_3.cpp b/doc/doxy/doxygen_input/sourcecode/doxygen_3.cpp index 306d0c722..1b6de0e60 100644 --- a/doc/doxy/doxygen_input/sourcecode/doxygen_3.cpp +++ b/doc/doxy/doxygen_input/sourcecode/doxygen_3.cpp @@ -2,8 +2,8 @@ OBSOLETE // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/sourcecode/doxygen_4.cpp b/doc/doxy/doxygen_input/sourcecode/doxygen_4.cpp index 8a52a0956..c78f99745 100644 --- a/doc/doxy/doxygen_input/sourcecode/doxygen_4.cpp +++ b/doc/doxy/doxygen_input/sourcecode/doxygen_4.cpp @@ -2,8 +2,8 @@ OBSOLETE // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/doxygen_input/sourcecode/doxygen_5.cpp b/doc/doxy/doxygen_input/sourcecode/doxygen_5.cpp index 772157bbc..4bab23d94 100644 --- a/doc/doxy/doxygen_input/sourcecode/doxygen_5.cpp +++ b/doc/doxy/doxygen_input/sourcecode/doxygen_5.cpp @@ -2,8 +2,8 @@ OBSOLETE // Boost.Geometry (aka GGL, Generic Geometry Library) // -// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands -// Copyright Bruno Lalande 2008, 2009 +// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +// Copyright (c) 2008-2011 Bruno Lalande, Paris, France. // Use, modification and distribution is 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) diff --git a/doc/doxy/make_documentation.bat b/doc/doxy/make_documentation.bat index e7e3dcea2..bdb6d8feb 100644 --- a/doc/doxy/make_documentation.bat +++ b/doc/doxy/make_documentation.bat @@ -1,5 +1,5 @@ :: =========================================================================== -:: Copyright (c) 2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. +:: Copyright (c) 2010 Barend Gehrels, Amsterdam, the Netherlands. :: :: Use, modification and distribution is subject to the Boost Software License, :: Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/generated/boost-no-inspect b/doc/generated/boost-no-inspect new file mode 100644 index 000000000..b0177ad8c --- /dev/null +++ b/doc/generated/boost-no-inspect @@ -0,0 +1 @@ +Tell inspect to ignore directory \ No newline at end of file diff --git a/doc/geometry.qbk b/doc/geometry.qbk index b88eff880..52ef199eb 100644 --- a/doc/geometry.qbk +++ b/doc/geometry.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/imports.qbk b/doc/imports.qbk index a40b9cca7..708d276c4 100644 --- a/doc/imports.qbk +++ b/doc/imports.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/introduction.qbk b/doc/introduction.qbk index 5849ac84a..c1a155240 100644 --- a/doc/introduction.qbk +++ b/doc/introduction.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/make_qbk.py b/doc/make_qbk.py index 111e122a5..5401471b7 100755 --- a/doc/make_qbk.py +++ b/doc/make_qbk.py @@ -1,9 +1,9 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # =========================================================================== -# Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. -# Copyright (c) 2008-2010 Bruno Lalande, Paris, France. -# Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK +# Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. +# Copyright (c) 2008-2011 Bruno Lalande, Paris, France. +# Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net), London, UK # # Use, modification and distribution is subject to the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/matrix.qbk b/doc/matrix.qbk index edce80f34..3612c7e11 100644 --- a/doc/matrix.qbk +++ b/doc/matrix.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) - Copyright (c) 2009-2011 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2009-2011 Mateusz Loskot (mateusz@loskot.net) + Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK. Copyright (c) 2009-2011 Bruno Lalande, Paris, France. Use, modification and distribution is subject to the Boost Software License, diff --git a/doc/quickbook/arithmetic.qbk b/doc/quickbook/arithmetic.qbk index 833440f67..d7d4f5aed 100644 --- a/doc/quickbook/arithmetic.qbk +++ b/doc/quickbook/arithmetic.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/boolean.qbk b/doc/quickbook/boolean.qbk index 4d99a23dd..a984fa077 100644 --- a/doc/quickbook/boolean.qbk +++ b/doc/quickbook/boolean.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/geometries.qbk b/doc/quickbook/geometries.qbk index b869633bd..0832848f8 100644 --- a/doc/quickbook/geometries.qbk +++ b/doc/quickbook/geometries.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/geometry_concepts.qbk b/doc/quickbook/geometry_concepts.qbk index 1b31ca478..e96a4f9bf 100644 --- a/doc/quickbook/geometry_concepts.qbk +++ b/doc/quickbook/geometry_concepts.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/geometry_types.qbk b/doc/quickbook/geometry_types.qbk index 8be790bb8..702e1c587 100644 --- a/doc/quickbook/geometry_types.qbk +++ b/doc/quickbook/geometry_types.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/misc.qbk b/doc/quickbook/misc.qbk index 3d082086f..e97074741 100644 --- a/doc/quickbook/misc.qbk +++ b/doc/quickbook/misc.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/readme.txt b/doc/quickbook/readme.txt index 30c976dcf..afcc3292a 100644 --- a/doc/quickbook/readme.txt +++ b/doc/quickbook/readme.txt @@ -1,5 +1,5 @@ =========================================================================== - Copyright (c) 2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. + Copyright (c) 2010 Barend Gehrels, Amsterdam, the Netherlands. Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/references.qbk b/doc/quickbook/references.qbk index d66ac4cba..077a4264f 100644 --- a/doc/quickbook/references.qbk +++ b/doc/quickbook/references.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickbook/strategy_rationale.qbk b/doc/quickbook/strategy_rationale.qbk index 4de8aa331..911c1a08c 100644 --- a/doc/quickbook/strategy_rationale.qbk +++ b/doc/quickbook/strategy_rationale.qbk @@ -1,7 +1,7 @@ [/============================================================================== - Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands. - Copyright (c) 2008-2010 Bruno Lalande, Paris, France. - Copyright (c) 2009-2010 Mateusz Loskot (mateusz@loskot.net), London, UK + Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands. + Copyright (c) 2008-2011 Bruno Lalande, Paris, France. + Copyright (c) 2009-2011 Mateusz Loskot, London, UK., London, UK Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quickref.xml b/doc/quickref.xml index 671beaf7d..1da360c6f 100644 --- a/doc/quickref.xml +++ b/doc/quickref.xml @@ -5,8 +5,8 @@