[geos-commits] r4305 - in trunk: . capi include/geos/algorithm include/geos/algorithm/distance include/geos/geom include/geos/geom/util include/geos/geomgraph include/geos/index/quadtree include/geos/io include/geos/linearref include/geos/noding include/geos/operation include/geos/operation/buffer include/geos/operation/distance include/geos/operation/linemerge include/geos/operation/overlay/snap include/geos/operation/polygonize include/geos/operation/predicate include/geos/operation/relate include/geos/operation/sharedpaths include/geos/operation/union include/geos/operation/valid include/geos/precision include/geos/util src/algorithm src/algorithm/distance src/geom src/geom/util src/geomgraph src/index/quadtree src/io src/linearref src/noding src/operation src/operation/buffer src/operation/distance src/operation/linemerge src/operation/overlay/snap src/operation/polygonize src/operation/predicate src/operation/relate src/operation/sharedpaths src/operation/union src/operation/valid src /precision src/util tests/geostest tests/perf tests/perf/operation/buffer tests/perf/operation/predicate tests/thread tests/unit/algorithm tests/xmltester

Sandro Santilli strk at kbt.io
Thu Nov 10 11:14:59 PST 2016


Author: strk
Date: 2016-11-10 11:14:58 -0800 (Thu, 10 Nov 2016)
New Revision: 4305

Modified:
   trunk/AUTHORS
   trunk/capi/geos_c.cpp
   trunk/capi/geos_c.h.in
   trunk/capi/geos_ts_c.cpp
   trunk/include/geos/algorithm/Angle.h
   trunk/include/geos/algorithm/BoundaryNodeRule.h
   trunk/include/geos/algorithm/CGAlgorithms.h
   trunk/include/geos/algorithm/Centroid.h
   trunk/include/geos/algorithm/ConvexHull.h
   trunk/include/geos/algorithm/HCoordinate.h
   trunk/include/geos/algorithm/InteriorPointArea.h
   trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
   trunk/include/geos/algorithm/distance/DistanceToPoint.h
   trunk/include/geos/algorithm/distance/PointPairDistance.h
   trunk/include/geos/geom/BinaryOp.h
   trunk/include/geos/geom/CoordinateList.h
   trunk/include/geos/geom/CoordinateSequenceFilter.h
   trunk/include/geos/geom/Geometry.h
   trunk/include/geos/geom/GeometryFactory.h
   trunk/include/geos/geom/LineSegment.h
   trunk/include/geos/geom/LineSegment.inl
   trunk/include/geos/geom/LineString.h
   trunk/include/geos/geom/Lineal.h
   trunk/include/geos/geom/MultiLineString.h
   trunk/include/geos/geom/MultiLineString.inl
   trunk/include/geos/geom/MultiPoint.h
   trunk/include/geos/geom/MultiPolygon.h
   trunk/include/geos/geom/Point.h
   trunk/include/geos/geom/Polygon.h
   trunk/include/geos/geom/Polygonal.h
   trunk/include/geos/geom/PrecisionModel.h
   trunk/include/geos/geom/PrecisionModel.inl
   trunk/include/geos/geom/Puntal.h
   trunk/include/geos/geom/util/GeometryEditor.h
   trunk/include/geos/geom/util/GeometryExtracter.h
   trunk/include/geos/geom/util/GeometryTransformer.h
   trunk/include/geos/geom/util/SineStarFactory.h
   trunk/include/geos/geomgraph/DirectedEdge.h
   trunk/include/geos/geomgraph/DirectedEdge.inl
   trunk/include/geos/geomgraph/DirectedEdgeStar.h
   trunk/include/geos/geomgraph/Edge.h
   trunk/include/geos/geomgraph/EdgeEnd.h
   trunk/include/geos/geomgraph/EdgeEndStar.h
   trunk/include/geos/geomgraph/EdgeIntersection.h
   trunk/include/geos/geomgraph/EdgeIntersectionList.h
   trunk/include/geos/geomgraph/EdgeRing.h
   trunk/include/geos/geomgraph/GeometryGraph.h
   trunk/include/geos/geomgraph/GeometryGraph.inl
   trunk/include/geos/geomgraph/GraphComponent.h
   trunk/include/geos/geomgraph/Node.h
   trunk/include/geos/index/quadtree/Key.h
   trunk/include/geos/io/WKTWriter.h
   trunk/include/geos/linearref/LengthIndexedLine.h
   trunk/include/geos/linearref/LengthLocationMap.h
   trunk/include/geos/linearref/LinearLocation.h
   trunk/include/geos/linearref/LocationIndexOfPoint.h
   trunk/include/geos/linearref/LocationIndexedLine.h
   trunk/include/geos/noding/BasicSegmentString.h
   trunk/include/geos/noding/GeometryNoder.h
   trunk/include/geos/noding/NodedSegmentString.h
   trunk/include/geos/noding/OrientedCoordinateArray.h
   trunk/include/geos/noding/SegmentString.h
   trunk/include/geos/operation/IsSimpleOp.h
   trunk/include/geos/operation/buffer/BufferBuilder.h
   trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h
   trunk/include/geos/operation/buffer/BufferOp.h
   trunk/include/geos/operation/buffer/BufferParameters.h
   trunk/include/geos/operation/buffer/OffsetCurveBuilder.h
   trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h
   trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h
   trunk/include/geos/operation/buffer/OffsetSegmentString.h
   trunk/include/geos/operation/distance/DistanceOp.h
   trunk/include/geos/operation/linemerge/EdgeString.h
   trunk/include/geos/operation/linemerge/LineMergeGraph.h
   trunk/include/geos/operation/linemerge/LineSequencer.h
   trunk/include/geos/operation/overlay/snap/GeometrySnapper.h
   trunk/include/geos/operation/overlay/snap/LineStringSnapper.h
   trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
   trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h
   trunk/include/geos/operation/polygonize/Polygonizer.h
   trunk/include/geos/operation/predicate/RectangleIntersects.h
   trunk/include/geos/operation/predicate/SegmentIntersectionTester.h
   trunk/include/geos/operation/relate/RelateComputer.h
   trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
   trunk/include/geos/operation/union/CascadedPolygonUnion.h
   trunk/include/geos/operation/union/CascadedUnion.h
   trunk/include/geos/operation/union/GeometryListHolder.h
   trunk/include/geos/operation/union/PointGeometryUnion.h
   trunk/include/geos/operation/union/UnaryUnionOp.h
   trunk/include/geos/operation/valid/IsValidOp.h
   trunk/include/geos/precision/GeometryPrecisionReducer.h
   trunk/include/geos/precision/PrecisionReducerCoordinateOperation.h
   trunk/include/geos/util/IllegalStateException.h
   trunk/include/geos/util/Interrupt.h
   trunk/src/algorithm/Angle.cpp
   trunk/src/algorithm/BoundaryNodeRule.cpp
   trunk/src/algorithm/CGAlgorithms.cpp
   trunk/src/algorithm/Centroid.cpp
   trunk/src/algorithm/ConvexHull.cpp
   trunk/src/algorithm/HCoordinate.cpp
   trunk/src/algorithm/InteriorPointArea.cpp
   trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp
   trunk/src/algorithm/distance/DistanceToPoint.cpp
   trunk/src/geom/Geometry.cpp
   trunk/src/geom/GeometryFactory.cpp
   trunk/src/geom/LineSegment.cpp
   trunk/src/geom/LineString.cpp
   trunk/src/geom/MultiLineString.cpp
   trunk/src/geom/MultiPoint.cpp
   trunk/src/geom/MultiPolygon.cpp
   trunk/src/geom/Point.cpp
   trunk/src/geom/Polygon.cpp
   trunk/src/geom/PrecisionModel.cpp
   trunk/src/geom/util/GeometryEditor.cpp
   trunk/src/geom/util/GeometryTransformer.cpp
   trunk/src/geom/util/SineStarFactory.cpp
   trunk/src/geomgraph/DirectedEdge.cpp
   trunk/src/geomgraph/DirectedEdgeStar.cpp
   trunk/src/geomgraph/Edge.cpp
   trunk/src/geomgraph/EdgeEnd.cpp
   trunk/src/geomgraph/EdgeEndStar.cpp
   trunk/src/geomgraph/EdgeIntersectionList.cpp
   trunk/src/geomgraph/EdgeRing.cpp
   trunk/src/geomgraph/GeometryGraph.cpp
   trunk/src/geomgraph/GraphComponent.cpp
   trunk/src/geomgraph/Node.cpp
   trunk/src/index/quadtree/Key.cpp
   trunk/src/io/WKTWriter.cpp
   trunk/src/linearref/LengthIndexedLine.cpp
   trunk/src/linearref/LengthLocationMap.cpp
   trunk/src/linearref/LinearLocation.cpp
   trunk/src/linearref/LocationIndexOfPoint.cpp
   trunk/src/noding/BasicSegmentString.cpp
   trunk/src/noding/GeometryNoder.cpp
   trunk/src/noding/NodedSegmentString.cpp
   trunk/src/noding/OrientedCoordinateArray.cpp
   trunk/src/noding/SegmentString.cpp
   trunk/src/operation/IsSimpleOp.cpp
   trunk/src/operation/buffer/BufferBuilder.cpp
   trunk/src/operation/buffer/BufferInputLineSimplifier.cpp
   trunk/src/operation/buffer/BufferOp.cpp
   trunk/src/operation/buffer/BufferParameters.cpp
   trunk/src/operation/buffer/OffsetCurveBuilder.cpp
   trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp
   trunk/src/operation/buffer/OffsetSegmentGenerator.cpp
   trunk/src/operation/distance/DistanceOp.cpp
   trunk/src/operation/linemerge/EdgeString.cpp
   trunk/src/operation/linemerge/LineMergeGraph.cpp
   trunk/src/operation/linemerge/LineSequencer.cpp
   trunk/src/operation/overlay/snap/GeometrySnapper.cpp
   trunk/src/operation/overlay/snap/LineStringSnapper.cpp
   trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp
   trunk/src/operation/overlay/snap/SnapOverlayOp.cpp
   trunk/src/operation/polygonize/Polygonizer.cpp
   trunk/src/operation/predicate/RectangleIntersects.cpp
   trunk/src/operation/predicate/SegmentIntersectionTester.cpp
   trunk/src/operation/relate/RelateComputer.cpp
   trunk/src/operation/sharedpaths/SharedPathsOp.cpp
   trunk/src/operation/union/CascadedPolygonUnion.cpp
   trunk/src/operation/union/CascadedUnion.cpp
   trunk/src/operation/union/PointGeometryUnion.cpp
   trunk/src/operation/union/UnaryUnionOp.cpp
   trunk/src/operation/valid/IndexedNestedRingTester.cpp
   trunk/src/operation/valid/IndexedNestedRingTester.h
   trunk/src/operation/valid/IsValidOp.cpp
   trunk/src/precision/PrecisionReducerCoordinateOperation.cpp
   trunk/src/util/Interrupt.cpp
   trunk/tests/geostest/geostest.c
   trunk/tests/perf/ClassSizes.cpp
   trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
   trunk/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp
   trunk/tests/thread/badthreadtest.c
   trunk/tests/thread/threadtest.c
   trunk/tests/unit/algorithm/InteriorPointAreaTest.cpp
   trunk/tests/xmltester/BufferResultMatcher.cpp
   trunk/tests/xmltester/BufferResultMatcher.h
   trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp
   trunk/tests/xmltester/SingleSidedBufferResultMatcher.h
   trunk/tests/xmltester/safe_to_xml.sh
Log:
Update my email address

Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/AUTHORS	2016-11-10 19:14:58 UTC (rev 4305)
@@ -35,7 +35,7 @@
   Mateusz Loskot (mateusz at loskot.net) - Unit testing
   Regina Obe (lr at pcorp.us) - QA / Windows
   Paul Ramsey (pramsey at refractions.net) - Coordination / Build
-  Sandro Santilli (strk at keybit.net) - Bug Fixing / Maintenance
+  Sandro Santilli (strk at kbt.io) - Bug Fixing / Maintenance
   Frank Warmerdam (warmerdam at pobox.com) - VStudio porting
 
   In Active:

Modified: trunk/capi/geos_c.cpp
===================================================================
--- trunk/capi/geos_c.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/capi/geos_c.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  *
  * C-Wrapper for GEOS library
  *
- * Copyright (C) 2010 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under
@@ -11,7 +11,7 @@
  * by the Free Software Foundation.
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at keybit.net>
+ * Author: Sandro Santilli <strk at kbt.io>
  *
  ***********************************************************************/
 

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/capi/geos_c.h.in	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  *
  * C-Wrapper for GEOS library
  *
- * Copyright (C) 2010 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under
@@ -11,7 +11,7 @@
  * by the Free Software Foundation.
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at keybit.net>
+ * Author: Sandro Santilli <strk at kbt.io>
  *
  ***********************************************************************
  *

Modified: trunk/capi/geos_ts_c.cpp
===================================================================
--- trunk/capi/geos_ts_c.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/capi/geos_ts_c.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  *
  * C-Wrapper for GEOS library
  *
- * Copyright (C) 2010-2012 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010-2012 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under
@@ -11,7 +11,7 @@
  * by the Free Software Foundation.
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at keybit.net>
+ * Author: Sandro Santilli <strk at kbt.io>
  * Thread Safety modifications: Chuck Thibert <charles.thibert at ingres.com>
  *
  ***********************************************************************/

Modified: trunk/include/geos/algorithm/Angle.h
===================================================================
--- trunk/include/geos/algorithm/Angle.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/Angle.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/algorithm/BoundaryNodeRule.h
===================================================================
--- trunk/include/geos/algorithm/BoundaryNodeRule.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/BoundaryNodeRule.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009      Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/algorithm/CGAlgorithms.h
===================================================================
--- trunk/include/geos/algorithm/CGAlgorithms.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/CGAlgorithms.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/algorithm/Centroid.h
===================================================================
--- trunk/include/geos/algorithm/Centroid.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/Centroid.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2013 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2013 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/algorithm/ConvexHull.h
===================================================================
--- trunk/include/geos/algorithm/ConvexHull.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/ConvexHull.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/algorithm/HCoordinate.h
===================================================================
--- trunk/include/geos/algorithm/HCoordinate.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/HCoordinate.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011      Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/algorithm/InteriorPointArea.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointArea.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/InteriorPointArea.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2013 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2013 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/algorithm/distance/DistanceToPoint.h
===================================================================
--- trunk/include/geos/algorithm/distance/DistanceToPoint.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/distance/DistanceToPoint.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/algorithm/distance/PointPairDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/PointPairDistance.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/algorithm/distance/PointPairDistance.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/geom/BinaryOp.h
===================================================================
--- trunk/include/geos/geom/BinaryOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/BinaryOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2013 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2013 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/geom/CoordinateList.h
===================================================================
--- trunk/include/geos/geom/CoordinateList.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/CoordinateList.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/geom/CoordinateSequenceFilter.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequenceFilter.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/CoordinateSequenceFilter.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/geom/Geometry.h
===================================================================
--- trunk/include/geos/geom/Geometry.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/Geometry.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geom/GeometryFactory.h
===================================================================
--- trunk/include/geos/geom/GeometryFactory.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/GeometryFactory.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/geom/LineSegment.h
===================================================================
--- trunk/include/geos/geom/LineSegment.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/LineSegment.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geom/LineSegment.inl
===================================================================
--- trunk/include/geos/geom/LineSegment.inl	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/LineSegment.inl	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geom/LineString.h
===================================================================
--- trunk/include/geos/geom/LineString.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/LineString.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Lineal.h
===================================================================
--- trunk/include/geos/geom/Lineal.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/Lineal.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/geom/MultiLineString.h
===================================================================
--- trunk/include/geos/geom/MultiLineString.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/MultiLineString.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/MultiLineString.inl
===================================================================
--- trunk/include/geos/geom/MultiLineString.inl	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/MultiLineString.inl	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/geom/MultiPoint.h
===================================================================
--- trunk/include/geos/geom/MultiPoint.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/MultiPoint.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/MultiPolygon.h
===================================================================
--- trunk/include/geos/geom/MultiPolygon.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/MultiPolygon.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Point.h
===================================================================
--- trunk/include/geos/geom/Point.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/Point.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Polygon.h
===================================================================
--- trunk/include/geos/geom/Polygon.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/Polygon.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geom/Polygonal.h
===================================================================
--- trunk/include/geos/geom/Polygonal.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/Polygonal.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/geom/PrecisionModel.h
===================================================================
--- trunk/include/geos/geom/PrecisionModel.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/PrecisionModel.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/geom/PrecisionModel.inl
===================================================================
--- trunk/include/geos/geom/PrecisionModel.inl	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/PrecisionModel.inl	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/geom/Puntal.h
===================================================================
--- trunk/include/geos/geom/Puntal.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/Puntal.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/geom/util/GeometryEditor.h
===================================================================
--- trunk/include/geos/geom/util/GeometryEditor.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/util/GeometryEditor.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geom/util/GeometryExtracter.h
===================================================================
--- trunk/include/geos/geom/util/GeometryExtracter.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/util/GeometryExtracter.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/util/GeometryTransformer.h
===================================================================
--- trunk/include/geos/geom/util/GeometryTransformer.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/util/GeometryTransformer.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/geom/util/SineStarFactory.h
===================================================================
--- trunk/include/geos/geom/util/SineStarFactory.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geom/util/SineStarFactory.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/geomgraph/DirectedEdge.h
===================================================================
--- trunk/include/geos/geomgraph/DirectedEdge.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/DirectedEdge.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/DirectedEdge.inl
===================================================================
--- trunk/include/geos/geomgraph/DirectedEdge.inl	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/DirectedEdge.inl	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/DirectedEdgeStar.h
===================================================================
--- trunk/include/geos/geomgraph/DirectedEdgeStar.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/DirectedEdgeStar.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/Edge.h
===================================================================
--- trunk/include/geos/geomgraph/Edge.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/Edge.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/EdgeEnd.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeEnd.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/EdgeEnd.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/EdgeEndStar.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeEndStar.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/EdgeEndStar.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/EdgeIntersection.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeIntersection.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/EdgeIntersection.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/EdgeIntersectionList.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeIntersectionList.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/EdgeIntersectionList.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/EdgeRing.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeRing.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/EdgeRing.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/GeometryGraph.h
===================================================================
--- trunk/include/geos/geomgraph/GeometryGraph.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/GeometryGraph.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/GeometryGraph.inl
===================================================================
--- trunk/include/geos/geomgraph/GeometryGraph.inl	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/GeometryGraph.inl	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/GraphComponent.h
===================================================================
--- trunk/include/geos/geomgraph/GraphComponent.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/GraphComponent.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/geomgraph/Node.h
===================================================================
--- trunk/include/geos/geomgraph/Node.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/geomgraph/Node.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/index/quadtree/Key.h
===================================================================
--- trunk/include/geos/index/quadtree/Key.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/index/quadtree/Key.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/io/WKTWriter.h
===================================================================
--- trunk/include/geos/io/WKTWriter.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/io/WKTWriter.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/linearref/LengthIndexedLine.h
===================================================================
--- trunk/include/geos/linearref/LengthIndexedLine.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/linearref/LengthIndexedLine.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/linearref/LengthLocationMap.h
===================================================================
--- trunk/include/geos/linearref/LengthLocationMap.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/linearref/LengthLocationMap.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/linearref/LinearLocation.h
===================================================================
--- trunk/include/geos/linearref/LinearLocation.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/linearref/LinearLocation.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/linearref/LocationIndexOfPoint.h
===================================================================
--- trunk/include/geos/linearref/LocationIndexOfPoint.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/linearref/LocationIndexOfPoint.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/linearref/LocationIndexedLine.h
===================================================================
--- trunk/include/geos/linearref/LocationIndexedLine.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/linearref/LocationIndexedLine.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/noding/BasicSegmentString.h
===================================================================
--- trunk/include/geos/noding/BasicSegmentString.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/noding/BasicSegmentString.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/noding/GeometryNoder.h
===================================================================
--- trunk/include/geos/noding/GeometryNoder.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/noding/GeometryNoder.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2012  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2012  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/noding/NodedSegmentString.h
===================================================================
--- trunk/include/geos/noding/NodedSegmentString.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/noding/NodedSegmentString.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/noding/OrientedCoordinateArray.h
===================================================================
--- trunk/include/geos/noding/OrientedCoordinateArray.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/noding/OrientedCoordinateArray.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009    Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009    Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/noding/SegmentString.h
===================================================================
--- trunk/include/geos/noding/SegmentString.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/noding/SegmentString.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011      Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/operation/IsSimpleOp.h
===================================================================
--- trunk/include/geos/operation/IsSimpleOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/IsSimpleOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009      Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/operation/buffer/BufferBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferBuilder.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/BufferBuilder.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2008-2010 Safe Software Inc.
  * Copyright (C) 2006-2007 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/BufferInputLineSimplifier.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/buffer/BufferOp.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/BufferOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2007 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/operation/buffer/BufferParameters.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferParameters.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/BufferParameters.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/buffer/OffsetCurveBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveBuilder.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/OffsetCurveBuilder.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006-2007 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/buffer/OffsetSegmentString.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetSegmentString.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/buffer/OffsetSegmentString.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2007 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/distance/DistanceOp.h
===================================================================
--- trunk/include/geos/operation/distance/DistanceOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/distance/DistanceOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/linemerge/EdgeString.h
===================================================================
--- trunk/include/geos/operation/linemerge/EdgeString.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/linemerge/EdgeString.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/operation/linemerge/LineMergeGraph.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeGraph.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/linemerge/LineMergeGraph.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/operation/linemerge/LineSequencer.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineSequencer.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/linemerge/LineSequencer.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/overlay/snap/GeometrySnapper.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/GeometrySnapper.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/overlay/snap/GeometrySnapper.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2010  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/overlay/snap/LineStringSnapper.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2010  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/polygonize/Polygonizer.h
===================================================================
--- trunk/include/geos/operation/polygonize/Polygonizer.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/polygonize/Polygonizer.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/operation/predicate/RectangleIntersects.h
===================================================================
--- trunk/include/geos/operation/predicate/RectangleIntersects.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/predicate/RectangleIntersects.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/predicate/SegmentIntersectionTester.h
===================================================================
--- trunk/include/geos/operation/predicate/SegmentIntersectionTester.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/predicate/SegmentIntersectionTester.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/relate/RelateComputer.h
===================================================================
--- trunk/include/geos/operation/relate/RelateComputer.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/relate/RelateComputer.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
===================================================================
--- trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2010      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010      Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published
@@ -14,7 +14,7 @@
  *
  * Last port: original work
  *
- * Developed by Sandro Santilli (strk at keybit.net)
+ * Developed by Sandro Santilli (strk at kbt.io)
  * for Faunalia (http://www.faunalia.it)
  * with funding from Regione Toscana - Settore SISTEMA INFORMATIVO
  * TERRITORIALE ED AMBIENTALE - for the project: "Sviluppo strumenti
@@ -53,7 +53,7 @@
  * Paths reported as shared are given in the direction they
  * appear in the first geometry.
  *
- * Developed by Sandro Santilli (strk at keybit.net)
+ * Developed by Sandro Santilli (strk at kbt.io)
  * for Faunalia (http://www.faunalia.it)
  * with funding from Regione Toscana - Settore SISTEMA INFORMATIVO
  * TERRITORIALE ED AMBIENTALE - for the project: "Sviluppo strumenti

Modified: trunk/include/geos/operation/union/CascadedPolygonUnion.h
===================================================================
--- trunk/include/geos/operation/union/CascadedPolygonUnion.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/union/CascadedPolygonUnion.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/union/CascadedUnion.h
===================================================================
--- trunk/include/geos/operation/union/CascadedUnion.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/union/CascadedUnion.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://trac.osgeo.org/geos
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/union/GeometryListHolder.h
===================================================================
--- trunk/include/geos/operation/union/GeometryListHolder.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/union/GeometryListHolder.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/include/geos/operation/union/PointGeometryUnion.h
===================================================================
--- trunk/include/geos/operation/union/PointGeometryUnion.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/union/PointGeometryUnion.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/union/UnaryUnionOp.h
===================================================================
--- trunk/include/geos/operation/union/UnaryUnionOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/union/UnaryUnionOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/operation/valid/IsValidOp.h
===================================================================
--- trunk/include/geos/operation/valid/IsValidOp.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/operation/valid/IsValidOp.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/precision/GeometryPrecisionReducer.h
===================================================================
--- trunk/include/geos/precision/GeometryPrecisionReducer.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/precision/GeometryPrecisionReducer.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2012 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2012 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/precision/PrecisionReducerCoordinateOperation.h
===================================================================
--- trunk/include/geos/precision/PrecisionReducerCoordinateOperation.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/precision/PrecisionReducerCoordinateOperation.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2012 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2012 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/util/IllegalStateException.h
===================================================================
--- trunk/include/geos/util/IllegalStateException.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/util/IllegalStateException.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/include/geos/util/Interrupt.h
===================================================================
--- trunk/include/geos/util/Interrupt.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/include/geos/util/Interrupt.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2012 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2012 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/algorithm/Angle.cpp
===================================================================
--- trunk/src/algorithm/Angle.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/Angle.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/algorithm/BoundaryNodeRule.cpp
===================================================================
--- trunk/src/algorithm/BoundaryNodeRule.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/BoundaryNodeRule.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009      Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/algorithm/CGAlgorithms.cpp
===================================================================
--- trunk/src/algorithm/CGAlgorithms.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/CGAlgorithms.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/Centroid.cpp
===================================================================
--- trunk/src/algorithm/Centroid.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/Centroid.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2013 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2013 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/algorithm/ConvexHull.cpp
===================================================================
--- trunk/src/algorithm/ConvexHull.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/ConvexHull.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/HCoordinate.cpp
===================================================================
--- trunk/src/algorithm/HCoordinate.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/HCoordinate.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011      Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.
  *

Modified: trunk/src/algorithm/InteriorPointArea.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointArea.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/InteriorPointArea.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2013 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2013 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp
===================================================================
--- trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/algorithm/distance/DistanceToPoint.cpp
===================================================================
--- trunk/src/algorithm/distance/DistanceToPoint.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/algorithm/distance/DistanceToPoint.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/geom/Geometry.cpp
===================================================================
--- trunk/src/geom/Geometry.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/Geometry.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/GeometryFactory.cpp
===================================================================
--- trunk/src/geom/GeometryFactory.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/GeometryFactory.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.
  *

Modified: trunk/src/geom/LineSegment.cpp
===================================================================
--- trunk/src/geom/LineSegment.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/LineSegment.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/LineString.cpp
===================================================================
--- trunk/src/geom/LineString.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/LineString.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/MultiLineString.cpp
===================================================================
--- trunk/src/geom/MultiLineString.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/MultiLineString.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/MultiPoint.cpp
===================================================================
--- trunk/src/geom/MultiPoint.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/MultiPoint.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/MultiPolygon.cpp
===================================================================
--- trunk/src/geom/MultiPolygon.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/MultiPolygon.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/geom/Point.cpp
===================================================================
--- trunk/src/geom/Point.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/Point.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.
  *

Modified: trunk/src/geom/Polygon.cpp
===================================================================
--- trunk/src/geom/Polygon.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/Polygon.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/PrecisionModel.cpp
===================================================================
--- trunk/src/geom/PrecisionModel.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/PrecisionModel.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/geom/util/GeometryEditor.cpp
===================================================================
--- trunk/src/geom/util/GeometryEditor.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/util/GeometryEditor.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/util/GeometryTransformer.cpp
===================================================================
--- trunk/src/geom/util/GeometryTransformer.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/util/GeometryTransformer.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/geom/util/SineStarFactory.cpp
===================================================================
--- trunk/src/geom/util/SineStarFactory.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geom/util/SineStarFactory.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/geomgraph/DirectedEdge.cpp
===================================================================
--- trunk/src/geomgraph/DirectedEdge.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/DirectedEdge.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/DirectedEdgeStar.cpp
===================================================================
--- trunk/src/geomgraph/DirectedEdgeStar.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/DirectedEdgeStar.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/Edge.cpp
===================================================================
--- trunk/src/geomgraph/Edge.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/Edge.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/EdgeEnd.cpp
===================================================================
--- trunk/src/geomgraph/EdgeEnd.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/EdgeEnd.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/EdgeEndStar.cpp
===================================================================
--- trunk/src/geomgraph/EdgeEndStar.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/EdgeEndStar.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/EdgeIntersectionList.cpp
===================================================================
--- trunk/src/geomgraph/EdgeIntersectionList.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/EdgeIntersectionList.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/EdgeRing.cpp
===================================================================
--- trunk/src/geomgraph/EdgeRing.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/EdgeRing.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/GeometryGraph.cpp
===================================================================
--- trunk/src/geomgraph/GeometryGraph.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/GeometryGraph.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/GraphComponent.cpp
===================================================================
--- trunk/src/geomgraph/GraphComponent.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/GraphComponent.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/Node.cpp
===================================================================
--- trunk/src/geomgraph/Node.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/geomgraph/Node.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/index/quadtree/Key.cpp
===================================================================
--- trunk/src/index/quadtree/Key.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/index/quadtree/Key.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/io/WKTWriter.cpp
===================================================================
--- trunk/src/io/WKTWriter.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/io/WKTWriter.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/linearref/LengthIndexedLine.cpp
===================================================================
--- trunk/src/linearref/LengthIndexedLine.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/linearref/LengthIndexedLine.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/linearref/LengthLocationMap.cpp
===================================================================
--- trunk/src/linearref/LengthLocationMap.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/linearref/LengthLocationMap.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/linearref/LinearLocation.cpp
===================================================================
--- trunk/src/linearref/LinearLocation.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/linearref/LinearLocation.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/linearref/LocationIndexOfPoint.cpp
===================================================================
--- trunk/src/linearref/LocationIndexOfPoint.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/linearref/LocationIndexOfPoint.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/noding/BasicSegmentString.cpp
===================================================================
--- trunk/src/noding/BasicSegmentString.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/noding/BasicSegmentString.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Licence as published

Modified: trunk/src/noding/GeometryNoder.cpp
===================================================================
--- trunk/src/noding/GeometryNoder.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/noding/GeometryNoder.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2012  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2012  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/noding/NodedSegmentString.cpp
===================================================================
--- trunk/src/noding/NodedSegmentString.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/noding/NodedSegmentString.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/noding/OrientedCoordinateArray.cpp
===================================================================
--- trunk/src/noding/OrientedCoordinateArray.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/noding/OrientedCoordinateArray.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009    Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009    Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/noding/SegmentString.cpp
===================================================================
--- trunk/src/noding/SegmentString.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/noding/SegmentString.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011      Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/IsSimpleOp.cpp
===================================================================
--- trunk/src/operation/IsSimpleOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/IsSimpleOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009      Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.
  *

Modified: trunk/src/operation/buffer/BufferBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/BufferBuilder.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/buffer/BufferBuilder.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2008-2010 Safe Software Inc.
  * Copyright (C) 2005-2007 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/buffer/BufferInputLineSimplifier.cpp
===================================================================
--- trunk/src/operation/buffer/BufferInputLineSimplifier.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/buffer/BufferInputLineSimplifier.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/buffer/BufferOp.cpp
===================================================================
--- trunk/src/operation/buffer/BufferOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/buffer/BufferOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2007 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/buffer/BufferParameters.cpp
===================================================================
--- trunk/src/operation/buffer/BufferParameters.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/buffer/BufferParameters.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/buffer/OffsetCurveBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetCurveBuilder.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/buffer/OffsetCurveBuilder.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS-Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2011  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/buffer/OffsetSegmentGenerator.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetSegmentGenerator.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/buffer/OffsetSegmentGenerator.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS-Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/distance/DistanceOp.cpp
===================================================================
--- trunk/src/operation/distance/DistanceOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/distance/DistanceOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/linemerge/EdgeString.cpp
===================================================================
--- trunk/src/operation/linemerge/EdgeString.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/linemerge/EdgeString.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/linemerge/LineMergeGraph.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeGraph.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/linemerge/LineMergeGraph.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/linemerge/LineSequencer.cpp
===================================================================
--- trunk/src/operation/linemerge/LineSequencer.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/linemerge/LineSequencer.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/operation/overlay/snap/GeometrySnapper.cpp
===================================================================
--- trunk/src/operation/overlay/snap/GeometrySnapper.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/overlay/snap/GeometrySnapper.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2010  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/operation/overlay/snap/LineStringSnapper.cpp
===================================================================
--- trunk/src/operation/overlay/snap/LineStringSnapper.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/overlay/snap/LineStringSnapper.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009-2010  Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp
===================================================================
--- trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 2011 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/overlay/snap/SnapOverlayOp.cpp
===================================================================
--- trunk/src/operation/overlay/snap/SnapOverlayOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/overlay/snap/SnapOverlayOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/polygonize/Polygonizer.cpp
===================================================================
--- trunk/src/operation/polygonize/Polygonizer.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/polygonize/Polygonizer.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/predicate/RectangleIntersects.cpp
===================================================================
--- trunk/src/operation/predicate/RectangleIntersects.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/predicate/RectangleIntersects.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/operation/predicate/SegmentIntersectionTester.cpp
===================================================================
--- trunk/src/operation/predicate/SegmentIntersectionTester.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/predicate/SegmentIntersectionTester.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/operation/relate/RelateComputer.cpp
===================================================================
--- trunk/src/operation/relate/RelateComputer.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/relate/RelateComputer.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2005 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/sharedpaths/SharedPathsOp.cpp
===================================================================
--- trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2010      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010      Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published
@@ -14,7 +14,7 @@
  *
  * Last port: original work
  *
- * Developed by Sandro Santilli (strk at keybit.net)
+ * Developed by Sandro Santilli (strk at kbt.io)
  * for Faunalia (http://www.faunalia.it)
  * with funding from Regione Toscana - Settore SISTEMA INFORMATIVO
  * TERRITORIALE ED AMBIENTALE - for the project: "Sviluppo strumenti

Modified: trunk/src/operation/union/CascadedPolygonUnion.cpp
===================================================================
--- trunk/src/operation/union/CascadedPolygonUnion.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/union/CascadedPolygonUnion.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under

Modified: trunk/src/operation/union/CascadedUnion.cpp
===================================================================
--- trunk/src/operation/union/CascadedUnion.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/union/CascadedUnion.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://trac.osgeo.org/geos
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/union/PointGeometryUnion.cpp
===================================================================
--- trunk/src/operation/union/PointGeometryUnion.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/union/PointGeometryUnion.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/union/UnaryUnionOp.cpp
===================================================================
--- trunk/src/operation/union/UnaryUnionOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/union/UnaryUnionOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
+ * Copyright (C) 2011 Sandro Santilli <strk at kbt.io
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/valid/IndexedNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/IndexedNestedRingTester.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/valid/IndexedNestedRingTester.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/valid/IndexedNestedRingTester.h
===================================================================
--- trunk/src/operation/valid/IndexedNestedRingTester.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/valid/IndexedNestedRingTester.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/operation/valid/IsValidOp.cpp
===================================================================
--- trunk/src/operation/valid/IsValidOp.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/operation/valid/IsValidOp.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -4,7 +4,7 @@
  * http://geos.osgeo.org
  *
  * Copyright (C) 2010 Safe Software Inc.
- * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2010 Sandro Santilli <strk at kbt.io>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.
  *

Modified: trunk/src/precision/PrecisionReducerCoordinateOperation.cpp
===================================================================
--- trunk/src/precision/PrecisionReducerCoordinateOperation.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/precision/PrecisionReducerCoordinateOperation.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2012 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2012 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/src/util/Interrupt.cpp
===================================================================
--- trunk/src/util/Interrupt.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/src/util/Interrupt.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2012 Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2012 Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/geostest/geostest.c
===================================================================
--- trunk/tests/geostest/geostest.c	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/geostest/geostest.c	2016-11-10 19:14:58 UTC (rev 4305)
@@ -10,7 +10,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at keybit.net>
+ * Author: Sandro Santilli <strk at kbt.io>
  *
  ***********************************************************************/
 

Modified: trunk/tests/perf/ClassSizes.cpp
===================================================================
--- trunk/tests/perf/ClassSizes.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/perf/ClassSizes.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
===================================================================
--- trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp
===================================================================
--- trunk/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/thread/badthreadtest.c
===================================================================
--- trunk/tests/thread/badthreadtest.c	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/thread/badthreadtest.c	2016-11-10 19:14:58 UTC (rev 4305)
@@ -10,7 +10,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at keybit.net>
+ * Author: Sandro Santilli <strk at kbt.io>
  *
  ***********************************************************************/
 

Modified: trunk/tests/thread/threadtest.c
===================================================================
--- trunk/tests/thread/threadtest.c	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/thread/threadtest.c	2016-11-10 19:14:58 UTC (rev 4305)
@@ -10,7 +10,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at keybit.net>
+ * Author: Sandro Santilli <strk at kbt.io>
  *
  ***********************************************************************/
 

Modified: trunk/tests/unit/algorithm/InteriorPointAreaTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/InteriorPointAreaTest.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/unit/algorithm/InteriorPointAreaTest.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2011      Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/xmltester/BufferResultMatcher.cpp
===================================================================
--- trunk/tests/xmltester/BufferResultMatcher.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/xmltester/BufferResultMatcher.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/xmltester/BufferResultMatcher.h
===================================================================
--- trunk/tests/xmltester/BufferResultMatcher.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/xmltester/BufferResultMatcher.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp
===================================================================
--- trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/xmltester/SingleSidedBufferResultMatcher.h
===================================================================
--- trunk/tests/xmltester/SingleSidedBufferResultMatcher.h	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/xmltester/SingleSidedBufferResultMatcher.h	2016-11-10 19:14:58 UTC (rev 4305)
@@ -3,7 +3,7 @@
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
  *
- * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
+ * Copyright (C) 2009  Sandro Santilli <strk at kbt.io>
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published

Modified: trunk/tests/xmltester/safe_to_xml.sh
===================================================================
--- trunk/tests/xmltester/safe_to_xml.sh	2016-11-10 16:12:36 UTC (rev 4304)
+++ trunk/tests/xmltester/safe_to_xml.sh	2016-11-10 19:14:58 UTC (rev 4305)
@@ -5,7 +5,7 @@
 # GEOS - Geometry Engine Open Source
 # http://geos.osgeo.org
 #
-# Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
+# Copyright (C) 2009 Sandro Santilli <strk at kbt.io>
 #
 # This is free software; you can redistribute and/or modify it under
 # the terms of the GNU Lesser General Public Licence as published



More information about the geos-commits mailing list