Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70602 - in trunk/libs/geometry/doc/src/examples: algorithms core geometries geometries/register
From: barend.gehrels_at_[hidden]
Date: 2011-03-26 18:55:58


Author: barendgehrels
Date: 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
New Revision: 70602
URL: http://svn.boost.org/trac/boost/changeset/70602

Log:
Updated copyright messages in examples
Text files modified:
   trunk/libs/geometry/doc/src/examples/algorithms/append.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/area.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/create_svg_overlay.hpp | 8 +++++---
   trunk/libs/geometry/doc/src/examples/algorithms/create_svg_two.hpp | 8 +++++---
   trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/length.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/algorithms/union.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/core/get_box.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/core/get_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/core/set_box.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/core/set_point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/geometries/point.cpp | 7 ++++---
   trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp | 7 ++++---
   45 files changed, 182 insertions(+), 135 deletions(-)

Modified: trunk/libs/geometry/doc/src/examples/algorithms/append.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/append.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/append.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[append

Modified: trunk/libs/geometry/doc/src/examples/algorithms/area.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/area.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/area.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[area

Modified: trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[area_with_strategy

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[assign_2d_point

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[assign_3d_point

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[assign_box_corners

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[assign_inverse

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[assign_point_from_index

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[assign_point_to_index

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[assign_with_range

Modified: trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[clear

Modified: trunk/libs/geometry/doc/src/examples/algorithms/create_svg_overlay.hpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/create_svg_overlay.hpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/create_svg_overlay.hpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,13 @@
 // 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)
-//
+
 // Code to create SVG for examples
+
 #ifndef CREATE_SVG_OVERLAY_HPP
 #define CREATE_SVG_OVERLAY_HPP
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/create_svg_two.hpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/create_svg_two.hpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/create_svg_two.hpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,13 @@
 // 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)
-//
+
 // Code to create SVG for examples
+
 #ifndef CREATE_SVG_TWO_HPP
 #define CREATE_SVG_TWO_HPP
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[difference

Modified: trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[difference_inserter

Modified: trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[envelope

Modified: trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[for_each_point

Modified: trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[for_each_point_const

Modified: trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[for_each_segment_const

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[intersection_ls_ls_point

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[intersection

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[intersection_segment

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[intersects_linestring

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[intersects

Modified: trunk/libs/geometry/doc/src/examples/algorithms/length.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/length.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/length.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[length

Modified: trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[length_with_strategy

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[make_2d_point

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[make_3d_point

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[make_envelope

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[make_inverse

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[make_with_range

Modified: trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[num_geometries

Modified: trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[num_interior_rings

Modified: trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[num_points

Modified: trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[simplify

Modified: trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[simplify_inserter

Modified: trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[simplify_inserter

Modified: trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[sym_difference

Modified: trunk/libs/geometry/doc/src/examples/algorithms/union.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/union.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/union.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[union

Modified: trunk/libs/geometry/doc/src/examples/core/get_box.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/get_box.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/get_box.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[get_box

Modified: trunk/libs/geometry/doc/src/examples/core/get_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/get_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/get_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[get_point

Modified: trunk/libs/geometry/doc/src/examples/core/set_box.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/set_box.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/set_box.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[set_box

Modified: trunk/libs/geometry/doc/src/examples/core/set_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/set_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/set_point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[set_point

Modified: trunk/libs/geometry/doc/src/examples/geometries/point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/geometries/point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/geometries/point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[point

Modified: trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp 2011-03-26 18:55:54 EDT (Sat, 26 Mar 2011)
@@ -1,10 +1,11 @@
 // 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)
-//
+
 // Quickbook Example
 
 //[register_point_2d


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