[geos-commits] r3565 - in trunk: . capi debian doc examples include include/geos include/geos/algorithm include/geos/algorithm/distance include/geos/algorithm/locate include/geos/geom include/geos/geom/prep include/geos/geom/util include/geos/geomgraph include/geos/geomgraph/index include/geos/index include/geos/index/bintree include/geos/index/chain include/geos/index/intervalrtree include/geos/index/quadtree include/geos/index/strtree include/geos/index/sweepline include/geos/io include/geos/linearref include/geos/noding include/geos/noding/snapround include/geos/operation include/geos/operation/buffer include/geos/operation/distance include/geos/operation/linemerge include/geos/operation/overlay include/geos/operation/overlay/snap include/geos/operation/overlay/validate 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/planargra ph include/geos/planargraph/algorithm include/geos/precision include/geos/simplify include/geos/util src src/algorithm src/algorithm/distance src/algorithm/locate src/geom src/geom/prep src/geom/util src/geomgraph src/geomgraph/index src/index/bintree src/index/chain src/index/intervalrtree src/index/quadtree src/index/strtree src/index/sweepline src/io src/linearref src/noding src/noding/snapround src/operation src/operation/buffer src/operation/distance src/operation/linemerge src/operation/overlay src/operation/overlay/snap src/operation/overlay/validate src/operation/polygonize src/operation/predicate src/operation/relate src/operation/sharedpaths src/operation/union src/operation/valid src/planargraph src/planargraph/algorithm src/precision src/simplify src/util tests/bigtest tests/geostest tests/perf tests/perf/operation/buffer tests/perf/operation/predicate tests/thread tests/unit tests/unit/algorithm tests/unit/geom tests/xmltester tests/xmltester/tests

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jan 16 13:00:20 EST 2012


Author: pramsey
Date: 2012-01-16 10:00:20 -0800 (Mon, 16 Jan 2012)
New Revision: 3565

Modified:
   trunk/ChangeLog
   trunk/capi/geos_c.cpp
   trunk/capi/geos_c.h.in
   trunk/capi/geos_ts_c.cpp
   trunk/debian/copyright
   trunk/debian/geos-config.1
   trunk/doc/example.cpp
   trunk/examples/CPCLException.cpp
   trunk/examples/CoordinateSequencesExample.cpp
   trunk/examples/CustomCoordinateSequenceExample.cpp
   trunk/examples/CustomCoordinateSequenceExample.h
   trunk/examples/CustomPointCoordinateSequence.cpp
   trunk/include/acconfig.h
   trunk/include/geos.h
   trunk/include/geos/algorithm/Angle.h
   trunk/include/geos/algorithm/BoundaryNodeRule.h
   trunk/include/geos/algorithm/CGAlgorithms.h
   trunk/include/geos/algorithm/CentralEndpointIntersector.h
   trunk/include/geos/algorithm/CentroidArea.h
   trunk/include/geos/algorithm/CentroidLine.h
   trunk/include/geos/algorithm/CentroidPoint.h
   trunk/include/geos/algorithm/ConvexHull.h
   trunk/include/geos/algorithm/ConvexHull.inl
   trunk/include/geos/algorithm/HCoordinate.h
   trunk/include/geos/algorithm/InteriorPointArea.h
   trunk/include/geos/algorithm/InteriorPointLine.h
   trunk/include/geos/algorithm/InteriorPointPoint.h
   trunk/include/geos/algorithm/LineIntersector.h
   trunk/include/geos/algorithm/MCPointInRing.h
   trunk/include/geos/algorithm/MinimumDiameter.h
   trunk/include/geos/algorithm/NotRepresentableException.h
   trunk/include/geos/algorithm/PointInRing.h
   trunk/include/geos/algorithm/PointLocator.h
   trunk/include/geos/algorithm/RayCrossingCounter.h
   trunk/include/geos/algorithm/RobustDeterminant.h
   trunk/include/geos/algorithm/SIRtreePointInRing.h
   trunk/include/geos/algorithm/SimplePointInRing.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/algorithm/locate/IndexedPointInAreaLocator.h
   trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h
   trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h
   trunk/include/geos/export.h
   trunk/include/geos/geom.h
   trunk/include/geos/geom/BinaryOp.h
   trunk/include/geos/geom/Coordinate.h
   trunk/include/geos/geom/Coordinate.inl
   trunk/include/geos/geom/CoordinateArraySequence.h
   trunk/include/geos/geom/CoordinateArraySequenceFactory.h
   trunk/include/geos/geom/CoordinateArraySequenceFactory.inl
   trunk/include/geos/geom/CoordinateFilter.h
   trunk/include/geos/geom/CoordinateList.h
   trunk/include/geos/geom/CoordinateSequence.h
   trunk/include/geos/geom/CoordinateSequenceFactory.h
   trunk/include/geos/geom/CoordinateSequenceFilter.h
   trunk/include/geos/geom/Dimension.h
   trunk/include/geos/geom/Envelope.h
   trunk/include/geos/geom/Envelope.inl
   trunk/include/geos/geom/Geometry.h
   trunk/include/geos/geom/GeometryCollection.h
   trunk/include/geos/geom/GeometryCollection.inl
   trunk/include/geos/geom/GeometryComponentFilter.h
   trunk/include/geos/geom/GeometryFactory.h
   trunk/include/geos/geom/GeometryFactory.inl
   trunk/include/geos/geom/GeometryFilter.h
   trunk/include/geos/geom/GeometryList.h
   trunk/include/geos/geom/IntersectionMatrix.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/LinearRing.h
   trunk/include/geos/geom/Location.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/MultiPolygon.inl
   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/Triangle.h
   trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h
   trunk/include/geos/geom/prep/BasicPreparedGeometry.h
   trunk/include/geos/geom/prep/PreparedGeometry.h
   trunk/include/geos/geom/prep/PreparedGeometryFactory.h
   trunk/include/geos/geom/prep/PreparedLineString.h
   trunk/include/geos/geom/prep/PreparedLineStringIntersects.h
   trunk/include/geos/geom/prep/PreparedPoint.h
   trunk/include/geos/geom/prep/PreparedPolygon.h
   trunk/include/geos/geom/prep/PreparedPolygonContains.h
   trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h
   trunk/include/geos/geom/prep/PreparedPolygonCovers.h
   trunk/include/geos/geom/prep/PreparedPolygonIntersects.h
   trunk/include/geos/geom/prep/PreparedPolygonPredicate.h
   trunk/include/geos/geom/util/ComponentCoordinateExtracter.h
   trunk/include/geos/geom/util/CoordinateOperation.h
   trunk/include/geos/geom/util/GeometryCombiner.h
   trunk/include/geos/geom/util/GeometryEditor.h
   trunk/include/geos/geom/util/GeometryEditorOperation.h
   trunk/include/geos/geom/util/GeometryExtracter.h
   trunk/include/geos/geom/util/GeometryTransformer.h
   trunk/include/geos/geom/util/LinearComponentExtracter.h
   trunk/include/geos/geom/util/PointExtracter.h
   trunk/include/geos/geom/util/PolygonExtracter.h
   trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h
   trunk/include/geos/geom/util/SineStarFactory.h
   trunk/include/geos/geomPrep.h
   trunk/include/geos/geomUtil.h
   trunk/include/geos/geomgraph.h
   trunk/include/geos/geomgraph/Depth.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/EdgeList.h
   trunk/include/geos/geomgraph/EdgeNodingValidator.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/Label.h
   trunk/include/geos/geomgraph/Node.h
   trunk/include/geos/geomgraph/NodeFactory.h
   trunk/include/geos/geomgraph/NodeMap.h
   trunk/include/geos/geomgraph/PlanarGraph.h
   trunk/include/geos/geomgraph/Position.h
   trunk/include/geos/geomgraph/Quadrant.h
   trunk/include/geos/geomgraph/TopologyLocation.h
   trunk/include/geos/geomgraph/index/EdgeSetIntersector.h
   trunk/include/geos/geomgraph/index/MonotoneChain.h
   trunk/include/geos/geomgraph/index/MonotoneChainEdge.h
   trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h
   trunk/include/geos/geomgraph/index/SegmentIntersector.h
   trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
   trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
   trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h
   trunk/include/geos/geomgraph/index/SweepLineEvent.h
   trunk/include/geos/geomgraph/index/SweepLineEventObj.h
   trunk/include/geos/geomgraph/index/SweepLineSegment.h
   trunk/include/geos/geomgraphindex.h
   trunk/include/geos/geosAlgorithm.h
   trunk/include/geos/index/ItemVisitor.h
   trunk/include/geos/index/SpatialIndex.h
   trunk/include/geos/index/bintree/Bintree.h
   trunk/include/geos/index/bintree/Interval.h
   trunk/include/geos/index/bintree/Key.h
   trunk/include/geos/index/bintree/Node.h
   trunk/include/geos/index/bintree/NodeBase.h
   trunk/include/geos/index/bintree/Root.h
   trunk/include/geos/index/chain/MonotoneChain.h
   trunk/include/geos/index/chain/MonotoneChainBuilder.h
   trunk/include/geos/index/chain/MonotoneChainOverlapAction.h
   trunk/include/geos/index/chain/MonotoneChainSelectAction.h
   trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
   trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
   trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h
   trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
   trunk/include/geos/index/quadtree/DoubleBits.h
   trunk/include/geos/index/quadtree/IntervalSize.h
   trunk/include/geos/index/quadtree/Key.h
   trunk/include/geos/index/quadtree/Node.h
   trunk/include/geos/index/quadtree/NodeBase.h
   trunk/include/geos/index/quadtree/Quadtree.h
   trunk/include/geos/index/quadtree/Root.h
   trunk/include/geos/index/strtree/AbstractNode.h
   trunk/include/geos/index/strtree/AbstractSTRtree.h
   trunk/include/geos/index/strtree/Boundable.h
   trunk/include/geos/index/strtree/Interval.h
   trunk/include/geos/index/strtree/ItemBoundable.h
   trunk/include/geos/index/strtree/SIRtree.h
   trunk/include/geos/index/strtree/STRtree.h
   trunk/include/geos/index/sweepline/SweepLineEvent.h
   trunk/include/geos/index/sweepline/SweepLineIndex.h
   trunk/include/geos/index/sweepline/SweepLineInterval.h
   trunk/include/geos/index/sweepline/SweepLineOverlapAction.h
   trunk/include/geos/indexBintree.h
   trunk/include/geos/indexChain.h
   trunk/include/geos/indexIntervalRTree.h
   trunk/include/geos/indexQuadtree.h
   trunk/include/geos/indexStrtree.h
   trunk/include/geos/indexSweepline.h
   trunk/include/geos/inline.h
   trunk/include/geos/io.h
   trunk/include/geos/io/ByteOrderDataInStream.h
   trunk/include/geos/io/ByteOrderDataInStream.inl
   trunk/include/geos/io/ByteOrderValues.h
   trunk/include/geos/io/CLocalizer.h
   trunk/include/geos/io/ParseException.h
   trunk/include/geos/io/StringTokenizer.h
   trunk/include/geos/io/WKBConstants.h
   trunk/include/geos/io/WKBReader.h
   trunk/include/geos/io/WKBWriter.h
   trunk/include/geos/io/WKTReader.h
   trunk/include/geos/io/WKTReader.inl
   trunk/include/geos/io/WKTWriter.h
   trunk/include/geos/io/Writer.h
   trunk/include/geos/linearref/ExtractLineByLocation.h
   trunk/include/geos/linearref/LengthIndexOfPoint.h
   trunk/include/geos/linearref/LengthIndexedLine.h
   trunk/include/geos/linearref/LengthLocationMap.h
   trunk/include/geos/linearref/LinearGeometryBuilder.h
   trunk/include/geos/linearref/LinearIterator.h
   trunk/include/geos/linearref/LinearLocation.h
   trunk/include/geos/linearref/LocationIndexOfLine.h
   trunk/include/geos/linearref/LocationIndexOfPoint.h
   trunk/include/geos/linearref/LocationIndexedLine.h
   trunk/include/geos/noding.h
   trunk/include/geos/noding/BasicSegmentString.h
   trunk/include/geos/noding/FastNodingValidator.h
   trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h
   trunk/include/geos/noding/IntersectionAdder.h
   trunk/include/geos/noding/IntersectionFinderAdder.h
   trunk/include/geos/noding/IteratedNoder.h
   trunk/include/geos/noding/MCIndexNoder.h
   trunk/include/geos/noding/MCIndexNoder.inl
   trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
   trunk/include/geos/noding/NodableSegmentString.h
   trunk/include/geos/noding/NodedSegmentString.h
   trunk/include/geos/noding/Noder.h
   trunk/include/geos/noding/NodingValidator.h
   trunk/include/geos/noding/Octant.h
   trunk/include/geos/noding/OrientedCoordinateArray.h
   trunk/include/geos/noding/ScaledNoder.h
   trunk/include/geos/noding/SegmentIntersectionDetector.h
   trunk/include/geos/noding/SegmentIntersector.h
   trunk/include/geos/noding/SegmentNode.h
   trunk/include/geos/noding/SegmentNodeList.h
   trunk/include/geos/noding/SegmentPointComparator.h
   trunk/include/geos/noding/SegmentSetMutualIntersector.h
   trunk/include/geos/noding/SegmentString.h
   trunk/include/geos/noding/SegmentStringUtil.h
   trunk/include/geos/noding/SimpleNoder.h
   trunk/include/geos/noding/SingleInteriorIntersectionFinder.h
   trunk/include/geos/noding/SinglePassNoder.h
   trunk/include/geos/noding/snapround/HotPixel.h
   trunk/include/geos/noding/snapround/HotPixel.inl
   trunk/include/geos/noding/snapround/MCIndexPointSnapper.h
   trunk/include/geos/noding/snapround/MCIndexSnapRounder.h
   trunk/include/geos/noding/snapround/SimpleSnapRounder.h
   trunk/include/geos/nodingSnapround.h
   trunk/include/geos/opBuffer.h
   trunk/include/geos/opDistance.h
   trunk/include/geos/opLinemerge.h
   trunk/include/geos/opOverlay.h
   trunk/include/geos/opPolygonize.h
   trunk/include/geos/opPredicate.h
   trunk/include/geos/opRelate.h
   trunk/include/geos/opValid.h
   trunk/include/geos/operation.h
   trunk/include/geos/operation/GeometryGraphOperation.h
   trunk/include/geos/operation/IsSimpleOp.h
   trunk/include/geos/operation/buffer/BufferBuilder.h
   trunk/include/geos/operation/buffer/BufferOp.h
   trunk/include/geos/operation/buffer/BufferParameters.h
   trunk/include/geos/operation/buffer/BufferSubgraph.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/buffer/RightmostEdgeFinder.h
   trunk/include/geos/operation/buffer/SubgraphDepthLocater.h
   trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h
   trunk/include/geos/operation/distance/ConnectedElementPointFilter.h
   trunk/include/geos/operation/distance/DistanceOp.h
   trunk/include/geos/operation/distance/GeometryLocation.h
   trunk/include/geos/operation/linemerge/EdgeString.h
   trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h
   trunk/include/geos/operation/linemerge/LineMergeEdge.h
   trunk/include/geos/operation/linemerge/LineMergeGraph.h
   trunk/include/geos/operation/linemerge/LineMerger.h
   trunk/include/geos/operation/linemerge/LineSequencer.h
   trunk/include/geos/operation/overlay/EdgeSetNoder.h
   trunk/include/geos/operation/overlay/ElevationMatrix.h
   trunk/include/geos/operation/overlay/ElevationMatrixCell.h
   trunk/include/geos/operation/overlay/LineBuilder.h
   trunk/include/geos/operation/overlay/MaximalEdgeRing.h
   trunk/include/geos/operation/overlay/MinimalEdgeRing.h
   trunk/include/geos/operation/overlay/MinimalEdgeRing.inl
   trunk/include/geos/operation/overlay/OverlayNodeFactory.h
   trunk/include/geos/operation/overlay/OverlayOp.h
   trunk/include/geos/operation/overlay/PointBuilder.h
   trunk/include/geos/operation/overlay/PolygonBuilder.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/overlay/validate/FuzzyPointLocator.h
   trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h
   trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h
   trunk/include/geos/operation/polygonize/EdgeRing.h
   trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h
   trunk/include/geos/operation/polygonize/PolygonizeEdge.h
   trunk/include/geos/operation/polygonize/PolygonizeGraph.h
   trunk/include/geos/operation/polygonize/Polygonizer.h
   trunk/include/geos/operation/predicate/RectangleContains.h
   trunk/include/geos/operation/predicate/RectangleIntersects.h
   trunk/include/geos/operation/predicate/SegmentIntersectionTester.h
   trunk/include/geos/operation/relate/EdgeEndBuilder.h
   trunk/include/geos/operation/relate/EdgeEndBundle.h
   trunk/include/geos/operation/relate/EdgeEndBundleStar.h
   trunk/include/geos/operation/relate/RelateComputer.h
   trunk/include/geos/operation/relate/RelateNode.h
   trunk/include/geos/operation/relate/RelateNodeFactory.h
   trunk/include/geos/operation/relate/RelateNodeGraph.h
   trunk/include/geos/operation/relate/RelateOp.h
   trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
   trunk/include/geos/operation/union/CascadedPolygonUnion.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/ConnectedInteriorTester.h
   trunk/include/geos/operation/valid/ConsistentAreaTester.h
   trunk/include/geos/operation/valid/IsValidOp.h
   trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h
   trunk/include/geos/operation/valid/RepeatedPointTester.h
   trunk/include/geos/operation/valid/SimpleNestedRingTester.h
   trunk/include/geos/operation/valid/SweeplineNestedRingTester.h
   trunk/include/geos/operation/valid/TopologyValidationError.h
   trunk/include/geos/planargraph.h
   trunk/include/geos/planargraph/DirectedEdge.h
   trunk/include/geos/planargraph/DirectedEdgeStar.h
   trunk/include/geos/planargraph/Edge.h
   trunk/include/geos/planargraph/GraphComponent.h
   trunk/include/geos/planargraph/Node.h
   trunk/include/geos/planargraph/NodeMap.h
   trunk/include/geos/planargraph/PlanarGraph.h
   trunk/include/geos/planargraph/Subgraph.h
   trunk/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
   trunk/include/geos/platform.h.cmake
   trunk/include/geos/platform.h.vc
   trunk/include/geos/precision.h
   trunk/include/geos/precision/CommonBits.h
   trunk/include/geos/precision/CommonBitsOp.h
   trunk/include/geos/precision/CommonBitsRemover.h
   trunk/include/geos/precision/EnhancedPrecisionOp.h
   trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h
   trunk/include/geos/profiler.h
   trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h
   trunk/include/geos/simplify/DouglasPeuckerSimplifier.h
   trunk/include/geos/simplify/LineSegmentIndex.h
   trunk/include/geos/simplify/TaggedLineSegment.h
   trunk/include/geos/simplify/TaggedLineString.h
   trunk/include/geos/simplify/TaggedLineStringSimplifier.h
   trunk/include/geos/simplify/TaggedLinesSimplifier.h
   trunk/include/geos/simplify/TopologyPreservingSimplifier.h
   trunk/include/geos/spatialIndex.h
   trunk/include/geos/timeval.h
   trunk/include/geos/unload.h
   trunk/include/geos/util.h
   trunk/include/geos/util/Assert.h
   trunk/include/geos/util/AssertionFailedException.h
   trunk/include/geos/util/CoordinateArrayFilter.h
   trunk/include/geos/util/GEOSException.h
   trunk/include/geos/util/GeometricShapeFactory.h
   trunk/include/geos/util/IllegalArgumentException.h
   trunk/include/geos/util/IllegalStateException.h
   trunk/include/geos/util/Machine.h
   trunk/include/geos/util/TopologyException.h
   trunk/include/geos/util/UniqueCoordinateArrayFilter.h
   trunk/include/geos/util/UnsupportedOperationException.h
   trunk/include/geos/util/math.h
   trunk/include/geos/version.h.in
   trunk/include/geos/version.h.vc
   trunk/src/algorithm/Angle.cpp
   trunk/src/algorithm/BoundaryNodeRule.cpp
   trunk/src/algorithm/CGAlgorithms.cpp
   trunk/src/algorithm/CentroidArea.cpp
   trunk/src/algorithm/CentroidLine.cpp
   trunk/src/algorithm/CentroidPoint.cpp
   trunk/src/algorithm/ConvexHull.cpp
   trunk/src/algorithm/HCoordinate.cpp
   trunk/src/algorithm/InteriorPointArea.cpp
   trunk/src/algorithm/InteriorPointLine.cpp
   trunk/src/algorithm/InteriorPointPoint.cpp
   trunk/src/algorithm/LineIntersector.cpp
   trunk/src/algorithm/MCPointInRing.cpp
   trunk/src/algorithm/Makefile.am
   trunk/src/algorithm/MinimumDiameter.cpp
   trunk/src/algorithm/NotRepresentableException.cpp
   trunk/src/algorithm/PointLocator.cpp
   trunk/src/algorithm/RayCrossingCounter.cpp
   trunk/src/algorithm/RobustDeterminant.cpp
   trunk/src/algorithm/SIRtreePointInRing.cpp
   trunk/src/algorithm/SimplePointInRing.cpp
   trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp
   trunk/src/algorithm/distance/DistanceToPoint.cpp
   trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp
   trunk/src/algorithm/locate/PointOnGeometryLocator.cpp
   trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp
   trunk/src/geom/Coordinate.cpp
   trunk/src/geom/CoordinateArraySequence.cpp
   trunk/src/geom/CoordinateArraySequenceFactory.cpp
   trunk/src/geom/CoordinateSequence.cpp
   trunk/src/geom/CoordinateSequenceFactory.cpp
   trunk/src/geom/Dimension.cpp
   trunk/src/geom/Envelope.cpp
   trunk/src/geom/Geometry.cpp
   trunk/src/geom/GeometryCollection.cpp
   trunk/src/geom/GeometryComponentFilter.cpp
   trunk/src/geom/GeometryFactory.cpp
   trunk/src/geom/GeometryList.cpp
   trunk/src/geom/IntersectionMatrix.cpp
   trunk/src/geom/LineSegment.cpp
   trunk/src/geom/LineString.cpp
   trunk/src/geom/LinearRing.cpp
   trunk/src/geom/Location.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/Triangle.cpp
   trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp
   trunk/src/geom/prep/BasicPreparedGeometry.cpp
   trunk/src/geom/prep/PreparedGeometry.cpp
   trunk/src/geom/prep/PreparedGeometryFactory.cpp
   trunk/src/geom/prep/PreparedLineString.cpp
   trunk/src/geom/prep/PreparedLineStringIntersects.cpp
   trunk/src/geom/prep/PreparedPoint.cpp
   trunk/src/geom/prep/PreparedPolygon.cpp
   trunk/src/geom/prep/PreparedPolygonContains.cpp
   trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp
   trunk/src/geom/prep/PreparedPolygonCovers.cpp
   trunk/src/geom/prep/PreparedPolygonIntersects.cpp
   trunk/src/geom/prep/PreparedPolygonPredicate.cpp
   trunk/src/geom/util/ComponentCoordinateExtracter.cpp
   trunk/src/geom/util/CoordinateOperation.cpp
   trunk/src/geom/util/GeometryCombiner.cpp
   trunk/src/geom/util/GeometryEditor.cpp
   trunk/src/geom/util/GeometryTransformer.cpp
   trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp
   trunk/src/geom/util/SineStarFactory.cpp
   trunk/src/geomgraph/Depth.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/EdgeList.cpp
   trunk/src/geomgraph/EdgeNodingValidator.cpp
   trunk/src/geomgraph/EdgeRing.cpp
   trunk/src/geomgraph/GeometryGraph.cpp
   trunk/src/geomgraph/GraphComponent.cpp
   trunk/src/geomgraph/Label.cpp
   trunk/src/geomgraph/Node.cpp
   trunk/src/geomgraph/NodeFactory.cpp
   trunk/src/geomgraph/NodeMap.cpp
   trunk/src/geomgraph/PlanarGraph.cpp
   trunk/src/geomgraph/Position.cpp
   trunk/src/geomgraph/Quadrant.cpp
   trunk/src/geomgraph/TopologyLocation.cpp
   trunk/src/geomgraph/index/MonotoneChainEdge.cpp
   trunk/src/geomgraph/index/MonotoneChainIndexer.cpp
   trunk/src/geomgraph/index/SegmentIntersector.cpp
   trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp
   trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp
   trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp
   trunk/src/geomgraph/index/SweepLineEvent.cpp
   trunk/src/geomgraph/index/SweepLineSegment.cpp
   trunk/src/index/bintree/Bintree.cpp
   trunk/src/index/bintree/Interval.cpp
   trunk/src/index/bintree/Key.cpp
   trunk/src/index/bintree/Node.cpp
   trunk/src/index/bintree/NodeBase.cpp
   trunk/src/index/bintree/Root.cpp
   trunk/src/index/chain/MonotoneChain.cpp
   trunk/src/index/chain/MonotoneChainBuilder.cpp
   trunk/src/index/chain/MonotoneChainOverlapAction.cpp
   trunk/src/index/chain/MonotoneChainSelectAction.cpp
   trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp
   trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp
   trunk/src/index/intervalrtree/IntervalRTreeNode.cpp
   trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp
   trunk/src/index/quadtree/DoubleBits.cpp
   trunk/src/index/quadtree/IntervalSize.cpp
   trunk/src/index/quadtree/Key.cpp
   trunk/src/index/quadtree/Node.cpp
   trunk/src/index/quadtree/NodeBase.cpp
   trunk/src/index/quadtree/Quadtree.cpp
   trunk/src/index/quadtree/Root.cpp
   trunk/src/index/strtree/AbstractNode.cpp
   trunk/src/index/strtree/AbstractSTRtree.cpp
   trunk/src/index/strtree/Interval.cpp
   trunk/src/index/strtree/ItemBoundable.cpp
   trunk/src/index/strtree/SIRtree.cpp
   trunk/src/index/strtree/STRtree.cpp
   trunk/src/index/sweepline/SweepLineEvent.cpp
   trunk/src/index/sweepline/SweepLineIndex.cpp
   trunk/src/index/sweepline/SweepLineInterval.cpp
   trunk/src/inlines.cpp
   trunk/src/io/ByteOrderDataInStream.cpp
   trunk/src/io/ByteOrderValues.cpp
   trunk/src/io/CLocalizer.cpp
   trunk/src/io/ParseException.cpp
   trunk/src/io/StringTokenizer.cpp
   trunk/src/io/Unload.cpp
   trunk/src/io/WKBReader.cpp
   trunk/src/io/WKBWriter.cpp
   trunk/src/io/WKTReader.cpp
   trunk/src/io/WKTWriter.cpp
   trunk/src/io/Writer.cpp
   trunk/src/linearref/ExtractLineByLocation.cpp
   trunk/src/linearref/LengthIndexOfPoint.cpp
   trunk/src/linearref/LengthIndexedLine.cpp
   trunk/src/linearref/LengthLocationMap.cpp
   trunk/src/linearref/LinearGeometryBuilder.cpp
   trunk/src/linearref/LinearIterator.cpp
   trunk/src/linearref/LinearLocation.cpp
   trunk/src/linearref/LocationIndexOfLine.cpp
   trunk/src/linearref/LocationIndexOfPoint.cpp
   trunk/src/linearref/Makefile.am
   trunk/src/noding/BasicSegmentString.cpp
   trunk/src/noding/FastNodingValidator.cpp
   trunk/src/noding/FastSegmentSetIntersectionFinder.cpp
   trunk/src/noding/IntersectionAdder.cpp
   trunk/src/noding/IntersectionFinderAdder.cpp
   trunk/src/noding/IteratedNoder.cpp
   trunk/src/noding/MCIndexNoder.cpp
   trunk/src/noding/MCIndexSegmentSetMutualIntersector.cpp
   trunk/src/noding/NodedSegmentString.cpp
   trunk/src/noding/NodingValidator.cpp
   trunk/src/noding/Octant.cpp
   trunk/src/noding/OrientedCoordinateArray.cpp
   trunk/src/noding/ScaledNoder.cpp
   trunk/src/noding/SegmentIntersectionDetector.cpp
   trunk/src/noding/SegmentNode.cpp
   trunk/src/noding/SegmentNodeList.cpp
   trunk/src/noding/SegmentString.cpp
   trunk/src/noding/SegmentStringUtil.cpp
   trunk/src/noding/SimpleNoder.cpp
   trunk/src/noding/SingleInteriorIntersectionFinder.cpp
   trunk/src/noding/snapround/HotPixel.cpp
   trunk/src/noding/snapround/MCIndexPointSnapper.cpp
   trunk/src/noding/snapround/MCIndexSnapRounder.cpp
   trunk/src/noding/snapround/SimpleSnapRounder.cpp
   trunk/src/operation/GeometryGraphOperation.cpp
   trunk/src/operation/IsSimpleOp.cpp
   trunk/src/operation/buffer/BufferBuilder.cpp
   trunk/src/operation/buffer/BufferInputLineSimplifier.cpp
   trunk/src/operation/buffer/BufferInputLineSimplifier.h
   trunk/src/operation/buffer/BufferOp.cpp
   trunk/src/operation/buffer/BufferParameters.cpp
   trunk/src/operation/buffer/BufferSubgraph.cpp
   trunk/src/operation/buffer/OffsetCurveBuilder.cpp
   trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp
   trunk/src/operation/buffer/OffsetSegmentGenerator.cpp
   trunk/src/operation/buffer/RightmostEdgeFinder.cpp
   trunk/src/operation/buffer/SubgraphDepthLocater.cpp
   trunk/src/operation/distance/ConnectedElementLocationFilter.cpp
   trunk/src/operation/distance/ConnectedElementPointFilter.cpp
   trunk/src/operation/distance/DistanceOp.cpp
   trunk/src/operation/distance/GeometryLocation.cpp
   trunk/src/operation/linemerge/EdgeString.cpp
   trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp
   trunk/src/operation/linemerge/LineMergeEdge.cpp
   trunk/src/operation/linemerge/LineMergeGraph.cpp
   trunk/src/operation/linemerge/LineMerger.cpp
   trunk/src/operation/linemerge/LineSequencer.cpp
   trunk/src/operation/overlay/EdgeSetNoder.cpp
   trunk/src/operation/overlay/ElevationMatrix.cpp
   trunk/src/operation/overlay/ElevationMatrixCell.cpp
   trunk/src/operation/overlay/LineBuilder.cpp
   trunk/src/operation/overlay/MaximalEdgeRing.cpp
   trunk/src/operation/overlay/MinimalEdgeRing.cpp
   trunk/src/operation/overlay/OverlayNodeFactory.cpp
   trunk/src/operation/overlay/OverlayOp.cpp
   trunk/src/operation/overlay/PointBuilder.cpp
   trunk/src/operation/overlay/PolygonBuilder.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/overlay/validate/FuzzyPointLocator.cpp
   trunk/src/operation/overlay/validate/OffsetPointGenerator.cpp
   trunk/src/operation/overlay/validate/OverlayResultValidator.cpp
   trunk/src/operation/polygonize/EdgeRing.cpp
   trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp
   trunk/src/operation/polygonize/PolygonizeEdge.cpp
   trunk/src/operation/polygonize/PolygonizeGraph.cpp
   trunk/src/operation/polygonize/Polygonizer.cpp
   trunk/src/operation/predicate/RectangleContains.cpp
   trunk/src/operation/predicate/RectangleIntersects.cpp
   trunk/src/operation/predicate/SegmentIntersectionTester.cpp
   trunk/src/operation/relate/EdgeEndBuilder.cpp
   trunk/src/operation/relate/EdgeEndBundle.cpp
   trunk/src/operation/relate/EdgeEndBundleStar.cpp
   trunk/src/operation/relate/RelateComputer.cpp
   trunk/src/operation/relate/RelateNode.cpp
   trunk/src/operation/relate/RelateNodeFactory.cpp
   trunk/src/operation/relate/RelateNodeGraph.cpp
   trunk/src/operation/relate/RelateOp.cpp
   trunk/src/operation/sharedpaths/SharedPathsOp.cpp
   trunk/src/operation/union/CascadedPolygonUnion.cpp
   trunk/src/operation/union/PointGeometryUnion.cpp
   trunk/src/operation/union/UnaryUnionOp.cpp
   trunk/src/operation/valid/ConnectedInteriorTester.cpp
   trunk/src/operation/valid/ConsistentAreaTester.cpp
   trunk/src/operation/valid/IndexedNestedRingTester.cpp
   trunk/src/operation/valid/IndexedNestedRingTester.h
   trunk/src/operation/valid/IsValidOp.cpp
   trunk/src/operation/valid/QuadtreeNestedRingTester.cpp
   trunk/src/operation/valid/RepeatedPointTester.cpp
   trunk/src/operation/valid/SimpleNestedRingTester.cpp
   trunk/src/operation/valid/SweeplineNestedRingTester.cpp
   trunk/src/operation/valid/TopologyValidationError.cpp
   trunk/src/planargraph/DirectedEdge.cpp
   trunk/src/planargraph/DirectedEdgeStar.cpp
   trunk/src/planargraph/Edge.cpp
   trunk/src/planargraph/Node.cpp
   trunk/src/planargraph/NodeMap.cpp
   trunk/src/planargraph/PlanarGraph.cpp
   trunk/src/planargraph/Subgraph.cpp
   trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp
   trunk/src/precision/CommonBits.cpp
   trunk/src/precision/CommonBitsOp.cpp
   trunk/src/precision/CommonBitsRemover.cpp
   trunk/src/precision/EnhancedPrecisionOp.cpp
   trunk/src/precision/SimpleGeometryPrecisionReducer.cpp
   trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp
   trunk/src/simplify/DouglasPeuckerSimplifier.cpp
   trunk/src/simplify/LineSegmentIndex.cpp
   trunk/src/simplify/TaggedLineSegment.cpp
   trunk/src/simplify/TaggedLineString.cpp
   trunk/src/simplify/TaggedLineStringSimplifier.cpp
   trunk/src/simplify/TaggedLinesSimplifier.cpp
   trunk/src/simplify/TopologyPreservingSimplifier.cpp
   trunk/src/util/Assert.cpp
   trunk/src/util/GeometricShapeFactory.cpp
   trunk/src/util/Profiler.cpp
   trunk/src/util/math.cpp
   trunk/tests/bigtest/GeometryTestFactory.cpp
   trunk/tests/bigtest/TestSweepLineSpeed.cpp
   trunk/tests/bigtest/bigtest.h
   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/unit/geom/GeometryFactoryTest.cpp
   trunk/tests/unit/geom/PolygonTest.cpp
   trunk/tests/unit/geos_unit.cpp
   trunk/tests/xmltester/BufferResultMatcher.cpp
   trunk/tests/xmltester/BufferResultMatcher.h
   trunk/tests/xmltester/CTS.cpp
   trunk/tests/xmltester/SimpleWKTTester.cpp
   trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp
   trunk/tests/xmltester/SingleSidedBufferResultMatcher.h
   trunk/tests/xmltester/Stackwalker.h
   trunk/tests/xmltester/XMLTester.cpp
   trunk/tests/xmltester/XMLTester.h
   trunk/tests/xmltester/safe_to_xml.sh
   trunk/tests/xmltester/tests/robustness.xml
Log:
Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out of incubation.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/ChangeLog	2012-01-16 18:00:20 UTC (rev 3565)
@@ -11066,7 +11066,7 @@
 	* [r1801] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in,
 	  capi/geos_c.h.vc: Added equalsExact and normalize to the c api as
 	  discussed on the mailing list
-	  (http://geos.refractions.net/pipermail/geos-devel/2006-July/002452.html).
+	  (http://geos.osgeo.org/pipermail/geos-devel/2006-July/002452.html).
 
 2006-08-03 21:34  Charlie Savage <cfis at savagexi.com>
 
@@ -11168,7 +11168,7 @@
 2006-07-21 19:37  Charlie Savage <cfis at savagexi.com>
 
 	* [r1773] NEWS: Added note about inclusion of version.in.vc. See
-	  http://geos.refractions.net/pipermail/geos-devel/2006-July/002463.html
+	  http://geos.osgeo.org/pipermail/geos-devel/2006-July/002463.html
 	  for more info.
 
 2006-07-21 17:59  Sandro Santilli <strk at keybit.net>

Modified: trunk/capi/geos_c.cpp
===================================================================
--- trunk/capi/geos_c.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/capi/geos_c.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -11,7 +11,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at refractions.net>
+ * Author: Sandro Santilli <strk at keybit.net>
  *
  ***********************************************************************/
 

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/capi/geos_c.h.in	2012-01-16 18:00:20 UTC (rev 3565)
@@ -11,7 +11,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at refractions.net>
+ * Author: Sandro Santilli <strk at keybit.net>
  *
  ***********************************************************************
  *

Modified: trunk/capi/geos_ts_c.cpp
===================================================================
--- trunk/capi/geos_ts_c.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/capi/geos_ts_c.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -11,7 +11,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at refractions.net>
+ * Author: Sandro Santilli <strk at keybit.net>
  * Thread Safety modifications: Chuck Thibert <charles.thibert at ingres.com>
  *
  ***********************************************************************/

Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/debian/copyright	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 This package was debianized by Alex Bodnaru <alexbodn at 012.net.il> on
 Mon,  8 Nov 2004 06:47:01 +0200.
 
-It was downloaded from http://geos.refractions.net
+It was downloaded from http://geos.osgeo.org
 
 Upstream Authors: See /usr/share/libgeos/AUTHORS
 

Modified: trunk/debian/geos-config.1
===================================================================
--- trunk/debian/geos-config.1	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/debian/geos-config.1	2012-01-16 18:00:20 UTC (rev 3565)
@@ -55,7 +55,7 @@
 and the pages at the same location, viewable with a web browser.
 .
 For further information, see the \fIGEOS\fP home page, at 
-http://geos.refractions.net/.
+http://geos.osgeo.org/.
 .SH AUTHOR
 See /usr/share/doc/libgeos/AUTHORS
 .PP

Modified: trunk/doc/example.cpp
===================================================================
--- trunk/doc/example.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/doc/example.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/examples/CPCLException.cpp
===================================================================
--- trunk/examples/CPCLException.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/examples/CPCLException.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/examples/CoordinateSequencesExample.cpp
===================================================================
--- trunk/examples/CoordinateSequencesExample.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/examples/CoordinateSequencesExample.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -4,7 +4,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/examples/CustomCoordinateSequenceExample.cpp
===================================================================
--- trunk/examples/CustomCoordinateSequenceExample.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/examples/CustomCoordinateSequenceExample.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/examples/CustomCoordinateSequenceExample.h
===================================================================
--- trunk/examples/CustomCoordinateSequenceExample.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/examples/CustomCoordinateSequenceExample.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/examples/CustomPointCoordinateSequence.cpp
===================================================================
--- trunk/examples/CustomPointCoordinateSequence.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/examples/CustomPointCoordinateSequence.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/acconfig.h
===================================================================
--- trunk/include/acconfig.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/acconfig.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/algorithm/Angle.h
===================================================================
--- trunk/include/geos/algorithm/Angle.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/Angle.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/algorithm/BoundaryNodeRule.h
===================================================================
--- trunk/include/geos/algorithm/BoundaryNodeRule.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/BoundaryNodeRule.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/algorithm/CGAlgorithms.h
===================================================================
--- trunk/include/geos/algorithm/CGAlgorithms.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/CGAlgorithms.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/algorithm/CentralEndpointIntersector.h
===================================================================
--- trunk/include/geos/algorithm/CentralEndpointIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/CentralEndpointIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *
@@ -25,9 +25,9 @@
 #include <string>
 #include <limits>
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 // Forward declarations
@@ -150,8 +150,8 @@
 } // namespace geos::algorithm
 } // namespace geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif // GEOS_ALGORITHM_CENTRALENDPOINTINTERSECTOR_H

Modified: trunk/include/geos/algorithm/CentroidArea.h
===================================================================
--- trunk/include/geos/algorithm/CentroidArea.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/CentroidArea.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/CentroidLine.h
===================================================================
--- trunk/include/geos/algorithm/CentroidLine.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/CentroidLine.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/CentroidPoint.h
===================================================================
--- trunk/include/geos/algorithm/CentroidPoint.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/CentroidPoint.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/ConvexHull.h
===================================================================
--- trunk/include/geos/algorithm/ConvexHull.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/ConvexHull.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/algorithm/ConvexHull.inl
===================================================================
--- trunk/include/geos/algorithm/ConvexHull.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/ConvexHull.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/algorithm/HCoordinate.h
===================================================================
--- trunk/include/geos/algorithm/HCoordinate.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/HCoordinate.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/algorithm/InteriorPointArea.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointArea.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/InteriorPointArea.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/InteriorPointLine.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointLine.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/InteriorPointLine.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/InteriorPointPoint.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointPoint.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/InteriorPointPoint.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/LineIntersector.h
===================================================================
--- trunk/include/geos/algorithm/LineIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/LineIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/MCPointInRing.h
===================================================================
--- trunk/include/geos/algorithm/MCPointInRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/MCPointInRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/MinimumDiameter.h
===================================================================
--- trunk/include/geos/algorithm/MinimumDiameter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/MinimumDiameter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/NotRepresentableException.h
===================================================================
--- trunk/include/geos/algorithm/NotRepresentableException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/NotRepresentableException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/PointInRing.h
===================================================================
--- trunk/include/geos/algorithm/PointInRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/PointInRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/PointLocator.h
===================================================================
--- trunk/include/geos/algorithm/PointLocator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/PointLocator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2011 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/RayCrossingCounter.h
===================================================================
--- trunk/include/geos/algorithm/RayCrossingCounter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/RayCrossingCounter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/algorithm/RobustDeterminant.h
===================================================================
--- trunk/include/geos/algorithm/RobustDeterminant.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/RobustDeterminant.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/SIRtreePointInRing.h
===================================================================
--- trunk/include/geos/algorithm/SIRtreePointInRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/SIRtreePointInRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/algorithm/SimplePointInRing.h
===================================================================
--- trunk/include/geos/algorithm/SimplePointInRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/SimplePointInRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *
@@ -31,9 +31,9 @@
 #include <cstddef>
 #include <vector>
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 namespace geos {
@@ -250,8 +250,8 @@
 } // geos::algorithm
 } // geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif // GEOS_ALGORITHM_DISTANCE_DISCRETEHAUSDORFFDISTANCE_H

Modified: trunk/include/geos/algorithm/distance/DistanceToPoint.h
===================================================================
--- trunk/include/geos/algorithm/distance/DistanceToPoint.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/distance/DistanceToPoint.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/algorithm/distance/PointPairDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/PointPairDistance.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/distance/PointPairDistance.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/export.h
===================================================================
--- trunk/include/geos/export.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/export.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009   Ragi Y. Burhum <ragi at burhum.com>
  *

Modified: trunk/include/geos/geom/BinaryOp.h
===================================================================
--- trunk/include/geos/geom/BinaryOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/BinaryOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Coordinate.h
===================================================================
--- trunk/include/geos/geom/Coordinate.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Coordinate.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Coordinate.inl
===================================================================
--- trunk/include/geos/geom/Coordinate.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Coordinate.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/CoordinateArraySequence.h
===================================================================
--- trunk/include/geos/geom/CoordinateArraySequence.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateArraySequence.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/CoordinateArraySequenceFactory.h
===================================================================
--- trunk/include/geos/geom/CoordinateArraySequenceFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateArraySequenceFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/CoordinateArraySequenceFactory.inl
===================================================================
--- trunk/include/geos/geom/CoordinateArraySequenceFactory.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateArraySequenceFactory.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/CoordinateFilter.h
===================================================================
--- trunk/include/geos/geom/CoordinateFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/CoordinateList.h
===================================================================
--- trunk/include/geos/geom/CoordinateList.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateList.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/CoordinateSequence.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequence.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateSequence.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/CoordinateSequenceFactory.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequenceFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateSequenceFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/CoordinateSequenceFilter.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequenceFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/CoordinateSequenceFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/geom/Dimension.h
===================================================================
--- trunk/include/geos/geom/Dimension.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Dimension.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Envelope.h
===================================================================
--- trunk/include/geos/geom/Envelope.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Envelope.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Envelope.inl
===================================================================
--- trunk/include/geos/geom/Envelope.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Envelope.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Geometry.h
===================================================================
--- trunk/include/geos/geom/Geometry.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Geometry.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/GeometryCollection.h
===================================================================
--- trunk/include/geos/geom/GeometryCollection.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/GeometryCollection.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/GeometryCollection.inl
===================================================================
--- trunk/include/geos/geom/GeometryCollection.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/GeometryCollection.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/GeometryComponentFilter.h
===================================================================
--- trunk/include/geos/geom/GeometryComponentFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/GeometryComponentFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/GeometryFactory.h
===================================================================
--- trunk/include/geos/geom/GeometryFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/GeometryFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/GeometryFactory.inl
===================================================================
--- trunk/include/geos/geom/GeometryFactory.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/GeometryFactory.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/GeometryFilter.h
===================================================================
--- trunk/include/geos/geom/GeometryFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/GeometryFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/GeometryList.h
===================================================================
--- trunk/include/geos/geom/GeometryList.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/GeometryList.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/IntersectionMatrix.h
===================================================================
--- trunk/include/geos/geom/IntersectionMatrix.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/IntersectionMatrix.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/LineSegment.h
===================================================================
--- trunk/include/geos/geom/LineSegment.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/LineSegment.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/LineSegment.inl
===================================================================
--- trunk/include/geos/geom/LineSegment.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/LineSegment.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/LineString.h
===================================================================
--- trunk/include/geos/geom/LineString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/LineString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geom/Lineal.h
===================================================================
--- trunk/include/geos/geom/Lineal.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Lineal.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/geom/LinearRing.h
===================================================================
--- trunk/include/geos/geom/LinearRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/LinearRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/Location.h
===================================================================
--- trunk/include/geos/geom/Location.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Location.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/MultiLineString.h
===================================================================
--- trunk/include/geos/geom/MultiLineString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/MultiLineString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geom/MultiLineString.inl
===================================================================
--- trunk/include/geos/geom/MultiLineString.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/MultiLineString.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/MultiPoint.h
===================================================================
--- trunk/include/geos/geom/MultiPoint.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/MultiPoint.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geom/MultiPolygon.h
===================================================================
--- trunk/include/geos/geom/MultiPolygon.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/MultiPolygon.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geom/MultiPolygon.inl
===================================================================
--- trunk/include/geos/geom/MultiPolygon.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/MultiPolygon.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/Point.h
===================================================================
--- trunk/include/geos/geom/Point.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Point.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geom/Polygon.h
===================================================================
--- trunk/include/geos/geom/Polygon.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Polygon.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/Polygonal.h
===================================================================
--- trunk/include/geos/geom/Polygonal.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Polygonal.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/geom/PrecisionModel.h
===================================================================
--- trunk/include/geos/geom/PrecisionModel.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/PrecisionModel.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/PrecisionModel.inl
===================================================================
--- trunk/include/geos/geom/PrecisionModel.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/PrecisionModel.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/Puntal.h
===================================================================
--- trunk/include/geos/geom/Puntal.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Puntal.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/geom/Triangle.h
===================================================================
--- trunk/include/geos/geom/Triangle.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/Triangle.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h
===================================================================
--- trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/AbstractPreparedPolygonContains.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/BasicPreparedGeometry.h
===================================================================
--- trunk/include/geos/geom/prep/BasicPreparedGeometry.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/BasicPreparedGeometry.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedGeometry.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedGeometry.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedGeometry.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedGeometryFactory.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedGeometryFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedGeometryFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedLineString.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedLineString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedLineString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedLineStringIntersects.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedLineStringIntersects.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedLineStringIntersects.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedPoint.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPoint.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedPoint.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedPolygon.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygon.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedPolygon.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedPolygonContains.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonContains.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedPolygonContains.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedPolygonCovers.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonCovers.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedPolygonCovers.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedPolygonIntersects.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonIntersects.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedPolygonIntersects.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/prep/PreparedPolygonPredicate.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonPredicate.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/prep/PreparedPolygonPredicate.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/util/ComponentCoordinateExtracter.h
===================================================================
--- trunk/include/geos/geom/util/ComponentCoordinateExtracter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/ComponentCoordinateExtracter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/CoordinateOperation.h
===================================================================
--- trunk/include/geos/geom/util/CoordinateOperation.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/CoordinateOperation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/GeometryCombiner.h
===================================================================
--- trunk/include/geos/geom/util/GeometryCombiner.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/GeometryCombiner.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006-2011 Refractions Research Inc.
  *

Modified: trunk/include/geos/geom/util/GeometryEditor.h
===================================================================
--- trunk/include/geos/geom/util/GeometryEditor.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/GeometryEditor.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/GeometryEditorOperation.h
===================================================================
--- trunk/include/geos/geom/util/GeometryEditorOperation.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/GeometryEditorOperation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/GeometryExtracter.h
===================================================================
--- trunk/include/geos/geom/util/GeometryExtracter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/GeometryExtracter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geom/util/GeometryTransformer.h
===================================================================
--- trunk/include/geos/geom/util/GeometryTransformer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/GeometryTransformer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/LinearComponentExtracter.h
===================================================================
--- trunk/include/geos/geom/util/LinearComponentExtracter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/LinearComponentExtracter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/PointExtracter.h
===================================================================
--- trunk/include/geos/geom/util/PointExtracter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/PointExtracter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/PolygonExtracter.h
===================================================================
--- trunk/include/geos/geom/util/PolygonExtracter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/PolygonExtracter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h
===================================================================
--- trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geom/util/SineStarFactory.h
===================================================================
--- trunk/include/geos/geom/util/SineStarFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom/util/SineStarFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
  *

Modified: trunk/include/geos/geom.h
===================================================================
--- trunk/include/geos/geom.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geom.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomPrep.h
===================================================================
--- trunk/include/geos/geomPrep.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomPrep.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geomUtil.h
===================================================================
--- trunk/include/geos/geomUtil.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomUtil.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/Depth.h
===================================================================
--- trunk/include/geos/geomgraph/Depth.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/Depth.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/DirectedEdge.h
===================================================================
--- trunk/include/geos/geomgraph/DirectedEdge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/DirectedEdge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/DirectedEdge.inl
===================================================================
--- trunk/include/geos/geomgraph/DirectedEdge.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/DirectedEdge.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/DirectedEdgeStar.h
===================================================================
--- trunk/include/geos/geomgraph/DirectedEdgeStar.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/DirectedEdgeStar.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/Edge.h
===================================================================
--- trunk/include/geos/geomgraph/Edge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/Edge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/EdgeEnd.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeEnd.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/EdgeEnd.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/EdgeEndStar.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeEndStar.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/EdgeEndStar.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/EdgeIntersection.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeIntersection.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/EdgeIntersection.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/EdgeIntersectionList.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeIntersectionList.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/EdgeIntersectionList.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/EdgeList.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeList.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/EdgeList.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/EdgeNodingValidator.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeNodingValidator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/EdgeNodingValidator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/EdgeRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/GeometryGraph.h
===================================================================
--- trunk/include/geos/geomgraph/GeometryGraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/GeometryGraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/GeometryGraph.inl
===================================================================
--- trunk/include/geos/geomgraph/GeometryGraph.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/GeometryGraph.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/GraphComponent.h
===================================================================
--- trunk/include/geos/geomgraph/GraphComponent.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/GraphComponent.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/Label.h
===================================================================
--- trunk/include/geos/geomgraph/Label.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/Label.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/Node.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/geomgraph/NodeFactory.h
===================================================================
--- trunk/include/geos/geomgraph/NodeFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/NodeFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/NodeMap.h
===================================================================
--- trunk/include/geos/geomgraph/NodeMap.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/NodeMap.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/PlanarGraph.h
===================================================================
--- trunk/include/geos/geomgraph/PlanarGraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/PlanarGraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/Position.h
===================================================================
--- trunk/include/geos/geomgraph/Position.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/Position.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/Quadrant.h
===================================================================
--- trunk/include/geos/geomgraph/Quadrant.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/Quadrant.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/TopologyLocation.h
===================================================================
--- trunk/include/geos/geomgraph/TopologyLocation.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/TopologyLocation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/EdgeSetIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/EdgeSetIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/EdgeSetIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/MonotoneChain.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChain.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/MonotoneChain.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/MonotoneChainEdge.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChainEdge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/MonotoneChainEdge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/SegmentIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SegmentIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/SegmentIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/SweepLineEvent.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineEvent.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/SweepLineEvent.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/SweepLineEventObj.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineEventObj.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/SweepLineEventObj.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph/index/SweepLineSegment.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineSegment.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph/index/SweepLineSegment.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraph.h
===================================================================
--- trunk/include/geos/geomgraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/geomgraphindex.h
===================================================================
--- trunk/include/geos/geomgraphindex.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geomgraphindex.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/include/geos/geosAlgorithm.h
===================================================================
--- trunk/include/geos/geosAlgorithm.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/geosAlgorithm.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/index/ItemVisitor.h
===================================================================
--- trunk/include/geos/index/ItemVisitor.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/ItemVisitor.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/index/SpatialIndex.h
===================================================================
--- trunk/include/geos/index/SpatialIndex.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/SpatialIndex.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/bintree/Bintree.h
===================================================================
--- trunk/include/geos/index/bintree/Bintree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/bintree/Bintree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/bintree/Interval.h
===================================================================
--- trunk/include/geos/index/bintree/Interval.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/bintree/Interval.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/bintree/Key.h
===================================================================
--- trunk/include/geos/index/bintree/Key.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/bintree/Key.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/bintree/Node.h
===================================================================
--- trunk/include/geos/index/bintree/Node.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/bintree/Node.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/bintree/NodeBase.h
===================================================================
--- trunk/include/geos/index/bintree/NodeBase.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/bintree/NodeBase.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/bintree/Root.h
===================================================================
--- trunk/include/geos/index/bintree/Root.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/bintree/Root.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/chain/MonotoneChain.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChain.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/chain/MonotoneChain.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/index/chain/MonotoneChainBuilder.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/chain/MonotoneChainBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/index/chain/MonotoneChainOverlapAction.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainOverlapAction.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/chain/MonotoneChainOverlapAction.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/index/chain/MonotoneChainSelectAction.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainSelectAction.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/chain/MonotoneChainSelectAction.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
===================================================================
--- trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/quadtree/DoubleBits.h
===================================================================
--- trunk/include/geos/index/quadtree/DoubleBits.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/quadtree/DoubleBits.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/quadtree/IntervalSize.h
===================================================================
--- trunk/include/geos/index/quadtree/IntervalSize.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/quadtree/IntervalSize.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/quadtree/Key.h
===================================================================
--- trunk/include/geos/index/quadtree/Key.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/quadtree/Key.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/index/quadtree/Node.h
===================================================================
--- trunk/include/geos/index/quadtree/Node.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/quadtree/Node.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/quadtree/NodeBase.h
===================================================================
--- trunk/include/geos/index/quadtree/NodeBase.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/quadtree/NodeBase.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/quadtree/Quadtree.h
===================================================================
--- trunk/include/geos/index/quadtree/Quadtree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/quadtree/Quadtree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/quadtree/Root.h
===================================================================
--- trunk/include/geos/index/quadtree/Root.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/quadtree/Root.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/strtree/AbstractNode.h
===================================================================
--- trunk/include/geos/index/strtree/AbstractNode.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/strtree/AbstractNode.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/strtree/AbstractSTRtree.h
===================================================================
--- trunk/include/geos/index/strtree/AbstractSTRtree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/strtree/AbstractSTRtree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/strtree/Boundable.h
===================================================================
--- trunk/include/geos/index/strtree/Boundable.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/strtree/Boundable.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/strtree/Interval.h
===================================================================
--- trunk/include/geos/index/strtree/Interval.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/strtree/Interval.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/strtree/ItemBoundable.h
===================================================================
--- trunk/include/geos/index/strtree/ItemBoundable.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/strtree/ItemBoundable.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/strtree/SIRtree.h
===================================================================
--- trunk/include/geos/index/strtree/SIRtree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/strtree/SIRtree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/strtree/STRtree.h
===================================================================
--- trunk/include/geos/index/strtree/STRtree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/strtree/STRtree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/sweepline/SweepLineEvent.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineEvent.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/sweepline/SweepLineEvent.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/sweepline/SweepLineIndex.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineIndex.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/sweepline/SweepLineIndex.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/sweepline/SweepLineInterval.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineInterval.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/sweepline/SweepLineInterval.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/index/sweepline/SweepLineOverlapAction.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineOverlapAction.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/index/sweepline/SweepLineOverlapAction.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/indexBintree.h
===================================================================
--- trunk/include/geos/indexBintree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/indexBintree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/indexChain.h
===================================================================
--- trunk/include/geos/indexChain.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/indexChain.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/indexIntervalRTree.h
===================================================================
--- trunk/include/geos/indexIntervalRTree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/indexIntervalRTree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/indexQuadtree.h
===================================================================
--- trunk/include/geos/indexQuadtree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/indexQuadtree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/indexStrtree.h
===================================================================
--- trunk/include/geos/indexStrtree.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/indexStrtree.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/indexSweepline.h
===================================================================
--- trunk/include/geos/indexSweepline.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/indexSweepline.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/inline.h
===================================================================
--- trunk/include/geos/inline.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/inline.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/io/ByteOrderDataInStream.h
===================================================================
--- trunk/include/geos/io/ByteOrderDataInStream.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/ByteOrderDataInStream.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/ByteOrderDataInStream.inl
===================================================================
--- trunk/include/geos/io/ByteOrderDataInStream.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/ByteOrderDataInStream.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/ByteOrderValues.h
===================================================================
--- trunk/include/geos/io/ByteOrderValues.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/ByteOrderValues.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/CLocalizer.h
===================================================================
--- trunk/include/geos/io/CLocalizer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/CLocalizer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2008 Sean Gillies
  *
@@ -20,10 +20,10 @@
 
 #include <string>
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
-#endif
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#endif
 
 namespace geos {
 namespace io {
@@ -43,8 +43,8 @@
     std::string saved_locale;
 };
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 } // namespace io

Modified: trunk/include/geos/io/ParseException.h
===================================================================
--- trunk/include/geos/io/ParseException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/ParseException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/StringTokenizer.h
===================================================================
--- trunk/include/geos/io/StringTokenizer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/StringTokenizer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/WKBConstants.h
===================================================================
--- trunk/include/geos/io/WKBConstants.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/WKBConstants.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/WKBReader.h
===================================================================
--- trunk/include/geos/io/WKBReader.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/WKBReader.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/WKBWriter.h
===================================================================
--- trunk/include/geos/io/WKBWriter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/WKBWriter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/WKTReader.h
===================================================================
--- trunk/include/geos/io/WKTReader.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/WKTReader.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io/WKTReader.inl
===================================================================
--- trunk/include/geos/io/WKTReader.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/WKTReader.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/io/WKTWriter.h
===================================================================
--- trunk/include/geos/io/WKTWriter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/WKTWriter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/io/Writer.h
===================================================================
--- trunk/include/geos/io/Writer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io/Writer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/io.h
===================================================================
--- trunk/include/geos/io.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/io.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/linearref/ExtractLineByLocation.h
===================================================================
--- trunk/include/geos/linearref/ExtractLineByLocation.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/ExtractLineByLocation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/linearref/LengthIndexOfPoint.h
===================================================================
--- trunk/include/geos/linearref/LengthIndexOfPoint.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LengthIndexOfPoint.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LengthIndexedLine.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/linearref/LengthLocationMap.h
===================================================================
--- trunk/include/geos/linearref/LengthLocationMap.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LengthLocationMap.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/linearref/LinearGeometryBuilder.h
===================================================================
--- trunk/include/geos/linearref/LinearGeometryBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LinearGeometryBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/linearref/LinearIterator.h
===================================================================
--- trunk/include/geos/linearref/LinearIterator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LinearIterator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LinearLocation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/linearref/LocationIndexOfLine.h
===================================================================
--- trunk/include/geos/linearref/LocationIndexOfLine.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LocationIndexOfLine.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LocationIndexOfPoint.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/linearref/LocationIndexedLine.h
===================================================================
--- trunk/include/geos/linearref/LocationIndexedLine.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/linearref/LocationIndexedLine.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/noding/BasicSegmentString.h
===================================================================
--- trunk/include/geos/noding/BasicSegmentString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/BasicSegmentString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/noding/FastNodingValidator.h
===================================================================
--- trunk/include/geos/noding/FastNodingValidator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/FastNodingValidator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h
===================================================================
--- trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/IntersectionAdder.h
===================================================================
--- trunk/include/geos/noding/IntersectionAdder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/IntersectionAdder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/IntersectionFinderAdder.h
===================================================================
--- trunk/include/geos/noding/IntersectionFinderAdder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/IntersectionFinderAdder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/IteratedNoder.h
===================================================================
--- trunk/include/geos/noding/IteratedNoder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/IteratedNoder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/MCIndexNoder.h
===================================================================
--- trunk/include/geos/noding/MCIndexNoder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/MCIndexNoder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/MCIndexNoder.inl
===================================================================
--- trunk/include/geos/noding/MCIndexNoder.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/MCIndexNoder.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
===================================================================
--- trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/MCIndexSegmentSetMutualIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/NodableSegmentString.h
===================================================================
--- trunk/include/geos/noding/NodableSegmentString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/NodableSegmentString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/NodedSegmentString.h
===================================================================
--- trunk/include/geos/noding/NodedSegmentString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/NodedSegmentString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/noding/Noder.h
===================================================================
--- trunk/include/geos/noding/Noder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/Noder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/NodingValidator.h
===================================================================
--- trunk/include/geos/noding/NodingValidator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/NodingValidator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/Octant.h
===================================================================
--- trunk/include/geos/noding/Octant.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/Octant.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/OrientedCoordinateArray.h
===================================================================
--- trunk/include/geos/noding/OrientedCoordinateArray.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/OrientedCoordinateArray.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009    Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/noding/ScaledNoder.h
===================================================================
--- trunk/include/geos/noding/ScaledNoder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/ScaledNoder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SegmentIntersectionDetector.h
===================================================================
--- trunk/include/geos/noding/SegmentIntersectionDetector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentIntersectionDetector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SegmentIntersector.h
===================================================================
--- trunk/include/geos/noding/SegmentIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SegmentNode.h
===================================================================
--- trunk/include/geos/noding/SegmentNode.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentNode.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SegmentNodeList.h
===================================================================
--- trunk/include/geos/noding/SegmentNodeList.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentNodeList.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SegmentPointComparator.h
===================================================================
--- trunk/include/geos/noding/SegmentPointComparator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentPointComparator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SegmentSetMutualIntersector.h
===================================================================
--- trunk/include/geos/noding/SegmentSetMutualIntersector.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentSetMutualIntersector.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SegmentString.h
===================================================================
--- trunk/include/geos/noding/SegmentString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/noding/SegmentStringUtil.h
===================================================================
--- trunk/include/geos/noding/SegmentStringUtil.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SegmentStringUtil.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SimpleNoder.h
===================================================================
--- trunk/include/geos/noding/SimpleNoder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SimpleNoder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SingleInteriorIntersectionFinder.h
===================================================================
--- trunk/include/geos/noding/SingleInteriorIntersectionFinder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SingleInteriorIntersectionFinder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/SinglePassNoder.h
===================================================================
--- trunk/include/geos/noding/SinglePassNoder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/SinglePassNoder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/snapround/HotPixel.h
===================================================================
--- trunk/include/geos/noding/snapround/HotPixel.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/snapround/HotPixel.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/snapround/HotPixel.inl
===================================================================
--- trunk/include/geos/noding/snapround/HotPixel.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/snapround/HotPixel.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/snapround/MCIndexPointSnapper.h
===================================================================
--- trunk/include/geos/noding/snapround/MCIndexPointSnapper.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/snapround/MCIndexPointSnapper.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/snapround/MCIndexSnapRounder.h
===================================================================
--- trunk/include/geos/noding/snapround/MCIndexSnapRounder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/snapround/MCIndexSnapRounder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding/snapround/SimpleSnapRounder.h
===================================================================
--- trunk/include/geos/noding/snapround/SimpleSnapRounder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding/snapround/SimpleSnapRounder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  *

Modified: trunk/include/geos/noding.h
===================================================================
--- trunk/include/geos/noding.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/noding.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/nodingSnapround.h
===================================================================
--- trunk/include/geos/nodingSnapround.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/nodingSnapround.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/opBuffer.h
===================================================================
--- trunk/include/geos/opBuffer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opBuffer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/include/geos/opDistance.h
===================================================================
--- trunk/include/geos/opDistance.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opDistance.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/opLinemerge.h
===================================================================
--- trunk/include/geos/opLinemerge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opLinemerge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/opOverlay.h
===================================================================
--- trunk/include/geos/opOverlay.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opOverlay.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/opPolygonize.h
===================================================================
--- trunk/include/geos/opPolygonize.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opPolygonize.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/opPredicate.h
===================================================================
--- trunk/include/geos/opPredicate.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opPredicate.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/opRelate.h
===================================================================
--- trunk/include/geos/opRelate.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opRelate.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/include/geos/opValid.h
===================================================================
--- trunk/include/geos/opValid.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/opValid.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/GeometryGraphOperation.h
===================================================================
--- trunk/include/geos/operation/GeometryGraphOperation.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/GeometryGraphOperation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/IsSimpleOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/buffer/BufferBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/BufferBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2008-2010 Safe Software Inc.

Modified: trunk/include/geos/operation/buffer/BufferOp.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/BufferOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2007 Refractions Research Inc.

Modified: trunk/include/geos/operation/buffer/BufferParameters.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferParameters.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/BufferParameters.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *
@@ -27,9 +27,9 @@
 //#include <geos/geom/Coordinate.h> // for composition
 //#include <geos/geom/LineSegment.h> // for composition
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 // Forward declarations
@@ -295,8 +295,8 @@
 } // namespace geos::operation
 } // namespace geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif // ndef GEOS_OP_BUFFER_BUFFERPARAMETERS_H

Modified: trunk/include/geos/operation/buffer/BufferSubgraph.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferSubgraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/BufferSubgraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/buffer/OffsetCurveBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/OffsetCurveBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006-2007 Refractions Research Inc.

Modified: trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/operation/buffer/OffsetSegmentString.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetSegmentString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/OffsetSegmentString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2007 Refractions Research Inc.

Modified: trunk/include/geos/operation/buffer/RightmostEdgeFinder.h
===================================================================
--- trunk/include/geos/operation/buffer/RightmostEdgeFinder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/RightmostEdgeFinder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/buffer/SubgraphDepthLocater.h
===================================================================
--- trunk/include/geos/operation/buffer/SubgraphDepthLocater.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/buffer/SubgraphDepthLocater.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h
===================================================================
--- trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/distance/ConnectedElementPointFilter.h
===================================================================
--- trunk/include/geos/operation/distance/ConnectedElementPointFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/distance/ConnectedElementPointFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/distance/DistanceOp.h
===================================================================
--- trunk/include/geos/operation/distance/DistanceOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/distance/DistanceOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/distance/GeometryLocation.h
===================================================================
--- trunk/include/geos/operation/distance/GeometryLocation.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/distance/GeometryLocation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/linemerge/EdgeString.h
===================================================================
--- trunk/include/geos/operation/linemerge/EdgeString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/linemerge/EdgeString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/linemerge/LineMergeEdge.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeEdge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/linemerge/LineMergeEdge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/linemerge/LineMergeGraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/linemerge/LineMerger.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMerger.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/linemerge/LineMerger.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/linemerge/LineSequencer.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineSequencer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/linemerge/LineSequencer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/overlay/EdgeSetNoder.h
===================================================================
--- trunk/include/geos/operation/overlay/EdgeSetNoder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/EdgeSetNoder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/ElevationMatrix.h
===================================================================
--- trunk/include/geos/operation/overlay/ElevationMatrix.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/ElevationMatrix.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/ElevationMatrixCell.h
===================================================================
--- trunk/include/geos/operation/overlay/ElevationMatrixCell.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/ElevationMatrixCell.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/LineBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/LineBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/LineBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/MaximalEdgeRing.h
===================================================================
--- trunk/include/geos/operation/overlay/MaximalEdgeRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/MaximalEdgeRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/MinimalEdgeRing.h
===================================================================
--- trunk/include/geos/operation/overlay/MinimalEdgeRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/MinimalEdgeRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/MinimalEdgeRing.inl
===================================================================
--- trunk/include/geos/operation/overlay/MinimalEdgeRing.inl	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/MinimalEdgeRing.inl	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/OverlayNodeFactory.h
===================================================================
--- trunk/include/geos/operation/overlay/OverlayNodeFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/OverlayNodeFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/OverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/OverlayOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/OverlayOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/PointBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/PointBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/PointBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/PolygonBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/PolygonBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/PolygonBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/overlay/snap/GeometrySnapper.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/GeometrySnapper.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/snap/GeometrySnapper.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.
@@ -143,8 +143,8 @@
 	std::auto_ptr<geom::Coordinate::ConstVect> extractTargetCoordinates(
 			const geom::Geometry& g);
 
-    // Declare type as noncopyable
-    GeometrySnapper(const GeometrySnapper& other);
+    // Declare type as noncopyable
+    GeometrySnapper(const GeometrySnapper& other);
     GeometrySnapper& operator=(const GeometrySnapper& rhs);
 };
 

Modified: trunk/include/geos/operation/overlay/snap/LineStringSnapper.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *
@@ -24,9 +24,9 @@
 
 #include <memory> // for auto_ptr
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 // Forward declarations
@@ -134,8 +134,8 @@
 } // namespace geos::operation
 } // namespace geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_SNAP_SNAPOVERLAYOP_H

Modified: trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *
@@ -27,9 +27,9 @@
 #include <vector>
 #include <memory> // for auto_ptr
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 // Forward declarations
@@ -92,8 +92,8 @@
 } // namespace geos::operation
 } // namespace geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_FUZZYPOINTLOCATOR_H

Modified: trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *
@@ -28,9 +28,9 @@
 #include <vector>
 #include <memory> // for auto_ptr
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 // Forward declarations
@@ -82,8 +82,8 @@
 } // namespace geos::operation
 } // namespace geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H

Modified: trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *
@@ -26,9 +26,9 @@
 
 #include <vector>
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 // Forward declarations
@@ -126,8 +126,8 @@
 } // namespace geos::operation
 } // namespace geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif // ndef GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H

Modified: trunk/include/geos/operation/polygonize/EdgeRing.h
===================================================================
--- trunk/include/geos/operation/polygonize/EdgeRing.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/polygonize/EdgeRing.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/polygonize/PolygonizeEdge.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeEdge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/polygonize/PolygonizeEdge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/polygonize/PolygonizeGraph.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeGraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/polygonize/PolygonizeGraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/polygonize/Polygonizer.h
===================================================================
--- trunk/include/geos/operation/polygonize/Polygonizer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/polygonize/Polygonizer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/predicate/RectangleContains.h
===================================================================
--- trunk/include/geos/operation/predicate/RectangleContains.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/predicate/RectangleContains.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/predicate/RectangleIntersects.h
===================================================================
--- trunk/include/geos/operation/predicate/RectangleIntersects.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/predicate/RectangleIntersects.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/predicate/SegmentIntersectionTester.h
===================================================================
--- trunk/include/geos/operation/predicate/SegmentIntersectionTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/predicate/SegmentIntersectionTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/relate/EdgeEndBuilder.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBuilder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/EdgeEndBuilder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/relate/EdgeEndBundle.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBundle.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/EdgeEndBundle.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/relate/EdgeEndBundleStar.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBundleStar.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/EdgeEndBundleStar.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/relate/RelateComputer.h
===================================================================
--- trunk/include/geos/operation/relate/RelateComputer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/RelateComputer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/relate/RelateNode.h
===================================================================
--- trunk/include/geos/operation/relate/RelateNode.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/RelateNode.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/relate/RelateNodeFactory.h
===================================================================
--- trunk/include/geos/operation/relate/RelateNodeFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/RelateNodeFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/relate/RelateNodeGraph.h
===================================================================
--- trunk/include/geos/operation/relate/RelateNodeGraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/RelateNodeGraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/relate/RelateOp.h
===================================================================
--- trunk/include/geos/operation/relate/RelateOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/relate/RelateOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
===================================================================
--- trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2010      Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/operation/union/CascadedPolygonUnion.h
===================================================================
--- trunk/include/geos/operation/union/CascadedPolygonUnion.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/union/CascadedPolygonUnion.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/union/GeometryListHolder.h
===================================================================
--- trunk/include/geos/operation/union/GeometryListHolder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/union/GeometryListHolder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/union/PointGeometryUnion.h
===================================================================
--- trunk/include/geos/operation/union/PointGeometryUnion.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/union/PointGeometryUnion.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
  *

Modified: trunk/include/geos/operation/union/UnaryUnionOp.h
===================================================================
--- trunk/include/geos/operation/union/UnaryUnionOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/union/UnaryUnionOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  *
@@ -30,9 +30,9 @@
 #include <geos/geom/util/GeometryExtracter.h>
 #include <geos/operation/overlay/snap/SnapIfNeededOverlayOp.h>
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
 #endif
 
 // Forward declarations
@@ -216,8 +216,8 @@
 } // namespace geos::operation
 } // namespace geos
 
-#ifdef _MSC_VER
-#pragma warning(pop)
+#ifdef _MSC_VER
+#pragma warning(pop)
 #endif
 
 #endif

Modified: trunk/include/geos/operation/valid/ConnectedInteriorTester.h
===================================================================
--- trunk/include/geos/operation/valid/ConnectedInteriorTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/ConnectedInteriorTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/valid/ConsistentAreaTester.h
===================================================================
--- trunk/include/geos/operation/valid/ConsistentAreaTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/ConsistentAreaTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/valid/IsValidOp.h
===================================================================
--- trunk/include/geos/operation/valid/IsValidOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/IsValidOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/valid/RepeatedPointTester.h
===================================================================
--- trunk/include/geos/operation/valid/RepeatedPointTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/RepeatedPointTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/valid/SimpleNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/SimpleNestedRingTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/SimpleNestedRingTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/valid/SweeplineNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/SweeplineNestedRingTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/SweeplineNestedRingTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation/valid/TopologyValidationError.h
===================================================================
--- trunk/include/geos/operation/valid/TopologyValidationError.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation/valid/TopologyValidationError.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/operation.h
===================================================================
--- trunk/include/geos/operation.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/operation.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/DirectedEdge.h
===================================================================
--- trunk/include/geos/planargraph/DirectedEdge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/DirectedEdge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/DirectedEdgeStar.h
===================================================================
--- trunk/include/geos/planargraph/DirectedEdgeStar.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/DirectedEdgeStar.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/Edge.h
===================================================================
--- trunk/include/geos/planargraph/Edge.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/Edge.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/GraphComponent.h
===================================================================
--- trunk/include/geos/planargraph/GraphComponent.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/GraphComponent.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/Node.h
===================================================================
--- trunk/include/geos/planargraph/Node.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/Node.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/NodeMap.h
===================================================================
--- trunk/include/geos/planargraph/NodeMap.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/NodeMap.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/PlanarGraph.h
===================================================================
--- trunk/include/geos/planargraph/PlanarGraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/PlanarGraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/planargraph/Subgraph.h
===================================================================
--- trunk/include/geos/planargraph/Subgraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/Subgraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
===================================================================
--- trunk/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/planargraph.h
===================================================================
--- trunk/include/geos/planargraph.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/planargraph.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/include/geos/platform.h.cmake
===================================================================
--- trunk/include/geos/platform.h.cmake	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/platform.h.cmake	2012-01-16 18:00:20 UTC (rev 3565)
@@ -3,7 +3,7 @@
  * platform.h - generated by CMake from platform.h.cmake
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 Mateusz Loskot
  * Copyright (C) 2005-2009 Refractions Research Inc.

Modified: trunk/include/geos/platform.h.vc
===================================================================
--- trunk/include/geos/platform.h.vc	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/platform.h.vc	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2004 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/precision/CommonBits.h
===================================================================
--- trunk/include/geos/precision/CommonBits.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/precision/CommonBits.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/precision/CommonBitsOp.h
===================================================================
--- trunk/include/geos/precision/CommonBitsOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/precision/CommonBitsOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/precision/CommonBitsRemover.h
===================================================================
--- trunk/include/geos/precision/CommonBitsRemover.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/precision/CommonBitsRemover.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/precision/EnhancedPrecisionOp.h
===================================================================
--- trunk/include/geos/precision/EnhancedPrecisionOp.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/precision/EnhancedPrecisionOp.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h
===================================================================
--- trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/precision.h
===================================================================
--- trunk/include/geos/precision.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/precision.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/profiler.h
===================================================================
--- trunk/include/geos/profiler.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/profiler.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h
===================================================================
--- trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/simplify/DouglasPeuckerSimplifier.h
===================================================================
--- trunk/include/geos/simplify/DouglasPeuckerSimplifier.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/DouglasPeuckerSimplifier.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/simplify/LineSegmentIndex.h
===================================================================
--- trunk/include/geos/simplify/LineSegmentIndex.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/LineSegmentIndex.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/simplify/TaggedLineSegment.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineSegment.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/TaggedLineSegment.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/simplify/TaggedLineString.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineString.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/TaggedLineString.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/simplify/TaggedLineStringSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineStringSimplifier.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/TaggedLineStringSimplifier.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/simplify/TaggedLinesSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TaggedLinesSimplifier.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/TaggedLinesSimplifier.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/simplify/TopologyPreservingSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TopologyPreservingSimplifier.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/simplify/TopologyPreservingSimplifier.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/include/geos/spatialIndex.h
===================================================================
--- trunk/include/geos/spatialIndex.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/spatialIndex.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/include/geos/timeval.h
===================================================================
--- trunk/include/geos/timeval.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/timeval.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Wu Yongwei
  *

Modified: trunk/include/geos/unload.h
===================================================================
--- trunk/include/geos/unload.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/unload.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/util/Assert.h
===================================================================
--- trunk/include/geos/util/Assert.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/Assert.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/AssertionFailedException.h
===================================================================
--- trunk/include/geos/util/AssertionFailedException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/AssertionFailedException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/CoordinateArrayFilter.h
===================================================================
--- trunk/include/geos/util/CoordinateArrayFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/CoordinateArrayFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/GEOSException.h
===================================================================
--- trunk/include/geos/util/GEOSException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/GEOSException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/GeometricShapeFactory.h
===================================================================
--- trunk/include/geos/util/GeometricShapeFactory.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/GeometricShapeFactory.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/IllegalArgumentException.h
===================================================================
--- trunk/include/geos/util/IllegalArgumentException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/IllegalArgumentException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/IllegalStateException.h
===================================================================
--- trunk/include/geos/util/IllegalStateException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/IllegalStateException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/include/geos/util/Machine.h
===================================================================
--- trunk/include/geos/util/Machine.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/Machine.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2009 Vivid Solutions Inc.
  *

Modified: trunk/include/geos/util/TopologyException.h
===================================================================
--- trunk/include/geos/util/TopologyException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/TopologyException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/UniqueCoordinateArrayFilter.h
===================================================================
--- trunk/include/geos/util/UniqueCoordinateArrayFilter.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/UniqueCoordinateArrayFilter.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/UnsupportedOperationException.h
===================================================================
--- trunk/include/geos/util/UnsupportedOperationException.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/UnsupportedOperationException.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util/math.h
===================================================================
--- trunk/include/geos/util/math.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util/math.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/util.h
===================================================================
--- trunk/include/geos/util.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/util.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/include/geos/version.h.in
===================================================================
--- trunk/include/geos/version.h.in	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/version.h.in	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2007 Refractions Research Inc.
  *

Modified: trunk/include/geos/version.h.vc
===================================================================
--- trunk/include/geos/version.h.vc	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos/version.h.vc	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2007 Refractions Research Inc.
  *

Modified: trunk/include/geos.h
===================================================================
--- trunk/include/geos.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/include/geos.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005 Refractions Research Inc.
  *

Modified: trunk/src/algorithm/Angle.cpp
===================================================================
--- trunk/src/algorithm/Angle.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/Angle.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/algorithm/BoundaryNodeRule.cpp
===================================================================
--- trunk/src/algorithm/BoundaryNodeRule.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/BoundaryNodeRule.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/algorithm/CGAlgorithms.cpp
===================================================================
--- trunk/src/algorithm/CGAlgorithms.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/CGAlgorithms.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005 2006 Refractions Research Inc.

Modified: trunk/src/algorithm/CentroidArea.cpp
===================================================================
--- trunk/src/algorithm/CentroidArea.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/CentroidArea.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/algorithm/CentroidLine.cpp
===================================================================
--- trunk/src/algorithm/CentroidLine.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/CentroidLine.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/algorithm/CentroidPoint.cpp
===================================================================
--- trunk/src/algorithm/CentroidPoint.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/CentroidPoint.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/ConvexHull.cpp
===================================================================
--- trunk/src/algorithm/ConvexHull.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/ConvexHull.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/algorithm/HCoordinate.cpp
===================================================================
--- trunk/src/algorithm/HCoordinate.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/HCoordinate.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/algorithm/InteriorPointArea.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointArea.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/InteriorPointArea.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/algorithm/InteriorPointLine.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointLine.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/InteriorPointLine.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/algorithm/InteriorPointPoint.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointPoint.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/InteriorPointPoint.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/algorithm/LineIntersector.cpp
===================================================================
--- trunk/src/algorithm/LineIntersector.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/LineIntersector.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/algorithm/MCPointInRing.cpp
===================================================================
--- trunk/src/algorithm/MCPointInRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/MCPointInRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/algorithm/Makefile.am
===================================================================
--- trunk/src/algorithm/Makefile.am	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/Makefile.am	2012-01-16 18:00:20 UTC (rev 3565)
@@ -32,7 +32,7 @@
     SIRtreePointInRing.cpp 
 
 # Deprecated files
-# (http://geos.refractions.net/pipermail/geos-devel/2006-March/001828.html):
+# (http://geos.osgeo.org/pipermail/geos-devel/2006-March/001828.html):
 #NonRobustLineIntersector.cpp
 #RobustLineIntersector.cpp
 

Modified: trunk/src/algorithm/MinimumDiameter.cpp
===================================================================
--- trunk/src/algorithm/MinimumDiameter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/MinimumDiameter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/algorithm/NotRepresentableException.cpp
===================================================================
--- trunk/src/algorithm/NotRepresentableException.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/NotRepresentableException.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/PointLocator.cpp
===================================================================
--- trunk/src/algorithm/PointLocator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/PointLocator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2011 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/algorithm/RayCrossingCounter.cpp
===================================================================
--- trunk/src/algorithm/RayCrossingCounter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/RayCrossingCounter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/RobustDeterminant.cpp
===================================================================
--- trunk/src/algorithm/RobustDeterminant.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/RobustDeterminant.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (c) Olivier Devillers <Olivier.Devillers at sophia.inria.fr>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/algorithm/SIRtreePointInRing.cpp
===================================================================
--- trunk/src/algorithm/SIRtreePointInRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/SIRtreePointInRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/algorithm/SimplePointInRing.cpp
===================================================================
--- trunk/src/algorithm/SimplePointInRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/SimplePointInRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/algorithm/distance/DistanceToPoint.cpp
===================================================================
--- trunk/src/algorithm/distance/DistanceToPoint.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/distance/DistanceToPoint.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/locate/PointOnGeometryLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/PointOnGeometryLocator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/locate/PointOnGeometryLocator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/Coordinate.cpp
===================================================================
--- trunk/src/geom/Coordinate.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Coordinate.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/CoordinateArraySequence.cpp
===================================================================
--- trunk/src/geom/CoordinateArraySequence.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/CoordinateArraySequence.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geom/CoordinateArraySequenceFactory.cpp
===================================================================
--- trunk/src/geom/CoordinateArraySequenceFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/CoordinateArraySequenceFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geom/CoordinateSequence.cpp
===================================================================
--- trunk/src/geom/CoordinateSequence.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/CoordinateSequence.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/CoordinateSequenceFactory.cpp
===================================================================
--- trunk/src/geom/CoordinateSequenceFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/CoordinateSequenceFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/Dimension.cpp
===================================================================
--- trunk/src/geom/Dimension.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Dimension.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/Envelope.cpp
===================================================================
--- trunk/src/geom/Envelope.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Envelope.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/Geometry.cpp
===================================================================
--- trunk/src/geom/Geometry.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Geometry.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geom/GeometryCollection.cpp
===================================================================
--- trunk/src/geom/GeometryCollection.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/GeometryCollection.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 2006 Refractions Research Inc.

Modified: trunk/src/geom/GeometryComponentFilter.cpp
===================================================================
--- trunk/src/geom/GeometryComponentFilter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/GeometryComponentFilter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/GeometryFactory.cpp
===================================================================
--- trunk/src/geom/GeometryFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/GeometryFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/GeometryList.cpp
===================================================================
--- trunk/src/geom/GeometryList.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/GeometryList.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/geom/IntersectionMatrix.cpp
===================================================================
--- trunk/src/geom/IntersectionMatrix.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/IntersectionMatrix.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geom/LineSegment.cpp
===================================================================
--- trunk/src/geom/LineSegment.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/LineSegment.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geom/LineString.cpp
===================================================================
--- trunk/src/geom/LineString.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/LineString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geom/LinearRing.cpp
===================================================================
--- trunk/src/geom/LinearRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/LinearRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/Location.cpp
===================================================================
--- trunk/src/geom/Location.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Location.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/MultiLineString.cpp
===================================================================
--- trunk/src/geom/MultiLineString.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/MultiLineString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geom/MultiPoint.cpp
===================================================================
--- trunk/src/geom/MultiPoint.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/MultiPoint.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geom/MultiPolygon.cpp
===================================================================
--- trunk/src/geom/MultiPolygon.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/MultiPolygon.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/Point.cpp
===================================================================
--- trunk/src/geom/Point.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Point.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/Polygon.cpp
===================================================================
--- trunk/src/geom/Polygon.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Polygon.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geom/PrecisionModel.cpp
===================================================================
--- trunk/src/geom/PrecisionModel.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/PrecisionModel.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geom/Triangle.cpp
===================================================================
--- trunk/src/geom/Triangle.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/Triangle.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp
===================================================================
--- trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/AbstractPreparedPolygonContains.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/BasicPreparedGeometry.cpp
===================================================================
--- trunk/src/geom/prep/BasicPreparedGeometry.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/BasicPreparedGeometry.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedGeometry.cpp
===================================================================
--- trunk/src/geom/prep/PreparedGeometry.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedGeometry.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedGeometryFactory.cpp
===================================================================
--- trunk/src/geom/prep/PreparedGeometryFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedGeometryFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedLineString.cpp
===================================================================
--- trunk/src/geom/prep/PreparedLineString.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedLineString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedLineStringIntersects.cpp
===================================================================
--- trunk/src/geom/prep/PreparedLineStringIntersects.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedLineStringIntersects.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedPoint.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPoint.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedPoint.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedPolygon.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygon.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedPolygon.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedPolygonContains.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonContains.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedPolygonContains.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedPolygonCovers.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonCovers.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedPolygonCovers.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedPolygonIntersects.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonIntersects.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedPolygonIntersects.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/prep/PreparedPolygonPredicate.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonPredicate.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/prep/PreparedPolygonPredicate.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/util/ComponentCoordinateExtracter.cpp
===================================================================
--- trunk/src/geom/util/ComponentCoordinateExtracter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/util/ComponentCoordinateExtracter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/util/CoordinateOperation.cpp
===================================================================
--- trunk/src/geom/util/CoordinateOperation.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/util/CoordinateOperation.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geom/util/GeometryCombiner.cpp
===================================================================
--- trunk/src/geom/util/GeometryCombiner.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/util/GeometryCombiner.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006-2011 Refractions Research Inc.
  *

Modified: trunk/src/geom/util/GeometryEditor.cpp
===================================================================
--- trunk/src/geom/util/GeometryEditor.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/util/GeometryEditor.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/geom/util/GeometryTransformer.cpp
===================================================================
--- trunk/src/geom/util/GeometryTransformer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/util/GeometryTransformer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp
===================================================================
--- trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/geom/util/SineStarFactory.cpp
===================================================================
--- trunk/src/geom/util/SineStarFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geom/util/SineStarFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
  *

Modified: trunk/src/geomgraph/Depth.cpp
===================================================================
--- trunk/src/geomgraph/Depth.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/Depth.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/DirectedEdge.cpp
===================================================================
--- trunk/src/geomgraph/DirectedEdge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/DirectedEdge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/DirectedEdgeStar.cpp
===================================================================
--- trunk/src/geomgraph/DirectedEdgeStar.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/DirectedEdgeStar.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/Edge.cpp
===================================================================
--- trunk/src/geomgraph/Edge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/Edge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/EdgeEnd.cpp
===================================================================
--- trunk/src/geomgraph/EdgeEnd.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/EdgeEnd.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/EdgeEndStar.cpp
===================================================================
--- trunk/src/geomgraph/EdgeEndStar.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/EdgeEndStar.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/EdgeIntersectionList.cpp
===================================================================
--- trunk/src/geomgraph/EdgeIntersectionList.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/EdgeIntersectionList.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/EdgeList.cpp
===================================================================
--- trunk/src/geomgraph/EdgeList.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/EdgeList.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/EdgeNodingValidator.cpp
===================================================================
--- trunk/src/geomgraph/EdgeNodingValidator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/EdgeNodingValidator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geomgraph/EdgeRing.cpp
===================================================================
--- trunk/src/geomgraph/EdgeRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/EdgeRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/GeometryGraph.cpp
===================================================================
--- trunk/src/geomgraph/GeometryGraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/GeometryGraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/GraphComponent.cpp
===================================================================
--- trunk/src/geomgraph/GraphComponent.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/GraphComponent.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/Label.cpp
===================================================================
--- trunk/src/geomgraph/Label.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/Label.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/Node.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/geomgraph/NodeFactory.cpp
===================================================================
--- trunk/src/geomgraph/NodeFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/NodeFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/NodeMap.cpp
===================================================================
--- trunk/src/geomgraph/NodeMap.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/NodeMap.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geomgraph/PlanarGraph.cpp
===================================================================
--- trunk/src/geomgraph/PlanarGraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/PlanarGraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geomgraph/Position.cpp
===================================================================
--- trunk/src/geomgraph/Position.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/Position.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/Quadrant.cpp
===================================================================
--- trunk/src/geomgraph/Quadrant.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/Quadrant.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/geomgraph/TopologyLocation.cpp
===================================================================
--- trunk/src/geomgraph/TopologyLocation.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/TopologyLocation.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/index/MonotoneChainEdge.cpp
===================================================================
--- trunk/src/geomgraph/index/MonotoneChainEdge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/MonotoneChainEdge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geomgraph/index/MonotoneChainIndexer.cpp
===================================================================
--- trunk/src/geomgraph/index/MonotoneChainIndexer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/MonotoneChainIndexer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/geomgraph/index/SegmentIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SegmentIntersector.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/SegmentIntersector.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/index/SweepLineEvent.cpp
===================================================================
--- trunk/src/geomgraph/index/SweepLineEvent.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/SweepLineEvent.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/geomgraph/index/SweepLineSegment.cpp
===================================================================
--- trunk/src/geomgraph/index/SweepLineSegment.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/geomgraph/index/SweepLineSegment.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/index/bintree/Bintree.cpp
===================================================================
--- trunk/src/index/bintree/Bintree.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/bintree/Bintree.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/bintree/Interval.cpp
===================================================================
--- trunk/src/index/bintree/Interval.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/bintree/Interval.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/bintree/Key.cpp
===================================================================
--- trunk/src/index/bintree/Key.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/bintree/Key.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/bintree/Node.cpp
===================================================================
--- trunk/src/index/bintree/Node.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/bintree/Node.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/bintree/NodeBase.cpp
===================================================================
--- trunk/src/index/bintree/NodeBase.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/bintree/NodeBase.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/bintree/Root.cpp
===================================================================
--- trunk/src/index/bintree/Root.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/bintree/Root.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/chain/MonotoneChain.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChain.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/chain/MonotoneChain.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/chain/MonotoneChainBuilder.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/chain/MonotoneChainBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/index/chain/MonotoneChainOverlapAction.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainOverlapAction.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/chain/MonotoneChainOverlapAction.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/index/chain/MonotoneChainSelectAction.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainSelectAction.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/chain/MonotoneChainSelectAction.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/index/intervalrtree/IntervalRTreeNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeNode.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/intervalrtree/IntervalRTreeNode.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp
===================================================================
--- trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/index/quadtree/DoubleBits.cpp
===================================================================
--- trunk/src/index/quadtree/DoubleBits.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/quadtree/DoubleBits.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/quadtree/IntervalSize.cpp
===================================================================
--- trunk/src/index/quadtree/IntervalSize.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/quadtree/IntervalSize.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/quadtree/Key.cpp
===================================================================
--- trunk/src/index/quadtree/Key.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/quadtree/Key.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/index/quadtree/Node.cpp
===================================================================
--- trunk/src/index/quadtree/Node.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/quadtree/Node.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/quadtree/NodeBase.cpp
===================================================================
--- trunk/src/index/quadtree/NodeBase.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/quadtree/NodeBase.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/quadtree/Quadtree.cpp
===================================================================
--- trunk/src/index/quadtree/Quadtree.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/quadtree/Quadtree.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/quadtree/Root.cpp
===================================================================
--- trunk/src/index/quadtree/Root.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/quadtree/Root.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/strtree/AbstractNode.cpp
===================================================================
--- trunk/src/index/strtree/AbstractNode.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/strtree/AbstractNode.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/strtree/AbstractSTRtree.cpp
===================================================================
--- trunk/src/index/strtree/AbstractSTRtree.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/strtree/AbstractSTRtree.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/strtree/Interval.cpp
===================================================================
--- trunk/src/index/strtree/Interval.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/strtree/Interval.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/strtree/ItemBoundable.cpp
===================================================================
--- trunk/src/index/strtree/ItemBoundable.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/strtree/ItemBoundable.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/strtree/SIRtree.cpp
===================================================================
--- trunk/src/index/strtree/SIRtree.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/strtree/SIRtree.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/strtree/STRtree.cpp
===================================================================
--- trunk/src/index/strtree/STRtree.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/strtree/STRtree.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/sweepline/SweepLineEvent.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineEvent.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/sweepline/SweepLineEvent.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/sweepline/SweepLineIndex.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineIndex.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/sweepline/SweepLineIndex.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/index/sweepline/SweepLineInterval.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineInterval.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/index/sweepline/SweepLineInterval.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/inlines.cpp
===================================================================
--- trunk/src/inlines.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/inlines.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/src/io/ByteOrderDataInStream.cpp
===================================================================
--- trunk/src/io/ByteOrderDataInStream.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/ByteOrderDataInStream.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/src/io/ByteOrderValues.cpp
===================================================================
--- trunk/src/io/ByteOrderValues.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/ByteOrderValues.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/src/io/CLocalizer.cpp
===================================================================
--- trunk/src/io/CLocalizer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/CLocalizer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2008 Sean Gillies
  *

Modified: trunk/src/io/ParseException.cpp
===================================================================
--- trunk/src/io/ParseException.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/ParseException.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/io/StringTokenizer.cpp
===================================================================
--- trunk/src/io/StringTokenizer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/StringTokenizer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/io/Unload.cpp
===================================================================
--- trunk/src/io/Unload.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/Unload.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/io/WKBReader.cpp
===================================================================
--- trunk/src/io/WKBReader.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/WKBReader.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/src/io/WKBWriter.cpp
===================================================================
--- trunk/src/io/WKBWriter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/WKBWriter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  *

Modified: trunk/src/io/WKTReader.cpp
===================================================================
--- trunk/src/io/WKTReader.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/WKTReader.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/io/WKTWriter.cpp
===================================================================
--- trunk/src/io/WKTWriter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/WKTWriter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/io/Writer.cpp
===================================================================
--- trunk/src/io/Writer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/io/Writer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/linearref/ExtractLineByLocation.cpp
===================================================================
--- trunk/src/linearref/ExtractLineByLocation.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/ExtractLineByLocation.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/linearref/LengthIndexOfPoint.cpp
===================================================================
--- trunk/src/linearref/LengthIndexOfPoint.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LengthIndexOfPoint.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LengthIndexedLine.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/linearref/LengthLocationMap.cpp
===================================================================
--- trunk/src/linearref/LengthLocationMap.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LengthLocationMap.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/linearref/LinearGeometryBuilder.cpp
===================================================================
--- trunk/src/linearref/LinearGeometryBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LinearGeometryBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/linearref/LinearIterator.cpp
===================================================================
--- trunk/src/linearref/LinearIterator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LinearIterator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LinearLocation.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/linearref/LocationIndexOfLine.cpp
===================================================================
--- trunk/src/linearref/LocationIndexOfLine.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LocationIndexOfLine.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/LocationIndexOfPoint.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/linearref/Makefile.am
===================================================================
--- trunk/src/linearref/Makefile.am	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/linearref/Makefile.am	2012-01-16 18:00:20 UTC (rev 3565)
@@ -17,6 +17,6 @@
     LocationIndexOfPoint.cpp
 
 # Deprecated files
-# (http://geos.refractions.net/pipermail/geos-devel/2006-March/001828.html):
+# (http://geos.osgeo.org/pipermail/geos-devel/2006-March/001828.html):
 #NonRobustLineIntersector.cpp
 #RobustLineIntersector.cpp

Modified: trunk/src/noding/BasicSegmentString.cpp
===================================================================
--- trunk/src/noding/BasicSegmentString.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/BasicSegmentString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/noding/FastNodingValidator.cpp
===================================================================
--- trunk/src/noding/FastNodingValidator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/FastNodingValidator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/FastSegmentSetIntersectionFinder.cpp
===================================================================
--- trunk/src/noding/FastSegmentSetIntersectionFinder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/FastSegmentSetIntersectionFinder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/noding/IntersectionAdder.cpp
===================================================================
--- trunk/src/noding/IntersectionAdder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/IntersectionAdder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/IntersectionFinderAdder.cpp
===================================================================
--- trunk/src/noding/IntersectionFinderAdder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/IntersectionFinderAdder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/IteratedNoder.cpp
===================================================================
--- trunk/src/noding/IteratedNoder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/IteratedNoder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/noding/MCIndexNoder.cpp
===================================================================
--- trunk/src/noding/MCIndexNoder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/MCIndexNoder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/MCIndexSegmentSetMutualIntersector.cpp
===================================================================
--- trunk/src/noding/MCIndexSegmentSetMutualIntersector.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/MCIndexSegmentSetMutualIntersector.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/noding/NodedSegmentString.cpp
===================================================================
--- trunk/src/noding/NodedSegmentString.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/NodedSegmentString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/noding/NodingValidator.cpp
===================================================================
--- trunk/src/noding/NodingValidator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/NodingValidator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/noding/Octant.cpp
===================================================================
--- trunk/src/noding/Octant.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/Octant.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/OrientedCoordinateArray.cpp
===================================================================
--- trunk/src/noding/OrientedCoordinateArray.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/OrientedCoordinateArray.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009    Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/noding/ScaledNoder.cpp
===================================================================
--- trunk/src/noding/ScaledNoder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/ScaledNoder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/SegmentIntersectionDetector.cpp
===================================================================
--- trunk/src/noding/SegmentIntersectionDetector.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/SegmentIntersectionDetector.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/noding/SegmentNode.cpp
===================================================================
--- trunk/src/noding/SegmentNode.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/SegmentNode.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/noding/SegmentNodeList.cpp
===================================================================
--- trunk/src/noding/SegmentNodeList.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/SegmentNodeList.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006      Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/noding/SegmentString.cpp
===================================================================
--- trunk/src/noding/SegmentString.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/SegmentString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/noding/SegmentStringUtil.cpp
===================================================================
--- trunk/src/noding/SegmentStringUtil.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/SegmentStringUtil.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/noding/SimpleNoder.cpp
===================================================================
--- trunk/src/noding/SimpleNoder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/SimpleNoder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/noding/SingleInteriorIntersectionFinder.cpp
===================================================================
--- trunk/src/noding/SingleInteriorIntersectionFinder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/SingleInteriorIntersectionFinder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/snapround/HotPixel.cpp
===================================================================
--- trunk/src/noding/snapround/HotPixel.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/snapround/HotPixel.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/snapround/MCIndexPointSnapper.cpp
===================================================================
--- trunk/src/noding/snapround/MCIndexPointSnapper.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/snapround/MCIndexPointSnapper.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/snapround/MCIndexSnapRounder.cpp
===================================================================
--- trunk/src/noding/snapround/MCIndexSnapRounder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/snapround/MCIndexSnapRounder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/noding/snapround/SimpleSnapRounder.cpp
===================================================================
--- trunk/src/noding/snapround/SimpleSnapRounder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/noding/snapround/SimpleSnapRounder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/operation/GeometryGraphOperation.cpp
===================================================================
--- trunk/src/operation/GeometryGraphOperation.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/GeometryGraphOperation.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/IsSimpleOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009      Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/buffer/BufferBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/BufferBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/BufferBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2008-2010 Safe Software Inc.

Modified: trunk/src/operation/buffer/BufferInputLineSimplifier.cpp
===================================================================
--- trunk/src/operation/buffer/BufferInputLineSimplifier.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/BufferInputLineSimplifier.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/buffer/BufferInputLineSimplifier.h
===================================================================
--- trunk/src/operation/buffer/BufferInputLineSimplifier.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/BufferInputLineSimplifier.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/buffer/BufferOp.cpp
===================================================================
--- trunk/src/operation/buffer/BufferOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/BufferOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2007 Refractions Research Inc.

Modified: trunk/src/operation/buffer/BufferParameters.cpp
===================================================================
--- trunk/src/operation/buffer/BufferParameters.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/BufferParameters.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/buffer/BufferSubgraph.cpp
===================================================================
--- trunk/src/operation/buffer/BufferSubgraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/BufferSubgraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/buffer/OffsetCurveBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetCurveBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/OffsetCurveBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS-Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2011  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/buffer/OffsetSegmentGenerator.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetSegmentGenerator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/OffsetSegmentGenerator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS-Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/buffer/RightmostEdgeFinder.cpp
===================================================================
--- trunk/src/operation/buffer/RightmostEdgeFinder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/RightmostEdgeFinder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/buffer/SubgraphDepthLocater.cpp
===================================================================
--- trunk/src/operation/buffer/SubgraphDepthLocater.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/buffer/SubgraphDepthLocater.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/distance/ConnectedElementLocationFilter.cpp
===================================================================
--- trunk/src/operation/distance/ConnectedElementLocationFilter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/distance/ConnectedElementLocationFilter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/distance/ConnectedElementPointFilter.cpp
===================================================================
--- trunk/src/operation/distance/ConnectedElementPointFilter.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/distance/ConnectedElementPointFilter.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/distance/DistanceOp.cpp
===================================================================
--- trunk/src/operation/distance/DistanceOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/distance/DistanceOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/distance/GeometryLocation.cpp
===================================================================
--- trunk/src/operation/distance/GeometryLocation.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/distance/GeometryLocation.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/linemerge/EdgeString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/linemerge/LineMergeEdge.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeEdge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/linemerge/LineMergeEdge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/linemerge/LineMergeGraph.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeGraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/linemerge/LineMergeGraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/operation/linemerge/LineMerger.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMerger.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/linemerge/LineMerger.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * 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	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/linemerge/LineSequencer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/overlay/EdgeSetNoder.cpp
===================================================================
--- trunk/src/operation/overlay/EdgeSetNoder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/EdgeSetNoder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/overlay/ElevationMatrix.cpp
===================================================================
--- trunk/src/operation/overlay/ElevationMatrix.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/ElevationMatrix.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/overlay/ElevationMatrixCell.cpp
===================================================================
--- trunk/src/operation/overlay/ElevationMatrixCell.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/ElevationMatrixCell.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/overlay/LineBuilder.cpp
===================================================================
--- trunk/src/operation/overlay/LineBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/LineBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/overlay/MaximalEdgeRing.cpp
===================================================================
--- trunk/src/operation/overlay/MaximalEdgeRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/MaximalEdgeRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/overlay/MinimalEdgeRing.cpp
===================================================================
--- trunk/src/operation/overlay/MinimalEdgeRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/MinimalEdgeRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/overlay/OverlayNodeFactory.cpp
===================================================================
--- trunk/src/operation/overlay/OverlayNodeFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/OverlayNodeFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/overlay/OverlayOp.cpp
===================================================================
--- trunk/src/operation/overlay/OverlayOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/OverlayOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/overlay/PointBuilder.cpp
===================================================================
--- trunk/src/operation/overlay/PointBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/PointBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/overlay/PolygonBuilder.cpp
===================================================================
--- trunk/src/operation/overlay/PolygonBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/PolygonBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/overlay/snap/GeometrySnapper.cpp
===================================================================
--- trunk/src/operation/overlay/snap/GeometrySnapper.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/snap/GeometrySnapper.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/overlay/snap/LineStringSnapper.cpp
===================================================================
--- trunk/src/operation/overlay/snap/LineStringSnapper.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/snap/LineStringSnapper.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009-2010  Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp
===================================================================
--- trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 2011 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/overlay/snap/SnapOverlayOp.cpp
===================================================================
--- trunk/src/operation/overlay/snap/SnapOverlayOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/snap/SnapOverlayOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/operation/overlay/validate/OffsetPointGenerator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/OffsetPointGenerator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/validate/OffsetPointGenerator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/operation/overlay/validate/OverlayResultValidator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/OverlayResultValidator.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/overlay/validate/OverlayResultValidator.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/operation/polygonize/EdgeRing.cpp
===================================================================
--- trunk/src/operation/polygonize/EdgeRing.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/polygonize/EdgeRing.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/polygonize/PolygonizeEdge.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeEdge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/polygonize/PolygonizeEdge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/polygonize/PolygonizeGraph.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeGraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/polygonize/PolygonizeGraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/polygonize/Polygonizer.cpp
===================================================================
--- trunk/src/operation/polygonize/Polygonizer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/polygonize/Polygonizer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/operation/predicate/RectangleContains.cpp
===================================================================
--- trunk/src/operation/predicate/RectangleContains.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/predicate/RectangleContains.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/operation/predicate/RectangleIntersects.cpp
===================================================================
--- trunk/src/operation/predicate/RectangleIntersects.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/predicate/RectangleIntersects.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/predicate/SegmentIntersectionTester.cpp
===================================================================
--- trunk/src/operation/predicate/SegmentIntersectionTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/predicate/SegmentIntersectionTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/relate/EdgeEndBuilder.cpp
===================================================================
--- trunk/src/operation/relate/EdgeEndBuilder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/EdgeEndBuilder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/relate/EdgeEndBundle.cpp
===================================================================
--- trunk/src/operation/relate/EdgeEndBundle.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/EdgeEndBundle.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/relate/EdgeEndBundleStar.cpp
===================================================================
--- trunk/src/operation/relate/EdgeEndBundleStar.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/EdgeEndBundleStar.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/relate/RelateComputer.cpp
===================================================================
--- trunk/src/operation/relate/RelateComputer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/RelateComputer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/relate/RelateNode.cpp
===================================================================
--- trunk/src/operation/relate/RelateNode.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/RelateNode.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/relate/RelateNodeFactory.cpp
===================================================================
--- trunk/src/operation/relate/RelateNodeFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/RelateNodeFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/relate/RelateNodeGraph.cpp
===================================================================
--- trunk/src/operation/relate/RelateNodeGraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/RelateNodeGraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/relate/RelateOp.cpp
===================================================================
--- trunk/src/operation/relate/RelateOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/relate/RelateOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/sharedpaths/SharedPathsOp.cpp
===================================================================
--- trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2010      Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/union/CascadedPolygonUnion.cpp
===================================================================
--- trunk/src/operation/union/CascadedPolygonUnion.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/union/CascadedPolygonUnion.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net>
  * Copyright (C) 2006 Refractions Research Inc.

Modified: trunk/src/operation/union/PointGeometryUnion.cpp
===================================================================
--- trunk/src/operation/union/PointGeometryUnion.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/union/PointGeometryUnion.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
  *

Modified: trunk/src/operation/union/UnaryUnionOp.cpp
===================================================================
--- trunk/src/operation/union/UnaryUnionOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/union/UnaryUnionOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011 Sandro Santilli <strk at keybit.net
  *

Modified: trunk/src/operation/valid/ConnectedInteriorTester.cpp
===================================================================
--- trunk/src/operation/valid/ConnectedInteriorTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/ConnectedInteriorTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2007-2010 Safe Software Inc.
  * Copyright (C) 2005-2006 Refractions Research Inc.

Modified: trunk/src/operation/valid/ConsistentAreaTester.cpp
===================================================================
--- trunk/src/operation/valid/ConsistentAreaTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/ConsistentAreaTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/valid/IndexedNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/IndexedNestedRingTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/IndexedNestedRingTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/valid/IndexedNestedRingTester.h
===================================================================
--- trunk/src/operation/valid/IndexedNestedRingTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/IndexedNestedRingTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/src/operation/valid/IsValidOp.cpp
===================================================================
--- trunk/src/operation/valid/IsValidOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/IsValidOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2010 Safe Software Inc.
  * Copyright (C) 2010 Sandro Santilli <strk at keybit.net>

Modified: trunk/src/operation/valid/QuadtreeNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/QuadtreeNestedRingTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/QuadtreeNestedRingTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/valid/RepeatedPointTester.cpp
===================================================================
--- trunk/src/operation/valid/RepeatedPointTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/RepeatedPointTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/operation/valid/SimpleNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/SimpleNestedRingTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/SimpleNestedRingTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/operation/valid/SweeplineNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/SweeplineNestedRingTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/SweeplineNestedRingTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/operation/valid/TopologyValidationError.cpp
===================================================================
--- trunk/src/operation/valid/TopologyValidationError.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/operation/valid/TopologyValidationError.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/planargraph/DirectedEdge.cpp
===================================================================
--- trunk/src/planargraph/DirectedEdge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/DirectedEdge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/planargraph/DirectedEdgeStar.cpp
===================================================================
--- trunk/src/planargraph/DirectedEdgeStar.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/DirectedEdgeStar.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/planargraph/Edge.cpp
===================================================================
--- trunk/src/planargraph/Edge.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/Edge.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/planargraph/Node.cpp
===================================================================
--- trunk/src/planargraph/Node.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/Node.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/planargraph/NodeMap.cpp
===================================================================
--- trunk/src/planargraph/NodeMap.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/NodeMap.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  * Copyright (C) 2005 Refractions Research Inc.

Modified: trunk/src/planargraph/PlanarGraph.cpp
===================================================================
--- trunk/src/planargraph/PlanarGraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/PlanarGraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/planargraph/Subgraph.cpp
===================================================================
--- trunk/src/planargraph/Subgraph.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/Subgraph.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp
===================================================================
--- trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/precision/CommonBits.cpp
===================================================================
--- trunk/src/precision/CommonBits.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/precision/CommonBits.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/precision/CommonBitsOp.cpp
===================================================================
--- trunk/src/precision/CommonBitsOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/precision/CommonBitsOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/precision/CommonBitsRemover.cpp
===================================================================
--- trunk/src/precision/CommonBitsRemover.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/precision/CommonBitsRemover.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/precision/EnhancedPrecisionOp.cpp
===================================================================
--- trunk/src/precision/EnhancedPrecisionOp.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/precision/EnhancedPrecisionOp.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/precision/SimpleGeometryPrecisionReducer.cpp
===================================================================
--- trunk/src/precision/SimpleGeometryPrecisionReducer.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/precision/SimpleGeometryPrecisionReducer.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp
===================================================================
--- trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/simplify/DouglasPeuckerSimplifier.cpp
===================================================================
--- trunk/src/simplify/DouglasPeuckerSimplifier.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/DouglasPeuckerSimplifier.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/simplify/LineSegmentIndex.cpp
===================================================================
--- trunk/src/simplify/LineSegmentIndex.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/LineSegmentIndex.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/simplify/TaggedLineSegment.cpp
===================================================================
--- trunk/src/simplify/TaggedLineSegment.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/TaggedLineSegment.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/simplify/TaggedLineString.cpp
===================================================================
--- trunk/src/simplify/TaggedLineString.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/TaggedLineString.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/simplify/TaggedLineStringSimplifier.cpp
===================================================================
--- trunk/src/simplify/TaggedLineStringSimplifier.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/TaggedLineStringSimplifier.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/simplify/TaggedLinesSimplifier.cpp
===================================================================
--- trunk/src/simplify/TaggedLinesSimplifier.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/TaggedLinesSimplifier.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/simplify/TopologyPreservingSimplifier.cpp
===================================================================
--- trunk/src/simplify/TopologyPreservingSimplifier.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/simplify/TopologyPreservingSimplifier.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  *

Modified: trunk/src/util/Assert.cpp
===================================================================
--- trunk/src/util/Assert.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/util/Assert.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/util/GeometricShapeFactory.cpp
===================================================================
--- trunk/src/util/GeometricShapeFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/util/GeometricShapeFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/util/Profiler.cpp
===================================================================
--- trunk/src/util/Profiler.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/util/Profiler.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/src/util/math.cpp
===================================================================
--- trunk/src/util/math.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/src/util/math.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research
  *

Modified: trunk/tests/bigtest/GeometryTestFactory.cpp
===================================================================
--- trunk/tests/bigtest/GeometryTestFactory.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/bigtest/GeometryTestFactory.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/tests/bigtest/TestSweepLineSpeed.cpp
===================================================================
--- trunk/tests/bigtest/TestSweepLineSpeed.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/bigtest/TestSweepLineSpeed.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/tests/bigtest/bigtest.h
===================================================================
--- trunk/tests/bigtest/bigtest.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/bigtest/bigtest.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/tests/geostest/geostest.c
===================================================================
--- trunk/tests/geostest/geostest.c	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/geostest/geostest.c	2012-01-16 18:00:20 UTC (rev 3565)
@@ -10,7 +10,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at refractions.net>
+ * Author: Sandro Santilli <strk at keybit.net>
  *
  ***********************************************************************/
 

Modified: trunk/tests/perf/ClassSizes.cpp
===================================================================
--- trunk/tests/perf/ClassSizes.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/perf/ClassSizes.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
===================================================================
--- trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp
===================================================================
--- trunk/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/thread/badthreadtest.c
===================================================================
--- trunk/tests/thread/badthreadtest.c	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/thread/badthreadtest.c	2012-01-16 18:00:20 UTC (rev 3565)
@@ -10,7 +10,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at refractions.net>
+ * Author: Sandro Santilli <strk at keybit.net>
  *
  ***********************************************************************/
 

Modified: trunk/tests/thread/threadtest.c
===================================================================
--- trunk/tests/thread/threadtest.c	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/thread/threadtest.c	2012-01-16 18:00:20 UTC (rev 3565)
@@ -10,7 +10,7 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
- * Author: Sandro Santilli <strk at refractions.net>
+ * Author: Sandro Santilli <strk at keybit.net>
  *
  ***********************************************************************/
 

Modified: trunk/tests/unit/algorithm/InteriorPointAreaTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/InteriorPointAreaTest.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/unit/algorithm/InteriorPointAreaTest.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2011      Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/unit/geom/GeometryFactoryTest.cpp
===================================================================
--- trunk/tests/unit/geom/GeometryFactoryTest.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/unit/geom/GeometryFactoryTest.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -219,7 +219,7 @@
 		ensure( "createEmptyGeometry() returned non-empty geometry.", geo->isEmpty() );
 
 		// TODO - mloskot
-		// http://geos.refractions.net/pipermail/geos-devel/2006-March/001960.html
+		// http://geos.osgeo.org/pipermail/geos-devel/2006-March/001960.html
 		/*		
 		ensure( geo->isSimple() );
 		ensure( geo->isValid() );
@@ -455,11 +455,11 @@
 		ensure( lr->getCoordinate() == 0 );
 
 		// TODO - mloskot
-		//http://geos.refractions.net/pipermail/geos-devel/2006-March/001961.html
+		//http://geos.osgeo.org/pipermail/geos-devel/2006-March/001961.html
 		//ensure( lr->isClosed() );
 		
 		// TODO - mloskot
-		//http://geos.refractions.net/pipermail/geos-devel/2006-March/001962.html
+		//http://geos.osgeo.org/pipermail/geos-devel/2006-March/001962.html
 		//ensure_equals( lr->getStartPoint(), lr->getEndPoint() );
 		
 		ensure_equals( lr->getGeometryTypeId(), geos::geom::GEOS_LINEARRING );
@@ -543,7 +543,7 @@
 		ensure( line->getCentroid() == 0 );
 		
 		// TODO - mloskot - waiting for some decision
-		// http://geos.refractions.net/pipermail/geos-devel/2006-March/002006.html
+		// http://geos.osgeo.org/pipermail/geos-devel/2006-March/002006.html
 		//ensure( line->getCoordinate() == 0 );
 
 		GeometryPtr geo = 0;
@@ -642,12 +642,12 @@
 		ensure( poly->getCentroid() == 0 );
 
 		// TODO - mloskot - waiting for some decision
-		// http://geos.refractions.net/pipermail/geos-devel/2006-March/002006.html
+		// http://geos.osgeo.org/pipermail/geos-devel/2006-March/002006.html
 		//ensure( poly->getCoordinate() == 0 );
 
 		GeometryPtr geo = 0;
 		// TODO - mloskot - waiting for resolution
-		// http://geos.refractions.net/pipermail/geos-devel/2006-March/002011.html
+		// http://geos.osgeo.org/pipermail/geos-devel/2006-March/002011.html
 		//geo = poly->getEnvelope();
 		//ensure( geo != 0 );
 		//ensure( geo->isEmpty() );
@@ -922,7 +922,7 @@
 		GeometryPtr geo = 0;
 
 		// TODO - mloskot - waiting for resolution
-		// http://geos.refractions.net/pipermail/geos-devel/2006-March/002011.html
+		// http://geos.osgeo.org/pipermail/geos-devel/2006-March/002011.html
 		//geo = poly->getEnvelope();
 		//ensure( geo != 0 );
 		//ensure( geo->isEmpty() );
@@ -1075,7 +1075,7 @@
 		GeometryPtr geo = 0;
 
 		// TODO - mloskot - waiting for resolution
-		// http://geos.refractions.net/pipermail/geos-devel/2006-March/002011.html
+		// http://geos.osgeo.org/pipermail/geos-devel/2006-March/002011.html
 		//geo = poly->getEnvelope();
 		//ensure( geo != 0 );
 		//ensure( geo->isEmpty() );

Modified: trunk/tests/unit/geom/PolygonTest.cpp
===================================================================
--- trunk/tests/unit/geom/PolygonTest.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/unit/geom/PolygonTest.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -171,7 +171,7 @@
 	void object::test<6>()
 	{
 		//inform( "Test waiting for resolution of getEnvelope() issue." );
-		//http://geos.refractions.net/pipermail/geos-devel/2006-April/002123.html
+		//http://geos.osgeo.org/pipermail/geos-devel/2006-April/002123.html
 
 		//EnvelopeCPtr envelope = empty_poly_->getEnvelopeInternal();
 		//ensure( envelope != 0 );

Modified: trunk/tests/unit/geos_unit.cpp
===================================================================
--- trunk/tests/unit/geos_unit.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/unit/geos_unit.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -49,7 +49,7 @@
         << "  " << module << " geos::geom::Envelope\n"
         << "  " << module << " geos::geom::Envelope 2\n"
         << endl
-        << "GEOS homepage: http://geos.refractions.net" << endl;
+        << "GEOS homepage: http://geos.osgeo.org" << endl;
 }
 
 int main(int argc, const char* argv[])

Modified: trunk/tests/xmltester/BufferResultMatcher.cpp
===================================================================
--- trunk/tests/xmltester/BufferResultMatcher.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/BufferResultMatcher.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/xmltester/BufferResultMatcher.h
===================================================================
--- trunk/tests/xmltester/BufferResultMatcher.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/BufferResultMatcher.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/xmltester/CTS.cpp
===================================================================
--- trunk/tests/xmltester/CTS.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/CTS.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/tests/xmltester/SimpleWKTTester.cpp
===================================================================
--- trunk/tests/xmltester/SimpleWKTTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/SimpleWKTTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp
===================================================================
--- trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/xmltester/SingleSidedBufferResultMatcher.h
===================================================================
--- trunk/tests/xmltester/SingleSidedBufferResultMatcher.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/SingleSidedBufferResultMatcher.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2009  Sandro Santilli <strk at keybit.net>
  *

Modified: trunk/tests/xmltester/Stackwalker.h
===================================================================
--- trunk/tests/xmltester/Stackwalker.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/Stackwalker.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2001-2002 Vivid Solutions Inc.
  *

Modified: trunk/tests/xmltester/XMLTester.cpp
===================================================================
--- trunk/tests/xmltester/XMLTester.cpp	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/XMLTester.cpp	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005-2006 Refractions Research Inc.
  * Copyright (C) 2001-2002 Vivid Solutions Inc.

Modified: trunk/tests/xmltester/XMLTester.h
===================================================================
--- trunk/tests/xmltester/XMLTester.h	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/XMLTester.h	2012-01-16 18:00:20 UTC (rev 3565)
@@ -1,7 +1,7 @@
 /**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
- * http://geos.refractions.net
+ * http://geos.osgeo.org
  *
  * Copyright (C) 2005 Refractions Research Inc.
  *

Modified: trunk/tests/xmltester/safe_to_xml.sh
===================================================================
--- trunk/tests/xmltester/safe_to_xml.sh	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/safe_to_xml.sh	2012-01-16 18:00:20 UTC (rev 3565)
@@ -3,7 +3,7 @@
 #######################################################################
 #
 # GEOS - Geometry Engine Open Source
-# http://geos.refractions.net
+# http://geos.osgeo.org
 #
 # Copyright (C) 2009 Sandro Santilli <strk at keybit.net>
 #

Modified: trunk/tests/xmltester/tests/robustness.xml
===================================================================
--- trunk/tests/xmltester/tests/robustness.xml	2012-01-08 13:46:07 UTC (rev 3564)
+++ trunk/tests/xmltester/tests/robustness.xml	2012-01-16 18:00:20 UTC (rev 3565)
@@ -5,7 +5,7 @@
   <precisionModel scale="1.0" offsetx="0.0" offsety="0.0"/>
 
 <case>
-<desc>http://geos.refractions.net/pipermail/geos-devel/2005-May/001441.html</desc>
+<desc>http://geos.osgeo.org/pipermail/geos-devel/2005-May/001441.html</desc>
 
  <a>
  0103000020E80A00000100000069010000ECA2396C13BBFF40E8BA3424319F2541DEFB1D49DFB8FF40E73660ADA07F2541FAD6C80B43B2FF407033A9AC12602541E43630383FA7FF401F0EFC9789402541470638AAD497FF408AE2E2E40721254133F2A0950484FF40D372540890012541776AF085D06BFF40B21B837624E22441E2C9515E3A4FFF40DBD7ABA2C7C22441CDA87059442EFF407956E5FE7BA32441DF5C4C09F108FF40A728EFFB4384244184A9045743DFFE40A40901092265244116A59F823EB1FE4096459A931846244141D7C822E67EFE40AD4251072A272441B29589243E48FE405630A3CD58082441A6A4FACA4A0DFE4065E0C34DA7E923417321EFAE10CEFD40D6CD6DEC17CB2341B7BD98BE948AFD40F954B20BADAC23414652253DDC42FD40B720CA0A698E234192D155C2ECF6FC40ADD0E5454E702341B3A10E3ACCA6FC40CCDBFE155F522341D166E1E38052FC4022B3A8D09D3423411747905211FAFB408628E2C70C172341F7B18A6B849DFB40B61CE749AEF92241F6B46366E13CFB40907802A184DC2241B9E841CC2FD8FA40FA74601392BF224194014977776FFA400135E1E2D8A22241500FFD91C002FA40CFB5EB4C5B8622416E789F961392F940DE17418A1B6A22418ABD854E791DF940FD44D0CE1B4E224122126AD1FAA4F84096F689495E
 32224164D8B584A128F840951F3524E5162241350EC61A77A8F7406EBD4383B2FB2141FEB929928524F7408B13A885C8E021417066DA34D79CF6408654AA4429C62141BCBC6E977611F64071BCBED3D6AB21414A4D47986E82F5407B1F5C40D39121416897B55ECAEFF44024F0D29120782141DA601D5A9559F4403AC024C9C05E2141AC6E1041DBBFF340C23FDCE0B545214109B16410A822F340EABCE5CC012D214160F4440A0882F2402528687AA61421417B2A3CB507DEF140659F9ECFA5FC2041975E3BDBB336F1408B83B2AB01E5204109689A88198CF040F01A96E6BBCD204192DE26168CBCEF40FDC3DF50D6B620418BB372E18D5AEE40A5BAA5B352A020414762D20D54F2EC409D735AD0328A204125366DB2FA83EB401B90A9607874204149EEA6609E0FEA40CC6C5516255F20412C71E5215C95E840C14E159B3A4A204167244D755115E740E4307490BA3520410516744D9C8FE5409C34B08FA621204130250C0E5B04E44024B89A29000E2041F2588489AC73E240152AF2CC91F51F414194A1FEAFDDE040A812CC8B04D01F41B9AE1D2C0A85DE40479B677D5BAB1F413F7ECABF9744DB4062B59D7D99871F4122E757A249FAD740CEC04256C1641F412B6FA08261A6D440A7E1EEBED5421F41A4982BCF2149D14038C2C75CD9211F41436DFF619BC5CB402FC54BC
 2CE011F41DF6CCA0C52E7C44028AC1E6FB8E21E41DD196F76E1EFBB409BB6D7CF98C41E41F3220E7C07E0AB40163DD13D72A71E4180CA45A3CBEE47C079CCF9FE468B1E4173AA092451DDACC0EBC4A64519701E41488EA3D140CBBCC00E806830EB551E41721152D143A2C5C0D501E0C9BE3C1E41BB857A0AAEECCCC05637960896241E4176759EC42622D2C0BAC6D4CE720D1E41BE846FDD47D4D5C0657380EA56F71D41F4583488708CD9C03319F51444E21D4153B71285564ADDC0B041E3F23BCE1D41F73ECE90D786E0C0E7552F1440BB1D417067519F176BE2C05E6FD2F351A91D413DDB08ABC551E4C0B5CABCF772981D41C6EB69C0BB3AE6C01FDEB970A4881D4115D45EBED325E8C00516569AE7791D4168E43F59E712EAC0BF39C69A3D6C1D4198FFCF1DD001ECC05C7AD082A75F1D41AE2E3C7467F2EDC0482DB74D26541D41D30E1EA386E4EFC0703425E1BA491D41C76E406903ECF0C06B151C0D66401D417873748760E6F1C014C1E38B28381D41AC8C2E2647E1F2C0D60CFC0103311D410441B9B4A3DCF3C0C9DE0FFEF52A1D41EDBA2C9962D8F4C0A10DEAF801261D419914F63170D4F5C053F56B5527221D41003D5FD7B8D0F6C024C18560661F1D41725717DD28CDF7C0C06B3051BF1D1D410D77BB93ACC9F8C0D0756948321D1D4181975F4A30C6F9C06753
 3051BF1D1D4180B41750A0C2FAC075908560661F1D4127E180F5E8BEFBC051AC6B5527221D41C5404A8EF6BAFCC051ACE9F801261D4152C2BD72B5B6FDC033650FFEF52A1D41FF7F480112B2FEC0047BFB0103311D4139A402A0F8ACFFC01117E38B28381D41D05A1BDFAA5300C145531B0D66401D41B215F4EA8AD000C1365A24E1BA491D41C495ACB6124D01C10B3BB64D26541D4169AA478C38C901C12E70CF82A75F1D41EBBA6BBDF24402C1B517C59A3D6C1D418A0924A437C002C136DC549AE7791D41FC4EA1A3FD3A03C1A38CB870A4881D414F9FF9283BB503C1A661BBF772981D414689E7ABE62E04C1DAEED0F351A91D41386188AFF6A704C10ABE2D1440BB1D41B0A819C3612005C19B92E1F23BCE1D41F083B5821E9805C10753F31444E21D41B72E0E98230F06C145967EEA56F71D41AE6128BB678506C1CDD2D2CE720D1E41DA9914B3E1FA06C1C12C940896241E41C133A756886F07C1C2E0DDC9BE3C1E41D14B2F8D52E307C1A7486630EB551E41CA552C4F375608C15C77A44519701E410E5D02A72DC808C1F068F7FE468B1E41B1DFACB12C3909C1C3C3CE3D72A71E417036709F2BA909C1B027D5CF98C41E41AB7B89B421180AC1D7071C6FB8E21E41ACE3DC4906860AC1AD0B49C2CE011F41A378A2CDD0F20AC1BCF3C45CD9211F41E52C11C4785E0BC16
 8FEEBBED5421F410D3608C8F5C80BC107C93F56C1641F41D1A3B68B3F320CC14DA99A7D99871F41742541D94D9A0CC1207B647D5BAB1F41F3F0659318010DC1AFDEC88B04D01F4116BF1EB697660DC189E2EECC91F51F41C9CF4057C3CA0DC1B60A9929000E20414EEA1AA7932D0EC1A77DAE8FA6212041DF4C11F1008F0EC189707290BA352041B07F379C03EF0EC12585139B3A4A20413BFFE72B944D0FC1129A5316255F204117B25940ABAA0FC167B4A76078742041528F99CB200310C1148F58D0328A20418BAA0D06283010C16DCDA3B352A020414941A4CC675C10C13DCEDD50D6B62041221106ACDC8710C1CE1C94E6BBCD2041B960AE4083B210C12F7DB0AB01E52041EEA52E3758DC10C1F8909CCFA5FC2041EAEA704C580511C1D011667AA6142141DEECF84D802D11C1D79EE3CC012D214154EF231ACD5411C11A1ADAE0B5452141313F67A03B7B11C1299322C9C05E214166608DE1C8A011C1D5BBD09120782141B1E1F1EF71C511C11AE45940D39121419ED1BBEF33E911C12B7ABCD3D6AB214159D016170C0C12C1870BA84429C62141C5B96AAEF72D12C101C4A585C8E0214195E39110F44E12C187674183B2FB21411BEB0DABFE6E12C181C33224E5162241BB0E3BFE148E12C1839487495E322241FB0E829D34AC12C11BDDCDCE1B4E22414D93882F5BC912
 C15CAA3E8A1B6A2241D00E606E86E512C1DF42E94C5B8622415A21B327B40013C1D3BCDEE2D8A222414B71F13CE21A13C1BFF75D1392BF2241AFFA79A30E3413C17BF6FFA084DC22416DD0C364374C13C1F895E449AEF922415D4C859E5A6313C1519DDFC70C1723411AABD982767913C1AA23A6D09D342341C6106558898E13C14348FC155F522341D5F3767A91A213C14839E3454E7023413AEB2A598DB513C1A885C70A698E23416FDD87797BC713C175B6AF0BADAC2341D48D9D755AD813C1112C6BEC17CB23413386A0FC28E813C1943BC14DA7E92341235A04D3E5F613C1AD88A0CD580824414D4294D28F0414C161984E072A2724419E0D8AEA251114C1DD98979318462441AA66A31FA71C14C1B25AFE0822652441856B358C122714C1B377ECFB4384244195963E60673014C1B9A3E2FE7BA32441FEF676E1A43814C18423A9A2C7C2244154B75E6BCA3F14C1FA65807624E2244180F14A6FD74514C1EFBB510890012541CBCE7074CB4A14C1B22AE0E40721254140F3EE17A64E14C18855F997894025419833D50C675114C1517AA6AC1260254128952A1C0E5314C1777D5DADA07F25414597F1249B5314C15C013224319F2541DAC52A1C0E5314C17985069BC1BE2541F994D50C675114C14189BD9B4FDE25414685EF17A64E14C11AAF6AB0D8FD25416D917174CB4
 A14C16DDB83635A1D2641AEE44B6FD74514C1194C1240D23C2641FCDA5F6BCA3F14C164A4E3D13D5C2641074B78E1A43814C19CE9BAA59A7B2641E61A4060673014C1946C8149E69A26410020378C122714C1339C774C1EBA26412D4BA51FA71C14C139BD653F40D9264102228CEA251114C17E83CCB449F82641698696D28F0414C1D588154138172741CBCD06D3E5F613C1CE9DC37A093627413529A3FC28E813C196F0A2FABA542741FB5FA0755AD813C13106F95B4A73274183DE8A797BC713C14F82B43CB5912741FF1A2E598DB513C107BA9C3DF9AF27410B527A7A91A213C1B90D810214CE27412B9D6858898E13C17706683203EC27416665DD82767913C13233BE77C40928414634899E5A6313C111C2848055272841A6E5C764374C13C157D27FFEB3442841E43C7EA30E3413C1257B64A7DD6128412AE0F53CE21A13C197830635D07E284189BCB727B40013C19BC88565899B2841F2D5646E86E512C10B4D7BFB06B8284104868D2F5BC912C16BF025BE46D42841E42C879D34AC12C1EBC8967946F02841705740FE148E12C1211DDDFE030C2941325E13ABFE6E12C121FA31247D272941A1809710F44E12C1756223C5AF422941578070AEF72D12C1B412BFC2995D2941FDBF1C170C0C12C143D8BC0339782941DEE9C1EF33E911C11077A8748B9229411322F8EF
 71C511C1EC1A0B088FAC29416DC893E1C8A011C1555194B641C629415DCE6DA03B7B11C17C88427FA1DF294123A52A1ACD5411C15E108B67ACF82941C9C8FF4D802D11C1C99A817B60112A4169EC774C580511C14D37FFCDBB292A4173CC353758DC10C1F5C7C878BC412A41B7ABB54083B210C1E0EBB49C60592A4108800DACDC8710C1B45CD161A6702A4182D3ABCC675C10C108BC87F78B872A417F5F1506283010C1E9CDC1940F9E2A416866A1CB200310C1A01D0D782FB42A414EA36940ABAA0FC1F609BEE7E9C92A413E32F82B944D0FC13F3612323DDF2A413DF3479C03EF0EC1685D52AD27F42A41AAFF21F1008F0EC18884F3B7A7082B410ADB2BA7932D0EC1358AB7B8BB1C2B4123FD5157C3CA0DC13510CD1E62302B41B72730B697660DC1F8BCEE6199432B418093779318010DC177D2810260562B418C0053D94D9A0CC11218B489B4682B4110B6C88B3F320CC10D159989957A2B410B7E1AC8F5C80BC17F99469D018C2B4134A923C4785E0BC15793F068F79C2B41D227B5CDD0F20AC1702D049A75AD2B4146C4EF4906860AC1733642E77ABD2B41378C9CB421180AC18FCDD81006CD2B417275839F2BA909C109537CE015DC2B41A84BC0B12C3909C1989A7F29A9EA2B4177F415A72DC808C1CD5DEBC8BEF82B411D17404F375608C191EC94A555062C4183354
 38D52E307C1141A34B06C132C414644BB56886F07C15A6478E302202C41A1CF28B3E1FA06C1DA541D44172C2C4123BB3CBB678506C17B18FEE0A8372C4144AA2298230F06C18E4D28D3B6422C41FB1FCA821E9805C12106EE3D404D2C41A0632EC3612005C16EFDF64E44572C416D399DAFF6A704C1EFFE503EC2602C41207DFCABE62E04C1DF7D7F4EB9692C412DAD0E293BB503C1EF5B8ACC28722C413875B6A3FD3A03C104DE0B10107A2C417F4639A437C002C1E7CD3D7B6E812C41F10C81BDF24402C1EDC7057B43882C41D70F5D8C38C901C18CB300878E8E2C41ED0CC2B6124D01C10E668D214F942C41EA9C09EB8AD000C17C6ED6D784992C416AF030DFAA5300C1090ADB412F9E2C41D2E82DA0F8ACFFC0464077024EA22C419DDA730112B2FEC07D266BC7E0A52C41942FE972B5B6FDC0A2496149E7A82C4148BD758EF6BAFCC0593EF44B61AB2C418769ACF5E8BEFBC0A656B39D4EAD2C4158454350A0C2FAC0E77C2618AFAE2C416B2D8B4A30C6F9C0C433D19F82AF2C41A30EE793ACC9F8C0E8BA3424C9AF2C414FED42DD28CDF7C04858D19F82AF2C41BCCD8AD7B8D0F6C0EDC52618AFAE2C41CF9C213270D4F5C028C4B39D4EAD2C413837589962D8F4C04ED0F44B61AB2C41FFADE4B4A3DCF3C0FFFF6149E7A82C41F6E6592647E1F2C034016CC7E0A52C41AF
 B79F8760E6F1C0463F78024EA22C418B996B6903ECF0C03D2DDC412F9E2C41B92A74A386E4EFC0CEB5D7D784992C413B0A927467F2EDC065D18E214F942C411C94251ED001ECC0CB4202878E8E2C41352B9559E712EAC0F57A077B43882C4184C6B3BED325E8C096A43F7B6E812C413983BEC0BB3AE6C036D80D10107A2C411C115DABC551E4C07C798CCC28722C412835A59F176BE2C09DBE814EB9692C41009E2191D786E0C0B062533EC2602C41078BB885564ADDC00384F94E44572C415C35D988708CD9C058AFF03D404D2C41FF5C13DE47D4D5C031192BD3B6422C41C93C41C52622D2C0540601E1A8372C4123D9BD0BAEECCCC0AC642044172C2C41681093D243A2C5C0EA957BE302202C413EB120D440CBBCC0216D37B06C132C411BD7F92851DDACC0D96098A555062C4127FFB1DCCCEE47C00BF3EEC8BEF82B41B64F337707E0AB4085508329A9EA2B417C4F0774E1EFBB405A2980E015DC2B41506F990B52E7C440F8C3DC1006CD2B411C6FD1609BC5CB40A54C46E77ABD2B410A2596CE2149D1401A63089A75AD2B41B2920C8261A6D44024E8F468F79C2B414CADC5A149FAD740170D4B9D018C2B4172F239BF9744DB401AA79D89957A2B4139DC8E2B0A85DE4037C8B889B4682B413A0D5BFEAFDDE04058A0860260562B41A3B93E89AC73E24033A8F36199432B4
 10773C70D5B04E4406918D21E62302B415C56304D9C8FE540FEAEBCB8BB1C2B41885C0A755115E7407FC5F8B7A7082B414AA6A3215C95E84024BA57AD27F42A41872566609E0FEA4053AE17323DDF2A418F742DB2FA83EB40F79CC3E7E9C92A41D6AC930D54F2EC401DCB12782FB42A41220F35E18D5AEE407195C7940F9E2A41FF4FEA158CBCEF40299D8DF78B872A4107AE7C88198CF040F756D761A6702A412F341EDBB336F140CFFEBA9C60592A41F1911FB507DEF14015F3CE78BC412A41F0EF280A0882F240247A05CEBB292A41E2424910A822F340DAF4877B60112A41F298F540DBBFF3402A819167ACF82941A425035A9559F440820F497FA1DF2941C0F89B5ECAEFF44013EE9AB641C62941314D2E986E82F540DECC11088FAC2941255D56977611F640B13DAF748B92294141A9C234D79CF6400BB3C3033978294111A112928524F7401A01C6C2995D2941579BAF1A77A8F740EF632AC5AF422941540DA084A128F840220E39247D27294193F054D1FAA4F8401D43E4FE030C29412347714E791DF94053009E7946F02841C8AE8B961392F940AF382DBE46D42841F4F3E991C002FA409AA582FB06B8284100963677776FFA40E2308D65899B28415D2E30CC2FD8FA4001FB0D35D07E284133AD5266E13CFB401E016CA7DD612841215E7A6B849DFB40496687FEB344
 284173A8805211FAFB4064638C8055272841987ED2E38052FC404EE1C577C40928410E71003ACCA6FC40C3C06F3203EC27419C5948C2ECF6FC409AD3880214CE27410C94183DDC42FD40E28AA43DF9AF274136BA8CBE948AFD40895DBC3CB59127419BD9E3AE10CEFD402CEB005C4A7327415819F0CA4A0DFE40B5DEAAFABA542741C1C77F243E48FE407294CB7A0936274170C7BF22E67EFE405F871D41381727411A5497823EB1FE404F89D4B449F826410318FD5643DFFE40B1C96D3F40D926416F8B4509F108FF40B1AE7F4C1EBA2641F6976A59442EFF4077848949E69A26411D7A4C5E3A4FFF404206C3A59A7B26412FDCEB85D06BFF402CC5EBD13D5C2641C2259D950484FF4060701A40D23C2641F9FB34AAD497FF4090028C635A1D2641F4EE2D383FA7FF4077D872B0D8FD25419651C70B43B2FF4035B4C59B4FDE254124391D49DFB8FF4060B10E9BC1BE2541ECA2396C13BBFF40E8BA3424319F2541



More information about the geos-commits mailing list