$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70600 - in trunk/boost/geometry: . algorithms algorithms/detail algorithms/detail/equals algorithms/detail/overlay algorithms/detail/sections arithmetic core domains/gis/io domains/gis/io/wkt domains/gis/io/wkt/detail extensions/algorithms extensions/algorithms/buffer extensions/algorithms/detail/overlay extensions/astronomy/core extensions/contrib extensions/gis/geographic/core extensions/gis/geographic/detail extensions/gis/geographic/strategies extensions/gis/io/shapelib extensions/gis/io/veshape extensions/gis/io/wkb extensions/gis/io/wkb/detail extensions/gis/io/wkt extensions/gis/latlong extensions/gis/latlong/detail extensions/gis/projections extensions/gis/projections/impl extensions/gis/projections/proj extensions/index/rtree extensions/io/svg extensions/iterators extensions/multi/algorithms extensions/nsphere extensions/nsphere/algorithms extensions/nsphere/core extensions/nsphere/geometries extensions/nsphere/geometries/concepts extensions/util extensions/views geometries geometries/adapted geometries/adapted/boost_polygon geometries/adapted/boost_range geometries/concepts geometries/concepts/detail geometries/register iterators multi multi/algorithms multi/algorithms/detail multi/algorithms/detail/overlay multi/algorithms/detail/sections multi/core multi/geometries multi/geometries/adapted multi/geometries/concepts multi/iterators multi/strategies multi/strategies/cartesian multi/util policies policies/relate ranges strategies strategies/agnostic strategies/cartesian strategies/concepts strategies/spherical strategies/transform util views
From: barend.gehrels_at_[hidden]
Date: 2011-03-26 18:34:17
Author: barendgehrels
Date: 2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
New Revision: 70600
URL: http://svn.boost.org/trac/boost/changeset/70600
Log:
Updated copyright messages
Added:
   trunk/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp   (contents, props changed)
Removed:
   trunk/boost/geometry/geometries/concepts/detail/
Text files modified: 
   trunk/boost/geometry/algorithms/append.hpp                                         |    11 ++                                      
   trunk/boost/geometry/algorithms/area.hpp                                           |    11 ++                                      
   trunk/boost/geometry/algorithms/assign.hpp                                         |    11 ++                                      
   trunk/boost/geometry/algorithms/buffer.hpp                                         |    11 ++                                      
   trunk/boost/geometry/algorithms/centroid.hpp                                       |    12 ++-                                     
   trunk/boost/geometry/algorithms/clear.hpp                                          |    11 ++                                      
   trunk/boost/geometry/algorithms/comparable_distance.hpp                            |    10 ++                                      
   trunk/boost/geometry/algorithms/convert.hpp                                        |    11 ++                                      
   trunk/boost/geometry/algorithms/convex_hull.hpp                                    |    11 ++                                      
   trunk/boost/geometry/algorithms/correct.hpp                                        |    11 ++                                      
   trunk/boost/geometry/algorithms/detail/calculate_null.hpp                          |    11 ++                                      
   trunk/boost/geometry/algorithms/detail/calculate_sum.hpp                           |    10 ++                                      
   trunk/boost/geometry/algorithms/detail/convert_point_to_point.hpp                  |    11 ++                                      
   trunk/boost/geometry/algorithms/detail/disjoint.hpp                                |    11 ++                                      
   trunk/boost/geometry/algorithms/detail/equals/collect_vectors.hpp                  |    10 ++                                      
   trunk/boost/geometry/algorithms/detail/for_each_range.hpp                          |    11 ++                                      
   trunk/boost/geometry/algorithms/detail/not.hpp                                     |    11 ++                                      
   trunk/boost/geometry/algorithms/detail/overlay/add_rings.hpp                       |    15 ++--                                    
   trunk/boost/geometry/algorithms/detail/overlay/assign_parents.hpp                  |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/calculate_distance_policy.hpp       |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/check_enrich.hpp                    |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp                 |     6                                         
   trunk/boost/geometry/algorithms/detail/overlay/convert_ring.hpp                    |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp              |     6                                         
   trunk/boost/geometry/algorithms/detail/overlay/copy_segments.hpp                   |    20 ++--                                    
   trunk/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp                 |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp      |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp                 |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp         |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp              |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/get_ring.hpp                        |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp                   |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/get_turns.hpp                       |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp               |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/msm_state.hpp                       |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/overlay.hpp                         |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/overlay_type.hpp                    |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/ring_properties.hpp                 |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp              |     6                                         
   trunk/boost/geometry/algorithms/detail/overlay/select_rings.hpp                    |    17 ++--                                    
   trunk/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp                |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/stream_info.hpp                     |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/traversal_info.hpp                  |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/traverse.hpp                        |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/turn_info.hpp                       |     9 +-                                      
   trunk/boost/geometry/algorithms/detail/overlay/visit_info.hpp                      |     5                                         
   trunk/boost/geometry/algorithms/detail/overlay/within_util.hpp                     |     5                                         
   trunk/boost/geometry/algorithms/detail/partition.hpp                               |    37 +++++-----                              
   trunk/boost/geometry/algorithms/detail/point_on_border.hpp                         |    10 ++                                      
   trunk/boost/geometry/algorithms/detail/ring_identifier.hpp                         |     5                                         
   trunk/boost/geometry/algorithms/detail/sections/range_by_section.hpp               |    10 ++                                      
   trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp                   |    11 ++                                      
   trunk/boost/geometry/algorithms/difference.hpp                                     |     5                                         
   trunk/boost/geometry/algorithms/disjoint.hpp                                       |    11 ++                                      
   trunk/boost/geometry/algorithms/distance.hpp                                       |    11 ++                                      
   trunk/boost/geometry/algorithms/envelope.hpp                                       |    11 ++                                      
   trunk/boost/geometry/algorithms/equals.hpp                                         |    11 ++                                      
   trunk/boost/geometry/algorithms/expand.hpp                                         |    11 ++                                      
   trunk/boost/geometry/algorithms/for_each.hpp                                       |    11 ++                                      
   trunk/boost/geometry/algorithms/intersection.hpp                                   |     6                                         
   trunk/boost/geometry/algorithms/intersection_inserter.hpp                          |     6                                         
   trunk/boost/geometry/algorithms/intersects.hpp                                     |    11 ++                                      
   trunk/boost/geometry/algorithms/length.hpp                                         |    11 ++                                      
   trunk/boost/geometry/algorithms/make.hpp                                           |    11 ++                                      
   trunk/boost/geometry/algorithms/num_geometries.hpp                                 |    10 ++                                      
   trunk/boost/geometry/algorithms/num_interior_rings.hpp                             |    10 ++                                      
   trunk/boost/geometry/algorithms/num_points.hpp                                     |    11 ++                                      
   trunk/boost/geometry/algorithms/overlaps.hpp                                       |    11 ++                                      
   trunk/boost/geometry/algorithms/perimeter.hpp                                      |    11 ++                                      
   trunk/boost/geometry/algorithms/reverse.hpp                                        |    10 ++                                      
   trunk/boost/geometry/algorithms/simplify.hpp                                       |    11 ++                                      
   trunk/boost/geometry/algorithms/sym_difference.hpp                                 |     5                                         
   trunk/boost/geometry/algorithms/transform.hpp                                      |    11 ++                                      
   trunk/boost/geometry/algorithms/union.hpp                                          |     8 +-                                      
   trunk/boost/geometry/algorithms/unique.hpp                                         |    10 ++                                      
   trunk/boost/geometry/algorithms/within.hpp                                         |    11 ++                                      
   trunk/boost/geometry/arithmetic/arithmetic.hpp                                     |    11 ++                                      
   trunk/boost/geometry/arithmetic/cross_product.hpp                                  |     5                                         
   trunk/boost/geometry/arithmetic/dot_product.hpp                                    |    11 ++                                      
   trunk/boost/geometry/core/access.hpp                                               |    11 ++                                      
   trunk/boost/geometry/core/closure.hpp                                              |    10 ++                                      
   trunk/boost/geometry/core/coordinate_dimension.hpp                                 |    11 ++                                      
   trunk/boost/geometry/core/coordinate_system.hpp                                    |    11 ++                                      
   trunk/boost/geometry/core/coordinate_type.hpp                                      |    11 ++                                      
   trunk/boost/geometry/core/cs.hpp                                                   |    11 ++                                      
   trunk/boost/geometry/core/exception.hpp                                            |    11 ++                                      
   trunk/boost/geometry/core/exterior_ring.hpp                                        |    13 ++-                                     
   trunk/boost/geometry/core/geometry_id.hpp                                          |    11 ++                                      
   trunk/boost/geometry/core/interior_rings.hpp                                       |    11 ++                                      
   trunk/boost/geometry/core/interior_type.hpp                                        |    11 ++                                      
   trunk/boost/geometry/core/is_areal.hpp                                             |    10 ++                                      
   trunk/boost/geometry/core/is_linear.hpp                                            |    11 ++                                      
   trunk/boost/geometry/core/mutable_range.hpp                                        |    10 ++                                      
   trunk/boost/geometry/core/point_order.hpp                                          |    10 ++                                      
   trunk/boost/geometry/core/point_type.hpp                                           |    11 ++                                      
   trunk/boost/geometry/core/radian_access.hpp                                        |    11 ++                                      
   trunk/boost/geometry/core/replace_point_type.hpp                                   |    11 ++                                      
   trunk/boost/geometry/core/reverse_dispatch.hpp                                     |    11 ++                                      
   trunk/boost/geometry/core/ring_type.hpp                                            |    11 ++                                      
   trunk/boost/geometry/core/tag.hpp                                                  |    11 ++                                      
   trunk/boost/geometry/core/tag_cast.hpp                                             |    10 ++                                      
   trunk/boost/geometry/core/tags.hpp                                                 |    11 ++                                      
   trunk/boost/geometry/core/topological_dimension.hpp                                |    11 ++                                      
   trunk/boost/geometry/domains/gis/io/io.hpp                                         |    10 ++                                      
   trunk/boost/geometry/domains/gis/io/wkt/detail/wkt.hpp                             |    10 ++                                      
   trunk/boost/geometry/domains/gis/io/wkt/detail/wkt_multi.hpp                       |    10 ++                                      
   trunk/boost/geometry/domains/gis/io/wkt/read_wkt.hpp                               |    10 ++                                      
   trunk/boost/geometry/domains/gis/io/wkt/read_wkt_multi.hpp                         |    10 ++                                      
   trunk/boost/geometry/domains/gis/io/wkt/wkt.hpp                                    |    10 ++                                      
   trunk/boost/geometry/domains/gis/io/wkt/write_wkt.hpp                              |    10 ++                                      
   trunk/boost/geometry/domains/gis/io/wkt/write_wkt_multi.hpp                        |    10 ++                                      
   trunk/boost/geometry/extensions/algorithms/buffer/intersecting_inserter.hpp        |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/line_line_intersection.hpp       |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/linestring_buffer.hpp            |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/polygon_buffer.hpp               |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/remove_within_distance.hpp       |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/sectionalizing_buffer.hpp        |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/segmenting_buffer.hpp            |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/splitting_buffer.hpp             |     5                                         
   trunk/boost/geometry/extensions/algorithms/buffer/traversing_buffer.hpp            |     5                                         
   trunk/boost/geometry/extensions/algorithms/connect.hpp                             |     5                                         
   trunk/boost/geometry/extensions/algorithms/detail/overlay/dissolver.hpp            |     5                                         
   trunk/boost/geometry/extensions/algorithms/detail/overlay/split_rings.hpp          |     5                                         
   trunk/boost/geometry/extensions/algorithms/dissolve.hpp                            |     7 +                                       
   trunk/boost/geometry/extensions/algorithms/mark_spikes.hpp                         |     5                                         
   trunk/boost/geometry/extensions/algorithms/midpoints.hpp                           |     9 +                                       
   trunk/boost/geometry/extensions/algorithms/offset.hpp                              |    33 ++++----                                
   trunk/boost/geometry/extensions/algorithms/parse.hpp                               |    11 ++                                      
   trunk/boost/geometry/extensions/algorithms/point_on_line.hpp                       |    11 ++                                      
   trunk/boost/geometry/extensions/algorithms/remove_holes_if.hpp                     |     9 +                                       
   trunk/boost/geometry/extensions/algorithms/remove_marked.hpp                       |     8 +                                       
   trunk/boost/geometry/extensions/algorithms/remove_spikes.hpp                       |     8 +                                       
   trunk/boost/geometry/extensions/algorithms/selected.hpp                            |    11 ++                                      
   trunk/boost/geometry/extensions/astronomy/core/cs.hpp                              |    11 ++                                      
   trunk/boost/geometry/extensions/contrib/ttmath_stub.hpp                            |    13 +++                                     
   trunk/boost/geometry/extensions/gis/geographic/core/cs.hpp                         |    11 ++                                      
   trunk/boost/geometry/extensions/gis/geographic/detail/ellipsoid.hpp                |    11 ++                                      
   trunk/boost/geometry/extensions/gis/geographic/strategies/andoyer.hpp              |     6                                         
   trunk/boost/geometry/extensions/gis/geographic/strategies/area_huiller_earth.hpp   |     6                                         
   trunk/boost/geometry/extensions/gis/geographic/strategies/distance_cross_track.hpp |     6                                         
   trunk/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp           |     4                                         
   trunk/boost/geometry/extensions/gis/geographic/strategies/vincenty.hpp             |     6                                         
   trunk/boost/geometry/extensions/gis/io/shapelib/dbf_write_attribute.hpp            |    17 ++--                                    
   trunk/boost/geometry/extensions/gis/io/shapelib/shape_creator.hpp                  |     5                                         
   trunk/boost/geometry/extensions/gis/io/shapelib/shape_reader.hpp                   |     5                                         
   trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object.hpp              |     5                                         
   trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object_multi.hpp        |     5                                         
   trunk/boost/geometry/extensions/gis/io/shapelib/shp_read_object.hpp                |     5                                         
   trunk/boost/geometry/extensions/gis/io/veshape/write_veshape.hpp                   |     8 +                                       
   trunk/boost/geometry/extensions/gis/io/wkb/detail/endian.hpp                       |     9 +-                                      
   trunk/boost/geometry/extensions/gis/io/wkb/detail/ogc.hpp                          |     5                                         
   trunk/boost/geometry/extensions/gis/io/wkb/detail/parser.hpp                       |     5                                         
   trunk/boost/geometry/extensions/gis/io/wkb/read_wkb.hpp                            |     5                                         
   trunk/boost/geometry/extensions/gis/io/wkb/utility.hpp                             |     5                                         
   trunk/boost/geometry/extensions/gis/io/wkt/read_wkt.hpp                            |    10 ++                                      
   trunk/boost/geometry/extensions/gis/io/wkt/readme.txt                              |    10 ++                                      
   trunk/boost/geometry/extensions/gis/io/wkt/stream_wkt.hpp                          |    10 ++                                      
   trunk/boost/geometry/extensions/gis/io/wkt/wkt.hpp                                 |    10 ++                                      
   trunk/boost/geometry/extensions/gis/io/wkt/write_wkt.hpp                           |    10 ++                                      
   trunk/boost/geometry/extensions/gis/latlong/detail/graticule.hpp                   |    11 ++                                      
   trunk/boost/geometry/extensions/gis/latlong/latlong.hpp                            |    11 ++                                      
   trunk/boost/geometry/extensions/gis/latlong/point_ll.hpp                           |    11 ++                                      
   trunk/boost/geometry/extensions/gis/projections/epsg.hpp                           |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/epsg_traits.hpp                    |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/factory.hpp                        |    18 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/impl/aasincos.hpp                  |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/adjlon.hpp                    |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/base_dynamic.hpp              |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/base_static.hpp               |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/factory_entry.hpp             |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/function_overloads.hpp        |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_auth.hpp                   |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_datum_set.hpp              |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_datums.hpp                 |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_ell_set.hpp                |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_ellps.hpp                  |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_fwd.hpp                    |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_gauss.hpp                  |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_init.hpp                   |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_inv.hpp                    |    13 ++-                                     
   trunk/boost/geometry/extensions/gis/projections/impl/pj_mlfn.hpp                   |    13 ++-                                     
   trunk/boost/geometry/extensions/gis/projections/impl/pj_msfn.hpp                   |    13 ++-                                     
   trunk/boost/geometry/extensions/gis/projections/impl/pj_param.hpp                  |    13 ++-                                     
   trunk/boost/geometry/extensions/gis/projections/impl/pj_phi2.hpp                   |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/impl/pj_qsfn.hpp                   |    13 ++-                                     
   trunk/boost/geometry/extensions/gis/projections/impl/pj_tsfn.hpp                   |    13 ++-                                     
   trunk/boost/geometry/extensions/gis/projections/impl/pj_units.hpp                  |     6                                         
   trunk/boost/geometry/extensions/gis/projections/impl/pj_zpoly1.hpp                 |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/impl/proj_mdist.hpp                |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/impl/projects.hpp                  |     6                                         
   trunk/boost/geometry/extensions/gis/projections/parameters.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/aea.hpp                       |    26 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/aeqd.hpp                      |    36 +++++-----                              
   trunk/boost/geometry/extensions/gis/projections/proj/airy.hpp                      |    22 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/aitoff.hpp                    |    24 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/august.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/bacon.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/bipc.hpp                      |    24 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/boggs.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/bonne.hpp                     |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/cass.hpp                      |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/cc.hpp                        |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/cea.hpp                       |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/chamb.hpp                     |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/collg.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/crast.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/denoy.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/eck1.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/eck2.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/eck3.hpp                      |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/eck4.hpp                      |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/eck5.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/eqc.hpp                       |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/eqdc.hpp                      |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/fahey.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/fouc_s.hpp                    |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/gall.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/geocent.hpp                   |    22 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/geos.hpp                      |    24 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/gins8.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/gn_sinu.hpp                   |    24 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/gnom.hpp                      |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/goode.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/gstmerc.hpp                   |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/hammer.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/hatano.hpp                    |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/imw_p.hpp                     |    26 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/krovak.hpp                    |   140 ++++++++++++++++++++--------------------
   trunk/boost/geometry/extensions/gis/projections/proj/labrd.hpp                     |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/laea.hpp                      |    22 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/lagrng.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/larr.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/lask.hpp                      |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/latlong.hpp                   |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/lcc.hpp                       |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/lcca.hpp                      |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/loxim.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/lsat.hpp                      |    28 ++++----                                
   trunk/boost/geometry/extensions/gis/projections/proj/mbt_fps.hpp                   |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/mbtfpp.hpp                    |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/mbtfpq.hpp                    |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/merc.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/mill.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/mod_ster.hpp                  |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/moll.hpp                      |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/nell.hpp                      |    18 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/nell_h.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/nocol.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/nsper.hpp                     |    22 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/nzmg.hpp                      |    24 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/ob_tran.hpp                   |    34 ++++----                                
   trunk/boost/geometry/extensions/gis/projections/proj/ocea.hpp                      |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/oea.hpp                       |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/omerc.hpp                     |     4                                         
   trunk/boost/geometry/extensions/gis/projections/proj/ortho.hpp                     |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/poly.hpp                      |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/putp2.hpp                     |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/putp3.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/putp4p.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/putp5.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/putp6.hpp                     |    18 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/robin.hpp                     |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/rouss.hpp                     |    18 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/rpoly.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/sconics.hpp                   |    20 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/somerc.hpp                    |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/stere.hpp                     |     4                                         
   trunk/boost/geometry/extensions/gis/projections/proj/sterea.hpp                    |    22 +++---                                  
   trunk/boost/geometry/extensions/gis/projections/proj/sts.hpp                       |    18 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/tcc.hpp                       |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/tcea.hpp                      |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/tmerc.hpp                     |    38 +++++-----                              
   trunk/boost/geometry/extensions/gis/projections/proj/tpeqd.hpp                     |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/urm5.hpp                      |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/urmfps.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/vandg.hpp                     |    16 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/vandg2.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/vandg4.hpp                    |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/wag2.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/wag3.hpp                      |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/wag7.hpp                      |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/proj/wink1.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/gis/projections/proj/wink2.hpp                     |    14 ++--                                    
   trunk/boost/geometry/extensions/gis/projections/project_inverse_transformer.hpp    |     6                                         
   trunk/boost/geometry/extensions/gis/projections/project_transformer.hpp            |     6                                         
   trunk/boost/geometry/extensions/gis/projections/projection.hpp                     |    12 +-                                      
   trunk/boost/geometry/extensions/index/rtree/helpers.hpp                            |     2                                         
   trunk/boost/geometry/extensions/index/rtree/rtree.hpp                              |     2                                         
   trunk/boost/geometry/extensions/index/rtree/rtree_leaf.hpp                         |     2                                         
   trunk/boost/geometry/extensions/index/rtree/rtree_node.hpp                         |     2                                         
   trunk/boost/geometry/extensions/io/svg/svg_mapper.hpp                              |    10 ++                                      
   trunk/boost/geometry/extensions/io/svg/write_svg.hpp                               |     9 +                                       
   trunk/boost/geometry/extensions/io/svg/write_svg_multi.hpp                         |     9 +                                       
   trunk/boost/geometry/extensions/iterators/section_iterators.hpp                    |    11 ++                                      
   trunk/boost/geometry/extensions/multi/algorithms/dissolve.hpp                      |     5                                         
   trunk/boost/geometry/extensions/nsphere/algorithms/append.hpp                      |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/algorithms/area.hpp                        |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/algorithms/assign.hpp                      |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/algorithms/clear.hpp                       |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/algorithms/envelope.hpp                    |    23 ++++--                                  
   trunk/boost/geometry/extensions/nsphere/algorithms/num_points.hpp                  |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/algorithms/within.hpp                      |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/core/access.hpp                            |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/core/geometry_id.hpp                       |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/core/radius.hpp                            |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/core/replace_point_type.hpp                |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/core/tags.hpp                              |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/core/topological_dimension.hpp             |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/geometries/concepts/check.hpp              |    10 ++                                      
   trunk/boost/geometry/extensions/nsphere/geometries/concepts/nsphere_concept.hpp    |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/geometries/nsphere.hpp                     |    11 ++                                      
   trunk/boost/geometry/extensions/nsphere/nsphere.hpp                                |    10 ++                                      
   trunk/boost/geometry/extensions/util/get_cs_as_radian.hpp                          |    11 ++                                      
   trunk/boost/geometry/extensions/views/enveloped_view.hpp                           |     8 ++                                      
   trunk/boost/geometry/extensions/views/section_view.hpp                             |    10 ++                                      
   trunk/boost/geometry/geometries/adapted/boost_array.hpp                            |     8 +-                                      
   trunk/boost/geometry/geometries/adapted/boost_array_as_linestring.hpp              |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/boost_array_as_ring.hpp                    |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/boost_array_cartesian.hpp                  |     8 +-                                      
   trunk/boost/geometry/geometries/adapted/boost_array_geographic.hpp                 |     8 +-                                      
   trunk/boost/geometry/geometries/adapted/boost_polygon/box.hpp                      |     5                                         
   trunk/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp            |    11 +-                                      
   trunk/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp              |    21 +++--                                   
   trunk/boost/geometry/geometries/adapted/boost_polygon/point.hpp                    |     5                                         
   trunk/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp                  |     5                                         
   trunk/boost/geometry/geometries/adapted/boost_polygon/ring.hpp                     |     7 +                                       
   trunk/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp               |    57 ++++++++--------                        
   trunk/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp          |     7 +                                       
   trunk/boost/geometry/geometries/adapted/boost_range/filtered.hpp                   |     7 +                                       
   trunk/boost/geometry/geometries/adapted/boost_range/reversed.hpp                   |     5                                         
   trunk/boost/geometry/geometries/adapted/boost_range/sliced.hpp                     |     5                                         
   trunk/boost/geometry/geometries/adapted/boost_range/strided.hpp                    |     5                                         
   trunk/boost/geometry/geometries/adapted/boost_range/uniqued.hpp                    |     7 +                                       
   trunk/boost/geometry/geometries/adapted/c_array.hpp                                |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/c_array_as_linestring.hpp                  |    10 ++                                      
   trunk/boost/geometry/geometries/adapted/c_array_as_ring.hpp                        |    10 ++                                      
   trunk/boost/geometry/geometries/adapted/c_array_cartesian.hpp                      |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/c_array_geographic.hpp                     |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/fusion.hpp                                 |     8 +-                                      
   trunk/boost/geometry/geometries/adapted/fusion_cartesian.hpp                       |     8 +-                                      
   trunk/boost/geometry/geometries/adapted/fusion_geographic.hpp                      |     8 +-                                      
   trunk/boost/geometry/geometries/adapted/std_as_linestring.hpp                      |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/std_as_ring.hpp                            |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/std_pair_as_segment.hpp                    |    10 ++                                      
   trunk/boost/geometry/geometries/adapted/tuple.hpp                                  |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/tuple_cartesian.hpp                        |    11 ++                                      
   trunk/boost/geometry/geometries/adapted/tuple_geographic.hpp                       |    11 ++                                      
   trunk/boost/geometry/geometries/box.hpp                                            |    11 ++                                      
   trunk/boost/geometry/geometries/concepts/box_concept.hpp                           |    11 ++                                      
   trunk/boost/geometry/geometries/concepts/check.hpp                                 |    10 ++                                      
   trunk/boost/geometry/geometries/concepts/linestring_concept.hpp                    |    11 ++                                      
   trunk/boost/geometry/geometries/concepts/point_concept.hpp                         |    11 ++                                      
   trunk/boost/geometry/geometries/concepts/polygon_concept.hpp                       |    11 ++                                      
   trunk/boost/geometry/geometries/concepts/ring_concept.hpp                          |    11 ++                                      
   trunk/boost/geometry/geometries/concepts/segment_concept.hpp                       |    11 ++                                      
   trunk/boost/geometry/geometries/geometries.hpp                                     |    11 ++                                      
   trunk/boost/geometry/geometries/linear_ring.hpp                                    |    11 ++                                      
   trunk/boost/geometry/geometries/linestring.hpp                                     |    11 ++                                      
   trunk/boost/geometry/geometries/point.hpp                                          |    11 ++                                      
   trunk/boost/geometry/geometries/point_xy.hpp                                       |    11 ++                                      
   trunk/boost/geometry/geometries/polygon.hpp                                        |    11 ++                                      
   trunk/boost/geometry/geometries/quantity_point.hpp                                 |    24 ++++--                                  
   trunk/boost/geometry/geometries/register/box.hpp                                   |    11 ++                                      
   trunk/boost/geometry/geometries/register/linestring.hpp                            |    11 ++                                      
   trunk/boost/geometry/geometries/register/point.hpp                                 |    11 ++                                      
   trunk/boost/geometry/geometries/register/ring.hpp                                  |    11 ++                                      
   trunk/boost/geometry/geometries/register/segment.hpp                               |    11 ++                                      
   trunk/boost/geometry/geometries/ring.hpp                                           |    11 ++                                      
   trunk/boost/geometry/geometries/segment.hpp                                        |    11 ++                                      
   trunk/boost/geometry/geometry.hpp                                                  |    12 ++-                                     
   trunk/boost/geometry/iterators/base.hpp                                            |    11 ++                                      
   trunk/boost/geometry/iterators/box_iterator.hpp                                    |    10 ++                                      
   trunk/boost/geometry/iterators/circular_iterator.hpp                               |    11 ++                                      
   trunk/boost/geometry/iterators/closing_iterator.hpp                                |    12 ++                                      
   trunk/boost/geometry/iterators/ever_circling_iterator.hpp                          |    11 ++                                      
   trunk/boost/geometry/iterators/range_type.hpp                                      |    10 ++                                      
   trunk/boost/geometry/iterators/segment_range_iterator.hpp                          |    10 ++                                      
   trunk/boost/geometry/iterators/segment_returning_iterator.hpp                      |     8 +-                                      
   trunk/boost/geometry/multi/algorithms/area.hpp                                     |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/centroid.hpp                                 |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/clear.hpp                                    |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/convex_hull.hpp                              |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/correct.hpp                                  |    17 +++-                                    
   trunk/boost/geometry/multi/algorithms/detail/for_each_range.hpp                    |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/detail/modify.hpp                            |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp             |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/detail/multi_sum.hpp                         |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp        |     5                                         
   trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp             |     6                                         
   trunk/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp                  |     5                                         
   trunk/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp                 |     8 +                                       
   trunk/boost/geometry/multi/algorithms/detail/overlay/select_rings.hpp              |     6                                         
   trunk/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp          |     5                                         
   trunk/boost/geometry/multi/algorithms/detail/point_on_border.hpp                   |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp         |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp             |    19 +++--                                   
   trunk/boost/geometry/multi/algorithms/difference.hpp                               |     5                                         
   trunk/boost/geometry/multi/algorithms/distance.hpp                                 |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/envelope.hpp                                 |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/equals.hpp                                   |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/for_each.hpp                                 |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/intersection.hpp                             |     5                                         
   trunk/boost/geometry/multi/algorithms/length.hpp                                   |    12 ++                                      
   trunk/boost/geometry/multi/algorithms/num_geometries.hpp                           |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/num_interior_rings.hpp                       |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/num_points.hpp                               |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/perimeter.hpp                                |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/reverse.hpp                                  |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/simplify.hpp                                 |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/transform.hpp                                |    11 ++                                      
   trunk/boost/geometry/multi/algorithms/union.hpp                                    |     5                                         
   trunk/boost/geometry/multi/algorithms/unique.hpp                                   |    10 ++                                      
   trunk/boost/geometry/multi/algorithms/within.hpp                                   |    11 ++                                      
   trunk/boost/geometry/multi/core/closure.hpp                                        |    10 ++                                      
   trunk/boost/geometry/multi/core/geometry_id.hpp                                    |    11 ++                                      
   trunk/boost/geometry/multi/core/interior_rings.hpp                                 |    10 ++                                      
   trunk/boost/geometry/multi/core/is_areal.hpp                                       |    10 ++                                      
   trunk/boost/geometry/multi/core/point_order.hpp                                    |    10 ++                                      
   trunk/boost/geometry/multi/core/point_type.hpp                                     |    11 ++                                      
   trunk/boost/geometry/multi/core/ring_type.hpp                                      |    11 ++                                      
   trunk/boost/geometry/multi/core/tags.hpp                                           |    11 ++                                      
   trunk/boost/geometry/multi/core/topological_dimension.hpp                          |    11 ++                                      
   trunk/boost/geometry/multi/geometries/adapted/boost_array_as_multi_point.hpp       |    10 ++                                      
   trunk/boost/geometry/multi/geometries/adapted/c_array_as_multi_point.hpp           |    10 ++                                      
   trunk/boost/geometry/multi/geometries/adapted/std_as_multi_point.hpp               |    10 ++                                      
   trunk/boost/geometry/multi/geometries/concepts/check.hpp                           |    10 ++                                      
   trunk/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp        |    11 ++                                      
   trunk/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp             |    11 ++                                      
   trunk/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp           |    11 ++                                      
   trunk/boost/geometry/multi/geometries/multi_linestring.hpp                         |    11 ++                                      
   trunk/boost/geometry/multi/geometries/multi_point.hpp                              |    11 ++                                      
   trunk/boost/geometry/multi/geometries/multi_polygon.hpp                            |    11 ++                                      
   trunk/boost/geometry/multi/iterators/range_type.hpp                                |    10 ++                                      
   trunk/boost/geometry/multi/multi.hpp                                               |    11 ++                                      
   trunk/boost/geometry/multi/strategies/cartesian/centroid_average.hpp               |    11 ++                                      
   trunk/boost/geometry/multi/strategies/centroid.hpp                                 |    11 ++                                      
   trunk/boost/geometry/multi/util/write_dsv.hpp                                      |    11 ++                                      
   trunk/boost/geometry/policies/compare.hpp                                          |     5                                         
   trunk/boost/geometry/policies/relate/de9im.hpp                                     |     6                                         
   trunk/boost/geometry/policies/relate/direction.hpp                                 |     6                                         
   trunk/boost/geometry/policies/relate/intersection_points.hpp                       |     6                                         
   trunk/boost/geometry/policies/relate/intersection_points_determinant.hpp           |     6                                         
   trunk/boost/geometry/policies/relate/intersection_points_slope.hpp                 |     6                                         
   trunk/boost/geometry/policies/relate/tupled.hpp                                    |     6                                         
   trunk/boost/geometry/ranges/box_range.hpp                                          |    10 ++                                      
   trunk/boost/geometry/ranges/segment_range.hpp                                      |    10 ++                                      
   trunk/boost/geometry/strategies/agnostic/hull_graham_andrew.hpp                    |     8 +                                       
   trunk/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp                 |     9 +                                       
   trunk/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp              |    10 ++                                      
   trunk/boost/geometry/strategies/area.hpp                                           |    11 ++                                      
   trunk/boost/geometry/strategies/area_result.hpp                                    |    10 ++                                      
   trunk/boost/geometry/strategies/buffer.hpp                                         |    10 ++                                      
   trunk/boost/geometry/strategies/buffer_join_round.hpp                              |    10 ++                                      
   trunk/boost/geometry/strategies/buffer_side.hpp                                    |    10 ++                                      
   trunk/boost/geometry/strategies/cartesian/area_surveyor.hpp                        |    11 ++                                      
   trunk/boost/geometry/strategies/cartesian/cart_intersect.hpp                       |     6                                         
   trunk/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp              |    11 ++                                      
   trunk/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp             |     5                                         
   trunk/boost/geometry/strategies/cartesian/distance_projected_point.hpp             |    11 ++                                      
   trunk/boost/geometry/strategies/cartesian/distance_pythagoras.hpp                  |    11 ++                                      
   trunk/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp     |    10 ++                                      
   trunk/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp               |    11 ++                                      
   trunk/boost/geometry/strategies/cartesian/side_by_triangle.hpp                     |    11 ++                                      
   trunk/boost/geometry/strategies/centroid.hpp                                       |    11 ++                                      
   trunk/boost/geometry/strategies/compare.hpp                                        |    10 ++                                      
   trunk/boost/geometry/strategies/concepts/area_concept.hpp                          |    10 ++                                      
   trunk/boost/geometry/strategies/concepts/centroid_concept.hpp                      |    10 ++                                      
   trunk/boost/geometry/strategies/concepts/convex_hull_concept.hpp                   |    10 ++                                      
   trunk/boost/geometry/strategies/concepts/distance_concept.hpp                      |    30 +++++---                                
   trunk/boost/geometry/strategies/concepts/segment_intersect_concept.hpp             |    10 ++                                      
   trunk/boost/geometry/strategies/concepts/simplify_concept.hpp                      |    12 ++                                      
   trunk/boost/geometry/strategies/concepts/within_concept.hpp                        |    10 ++                                      
   trunk/boost/geometry/strategies/convex_hull.hpp                                    |    11 ++                                      
   trunk/boost/geometry/strategies/distance.hpp                                       |    21 +++--                                   
   trunk/boost/geometry/strategies/distance_result.hpp                                |    11 ++                                      
   trunk/boost/geometry/strategies/intersection.hpp                                   |     5                                         
   trunk/boost/geometry/strategies/intersection_result.hpp                            |     6                                         
   trunk/boost/geometry/strategies/length_result.hpp                                  |    10 ++                                      
   trunk/boost/geometry/strategies/parse.hpp                                          |    11 ++                                      
   trunk/boost/geometry/strategies/side.hpp                                           |    11 ++                                      
   trunk/boost/geometry/strategies/side_info.hpp                                      |    10 ++                                      
   trunk/boost/geometry/strategies/spherical/area_huiller.hpp                         |     6                                         
   trunk/boost/geometry/strategies/spherical/compare_circular.hpp                     |     5                                         
   trunk/boost/geometry/strategies/spherical/distance_cross_track.hpp                 |     6                                         
   trunk/boost/geometry/strategies/spherical/distance_haversine.hpp                   |     6                                         
   trunk/boost/geometry/strategies/spherical/side_by_cross_track.hpp                  |     5                                         
   trunk/boost/geometry/strategies/strategies.hpp                                     |    11 ++                                      
   trunk/boost/geometry/strategies/strategy_transform.hpp                             |    11 ++                                      
   trunk/boost/geometry/strategies/tags.hpp                                           |    11 ++                                      
   trunk/boost/geometry/strategies/transform.hpp                                      |    11 ++                                      
   trunk/boost/geometry/strategies/transform/inverse_transformer.hpp                  |    13 ++-                                     
   trunk/boost/geometry/strategies/transform/map_transformer.hpp                      |    11 ++                                      
   trunk/boost/geometry/strategies/transform/matrix_transformers.hpp                  |    11 ++                                      
   trunk/boost/geometry/strategies/within.hpp                                         |    11 ++                                      
   trunk/boost/geometry/util/add_const_if_c.hpp                                       |    10 ++                                      
   trunk/boost/geometry/util/as_range.hpp                                             |    11 ++                                      
   trunk/boost/geometry/util/closure_as_bool.hpp                                      |    10 ++                                      
   trunk/boost/geometry/util/coordinate_cast.hpp                                      |    10 ++                                      
   trunk/boost/geometry/util/copy.hpp                                                 |    11 ++                                      
   trunk/boost/geometry/util/for_each_coordinate.hpp                                  |    15 ++-                                     
   trunk/boost/geometry/util/math.hpp                                                 |    11 ++                                      
   trunk/boost/geometry/util/order_as_direction.hpp                                   |    11 ++                                      
   trunk/boost/geometry/util/promote_floating_point.hpp                               |    10 ++                                      
   trunk/boost/geometry/util/readme.txt                                               |    10 ++                                      
   trunk/boost/geometry/util/select_calculation_type.hpp                              |    10 ++                                      
   trunk/boost/geometry/util/select_coordinate_type.hpp                               |    11 ++                                      
   trunk/boost/geometry/util/select_most_precise.hpp                                  |    11 ++                                      
   trunk/boost/geometry/util/write_dsv.hpp                                            |    10 ++                                      
   trunk/boost/geometry/views/closeable_view.hpp                                      |    10 ++                                      
   trunk/boost/geometry/views/identity_view.hpp                                       |    10 ++                                      
   trunk/boost/geometry/views/reversible_view.hpp                                     |    10 ++                                      
   511 files changed, 3597 insertions(+), 2091 deletions(-)
Modified: trunk/boost/geometry/algorithms/append.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/append.hpp	(original)
+++ trunk/boost/geometry/algorithms/append.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/area.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/area.hpp	(original)
+++ trunk/boost/geometry/algorithms/area.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/assign.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/assign.hpp	(original)
+++ trunk/boost/geometry/algorithms/assign.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/buffer.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/buffer.hpp	(original)
+++ trunk/boost/geometry/algorithms/buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/centroid.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/centroid.hpp	(original)
+++ trunk/boost/geometry/algorithms/centroid.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
-// Copyright (c) 2009 Mateusz Loskot <mateusz_at_[hidden]>
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/clear.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/clear.hpp	(original)
+++ trunk/boost/geometry/algorithms/clear.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/comparable_distance.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/comparable_distance.hpp	(original)
+++ trunk/boost/geometry/algorithms/comparable_distance.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/convert.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/convert.hpp	(original)
+++ trunk/boost/geometry/algorithms/convert.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/convex_hull.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/convex_hull.hpp	(original)
+++ trunk/boost/geometry/algorithms/convex_hull.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/correct.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/correct.hpp	(original)
+++ trunk/boost/geometry/algorithms/correct.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/calculate_null.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/calculate_null.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/calculate_null.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/calculate_sum.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/calculate_sum.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/calculate_sum.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/convert_point_to_point.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/convert_point_to_point.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/convert_point_to_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/disjoint.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/disjoint.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/disjoint.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/equals/collect_vectors.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/equals/collect_vectors.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/equals/collect_vectors.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/for_each_range.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/for_each_range.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/for_each_range.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/not.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/not.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/not.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/add_rings.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/add_rings.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/add_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, 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)
@@ -20,17 +21,17 @@
 namespace detail { namespace overlay
 {
 
-template 
+template
 <
-    typename GeometryOut, 
+    typename GeometryOut,
     typename Geometry1,
     typename Geometry2,
     typename RingCollection
 >
 inline void convert_and_add(GeometryOut& result,
             Geometry1 const& geometry1, Geometry2 const& geometry2,
-            RingCollection const& collection, 
-            ring_identifier id, 
+            RingCollection const& collection,
+            ring_identifier id,
             bool reversed, bool append)
 {
     typedef typename geometry::tag<Geometry1>::type tag1;
@@ -114,7 +115,7 @@
     typename OutputIterator
 >
 inline OutputIterator add_rings(SelectionMap const& map,
-            Geometry const& geometry, 
+            Geometry const& geometry,
             RingCollection const& collection,
             OutputIterator out)
 {
Modified: trunk/boost/geometry/algorithms/detail/overlay/assign_parents.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/assign_parents.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/assign_parents.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/calculate_distance_policy.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/calculate_distance_policy.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/calculate_distance_policy.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/check_enrich.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/check_enrich.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/check_enrich.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/convert_ring.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/convert_ring.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/convert_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/copy_segments.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/copy_segments.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/copy_segments.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
@@ -38,11 +38,11 @@
 {
 
 
-template 
+template
 <
-    typename Ring, 
-    bool Reverse, 
-    typename SegmentIdentifier, 
+    typename Ring,
+    bool Reverse,
+    typename SegmentIdentifier,
     typename RangeOut
 >
 struct copy_segments_ring
@@ -106,9 +106,9 @@
 
 template
 <
-    typename Polygon, 
-    bool Reverse, 
-    typename SegmentIdentifier, 
+    typename Polygon,
+    bool Reverse,
+    typename SegmentIdentifier,
     typename RangeOut
 >
 struct copy_segments_polygon
Modified: trunk/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/get_ring.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/get_ring.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/get_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/get_turns.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/get_turns.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/get_turns.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/msm_state.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/msm_state.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/msm_state.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/overlay.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/overlay.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/overlay.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2011, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/overlay_type.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/overlay_type.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/overlay_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/ring_properties.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/ring_properties.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/ring_properties.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/select_rings.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/select_rings.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/select_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, 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)
@@ -175,7 +176,7 @@
     typename IntersectionMap, typename SelectionMap
 >
 inline void update_selection_map(Geometry1 const& geometry1,
-            Geometry2 const& geometry2, 
+            Geometry2 const& geometry2,
             IntersectionMap const& intersection_map,
             SelectionMap const& map_with_all, SelectionMap& selection_map)
 {
@@ -206,17 +207,17 @@
             typename SelectionMap::mapped_type properties = it->second; // Copy by value
 
             // Calculate the "within code" (previously this was done earlier but is
-            // must efficienter here - it can be even more efficient doing it all at once, 
+            // must efficienter here - it can be even more efficient doing it all at once,
             // using partition, TODO)
             // So though this is less elegant than before, it avoids many unused point-in-poly calculations
             switch(id.source_index)
             {
-                case 0 : 
-                    properties.within_code 
+                case 0 :
+                    properties.within_code
                         = geometry::within(properties.point, geometry2) ? 1 : -1;
                     break;
-                case 1 : 
-                    properties.within_code 
+                case 1 :
+                    properties.within_code
                         = geometry::within(properties.point, geometry1) ? 1 : -1;
                     break;
             }
Modified: trunk/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/stream_info.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/stream_info.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/stream_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/traversal_info.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/traversal_info.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/traversal_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/traverse.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/traverse.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/traverse.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/turn_info.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/turn_info.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/turn_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
@@ -115,7 +116,7 @@
     }
     inline bool any_blocked() const
     {
-        return this->operations[0].operation == operation_blocked 
+        return this->operations[0].operation == operation_blocked
             || this->operations[1].operation == operation_blocked;
     }
 
@@ -123,7 +124,7 @@
 private :
     inline bool has12(operation_type type1, operation_type type2) const
     {
-        return this->operations[0].operation == type1 
+        return this->operations[0].operation == type1
             && this->operations[1].operation == type2
             ;
     }
Modified: trunk/boost/geometry/algorithms/detail/overlay/visit_info.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/visit_info.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/visit_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/algorithms/detail/overlay/within_util.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/within_util.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/overlay/within_util.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/partition.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/partition.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/partition.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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)
@@ -43,8 +44,8 @@
 static inline void divide_into_subsets(Box const& lower_box, Box const& upper_box,
         InputCollection const& collection,
         index_vector_type const& input,
-        index_vector_type& lower, 
-        index_vector_type& upper, 
+        index_vector_type& lower,
+        index_vector_type& upper,
         index_vector_type& exceeding)
 {
     typedef boost::range_iterator<index_vector_type const>::type index_iterator_type;
@@ -120,7 +121,7 @@
     typename OverlapsPolicy,
     typename VisitBoxPolicy
 >
-class partition_one_collection 
+class partition_one_collection
 {
     typedef std::vector<std::size_t> index_vector_type;
     typedef typename coordinate_type<Box>::type ctype;
@@ -192,7 +193,7 @@
     typename OverlapsPolicy,
     typename VisitBoxPolicy
 >
-class partition_two_collections 
+class partition_two_collections
 {
     typedef std::vector<std::size_t> index_vector_type;
     typedef typename coordinate_type<Box>::type ctype;
@@ -213,8 +214,8 @@
     {
         if (boost::size(input1) > 0 && boost::size(input2) > 0)
         {
-            if (boost::size(input1) > min_elements 
-                && boost::size(input2) > min_elements 
+            if (boost::size(input1) > min_elements
+                && boost::size(input2) > min_elements
                 && level < 100)
             {
                 sub_divide::apply(box, collection1, input1, collection2, input2, level + 1, min_elements, policy, box_policy);
@@ -307,8 +308,8 @@
 
 public :
     template <typename InputCollection, typename VisitPolicy>
-    static inline void apply(InputCollection const& collection, 
-            VisitPolicy& visitor, 
+    static inline void apply(InputCollection const& collection,
+            VisitPolicy& visitor,
             int min_elements = 16,
             VisitBoxPolicy box_visitor = visit_no_policy()
             )
@@ -322,8 +323,8 @@
 
             detail::partition::partition_one_collection
                 <
-                    0, Box, 
-                    OverlapsPolicy, 
+                    0, Box,
+                    OverlapsPolicy,
                     VisitBoxPolicy
                 >::apply(total, collection, index_vector, 0, min_elements, visitor, box_visitor);
         }
@@ -342,9 +343,9 @@
     }
 
     template <typename InputCollection, typename VisitPolicy>
-    static inline void apply(InputCollection const& collection1, 
-                InputCollection const& collection2, 
-                VisitPolicy& visitor, 
+    static inline void apply(InputCollection const& collection1,
+                InputCollection const& collection2,
+                VisitPolicy& visitor,
                 int min_elements = 16,
                 VisitBoxPolicy box_visitor = visit_no_policy()
                 )
@@ -360,9 +361,9 @@
             detail::partition::partition_two_collections
                 <
                     0, Box, OverlapsPolicy, VisitBoxPolicy
-                >::apply(total, 
-                    collection1, index_vector1, 
-                    collection2, index_vector2, 
+                >::apply(total,
+                    collection1, index_vector1,
+                    collection2, index_vector2,
                     0, min_elements, visitor, box_visitor);
         }
         else
Modified: trunk/boost/geometry/algorithms/detail/point_on_border.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/point_on_border.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/point_on_border.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
+
 // Use, modification and distribution is subject to the Boost Software License,
 // Version 1.Dimension. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
Modified: trunk/boost/geometry/algorithms/detail/ring_identifier.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/ring_identifier.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/ring_identifier.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/detail/sections/range_by_section.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/sections/range_by_section.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/sections/range_by_section.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp	(original)
+++ trunk/boost/geometry/algorithms/detail/sections/sectionalize.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/difference.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/difference.hpp	(original)
+++ trunk/boost/geometry/algorithms/difference.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/disjoint.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/disjoint.hpp	(original)
+++ trunk/boost/geometry/algorithms/disjoint.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/distance.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/distance.hpp	(original)
+++ trunk/boost/geometry/algorithms/distance.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/envelope.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/envelope.hpp	(original)
+++ trunk/boost/geometry/algorithms/envelope.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/equals.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/equals.hpp	(original)
+++ trunk/boost/geometry/algorithms/equals.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/expand.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/expand.hpp	(original)
+++ trunk/boost/geometry/algorithms/expand.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/for_each.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/for_each.hpp	(original)
+++ trunk/boost/geometry/algorithms/for_each.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/intersection.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/intersection.hpp	(original)
+++ trunk/boost/geometry/algorithms/intersection.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/algorithms/intersection_inserter.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/intersection_inserter.hpp	(original)
+++ trunk/boost/geometry/algorithms/intersection_inserter.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/algorithms/intersects.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/intersects.hpp	(original)
+++ trunk/boost/geometry/algorithms/intersects.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/length.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/length.hpp	(original)
+++ trunk/boost/geometry/algorithms/length.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/make.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/make.hpp	(original)
+++ trunk/boost/geometry/algorithms/make.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/num_geometries.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/num_geometries.hpp	(original)
+++ trunk/boost/geometry/algorithms/num_geometries.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/num_interior_rings.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/num_interior_rings.hpp	(original)
+++ trunk/boost/geometry/algorithms/num_interior_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/num_points.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/num_points.hpp	(original)
+++ trunk/boost/geometry/algorithms/num_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/overlaps.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/overlaps.hpp	(original)
+++ trunk/boost/geometry/algorithms/overlaps.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/perimeter.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/perimeter.hpp	(original)
+++ trunk/boost/geometry/algorithms/perimeter.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/reverse.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/reverse.hpp	(original)
+++ trunk/boost/geometry/algorithms/reverse.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/simplify.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/simplify.hpp	(original)
+++ trunk/boost/geometry/algorithms/simplify.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/sym_difference.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/sym_difference.hpp	(original)
+++ trunk/boost/geometry/algorithms/sym_difference.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/algorithms/transform.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/transform.hpp	(original)
+++ trunk/boost/geometry/algorithms/transform.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/union.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/union.hpp	(original)
+++ trunk/boost/geometry/algorithms/union.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
@@ -111,7 +111,7 @@
 
 template
 <
-    typename GeometryOut, 
+    typename GeometryOut,
     typename Geometry1, typename Geometry2,
     typename OutputIterator,
     typename Strategy
Modified: trunk/boost/geometry/algorithms/unique.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/unique.hpp	(original)
+++ trunk/boost/geometry/algorithms/unique.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/algorithms/within.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/within.hpp	(original)
+++ trunk/boost/geometry/algorithms/within.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/arithmetic/arithmetic.hpp
==============================================================================
--- trunk/boost/geometry/arithmetic/arithmetic.hpp	(original)
+++ trunk/boost/geometry/arithmetic/arithmetic.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/arithmetic/cross_product.hpp
==============================================================================
--- trunk/boost/geometry/arithmetic/cross_product.hpp	(original)
+++ trunk/boost/geometry/arithmetic/cross_product.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright (c) 2009 Mateusz Loskot, (mateusz_at_[hidden])
+
+// 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)
Modified: trunk/boost/geometry/arithmetic/dot_product.hpp
==============================================================================
--- trunk/boost/geometry/arithmetic/dot_product.hpp	(original)
+++ trunk/boost/geometry/arithmetic/dot_product.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/access.hpp
==============================================================================
--- trunk/boost/geometry/core/access.hpp	(original)
+++ trunk/boost/geometry/core/access.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/closure.hpp
==============================================================================
--- trunk/boost/geometry/core/closure.hpp	(original)
+++ trunk/boost/geometry/core/closure.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/coordinate_dimension.hpp
==============================================================================
--- trunk/boost/geometry/core/coordinate_dimension.hpp	(original)
+++ trunk/boost/geometry/core/coordinate_dimension.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/coordinate_system.hpp
==============================================================================
--- trunk/boost/geometry/core/coordinate_system.hpp	(original)
+++ trunk/boost/geometry/core/coordinate_system.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/coordinate_type.hpp
==============================================================================
--- trunk/boost/geometry/core/coordinate_type.hpp	(original)
+++ trunk/boost/geometry/core/coordinate_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/cs.hpp
==============================================================================
--- trunk/boost/geometry/core/cs.hpp	(original)
+++ trunk/boost/geometry/core/cs.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/exception.hpp
==============================================================================
--- trunk/boost/geometry/core/exception.hpp	(original)
+++ trunk/boost/geometry/core/exception.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/exterior_ring.hpp
==============================================================================
--- trunk/boost/geometry/core/exterior_ring.hpp	(original)
+++ trunk/boost/geometry/core/exterior_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -59,7 +64,7 @@
 
 
 template <typename Tag, typename Geometry>
-struct exterior_ring 
+struct exterior_ring
 {
     BOOST_MPL_ASSERT_MSG
         (
Modified: trunk/boost/geometry/core/geometry_id.hpp
==============================================================================
--- trunk/boost/geometry/core/geometry_id.hpp	(original)
+++ trunk/boost/geometry/core/geometry_id.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/interior_rings.hpp
==============================================================================
--- trunk/boost/geometry/core/interior_rings.hpp	(original)
+++ trunk/boost/geometry/core/interior_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/interior_type.hpp
==============================================================================
--- trunk/boost/geometry/core/interior_type.hpp	(original)
+++ trunk/boost/geometry/core/interior_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/is_areal.hpp
==============================================================================
--- trunk/boost/geometry/core/is_areal.hpp	(original)
+++ trunk/boost/geometry/core/is_areal.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/is_linear.hpp
==============================================================================
--- trunk/boost/geometry/core/is_linear.hpp	(original)
+++ trunk/boost/geometry/core/is_linear.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/mutable_range.hpp
==============================================================================
--- trunk/boost/geometry/core/mutable_range.hpp	(original)
+++ trunk/boost/geometry/core/mutable_range.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010-2011, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/point_order.hpp
==============================================================================
--- trunk/boost/geometry/core/point_order.hpp	(original)
+++ trunk/boost/geometry/core/point_order.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/point_type.hpp
==============================================================================
--- trunk/boost/geometry/core/point_type.hpp	(original)
+++ trunk/boost/geometry/core/point_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/radian_access.hpp
==============================================================================
--- trunk/boost/geometry/core/radian_access.hpp	(original)
+++ trunk/boost/geometry/core/radian_access.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/replace_point_type.hpp
==============================================================================
--- trunk/boost/geometry/core/replace_point_type.hpp	(original)
+++ trunk/boost/geometry/core/replace_point_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/reverse_dispatch.hpp
==============================================================================
--- trunk/boost/geometry/core/reverse_dispatch.hpp	(original)
+++ trunk/boost/geometry/core/reverse_dispatch.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/ring_type.hpp
==============================================================================
--- trunk/boost/geometry/core/ring_type.hpp	(original)
+++ trunk/boost/geometry/core/ring_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/tag.hpp
==============================================================================
--- trunk/boost/geometry/core/tag.hpp	(original)
+++ trunk/boost/geometry/core/tag.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/tag_cast.hpp
==============================================================================
--- trunk/boost/geometry/core/tag_cast.hpp	(original)
+++ trunk/boost/geometry/core/tag_cast.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/tags.hpp
==============================================================================
--- trunk/boost/geometry/core/tags.hpp	(original)
+++ trunk/boost/geometry/core/tags.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/core/topological_dimension.hpp
==============================================================================
--- trunk/boost/geometry/core/topological_dimension.hpp	(original)
+++ trunk/boost/geometry/core/topological_dimension.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/io.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/io.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/io.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/wkt/detail/wkt.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/wkt/detail/wkt.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/wkt/detail/wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/wkt/detail/wkt_multi.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/wkt/detail/wkt_multi.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/wkt/detail/wkt_multi.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/wkt/read_wkt.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/wkt/read_wkt.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/wkt/read_wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/wkt/read_wkt_multi.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/wkt/read_wkt_multi.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/wkt/read_wkt_multi.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/wkt/wkt.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/wkt/wkt.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/wkt/wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/wkt/write_wkt.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/wkt/write_wkt.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/wkt/write_wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/domains/gis/io/wkt/write_wkt_multi.hpp
==============================================================================
--- trunk/boost/geometry/domains/gis/io/wkt/write_wkt_multi.hpp	(original)
+++ trunk/boost/geometry/domains/gis/io/wkt/write_wkt_multi.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/intersecting_inserter.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/intersecting_inserter.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/intersecting_inserter.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/line_line_intersection.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/line_line_intersection.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/line_line_intersection.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/linestring_buffer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/linestring_buffer.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/linestring_buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/polygon_buffer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/polygon_buffer.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/polygon_buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/remove_within_distance.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/remove_within_distance.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/remove_within_distance.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/sectionalizing_buffer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/sectionalizing_buffer.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/sectionalizing_buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/segmenting_buffer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/segmenting_buffer.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/segmenting_buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/splitting_buffer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/splitting_buffer.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/splitting_buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/buffer/traversing_buffer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/buffer/traversing_buffer.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/buffer/traversing_buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/connect.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/connect.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/connect.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/detail/overlay/dissolver.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/detail/overlay/dissolver.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/detail/overlay/dissolver.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/detail/overlay/split_rings.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/detail/overlay/split_rings.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/detail/overlay/split_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/algorithms/dissolve.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/dissolve.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/dissolve.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
@@ -113,7 +114,7 @@
 
             detail::overlay::select_rings<overlay_union>(geometry, map, selected);
 
-            // Add intersected rings 
+            // Add intersected rings
             {
                 ring_identifier id(2, 0, -1);
                 for (typename boost::range_iterator<std::vector<ring_type> const>::type
Modified: trunk/boost/geometry/extensions/algorithms/mark_spikes.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/mark_spikes.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/mark_spikes.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/extensions/algorithms/midpoints.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/midpoints.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/midpoints.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,10 @@
 // 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/algorithms/offset.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/offset.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/offset.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
@@ -27,10 +28,10 @@
 {
 
 
-template 
+template
 <
-    typename Range, 
-    typename RangeOut, 
+    typename Range,
+    typename RangeOut,
     typename JoinStrategy,
     typename Distance
 >
@@ -41,8 +42,8 @@
     typedef model::referring_segment<output_point_type const> segment_type;
     typedef typename boost::range_iterator<Range const>::type iterator_type;
 
-    static inline void apply(Range const& range, 
-                RangeOut& out, 
+    static inline void apply(Range const& range,
+                RangeOut& out,
                 JoinStrategy const& join,
                 Distance const& distance)
     {
@@ -142,24 +143,24 @@
 
 template
 <
-    typename Geometry, 
-    typename GeometryOut, 
+    typename Geometry,
+    typename GeometryOut,
     typename JoinStrategy,
     typename Distance
 >
 struct offset
     <
-        linestring_tag, 
-        linestring_tag, 
-        Geometry, 
-        GeometryOut, 
+        linestring_tag,
+        linestring_tag,
+        Geometry,
+        GeometryOut,
         JoinStrategy,
         Distance
     >
     : detail::offset::offset_range
         <
-            Geometry, 
-            GeometryOut, 
+            Geometry,
+            GeometryOut,
             JoinStrategy,
             Distance
         >
@@ -177,7 +178,7 @@
     typename JoinStrategy,
     typename Distance
 >
-inline void offset(Geometry const& geometry, GeometryOut& out, 
+inline void offset(Geometry const& geometry, GeometryOut& out,
             JoinStrategy const& join,
             Distance const& distance)
 {
Modified: trunk/boost/geometry/extensions/algorithms/parse.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/parse.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/parse.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/algorithms/point_on_line.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/point_on_line.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/point_on_line.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/algorithms/remove_holes_if.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/remove_holes_if.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/remove_holes_if.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,10 @@
 // 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/algorithms/remove_marked.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/remove_marked.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/remove_marked.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,10 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/algorithms/remove_spikes.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/remove_spikes.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/remove_spikes.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,10 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/algorithms/selected.hpp
==============================================================================
--- trunk/boost/geometry/extensions/algorithms/selected.hpp	(original)
+++ trunk/boost/geometry/extensions/algorithms/selected.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/astronomy/core/cs.hpp
==============================================================================
--- trunk/boost/geometry/extensions/astronomy/core/cs.hpp	(original)
+++ trunk/boost/geometry/extensions/astronomy/core/cs.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/contrib/ttmath_stub.hpp
==============================================================================
--- trunk/boost/geometry/extensions/contrib/ttmath_stub.hpp	(original)
+++ trunk/boost/geometry/extensions/contrib/ttmath_stub.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,3 +1,16 @@
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
+
 #ifndef TTMATH_STUB
 #define TTMATH_STUB
 
Modified: trunk/boost/geometry/extensions/gis/geographic/core/cs.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/geographic/core/cs.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/geographic/core/cs.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/geographic/detail/ellipsoid.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/geographic/detail/ellipsoid.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/geographic/detail/ellipsoid.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/geographic/strategies/andoyer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/geographic/strategies/andoyer.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/geographic/strategies/andoyer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/geographic/strategies/area_huiller_earth.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/geographic/strategies/area_huiller_earth.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/geographic/strategies/area_huiller_earth.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/geographic/strategies/distance_cross_track.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/geographic/strategies/distance_cross_track.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/geographic/strategies/distance_cross_track.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/geographic/strategies/vincenty.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/geographic/strategies/vincenty.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/geographic/strategies/vincenty.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/io/shapelib/dbf_write_attribute.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/shapelib/dbf_write_attribute.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/shapelib/dbf_write_attribute.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
@@ -36,7 +37,7 @@
 template <> struct DBFWriteAttribute<int>
 {
     template <typename T>
-    inline static void apply(DBFHandle dbf, int row_index, int field_index, 
+    inline static void apply(DBFHandle dbf, int row_index, int field_index,
                     T const& value)
     {
         DBFWriteIntegerAttribute(dbf, row_index, field_index, value);
@@ -46,7 +47,7 @@
 template <> struct DBFWriteAttribute<double>
 {
     template <typename T>
-    inline static void apply(DBFHandle dbf, int row_index, int field_index, 
+    inline static void apply(DBFHandle dbf, int row_index, int field_index,
                     T const& value)
     {
         DBFWriteDoubleAttribute(dbf, row_index, field_index, value);
@@ -55,20 +56,20 @@
 
 template <> struct DBFWriteAttribute<std::string>
 {
-    inline static void apply(DBFHandle dbf, int row_index, int field_index, 
+    inline static void apply(DBFHandle dbf, int row_index, int field_index,
                     std::string const& value)
     {
         DBFWriteStringAttribute(dbf, row_index, field_index, value.c_str());
     }
 };
 
-// Derive char* variants from std::string, 
+// Derive char* variants from std::string,
 // implicitly casting to a temporary std::string
 // (note that boost::remove_const does not remove const from "const char*")
-template <int N> 
+template <int N>
 struct DBFWriteAttribute<char[N]> : DBFWriteAttribute<std::string> {};
 
-template <int N> 
+template <int N>
 struct DBFWriteAttribute<const char[N]> : DBFWriteAttribute<std::string> {};
 
 template <>
Modified: trunk/boost/geometry/extensions/gis/io/shapelib/shape_creator.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/shapelib/shape_creator.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/shapelib/shape_creator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/gis/io/shapelib/shape_reader.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/shapelib/shape_reader.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/shapelib/shape_reader.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object_multi.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object_multi.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/shapelib/shp_create_object_multi.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/gis/io/shapelib/shp_read_object.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/shapelib/shp_read_object.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/shapelib/shp_read_object.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/gis/io/veshape/write_veshape.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/veshape/write_veshape.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/veshape/write_veshape.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,10 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkb/detail/endian.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkb/detail/endian.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkb/detail/endian.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,12 +1,13 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Mateusz Loskot <mateusz_at_[hidden]> 2009
+
+// 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)
-//
+
 // Load/Store values from/to stream of bytes across different endianness.
-//
+
 // Original design of unrolled_byte_loops templates based on
 // endian utility library from Boost C++ Libraries,
 // source: boost/spirit/home/support/detail/integer/endian.hpp
Modified: trunk/boost/geometry/extensions/gis/io/wkb/detail/ogc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkb/detail/ogc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkb/detail/ogc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Mateusz Loskot <mateusz_at_[hidden]> 2009
+
+// 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkb/detail/parser.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkb/detail/parser.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkb/detail/parser.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Mateusz Loskot <mateusz_at_[hidden]> 2009
+
+// 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkb/read_wkb.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkb/read_wkb.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkb/read_wkb.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Mateusz Loskot <mateusz_at_[hidden]> 2009
+
+// 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkb/utility.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkb/utility.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkb/utility.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Mateusz Loskot <mateusz_at_[hidden]> 2009
+
+// 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkt/read_wkt.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkt/read_wkt.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkt/read_wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkt/readme.txt
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkt/readme.txt	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkt/readme.txt	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkt/stream_wkt.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkt/stream_wkt.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkt/stream_wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2008-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkt/wkt.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkt/wkt.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkt/wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/io/wkt/write_wkt.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/io/wkt/write_wkt.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/io/wkt/write_wkt.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/latlong/detail/graticule.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/latlong/detail/graticule.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/latlong/detail/graticule.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/latlong/latlong.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/latlong/latlong.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/latlong/latlong.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/latlong/point_ll.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/latlong/point_ll.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/latlong/point_ll.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/gis/projections/epsg.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/epsg.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/epsg.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,14 +1,14 @@
-#ifndef _PROJECTIONS_EPGS_HPP
-#define _PROJECTIONS_EPGS_HPP
-
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-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)
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_EPGS_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_EPGS_HPP
+
 
 #include <boost/geometry/extensions/gis/projections/parameters.hpp>
 #include <boost/geometry/extensions/gis/projections/impl/pj_init.hpp>
Modified: trunk/boost/geometry/extensions/gis/projections/epsg_traits.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/epsg_traits.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/epsg_traits.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,14 +1,14 @@
-#ifndef _PROJECTIONS_EPSG_TRAITS_HPP
-#define _PROJECTIONS_EPSG_TRAITS_HPP
-
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-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)
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_EPSG_TRAITS_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_EPSG_TRAITS_HPP
+
 
 #include <boost/geometry/extensions/gis/projections/impl/projects.hpp>
 
Modified: trunk/boost/geometry/extensions/gis/projections/factory.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/factory.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/factory.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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) 2008-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)
@@ -119,16 +119,16 @@
 
     typedef std::map
         <
-            std::string, 
+            std::string,
             boost::shared_ptr
                 <
                     detail::factory_entry
                         <
-                            LatLong, 
-                            Cartesian, 
+                            LatLong,
+                            Cartesian,
                             Parameters
-                        > 
-                > 
+                        >
+                >
         > prj_registry;
     prj_registry m_registry;
 
@@ -232,7 +232,7 @@
 
     virtual ~factory() {}
 
-    virtual void add_to_factory(std::string const& name, 
+    virtual void add_to_factory(std::string const& name,
                     detail::factory_entry<LatLong, Cartesian, Parameters>* sub)
     {
         m_registry[name].reset(sub);
Modified: trunk/boost/geometry/extensions/gis/projections/impl/aasincos.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/aasincos.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/aasincos.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/adjlon.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/adjlon.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/adjlon.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/base_dynamic.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/base_dynamic.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/base_dynamic.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/base_static.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/base_static.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/base_static.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/factory_entry.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/factory_entry.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/factory_entry.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/function_overloads.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/function_overloads.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/function_overloads.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_auth.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_auth.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_auth.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_datum_set.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_datum_set.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_datum_set.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_datums.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_datums.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_datums.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_ell_set.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_ell_set.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_ell_set.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_ellps.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_ellps.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_ellps.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_fwd.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_fwd.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_fwd.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_gauss.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_gauss.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_gauss.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_init.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_init.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_init.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_inv.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_inv.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_inv.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_PJ_INV_HPP
-#define _PROJECTIONS_PJ_INV_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,10 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PJ_INV_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PJ_INV_HPP
+
+
 
 #include <boost/geometry/extensions/gis/projections/impl/adjlon.hpp>
 #include <boost/geometry/core/radian_access.hpp>
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_mlfn.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_mlfn.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_mlfn.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_PJ_MLFN_HPP
-#define _PROJECTIONS_PJ_MLFN_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,10 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PJ_MLFN_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PJ_MLFN_HPP
+
+
 
 #include <boost/geometry/util/math.hpp>
 
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_msfn.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_msfn.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_msfn.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_PJ_MSFN_HPP
-#define _PROJECTIONS_PJ_MSFN_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,10 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PJ_MSFN_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PJ_MSFN_HPP
+
+
 namespace boost { namespace geometry { namespace projection {
 
 namespace detail {
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_param.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_param.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_param.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef BOOST_GEOMETRY_PROJECTIONS_PJ_PARAM_HPP
-#define BOOST_GEOMETRY_PROJECTIONS_PJ_PARAM_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,10 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PJ_PARAM_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PJ_PARAM_HPP
+
+
 #include <string>
 #include <vector>
 
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_phi2.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_phi2.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_phi2.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_PHI2_HPP
-#define _PROJECTIONS_PHI2_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,9 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PHI2_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PHI2_HPP
+
 
 #include <boost/geometry/util/math.hpp>
 
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_qsfn.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_qsfn.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_qsfn.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_PJ_QSFN_HPP
-#define _PROJECTIONS_PJ_QSFN_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,10 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PJ_QSFN_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PJ_QSFN_HPP
+
+
 namespace boost { namespace geometry { namespace projection
 { namespace detail {
 
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_tsfn.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_tsfn.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_tsfn.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_PJ_TSFN_HPP
-#define _PROJECTIONS_PJ_TSFN_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,10 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PJ_TSFN_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PJ_TSFN_HPP
+
+
 #include <boost/geometry/extensions/gis/projections/impl/projects.hpp>
 
 namespace boost { namespace geometry { namespace projection {
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_units.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_units.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_units.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/impl/pj_zpoly1.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/pj_zpoly1.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/pj_zpoly1.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_ZPOLY1_HPP
-#define _PROJECTIONS_ZPOLY1_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,9 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_ZPOLY1_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_ZPOLY1_HPP
+
 
 #include <boost/geometry/extensions/gis/projections/impl/projects.hpp>
 
Modified: trunk/boost/geometry/extensions/gis/projections/impl/proj_mdist.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/proj_mdist.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/proj_mdist.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,11 +1,8 @@
-#ifndef _PROJECTIONS_PROJ_MDIST_HPP
-#define _PROJECTIONS_PROJ_MDIST_HPP
-
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
@@ -35,6 +32,9 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PROJ_MDIST_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PROJ_MDIST_HPP
+
 
 #include <boost/geometry/util/math.hpp>
 
Modified: trunk/boost/geometry/extensions/gis/projections/impl/projects.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/impl/projects.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/impl/projects.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) - projections (based on PROJ4)
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 // This file is manually converted from PROJ4 (projects.h)
 
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/parameters.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/parameters.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/parameters.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,14 +1,14 @@
-#ifndef _PROJECTIONS_PARAMETERS_HPP
-#define _PROJECTIONS_PARAMETERS_HPP
-
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-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)
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PARAMETERS_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PARAMETERS_HPP
+
 
 #include <string>
 #include <vector>
Modified: trunk/boost/geometry/extensions/gis/projections/proj/aea.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/aea.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/aea.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -51,7 +51,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace aea{ 
+    namespace detail { namespace aea{
             static const double EPS10 = 1.e-10;
             static const double TOL7 = 1.e-7;
             static const int N_ITER = 15;
@@ -72,17 +72,17 @@
                 double    en[EN_SIZE];
                 int        ellips;
             };
-            
-            
-            
-            
-            
+
+
+
+
+
             /* determine latitude angle phi-1 */
                 inline double
             phi1_(double qs, double Te, double Tone_es) {
                 int i;
                 double Phi, sinpi, cospi, con, com, dphi;
-            
+
                 Phi = asin (.5 * qs);
                 if (Te < EPSILON)
                     return( Phi );
@@ -153,7 +153,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_aea& proj_parm) 
+            void setup(Parameters& par, par_aea& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -213,7 +213,7 @@
             }
 
         }} // namespace detail::aea
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Albers Equal Area projection
@@ -293,7 +293,7 @@
             factory.add_to_factory("leac", new leac_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     // Create EPSG specializations
     // (Proof of Concept, only for some)
 
Modified: trunk/boost/geometry/extensions/gis/projections/proj/aeqd.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/aeqd.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/aeqd.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -48,7 +48,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace aeqd{ 
+    namespace detail { namespace aeqd{
             static const double EPS10 = 1.e-10;
             static const double TOL = 1.e-14;
             static const int N_POLE = 0;
@@ -68,11 +68,11 @@
                 double    G;
                 int        mode;
             };
-            
-            
-            
-            
-            
+
+
+
+
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -92,7 +92,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  coslam, cosphi, sinphi, rho, s, H, H2, c, Az, t, ct, st, cA, sA;
-                
+
                     coslam = cos(lp_lon);
                     cosphi = cos(lp_lat);
                     sinphi = sin(lp_lat);
@@ -133,7 +133,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double c, Az, cosAz, A, B, D, E, F, psi, t;
-                
+
                     if ((c = boost::math::hypot(xy_x, xy_y)) < EPS10) {
                         lp_lat = this->m_par.phi0;
                         lp_lon = 0.;
@@ -183,7 +183,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  cosphi, sinphi, t;
-                
+
                     cosphi = cos(lp_lat);
                     sinphi = sin(lp_lat);
                     t = 1. / sqrt(1. - this->m_par.es * sinphi * sinphi);
@@ -196,7 +196,7 @@
                 {
                     double x2, t;
                     int i;
-                
+
                     x2 = 0.5 * xy_x * xy_x;
                     lp_lat = this->m_par.phi0;
                     for (i = 0; i < 3; ++i) {
@@ -226,7 +226,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  coslam, cosphi, sinphi;
-                
+
                     sinphi = sin(lp_lat);
                     cosphi = cos(lp_lat);
                     coslam = cos(lp_lon);
@@ -239,7 +239,7 @@
                 oblcon:
                         if (fabs(fabs(xy_y) - 1.) < TOL)
                             if (xy_y < 0.)
-                                throw proj_exception(); 
+                                throw proj_exception();
                             else
                                 xy_x = xy_y = 0.;
                         else {
@@ -264,7 +264,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double cosc, c_rh, sinc;
-                
+
                     if ((c_rh = boost::math::hypot(xy_x, xy_y)) > PI) {
                         if (c_rh - EPS10 > PI) throw proj_exception();;
                         c_rh = PI;
@@ -348,7 +348,7 @@
             }
 
         }} // namespace detail::aeqd
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Azimuthal Equidistant projection
@@ -445,7 +445,7 @@
             factory.add_to_factory("aeqd", new aeqd_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/airy.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/airy.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/airy.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace airy{ 
+    namespace detail { namespace airy{
             static const double EPS = 1.e-10;
             static const int N_POLE = 0;
             static const int S_POLE = 1;
@@ -61,10 +61,10 @@
                 int        mode;
                 int        no_cut;    /* do not cut at hemisphere limit */
             };
-            
-            
-            
-            
+
+
+
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -84,7 +84,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  sinlam, coslam, cosphi, sinphi, t, s, Krho, cosz;
-                
+
                     sinlam = sin(lp_lon);
                     coslam = cos(lp_lon);
                     switch (this->m_proj_parm.mode) {
@@ -162,7 +162,7 @@
             }
 
         }} // namespace detail::airy
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Airy projection
@@ -208,7 +208,7 @@
             factory.add_to_factory("airy", new airy_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/aitoff.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/aitoff.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/aitoff.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,17 +46,17 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace aitoff{ 
+    namespace detail { namespace aitoff{
 
             struct par_aitoff
             {
                 double    cosphi1;
                 int        mode;
             };
-            
-            
-            
-            
+
+
+
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -76,7 +76,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double c, d;
-                
+
                     if((d = acos(cos(lp_lat) * cos(c = 0.5 * lp_lon)))) {/* basic Aitoff */
                         xy_x = 2. * d * cos(lp_lat) * sin(c) * (xy_y = 1. / sin(d));
                         xy_y *= d * sin(lp_lat);
@@ -90,7 +90,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_aitoff& proj_parm) 
+            void setup(Parameters& par, par_aitoff& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -124,7 +124,7 @@
             }
 
         }} // namespace detail::aitoff
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Aitoff projection
@@ -201,7 +201,7 @@
             factory.add_to_factory("wintri", new wintri_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/august.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/august.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/august.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace august{ 
+    namespace detail { namespace august{
             static const double M = 1.333333333333333;
 
 
@@ -66,7 +66,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double t, c1, c, x1, x12, y1, y12;
-                
+
                     t = tan(.5 * lp_lat);
                     c1 = sqrt(1. - t * t);
                     c = 1. + c1 * cos(lp_lon *= .5);
@@ -87,7 +87,7 @@
             }
 
         }} // namespace detail::august
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief August Epicycloidal projection
@@ -132,7 +132,7 @@
             factory.add_to_factory("august", new august_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/bacon.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/bacon.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/bacon.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace bacon{ 
+    namespace detail { namespace bacon{
             static const double HLFPI2 = 2.46740110027233965467;
             static const double EPS = 1e-10;
 
@@ -73,7 +73,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double ax, f;
-                
+
                     xy_y = this->m_proj_parm.bacn ? HALFPI * sin(lp_lat) : lp_lat;
                     if ((ax = fabs(lp_lon)) >= EPS) {
                         if (this->m_proj_parm.ortl && ax >= HALFPI)
@@ -118,7 +118,7 @@
             }
 
         }} // namespace detail::bacon
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Apian Globular I projection
@@ -229,7 +229,7 @@
             factory.add_to_factory("bacon", new bacon_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/bipc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/bipc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/bipc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace bipc{ 
+    namespace detail { namespace bipc{
             static const double EPS = 1e-10;
             static const double EPS10 = 1e-10;
             static const double ONEEPS = 1.000000001;
@@ -90,7 +90,7 @@
                 {
                     double cphi, sphi, tphi, t, al, Az, z, Av, cdlam, sdlam, r;
                     int tag;
-                
+
                     cphi = cos(lp_lat);
                     sphi = sin(lp_lat);
                     cdlam = cos(sdlam = lamB - lp_lon);
@@ -140,8 +140,8 @@
                     xy_y += (tag ? -r : r) * cos(t);
                     if (this->m_proj_parm.noskew) {
                         t = xy_x;
-                        xy_x = -xy_x * cAzc - xy_y * sAzc; 
-                        xy_y = -xy_y * cAzc + t * sAzc; 
+                        xy_x = -xy_x * cAzc - xy_y * sAzc;
+                        xy_y = -xy_y * cAzc + t * sAzc;
                     }
                 }
 
@@ -149,11 +149,11 @@
                 {
                     double t, r, rp, rl, al, z, fAz, Az, s, c, Av;
                     int neg, i;
-                
+
                     if (this->m_proj_parm.noskew) {
                         t = xy_x;
-                        xy_x = -xy_x * cAzc + xy_y * sAzc; 
-                        xy_y = -xy_y * cAzc - t * sAzc; 
+                        xy_x = -xy_x * cAzc + xy_y * sAzc;
+                        xy_y = -xy_y * cAzc - t * sAzc;
                     }
                     if( (neg = (xy_x < 0.)) ) {
                         xy_y = rhoc - xy_y;
@@ -200,7 +200,7 @@
             }
 
         }} // namespace detail::bipc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Bipolar conic of western hemisphere projection
@@ -244,7 +244,7 @@
             factory.add_to_factory("bipc", new bipc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/boggs.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/boggs.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/boggs.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace boggs{ 
+    namespace detail { namespace boggs{
             static const int NITER = 20;
             static const double EPS = 1e-7;
             static const double ONETOL = 1.000001;
@@ -73,7 +73,7 @@
                 {
                     double theta, th1, c;
                     int i;
-                
+
                     theta = lp_lat;
                     if (fabs(fabs(lp_lat) - HALFPI) < EPS)
                         xy_x = 0.;
@@ -100,7 +100,7 @@
             }
 
         }} // namespace detail::boggs
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Boggs Eumorphic projection
@@ -145,7 +145,7 @@
             factory.add_to_factory("boggs", new boggs_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/bonne.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/bonne.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/bonne.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace bonne{ 
+    namespace detail { namespace bonne{
             static const double EPS10 = 1e-10;
 
             struct par_bonne
@@ -76,7 +76,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double rh, E, c;
-                
+
                     rh = this->m_proj_parm.am1 + this->m_proj_parm.m1 - pj_mlfn(lp_lat, E = sin(lp_lat), c = cos(lp_lat), this->m_proj_parm.en);
                     E = c * lp_lon / (rh * sqrt(1. - this->m_par.es * E * E));
                     xy_x = rh * sin(E);
@@ -86,7 +86,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double s, rh;
-                
+
                     rh = boost::math::hypot(xy_x, xy_y = this->m_proj_parm.am1 - xy_y);
                     lp_lat = pj_inv_mlfn(this->m_proj_parm.am1 + this->m_proj_parm.m1 - rh, this->m_par.es, this->m_proj_parm.en);
                     if ((s = fabs(lp_lat)) < HALFPI) {
@@ -117,7 +117,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double E, rh;
-                
+
                     rh = this->m_proj_parm.cphi1 + this->m_proj_parm.phi1 - lp_lat;
                     if (fabs(rh) > EPS10) {
                         xy_x = rh * sin(E = lp_lon * cos(lp_lat) / rh);
@@ -129,7 +129,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double rh;
-                
+
                     rh = boost::math::hypot(xy_x, xy_y = this->m_proj_parm.cphi1 - xy_y);
                     lp_lat = this->m_proj_parm.cphi1 + this->m_proj_parm.phi1 - rh;
                     if (fabs(lp_lat) > HALFPI) throw proj_exception();;
@@ -165,7 +165,7 @@
             }
 
         }} // namespace detail::bonne
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Bonne (Werner lat_1=90) projection
@@ -237,7 +237,7 @@
             factory.add_to_factory("bonne", new bonne_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/cass.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/cass.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/cass.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -48,7 +48,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace cass{ 
+    namespace detail { namespace cass{
             static const double EPS10 = 1e-10;
             static const double C1 = .16666666666666666666;
             static const double C2 = .00833333333333333333;
@@ -103,7 +103,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double ph1;
-                
+
                     ph1 = pj_inv_mlfn(this->m_proj_parm.m0 + xy_y, this->m_par.es, this->m_proj_parm.en);
                     this->m_proj_parm.tn = tan(ph1); this->m_proj_parm.t = this->m_proj_parm.tn * this->m_proj_parm.tn;
                     this->m_proj_parm.n = sin(ph1);
@@ -163,7 +163,7 @@
             }
 
         }} // namespace detail::cass
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Cassini projection
@@ -233,7 +233,7 @@
             factory.add_to_factory("cass", new cass_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     // Create EPSG specializations
     // (Proof of Concept, only for some)
 
Modified: trunk/boost/geometry/extensions/gis/projections/proj/cc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/cc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/cc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace cc{ 
+    namespace detail { namespace cc{
             static const double EPS10 = 1.e-10;
 
             struct par_cc
@@ -92,7 +92,7 @@
             }
 
         }} // namespace detail::cc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Central Cylindrical projection
@@ -136,7 +136,7 @@
             factory.add_to_factory("cc", new cc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/cea.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/cea.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/cea.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,7 +47,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace cea{ 
+    namespace detail { namespace cea{
             static const double EPS = 1e-10;
 
             struct par_cea
@@ -108,7 +108,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double t;
-                
+
                     if ((t = fabs(xy_y *= this->m_par.k0)) - EPS <= 1.) {
                         if (t >= 1.)
                             lp_lat = xy_y < 0. ? -HALFPI : HALFPI;
@@ -143,7 +143,7 @@
             }
 
         }} // namespace detail::cea
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Equal Area Cylindrical projection
@@ -215,7 +215,7 @@
             factory.add_to_factory("cea", new cea_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/chamb.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/chamb.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/chamb.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -48,7 +48,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace chamb{ 
+    namespace detail { namespace chamb{
             static const double THIRD = 0.333333333333333333;
             static const double TOL = 1e-9;
 
@@ -71,7 +71,7 @@
             vect(double dphi, double c1, double s1, double c2, double s2, double dlam) {
                 VECT v;
                 double cdl, dp, dl;
-            
+
                 cdl = cos(dlam);
                 if (fabs(dphi) > 1. || fabs(dlam) > 1.)
                     v.r = aacos(s1 * s2 + c1 * c2 * cdl);
@@ -111,7 +111,7 @@
                     double sinphi, cosphi, a;
                     VECT v[3];
                     int i, j;
-                
+
                     sinphi = sin(lp_lat);
                     cosphi = cos(lp_lat);
                     for (i = 0; i < 3; ++i) { /* dist/azimiths from control */
@@ -187,7 +187,7 @@
             }
 
         }} // namespace detail::chamb
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Chamberlin Trimetric projection
@@ -233,7 +233,7 @@
             factory.add_to_factory("chamb", new chamb_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/collg.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/collg.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/collg.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace collg{ 
+    namespace detail { namespace collg{
             static const double FXC = 1.12837916709551257390;
             static const double FYC = 1.77245385090551602729;
             static const double ONEEPS = 1.0000001;
@@ -99,7 +99,7 @@
             }
 
         }} // namespace detail::collg
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Collignon projection
@@ -143,7 +143,7 @@
             factory.add_to_factory("collg", new collg_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/crast.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/crast.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/crast.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace crast{ 
+    namespace detail { namespace crast{
             static const double XM = 0.97720502380583984317;
             static const double RXM = 1.02332670794648848847;
             static const double YM = 3.06998012383946546542;
@@ -91,7 +91,7 @@
             }
 
         }} // namespace detail::crast
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Craster Parabolic (Putnins P4) projection
@@ -135,7 +135,7 @@
             factory.add_to_factory("crast", new crast_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/denoy.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/denoy.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/denoy.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace denoy{ 
+    namespace detail { namespace denoy{
             static const double C0 = 0.95;
             static const double C1 = -.08333333333333333333;
             static const double C3 = .00166666666666666666;
@@ -86,7 +86,7 @@
             }
 
         }} // namespace detail::denoy
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Denoyer Semi-Elliptical projection
@@ -131,7 +131,7 @@
             factory.add_to_factory("denoy", new denoy_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/eck1.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/eck1.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/eck1.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace eck1{ 
+    namespace detail { namespace eck1{
             static const double FC = .92131773192356127802;
             static const double RP = .31830988618379067154;
 
@@ -87,7 +87,7 @@
             }
 
         }} // namespace detail::eck1
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Eckert I projection
@@ -131,7 +131,7 @@
             factory.add_to_factory("eck1", new eck1_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/eck2.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/eck2.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/eck2.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace eck2{ 
+    namespace detail { namespace eck2{
             static const double FXC = 0.46065886596178063902;
             static const double FYC = 1.44720250911653531871;
             static const double C13 = 0.33333333333333333333;
@@ -98,7 +98,7 @@
             }
 
         }} // namespace detail::eck2
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Eckert II projection
@@ -142,7 +142,7 @@
             factory.add_to_factory("eck2", new eck2_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/eck3.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/eck3.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/eck3.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace eck3{ 
+    namespace detail { namespace eck3{
 
             struct par_eck3
             {
@@ -82,7 +82,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_eck3& proj_parm) 
+            void setup(Parameters& par, par_eck3& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -137,7 +137,7 @@
             }
 
         }} // namespace detail::eck3
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Eckert III projection
@@ -277,7 +277,7 @@
             factory.add_to_factory("kav7", new kav7_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/eck4.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/eck4.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/eck4.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace eck4{ 
+    namespace detail { namespace eck4{
             static const double C_x = .42223820031577120149;
             static const double C_y = 1.32650042817700232218;
             static const double RC_y = .75386330736002178205;
@@ -73,7 +73,7 @@
                 {
                     double p, V, s, c;
                     int i;
-                
+
                     p = C_p * sin(lp_lat);
                     V = lp_lat * lp_lat;
                     lp_lat *= 0.895168 + V * ( 0.0218849 + V * 0.00826809 );
@@ -97,7 +97,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double c;
-                
+
                     lp_lat = aasin(xy_y / C_y);
                     lp_lon = xy_x / (C_x * (1. + (c = cos(lp_lat))));
                     lp_lat = aasin((lp_lat + sin(lp_lat) * (c + 2.)) / C_p);
@@ -114,7 +114,7 @@
             }
 
         }} // namespace detail::eck4
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Eckert IV projection
@@ -158,7 +158,7 @@
             factory.add_to_factory("eck4", new eck4_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/eck5.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/eck5.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/eck5.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace eck5{ 
+    namespace detail { namespace eck5{
             static const double XF = 0.44101277172455148219;
             static const double RXF = 2.26750802723822639137;
             static const double YF = 0.88202554344910296438;
@@ -88,7 +88,7 @@
             }
 
         }} // namespace detail::eck5
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Eckert V projection
@@ -132,7 +132,7 @@
             factory.add_to_factory("eck5", new eck5_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/eqc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/eqc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/eqc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace eqc{ 
+    namespace detail { namespace eqc{
 
             struct par_eqc
             {
@@ -91,7 +91,7 @@
             }
 
         }} // namespace detail::eqc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Equidistant Cylindrical (Plate Caree) projection
@@ -137,7 +137,7 @@
             factory.add_to_factory("eqc", new eqc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/eqdc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/eqdc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/eqdc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,7 +47,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace eqdc{ 
+    namespace detail { namespace eqdc{
             static const double EPS10 = 1.e-10;
 
             struct par_eqdc
@@ -107,7 +107,7 @@
                 inline void fac(Geographic lp, Factors &fac) const
                 {
                     double sinphi, cosphi;
-                
+
                     sinphi = sin(lp_lat);
                     cosphi = cos(lp_lat);
                     this->m_fac.code |= IS_ANAL_HK;
@@ -128,7 +128,7 @@
                 proj_parm.phi2 = pj_param(par.params, "rlat_2").f;
                 if (fabs(proj_parm.phi1 + proj_parm.phi2) < EPS10) throw proj_exception(-21);
                     pj_enfn(par.es, proj_parm.en);
-            
+
                 proj_parm.n = sinphi = sin(proj_parm.phi1);
                 cosphi = cos(proj_parm.phi1);
                 secant = fabs(proj_parm.phi1 - proj_parm.phi2) >= EPS10;
@@ -157,7 +157,7 @@
             }
 
         }} // namespace detail::eqdc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Equidistant Conic projection
@@ -203,7 +203,7 @@
             factory.add_to_factory("eqdc", new eqdc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/fahey.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/fahey.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/fahey.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace fahey{ 
+    namespace detail { namespace fahey{
             static const double TOL = 1e-6;
 
 
@@ -87,7 +87,7 @@
             }
 
         }} // namespace detail::fahey
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Fahey projection
@@ -131,7 +131,7 @@
             factory.add_to_factory("fahey", new fahey_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/fouc_s.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/fouc_s.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/fouc_s.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace fouc_s{ 
+    namespace detail { namespace fouc_s{
             static const int MAX_ITER = 10;
             static const double LOOP_TOL = 1e-7;
 
@@ -72,7 +72,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double t;
-                
+
                     t = cos(lp_lat);
                     xy_x = lp_lon * t / (this->m_proj_parm.n + this->m_proj_parm.n1 * t);
                     xy_y = this->m_proj_parm.n * lp_lat + this->m_proj_parm.n1 * sin(lp_lat);
@@ -82,7 +82,7 @@
                 {
                     double V;
                     int i;
-                
+
                     if (this->m_proj_parm.n) {
                         lp_lat = xy_y;
                         for (i = MAX_ITER; i ; --i) {
@@ -114,7 +114,7 @@
             }
 
         }} // namespace detail::fouc_s
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Foucaut Sinusoidal projection
@@ -158,7 +158,7 @@
             factory.add_to_factory("fouc_s", new fouc_s_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/gall.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/gall.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/gall.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace gall{ 
+    namespace detail { namespace gall{
             static const double YF = 1.70710678118654752440;
             static const double XF = 0.70710678118654752440;
             static const double RYF = 0.58578643762690495119;
@@ -89,7 +89,7 @@
             }
 
         }} // namespace detail::gall
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Gall (Gall Stereographic) projection
@@ -133,7 +133,7 @@
             factory.add_to_factory("gall", new gall_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/geocent.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/geocent.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/geocent.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,12 +45,12 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace geocent{ 
+    namespace detail { namespace geocent{
+
+
+
+
 
-            
-            
-            
-            
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -84,7 +84,7 @@
             void setup_geocent(Parameters& par)
             {
                 par.is_geocent = 1;
-             
+
                 par.x0 = 0.0;
                 par.y0 = 0.0;
                 // par.inv = inverse;
@@ -92,7 +92,7 @@
             }
 
         }} // namespace detail::geocent
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Geocentric projection
@@ -134,7 +134,7 @@
             factory.add_to_factory("geocent", new geocent_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/geos.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/geos.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/geos.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace geos{ 
+    namespace detail { namespace geos{
 
             struct par_geos
             {
@@ -57,8 +57,8 @@
                 double  radius_g_1;
                 double  C;
             };
-            
-            
+
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -78,7 +78,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double r, Vx, Vy, Vz, tmp;
-                
+
                 /* Calculation of geocentric latitude. */
                     lp_lat = atan (this->m_proj_parm.radius_p2 * tan (lp_lat));
                 /* Calculation of the three components of the vector from satellite to
@@ -99,7 +99,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double Vx, Vy, Vz, a, b, det, k;
-                
+
                 /* Setting three components of vector from satellite to position.*/
                     Vx = -1.0;
                     Vy = tan (xy_x / this->m_proj_parm.radius_g_1);
@@ -139,7 +139,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double Vx, Vy, Vz, tmp;
-                
+
                 /* Calculation of the three components of the vector from satellite to
                 ** position on earth surface (lon,lat).*/
                     tmp = cos(lp_lat);
@@ -157,7 +157,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double Vx, Vy, Vz, a, b, det, k;
-                
+
                 /* Setting three components of vector from satellite to position.*/
                     Vx = -1.0;
                     Vy = tan (xy_x / (this->m_proj_parm.radius_g - 1.0));
@@ -199,7 +199,7 @@
             }
 
         }} // namespace detail::geos
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Geostationary Satellite View projection
@@ -271,7 +271,7 @@
             factory.add_to_factory("geos", new geos_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/gins8.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/gins8.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/gins8.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace gins8{ 
+    namespace detail { namespace gins8{
             static const double Cl = 0.000952426;
             static const double Cp = 0.162388;
             static const double C12 = 0.08333333333333333;
@@ -68,7 +68,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double t = lp_lat * lp_lat;
-                
+
                     xy_y = lp_lat * (1. + t * C12);
                     xy_x = lp_lon * (1. - Cp * t);
                     t = lp_lon * lp_lon;
@@ -86,7 +86,7 @@
             }
 
         }} // namespace detail::gins8
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Ginsburg VIII (TsNIIGAiK) projection
@@ -131,7 +131,7 @@
             factory.add_to_factory("gins8", new gins8_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/gn_sinu.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/gn_sinu.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/gn_sinu.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,7 +47,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace gn_sinu{ 
+    namespace detail { namespace gn_sinu{
             static const double EPS10 = 1e-10;
             static const int MAX_ITER = 8;
             static const double LOOP_TOL = 1e-7;
@@ -77,7 +77,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double s, c;
-                
+
                     xy_y = pj_mlfn(lp_lat, s = sin(lp_lat), c = cos(lp_lat), this->m_proj_parm.en);
                     xy_x = lp_lon * c / sqrt(1. - this->m_par.es * s * s);
                 }
@@ -85,7 +85,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double s; boost::ignore_unused_variable_warning(s);
-                
+
                     if ((s = fabs(lp_lat = pj_inv_mlfn(xy_y, this->m_par.es, this->m_proj_parm.en))) < HALFPI) {
                         s = sin(lp_lat);
                         lp_lon = xy_x * sqrt(1. - this->m_par.es * s * s) / cos(lp_lat);
@@ -119,7 +119,7 @@
                     else {
                         double k, V;
                         int i;
-                
+
                         k = this->m_proj_parm.n * sin(lp_lat);
                         for (i = MAX_ITER; i ; --i) {
                             lp_lat -= V = (this->m_proj_parm.m * lp_lat + sin(lp_lat) - k) /
@@ -137,7 +137,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double s; boost::ignore_unused_variable_warning(s);
-                
+
                     xy_y /= this->m_proj_parm.C_y;
                     lp_lat = this->m_proj_parm.m ? aasin((this->m_proj_parm.m * xy_y + sin(xy_y)) / this->m_proj_parm.n) :
                         ( this->m_proj_parm.n != 1. ? aasin(sin(xy_y) / this->m_proj_parm.n) : xy_y );
@@ -146,7 +146,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_gn_sinu& proj_parm) 
+            void setup(Parameters& par, par_gn_sinu& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -174,7 +174,7 @@
             void setup_sinu(Parameters& par, par_gn_sinu& proj_parm)
             {
                     pj_enfn(par.es, proj_parm.en);
-            
+
                 if (par.es) {
                 // par.inv = e_inverse;
                 // par.fwd = e_forward;
@@ -204,7 +204,7 @@
             }
 
         }} // namespace detail::gn_sinu
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Sinusoidal (Sanson-Flamsteed) projection
@@ -371,7 +371,7 @@
             factory.add_to_factory("mbtfps", new mbtfps_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/gnom.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/gnom.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/gnom.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace gnom{ 
+    namespace detail { namespace gnom{
             static const double EPS10 = 1.e-10;
             static const int N_POLE = 0;
             static const int S_POLE = 1;
@@ -77,7 +77,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  coslam, cosphi, sinphi;
-                
+
                     sinphi = sin(lp_lat);
                     cosphi = cos(lp_lat);
                     coslam = cos(lp_lon);
@@ -115,7 +115,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double  rh, cosz, sinz;
-                
+
                     rh = boost::math::hypot(xy_x, xy_y);
                     sinz = sin(lp_lat = atan(rh));
                     cosz = sqrt(1. - sinz * sinz);
@@ -174,7 +174,7 @@
             }
 
         }} // namespace detail::gnom
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Gnomonic projection
@@ -218,7 +218,7 @@
             factory.add_to_factory("gnom", new gnom_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/goode.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/goode.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/goode.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -48,7 +48,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace goode{ 
+    namespace detail { namespace goode{
             static const double Y_COR = 0.05280;
             static const double PHI_LIM = .71093078197902358062;
 
@@ -57,7 +57,7 @@
             {
                 sinu_ellipsoid<Geographic, Cartesian, Parameters>    sinu;
                 moll_spheroid<Geographic, Cartesian, Parameters>    moll;
-                
+
                 par_goode(const Parameters& par) : sinu(par), moll(par) {}
             };
 
@@ -107,7 +107,7 @@
             }
 
         }} // namespace detail::goode
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Goode Homolosine projection
@@ -151,7 +151,7 @@
             factory.add_to_factory("goode", new goode_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/gstmerc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/gstmerc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/gstmerc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,7 +47,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace gstmerc{ 
+    namespace detail { namespace gstmerc{
 
             struct par_gstmerc
             {
@@ -59,7 +59,7 @@
                 double XS;
                 double YS;
             };
-            
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -121,7 +121,7 @@
             }
 
         }} // namespace detail::gstmerc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Gauss-Schreiber Transverse Mercator (aka Gauss-Laborde Reunion) projection
@@ -167,7 +167,7 @@
             factory.add_to_factory("gstmerc", new gstmerc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/hammer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/hammer.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/hammer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace hammer{ 
+    namespace detail { namespace hammer{
 
             struct par_hammer
             {
@@ -71,7 +71,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double cosphi, d;
-                
+
                     d = sqrt(2./(1. + (cosphi = cos(lp_lat)) * cos(lp_lon *= this->m_proj_parm.w)));
                     xy_x = this->m_proj_parm.m * d * cosphi * sin(lp_lon);
                     xy_y = this->m_proj_parm.rm * d * sin(lp_lat);
@@ -97,7 +97,7 @@
             }
 
         }} // namespace detail::hammer
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Hammer & Eckert-Greifendorff projection
@@ -143,7 +143,7 @@
             factory.add_to_factory("hammer", new hammer_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/hatano.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/hatano.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/hatano.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace hatano{ 
+    namespace detail { namespace hatano{
             static const int NITER = 20;
             static const double EPS = 1e-7;
             static const double ONETOL = 1.000001;
@@ -79,7 +79,7 @@
                 {
                     double th1, c;
                     int i;
-                
+
                     c = sin(lp_lat) * (lp_lat < 0. ? CS : CN);
                     for (i = NITER; i; --i) {
                         lp_lat -= th1 = (lp_lat + sin(lp_lat) - c) / (1. + cos(lp_lat));
@@ -92,7 +92,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double th;
-                
+
                     th = xy_y * ( xy_y < 0. ? RYCS : RYCN);
                     if (fabs(th) > 1.)
                         if (fabs(th) > ONETOL)    throw proj_exception();
@@ -120,7 +120,7 @@
             }
 
         }} // namespace detail::hatano
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Hatano Asymmetrical Equal Area projection
@@ -164,7 +164,7 @@
             factory.add_to_factory("hatano", new hatano_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/imw_p.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/imw_p.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/imw_p.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace imw_p{ 
+    namespace detail { namespace imw_p{
             static const double TOL = 1e-10;
             static const double EPS = 1e-10;
 
@@ -63,7 +63,7 @@
                 inline int
             phi12(Parameters& par, par_imw_p& proj_parm, double *del, double *sig) {
                 int err = 0;
-            
+
                 if (!pj_param(par.params, "tlat_1").i ||
                     !pj_param(par.params, "tlat_2").i) {
                     err = -41;
@@ -80,13 +80,13 @@
                 inline PXY
             loc_for(double const& lp_lam, double const& lp_phi, const Parameters& par, par_imw_p const& proj_parm, double *yc) {
                 PXY xy;
-            
+
                 if (! lp_phi) {
                     xy.x = lp_lam;
                     xy.y = 0.;
                 } else {
                     double xa, ya, xb, yb, xc, D, B, m, sp, t, R, C;
-            
+
                     sp = sin(lp_phi);
                     m = pj_mlfn(lp_phi, sp, cos(lp_phi), proj_parm.en);
                     xa = proj_parm.Pp + proj_parm.Qp * m;
@@ -124,19 +124,19 @@
                 }
                 return (xy);
             }
-            
+
             template <typename Parameters>
             inline void
             xy(Parameters& par, par_imw_p& proj_parm, double phi, double *x, double *y, double *sp, double *R) {
                 double F;
-            
+
                 *sp = sin(phi);
                 *R = 1./(tan(phi) * sqrt(1. - par.es * *sp * *sp ));
                 F = proj_parm.lam_1 * *sp;
                 *y = *R * (1 - cos(F));
                 *x = *R * sin(F);
             }
-            
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -164,7 +164,7 @@
                 {
                     PXY t;
                     double yc = 0;
-                
+
                     lp_lat = this->m_proj_parm.phi_2;
                     lp_lon = xy_x / cos(lp_lat);
                     do {
@@ -227,7 +227,7 @@
             }
 
         }} // namespace detail::imw_p
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief International Map of the World Polyconic projection
@@ -272,7 +272,7 @@
             factory.add_to_factory("imw_p", new imw_p_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/krovak.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/krovak.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/krovak.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,42 +45,42 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace krovak{ 
+    namespace detail { namespace krovak{
 
             struct par_krovak
             {
                 double    C_x;
             };
-            
-            
-            
-            
-            
+
+
+
+
+
             /**
                NOTES: According to EPSG the full Krovak projection method should have
                       the following parameters.  Within PROJ.4 the azimuth, and pseudo
-                      standard parallel are hardcoded in the algorithm and can't be 
+                      standard parallel are hardcoded in the algorithm and can't be
                       altered from outside.  The others all have defaults to match the
                       common usage with Krovak projection.
-            
+
               lat_0 = latitude of centre of the projection
-                     
+
               lon_0 = longitude of centre of the projection
-              
+
               ** = azimuth (true) of the centre line passing through the centre of the projection
-            
+
               ** = latitude of pseudo standard parallel
-               
+
               k  = scale factor on the pseudo standard parallel
-              
+
               x_0 = False Easting of the centre of the projection at the apex of the cone
-              
+
               y_0 = False Northing of the centre of the projection at the apex of the cone
-            
+
              **/
-            
-            
-            
+
+
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -100,20 +100,20 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                 /* calculate xy from lat/lon */
-                
-                    
-                    
-                
+
+
+
+
                 /* Constants, identical to inverse transform function */
                     double s45, s90, e2, e, alfa, uq, u0, g, k, k1, n0, ro0, ad, a, s0, n;
                     double gfi, u, fi0, deltav, s, d, eps, ro;
-                
-                
+
+
                     s45 = 0.785398163397448;    /* 45 DEG */
                     s90 = 2 * s45;
                     fi0 = this->m_par.phi0;    /* Latitude of projection centre 49 DEG 30' */
-                
-                   /* Ellipsoid is used as Parameter in for.c and inv.c, therefore a must 
+
+                   /* Ellipsoid is used as Parameter in for.c and inv.c, therefore a must
                       be set to 1 here.
                       Ellipsoid Bessel 1841 a = 6377397.155m 1/f = 299.1528128,
                       e2=0.006674372230614;
@@ -122,67 +122,67 @@
                     /* e2 = this->m_par.es;*/       /* 0.006674372230614; */
                     e2 = 0.006674372230614;
                     e = sqrt(e2);
-                
+
                     alfa = sqrt(1. + (e2 * pow(cos(fi0), 4)) / (1. - e2));
-                
+
                     uq = 1.04216856380474;      /* DU(2, 59, 42, 42.69689) */
                     u0 = asin(sin(fi0) / alfa);
                     g = pow(   (1. + e * sin(fi0)) / (1. - e * sin(fi0)) , alfa * e / 2.  );
-                
+
                     k = tan( u0 / 2. + s45) / pow  (tan(fi0 / 2. + s45) , alfa) * g;
-                
+
                     k1 = this->m_par.k0;
                     n0 = a * sqrt(1. - e2) / (1. - e2 * pow(sin(fi0), 2));
                     s0 = 1.37008346281555;       /* Latitude of pseudo standard parallel 78 DEG 30'00" N */
                     n = sin(s0);
                     ro0 = k1 * n0 / tan(s0);
                     ad = s90 - uq;
-                
+
                 /* Transformation */
-                
+
                     gfi =pow ( ((1. + e * sin(lp_lat)) /
                                (1. - e * sin(lp_lat))) , (alfa * e / 2.));
-                
+
                     u= 2. * (atan(k * pow( tan(lp_lat / 2. + s45), alfa) / gfi)-s45);
-                
+
                     deltav = - lp_lon * alfa;
-                
+
                     s = asin(cos(ad) * sin(u) + sin(ad) * cos(u) * cos(deltav));
                     d = asin(cos(u) * sin(deltav) / cos(s));
                     eps = n * d;
                     ro = ro0 * pow(tan(s0 / 2. + s45) , n) / pow(tan(s / 2. + s45) , n)   ;
-                
+
                    /* x and y are reverted! */
                     xy_y = ro * cos(eps) / a;
                     xy_x = ro * sin(eps) / a;
-                
+
                         if( !pj_param(this->m_par.params, "tczech").i )
                       {
                         xy_y *= -1.0;
                         xy_x *= -1.0;
                       }
-                
+
                             return;
                 }
-                
-                
-                
+
+
+
 
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     /* calculate lat/lon from xy */
-                
+
                 /* Constants, identisch wie in der Umkehrfunktion */
                     double s45, s90, fi0, e2, e, alfa, uq, u0, g, k, k1, n0, ro0, ad, a, s0, n;
                     double u, deltav, s, d, eps, ro, fi1, xy0;
                     int ok;
-                
+
                     s45 = 0.785398163397448;    /* 45 DEG */
                     s90 = 2 * s45;
                     fi0 = this->m_par.phi0;    /* Latitude of projection centre 49 DEG 30' */
-                
-                
-                   /* Ellipsoid is used as Parameter in for.c and inv.c, therefore a must 
+
+
+                   /* Ellipsoid is used as Parameter in for.c and inv.c, therefore a must
                       be set to 1 here.
                       Ellipsoid Bessel 1841 a = 6377397.155m 1/f = 299.1528128,
                       e2=0.006674372230614;
@@ -191,47 +191,47 @@
                     /* e2 = this->m_par.es; */      /* 0.006674372230614; */
                     e2 = 0.006674372230614;
                     e = sqrt(e2);
-                
+
                     alfa = sqrt(1. + (e2 * pow(cos(fi0), 4)) / (1. - e2));
                     uq = 1.04216856380474;      /* DU(2, 59, 42, 42.69689) */
                     u0 = asin(sin(fi0) / alfa);
                     g = pow(   (1. + e * sin(fi0)) / (1. - e * sin(fi0)) , alfa * e / 2.  );
-                
+
                     k = tan( u0 / 2. + s45) / pow  (tan(fi0 / 2. + s45) , alfa) * g;
-                
+
                     k1 = this->m_par.k0;
                     n0 = a * sqrt(1. - e2) / (1. - e2 * pow(sin(fi0), 2));
                     s0 = 1.37008346281555;       /* Latitude of pseudo standard parallel 78 DEG 30'00" N */
                     n = sin(s0);
                     ro0 = k1 * n0 / tan(s0);
                     ad = s90 - uq;
-                
-                
+
+
                 /* Transformation */
                    /* revert y, x*/
                     xy0=xy_x;
                     xy_x=xy_y;
                     xy_y=xy0;
-                
+
                         if( !pj_param(this->m_par.params, "tczech").i )
                       {
                         xy_x *= -1.0;
                         xy_y *= -1.0;
                       }
-                
+
                     ro = sqrt(xy_x * xy_x + xy_y * xy_y);
                     eps = atan2(xy_y, xy_x);
                     d = eps / sin(s0);
                     s = 2. * (atan(  pow(ro0 / ro, 1. / n) * tan(s0 / 2. + s45)) - s45);
-                
+
                     u = asin(cos(ad) * sin(s) - sin(ad) * cos(s) * cos(d));
                     deltav = asin(cos(s) * sin(d) / cos(u));
-                
+
                     lp_lon = this->m_par.lam0 - deltav / alfa;
-                
+
                 /* ITERATION FOR lp_lat */
                    fi1 = u;
-                
+
                    ok = 0;
                    do
                    {
@@ -239,18 +239,18 @@
                                             pow( tan(u / 2. + s45) , 1. / alfa)  *
                                             pow( (1. + e * sin(fi1)) / (1. - e * sin(fi1)) , e / 2.)
                                            )  - s45);
-                
+
                       if (fabs(fi1 - lp_lat) < 0.000000000000001) ok=1;
                       fi1 = lp_lat;
-                
+
                    }
                    while (ok==0);
-                
+
                    lp_lon -= this->m_par.lam0;
-                
+
                             return;
                 }
-                
+
             };
 
             // Krovak
@@ -262,14 +262,14 @@
                  * here Latitude Truescale */
                 ts = pj_param(par.params, "rlat_ts").f;
                 proj_parm.C_x = ts;
-                
+
                 /* we want Bessel as fixed ellipsoid */
                 par.a = 6377397.155;
                 par.e = sqrt(par.es = 0.006674372230614);
                     /* if latitude of projection center is not set, use 49d30'N */
                 if (!pj_param(par.params, "tlat_0").i)
                         par.phi0 = 0.863937979737193;
-             
+
                     /* if center long is not set use 42d30'E of Ferro - 17d40' for Ferro */
                     /* that will correspond to using longitudes relative to greenwich    */
                     /* as input and output, instead of lat/long relative to Ferro */
@@ -280,12 +280,12 @@
                         par.k0 = 0.9999;
                 /* always the same */
                 // par.inv = e_inverse;
-             
+
                 // par.fwd = e_forward;
             }
 
         }} // namespace detail::krovak
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Krovak projection
@@ -329,7 +329,7 @@
             factory.add_to_factory("krovak", new krovak_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/labrd.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/labrd.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/labrd.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace labrd{ 
+    namespace detail { namespace labrd{
             static const double EPS = 1.e-10;
 
             struct par_labrd
@@ -73,7 +73,7 @@
                 {
                     double V1, V2, ps, sinps, cosps, sinps2, cosps2, I1, I2, I3, I4, I5, I6,
                         x2, y2, t;
-                
+
                     V1 = this->m_proj_parm.A * log( tan(FORTPI + .5 * lp_lat) );
                     t = this->m_par.e * sin(lp_lat);
                     V2 = .5 * this->m_par.e * this->m_proj_parm.A * log ((1. + t)/(1. - t));
@@ -104,7 +104,7 @@
                     double x2, y2, V1, V2, V3, V4, t, t2, ps, pe, tpe, s,
                         I7, I8, I9, I10, I11, d, Re;
                     int i;
-                
+
                     x2 = xy_x * xy_x;
                     y2 = xy_y * xy_y;
                     V1 = 3. * xy_x * y2 - xy_x * x2;
@@ -177,7 +177,7 @@
             }
 
         }} // namespace detail::labrd
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Laborde projection
@@ -222,7 +222,7 @@
             factory.add_to_factory("labrd", new labrd_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/laea.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/laea.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/laea.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,7 +47,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace laea{ 
+    namespace detail { namespace laea{
             static const double EPS10 = 1.e-10;
             static const int NITER = 20;
             static const double CONV = 1.e-10;
@@ -88,7 +88,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0;
-                
+
                     coslam = cos(lp_lon);
                     sinlam = sin(lp_lon);
                     sinphi = sin(lp_lat);
@@ -121,7 +121,7 @@
                         goto eqcon;
                         break;
                     case EQUIT:
-                        xy_y = (b = sqrt(2. / (1. + cosb * coslam))) * sinb * this->m_proj_parm.ymf; 
+                        xy_y = (b = sqrt(2. / (1. + cosb * coslam))) * sinb * this->m_proj_parm.ymf;
                 eqcon:
                         xy_x = this->m_proj_parm.xmf * b * cosb * sinlam;
                         break;
@@ -139,7 +139,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double cCe, sCe, q, rho, ab=0.0;
-                
+
                     switch (this->m_proj_parm.mode) {
                     case EQUIT:
                     case OBLIQ:
@@ -197,7 +197,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  coslam, cosphi, sinphi;
-                
+
                     sinphi = sin(lp_lat);
                     cosphi = cos(lp_lat);
                     coslam = cos(lp_lon);
@@ -228,7 +228,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double  cosz=0.0, rh, sinz=0.0;
-                
+
                     rh = boost::math::hypot(xy_x, xy_y);
                     if ((lp_lat = rh * .5 ) > 1.) throw proj_exception();;
                     lp_lat = 2. * asin(lp_lat);
@@ -312,7 +312,7 @@
             }
 
         }} // namespace detail::laea
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Lambert Azimuthal Equal Area projection
@@ -382,7 +382,7 @@
             factory.add_to_factory("laea", new laea_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/lagrng.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/lagrng.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/lagrng.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace lagrng{ 
+    namespace detail { namespace lagrng{
             static const double TOL = 1e-10;
 
             struct par_lagrng
@@ -73,7 +73,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double v, c;
-                
+
                     if (fabs(fabs(lp_lat) - HALFPI) < TOL) {
                         xy_x = 0;
                         xy_y = lp_lat < 0 ? -2. : 2.;
@@ -103,7 +103,7 @@
             }
 
         }} // namespace detail::lagrng
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Lagrange projection
@@ -149,7 +149,7 @@
             factory.add_to_factory("lagrng", new lagrng_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/larr.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/larr.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/larr.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace larr{ 
+    namespace detail { namespace larr{
             static const double SIXTH = .16666666666666666;
 
 
@@ -80,7 +80,7 @@
             }
 
         }} // namespace detail::larr
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Larrivee projection
@@ -125,7 +125,7 @@
             factory.add_to_factory("larr", new larr_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/lask.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/lask.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/lask.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace lask{ 
+    namespace detail { namespace lask{
             static const double a10 = 0.975534;
             static const double a12 = -0.119161;
             static const double a32 = -0.0143059;
@@ -75,7 +75,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double l2, p2;
-                
+
                     l2 = lp_lon * lp_lon;
                     p2 = lp_lat * lp_lat;
                     xy_x = lp_lon * (a10 + p2 * (a12 + l2 * a32 + p2 * a14));
@@ -94,7 +94,7 @@
             }
 
         }} // namespace detail::lask
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Laskowski projection
@@ -139,7 +139,7 @@
             factory.add_to_factory("lask", new lask_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/latlong.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/latlong.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/latlong.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,11 +47,11 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace latlong{ 
+    namespace detail { namespace latlong{
+
 
-            
             /* very loosely based upon DMA code by Bradford W. Drew */
-            
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -69,14 +69,14 @@
 
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
-                
+
                         xy_x = lp_lon / this->m_par.a;
                         xy_y = lp_lat / this->m_par.a;
                 }
 
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
-                
+
                         lp_lat = xy_y * this->m_par.a;
                         lp_lon = xy_x * this->m_par.a;
                 }
@@ -127,7 +127,7 @@
             }
 
         }} // namespace detail::latlong
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Lat/long (Geodetic) projection
@@ -259,7 +259,7 @@
             factory.add_to_factory("longlat", new longlat_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     // Create EPSG specializations
     // (Proof of Concept, only for some)
 
Modified: trunk/boost/geometry/extensions/gis/projections/proj/lcc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/lcc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/lcc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -50,7 +50,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace lcc{ 
+    namespace detail { namespace lcc{
             static const double EPS10 = 1.e-10;
 
             struct par_lcc
@@ -180,7 +180,7 @@
             }
 
         }} // namespace detail::lcc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Lambert Conformal Conic projection
@@ -226,7 +226,7 @@
             factory.add_to_factory("lcc", new lcc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     // Create EPSG specializations
     // (Proof of Concept, only for some)
 
Modified: trunk/boost/geometry/extensions/gis/projections/proj/lcca.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/lcca.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/lcca.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace lcca{ 
+    namespace detail { namespace lcca{
             static const int MAX_ITER = 10;
             static const double DEL_TOL = 1e-12;
 
@@ -56,8 +56,8 @@
                 double    r0, l, M0;
                 double    C;
             };
-            
-            
+
+
                 inline double /* func to compute dr */
             fS(double S, double C) {
                     return(S * ( 1. + S * S * C));
@@ -85,7 +85,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double S, r, dr;
-                    
+
                     S = pj_mlfn(lp_lat, sin(lp_lat), cos(lp_lat), this->m_proj_parm.en) - this->m_proj_parm.M0;
                     dr = fS(S, this->m_proj_parm.C);
                     r = this->m_proj_parm.r0 - dr;
@@ -97,7 +97,7 @@
                 {
                     double theta, dr, S, dif;
                     int i;
-                
+
                     xy_x /= this->m_par.k0;
                     xy_y /= this->m_par.k0;
                     theta = atan2(xy_x , this->m_proj_parm.r0 - xy_y);
@@ -136,7 +136,7 @@
             }
 
         }} // namespace detail::lcca
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Lambert Conformal Conic Alternative projection
@@ -182,7 +182,7 @@
             factory.add_to_factory("lcca", new lcca_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/loxim.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/loxim.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/loxim.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace loxim{ 
+    namespace detail { namespace loxim{
             static const double EPS = 1e-8;
 
             struct par_loxim
@@ -111,7 +111,7 @@
             }
 
         }} // namespace detail::loxim
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Loximuthal projection
@@ -155,7 +155,7 @@
             factory.add_to_factory("loxim", new loxim_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/lsat.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/lsat.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/lsat.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace lsat{ 
+    namespace detail { namespace lsat{
             static const double TOL = 1e-7;
             static const double PI_HALFPI = 4.71238898038468985766;
             static const double TWOPI_HALFPI = 7.85398163397448309610;
@@ -60,14 +60,14 @@
                 inline void
             seraz0(double lam, double mult, Parameters& par, par_lsat& proj_parm) {
                 double sdsq, h, s, fc, sd, sq, d__1;
-            
+
                 lam *= DEG_TO_RAD;
                 sd = sin(lam);
                 sdsq = sd * sd;
                 s = proj_parm.p22 * proj_parm.sa * cos(lam) * sqrt((1. + proj_parm.t * sdsq) / ((
                     1. + proj_parm.w * sdsq) * (1. + proj_parm.q * sdsq)));
                 d__1 = 1. + proj_parm.q * sdsq;
-                h = sqrt((1. + proj_parm.q * sdsq) / (1. + proj_parm.w * sdsq)) * ((1. + 
+                h = sqrt((1. + proj_parm.q * sdsq) / (1. + proj_parm.w * sdsq)) * ((1. +
                     proj_parm.w * sdsq) / (d__1 * d__1) - proj_parm.p22 * proj_parm.ca);
                 sq = sqrt(proj_parm.xj * proj_parm.xj + s * s);
                 proj_parm.b += fc = mult * (h * proj_parm.xj - s * s) / sq;
@@ -98,7 +98,7 @@
                     int l, nn;
                     double lamt, xlam, sdsq, c, d, s, lamdp, phidp, lampp, tanph,
                         lamtp, cl, sd, sp, fac, sav, tanphi;
-                
+
                     if (lp_lat > HALFPI)
                         lp_lat = HALFPI;
                     else if (lp_lat < -HALFPI)
@@ -131,7 +131,7 @@
                     }
                     if (l) {
                         sp = sin(lp_lat);
-                        phidp = aasin((this->m_par.one_es * this->m_proj_parm.ca * sp - this->m_proj_parm.sa * cos(lp_lat) * 
+                        phidp = aasin((this->m_par.one_es * this->m_proj_parm.ca * sp - this->m_proj_parm.sa * cos(lp_lat) *
                             sin(lamt)) / sqrt(1. - this->m_par.es * sp * sp));
                         tanph = log(tan(FORTPI + .5 * phidp));
                         sd = sin(lamdp);
@@ -150,7 +150,7 @@
                 {
                     int nn;
                     double lamt, sdsq, s, lamdp, phidp, sppsq, dd, sd, sl, fac, scl, sav, spp;
-                
+
                     lamdp = xy_x / this->m_proj_parm.b;
                     nn = 50;
                     do {
@@ -165,7 +165,7 @@
                         lamdp /= this->m_proj_parm.b;
                     } while (fabs(lamdp - sav) >= TOL && --nn);
                     sl = sin(lamdp);
-                    fac = exp(sqrt(1. + s * s / this->m_proj_parm.xj / this->m_proj_parm.xj) * (xy_y - 
+                    fac = exp(sqrt(1. + s * s / this->m_proj_parm.xj / this->m_proj_parm.xj) * (xy_y -
                         this->m_proj_parm.c1 * sl - this->m_proj_parm.c3 * sin(lamdp * 3.)));
                     phidp = 2. * (atan(fac) - FORTPI);
                     dd = sl * sl;
@@ -173,9 +173,9 @@
                         lamdp -= TOL;
                     spp = sin(phidp);
                     sppsq = spp * spp;
-                    lamt = atan(((1. - sppsq * this->m_par.rone_es) * tan(lamdp) * 
+                    lamt = atan(((1. - sppsq * this->m_par.rone_es) * tan(lamdp) *
                         this->m_proj_parm.ca - spp * this->m_proj_parm.sa * sqrt((1. + this->m_proj_parm.q * dd) * (
-                        1. - sppsq) - sppsq * this->m_proj_parm.u) / cos(lamdp)) / (1. - sppsq 
+                        1. - sppsq) - sppsq * this->m_proj_parm.u) / cos(lamdp)) / (1. - sppsq
                         * (1. + this->m_proj_parm.u)));
                     sl = lamt >= 0. ? 1. : -1.;
                     scl = cos(lamdp) >= 0. ? 1. : -1;
@@ -244,7 +244,7 @@
             }
 
         }} // namespace detail::lsat
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Space oblique for LANDSAT projection
@@ -290,7 +290,7 @@
             factory.add_to_factory("lsat", new lsat_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/mbt_fps.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/mbt_fps.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/mbt_fps.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace mbt_fps{ 
+    namespace detail { namespace mbt_fps{
             static const int MAX_ITER = 10;
             static const double LOOP_TOL = 1e-7;
             static const double C1 = 0.45503;
@@ -74,7 +74,7 @@
                 {
                     double k, V, t;
                     int i;
-                
+
                     k = C3 * sin(lp_lat);
                     for (i = MAX_ITER; i ; --i) {
                         t = lp_lat / C2;
@@ -91,7 +91,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double t;
-                
+
                     lp_lat = C2 * (t = aasin(xy_y / C_y));
                     lp_lon = xy_x / (C_x * (1. + 3. * cos(lp_lat)/cos(t)));
                     lp_lat = aasin((C1 * sin(t) + sin(lp_lat)) / C3);
@@ -108,7 +108,7 @@
             }
 
         }} // namespace detail::mbt_fps
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief McBryde-Thomas Flat-Pole Sine (No. 2) projection
@@ -152,7 +152,7 @@
             factory.add_to_factory("mbt_fps", new mbt_fps_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/mbtfpp.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/mbtfpp.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/mbtfpp.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace mbtfpp{ 
+    namespace detail { namespace mbtfpp{
             static const double CS = .95257934441568037152;
             static const double FXC = .92582009977255146156;
             static const double FYC = 3.40168025708304504493;
@@ -102,7 +102,7 @@
             }
 
         }} // namespace detail::mbtfpp
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief McBride-Thomas Flat-Polar Parabolic projection
@@ -146,7 +146,7 @@
             factory.add_to_factory("mbtfpp", new mbtfpp_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/mbtfpq.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/mbtfpq.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/mbtfpq.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace mbtfpq{ 
+    namespace detail { namespace mbtfpq{
             static const int NITER = 20;
             static const double EPS = 1e-7;
             static const double ONETOL = 1.000001;
@@ -75,7 +75,7 @@
                 {
                     double th1, c;
                     int i;
-                
+
                     c = C * sin(lp_lat);
                     for (i = NITER; i; --i) {
                         lp_lat -= th1 = (sin(.5*lp_lat) + sin(lp_lat) - c) /
@@ -89,7 +89,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double t;
-                
+
                     lp_lat = RYC * xy_y;
                     if (fabs(lp_lat) > 1.) {
                         if (fabs(lp_lat) > ONETOL)    throw proj_exception();
@@ -117,7 +117,7 @@
             }
 
         }} // namespace detail::mbtfpq
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief McBryde-Thomas Flat-Polar Quartic projection
@@ -161,7 +161,7 @@
             factory.add_to_factory("mbtfpq", new mbtfpq_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/merc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/merc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/merc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -48,7 +48,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace merc{ 
+    namespace detail { namespace merc{
             static const double EPS10 = 1.e-10;
 
 
@@ -132,7 +132,7 @@
             }
 
         }} // namespace detail::merc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Mercator projection
@@ -204,7 +204,7 @@
             factory.add_to_factory("merc", new merc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/mill.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/mill.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/mill.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace mill{ 
+    namespace detail { namespace mill{
 
 
             // template class, using CRTP to implement forward/inverse
@@ -85,7 +85,7 @@
             }
 
         }} // namespace detail::mill
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Miller Cylindrical projection
@@ -129,7 +129,7 @@
             factory.add_to_factory("mill", new mill_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/mod_ster.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/mod_ster.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/mod_ster.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,7 +47,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace mod_ster{ 
+    namespace detail { namespace mod_ster{
             static const double EPSLN = 1e-10;
 
             struct par_mod_ster
@@ -57,7 +57,7 @@
                 int        n;
             };
             /* based upon Snyder and Linck, USGS-NMD */
-            
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -78,7 +78,7 @@
                 {
                     double sinlon, coslon, esphi, chi, schi, cchi, s;
                     COMPLEX p;
-                
+
                     sinlon = sin(lp_lon);
                     coslon = cos(lp_lon);
                     esphi = this->m_par.e * sin(lp_lat);
@@ -99,7 +99,7 @@
                     int nn;
                     COMPLEX p, fxy, fpxy, dp;
                     double den, rh = 0, z, sinz = 0, cosz = 0, chi, phi = 0, dphi, esphi;
-                
+
                     p.r = xy_x;
                     p.i = xy_y;
                     for (nn = 20; nn ;--nn) {
@@ -137,7 +137,7 @@
                     }
                     if (nn) {
                         lp_lat = phi;
-                        lp_lon = atan2(p.r * sinz, rh * this->m_proj_parm.cchio * cosz - p.i * 
+                        lp_lon = atan2(p.r * sinz, rh * this->m_proj_parm.cchio * cosz - p.i *
                             this->m_proj_parm.schio * sinz);
                     } else
                         lp_lon = lp_lat = HUGE_VAL;
@@ -298,7 +298,7 @@
             }
 
         }} // namespace detail::mod_ster
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Miller Oblated Stereographic projection
@@ -465,7 +465,7 @@
             factory.add_to_factory("gs50", new gs50_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/moll.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/moll.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/moll.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace moll{ 
+    namespace detail { namespace moll{
             static const int MAX_ITER = 10;
             static const double LOOP_TOL = 1e-7;
 
@@ -74,7 +74,7 @@
                 {
                     double k, V;
                     int i;
-                
+
                     k = this->m_proj_parm.C_p * sin(lp_lat);
                     for (i = MAX_ITER; i ; --i) {
                         lp_lat -= V = (lp_lat + sin(lp_lat) - k) /
@@ -92,8 +92,8 @@
 
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
-                    
-                
+
+
                     lp_lat = aasin(xy_y / this->m_proj_parm.C_y);
                     lp_lon = xy_x / (this->m_proj_parm.C_x * cos(lp_lat));
                     lp_lat += lp_lat;
@@ -102,7 +102,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_moll& proj_parm, double p) 
+            void setup(Parameters& par, par_moll& proj_parm, double p)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -145,7 +145,7 @@
             }
 
         }} // namespace detail::moll
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Mollweide projection
@@ -253,7 +253,7 @@
             factory.add_to_factory("wag5", new wag5_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/nell.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/nell.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/nell.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace nell{ 
+    namespace detail { namespace nell{
             static const int MAX_ITER = 10;
             static const double LOOP_TOL = 1e-7;
 
@@ -68,7 +68,7 @@
                 {
                     double k, V;
                     int i;
-                
+
                     k = 2. * sin(lp_lat);
                     V = lp_lat * lp_lat;
                     lp_lat *= 1.00371 + V * (-0.0935382 + V * -0.011412);
@@ -84,8 +84,8 @@
 
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
-                    
-                
+
+
                     lp_lon = 2. * xy_x / (1. + cos(xy_y));
                     lp_lat = aasin(0.5 * (xy_y + sin(xy_y)));
                 }
@@ -101,7 +101,7 @@
             }
 
         }} // namespace detail::nell
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Nell projection
@@ -145,7 +145,7 @@
             factory.add_to_factory("nell", new nell_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/nell_h.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/nell_h.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/nell_h.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace nell_h{ 
+    namespace detail { namespace nell_h{
             static const int NITER = 9;
             static const double EPS = 1e-7;
 
@@ -74,7 +74,7 @@
                 {
                     double V, c, p;
                     int i;
-                
+
                     p = 0.5 * xy_y;
                     for (i = NITER; i ; --i) {
                         c = cos(0.5 * lp_lat);
@@ -100,7 +100,7 @@
             }
 
         }} // namespace detail::nell_h
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Nell-Hammer projection
@@ -144,7 +144,7 @@
             factory.add_to_factory("nell_h", new nell_h_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/nocol.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/nocol.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/nocol.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace nocol{ 
+    namespace detail { namespace nocol{
             static const double EPS = 1e-10;
 
 
@@ -79,7 +79,7 @@
                         xy_y = lp_lat;
                     } else {
                         double tb, c, d, m, n, r2, sp;
-                
+
                         tb = HALFPI / lp_lon - lp_lon / HALFPI;
                         c = lp_lat / HALFPI;
                         d = (1 - c * c)/((sp = sin(lp_lat)) - c);
@@ -106,7 +106,7 @@
             }
 
         }} // namespace detail::nocol
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Nicolosi Globular projection
@@ -151,7 +151,7 @@
             factory.add_to_factory("nicol", new nicol_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/nsper.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/nsper.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/nsper.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace nsper{ 
+    namespace detail { namespace nsper{
             static const double EPS10 = 1.e-10;
             static const int N_POLE = 0;
             static const int S_POLE = 1;
@@ -89,7 +89,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  coslam, cosphi, sinphi;
-                
+
                     sinphi = sin(lp_lat);
                     cosphi = cos(lp_lat);
                     coslam = cos(lp_lon);
@@ -126,7 +126,7 @@
                     }
                     if (this->m_proj_parm.tilt) {
                         double yt, ba;
-                
+
                         yt = xy_y * this->m_proj_parm.cg + xy_x * this->m_proj_parm.sg;
                         ba = 1. / (yt * this->m_proj_parm.sw * this->m_proj_parm.h + this->m_proj_parm.cw);
                         xy_x = (xy_x * this->m_proj_parm.cg - xy_y * this->m_proj_parm.sg) * this->m_proj_parm.cw * ba;
@@ -137,10 +137,10 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double  rh, cosz, sinz;
-                
+
                     if (this->m_proj_parm.tilt) {
                         double bm, bq, yt;
-                
+
                         yt = 1./(this->m_proj_parm.pn1 - xy_y * this->m_proj_parm.sw);
                         bm = this->m_proj_parm.pn1 * xy_x * yt;
                         bq = this->m_proj_parm.pn1 * xy_y * this->m_proj_parm.cw * yt;
@@ -180,7 +180,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_nsper& proj_parm) 
+            void setup(Parameters& par, par_nsper& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -230,7 +230,7 @@
             }
 
         }} // namespace detail::nsper
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Near-sided perspective projection
@@ -308,7 +308,7 @@
             factory.add_to_factory("tpers", new tpers_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/nzmg.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/nzmg.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/nzmg.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace nzmg{ 
+    namespace detail { namespace nzmg{
             static const double EPSLN = 1e-10;
             static const double SEC5_TO_RAD = 0.4848136811095359935899141023;
             static const double RAD_TO_SEC5 = 2.062648062470963551564733573;
@@ -53,10 +53,10 @@
             static const int Ntpsi = 9;
             static const int Ntphi = 8;
 
-            
-            
-            
-            
+
+
+
+
                 static COMPLEX
             bf[] = {
                 {.7557853228,    0.0},
@@ -90,7 +90,7 @@
                     COMPLEX p;
                     double *C;
                     int i;
-                
+
                     lp_lat = (lp_lat - this->m_par.phi0) * RAD_TO_SEC5;
                     for (p.r = *(C = tpsi + (i = Ntpsi)); i ; --i)
                         p.r = *--C + lp_lat * p.r;
@@ -106,7 +106,7 @@
                     int nn, i;
                     COMPLEX p, f, fp, dp;
                     double den, *C;
-                
+
                     p.r = xy_y;
                     p.i = xy_x;
                     for (nn = 20; nn ;--nn) {
@@ -144,7 +144,7 @@
             }
 
         }} // namespace detail::nzmg
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief New Zealand Map Grid projection
@@ -187,7 +187,7 @@
             factory.add_to_factory("nzmg", new nzmg_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/ob_tran.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/ob_tran.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/ob_tran.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -49,7 +49,7 @@
     template <typename Geographic, typename Cartesian, typename Parameters> class factory;
 
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace ob_tran{ 
+    namespace detail { namespace ob_tran{
             static const double TOL = 1e-10;
 
             template <typename Geographic, typename Cartesian>
@@ -78,9 +78,9 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double coslam, sinphi, cosphi;
-                
-                
-                
+
+
+
                     coslam = cos(lp_lon);
                     sinphi = sin(lp_lat);
                     cosphi = cos(lp_lat);
@@ -93,7 +93,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double coslam, sinphi, cosphi;
-                
+
                     m_proj_parm.link->inv(xy_x, xy_y, lp_lon, lp_lat);
                     if (lp_lon != HUGE_VAL) {
                         coslam = cos(lp_lon -= this->m_proj_parm.lamp);
@@ -124,9 +124,9 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double cosphi, coslam;
-                
-                
-                
+
+
+
                     cosphi = cos(lp_lat);
                     coslam = cos(lp_lon);
                     lp_lon = adjlon(aatan2(cosphi * sin(lp_lon), sin(lp_lat)) + this->m_proj_parm.lamp);
@@ -137,7 +137,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double cosphi, t;
-                
+
                     m_proj_parm.link->inv(xy_x, xy_y, lp_lon, lp_lat);
                     if (lp_lon != HUGE_VAL) {
                         cosphi = cos(lp_lat);
@@ -154,8 +154,8 @@
             {
                 int i;
                 double phip;
-            
-            
+
+
                 Parameters pj;
                 /* copy existing header into new */
                 par.es = 0.;
@@ -175,7 +175,7 @@
                 pj.one_es = pj.rone_es = 1.;
                 pj.es = pj.e = 0.;
                 pj.name = pj_param(par.params, "so_proj").s;
-            
+
                 factory<Geographic, Cartesian, Parameters> fac;
                 if (create)
                 {
@@ -230,7 +230,7 @@
             }
 
         }} // namespace detail::ob_tran
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief General Oblique Transformation projection
@@ -309,7 +309,7 @@
             factory.add_to_factory("ob_tran", new ob_tran_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/ocea.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/ocea.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/ocea.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace ocea{ 
+    namespace detail { namespace ocea{
 
             struct par_ocea
             {
@@ -75,7 +75,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double t;
-                
+
                     xy_y = sin(lp_lon);
                 /*
                     xy_x = atan2((tan(lp_lat) * this->m_proj_parm.cosphi + this->m_proj_parm.sinphi * xy_y) , cos(lp_lon));
@@ -91,7 +91,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double t, s;
-                
+
                     xy_y /= this->m_proj_parm.rok;
                     xy_x /= this->m_proj_parm.rtk;
                     t = sqrt(1. - xy_y * xy_y);
@@ -135,7 +135,7 @@
             }
 
         }} // namespace detail::ocea
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Oblique Cylindrical Equal Area projection
@@ -180,7 +180,7 @@
             factory.add_to_factory("ocea", new ocea_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/oea.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/oea.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/oea.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace oea{ 
+    namespace detail { namespace oea{
 
             struct par_oea
             {
@@ -73,7 +73,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double Az, M, N, cp, sp, cl, shz;
-                
+
                     cp = cos(lp_lat);
                     sp = sin(lp_lat);
                     cl = cos(lp_lon);
@@ -88,7 +88,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double N, M, xp, yp, z, Az, cz, sz, cAz;
-                
+
                     N = this->m_proj_parm.hn * aasin(xy_y * this->m_proj_parm.rn);
                     M = this->m_proj_parm.hm * aasin(xy_x * this->m_proj_parm.rm * cos(N * this->m_proj_parm.two_r_n) / cos(N));
                     xp = 2. * sin(M);
@@ -127,7 +127,7 @@
             }
 
         }} // namespace detail::oea
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Oblated Equal Area projection
@@ -172,7 +172,7 @@
             factory.add_to_factory("oea", new oea_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/omerc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/omerc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/omerc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/proj/ortho.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/ortho.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/ortho.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace ortho{ 
+    namespace detail { namespace ortho{
             static const double EPS10 = 1.e-10;
             static const int N_POLE = 0;
             static const int S_POLE = 1;
@@ -77,7 +77,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  coslam, cosphi, sinphi;
-                
+
                     cosphi = cos(lp_lat);
                     coslam = cos(lp_lon);
                     switch (this->m_proj_parm.mode) {
@@ -100,12 +100,12 @@
                     xy_x = cosphi * sin(lp_lon);
                             return;
                 }
-                
+
 
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double  rh, cosc, sinc;
-                
+
                     if ((sinc = (rh = boost::math::hypot(xy_x, xy_y))) > 1.) {
                         if ((sinc - 1.) > EPS10) throw proj_exception();;
                         sinc = 1.;
@@ -145,7 +145,7 @@
                     }
                             return;
                 }
-                
+
             };
 
             // Orthographic
@@ -166,7 +166,7 @@
             }
 
         }} // namespace detail::ortho
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Orthographic projection
@@ -210,7 +210,7 @@
             factory.add_to_factory("ortho", new ortho_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/poly.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/poly.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/poly.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -47,7 +47,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace poly{ 
+    namespace detail { namespace poly{
             static const double TOL = 1e-10;
             static const double CONV = 1e-10;
             static const int N_ITER = 10;
@@ -78,7 +78,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  ms, sp, cp;
-                
+
                     if (fabs(lp_lat) <= TOL) { xy_x = lp_lon; xy_y = -this->m_proj_parm.ml0; }
                     else {
                         sp = sin(lp_lat);
@@ -95,7 +95,7 @@
                     else {
                         double r, c, sp, cp, s2ph, ml, mlb, mlp, dPhi;
                         int i;
-                
+
                         r = xy_y * xy_y + xy_x * xy_x;
                         for (lp_lat = xy_y, i = I_ITER; i ; --i) {
                             sp = sin(lp_lat);
@@ -139,7 +139,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  cot, E;
-                
+
                     if (fabs(lp_lat) <= TOL) { xy_x = lp_lon; xy_y = this->m_proj_parm.ml0; }
                     else {
                         cot = 1. / tan(lp_lat);
@@ -152,7 +152,7 @@
                 {
                     double B, dphi, tp;
                     int i;
-                
+
                     if (fabs(xy_y = this->m_par.phi0 + xy_y) <= TOL) { lp_lon = xy_x; lp_lat = 0.; }
                     else {
                         lp_lat = xy_y;
@@ -187,7 +187,7 @@
             }
 
         }} // namespace detail::poly
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Polyconic (American) projection
@@ -257,7 +257,7 @@
             factory.add_to_factory("poly", new poly_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/putp2.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/putp2.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/putp2.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace putp2{ 
+    namespace detail { namespace putp2{
             static const double C_x = 1.89490;
             static const double C_y = 1.71848;
             static const double C_p = 0.6141848493043784;
@@ -72,7 +72,7 @@
                 {
                     double p, c, s, V;
                     int i;
-                
+
                     p = C_p * sin(lp_lat);
                     s = lp_lat * lp_lat;
                     lp_lat *= 0.615709 + s * ( 0.00909953 + s * 0.0046292 );
@@ -93,7 +93,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double c;
-                
+
                     lp_lat = aasin(xy_y / C_y);
                     lp_lon = xy_x / (C_x * ((c = cos(lp_lat)) - 0.5));
                     lp_lat = aasin((lp_lat + sin(lp_lat) * (c - 1.)) / C_p);
@@ -110,7 +110,7 @@
             }
 
         }} // namespace detail::putp2
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Putnins P2 projection
@@ -154,7 +154,7 @@
             factory.add_to_factory("putp2", new putp2_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/putp3.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/putp3.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/putp3.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace putp3{ 
+    namespace detail { namespace putp3{
             static const double C = 0.79788456;
             static const double RPISQ = 0.1013211836;
 
@@ -84,7 +84,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_putp3& proj_parm) 
+            void setup(Parameters& par, par_putp3& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -111,7 +111,7 @@
             }
 
         }} // namespace detail::putp3
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Putnins P3 projection
@@ -188,7 +188,7 @@
             factory.add_to_factory("putp3p", new putp3p_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/putp4p.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/putp4p.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/putp4p.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace putp4p{ 
+    namespace detail { namespace putp4p{
 
             struct par_putp4p
             {
@@ -87,7 +87,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_putp4p& proj_parm) 
+            void setup(Parameters& par, par_putp4p& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -116,7 +116,7 @@
             }
 
         }} // namespace detail::putp4p
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Putnins P4' projection
@@ -192,7 +192,7 @@
             factory.add_to_factory("weren", new weren_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/putp5.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/putp5.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/putp5.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace putp5{ 
+    namespace detail { namespace putp5{
             static const double C = 1.01346;
             static const double D = 1.2158542;
 
@@ -84,7 +84,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_putp5& proj_parm) 
+            void setup(Parameters& par, par_putp5& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -113,7 +113,7 @@
             }
 
         }} // namespace detail::putp5
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Putnins P5 projection
@@ -189,7 +189,7 @@
             factory.add_to_factory("putp5p", new putp5p_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/putp6.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/putp6.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/putp6.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace putp6{ 
+    namespace detail { namespace putp6{
             static const double EPS = 1e-10;
             static const int NITER = 10;
             static const double CON_POLE = 1.732050807568877;
@@ -75,7 +75,7 @@
                 {
                     double p, r, V;
                     int i;
-                
+
                     p = this->m_proj_parm.B * sin(lp_lat);
                     lp_lat *=  1.10265779;
                     for (i = NITER; i ; --i) {
@@ -94,7 +94,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double r;
-                
+
                     lp_lat = xy_y / this->m_proj_parm.C_y;
                     r = sqrt(1. + lp_lat * lp_lat);
                     lp_lon = xy_x / (this->m_proj_parm.C_x * (this->m_proj_parm.D - r));
@@ -103,7 +103,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_putp6& proj_parm) 
+            void setup(Parameters& par, par_putp6& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -138,7 +138,7 @@
             }
 
         }} // namespace detail::putp6
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Putnins P6 projection
@@ -214,7 +214,7 @@
             factory.add_to_factory("putp6p", new putp6p_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/robin.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/robin.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/robin.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace robin{ 
+    namespace detail { namespace robin{
             static const double FXC = 0.8487;
             static const double FYC = 1.3523;
             static const double C1 = 11.45915590261646417544;
@@ -122,7 +122,7 @@
                 {
                     int i;
                     double dphi;
-                
+
                     i = int_floor((dphi = fabs(lp_lat)) * C1);
                     if (i >= NODES) i = NODES - 1;
                     dphi = RAD_TO_DEG * (dphi - RC1 * i);
@@ -136,7 +136,7 @@
                     int i;
                     double t, t1;
                     struct COEFS T;
-                
+
                     lp_lon = xy_x / FXC;
                     lp_lat = fabs(xy_y / FYC);
                     if (lp_lat >= 1.) { /* simple pathologic cases */
@@ -179,7 +179,7 @@
             }
 
         }} // namespace detail::robin
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Robinson projection
@@ -223,7 +223,7 @@
             factory.add_to_factory("robin", new robin_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/rouss.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/rouss.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/rouss.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace rouss{ 
+    namespace detail { namespace rouss{
 
             struct par_rouss
             {
@@ -76,7 +76,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double s, al, cp, sp, al2, s2;
-                    
+
                     cp = cos(lp_lat);
                     sp = sin(lp_lat);
                     s = proj_mdist(lp_lat, sp, cp,  this->m_proj_parm.en) - this->m_proj_parm.s0;
@@ -93,7 +93,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double s, al, x = xy_x / this->m_par.k0, y = xy_y / this->m_par.k0, x2, y2;;
-                
+
                     x2 = x * x;
                     y2 = y * y;
                     al = x*(1.-this->m_proj_parm.C1*y2+x2*(this->m_proj_parm.C2+this->m_proj_parm.C3*y-this->m_proj_parm.C4*x2+this->m_proj_parm.C5*y2-this->m_proj_parm.C7*x2*y)
@@ -113,7 +113,7 @@
             {
                 double N0, es2, t, t2, R_R0_2, R_R0_4;
                 proj_mdist_ini(par.es, proj_parm.en);
-            
+
                 es2 = sin(par.phi0);
                 proj_parm.s0 = proj_mdist(par.phi0, es2, cos(par.phi0), proj_parm.en);
                 t = 1. - (es2 = par.es * es2 * es2);
@@ -158,7 +158,7 @@
             }
 
         }} // namespace detail::rouss
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Roussilhe Stereographic projection
@@ -202,7 +202,7 @@
             factory.add_to_factory("rouss", new rouss_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/rpoly.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/rpoly.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/rpoly.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace rpoly{ 
+    namespace detail { namespace rpoly{
             static const double EPS = 1e-9;
 
             struct par_rpoly
@@ -74,7 +74,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double fa;
-                
+
                     if (this->m_proj_parm.mode)
                         fa = tan(lp_lon * this->m_proj_parm.fxb) * this->m_proj_parm.fxa;
                     else
@@ -103,7 +103,7 @@
             }
 
         }} // namespace detail::rpoly
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Rectangular Polyconic projection
@@ -149,7 +149,7 @@
             factory.add_to_factory("rpoly", new rpoly_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/sconics.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/sconics.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/sconics.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace sconics{ 
+    namespace detail { namespace sconics{
             static const int EULER = 0;
             static const int MURD1 = 1;
             static const int MURD2 = 2;
@@ -72,7 +72,7 @@
             phi12(Parameters& par, par_sconics& proj_parm, double *del) {
                 double p1, p2;
                 int err = 0;
-            
+
                 if (!pj_param(par.params, "tlat_1").i ||
                     !pj_param(par.params, "tlat_2").i) {
                     err = -41;
@@ -105,7 +105,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double rho;
-                
+
                     switch (this->m_proj_parm.type) {
                     case MURD2:
                         rho = this->m_proj_parm.rho_c + tan(this->m_proj_parm.sig - lp_lat);
@@ -124,7 +124,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double rho;
-                
+
                     rho = boost::math::hypot(xy_x, xy_y = this->m_proj_parm.rho_0 - xy_y);
                     if (this->m_proj_parm.n < 0.) {
                         rho = - rho;
@@ -146,7 +146,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_sconics& proj_parm) 
+            void setup(Parameters& par, par_sconics& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -259,7 +259,7 @@
             }
 
         }} // namespace detail::sconics
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Tissot projection
@@ -502,7 +502,7 @@
             factory.add_to_factory("vitk1", new vitk1_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/somerc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/somerc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/somerc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace somerc{ 
+    namespace detail { namespace somerc{
             static const double EPS = 1.e-10;
             static const int NITER = 6;
 
@@ -72,7 +72,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double phip, lamp, phipp, lampp, sp, cp;
-                
+
                     sp = this->m_par.e * sin(lp_lat);
                     phip = 2.* atan( exp( this->m_proj_parm.c * (
                         log(tan(FORTPI + 0.5 * lp_lat)) - this->m_proj_parm.hlf_e * log((1. + sp)/(1. - sp)))
@@ -89,7 +89,7 @@
                 {
                     double phip, lamp, phipp, lampp, cp, esp, con, delp;
                     int i;
-                
+
                     phipp = 2. * (atan(exp(xy_y / this->m_proj_parm.kR)) - FORTPI);
                     lampp = xy_x / this->m_proj_parm.kR;
                     cp = cos(phipp);
@@ -134,7 +134,7 @@
             }
 
         }} // namespace detail::somerc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Swiss. Obl. Mercator projection
@@ -179,7 +179,7 @@
             factory.add_to_factory("somerc", new somerc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/stere.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/stere.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/stere.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/proj/sterea.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/sterea.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/sterea.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -48,7 +48,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace sterea{ 
+    namespace detail { namespace sterea{
             static const double DEL_TOL = 1.e-14;
             static const int MAX_ITER = 10;
 
@@ -59,9 +59,9 @@
                 double R2;
                 gauss::GAUSS en;
             };
-            
-            
-            
+
+
+
 
             // template class, using CRTP to implement forward/inverse
             template <typename Geographic, typename Cartesian, typename Parameters>
@@ -81,7 +81,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double cosc, sinc, cosl, k;
-                
+
                     detail::gauss::gauss(m_proj_parm.en, lp_lon, lp_lat);
                     sinc = sin(lp_lat);
                     cosc = cos(lp_lat);
@@ -94,7 +94,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double rho, c, sinc, cosc;
-                
+
                     xy_x /= this->m_par.k0;
                     xy_y /= this->m_par.k0;
                     if((rho = boost::math::hypot(xy_x, xy_y))) {
@@ -126,7 +126,7 @@
             }
 
         }} // namespace detail::sterea
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Oblique Stereographic Alternative projection
@@ -171,7 +171,7 @@
             factory.add_to_factory("sterea", new sterea_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     // Create EPSG specializations
     // (Proof of Concept, only for some)
 
Modified: trunk/boost/geometry/extensions/gis/projections/proj/sts.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/sts.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/sts.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace sts{ 
+    namespace detail { namespace sts{
 
             struct par_sts
             {
@@ -72,7 +72,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double c;
-                
+
                     xy_x = this->m_proj_parm.C_x * lp_lon * cos(lp_lat);
                     xy_y = this->m_proj_parm.C_y;
                     lp_lat *= this->m_proj_parm.C_p;
@@ -89,7 +89,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double c;
-                    
+
                     xy_y /= this->m_proj_parm.C_y;
                     c = cos(lp_lat = this->m_proj_parm.tan_mode ? atan(xy_y) : aasin(xy_y));
                     lp_lat /= this->m_proj_parm.C_p;
@@ -102,7 +102,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_sts& proj_parm, double p, double q, int mode) 
+            void setup(Parameters& par, par_sts& proj_parm, double p, double q, int mode)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -145,7 +145,7 @@
             }
 
         }} // namespace detail::sts
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Kavraisky V projection
@@ -285,7 +285,7 @@
             factory.add_to_factory("fouc", new fouc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/tcc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/tcc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/tcc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace tcc{ 
+    namespace detail { namespace tcc{
             static const double EPS10 = 1.e-10;
 
             struct par_tcc
@@ -71,7 +71,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double b, bt;
-                
+
                     b = cos(lp_lat) * sin(lp_lon);
                     if ((bt = 1. - b * b) < EPS10) throw proj_exception();;
                     xy_x = b / sqrt(bt);
@@ -88,7 +88,7 @@
             }
 
         }} // namespace detail::tcc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Transverse Central Cylindrical projection
@@ -133,7 +133,7 @@
             factory.add_to_factory("tcc", new tcc_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/tcea.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/tcea.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/tcea.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace tcea{ 
+    namespace detail { namespace tcea{
 
             struct par_tcea
             {
@@ -76,7 +76,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double t;
-                
+
                     xy_y = xy_y * this->m_proj_parm.rk0 + this->m_par.phi0;
                     xy_x *= this->m_par.k0;
                     t = sqrt(1. - xy_x * xy_x);
@@ -96,7 +96,7 @@
             }
 
         }} // namespace detail::tcea
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Transverse Cylindrical Equal Area projection
@@ -140,7 +140,7 @@
             factory.add_to_factory("tcea", new tcea_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/tmerc.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/tmerc.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/tmerc.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -50,7 +50,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace tmerc{ 
+    namespace detail { namespace tmerc{
             static const double EPS10 = 1.e-10;
             static const double FC1 = 1.;
             static const double FC2 = .5;
@@ -86,12 +86,12 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double al, als, n, cosphi, sinphi, t;
-                
+
                         /*
-                         * Fail if our longitude is more than 90 degrees from the 
-                         * central meridian since the results are essentially garbage. 
+                         * Fail if our longitude is more than 90 degrees from the
+                         * central meridian since the results are essentially garbage.
                          * Is error -20 really an appropriate return value?
-                         * 
+                         *
                          *  http://trac.osgeo.org/proj/ticket/5
                          */
                         if( lp_lon < -HALFPI || lp_lon > HALFPI )
@@ -101,7 +101,7 @@
                             throw proj_exception(  -14);
                             return;
                         }
-                
+
                     sinphi = sin(lp_lat); cosphi = cos(lp_lat);
                     t = fabs(cosphi) > 1e-10 ? sinphi/cosphi : 0.;
                     t *= t;
@@ -125,7 +125,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double n, con, cosphi, d, ds, sinphi, t;
-                
+
                     lp_lat = pj_inv_mlfn(this->m_proj_parm.ml0 + xy_y / this->m_par.k0, this->m_par.es, this->m_proj_parm.en);
                     if (fabs(lp_lat) >= HALFPI) {
                         lp_lat = xy_y < 0. ? -HALFPI : HALFPI;
@@ -172,12 +172,12 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double b, cosphi;
-                
+
                         /*
-                         * Fail if our longitude is more than 90 degrees from the 
-                         * central meridian since the results are essentially garbage. 
+                         * Fail if our longitude is more than 90 degrees from the
+                         * central meridian since the results are essentially garbage.
                          * Is error -20 really an appropriate return value?
-                         * 
+                         *
                          *  http://trac.osgeo.org/proj/ticket/5
                          */
                         if( lp_lon < -HALFPI || lp_lon > HALFPI )
@@ -187,7 +187,7 @@
                             throw proj_exception(  -14);
                             return;
                         }
-                
+
                     b = (cosphi = cos(lp_lat)) * sin(lp_lon);
                     if (fabs(fabs(b) - 1.) <= EPS10) throw proj_exception();;
                     xy_x = this->m_proj_parm.ml0 * log((1. + b) / (1. - b));
@@ -203,7 +203,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double h, g;
-                
+
                     h = exp(xy_x / this->m_proj_parm.esp);
                     g = .5 * (h - 1. / h);
                     h = cos(this->m_par.phi0 + xy_y / this->m_proj_parm.esp);
@@ -220,7 +220,7 @@
                 boost::ignore_unused_variable_warning(proj_parm);
                 if (par.es) {
                     pj_enfn(par.es, proj_parm.en);
-            
+
                     proj_parm.ml0 = pj_mlfn(par.phi0, sin(par.phi0), cos(par.phi0), proj_parm.en);
                     proj_parm.esp = par.es / (1. - par.es);
                 // par.inv = e_inverse;
@@ -266,7 +266,7 @@
             }
 
         }} // namespace detail::tmerc
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Transverse Mercator projection
@@ -369,7 +369,7 @@
             factory.add_to_factory("utm", new utm_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     // Create EPSG specializations
     // (Proof of Concept, only for some)
 
Modified: trunk/boost/geometry/extensions/gis/projections/proj/tpeqd.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/tpeqd.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/tpeqd.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace tpeqd{ 
+    namespace detail { namespace tpeqd{
 
             struct par_tpeqd
             {
@@ -71,7 +71,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double t, z1, z2, dl1, dl2, sp, cp;
-                
+
                     sp = sin(lp_lat);
                     cp = cos(lp_lat);
                     z1 = aacos(this->m_proj_parm.sp1 * sp + this->m_proj_parm.cp1 * cp * cos(dl1 = lp_lon + this->m_proj_parm.dlam2));
@@ -88,7 +88,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double cz1, cz2, s, d, cp, sp;
-                
+
                     cz1 = cos(boost::math::hypot(xy_y, xy_x + this->m_proj_parm.hz0));
                     cz2 = cos(boost::math::hypot(xy_y, xy_x - this->m_proj_parm.hz0));
                     s = cz1 + cz2;
@@ -144,7 +144,7 @@
             }
 
         }} // namespace detail::tpeqd
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Two Point Equidistant projection
@@ -189,7 +189,7 @@
             factory.add_to_factory("tpeqd", new tpeqd_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/urm5.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/urm5.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/urm5.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace urm5{ 
+    namespace detail { namespace urm5{
 
             struct par_urm5
             {
@@ -70,7 +70,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double t;
-                
+
                     t = lp_lat = aasin(this->m_proj_parm.n * sin(lp_lat));
                     xy_x = this->m_proj_parm.m * lp_lon * cos(lp_lat);
                     t *= t;
@@ -95,7 +95,7 @@
             }
 
         }} // namespace detail::urm5
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Urmaev V projection
@@ -140,7 +140,7 @@
             factory.add_to_factory("urm5", new urm5_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/urmfps.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/urmfps.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/urmfps.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -46,7 +46,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace urmfps{ 
+    namespace detail { namespace urmfps{
             static const double C_x = 0.8773826753;
             static const double Cy = 1.139753528477;
 
@@ -86,7 +86,7 @@
             };
 
             template <typename Parameters>
-            void setup(Parameters& par, par_urmfps& proj_parm) 
+            void setup(Parameters& par, par_urmfps& proj_parm)
             {
                 boost::ignore_unused_variable_warning(par);
                 boost::ignore_unused_variable_warning(proj_parm);
@@ -119,7 +119,7 @@
             }
 
         }} // namespace detail::urmfps
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Urmaev Flat-Polar Sinusoidal projection
@@ -196,7 +196,7 @@
             factory.add_to_factory("wag1", new wag1_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/vandg.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/vandg.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/vandg.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace vandg{ 
+    namespace detail { namespace vandg{
             static const double TOL = 1.e-10;
             static const double THIRD = .33333333333333333333;
             static const double TWO_THRD = .66666666666666666666;
@@ -73,7 +73,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double  al, al2, g, g2, p2;
-                
+
                     p2 = fabs(lp_lat / HALFPI);
                     if ((p2 - TOL) > 1.) throw proj_exception();;
                     if (p2 > 1.)
@@ -107,7 +107,7 @@
                 inline void inv(cartesian_type& xy_x, cartesian_type& xy_y, geographic_type& lp_lon, geographic_type& lp_lat) const
                 {
                     double t, c0, c1, c2, c3, al, r2, r, m, d, ay, x2, y2;
-                
+
                     x2 = xy_x * xy_x;
                     if ((ay = fabs(xy_y)) < TOL) {
                         lp_lat = 0.;
@@ -148,7 +148,7 @@
             }
 
         }} // namespace detail::vandg
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief van der Grinten (I) projection
@@ -192,7 +192,7 @@
             factory.add_to_factory("vandg", new vandg_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/vandg2.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/vandg2.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/vandg2.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace vandg2{ 
+    namespace detail { namespace vandg2{
             static const double TOL = 1e-10;
             static const double TWORPI = 0.63661977236758134308;
 
@@ -72,7 +72,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double x1, at, bt, ct;
-                
+
                     bt = fabs(TWORPI * lp_lat);
                     if ((ct = 1. - bt * bt) < 0.)
                         ct = 0.;
@@ -118,7 +118,7 @@
             }
 
         }} // namespace detail::vandg2
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief van der Grinten II projection
@@ -196,7 +196,7 @@
             factory.add_to_factory("vandg3", new vandg3_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/vandg4.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/vandg4.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/vandg4.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace vandg4{ 
+    namespace detail { namespace vandg4{
             static const double TOL = 1e-10;
             static const double TWORPI = 0.63661977236758134308;
 
@@ -67,7 +67,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double x1, t, bt, ct, ft, bt2, ct2, dt, dt2;
-                
+
                     if (fabs(lp_lat) < TOL) {
                         xy_x = lp_lon;
                         xy_y = 0.;
@@ -109,7 +109,7 @@
             }
 
         }} // namespace detail::vandg4
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief van der Grinten IV projection
@@ -154,7 +154,7 @@
             factory.add_to_factory("vandg4", new vandg4_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/wag2.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/wag2.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/wag2.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace wag2{ 
+    namespace detail { namespace wag2{
             static const double C_x = 0.92483;
             static const double C_y = 1.38725;
             static const double C_p1 = 0.88022;
@@ -91,7 +91,7 @@
             }
 
         }} // namespace detail::wag2
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Wagner II projection
@@ -135,7 +135,7 @@
             factory.add_to_factory("wag2", new wag2_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/wag3.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/wag3.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/wag3.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace wag3{ 
+    namespace detail { namespace wag3{
             static const double TWOTHIRD = 0.6666666666666666666667;
 
             struct par_wag3
@@ -94,7 +94,7 @@
             }
 
         }} // namespace detail::wag3
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Wagner III projection
@@ -139,7 +139,7 @@
             factory.add_to_factory("wag3", new wag3_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/wag7.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/wag7.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/wag7.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace wag7{ 
+    namespace detail { namespace wag7{
 
 
             // template class, using CRTP to implement forward/inverse
@@ -65,7 +65,7 @@
                 inline void fwd(geographic_type& lp_lon, geographic_type& lp_lat, cartesian_type& xy_x, cartesian_type& xy_y) const
                 {
                     double theta, ct, D;
-                
+
                     theta = asin(xy_y = 0.90630778703664996 * sin(lp_lat));
                     xy_x = 2.66723 * (ct = cos(theta)) * sin(lp_lon /= 3.);
                     xy_y *= 1.24104 * (D = 1/(sqrt(0.5 * (1 + ct * cos(lp_lon)))));
@@ -83,7 +83,7 @@
             }
 
         }} // namespace detail::wag7
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Wagner VII projection
@@ -128,7 +128,7 @@
             factory.add_to_factory("wag7", new wag7_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/wink1.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/wink1.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/wink1.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace wink1{ 
+    namespace detail { namespace wink1{
 
             struct par_wink1
             {
@@ -91,7 +91,7 @@
             }
 
         }} // namespace detail::wink1
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Winkel I projection
@@ -136,7 +136,7 @@
             factory.add_to_factory("wink1", new wink1_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/proj/wink2.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/proj/wink2.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/proj/wink2.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -4,8 +4,8 @@
 // Boost.Geometry - extensions-gis-projections (based on PROJ4)
 // This file is automatically generated. DO NOT EDIT.
 
-// Copyright Barend Gehrels (1995-2009), Geodan Holding B.V. Amsterdam, the Netherlands.
-// Copyright Bruno Lalande (2008-2009)
+// Copyright (c) 2008-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)
@@ -16,7 +16,7 @@
 // PROJ4 is converted to Boost.Geometry by Barend Gehrels (Geodan, Amsterdam)
 
 // Original copyright notice:
- 
+
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
@@ -45,7 +45,7 @@
 namespace boost { namespace geometry { namespace projection
 {
     #ifndef DOXYGEN_NO_DETAIL
-    namespace detail { namespace wink2{ 
+    namespace detail { namespace wink2{
             static const int MAX_ITER = 10;
             static const double LOOP_TOL = 1e-7;
             static const double TWO_D_PI = 0.636619772367581343;
@@ -74,7 +74,7 @@
                 {
                     double k, V;
                     int i;
-                
+
                     xy_y = lp_lat * TWO_D_PI;
                     k = PI * sin(lp_lat);
                     lp_lat *= 1.8;
@@ -104,7 +104,7 @@
             }
 
         }} // namespace detail::wink2
-    #endif // doxygen 
+    #endif // doxygen
 
     /*!
         \brief Winkel II projection
@@ -150,7 +150,7 @@
             factory.add_to_factory("wink2", new wink2_entry<Geographic, Cartesian, Parameters>);
         }
 
-    } // namespace detail 
+    } // namespace detail
     #endif // doxygen
 
 }}} // namespace boost::geometry::projection
Modified: trunk/boost/geometry/extensions/gis/projections/project_inverse_transformer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/project_inverse_transformer.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/project_inverse_transformer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/project_transformer.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/project_transformer.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/project_transformer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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) 2008-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)
Modified: trunk/boost/geometry/extensions/gis/projections/projection.hpp
==============================================================================
--- trunk/boost/geometry/extensions/gis/projections/projection.hpp	(original)
+++ trunk/boost/geometry/extensions/gis/projections/projection.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,14 +1,14 @@
-#ifndef _PROJECTIONS_PROJECTION_HPP
-#define _PROJECTIONS_PROJECTION_HPP
-
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-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)
 
+#ifndef BOOST_GEOMETRY_PROJECTIONS_PROJECTION_HPP
+#define BOOST_GEOMETRY_PROJECTIONS_PROJECTION_HPP
+
 
 #include <string>
 #include <boost/geometry/extensions/gis/projections/impl/projects.hpp>
Modified: trunk/boost/geometry/extensions/index/rtree/helpers.hpp
==============================================================================
--- trunk/boost/geometry/extensions/index/rtree/helpers.hpp	(original)
+++ trunk/boost/geometry/extensions/index/rtree/helpers.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,5 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
+
 // Boost.SpatialIndex - geometry helper functions
 //
 // Copyright 2008 Federico J. Fernandez.
Modified: trunk/boost/geometry/extensions/index/rtree/rtree.hpp
==============================================================================
--- trunk/boost/geometry/extensions/index/rtree/rtree.hpp	(original)
+++ trunk/boost/geometry/extensions/index/rtree/rtree.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,5 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
+
 // Boost.SpatialIndex - rtree implementation
 //
 // Copyright 2008 Federico J. Fernandez.
Modified: trunk/boost/geometry/extensions/index/rtree/rtree_leaf.hpp
==============================================================================
--- trunk/boost/geometry/extensions/index/rtree/rtree_leaf.hpp	(original)
+++ trunk/boost/geometry/extensions/index/rtree/rtree_leaf.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,5 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
+
 // Boost.SpatialIndex - rtree leaf implementation
 //
 // Copyright 2008 Federico J. Fernandez.
Modified: trunk/boost/geometry/extensions/index/rtree/rtree_node.hpp
==============================================================================
--- trunk/boost/geometry/extensions/index/rtree/rtree_node.hpp	(original)
+++ trunk/boost/geometry/extensions/index/rtree/rtree_node.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,5 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
+
 // Boost.SpatialIndex - rtree node implementation
 //
 // Copyright 2008 Federico J. Fernandez.
Modified: trunk/boost/geometry/extensions/io/svg/svg_mapper.hpp
==============================================================================
--- trunk/boost/geometry/extensions/io/svg/svg_mapper.hpp	(original)
+++ trunk/boost/geometry/extensions/io/svg/svg_mapper.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,10 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) test file
-//
-// Copyright Barend Gehrels 2009-2010, Geodan, Amsterdam, the Netherlands
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/io/svg/write_svg.hpp
==============================================================================
--- trunk/boost/geometry/extensions/io/svg/write_svg.hpp	(original)
+++ trunk/boost/geometry/extensions/io/svg/write_svg.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,10 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/io/svg/write_svg_multi.hpp
==============================================================================
--- trunk/boost/geometry/extensions/io/svg/write_svg_multi.hpp	(original)
+++ trunk/boost/geometry/extensions/io/svg/write_svg_multi.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,10 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/iterators/section_iterators.hpp
==============================================================================
--- trunk/boost/geometry/extensions/iterators/section_iterators.hpp	(original)
+++ trunk/boost/geometry/extensions/iterators/section_iterators.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/multi/algorithms/dissolve.hpp
==============================================================================
--- trunk/boost/geometry/extensions/multi/algorithms/dissolve.hpp	(original)
+++ trunk/boost/geometry/extensions/multi/algorithms/dissolve.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/extensions/nsphere/algorithms/append.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/algorithms/append.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/algorithms/append.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/algorithms/area.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/algorithms/area.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/algorithms/area.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/algorithms/assign.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/algorithms/assign.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/algorithms/assign.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/algorithms/clear.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/algorithms/clear.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/algorithms/clear.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/algorithms/envelope.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/algorithms/envelope.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/algorithms/envelope.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -47,21 +52,21 @@
 {
 
 
-template 
+template
 <
-    typename Nsphere, 
-    typename Box, 
+    typename Nsphere,
+    typename Box,
     typename StrategyLess, typename StrategyGreater
 >
 struct envelope
     <
-        nsphere_tag, box_tag, 
-        Nsphere, Box, 
+        nsphere_tag, box_tag,
+        Nsphere, Box,
         StrategyLess, StrategyGreater
     >
     : detail::envelope::envelope_nsphere
         <
-            Nsphere, Box, 
+            Nsphere, Box,
             StrategyLess
         >
 {};
Modified: trunk/boost/geometry/extensions/nsphere/algorithms/num_points.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/algorithms/num_points.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/algorithms/num_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/algorithms/within.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/algorithms/within.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/algorithms/within.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/core/access.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/core/access.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/core/access.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/core/geometry_id.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/core/geometry_id.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/core/geometry_id.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/core/radius.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/core/radius.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/core/radius.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/core/replace_point_type.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/core/replace_point_type.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/core/replace_point_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/core/tags.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/core/tags.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/core/tags.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/core/topological_dimension.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/core/topological_dimension.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/core/topological_dimension.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/geometries/concepts/check.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/geometries/concepts/check.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/geometries/concepts/check.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/geometries/concepts/nsphere_concept.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/geometries/concepts/nsphere_concept.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/geometries/concepts/nsphere_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/geometries/nsphere.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/geometries/nsphere.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/geometries/nsphere.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/nsphere/nsphere.hpp
==============================================================================
--- trunk/boost/geometry/extensions/nsphere/nsphere.hpp	(original)
+++ trunk/boost/geometry/extensions/nsphere/nsphere.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/util/get_cs_as_radian.hpp
==============================================================================
--- trunk/boost/geometry/extensions/util/get_cs_as_radian.hpp	(original)
+++ trunk/boost/geometry/extensions/util/get_cs_as_radian.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/views/enveloped_view.hpp
==============================================================================
--- trunk/boost/geometry/extensions/views/enveloped_view.hpp	(original)
+++ trunk/boost/geometry/extensions/views/enveloped_view.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Range (aka GGL, Generic Range Library)
 //
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/extensions/views/section_view.hpp
==============================================================================
--- trunk/boost/geometry/extensions/views/section_view.hpp	(original)
+++ trunk/boost/geometry/extensions/views/section_view.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/boost_array.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_array.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_array.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Alfredo Correa 2010
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010 Alfredo Correa
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_array_as_linestring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_array_as_linestring.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_array_as_linestring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/boost_array_as_ring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_array_as_ring.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_array_as_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/boost_array_cartesian.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_array_cartesian.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_array_cartesian.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Alfredo Correa 2010
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010 Alfredo Correa
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_array_geographic.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_array_geographic.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_array_geographic.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Alfredo Correa 2010
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010 Alfredo Correa
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_polygon/box.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_polygon/box.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_polygon/box.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
@@ -59,11 +60,11 @@
 
     inline void increment() { ++m_base; }
     inline void decrement() { --m_base; }
-    inline void advance(difference_type n) 
-    { 
+    inline void advance(difference_type n)
+    {
         for (int i = 0; i < n; i++)
         {
-            ++m_base; 
+            ++m_base;
         }
     }
 
Modified: trunk/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
@@ -97,38 +98,38 @@
 
 // Const versions
 template<typename Polygon>
-inline typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type 
+inline typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type
             range_begin(boost::geometry::adapt::bp::holes_proxy<Polygon const> const& proxy)
 {
-    typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type 
+    typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type
             begin(proxy.polygon, boost::polygon::begin_holes(proxy.polygon));
     return begin;
 }
 
 template<typename Polygon>
-inline typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type 
+inline typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type
             range_end(boost::geometry::adapt::bp::holes_proxy<Polygon const> const& proxy)
 {
-    typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type 
+    typename boost::geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type
             end(proxy.polygon, boost::polygon::end_holes(proxy.polygon));
     return end;
 }
 
 // Mutable versions
 template<typename Polygon>
-inline typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type 
+inline typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type
             range_begin(boost::geometry::adapt::bp::holes_proxy<Polygon>& proxy)
 {
-    typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type 
+    typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type
             begin(proxy.polygon, boost::polygon::begin_holes(proxy.polygon));
     return begin;
 }
 
 template<typename Polygon>
-inline typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type 
+inline typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type
             range_end(boost::geometry::adapt::bp::holes_proxy<Polygon>& proxy)
 {
-    typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type 
+    typename boost::geometry::adapt::bp::holes_proxy<Polygon>::iterator_type
             end(proxy.polygon, boost::polygon::end_holes(proxy.polygon));
     return end;
 }
Modified: trunk/boost/geometry/geometries/adapted/boost_polygon/point.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_polygon/point.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_polygon/point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_polygon/ring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_polygon/ring.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_polygon/ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
@@ -60,7 +61,7 @@
         // But there seems no other way (without using a wrapper)
         std::vector<point_type> temporary_vector
             (
-                boost::polygon::begin_points(data), 
+                boost::polygon::begin_points(data),
                 boost::polygon::end_points(data)
             );
         temporary_vector.push_back(point);
Modified: trunk/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
@@ -34,14 +35,14 @@
 struct modify<true>
 {
     template <typename Ring, typename Point>
-    static inline void push_back(Ring& ring, Point const& point) 
-    { 
+    static inline void push_back(Ring& ring, Point const& point)
+    {
         // Boost.Polygon's polygons are not appendable. So create a temporary vector,
         // add a record and set it to the original. Of course: this is not efficient.
         // But there seems no other way (without using a wrapper)
         std::vector<Point> temporary_vector
             (
-                boost::polygon::begin_points(ring), 
+                boost::polygon::begin_points(ring),
                 boost::polygon::end_points(ring)
             );
         temporary_vector.push_back(point);
@@ -54,8 +55,8 @@
 struct modify<false>
 {
     template <typename Ring, typename Point>
-    static inline void push_back(Ring& ring, Point const& point) 
-    { 
+    static inline void push_back(Ring& ring, Point const& point)
+    {
     }
 
 };
@@ -101,41 +102,41 @@
     {}
 
 
-    iterator_type begin() const 
-    { 
-        return m_do_hole 
+    iterator_type begin() const
+    {
+        return m_do_hole
             ? boost::polygon::begin_points(*m_hole_it)
             : boost::polygon::begin_points(*m_polygon_pointer)
             ;
     }
 
-    iterator_type begin()  
-    { 
-        return m_do_hole 
+    iterator_type begin()
+    {
+        return m_do_hole
             ? boost::polygon::begin_points(*m_hole_it)
             : boost::polygon::begin_points(*m_polygon_pointer)
             ;
     }
 
-    iterator_type end() const 
-    { 
-        return m_do_hole 
+    iterator_type end() const
+    {
+        return m_do_hole
             ? boost::polygon::end_points(*m_hole_it)
             : boost::polygon::end_points(*m_polygon_pointer)
             ;
     }
 
-    iterator_type end()  
-    { 
-        return m_do_hole 
+    iterator_type end()
+    {
+        return m_do_hole
             ? boost::polygon::end_points(*m_hole_it)
             : boost::polygon::end_points(*m_polygon_pointer)
             ;
     }
 
     // Mutable
-    void clear()  
-    { 
+    void clear()
+    {
         Polygon p;
         if (m_do_hole)
         {
@@ -144,13 +145,13 @@
         else
         {
             boost::polygon::set_points(*m_polygon_pointer,
-                boost::polygon::begin_points(p), 
+                boost::polygon::begin_points(p),
                 boost::polygon::end_points(p));
         }
     }
 
-    void resize(std::size_t new_size)  
-    { 
+    void resize(std::size_t new_size)
+    {
         if (m_do_hole)
         {
             // Does NOT work see comment above
@@ -164,8 +165,8 @@
 
 
     template <typename Point>
-    void push_back(Point const& point) 
-    { 
+    void push_back(Point const& point)
+    {
         if (m_do_hole)
         {
             //detail::modify<is_mutable>::push_back(*m_hole_it, point);
@@ -175,7 +176,7 @@
 
             // Note, ths does NOT work because hole_iterator_type is defined
             // as a const_iterator by Boost.Polygon
-            
+
         }
         else
         {
@@ -267,7 +268,7 @@
 template <typename Polygon>
 struct push_back<adapt::bp::ring_proxy<Polygon> >
 {
-    static inline void apply(adapt::bp::ring_proxy<Polygon> proxy, 
+    static inline void apply(adapt::bp::ring_proxy<Polygon> proxy,
         typename boost::polygon::polygon_traits<Polygon>::point_type const& point)
     {
         proxy.push_back(point);
Modified: trunk/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
-    // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_range/filtered.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_range/filtered.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_range/filtered.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
-    // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_range/reversed.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_range/reversed.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_range/reversed.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_range/sliced.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_range/sliced.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_range/sliced.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_range/strided.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_range/strided.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_range/strided.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/boost_range/uniqued.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/boost_range/uniqued.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/boost_range/uniqued.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
-    // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// Copyright (c) 2010-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)
Modified: trunk/boost/geometry/geometries/adapted/c_array.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/c_array.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/c_array.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/c_array_as_linestring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/c_array_as_linestring.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/c_array_as_linestring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/c_array_as_ring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/c_array_as_ring.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/c_array_as_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/c_array_cartesian.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/c_array_cartesian.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/c_array_cartesian.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/c_array_geographic.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/c_array_geographic.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/c_array_geographic.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/fusion.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/fusion.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/fusion.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Akira Takahashi 2011
-// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2011
+
+// Copyright (c) 2011 Akira Takahashi
+// 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)
Modified: trunk/boost/geometry/geometries/adapted/fusion_cartesian.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/fusion_cartesian.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/fusion_cartesian.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Akira Takahashi 2011
-// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2011
+
+// Copyright (c) 2011 Akira Takahashi
+// 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)
Modified: trunk/boost/geometry/geometries/adapted/fusion_geographic.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/fusion_geographic.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/fusion_geographic.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Akira Takahashi 2011
-// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2011
+
+// Copyright (c) 2011 Akira Takahashi
+// 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)
Modified: trunk/boost/geometry/geometries/adapted/std_as_linestring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/std_as_linestring.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/std_as_linestring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/std_as_ring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/std_as_ring.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/std_as_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/std_pair_as_segment.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/std_pair_as_segment.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/std_pair_as_segment.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/tuple.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/tuple.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/tuple.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/tuple_cartesian.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/tuple_cartesian.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/tuple_cartesian.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/adapted/tuple_geographic.hpp
==============================================================================
--- trunk/boost/geometry/geometries/adapted/tuple_geographic.hpp	(original)
+++ trunk/boost/geometry/geometries/adapted/tuple_geographic.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/box.hpp
==============================================================================
--- trunk/boost/geometry/geometries/box.hpp	(original)
+++ trunk/boost/geometry/geometries/box.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/concepts/box_concept.hpp
==============================================================================
--- trunk/boost/geometry/geometries/concepts/box_concept.hpp	(original)
+++ trunk/boost/geometry/geometries/concepts/box_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/concepts/check.hpp
==============================================================================
--- trunk/boost/geometry/geometries/concepts/check.hpp	(original)
+++ trunk/boost/geometry/geometries/concepts/check.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/concepts/linestring_concept.hpp
==============================================================================
--- trunk/boost/geometry/geometries/concepts/linestring_concept.hpp	(original)
+++ trunk/boost/geometry/geometries/concepts/linestring_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/concepts/point_concept.hpp
==============================================================================
--- trunk/boost/geometry/geometries/concepts/point_concept.hpp	(original)
+++ trunk/boost/geometry/geometries/concepts/point_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
-// Boost.Geometry (aka GGL, Generic Geometry Library) Point concept
+// Boost.Geometry (aka GGL, Generic Geometry Library)
 //
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/concepts/polygon_concept.hpp
==============================================================================
--- trunk/boost/geometry/geometries/concepts/polygon_concept.hpp	(original)
+++ trunk/boost/geometry/geometries/concepts/polygon_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/concepts/ring_concept.hpp
==============================================================================
--- trunk/boost/geometry/geometries/concepts/ring_concept.hpp	(original)
+++ trunk/boost/geometry/geometries/concepts/ring_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/concepts/segment_concept.hpp
==============================================================================
--- trunk/boost/geometry/geometries/concepts/segment_concept.hpp	(original)
+++ trunk/boost/geometry/geometries/concepts/segment_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/geometries.hpp
==============================================================================
--- trunk/boost/geometry/geometries/geometries.hpp	(original)
+++ trunk/boost/geometry/geometries/geometries.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/linear_ring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/linear_ring.hpp	(original)
+++ trunk/boost/geometry/geometries/linear_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/linestring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/linestring.hpp	(original)
+++ trunk/boost/geometry/geometries/linestring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/point.hpp
==============================================================================
--- trunk/boost/geometry/geometries/point.hpp	(original)
+++ trunk/boost/geometry/geometries/point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/point_xy.hpp
==============================================================================
--- trunk/boost/geometry/geometries/point_xy.hpp	(original)
+++ trunk/boost/geometry/geometries/point_xy.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/polygon.hpp
==============================================================================
--- trunk/boost/geometry/geometries/polygon.hpp	(original)
+++ trunk/boost/geometry/geometries/polygon.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/quantity_point.hpp
==============================================================================
--- trunk/boost/geometry/geometries/quantity_point.hpp	(original)
+++ trunk/boost/geometry/geometries/quantity_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -15,7 +21,7 @@
 #include <boost/geometry/core/cs.hpp>
 #include <boost/geometry/geometries/point.hpp>
 
-#include <boost/units/quantity.hpp> 
+#include <boost/units/quantity.hpp>
 
 
 namespace boost { namespace geometry
@@ -48,14 +54,14 @@
 // 1. a constructor taking quantities
 // 2. defining a quantified coordinate system
 // Note that all values are still stored in "normal" types as double
-template 
+template
 <
-    typename Units, 
-    std::size_t DimensionCount = 2, 
-    typename CoordinateType = double, 
-    typename CoordinateSystem = cs::units_cartesian<Units> 
+    typename Units,
+    std::size_t DimensionCount = 2,
+    typename CoordinateType = double,
+    typename CoordinateSystem = cs::units_cartesian<Units>
 >
-class quantity_point 
+class quantity_point
     : public model::point<CoordinateType, DimensionCount, CoordinateSystem>
 {
     typedef boost::units::quantity<Units, CoordinateType> qtype;
Modified: trunk/boost/geometry/geometries/register/box.hpp
==============================================================================
--- trunk/boost/geometry/geometries/register/box.hpp	(original)
+++ trunk/boost/geometry/geometries/register/box.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/register/linestring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/register/linestring.hpp	(original)
+++ trunk/boost/geometry/geometries/register/linestring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/register/point.hpp
==============================================================================
--- trunk/boost/geometry/geometries/register/point.hpp	(original)
+++ trunk/boost/geometry/geometries/register/point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/register/ring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/register/ring.hpp	(original)
+++ trunk/boost/geometry/geometries/register/ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/register/segment.hpp
==============================================================================
--- trunk/boost/geometry/geometries/register/segment.hpp	(original)
+++ trunk/boost/geometry/geometries/register/segment.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/ring.hpp
==============================================================================
--- trunk/boost/geometry/geometries/ring.hpp	(original)
+++ trunk/boost/geometry/geometries/ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometries/segment.hpp
==============================================================================
--- trunk/boost/geometry/geometries/segment.hpp	(original)
+++ trunk/boost/geometry/geometries/segment.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/geometry.hpp
==============================================================================
--- trunk/boost/geometry/geometry.hpp	(original)
+++ trunk/boost/geometry/geometry.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
-// Copyright (c) 2009 Mateusz Loskot <mateusz_at_[hidden]>
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/iterators/base.hpp
==============================================================================
--- trunk/boost/geometry/iterators/base.hpp	(original)
+++ trunk/boost/geometry/iterators/base.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/iterators/box_iterator.hpp
==============================================================================
--- trunk/boost/geometry/iterators/box_iterator.hpp	(original)
+++ trunk/boost/geometry/iterators/box_iterator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/iterators/circular_iterator.hpp
==============================================================================
--- trunk/boost/geometry/iterators/circular_iterator.hpp	(original)
+++ trunk/boost/geometry/iterators/circular_iterator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/iterators/closing_iterator.hpp
==============================================================================
--- trunk/boost/geometry/iterators/closing_iterator.hpp	(original)
+++ trunk/boost/geometry/iterators/closing_iterator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -131,7 +137,7 @@
 
     inline void update_iterator()
     {
-        this->m_iterator = m_index <= m_size 
+        this->m_iterator = m_index <= m_size
             ? boost::begin(*m_range) + (m_index % m_size)
             : boost::end(*m_range)
             ;
Modified: trunk/boost/geometry/iterators/ever_circling_iterator.hpp
==============================================================================
--- trunk/boost/geometry/iterators/ever_circling_iterator.hpp	(original)
+++ trunk/boost/geometry/iterators/ever_circling_iterator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/iterators/range_type.hpp
==============================================================================
--- trunk/boost/geometry/iterators/range_type.hpp	(original)
+++ trunk/boost/geometry/iterators/range_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/iterators/segment_range_iterator.hpp
==============================================================================
--- trunk/boost/geometry/iterators/segment_range_iterator.hpp	(original)
+++ trunk/boost/geometry/iterators/segment_range_iterator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/iterators/segment_returning_iterator.hpp
==============================================================================
--- trunk/boost/geometry/iterators/segment_returning_iterator.hpp	(original)
+++ trunk/boost/geometry/iterators/segment_returning_iterator.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Mateusz Loskot 2009, mateusz_at_[hidden]
+
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+// Copyright (c) 2009-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)
Modified: trunk/boost/geometry/multi/algorithms/area.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/area.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/area.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/centroid.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/centroid.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/centroid.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/clear.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/clear.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/clear.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/convex_hull.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/convex_hull.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/convex_hull.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/correct.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/correct.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/correct.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -27,13 +32,13 @@
 {
 
 template <typename MultiPoint>
-struct correct<multi_point_tag, MultiPoint> 
-    : detail::correct::correct_nop<MultiPoint> 
+struct correct<multi_point_tag, MultiPoint>
+    : detail::correct::correct_nop<MultiPoint>
 {};
 
 
 template <typename MultiLineString>
-struct correct<multi_linestring_tag, MultiLineString> 
+struct correct<multi_linestring_tag, MultiLineString>
     : detail::correct::correct_nop<MultiLineString>
 {};
 
Modified: trunk/boost/geometry/multi/algorithms/detail/for_each_range.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/for_each_range.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/for_each_range.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/modify.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/modify.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/modify.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/multi_sum.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/multi_sum.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/multi_sum.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
@@ -8,6 +9,7 @@
 #ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_GET_TURNS_HPP
 #define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_GET_TURNS_HPP
 
+
 #include <boost/geometry/multi/core/ring_type.hpp>
 
 #include <boost/geometry/algorithms/detail/overlay/get_turns.hpp>
@@ -92,7 +94,7 @@
     >
     : detail::get_turns::get_turns_multi_polygon_cs
         <
-            MultiPolygon, Box, 
+            MultiPolygon, Box,
             ReverseMultiPolygon, ReverseBox,
             Turns,
             TurnPolicy, InterruptPolicy
Modified: trunk/boost/geometry/multi/algorithms/detail/overlay/select_rings.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/overlay/select_rings.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/overlay/select_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2010, 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)
@@ -9,7 +10,6 @@
 #define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_SELECT_RINGS_HPP
 
 
-
 #include <boost/range.hpp>
 
 #include <boost/geometry/algorithms/detail/overlay/select_rings.hpp>
Modified: trunk/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/point_on_border.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/point_on_border.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/point_on_border.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -53,12 +58,12 @@
 {
 
 
-template 
+template
 <
-    typename MultiPolygon, 
+    typename MultiPolygon,
     bool Reverse,
-    typename Sections, 
-    std::size_t DimensionCount, 
+    typename Sections,
+    std::size_t DimensionCount,
     std::size_t MaxCount
 >
 struct sectionalize<multi_polygon_tag, MultiPolygon, Reverse, Sections, DimensionCount, MaxCount>
Modified: trunk/boost/geometry/multi/algorithms/difference.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/difference.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/difference.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, 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)
Modified: trunk/boost/geometry/multi/algorithms/distance.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/distance.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/distance.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/envelope.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/envelope.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/envelope.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/equals.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/equals.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/equals.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/for_each.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/for_each.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/for_each.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/intersection.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/intersection.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/intersection.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/multi/algorithms/length.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/length.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/length.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -34,7 +40,7 @@
                 <
                     typename boost::range_value<MultiLinestring>::type,
                     Strategy,
-					closed // no need to close it explicitly
+                    closed // no need to close it explicitly
                 >
         >
 {};
Modified: trunk/boost/geometry/multi/algorithms/num_geometries.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/num_geometries.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/num_geometries.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/num_interior_rings.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/num_interior_rings.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/num_interior_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/num_points.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/num_points.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/num_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/perimeter.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/perimeter.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/perimeter.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/reverse.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/reverse.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/reverse.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/simplify.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/simplify.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/simplify.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/transform.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/transform.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/transform.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/union.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/union.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/union.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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)
Modified: trunk/boost/geometry/multi/algorithms/unique.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/unique.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/unique.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/algorithms/within.hpp
==============================================================================
--- trunk/boost/geometry/multi/algorithms/within.hpp	(original)
+++ trunk/boost/geometry/multi/algorithms/within.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/closure.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/closure.hpp	(original)
+++ trunk/boost/geometry/multi/core/closure.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/geometry_id.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/geometry_id.hpp	(original)
+++ trunk/boost/geometry/multi/core/geometry_id.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/interior_rings.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/interior_rings.hpp	(original)
+++ trunk/boost/geometry/multi/core/interior_rings.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/is_areal.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/is_areal.hpp	(original)
+++ trunk/boost/geometry/multi/core/is_areal.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/point_order.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/point_order.hpp	(original)
+++ trunk/boost/geometry/multi/core/point_order.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/point_type.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/point_type.hpp	(original)
+++ trunk/boost/geometry/multi/core/point_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/ring_type.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/ring_type.hpp	(original)
+++ trunk/boost/geometry/multi/core/ring_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/tags.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/tags.hpp	(original)
+++ trunk/boost/geometry/multi/core/tags.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/core/topological_dimension.hpp
==============================================================================
--- trunk/boost/geometry/multi/core/topological_dimension.hpp	(original)
+++ trunk/boost/geometry/multi/core/topological_dimension.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/adapted/boost_array_as_multi_point.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/adapted/boost_array_as_multi_point.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/adapted/boost_array_as_multi_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/adapted/c_array_as_multi_point.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/adapted/c_array_as_multi_point.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/adapted/c_array_as_multi_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/adapted/std_as_multi_point.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/adapted/std_as_multi_point.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/adapted/std_as_multi_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/concepts/check.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/concepts/check.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/concepts/check.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/multi_linestring.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/multi_linestring.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/multi_linestring.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/multi_point.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/multi_point.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/multi_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/geometries/multi_polygon.hpp
==============================================================================
--- trunk/boost/geometry/multi/geometries/multi_polygon.hpp	(original)
+++ trunk/boost/geometry/multi/geometries/multi_polygon.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/iterators/range_type.hpp
==============================================================================
--- trunk/boost/geometry/multi/iterators/range_type.hpp	(original)
+++ trunk/boost/geometry/multi/iterators/range_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/multi.hpp
==============================================================================
--- trunk/boost/geometry/multi/multi.hpp	(original)
+++ trunk/boost/geometry/multi/multi.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
+
 // Copyright Mateusz Loskot 2009
 // Use, modification and distribution is subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/boost/geometry/multi/strategies/cartesian/centroid_average.hpp
==============================================================================
--- trunk/boost/geometry/multi/strategies/cartesian/centroid_average.hpp	(original)
+++ trunk/boost/geometry/multi/strategies/cartesian/centroid_average.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/strategies/centroid.hpp
==============================================================================
--- trunk/boost/geometry/multi/strategies/centroid.hpp	(original)
+++ trunk/boost/geometry/multi/strategies/centroid.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/multi/util/write_dsv.hpp
==============================================================================
--- trunk/boost/geometry/multi/util/write_dsv.hpp	(original)
+++ trunk/boost/geometry/multi/util/write_dsv.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/policies/compare.hpp
==============================================================================
--- trunk/boost/geometry/policies/compare.hpp	(original)
+++ trunk/boost/geometry/policies/compare.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 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)
Modified: trunk/boost/geometry/policies/relate/de9im.hpp
==============================================================================
--- trunk/boost/geometry/policies/relate/de9im.hpp	(original)
+++ trunk/boost/geometry/policies/relate/de9im.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/policies/relate/direction.hpp
==============================================================================
--- trunk/boost/geometry/policies/relate/direction.hpp	(original)
+++ trunk/boost/geometry/policies/relate/direction.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/policies/relate/intersection_points.hpp
==============================================================================
--- trunk/boost/geometry/policies/relate/intersection_points.hpp	(original)
+++ trunk/boost/geometry/policies/relate/intersection_points.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/policies/relate/intersection_points_determinant.hpp
==============================================================================
--- trunk/boost/geometry/policies/relate/intersection_points_determinant.hpp	(original)
+++ trunk/boost/geometry/policies/relate/intersection_points_determinant.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/policies/relate/intersection_points_slope.hpp
==============================================================================
--- trunk/boost/geometry/policies/relate/intersection_points_slope.hpp	(original)
+++ trunk/boost/geometry/policies/relate/intersection_points_slope.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/policies/relate/tupled.hpp
==============================================================================
--- trunk/boost/geometry/policies/relate/tupled.hpp	(original)
+++ trunk/boost/geometry/policies/relate/tupled.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/ranges/box_range.hpp
==============================================================================
--- trunk/boost/geometry/ranges/box_range.hpp	(original)
+++ trunk/boost/geometry/ranges/box_range.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/ranges/segment_range.hpp
==============================================================================
--- trunk/boost/geometry/ranges/segment_range.hpp	(original)
+++ trunk/boost/geometry/ranges/segment_range.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/agnostic/hull_graham_andrew.hpp
==============================================================================
--- trunk/boost/geometry/strategies/agnostic/hull_graham_andrew.hpp	(original)
+++ trunk/boost/geometry/strategies/agnostic/hull_graham_andrew.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,10 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, the Netherlands.
+
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Added: trunk/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -0,0 +1,208 @@
+// Boost.Geometry (aka GGL, Generic Geometry Library)
+
+// Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
+
+#ifndef BOOST_GEOMETRY_STRATEGY_AGNOSTIC_POINT_IN_POLY_ORIENTED_WINDING_HPP
+#define BOOST_GEOMETRY_STRATEGY_AGNOSTIC_POINT_IN_POLY_ORIENTED_WINDING_HPP
+
+
+#include <boost/geometry/core/point_order.hpp>
+#include <boost/geometry/util/math.hpp>
+#include <boost/geometry/util/select_calculation_type.hpp>
+
+#include <boost/geometry/strategies/side.hpp>
+#include <boost/geometry/strategies/within.hpp>
+
+
+namespace boost { namespace geometry
+{
+
+namespace strategy { namespace within
+{
+
+/*!
+\brief Within detection using winding rule, but checking if enclosing ring is
+    counter clockwise and, if so, reverses the result
+\ingroup strategies
+\tparam Point \tparam_point
+\tparam Reverse True if parameter should be reversed
+\tparam PointOfSegment \tparam_segment_point
+\tparam CalculationType \tparam_calculation
+\author Barend Gehrels
+\note The implementation is inspired by terralib http://www.terralib.org (LGPL)
+\note but totally revised afterwards, especially for cases on segments
+\note Only dependant on "side", -> agnostic, suitable for spherical/latlong
+
+\qbk{
+[heading See also]
+[link geometry.reference.algorithms.within.within_3_with_strategy within (with strategy)]
+}
+ */
+template
+<
+    bool Reverse,
+    typename Point,
+    typename PointOfSegment = Point,
+    typename CalculationType = void
+>
+class oriented_winding
+{
+    typedef typename select_calculation_type
+        <
+            Point,
+            PointOfSegment,
+            CalculationType
+        >::type calculation_type;
+
+
+    typedef typename strategy_side
+        <
+            typename cs_tag<Point>::type
+        >::type strategy_side_type;
+
+
+    /*! subclass to keep state */
+    class counter
+    {
+        int m_count;
+        bool m_touches;
+        calculation_type m_sum_area;
+
+        inline int code() const
+        {
+            return m_touches ? 0 : m_count == 0 ? -1 : 1;
+        }
+        inline int clockwise_oriented_code() const
+        {
+            return (m_sum_area > 0) ? code() : -code();
+        }
+        inline int oriented_code() const
+        {
+            return Reverse
+                ? -clockwise_oriented_code()
+                : clockwise_oriented_code();
+        }
+
+    public :
+        friend class oriented_winding;
+
+        inline counter()
+            : m_count(0)
+            , m_touches(false)
+            , m_sum_area(0)
+        {}
+
+        inline void add_to_area(calculation_type triangle)
+        {
+            m_sum_area += triangle;
+        }
+
+    };
+
+
+    template <size_t D>
+    static inline int check_touch(Point const& point,
+                PointOfSegment const& seg1, PointOfSegment const& seg2,
+                counter& state)
+    {
+        calculation_type const p = get<D>(point);
+        calculation_type const s1 = get<D>(seg1);
+        calculation_type const s2 = get<D>(seg2);
+        if ((s1 <= p && s2 >= p) || (s2 <= p && s1 >= p))
+        {
+            state.m_touches = true;
+        }
+        return 0;
+    }
+
+
+    template <size_t D>
+    static inline int check_segment(Point const& point,
+                PointOfSegment const& seg1, PointOfSegment const& seg2,
+                counter& state)
+    {
+        calculation_type const p = get<D>(point);
+        calculation_type const s1 = get<D>(seg1);
+        calculation_type const s2 = get<D>(seg2);
+
+
+        // Check if one of segment endpoints is at same level of point
+        bool eq1 = math::equals(s1, p);
+        bool eq2 = math::equals(s2, p);
+
+        if (eq1 && eq2)
+        {
+            // Both equal p -> segment is horizontal (or vertical for D=0)
+            // The only thing which has to be done is check if point is ON segment
+            return check_touch<1 - D>(point, seg1, seg2, state);
+        }
+
+        return
+              eq1 ? (s2 > p ?  1 : -1)  // Point on level s1, UP/DOWN depending on s2
+            : eq2 ? (s1 > p ? -1 :  1)  // idem
+            : s1 < p && s2 > p ?  2     // Point between s1 -> s2 --> UP
+            : s2 < p && s1 > p ? -2     // Point between s2 -> s1 --> DOWN
+            : 0;
+    }
+
+
+
+
+public :
+
+    // Typedefs and static methods to fulfill the concept
+    typedef Point point_type;
+    typedef PointOfSegment segment_point_type;
+    typedef counter state_type;
+
+    static inline bool apply(Point const& point,
+                PointOfSegment const& s1, PointOfSegment const& s2,
+                counter& state)
+    {
+        state.add_to_area(get<0>(s2) * get<1>(s1) - get<0>(s1) * get<1>(s2));
+
+        int count = check_segment<1>(point, s1, s2, state);
+        if (count != 0)
+        {
+            int side = strategy_side_type::apply(s1, s2, point);
+            if (side == 0)
+            {
+                // Point is lying on segment
+                state.m_touches = true;
+                state.m_count = 0;
+                return false;
+            }
+
+            // Side is NEG for right, POS for left.
+            // The count is -2 for down, 2 for up (or -1/1)
+            // Side positive thus means UP and LEFTSIDE or DOWN and RIGHTSIDE
+            // See accompagnying figure (TODO)
+            if (side * count > 0)
+            {
+                state.m_count += count;
+            }
+        }
+        return ! state.m_touches;
+    }
+
+    static inline int result(counter const& state)
+    {
+        return state.oriented_code();
+    }
+};
+
+
+}} // namespace strategy::within
+
+
+}} // namespace boost::geometry
+
+
+#endif // BOOST_GEOMETRY_STRATEGY_AGNOSTIC_POINT_IN_POLY_ORIENTED_WINDING_HPP
Modified: trunk/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp
==============================================================================
--- trunk/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp	(original)
+++ trunk/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,10 @@
 // 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp
==============================================================================
--- trunk/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp	(original)
+++ trunk/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,11 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 1995, 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 1995 Maarten Hilferink, Amsterdam, the Netherlands
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/area.hpp
==============================================================================
--- trunk/boost/geometry/strategies/area.hpp	(original)
+++ trunk/boost/geometry/strategies/area.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/area_result.hpp
==============================================================================
--- trunk/boost/geometry/strategies/area_result.hpp	(original)
+++ trunk/boost/geometry/strategies/area_result.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/buffer.hpp
==============================================================================
--- trunk/boost/geometry/strategies/buffer.hpp	(original)
+++ trunk/boost/geometry/strategies/buffer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/buffer_join_round.hpp
==============================================================================
--- trunk/boost/geometry/strategies/buffer_join_round.hpp	(original)
+++ trunk/boost/geometry/strategies/buffer_join_round.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/buffer_side.hpp
==============================================================================
--- trunk/boost/geometry/strategies/buffer_side.hpp	(original)
+++ trunk/boost/geometry/strategies/buffer_side.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/cartesian/area_surveyor.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/area_surveyor.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/area_surveyor.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/cartesian/cart_intersect.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/cart_intersect.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/cart_intersect.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,8 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
+
 // Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
-// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
-// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands.
 
 // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
Modified: trunk/boost/geometry/strategies/cartesian/distance_projected_point.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/distance_projected_point.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/distance_projected_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
-// Copyright Bruno Lalande 2008, 2009
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/cartesian/distance_pythagoras.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/distance_pythagoras.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/distance_pythagoras.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Bruno Lalande 2008, 2009
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.
+
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2008-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/cartesian/side_by_triangle.hpp
==============================================================================
--- trunk/boost/geometry/strategies/cartesian/side_by_triangle.hpp	(original)
+++ trunk/boost/geometry/strategies/cartesian/side_by_triangle.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/centroid.hpp
==============================================================================
--- trunk/boost/geometry/strategies/centroid.hpp	(original)
+++ trunk/boost/geometry/strategies/centroid.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/compare.hpp
==============================================================================
--- trunk/boost/geometry/strategies/compare.hpp	(original)
+++ trunk/boost/geometry/strategies/compare.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 1995-2009, Geodan,. Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/concepts/area_concept.hpp
==============================================================================
--- trunk/boost/geometry/strategies/concepts/area_concept.hpp	(original)
+++ trunk/boost/geometry/strategies/concepts/area_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/concepts/centroid_concept.hpp
==============================================================================
--- trunk/boost/geometry/strategies/concepts/centroid_concept.hpp	(original)
+++ trunk/boost/geometry/strategies/concepts/centroid_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/concepts/convex_hull_concept.hpp
==============================================================================
--- trunk/boost/geometry/strategies/concepts/convex_hull_concept.hpp	(original)
+++ trunk/boost/geometry/strategies/concepts/convex_hull_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/concepts/distance_concept.hpp
==============================================================================
--- trunk/boost/geometry/strategies/concepts/distance_concept.hpp	(original)
+++ trunk/boost/geometry/strategies/concepts/distance_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -62,7 +68,7 @@
                 <
                     typename boost::mpl::at
                         <
-                            parameter_types, 
+                            parameter_types,
                             base_index
                         >::type
                 >::type ptype1;
@@ -71,16 +77,16 @@
                 <
                     typename boost::mpl::at
                         <
-                            parameter_types, 
+                            parameter_types,
                             typename boost::mpl::plus
                                 <
-                                    base_index, 
-                                    boost::mpl::int_<1> 
+                                    base_index,
+                                    boost::mpl::int_<1>
                                 >::type
                         >::type
                 >::type ptype2;
 
-            // 2) check if apply-arguments fulfill point concept 
+            // 2) check if apply-arguments fulfill point concept
             BOOST_CONCEPT_ASSERT
                 (
                     (concept::ConstPoint<ptype1>)
@@ -189,7 +195,7 @@
                 <
                     typename boost::mpl::at
                         <
-                            parameter_types, 
+                            parameter_types,
                             base_index
                         >::type
                 >::type ptype;
@@ -198,16 +204,16 @@
                 <
                     typename boost::mpl::at
                         <
-                            parameter_types, 
+                            parameter_types,
                             typename boost::mpl::plus
                                 <
-                                    base_index, 
-                                    boost::mpl::int_<1> 
+                                    base_index,
+                                    boost::mpl::int_<1>
                                 >::type
                         >::type
                 >::type sptype;
 
-            // 2) check if apply-arguments fulfill point concept 
+            // 2) check if apply-arguments fulfill point concept
             BOOST_CONCEPT_ASSERT
                 (
                     (concept::ConstPoint<ptype>)
Modified: trunk/boost/geometry/strategies/concepts/segment_intersect_concept.hpp
==============================================================================
--- trunk/boost/geometry/strategies/concepts/segment_intersect_concept.hpp	(original)
+++ trunk/boost/geometry/strategies/concepts/segment_intersect_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/concepts/simplify_concept.hpp
==============================================================================
--- trunk/boost/geometry/strategies/concepts/simplify_concept.hpp	(original)
+++ trunk/boost/geometry/strategies/concepts/simplify_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -60,7 +66,7 @@
                     <
                         typename boost::mpl::at
                             <
-                                parameter_types, 
+                                parameter_types,
                                 base_index
                             >::type
                     >::type
Modified: trunk/boost/geometry/strategies/concepts/within_concept.hpp
==============================================================================
--- trunk/boost/geometry/strategies/concepts/within_concept.hpp	(original)
+++ trunk/boost/geometry/strategies/concepts/within_concept.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/convex_hull.hpp
==============================================================================
--- trunk/boost/geometry/strategies/convex_hull.hpp	(original)
+++ trunk/boost/geometry/strategies/convex_hull.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/distance.hpp
==============================================================================
--- trunk/boost/geometry/strategies/distance.hpp	(original)
+++ trunk/boost/geometry/strategies/distance.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -25,7 +30,7 @@
 
 
 template <typename Strategy> struct tag {};
-template <typename Strategy> struct return_type 
+template <typename Strategy> struct return_type
 {
     BOOST_MPL_ASSERT_MSG
         (
@@ -43,7 +48,7 @@
     typename Point1,
     typename Point2
 >
-struct similar_type 
+struct similar_type
 {
     BOOST_MPL_ASSERT_MSG
         (
@@ -58,7 +63,7 @@
     typename Point1,
     typename Point2
 >
-struct get_similar 
+struct get_similar
 {
     BOOST_MPL_ASSERT_MSG
         (
@@ -67,7 +72,7 @@
         );
 };
 
-template <typename Strategy> struct comparable_type 
+template <typename Strategy> struct comparable_type
 {
     BOOST_MPL_ASSERT_MSG
         (
@@ -75,7 +80,7 @@
         );
 };
 
-template <typename Strategy> struct get_comparable 
+template <typename Strategy> struct get_comparable
 {
     BOOST_MPL_ASSERT_MSG
         (
Modified: trunk/boost/geometry/strategies/distance_result.hpp
==============================================================================
--- trunk/boost/geometry/strategies/distance_result.hpp	(original)
+++ trunk/boost/geometry/strategies/distance_result.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/intersection.hpp
==============================================================================
--- trunk/boost/geometry/strategies/intersection.hpp	(original)
+++ trunk/boost/geometry/strategies/intersection.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/strategies/intersection_result.hpp
==============================================================================
--- trunk/boost/geometry/strategies/intersection_result.hpp	(original)
+++ trunk/boost/geometry/strategies/intersection_result.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/strategies/length_result.hpp
==============================================================================
--- trunk/boost/geometry/strategies/length_result.hpp	(original)
+++ trunk/boost/geometry/strategies/length_result.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/parse.hpp
==============================================================================
--- trunk/boost/geometry/strategies/parse.hpp	(original)
+++ trunk/boost/geometry/strategies/parse.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/side.hpp
==============================================================================
--- trunk/boost/geometry/strategies/side.hpp	(original)
+++ trunk/boost/geometry/strategies/side.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/side_info.hpp
==============================================================================
--- trunk/boost/geometry/strategies/side_info.hpp	(original)
+++ trunk/boost/geometry/strategies/side_info.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/spherical/area_huiller.hpp
==============================================================================
--- trunk/boost/geometry/strategies/spherical/area_huiller.hpp	(original)
+++ trunk/boost/geometry/strategies/spherical/area_huiller.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/strategies/spherical/compare_circular.hpp
==============================================================================
--- trunk/boost/geometry/strategies/spherical/compare_circular.hpp	(original)
+++ trunk/boost/geometry/strategies/spherical/compare_circular.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/strategies/spherical/distance_cross_track.hpp
==============================================================================
--- trunk/boost/geometry/strategies/spherical/distance_cross_track.hpp	(original)
+++ trunk/boost/geometry/strategies/spherical/distance_cross_track.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/strategies/spherical/distance_haversine.hpp
==============================================================================
--- trunk/boost/geometry/strategies/spherical/distance_haversine.hpp	(original)
+++ trunk/boost/geometry/strategies/spherical/distance_haversine.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -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.
+
 // 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)
Modified: trunk/boost/geometry/strategies/spherical/side_by_cross_track.hpp
==============================================================================
--- trunk/boost/geometry/strategies/spherical/side_by_cross_track.hpp	(original)
+++ trunk/boost/geometry/strategies/spherical/side_by_cross_track.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,7 @@
 // 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)
Modified: trunk/boost/geometry/strategies/strategies.hpp
==============================================================================
--- trunk/boost/geometry/strategies/strategies.hpp	(original)
+++ trunk/boost/geometry/strategies/strategies.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/strategy_transform.hpp
==============================================================================
--- trunk/boost/geometry/strategies/strategy_transform.hpp	(original)
+++ trunk/boost/geometry/strategies/strategy_transform.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/tags.hpp
==============================================================================
--- trunk/boost/geometry/strategies/tags.hpp	(original)
+++ trunk/boost/geometry/strategies/tags.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/transform.hpp
==============================================================================
--- trunk/boost/geometry/strategies/transform.hpp	(original)
+++ trunk/boost/geometry/strategies/transform.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/transform/inverse_transformer.hpp
==============================================================================
--- trunk/boost/geometry/strategies/transform/inverse_transformer.hpp	(original)
+++ trunk/boost/geometry/strategies/transform/inverse_transformer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -22,7 +27,7 @@
 namespace boost { namespace geometry
 {
 
-namespace strategy { namespace transform 
+namespace strategy { namespace transform
 {
 
 /*!
Modified: trunk/boost/geometry/strategies/transform/map_transformer.hpp
==============================================================================
--- trunk/boost/geometry/strategies/transform/map_transformer.hpp	(original)
+++ trunk/boost/geometry/strategies/transform/map_transformer.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/transform/matrix_transformers.hpp
==============================================================================
--- trunk/boost/geometry/strategies/transform/matrix_transformers.hpp	(original)
+++ trunk/boost/geometry/strategies/transform/matrix_transformers.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/strategies/within.hpp
==============================================================================
--- trunk/boost/geometry/strategies/within.hpp	(original)
+++ trunk/boost/geometry/strategies/within.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/add_const_if_c.hpp
==============================================================================
--- trunk/boost/geometry/util/add_const_if_c.hpp	(original)
+++ trunk/boost/geometry/util/add_const_if_c.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/as_range.hpp
==============================================================================
--- trunk/boost/geometry/util/as_range.hpp	(original)
+++ trunk/boost/geometry/util/as_range.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/closure_as_bool.hpp
==============================================================================
--- trunk/boost/geometry/util/closure_as_bool.hpp	(original)
+++ trunk/boost/geometry/util/closure_as_bool.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/coordinate_cast.hpp
==============================================================================
--- trunk/boost/geometry/util/coordinate_cast.hpp	(original)
+++ trunk/boost/geometry/util/coordinate_cast.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2011, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/copy.hpp
==============================================================================
--- trunk/boost/geometry/util/copy.hpp	(original)
+++ trunk/boost/geometry/util/copy.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/for_each_coordinate.hpp
==============================================================================
--- trunk/boost/geometry/util/for_each_coordinate.hpp	(original)
+++ trunk/boost/geometry/util/for_each_coordinate.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
@@ -26,7 +31,7 @@
     template <typename Op>
     static inline Op apply(typename add_const_if_c
         <
-            IsConst, 
+            IsConst,
             Point
         >::type& point, Op operation)
     {
@@ -47,7 +52,7 @@
     template <typename Op>
     static inline Op apply(typename add_const_if_c
         <
-            IsConst, 
+            IsConst,
             Point
         >::type& point, Op operation)
     {
Modified: trunk/boost/geometry/util/math.hpp
==============================================================================
--- trunk/boost/geometry/util/math.hpp	(original)
+++ trunk/boost/geometry/util/math.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/order_as_direction.hpp
==============================================================================
--- trunk/boost/geometry/util/order_as_direction.hpp	(original)
+++ trunk/boost/geometry/util/order_as_direction.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/promote_floating_point.hpp
==============================================================================
--- trunk/boost/geometry/util/promote_floating_point.hpp	(original)
+++ trunk/boost/geometry/util/promote_floating_point.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/readme.txt
==============================================================================
--- trunk/boost/geometry/util/readme.txt	(original)
+++ trunk/boost/geometry/util/readme.txt	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/select_calculation_type.hpp
==============================================================================
--- trunk/boost/geometry/util/select_calculation_type.hpp	(original)
+++ trunk/boost/geometry/util/select_calculation_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2009, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/select_coordinate_type.hpp
==============================================================================
--- trunk/boost/geometry/util/select_coordinate_type.hpp	(original)
+++ trunk/boost/geometry/util/select_coordinate_type.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/select_most_precise.hpp
==============================================================================
--- trunk/boost/geometry/util/select_most_precise.hpp	(original)
+++ trunk/boost/geometry/util/select_most_precise.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,7 +1,12 @@
 // 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.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/util/write_dsv.hpp
==============================================================================
--- trunk/boost/geometry/util/write_dsv.hpp	(original)
+++ trunk/boost/geometry/util/write_dsv.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // 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.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/views/closeable_view.hpp
==============================================================================
--- trunk/boost/geometry/views/closeable_view.hpp	(original)
+++ trunk/boost/geometry/views/closeable_view.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/views/identity_view.hpp
==============================================================================
--- trunk/boost/geometry/views/identity_view.hpp	(original)
+++ trunk/boost/geometry/views/identity_view.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)
Modified: trunk/boost/geometry/views/reversible_view.hpp
==============================================================================
--- trunk/boost/geometry/views/reversible_view.hpp	(original)
+++ trunk/boost/geometry/views/reversible_view.hpp	2011-03-26 18:33:15 EDT (Sat, 26 Mar 2011)
@@ -1,6 +1,12 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2010, Geodan, Amsterdam, the Netherlands.
+
+// 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.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, 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)