[geos-commits] r3482 - in trunk: . capi cmake 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/planargrap h include/geos/planargraph/algorithm include/geos/precision include/geos/simplify include/geos/util macros src src/algorithm src/algorithm/distance src/algorithm/locate src/geom src/geom/prep src/geom/util src/geomgraph src/geomgraph/index src/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 swig swig/python swig/python/tests swig/ruby swig/ruby/test tests tests/bigtest tests/geostest tests/perf tests/perf/capi tests/perf/operation tests/perf/operation/buffer tests/thread tests/unit tests/unit/algorithm tests/unit/algorithm/CGAlgorithms tests/unit/algorithm/distance tests/unit/capi tests/unit/geom tests/unit/geom/Geometry tests/unit/geom/prep tests/unit/geom/util tests/unit/index/quadtree tests/unit/io tests/unit/linearref tests/unit/noding tests/unit/operation tests/unit/operation/buffer tests/unit/operation/distance tests/unit/operation/overlay/snap tests/unit/operation/overlay/validate tests/unit/operation/polygonize tests/unit/operation/union tests/unit/operation/valid tests/unit/precision tests/unit/simplify tests/unit/util tests/xmltester tools

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Sep 22 21:03:54 EDT 2011


Author: mloskot
Date: 2011-09-22 18:03:54 -0700 (Thu, 22 Sep 2011)
New Revision: 3482

Modified:
   trunk/CMakeLists.txt
   trunk/Makefile.am
   trunk/autogen.bat
   trunk/autogen.sh
   trunk/capi/CMakeLists.txt
   trunk/capi/Makefile.am
   trunk/capi/geos_c.cpp
   trunk/capi/geos_c.h.in
   trunk/capi/geos_ts_c.cpp
   trunk/cmake/cmake_uninstall.cmake.in
   trunk/configure.in
   trunk/doc/Makefile.am
   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/examples/Makefile.am
   trunk/include/CMakeLists.txt
   trunk/include/Makefile.am
   trunk/include/acconfig.h
   trunk/include/geos.h
   trunk/include/geos/Makefile.am
   trunk/include/geos/algorithm/Angle.h
   trunk/include/geos/algorithm/BoundaryNodeRule.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/Makefile.am
   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/Makefile.am
   trunk/include/geos/algorithm/distance/PointPairDistance.h
   trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
   trunk/include/geos/algorithm/locate/Makefile.am
   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/Makefile.am
   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/BasicPreparedGeometry.h
   trunk/include/geos/geom/prep/Makefile.am
   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/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/Makefile.am
   trunk/include/geos/geom/util/PointExtracter.h
   trunk/include/geos/geom/util/PolygonExtracter.h
   trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.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/EdgeList.h
   trunk/include/geos/geomgraph/EdgeNodingValidator.h
   trunk/include/geos/geomgraph/Makefile.am
   trunk/include/geos/geomgraph/NodeFactory.h
   trunk/include/geos/geomgraph/NodeMap.h
   trunk/include/geos/geomgraph/Position.h
   trunk/include/geos/geomgraph/Quadrant.h
   trunk/include/geos/geomgraph/index/EdgeSetIntersector.h
   trunk/include/geos/geomgraph/index/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   trunk/include/geos/index/chain/MonotoneChain.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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   trunk/include/geos/index/strtree/SIRtree.h
   trunk/include/geos/index/strtree/STRtree.h
   trunk/include/geos/index/sweepline/Makefile.am
   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/Makefile.am
   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/Makefile.am
   trunk/include/geos/noding.h
   trunk/include/geos/noding/BasicSegmentString.h
   trunk/include/geos/noding/FastNodingValidator.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/Makefile.am
   trunk/include/geos/noding/NodableSegmentString.h
   trunk/include/geos/noding/NodedSegmentString.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/SegmentSetMutualIntersector.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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/distance/Makefile.am
   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/linemerge/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   trunk/include/geos/operation/predicate/RectangleContains.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/Makefile.am
   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/Makefile.am
   trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
   trunk/include/geos/operation/union/CascadedPolygonUnion.h
   trunk/include/geos/operation/union/CascadedUnion.h
   trunk/include/geos/operation/union/GeometryListHolder.h
   trunk/include/geos/operation/union/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/planargraph/algorithm/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/macros/Makefile.am
   trunk/macros/geos.m4
   trunk/makefile.vc
   trunk/nmake.opt
   trunk/src/CMakeLists.txt
   trunk/src/Makefile.am
   trunk/src/Makefile.vc
   trunk/src/algorithm/Angle.cpp
   trunk/src/algorithm/BoundaryNodeRule.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/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/distance/Makefile.am
   trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp
   trunk/src/algorithm/locate/Makefile.am
   trunk/src/algorithm/locate/PointOnGeometryLocator.cpp
   trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp
   trunk/src/dirlist.mk
   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/Makefile.am
   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/BasicPreparedGeometry.cpp
   trunk/src/geom/prep/Makefile.am
   trunk/src/geom/prep/PreparedGeometry.cpp
   trunk/src/geom/prep/PreparedGeometryFactory.cpp
   trunk/src/geom/prep/PreparedLineString.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/Makefile.am
   trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp
   trunk/src/geom/util/SineStarFactory.cpp
   trunk/src/geomgraph/Depth.cpp
   trunk/src/geomgraph/EdgeList.cpp
   trunk/src/geomgraph/EdgeNodingValidator.cpp
   trunk/src/geomgraph/Makefile.am
   trunk/src/geomgraph/NodeFactory.cpp
   trunk/src/geomgraph/NodeMap.cpp
   trunk/src/geomgraph/Position.cpp
   trunk/src/geomgraph/Quadrant.cpp
   trunk/src/geomgraph/index/Makefile.am
   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/Makefile.am
   trunk/src/index/bintree/Bintree.cpp
   trunk/src/index/bintree/Interval.cpp
   trunk/src/index/bintree/Key.cpp
   trunk/src/index/bintree/Makefile.am
   trunk/src/index/bintree/Node.cpp
   trunk/src/index/bintree/NodeBase.cpp
   trunk/src/index/bintree/Root.cpp
   trunk/src/index/chain/Makefile.am
   trunk/src/index/chain/MonotoneChain.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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   trunk/src/index/strtree/SIRtree.cpp
   trunk/src/index/strtree/STRtree.cpp
   trunk/src/index/sweepline/Makefile.am
   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/Makefile.am
   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/IntersectionAdder.cpp
   trunk/src/noding/IntersectionFinderAdder.cpp
   trunk/src/noding/IteratedNoder.cpp
   trunk/src/noding/MCIndexNoder.cpp
   trunk/src/noding/Makefile.am
   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/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/Makefile.am
   trunk/src/noding/snapround/SimpleSnapRounder.cpp
   trunk/src/operation/GeometryGraphOperation.cpp
   trunk/src/operation/IsSimpleOp.cpp
   trunk/src/operation/Makefile.am
   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/Makefile.am
   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/distance/Makefile.am
   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/linemerge/Makefile.am
   trunk/src/operation/overlay/EdgeSetNoder.cpp
   trunk/src/operation/overlay/ElevationMatrix.cpp
   trunk/src/operation/overlay/ElevationMatrixCell.cpp
   trunk/src/operation/overlay/Makefile.am
   trunk/src/operation/overlay/MaximalEdgeRing.cpp
   trunk/src/operation/overlay/MinimalEdgeRing.cpp
   trunk/src/operation/overlay/OverlayNodeFactory.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/Makefile.am
   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/Makefile.am
   trunk/src/operation/predicate/RectangleContains.cpp
   trunk/src/operation/relate/EdgeEndBundleStar.cpp
   trunk/src/operation/relate/Makefile.am
   trunk/src/operation/relate/RelateNodeFactory.cpp
   trunk/src/operation/relate/RelateNodeGraph.cpp
   trunk/src/operation/relate/RelateOp.cpp
   trunk/src/operation/sharedpaths/Makefile.am
   trunk/src/operation/sharedpaths/SharedPathsOp.cpp
   trunk/src/operation/union/CascadedPolygonUnion.cpp
   trunk/src/operation/union/CascadedUnion.cpp
   trunk/src/operation/union/Makefile.am
   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/Makefile.am
   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/Makefile.am
   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/Makefile.am
   trunk/src/precision/SimpleGeometryPrecisionReducer.cpp
   trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp
   trunk/src/simplify/DouglasPeuckerSimplifier.cpp
   trunk/src/simplify/LineSegmentIndex.cpp
   trunk/src/simplify/Makefile.am
   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/Makefile.am
   trunk/src/util/Profiler.cpp
   trunk/src/util/math.cpp
   trunk/swig/Makefile.am
   trunk/swig/python/Makefile.am
   trunk/swig/python/tests/Makefile.am
   trunk/swig/python/tests/TESTING.txt
   trunk/swig/python/tests/runtests.py
   trunk/swig/ruby/Makefile.am
   trunk/swig/ruby/test/Makefile.am
   trunk/tests/CMakeLists.txt
   trunk/tests/Makefile.am
   trunk/tests/bigtest/CMakeLists.txt
   trunk/tests/bigtest/GeometryTestFactory.cpp
   trunk/tests/bigtest/Makefile.am
   trunk/tests/bigtest/TestSweepLineSpeed.cpp
   trunk/tests/bigtest/bigtest.h
   trunk/tests/geostest/Makefile.am
   trunk/tests/geostest/geostest.c
   trunk/tests/perf/Makefile.am
   trunk/tests/perf/capi/Makefile.am
   trunk/tests/perf/operation/Makefile.am
   trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
   trunk/tests/perf/operation/buffer/Makefile.am
   trunk/tests/thread/Makefile.am
   trunk/tests/thread/badthreadtest.c
   trunk/tests/thread/threadtest.c
   trunk/tests/unit/CMakeLists.txt
   trunk/tests/unit/Makefile.am
   trunk/tests/unit/algorithm/AngleTest.cpp
   trunk/tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp
   trunk/tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp
   trunk/tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp
   trunk/tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp
   trunk/tests/unit/algorithm/ConvexHullTest.cpp
   trunk/tests/unit/algorithm/PointLocatorTest.cpp
   trunk/tests/unit/algorithm/RobustLineIntersectionTest.cpp
   trunk/tests/unit/algorithm/RobustLineIntersectorTest.cpp
   trunk/tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp
   trunk/tests/unit/capi/GEOSBufferTest.cpp
   trunk/tests/unit/capi/GEOSContainsTest.cpp
   trunk/tests/unit/capi/GEOSCoordSeqTest.cpp
   trunk/tests/unit/capi/GEOSGeomFromWKBTest.cpp
   trunk/tests/unit/capi/GEOSGeomToWKTTest.cpp
   trunk/tests/unit/capi/GEOSGeom_create.cpp
   trunk/tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp
   trunk/tests/unit/capi/GEOSIntersectsTest.cpp
   trunk/tests/unit/capi/GEOSOffsetCurveTest.cpp
   trunk/tests/unit/capi/GEOSOrientationIndex.cpp
   trunk/tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp
   trunk/tests/unit/capi/GEOSPreparedGeometryTest.cpp
   trunk/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp
   trunk/tests/unit/capi/GEOSRelatePatternMatchTest.cpp
   trunk/tests/unit/capi/GEOSSimplifyTest.cpp
   trunk/tests/unit/capi/GEOSSnapTest.cpp
   trunk/tests/unit/capi/GEOSUnaryUnionTest.cpp
   trunk/tests/unit/capi/GEOSWithinTest.cpp
   trunk/tests/unit/capi/GEOSisValidDetailTest.cpp
   trunk/tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp
   trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp
   trunk/tests/unit/geom/CoordinateListTest.cpp
   trunk/tests/unit/geom/CoordinateTest.cpp
   trunk/tests/unit/geom/DimensionTest.cpp
   trunk/tests/unit/geom/EnvelopeTest.cpp
   trunk/tests/unit/geom/Geometry/clone.cpp
   trunk/tests/unit/geom/Geometry/coversTest.cpp
   trunk/tests/unit/geom/Geometry/isRectangleTest.cpp
   trunk/tests/unit/geom/GeometryFactoryTest.cpp
   trunk/tests/unit/geom/IntersectionMatrixTest.cpp
   trunk/tests/unit/geom/LineSegmentTest.cpp
   trunk/tests/unit/geom/LineStringTest.cpp
   trunk/tests/unit/geom/LinearRingTest.cpp
   trunk/tests/unit/geom/LocationTest.cpp
   trunk/tests/unit/geom/MultiLineStringTest.cpp
   trunk/tests/unit/geom/MultiPointTest.cpp
   trunk/tests/unit/geom/MultiPolygonTest.cpp
   trunk/tests/unit/geom/PointTest.cpp
   trunk/tests/unit/geom/PolygonTest.cpp
   trunk/tests/unit/geom/PrecisionModelTest.cpp
   trunk/tests/unit/geom/TriangleTest.cpp
   trunk/tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp
   trunk/tests/unit/geom/util/GeometryExtracterTest.cpp
   trunk/tests/unit/geos_unit.cpp
   trunk/tests/unit/index/quadtree/DoubleBitsTest.cpp
   trunk/tests/unit/io/ByteOrderValuesTest.cpp
   trunk/tests/unit/io/WKBReaderTest.cpp
   trunk/tests/unit/io/WKBWriterTest.cpp
   trunk/tests/unit/io/WKTReaderTest.cpp
   trunk/tests/unit/io/WKTWriterTest.cpp
   trunk/tests/unit/linearref/LengthIndexedLineTest.cpp
   trunk/tests/unit/noding/BasicSegmentStringTest.cpp
   trunk/tests/unit/noding/NodedSegmentStringTest.cpp
   trunk/tests/unit/noding/SegmentNodeTest.cpp
   trunk/tests/unit/noding/SegmentPointComparatorTest.cpp
   trunk/tests/unit/operation/IsSimpleOpTest.cpp
   trunk/tests/unit/operation/buffer/BufferOpTest.cpp
   trunk/tests/unit/operation/distance/DistanceOpTest.cpp
   trunk/tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp
   trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp
   trunk/tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp
   trunk/tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp
   trunk/tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp
   trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp
   trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp
   trunk/tests/unit/operation/union/UnaryUnionOpTest.cpp
   trunk/tests/unit/operation/valid/IsValidTest.cpp
   trunk/tests/unit/operation/valid/ValidClosedRingTest.cpp
   trunk/tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp
   trunk/tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp
   trunk/tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp
   trunk/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
   trunk/tests/unit/util/UniqueCoordinateArrayFilterTest.cpp
   trunk/tests/unit/utility.h
   trunk/tests/xmltester/BufferResultMatcher.cpp
   trunk/tests/xmltester/BufferResultMatcher.h
   trunk/tests/xmltester/CMakeLists.txt
   trunk/tests/xmltester/CTS.cpp
   trunk/tests/xmltester/Makefile.am
   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/tools/CMakeLists.txt
   trunk/tools/Makefile.am
Log:
Removed Subversion Id keyword from all text files (#480)

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 3375 2011-05-22 23:34:04Z mloskot $
 #
 # Main GEOS build configuration file for CMake build system
 #

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3427 2011-07-05 13:59:19Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/autogen.bat
===================================================================
--- trunk/autogen.bat	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/autogen.bat	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 @ECHO OFF
-REM $Id: autogen.bat 3105 2010-10-10 11:32:36Z mloskot $
 REM
 REM This script generates headers for use with Visual C++ only
 REM

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/autogen.sh	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $Id: autogen.sh 3004 2010-06-18 09:52:07Z strk $
 #
 # GEOS Bootstrapping Script
 #

Modified: trunk/capi/CMakeLists.txt
===================================================================
--- trunk/capi/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/capi/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 3385 2011-05-30 10:49:13Z mloskot $
 #
 # GEOS C library build configuration for CMake build system
 #

Modified: trunk/capi/Makefile.am
===================================================================
--- trunk/capi/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/capi/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3369 2011-05-17 20:44:35Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/capi/geos_c.cpp
===================================================================
--- trunk/capi/geos_c.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/capi/geos_c.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,6 +1,5 @@
 /************************************************************************
  *
- * $Id: geos_c.cpp 3322 2011-05-03 02:27:00Z sgillies $
  *
  * C-Wrapper for GEOS library
  *

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/capi/geos_c.h.in	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,6 +1,5 @@
 /************************************************************************
  *
- * $Id: geos_c.h.in 3322 2011-05-03 02:27:00Z sgillies $
  *
  * C-Wrapper for GEOS library
  *

Modified: trunk/capi/geos_ts_c.cpp
===================================================================
--- trunk/capi/geos_ts_c.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/capi/geos_ts_c.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,6 +1,5 @@
 /************************************************************************
  *
- * $Id: geos_ts_c.cpp 3322 2011-05-03 02:27:00Z sgillies $
  *
  * C-Wrapper for GEOS library
  *

Modified: trunk/cmake/cmake_uninstall.cmake.in
===================================================================
--- trunk/cmake/cmake_uninstall.cmake.in	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/cmake/cmake_uninstall.cmake.in	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 2920 2010-02-21 17:11:38Z mloskot $
 #
 # This file is a part of CMake build configuration of GEOS library
 #

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/configure.in	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-dnl $Id$
 dnl
 dnl configure.in - autoconf input template to produce ./configure script
 dnl

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/doc/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3009 2010-06-18 15:09:21Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/doc/example.cpp
===================================================================
--- trunk/doc/example.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/doc/example.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: example.cpp 3313 2011-04-28 10:04:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/examples/CPCLException.cpp
===================================================================
--- trunk/examples/CPCLException.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/examples/CPCLException.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CPCLException.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/examples/CoordinateSequencesExample.cpp
===================================================================
--- trunk/examples/CoordinateSequencesExample.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/examples/CoordinateSequencesExample.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -2,7 +2,6 @@
  * WARNING! This example is obsoleted, read doc/example.cpp for
  * an updated example.
 /**********************************************************************
- * $Id: CoordinateSequencesExample.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/examples/CustomCoordinateSequenceExample.cpp
===================================================================
--- trunk/examples/CustomCoordinateSequenceExample.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/examples/CustomCoordinateSequenceExample.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CustomCoordinateSequenceExample.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/examples/CustomCoordinateSequenceExample.h
===================================================================
--- trunk/examples/CustomCoordinateSequenceExample.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/examples/CustomCoordinateSequenceExample.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CustomCoordinateSequenceExample.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/examples/CustomPointCoordinateSequence.cpp
===================================================================
--- trunk/examples/CustomPointCoordinateSequence.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/examples/CustomPointCoordinateSequence.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CustomPointCoordinateSequence.cpp 2088 2007-12-21 22:41:11Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/examples/Makefile.am
===================================================================
--- trunk/examples/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/examples/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2850 2010-01-16 02:14:39Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/CMakeLists.txt
===================================================================
--- trunk/include/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 3375 2011-05-22 23:34:04Z mloskot $
 #
 # GEOS C++ library build configuration for CMake build system
 #

Modified: trunk/include/Makefile.am
===================================================================
--- trunk/include/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3369 2011-05-17 20:44:35Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/acconfig.h
===================================================================
--- trunk/include/acconfig.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/acconfig.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: acconfig.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/Makefile.am
===================================================================
--- trunk/include/geos/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3369 2011-05-17 20:44:35Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/algorithm/Angle.h
===================================================================
--- trunk/include/geos/algorithm/Angle.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/Angle.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Angle.h 3363 2011-05-13 16:17:38Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/BoundaryNodeRule.h
===================================================================
--- trunk/include/geos/algorithm/BoundaryNodeRule.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/BoundaryNodeRule.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BoundaryNodeRule.h 3262 2011-03-04 16:30:48Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/CentralEndpointIntersector.h
===================================================================
--- trunk/include/geos/algorithm/CentralEndpointIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/CentralEndpointIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CentralEndpointIntersector.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/CentroidArea.h
===================================================================
--- trunk/include/geos/algorithm/CentroidArea.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/CentroidArea.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CentroidArea.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/CentroidLine.h
===================================================================
--- trunk/include/geos/algorithm/CentroidLine.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/CentroidLine.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CentroidLine.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/CentroidPoint.h
===================================================================
--- trunk/include/geos/algorithm/CentroidPoint.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/CentroidPoint.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CentroidPoint.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/ConvexHull.h
===================================================================
--- trunk/include/geos/algorithm/ConvexHull.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/ConvexHull.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConvexHull.h 3444 2011-07-20 15:40:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/ConvexHull.inl
===================================================================
--- trunk/include/geos/algorithm/ConvexHull.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/ConvexHull.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConvexHull.inl 3444 2011-07-20 15:40:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/HCoordinate.h
===================================================================
--- trunk/include/geos/algorithm/HCoordinate.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/HCoordinate.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: HCoordinate.h 3338 2011-05-10 09:50:44Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/InteriorPointArea.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointArea.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/InteriorPointArea.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: InteriorPointArea.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/InteriorPointLine.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointLine.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/InteriorPointLine.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: InteriorPointLine.h 3164 2010-12-24 14:27:46Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/InteriorPointPoint.h
===================================================================
--- trunk/include/geos/algorithm/InteriorPointPoint.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/InteriorPointPoint.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: InteriorPointPoint.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/LineIntersector.h
===================================================================
--- trunk/include/geos/algorithm/LineIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/LineIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineIntersector.h 3415 2011-07-05 09:52:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/MCPointInRing.h
===================================================================
--- trunk/include/geos/algorithm/MCPointInRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/MCPointInRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCPointInRing.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/Makefile.am
===================================================================
--- trunk/include/geos/algorithm/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/algorithm/MinimumDiameter.h
===================================================================
--- trunk/include/geos/algorithm/MinimumDiameter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/MinimumDiameter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MinimumDiameter.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/NotRepresentableException.h
===================================================================
--- trunk/include/geos/algorithm/NotRepresentableException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/NotRepresentableException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NotRepresentableException.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/PointInRing.h
===================================================================
--- trunk/include/geos/algorithm/PointInRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/PointInRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointInRing.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/PointLocator.h
===================================================================
--- trunk/include/geos/algorithm/PointLocator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/PointLocator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointLocator.h 3174 2011-02-02 19:24:03Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/RayCrossingCounter.h
===================================================================
--- trunk/include/geos/algorithm/RayCrossingCounter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/RayCrossingCounter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RayCrossingCounter.h 2770 2009-12-03 19:27:18Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/RobustDeterminant.h
===================================================================
--- trunk/include/geos/algorithm/RobustDeterminant.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/RobustDeterminant.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RobustDeterminant.h 2592 2009-06-16 15:49:53Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/SIRtreePointInRing.h
===================================================================
--- trunk/include/geos/algorithm/SIRtreePointInRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/SIRtreePointInRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SIRtreePointInRing.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/SimplePointInRing.h
===================================================================
--- trunk/include/geos/algorithm/SimplePointInRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/SimplePointInRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimplePointInRing.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/distance/DiscreteHausdorffDistance.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DiscreteHausdorffDistance.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/distance/DistanceToPoint.h
===================================================================
--- trunk/include/geos/algorithm/distance/DistanceToPoint.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/distance/DistanceToPoint.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DistanceToPoint.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/distance/Makefile.am
===================================================================
--- trunk/include/geos/algorithm/distance/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/distance/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/algorithm/distance/PointPairDistance.h
===================================================================
--- trunk/include/geos/algorithm/distance/PointPairDistance.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/distance/PointPairDistance.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointPairDistance.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/locate/IndexedPointInAreaLocator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IndexedPointInAreaLocator.h 2770 2009-12-03 19:27:18Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/locate/Makefile.am
===================================================================
--- trunk/include/geos/algorithm/locate/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/locate/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/locate/PointOnGeometryLocator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointOnGeometryLocator.h 2263 2009-01-29 18:56:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h
===================================================================
--- trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/algorithm/locate/SimplePointInAreaLocator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimplePointInAreaLocator.h 2120 2008-01-30 22:34:13Z benjubb $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/export.h
===================================================================
--- trunk/include/geos/export.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/export.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: export.h 2834 2009-12-22 11:38:43Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/BinaryOp.h
===================================================================
--- trunk/include/geos/geom/BinaryOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/BinaryOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BinaryOp.h 3207 2011-02-13 19:22:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Coordinate.h
===================================================================
--- trunk/include/geos/geom/Coordinate.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Coordinate.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Coordinate.h 3367 2011-05-17 16:50:03Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Coordinate.inl
===================================================================
--- trunk/include/geos/geom/Coordinate.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Coordinate.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Coordinate.inl 3367 2011-05-17 16:50:03Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateArraySequence.h
===================================================================
--- trunk/include/geos/geom/CoordinateArraySequence.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateArraySequence.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateArraySequence.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateArraySequenceFactory.h
===================================================================
--- trunk/include/geos/geom/CoordinateArraySequenceFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateArraySequenceFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateArraySequenceFactory.h 2998 2010-05-31 16:25:57Z warmerdam $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateArraySequenceFactory.inl
===================================================================
--- trunk/include/geos/geom/CoordinateArraySequenceFactory.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateArraySequenceFactory.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateArraySequenceFactory.inl 2990 2010-05-18 19:18:54Z warmerdam $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateFilter.h
===================================================================
--- trunk/include/geos/geom/CoordinateFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateFilter.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateList.h
===================================================================
--- trunk/include/geos/geom/CoordinateList.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateList.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateList.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateSequence.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequence.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateSequence.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateSequence.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateSequenceFactory.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequenceFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateSequenceFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateSequenceFactory.h 2998 2010-05-31 16:25:57Z warmerdam $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/CoordinateSequenceFilter.h
===================================================================
--- trunk/include/geos/geom/CoordinateSequenceFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/CoordinateSequenceFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateSequenceFilter.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Dimension.h
===================================================================
--- trunk/include/geos/geom/Dimension.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Dimension.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Dimension.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Envelope.h
===================================================================
--- trunk/include/geos/geom/Envelope.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Envelope.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Envelope.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Envelope.inl
===================================================================
--- trunk/include/geos/geom/Envelope.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Envelope.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Envelope.inl 2470 2009-05-05 14:28:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Geometry.h
===================================================================
--- trunk/include/geos/geom/Geometry.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Geometry.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Geometry.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/GeometryCollection.h
===================================================================
--- trunk/include/geos/geom/GeometryCollection.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/GeometryCollection.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryCollection.h 3472 2011-09-20 14:35:57Z hobu $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/GeometryCollection.inl
===================================================================
--- trunk/include/geos/geom/GeometryCollection.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/GeometryCollection.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryCollection.inl 2435 2009-04-30 11:15:12Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/GeometryComponentFilter.h
===================================================================
--- trunk/include/geos/geom/GeometryComponentFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/GeometryComponentFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryComponentFilter.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/GeometryFactory.h
===================================================================
--- trunk/include/geos/geom/GeometryFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/GeometryFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryFactory.h 3470 2011-09-20 14:24:36Z hobu $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/GeometryFactory.inl
===================================================================
--- trunk/include/geos/geom/GeometryFactory.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/GeometryFactory.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryFactory.inl 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/GeometryFilter.h
===================================================================
--- trunk/include/geos/geom/GeometryFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/GeometryFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryFilter.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/GeometryList.h
===================================================================
--- trunk/include/geos/geom/GeometryList.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/GeometryList.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryList.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/IntersectionMatrix.h
===================================================================
--- trunk/include/geos/geom/IntersectionMatrix.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/IntersectionMatrix.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntersectionMatrix.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/LineSegment.h
===================================================================
--- trunk/include/geos/geom/LineSegment.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/LineSegment.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineSegment.h 3257 2011-03-02 12:46:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/LineSegment.inl
===================================================================
--- trunk/include/geos/geom/LineSegment.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/LineSegment.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineSegment.inl 3257 2011-03-02 12:46:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/LineString.h
===================================================================
--- trunk/include/geos/geom/LineString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/LineString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineString.h 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Lineal.h
===================================================================
--- trunk/include/geos/geom/Lineal.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Lineal.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Lineal.h 3232 2011-02-22 21:22:19Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/LinearRing.h
===================================================================
--- trunk/include/geos/geom/LinearRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/LinearRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearRing.h 3241 2011-02-23 15:45:40Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Location.h
===================================================================
--- trunk/include/geos/geom/Location.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Location.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Location.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Makefile.am
===================================================================
--- trunk/include/geos/geom/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3191 2011-02-10 11:09:55Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/geom/MultiLineString.h
===================================================================
--- trunk/include/geos/geom/MultiLineString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/MultiLineString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiLineString.h 3211 2011-02-13 19:54:01Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/MultiLineString.inl
===================================================================
--- trunk/include/geos/geom/MultiLineString.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/MultiLineString.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiLineString.inl 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/MultiPoint.h
===================================================================
--- trunk/include/geos/geom/MultiPoint.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/MultiPoint.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiPoint.h 3211 2011-02-13 19:54:01Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/MultiPolygon.h
===================================================================
--- trunk/include/geos/geom/MultiPolygon.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/MultiPolygon.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiPolygon.h 3211 2011-02-13 19:54:01Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/MultiPolygon.inl
===================================================================
--- trunk/include/geos/geom/MultiPolygon.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/MultiPolygon.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiPolygon.inl 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Point.h
===================================================================
--- trunk/include/geos/geom/Point.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Point.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Point.h 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Polygon.h
===================================================================
--- trunk/include/geos/geom/Polygon.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Polygon.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Polygon.h 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Polygonal.h
===================================================================
--- trunk/include/geos/geom/Polygonal.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Polygonal.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Polygonal.h 3232 2011-02-22 21:22:19Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/PrecisionModel.h
===================================================================
--- trunk/include/geos/geom/PrecisionModel.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/PrecisionModel.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PrecisionModel.h 3292 2011-04-22 13:04:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/PrecisionModel.inl
===================================================================
--- trunk/include/geos/geom/PrecisionModel.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/PrecisionModel.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PrecisionModel.inl 3292 2011-04-22 13:04:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Puntal.h
===================================================================
--- trunk/include/geos/geom/Puntal.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Puntal.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Puntal.h 3232 2011-02-22 21:22:19Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/Triangle.h
===================================================================
--- trunk/include/geos/geom/Triangle.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/Triangle.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Triangle.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/BasicPreparedGeometry.h
===================================================================
--- trunk/include/geos/geom/prep/BasicPreparedGeometry.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/BasicPreparedGeometry.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BasicPreparedGeometry.h 2419 2009-04-29 08:22:16Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/Makefile.am
===================================================================
--- trunk/include/geos/geom/prep/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/geom/prep/PreparedGeometry.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedGeometry.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedGeometry.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedGeometry.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedGeometryFactory.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedGeometryFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedGeometryFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedGeometryFactory.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedLineString.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedLineString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedLineString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedLineString.h 2811 2009-12-08 17:42:02Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedPoint.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPoint.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedPoint.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPoint.h 3414 2011-07-05 09:52:29Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedPolygon.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygon.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedPolygon.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygon.h 2418 2009-04-29 08:15:21Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedPolygonContains.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonContains.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedPolygonContains.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonContains.h 2418 2009-04-29 08:15:21Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedPolygonContainsProperly.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonContainsProperly.h 2420 2009-04-29 08:56:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedPolygonCovers.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonCovers.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedPolygonCovers.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonCovers.h 2420 2009-04-29 08:56:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedPolygonIntersects.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonIntersects.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedPolygonIntersects.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonIntersects.h 2420 2009-04-29 08:56:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/prep/PreparedPolygonPredicate.h
===================================================================
--- trunk/include/geos/geom/prep/PreparedPolygonPredicate.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/prep/PreparedPolygonPredicate.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonPredicate.h 2771 2009-12-03 19:29:54Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/ComponentCoordinateExtracter.h
===================================================================
--- trunk/include/geos/geom/util/ComponentCoordinateExtracter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/ComponentCoordinateExtracter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ComponentCoordinateExtracter.h 2772 2009-12-03 19:30:54Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/CoordinateOperation.h
===================================================================
--- trunk/include/geos/geom/util/CoordinateOperation.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/CoordinateOperation.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateOperation.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/GeometryCombiner.h
===================================================================
--- trunk/include/geos/geom/util/GeometryCombiner.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/GeometryCombiner.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryCombiner.h 3177 2011-02-03 19:58:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/GeometryEditor.h
===================================================================
--- trunk/include/geos/geom/util/GeometryEditor.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/GeometryEditor.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryEditor.h 3179 2011-02-03 19:59:23Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/GeometryEditorOperation.h
===================================================================
--- trunk/include/geos/geom/util/GeometryEditorOperation.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/GeometryEditorOperation.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryEditorOperation.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/GeometryExtracter.h
===================================================================
--- trunk/include/geos/geom/util/GeometryExtracter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/GeometryExtracter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/GeometryTransformer.h
===================================================================
--- trunk/include/geos/geom/util/GeometryTransformer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/GeometryTransformer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryTransformer.h 3179 2011-02-03 19:59:23Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/LinearComponentExtracter.h
===================================================================
--- trunk/include/geos/geom/util/LinearComponentExtracter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/LinearComponentExtracter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearComponentExtracter.h 2772 2009-12-03 19:30:54Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/Makefile.am
===================================================================
--- trunk/include/geos/geom/util/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3313 2011-04-28 10:04:27Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/geom/util/PointExtracter.h
===================================================================
--- trunk/include/geos/geom/util/PointExtracter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/PointExtracter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointExtracter.h 2772 2009-12-03 19:30:54Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/PolygonExtracter.h
===================================================================
--- trunk/include/geos/geom/util/PolygonExtracter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/PolygonExtracter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonExtracter.h 2772 2009-12-03 19:30:54Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h
===================================================================
--- trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom/util/ShortCircuitedGeometryVisitor.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ShortCircuitedGeometryVisitor.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geom.h
===================================================================
--- trunk/include/geos/geom.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geom.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: geom.h 2825 2009-12-14 18:58:24Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomPrep.h
===================================================================
--- trunk/include/geos/geomPrep.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomPrep.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: geomPrep.h 2157 2008-08-12 00:25:16Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomUtil.h
===================================================================
--- trunk/include/geos/geomUtil.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomUtil.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: geomUtil.h 2120 2008-01-30 22:34:13Z benjubb $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/Depth.h
===================================================================
--- trunk/include/geos/geomgraph/Depth.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/Depth.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Depth.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/EdgeList.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeList.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/EdgeList.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeList.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/EdgeNodingValidator.h
===================================================================
--- trunk/include/geos/geomgraph/EdgeNodingValidator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/EdgeNodingValidator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeNodingValidator.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/Makefile.am
===================================================================
--- trunk/include/geos/geomgraph/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/geomgraph/NodeFactory.h
===================================================================
--- trunk/include/geos/geomgraph/NodeFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/NodeFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeFactory.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/NodeMap.h
===================================================================
--- trunk/include/geos/geomgraph/NodeMap.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/NodeMap.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeMap.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/Position.h
===================================================================
--- trunk/include/geos/geomgraph/Position.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/Position.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Position.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/Quadrant.h
===================================================================
--- trunk/include/geos/geomgraph/Quadrant.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/Quadrant.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Quadrant.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/EdgeSetIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/EdgeSetIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/EdgeSetIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeSetIntersector.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/Makefile.am
===================================================================
--- trunk/include/geos/geomgraph/index/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/geomgraph/index/MonotoneChain.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChain.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/MonotoneChain.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChain.h 3332 2011-05-06 18:51:46Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/MonotoneChainEdge.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChainEdge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/MonotoneChainEdge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainEdge.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/MonotoneChainIndexer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainIndexer.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/SegmentIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SegmentIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/SegmentIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentIntersector.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleEdgeSetIntersector.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleMCSweepLineIntersector.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h
===================================================================
--- trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/SimpleSweepLineIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleSweepLineIntersector.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/SweepLineEvent.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineEvent.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/SweepLineEvent.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineEvent.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/SweepLineEventObj.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineEventObj.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/SweepLineEventObj.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineEventObj.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph/index/SweepLineSegment.h
===================================================================
--- trunk/include/geos/geomgraph/index/SweepLineSegment.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph/index/SweepLineSegment.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineSegment.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraph.h
===================================================================
--- trunk/include/geos/geomgraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: geomgraph.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geomgraphindex.h
===================================================================
--- trunk/include/geos/geomgraphindex.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geomgraphindex.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: geomgraphindex.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/geosAlgorithm.h
===================================================================
--- trunk/include/geos/geosAlgorithm.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/geosAlgorithm.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: geosAlgorithm.h 2120 2008-01-30 22:34:13Z benjubb $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/ItemVisitor.h
===================================================================
--- trunk/include/geos/index/ItemVisitor.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/ItemVisitor.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ItemVisitor.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/Makefile.am
===================================================================
--- trunk/include/geos/index/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/index/SpatialIndex.h
===================================================================
--- trunk/include/geos/index/SpatialIndex.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/SpatialIndex.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SpatialIndex.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/bintree/Bintree.h
===================================================================
--- trunk/include/geos/index/bintree/Bintree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/bintree/Bintree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Bintree.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/bintree/Interval.h
===================================================================
--- trunk/include/geos/index/bintree/Interval.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/bintree/Interval.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Interval.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/bintree/Key.h
===================================================================
--- trunk/include/geos/index/bintree/Key.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/bintree/Key.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Key.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/bintree/Makefile.am
===================================================================
--- trunk/include/geos/index/bintree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/bintree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/index/bintree/Node.h
===================================================================
--- trunk/include/geos/index/bintree/Node.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/bintree/Node.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Node.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/bintree/NodeBase.h
===================================================================
--- trunk/include/geos/index/bintree/NodeBase.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/bintree/NodeBase.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeBase.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/bintree/Root.h
===================================================================
--- trunk/include/geos/index/bintree/Root.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/bintree/Root.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Root.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/chain/Makefile.am
===================================================================
--- trunk/include/geos/index/chain/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/chain/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/index/chain/MonotoneChain.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChain.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/chain/MonotoneChain.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChain.h 2961 2010-03-29 12:17:37Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/chain/MonotoneChainOverlapAction.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainOverlapAction.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/chain/MonotoneChainOverlapAction.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainOverlapAction.h 2961 2010-03-29 12:17:37Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/chain/MonotoneChainSelectAction.h
===================================================================
--- trunk/include/geos/index/chain/MonotoneChainSelectAction.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/chain/MonotoneChainSelectAction.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainSelectAction.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalRTreeBranchNode.h 2263 2009-01-29 18:56:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalRTreeLeafNode.h 2540 2009-06-05 09:28:04Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h
===================================================================
--- trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/intervalrtree/IntervalRTreeNode.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalRTreeNode.h 2554 2009-06-06 21:14:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/intervalrtree/Makefile.am
===================================================================
--- trunk/include/geos/index/intervalrtree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/intervalrtree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
===================================================================
--- trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SortedPackedIntervalRTree.h 2540 2009-06-05 09:28:04Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/quadtree/DoubleBits.h
===================================================================
--- trunk/include/geos/index/quadtree/DoubleBits.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/DoubleBits.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DoubleBits.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/quadtree/IntervalSize.h
===================================================================
--- trunk/include/geos/index/quadtree/IntervalSize.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/IntervalSize.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalSize.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/quadtree/Key.h
===================================================================
--- trunk/include/geos/index/quadtree/Key.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/Key.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Key.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/quadtree/Makefile.am
===================================================================
--- trunk/include/geos/index/quadtree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/index/quadtree/Node.h
===================================================================
--- trunk/include/geos/index/quadtree/Node.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/Node.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Node.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/quadtree/NodeBase.h
===================================================================
--- trunk/include/geos/index/quadtree/NodeBase.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/NodeBase.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeBase.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/quadtree/Quadtree.h
===================================================================
--- trunk/include/geos/index/quadtree/Quadtree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/Quadtree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Quadtree.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/quadtree/Root.h
===================================================================
--- trunk/include/geos/index/quadtree/Root.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/quadtree/Root.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Root.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/strtree/AbstractNode.h
===================================================================
--- trunk/include/geos/index/strtree/AbstractNode.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/AbstractNode.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: AbstractNode.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/strtree/AbstractSTRtree.h
===================================================================
--- trunk/include/geos/index/strtree/AbstractSTRtree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/AbstractSTRtree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: AbstractSTRtree.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/strtree/Boundable.h
===================================================================
--- trunk/include/geos/index/strtree/Boundable.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/Boundable.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Boundable.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/strtree/Interval.h
===================================================================
--- trunk/include/geos/index/strtree/Interval.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/Interval.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Interval.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/strtree/ItemBoundable.h
===================================================================
--- trunk/include/geos/index/strtree/ItemBoundable.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/ItemBoundable.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ItemBoundable.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/strtree/Makefile.am
===================================================================
--- trunk/include/geos/index/strtree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/index/strtree/SIRtree.h
===================================================================
--- trunk/include/geos/index/strtree/SIRtree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/SIRtree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SIRtree.h 2961 2010-03-29 12:17:37Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/strtree/STRtree.h
===================================================================
--- trunk/include/geos/index/strtree/STRtree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/strtree/STRtree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: STRtree.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/sweepline/Makefile.am
===================================================================
--- trunk/include/geos/index/sweepline/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/sweepline/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2844 2010-01-13 03:03:38Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/index/sweepline/SweepLineEvent.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineEvent.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/sweepline/SweepLineEvent.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineEvent.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/sweepline/SweepLineIndex.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineIndex.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/sweepline/SweepLineIndex.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineIndex.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/sweepline/SweepLineInterval.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineInterval.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/sweepline/SweepLineInterval.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineInterval.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/index/sweepline/SweepLineOverlapAction.h
===================================================================
--- trunk/include/geos/index/sweepline/SweepLineOverlapAction.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/index/sweepline/SweepLineOverlapAction.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineOverlapAction.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/indexBintree.h
===================================================================
--- trunk/include/geos/indexBintree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/indexBintree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: indexBintree.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/indexChain.h
===================================================================
--- trunk/include/geos/indexChain.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/indexChain.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: indexChain.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/indexIntervalRTree.h
===================================================================
--- trunk/include/geos/indexIntervalRTree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/indexIntervalRTree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: indexIntervalRTree.h 2137 2008-07-25 21:00:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/indexQuadtree.h
===================================================================
--- trunk/include/geos/indexQuadtree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/indexQuadtree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: indexQuadtree.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/indexStrtree.h
===================================================================
--- trunk/include/geos/indexStrtree.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/indexStrtree.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: indexStrtree.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/indexSweepline.h
===================================================================
--- trunk/include/geos/indexSweepline.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/indexSweepline.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: indexSweepline.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/inline.h
===================================================================
--- trunk/include/geos/inline.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/inline.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: inline.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/ByteOrderDataInStream.h
===================================================================
--- trunk/include/geos/io/ByteOrderDataInStream.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/ByteOrderDataInStream.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ByteOrderDataInStream.h 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/ByteOrderDataInStream.inl
===================================================================
--- trunk/include/geos/io/ByteOrderDataInStream.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/ByteOrderDataInStream.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ByteOrderDataInStream.inl 2853 2010-01-16 18:14:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/ByteOrderValues.h
===================================================================
--- trunk/include/geos/io/ByteOrderValues.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/ByteOrderValues.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ByteOrderValues.h 3253 2011-03-01 17:50:36Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/CLocalizer.h
===================================================================
--- trunk/include/geos/io/CLocalizer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/CLocalizer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CLocalizer.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/Makefile.am
===================================================================
--- trunk/include/geos/io/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/io/ParseException.h
===================================================================
--- trunk/include/geos/io/ParseException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/ParseException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ParseException.h 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/StringTokenizer.h
===================================================================
--- trunk/include/geos/io/StringTokenizer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/StringTokenizer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: StringTokenizer.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/WKBConstants.h
===================================================================
--- trunk/include/geos/io/WKBConstants.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/WKBConstants.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKBConstants.h 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/WKBReader.h
===================================================================
--- trunk/include/geos/io/WKBReader.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/WKBReader.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKBReader.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/WKBWriter.h
===================================================================
--- trunk/include/geos/io/WKBWriter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/WKBWriter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKBWriter.h 3068 2010-06-24 09:01:54Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/WKTReader.h
===================================================================
--- trunk/include/geos/io/WKTReader.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/WKTReader.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKTReader.h 2990 2010-05-18 19:18:54Z warmerdam $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/WKTReader.inl
===================================================================
--- trunk/include/geos/io/WKTReader.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/WKTReader.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKTReader.inl 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/WKTWriter.h
===================================================================
--- trunk/include/geos/io/WKTWriter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/WKTWriter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKTWriter.h 3293 2011-04-22 13:51:38Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io/Writer.h
===================================================================
--- trunk/include/geos/io/Writer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io/Writer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Writer.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/io.h
===================================================================
--- trunk/include/geos/io.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/io.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: io.h 2174 2008-08-28 22:20:50Z sgillies $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/ExtractLineByLocation.h
===================================================================
--- trunk/include/geos/linearref/ExtractLineByLocation.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/ExtractLineByLocation.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ExtractLineByLocation.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LengthIndexOfPoint.h
===================================================================
--- trunk/include/geos/linearref/LengthIndexOfPoint.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LengthIndexOfPoint.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LengthIndexOfPoint.h 3012 2010-06-19 11:14:21Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LengthIndexedLine.h
===================================================================
--- trunk/include/geos/linearref/LengthIndexedLine.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LengthIndexedLine.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LengthIndexedLine.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LengthLocationMap.h
===================================================================
--- trunk/include/geos/linearref/LengthLocationMap.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LengthLocationMap.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LengthLocationMap.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LinearGeometryBuilder.h
===================================================================
--- trunk/include/geos/linearref/LinearGeometryBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LinearGeometryBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearGeometryBuilder.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LinearIterator.h
===================================================================
--- trunk/include/geos/linearref/LinearIterator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LinearIterator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearIterator.h 3012 2010-06-19 11:14:21Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LinearLocation.h
===================================================================
--- trunk/include/geos/linearref/LinearLocation.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LinearLocation.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearLocation.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LocationIndexOfLine.h
===================================================================
--- trunk/include/geos/linearref/LocationIndexOfLine.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LocationIndexOfLine.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LocationIndexOfLine.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/LocationIndexOfPoint.h
===================================================================
--- trunk/include/geos/linearref/LocationIndexOfPoint.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/LocationIndexOfPoint.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LocationIndexOfPoint.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/linearref/Makefile.am
===================================================================
--- trunk/include/geos/linearref/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/linearref/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/noding/BasicSegmentString.h
===================================================================
--- trunk/include/geos/noding/BasicSegmentString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/BasicSegmentString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BasicSegmentString.h 3456 2011-08-06 09:10:16Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/FastNodingValidator.h
===================================================================
--- trunk/include/geos/noding/FastNodingValidator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/FastNodingValidator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: FastNodingValidator.h 2778 2009-12-03 19:44:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/IntersectionAdder.h
===================================================================
--- trunk/include/geos/noding/IntersectionAdder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/IntersectionAdder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntersectionAdder.h 2778 2009-12-03 19:44:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/IntersectionFinderAdder.h
===================================================================
--- trunk/include/geos/noding/IntersectionFinderAdder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/IntersectionFinderAdder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntersectionFinderAdder.h 2778 2009-12-03 19:44:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/IteratedNoder.h
===================================================================
--- trunk/include/geos/noding/IteratedNoder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/IteratedNoder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IteratedNoder.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/MCIndexNoder.h
===================================================================
--- trunk/include/geos/noding/MCIndexNoder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/MCIndexNoder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCIndexNoder.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/MCIndexNoder.inl
===================================================================
--- trunk/include/geos/noding/MCIndexNoder.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/MCIndexNoder.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCIndexNoder.inl 2319 2009-04-07 19:00:36Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/Makefile.am
===================================================================
--- trunk/include/geos/noding/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3452 2011-07-26 16:36:42Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/noding/NodableSegmentString.h
===================================================================
--- trunk/include/geos/noding/NodableSegmentString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/NodableSegmentString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodableSegmentString.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/NodedSegmentString.h
===================================================================
--- trunk/include/geos/noding/NodedSegmentString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/NodedSegmentString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodedSegmentString.h 3451 2011-07-26 16:23:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/NodingValidator.h
===================================================================
--- trunk/include/geos/noding/NodingValidator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/NodingValidator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodingValidator.h 2778 2009-12-03 19:44:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/Octant.h
===================================================================
--- trunk/include/geos/noding/Octant.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/Octant.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Octant.h 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/OrientedCoordinateArray.h
===================================================================
--- trunk/include/geos/noding/OrientedCoordinateArray.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/OrientedCoordinateArray.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OrientedCoordinateArray.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/ScaledNoder.h
===================================================================
--- trunk/include/geos/noding/ScaledNoder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/ScaledNoder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ScaledNoder.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SegmentIntersectionDetector.h
===================================================================
--- trunk/include/geos/noding/SegmentIntersectionDetector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SegmentIntersectionDetector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentIntersectionDetector.h 2263 2009-01-29 18:56:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SegmentIntersector.h
===================================================================
--- trunk/include/geos/noding/SegmentIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SegmentIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentIntersector.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SegmentNode.h
===================================================================
--- trunk/include/geos/noding/SegmentNode.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SegmentNode.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentNode.h 2778 2009-12-03 19:44:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SegmentNodeList.h
===================================================================
--- trunk/include/geos/noding/SegmentNodeList.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SegmentNodeList.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentNodeList.h 3453 2011-07-27 08:12:56Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SegmentSetMutualIntersector.h
===================================================================
--- trunk/include/geos/noding/SegmentSetMutualIntersector.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SegmentSetMutualIntersector.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentSetMutualIntersector.h 2194 2008-09-23 23:01:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SegmentStringUtil.h
===================================================================
--- trunk/include/geos/noding/SegmentStringUtil.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SegmentStringUtil.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentStringUtil.h 3451 2011-07-26 16:23:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SimpleNoder.h
===================================================================
--- trunk/include/geos/noding/SimpleNoder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SimpleNoder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleNoder.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SingleInteriorIntersectionFinder.h
===================================================================
--- trunk/include/geos/noding/SingleInteriorIntersectionFinder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SingleInteriorIntersectionFinder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SingleInteriorIntersectionFinder.h 2778 2009-12-03 19:44:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/SinglePassNoder.h
===================================================================
--- trunk/include/geos/noding/SinglePassNoder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/SinglePassNoder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SinglePassNoder.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/snapround/HotPixel.h
===================================================================
--- trunk/include/geos/noding/snapround/HotPixel.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/snapround/HotPixel.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: HotPixel.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/snapround/HotPixel.inl
===================================================================
--- trunk/include/geos/noding/snapround/HotPixel.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/snapround/HotPixel.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: HotPixel.inl 3237 2011-02-23 14:37:05Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/snapround/MCIndexPointSnapper.h
===================================================================
--- trunk/include/geos/noding/snapround/MCIndexPointSnapper.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/snapround/MCIndexPointSnapper.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCIndexPointSnapper.h 3240 2011-02-23 14:37:39Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/snapround/MCIndexSnapRounder.h
===================================================================
--- trunk/include/geos/noding/snapround/MCIndexSnapRounder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/snapround/MCIndexSnapRounder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCIndexSnapRounder.h 3368 2011-05-17 17:04:47Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding/snapround/Makefile.am
===================================================================
--- trunk/include/geos/noding/snapround/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/snapround/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3368 2011-05-17 17:04:47Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/noding/snapround/SimpleSnapRounder.h
===================================================================
--- trunk/include/geos/noding/snapround/SimpleSnapRounder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding/snapround/SimpleSnapRounder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleSnapRounder.h 3239 2011-02-23 14:37:29Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/noding.h
===================================================================
--- trunk/include/geos/noding.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/noding.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: noding.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/nodingSnapround.h
===================================================================
--- trunk/include/geos/nodingSnapround.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/nodingSnapround.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: nodingSnapround.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opBuffer.h
===================================================================
--- trunk/include/geos/opBuffer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opBuffer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opBuffer.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opDistance.h
===================================================================
--- trunk/include/geos/opDistance.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opDistance.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opDistance.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opLinemerge.h
===================================================================
--- trunk/include/geos/opLinemerge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opLinemerge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opLinemerge.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opOverlay.h
===================================================================
--- trunk/include/geos/opOverlay.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opOverlay.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opOverlay.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opPolygonize.h
===================================================================
--- trunk/include/geos/opPolygonize.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opPolygonize.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opPolygonize.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opPredicate.h
===================================================================
--- trunk/include/geos/opPredicate.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opPredicate.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opPredicate.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opRelate.h
===================================================================
--- trunk/include/geos/opRelate.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opRelate.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opRelate.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/opValid.h
===================================================================
--- trunk/include/geos/opValid.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/opValid.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: opValid.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/GeometryGraphOperation.h
===================================================================
--- trunk/include/geos/operation/GeometryGraphOperation.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/GeometryGraphOperation.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryGraphOperation.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/IsSimpleOp.h
===================================================================
--- trunk/include/geos/operation/IsSimpleOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/IsSimpleOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IsSimpleOp.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/Makefile.am
===================================================================
--- trunk/include/geos/operation/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3123 2010-11-29 09:33:05Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/buffer/BufferBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/BufferBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferBuilder.h 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/BufferOp.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/BufferOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferOp.h 3437 2011-07-20 09:03:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/BufferParameters.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferParameters.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/BufferParameters.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferParameters.h 3300 2011-04-27 09:42:13Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/BufferSubgraph.h
===================================================================
--- trunk/include/geos/operation/buffer/BufferSubgraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/BufferSubgraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferSubgraph.h 3301 2011-04-27 09:42:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/Makefile.am
===================================================================
--- trunk/include/geos/operation/buffer/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3301 2011-04-27 09:42:31Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/buffer/OffsetCurveBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/OffsetCurveBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OffsetCurveBuilder.h 3301 2011-04-27 09:42:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/OffsetCurveSetBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OffsetCurveSetBuilder.h 3306 2011-04-27 14:13:45Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/OffsetSegmentGenerator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/OffsetSegmentString.h
===================================================================
--- trunk/include/geos/operation/buffer/OffsetSegmentString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/OffsetSegmentString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OffsetSegmentString.h 3301 2011-04-27 09:42:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/RightmostEdgeFinder.h
===================================================================
--- trunk/include/geos/operation/buffer/RightmostEdgeFinder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/RightmostEdgeFinder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RightmostEdgeFinder.h 3245 2011-02-23 16:46:10Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/buffer/SubgraphDepthLocater.h
===================================================================
--- trunk/include/geos/operation/buffer/SubgraphDepthLocater.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/buffer/SubgraphDepthLocater.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SubgraphDepthLocater.h 3245 2011-02-23 16:46:10Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h
===================================================================
--- trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/distance/ConnectedElementLocationFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedElementLocationFilter.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/distance/ConnectedElementPointFilter.h
===================================================================
--- trunk/include/geos/operation/distance/ConnectedElementPointFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/distance/ConnectedElementPointFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedElementPointFilter.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/distance/DistanceOp.h
===================================================================
--- trunk/include/geos/operation/distance/DistanceOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/distance/DistanceOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DistanceOp.h 3259 2011-03-02 13:45:13Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/distance/GeometryLocation.h
===================================================================
--- trunk/include/geos/operation/distance/GeometryLocation.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/distance/GeometryLocation.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryLocation.h 2561 2009-06-08 10:37:11Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/distance/Makefile.am
===================================================================
--- trunk/include/geos/operation/distance/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/distance/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/linemerge/EdgeString.h
===================================================================
--- trunk/include/geos/operation/linemerge/EdgeString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/linemerge/EdgeString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeString.h 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/linemerge/LineMergeDirectedEdge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMergeDirectedEdge.h 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/linemerge/LineMergeEdge.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeEdge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/linemerge/LineMergeEdge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMergeEdge.h 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/linemerge/LineMergeGraph.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMergeGraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/linemerge/LineMergeGraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMergeGraph.h 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/linemerge/LineMerger.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineMerger.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/linemerge/LineMerger.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMerger.h 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/linemerge/LineSequencer.h
===================================================================
--- trunk/include/geos/operation/linemerge/LineSequencer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/linemerge/LineSequencer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineSequencer.h 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/linemerge/Makefile.am
===================================================================
--- trunk/include/geos/operation/linemerge/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/linemerge/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/overlay/EdgeSetNoder.h
===================================================================
--- trunk/include/geos/operation/overlay/EdgeSetNoder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/EdgeSetNoder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeSetNoder.h 2564 2009-06-08 16:09:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/ElevationMatrix.h
===================================================================
--- trunk/include/geos/operation/overlay/ElevationMatrix.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/ElevationMatrix.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ElevationMatrix.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/ElevationMatrixCell.h
===================================================================
--- trunk/include/geos/operation/overlay/ElevationMatrixCell.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/ElevationMatrixCell.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ElevationMatrixCell.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/LineBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/LineBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/LineBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineBuilder.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/Makefile.am
===================================================================
--- trunk/include/geos/operation/overlay/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/overlay/MaximalEdgeRing.h
===================================================================
--- trunk/include/geos/operation/overlay/MaximalEdgeRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/MaximalEdgeRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MaximalEdgeRing.h 2731 2009-11-19 21:06:16Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/MinimalEdgeRing.h
===================================================================
--- trunk/include/geos/operation/overlay/MinimalEdgeRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/MinimalEdgeRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MinimalEdgeRing.h 2564 2009-06-08 16:09:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/MinimalEdgeRing.inl
===================================================================
--- trunk/include/geos/operation/overlay/MinimalEdgeRing.inl	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/MinimalEdgeRing.inl	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MinimalEdgeRing.inl 2564 2009-06-08 16:09:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/OverlayNodeFactory.h
===================================================================
--- trunk/include/geos/operation/overlay/OverlayNodeFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/OverlayNodeFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OverlayNodeFactory.h 3273 2011-03-26 14:02:03Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/OverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/OverlayOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/OverlayOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OverlayOp.h 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/PointBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/PointBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/PointBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointBuilder.h 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/PolygonBuilder.h
===================================================================
--- trunk/include/geos/operation/overlay/PolygonBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/PolygonBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonBuilder.h 3283 2011-04-18 15:08:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/snap/GeometrySnapper.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/GeometrySnapper.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/snap/GeometrySnapper.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometrySnapper.h 3225 2011-02-21 14:02:37Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/snap/LineStringSnapper.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineStringSnapper.h 3225 2011-02-21 14:02:37Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/snap/Makefile.am
===================================================================
--- trunk/include/geos/operation/overlay/snap/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/snap/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SnapIfNeededOverlayOp.h 3224 2011-02-21 12:03:25Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/snap/SnapOverlayOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SnapOverlayOp.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/validate/FuzzyPointLocator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: FuzzyPointLocator.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/validate/OffsetPointGenerator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OffsetPointGenerator.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h
===================================================================
--- trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/overlay/validate/OverlayResultValidator.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OverlayResultValidator.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/polygonize/EdgeRing.h
===================================================================
--- trunk/include/geos/operation/polygonize/EdgeRing.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/polygonize/EdgeRing.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeRing.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/polygonize/Makefile.am
===================================================================
--- trunk/include/geos/operation/polygonize/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/polygonize/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/polygonize/PolygonizeDirectedEdge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonizeDirectedEdge.h 2567 2009-06-08 16:58:42Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/polygonize/PolygonizeEdge.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeEdge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/polygonize/PolygonizeEdge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonizeEdge.h 2922 2010-02-22 21:41:13Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/polygonize/PolygonizeGraph.h
===================================================================
--- trunk/include/geos/operation/polygonize/PolygonizeGraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/polygonize/PolygonizeGraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonizeGraph.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/polygonize/Polygonizer.h
===================================================================
--- trunk/include/geos/operation/polygonize/Polygonizer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/polygonize/Polygonizer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Polygonizer.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/predicate/Makefile.am
===================================================================
--- trunk/include/geos/operation/predicate/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/predicate/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/predicate/RectangleContains.h
===================================================================
--- trunk/include/geos/operation/predicate/RectangleContains.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/predicate/RectangleContains.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RectangleContains.h 2781 2009-12-03 19:48:04Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/relate/EdgeEndBuilder.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBuilder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/relate/EdgeEndBuilder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeEndBuilder.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/relate/EdgeEndBundle.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBundle.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/relate/EdgeEndBundle.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeEndBundle.h 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/relate/EdgeEndBundleStar.h
===================================================================
--- trunk/include/geos/operation/relate/EdgeEndBundleStar.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/relate/EdgeEndBundleStar.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeEndBundleStar.h 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/relate/Makefile.am
===================================================================
--- trunk/include/geos/operation/relate/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/relate/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/relate/RelateNodeFactory.h
===================================================================
--- trunk/include/geos/operation/relate/RelateNodeFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/relate/RelateNodeFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RelateNodeFactory.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/relate/RelateNodeGraph.h
===================================================================
--- trunk/include/geos/operation/relate/RelateNodeGraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/relate/RelateNodeGraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RelateNodeGraph.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/relate/RelateOp.h
===================================================================
--- trunk/include/geos/operation/relate/RelateOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/relate/RelateOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RelateOp.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/sharedpaths/Makefile.am
===================================================================
--- trunk/include/geos/operation/sharedpaths/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/sharedpaths/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
===================================================================
--- trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/union/CascadedPolygonUnion.h
===================================================================
--- trunk/include/geos/operation/union/CascadedPolygonUnion.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/union/CascadedPolygonUnion.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CascadedPolygonUnion.h 3294 2011-04-22 18:46:37Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/union/CascadedUnion.h
===================================================================
--- trunk/include/geos/operation/union/CascadedUnion.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/union/CascadedUnion.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://trac.osgeo.org/geos

Modified: trunk/include/geos/operation/union/GeometryListHolder.h
===================================================================
--- trunk/include/geos/operation/union/GeometryListHolder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/union/GeometryListHolder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/union/Makefile.am
===================================================================
--- trunk/include/geos/operation/union/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/union/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3296 2011-04-23 10:03:16Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/union/PointGeometryUnion.h
===================================================================
--- trunk/include/geos/operation/union/PointGeometryUnion.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/union/PointGeometryUnion.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/union/UnaryUnionOp.h
===================================================================
--- trunk/include/geos/operation/union/UnaryUnionOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/union/UnaryUnionOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/ConnectedInteriorTester.h
===================================================================
--- trunk/include/geos/operation/valid/ConnectedInteriorTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/ConnectedInteriorTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedInteriorTester.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/ConsistentAreaTester.h
===================================================================
--- trunk/include/geos/operation/valid/ConsistentAreaTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/ConsistentAreaTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConsistentAreaTester.h 2557 2009-06-08 09:30:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/IsValidOp.h
===================================================================
--- trunk/include/geos/operation/valid/IsValidOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/IsValidOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IsValidOp.h 3258 2011-03-02 13:13:50Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/Makefile.am
===================================================================
--- trunk/include/geos/operation/valid/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/QuadtreeNestedRingTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: QuadtreeNestedRingTester.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/RepeatedPointTester.h
===================================================================
--- trunk/include/geos/operation/valid/RepeatedPointTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/RepeatedPointTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RepeatedPointTester.h 2572 2009-06-08 22:10:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/SimpleNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/SimpleNestedRingTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/SimpleNestedRingTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleNestedRingTester.h 3274 2011-03-26 14:02:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/SweeplineNestedRingTester.h
===================================================================
--- trunk/include/geos/operation/valid/SweeplineNestedRingTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/SweeplineNestedRingTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweeplineNestedRingTester.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation/valid/TopologyValidationError.h
===================================================================
--- trunk/include/geos/operation/valid/TopologyValidationError.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation/valid/TopologyValidationError.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TopologyValidationError.h 2572 2009-06-08 22:10:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/operation.h
===================================================================
--- trunk/include/geos/operation.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/operation.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: operation.h 2431 2009-04-30 10:47:08Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/DirectedEdge.h
===================================================================
--- trunk/include/geos/planargraph/DirectedEdge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/DirectedEdge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DirectedEdge.h 3436 2011-07-20 08:46:43Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/DirectedEdgeStar.h
===================================================================
--- trunk/include/geos/planargraph/DirectedEdgeStar.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/DirectedEdgeStar.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DirectedEdgeStar.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/Edge.h
===================================================================
--- trunk/include/geos/planargraph/Edge.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/Edge.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Edge.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/GraphComponent.h
===================================================================
--- trunk/include/geos/planargraph/GraphComponent.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/GraphComponent.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GraphComponent.h 2563 2009-06-08 15:43:40Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/Makefile.am
===================================================================
--- trunk/include/geos/planargraph/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/planargraph/Node.h
===================================================================
--- trunk/include/geos/planargraph/Node.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/Node.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Node.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/NodeMap.h
===================================================================
--- trunk/include/geos/planargraph/NodeMap.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/NodeMap.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeMap.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/PlanarGraph.h
===================================================================
--- trunk/include/geos/planargraph/PlanarGraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/PlanarGraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PlanarGraph.h 3078 2010-07-01 21:44:33Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/Subgraph.h
===================================================================
--- trunk/include/geos/planargraph/Subgraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/Subgraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Subgraph.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
===================================================================
--- trunk/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedSubgraphFinder.h 2783 2009-12-03 19:51:16Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/planargraph/algorithm/Makefile.am
===================================================================
--- trunk/include/geos/planargraph/algorithm/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph/algorithm/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/planargraph.h
===================================================================
--- trunk/include/geos/planargraph.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/planargraph.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: planargraph.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/platform.h.cmake
===================================================================
--- trunk/include/geos/platform.h.cmake	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/platform.h.cmake	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: platform.h.cmake 2893 2010-01-29 17:42:07Z mloskot $
  *
  * platform.h - generated by CMake from platform.h.cmake
  *

Modified: trunk/include/geos/platform.h.vc
===================================================================
--- trunk/include/geos/platform.h.vc	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/platform.h.vc	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: platform.h.vc 2955 2010-03-26 12:35:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/precision/CommonBits.h
===================================================================
--- trunk/include/geos/precision/CommonBits.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/precision/CommonBits.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CommonBits.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/precision/CommonBitsOp.h
===================================================================
--- trunk/include/geos/precision/CommonBitsOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/precision/CommonBitsOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CommonBitsOp.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/precision/CommonBitsRemover.h
===================================================================
--- trunk/include/geos/precision/CommonBitsRemover.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/precision/CommonBitsRemover.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CommonBitsRemover.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/precision/EnhancedPrecisionOp.h
===================================================================
--- trunk/include/geos/precision/EnhancedPrecisionOp.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/precision/EnhancedPrecisionOp.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EnhancedPrecisionOp.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/precision/Makefile.am
===================================================================
--- trunk/include/geos/precision/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/precision/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h
===================================================================
--- trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/precision/SimpleGeometryPrecisionReducer.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleGeometryPrecisionReducer.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/precision.h
===================================================================
--- trunk/include/geos/precision.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/precision.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: precision.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/profiler.h
===================================================================
--- trunk/include/geos/profiler.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/profiler.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: profiler.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h
===================================================================
--- trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/DouglasPeuckerLineSimplifier.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DouglasPeuckerLineSimplifier.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/DouglasPeuckerSimplifier.h
===================================================================
--- trunk/include/geos/simplify/DouglasPeuckerSimplifier.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/DouglasPeuckerSimplifier.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DouglasPeuckerSimplifier.h 2785 2009-12-03 19:55:11Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/LineSegmentIndex.h
===================================================================
--- trunk/include/geos/simplify/LineSegmentIndex.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/LineSegmentIndex.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineSegmentIndex.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/Makefile.am
===================================================================
--- trunk/include/geos/simplify/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2839 2010-01-13 00:43:42Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/simplify/TaggedLineSegment.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineSegment.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/TaggedLineSegment.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLineSegment.h 2785 2009-12-03 19:55:11Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/TaggedLineString.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineString.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/TaggedLineString.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLineString.h 3275 2011-03-26 14:02:32Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/TaggedLineStringSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TaggedLineStringSimplifier.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/TaggedLineStringSimplifier.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLineStringSimplifier.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/TaggedLinesSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TaggedLinesSimplifier.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/TaggedLinesSimplifier.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLinesSimplifier.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/simplify/TopologyPreservingSimplifier.h
===================================================================
--- trunk/include/geos/simplify/TopologyPreservingSimplifier.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/simplify/TopologyPreservingSimplifier.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TopologyPreservingSimplifier.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/spatialIndex.h
===================================================================
--- trunk/include/geos/spatialIndex.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/spatialIndex.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: spatialIndex.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/timeval.h
===================================================================
--- trunk/include/geos/timeval.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/timeval.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: timeval.h 2787 2009-12-03 19:59:06Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/unload.h
===================================================================
--- trunk/include/geos/unload.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/unload.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: unload.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/Assert.h
===================================================================
--- trunk/include/geos/util/Assert.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/Assert.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Assert.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/AssertionFailedException.h
===================================================================
--- trunk/include/geos/util/AssertionFailedException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/AssertionFailedException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: AssertionFailedException.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/CoordinateArrayFilter.h
===================================================================
--- trunk/include/geos/util/CoordinateArrayFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/CoordinateArrayFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateArrayFilter.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/GEOSException.h
===================================================================
--- trunk/include/geos/util/GEOSException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/GEOSException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GEOSException.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/GeometricShapeFactory.h
===================================================================
--- trunk/include/geos/util/GeometricShapeFactory.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/GeometricShapeFactory.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometricShapeFactory.h 3313 2011-04-28 10:04:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/IllegalArgumentException.h
===================================================================
--- trunk/include/geos/util/IllegalArgumentException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/IllegalArgumentException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IllegalArgumentException.h 2556 2009-06-06 22:22:28Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/IllegalStateException.h
===================================================================
--- trunk/include/geos/util/IllegalStateException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/IllegalStateException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/Machine.h
===================================================================
--- trunk/include/geos/util/Machine.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/Machine.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/Makefile.am
===================================================================
--- trunk/include/geos/util/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3257 2011-03-02 12:46:57Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/include/geos/util/TopologyException.h
===================================================================
--- trunk/include/geos/util/TopologyException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/TopologyException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TopologyException.h 2824 2009-12-14 15:23:12Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/UniqueCoordinateArrayFilter.h
===================================================================
--- trunk/include/geos/util/UniqueCoordinateArrayFilter.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/UniqueCoordinateArrayFilter.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: UniqueCoordinateArrayFilter.h 2958 2010-03-29 11:29:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/UnsupportedOperationException.h
===================================================================
--- trunk/include/geos/util/UnsupportedOperationException.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/UnsupportedOperationException.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: UnsupportedOperationException.h 3255 2011-03-01 17:56:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util/math.h
===================================================================
--- trunk/include/geos/util/math.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util/math.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: math.h 2854 2010-01-16 20:12:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/util.h
===================================================================
--- trunk/include/geos/util.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/util.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: util.h 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/version.h.in
===================================================================
--- trunk/include/geos/version.h.in	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/version.h.in	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: version.h.in 2141 2008-07-26 20:47:29Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos/version.h.vc
===================================================================
--- trunk/include/geos/version.h.vc	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos/version.h.vc	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: version.h.vc 2828 2009-12-14 19:18:34Z pramsey $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/include/geos.h
===================================================================
--- trunk/include/geos.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/include/geos.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: geos.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/macros/Makefile.am
===================================================================
--- trunk/macros/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/macros/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2844 2010-01-13 03:03:38Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/)
 #

Modified: trunk/macros/geos.m4
===================================================================
--- trunk/macros/geos.m4	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/macros/geos.m4	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-dnl $Id: geos.m4 2137 2008-07-25 21:00:09Z mloskot $
 dnl 
 dnl GEOS_INIT (MINIMUM_VERSION)
 dnl

Modified: trunk/makefile.vc
===================================================================
--- trunk/makefile.vc	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/makefile.vc	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: makefile.vc 2845 2010-01-13 17:54:37Z mloskot $
 #
 # NMAKE Makefile to build GEOS on Windows
 ###############################################################################

Modified: trunk/nmake.opt
===================================================================
--- trunk/nmake.opt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/nmake.opt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # nmake.opt - main configuration file for NMAKE makefiles
 #

Modified: trunk/src/CMakeLists.txt
===================================================================
--- trunk/src/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 3384 2011-05-30 10:45:43Z mloskot $
 #
 # GEOS C++ library build configuration for CMake build system
 #

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3381 2011-05-27 14:04:18Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/Makefile.vc
===================================================================
--- trunk/src/Makefile.vc	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/Makefile.vc	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.vc 3372 2011-05-19 19:32:06Z warmerdam $
 #
 # Building on Win32 with Visual C++ 7.0, 7.1, 8.0 or 9.0
 ###############################################################################

Modified: trunk/src/algorithm/Angle.cpp
===================================================================
--- trunk/src/algorithm/Angle.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/Angle.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Angle.cpp 3307 2011-04-27 15:18:08Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/BoundaryNodeRule.cpp
===================================================================
--- trunk/src/algorithm/BoundaryNodeRule.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/BoundaryNodeRule.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BoundaryNodeRule.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/CentroidArea.cpp
===================================================================
--- trunk/src/algorithm/CentroidArea.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/CentroidArea.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CentroidArea.cpp 1986 2007-06-08 15:27:42Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/CentroidLine.cpp
===================================================================
--- trunk/src/algorithm/CentroidLine.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/CentroidLine.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CentroidLine.cpp 1986 2007-06-08 15:27:42Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/CentroidPoint.cpp
===================================================================
--- trunk/src/algorithm/CentroidPoint.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/CentroidPoint.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CentroidPoint.cpp 3179 2011-02-03 19:59:23Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/ConvexHull.cpp
===================================================================
--- trunk/src/algorithm/ConvexHull.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/ConvexHull.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConvexHull.cpp 3444 2011-07-20 15:40:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/HCoordinate.cpp
===================================================================
--- trunk/src/algorithm/HCoordinate.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/HCoordinate.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: HCoordinate.cpp 3339 2011-05-10 09:51:05Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/InteriorPointLine.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointLine.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/InteriorPointLine.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: InteriorPointLine.cpp 3164 2010-12-24 14:27:46Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/InteriorPointPoint.cpp
===================================================================
--- trunk/src/algorithm/InteriorPointPoint.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/InteriorPointPoint.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: InteriorPointPoint.cpp 2554 2009-06-06 21:14:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/LineIntersector.cpp
===================================================================
--- trunk/src/algorithm/LineIntersector.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/LineIntersector.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineIntersector.cpp 3340 2011-05-10 09:51:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/MCPointInRing.cpp
===================================================================
--- trunk/src/algorithm/MCPointInRing.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/MCPointInRing.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCPointInRing.cpp 2477 2009-05-06 17:10:01Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/Makefile.am
===================================================================
--- trunk/src/algorithm/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/algorithm/MinimumDiameter.cpp
===================================================================
--- trunk/src/algorithm/MinimumDiameter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/MinimumDiameter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MinimumDiameter.cpp 3417 2011-07-05 09:52:48Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/NotRepresentableException.cpp
===================================================================
--- trunk/src/algorithm/NotRepresentableException.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/NotRepresentableException.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NotRepresentableException.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/PointLocator.cpp
===================================================================
--- trunk/src/algorithm/PointLocator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/PointLocator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointLocator.cpp 3174 2011-02-02 19:24:03Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/RayCrossingCounter.cpp
===================================================================
--- trunk/src/algorithm/RayCrossingCounter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/RayCrossingCounter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RayCrossingCounter.cpp 2357 2009-04-14 12:55:39Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/RobustDeterminant.cpp
===================================================================
--- trunk/src/algorithm/RobustDeterminant.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/RobustDeterminant.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RobustDeterminant.cpp 3435 2011-07-20 08:46:34Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/SIRtreePointInRing.cpp
===================================================================
--- trunk/src/algorithm/SIRtreePointInRing.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/SIRtreePointInRing.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SIRtreePointInRing.cpp 1986 2007-06-08 15:27:42Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/SimplePointInRing.cpp
===================================================================
--- trunk/src/algorithm/SimplePointInRing.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/SimplePointInRing.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimplePointInRing.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp
===================================================================
--- trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/distance/DiscreteHausdorffDistance.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DiscreteHausdorffDistance.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/distance/DistanceToPoint.cpp
===================================================================
--- trunk/src/algorithm/distance/DistanceToPoint.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/distance/DistanceToPoint.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DistanceToPoint.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/distance/Makefile.am
===================================================================
--- trunk/src/algorithm/distance/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/distance/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/locate/IndexedPointInAreaLocator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IndexedPointInAreaLocator.cpp 2868 2010-01-18 00:59:21Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/locate/Makefile.am
===================================================================
--- trunk/src/algorithm/locate/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/locate/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/algorithm/locate/PointOnGeometryLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/PointOnGeometryLocator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/locate/PointOnGeometryLocator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PointOnGeometryLocator.cpp 2161 2008-08-18 16:29:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp
===================================================================
--- trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/algorithm/locate/SimplePointInAreaLocator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimplePointInAreaLocator.cpp 2069 2007-12-21 20:47:01Z benjubb $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/dirlist.mk
===================================================================
--- trunk/src/dirlist.mk	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/dirlist.mk	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: dirlist.mk 2967 2010-04-07 13:22:56Z mloskot $
 #
 # List of directories use by makefile.vc to clean .obj files
 #

Modified: trunk/src/geom/Coordinate.cpp
===================================================================
--- trunk/src/geom/Coordinate.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Coordinate.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Coordinate.cpp 3367 2011-05-17 16:50:03Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/CoordinateArraySequence.cpp
===================================================================
--- trunk/src/geom/CoordinateArraySequence.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/CoordinateArraySequence.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateArraySequence.cpp 3278 2011-04-13 10:44:04Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/CoordinateArraySequenceFactory.cpp
===================================================================
--- trunk/src/geom/CoordinateArraySequenceFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/CoordinateArraySequenceFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateArraySequenceFactory.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/CoordinateSequence.cpp
===================================================================
--- trunk/src/geom/CoordinateSequence.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/CoordinateSequence.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateSequence.cpp 2793 2009-12-04 15:07:37Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/CoordinateSequenceFactory.cpp
===================================================================
--- trunk/src/geom/CoordinateSequenceFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/CoordinateSequenceFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateSequenceFactory.cpp 2745 2009-11-26 21:21:56Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Dimension.cpp
===================================================================
--- trunk/src/geom/Dimension.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Dimension.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Dimension.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Envelope.cpp
===================================================================
--- trunk/src/geom/Envelope.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Envelope.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Envelope.cpp 2470 2009-05-05 14:28:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Geometry.cpp
===================================================================
--- trunk/src/geom/Geometry.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Geometry.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Geometry.cpp 3317 2011-04-28 15:08:47Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/GeometryCollection.cpp
===================================================================
--- trunk/src/geom/GeometryCollection.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/GeometryCollection.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryCollection.cpp 3461 2011-08-20 21:02:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/GeometryComponentFilter.cpp
===================================================================
--- trunk/src/geom/GeometryComponentFilter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/GeometryComponentFilter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryComponentFilter.cpp 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/GeometryFactory.cpp
===================================================================
--- trunk/src/geom/GeometryFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/GeometryFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryFactory.cpp 3181 2011-02-04 08:50:42Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/GeometryList.cpp
===================================================================
--- trunk/src/geom/GeometryList.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/GeometryList.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryList.cpp 2952 2010-03-26 12:01:13Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/IntersectionMatrix.cpp
===================================================================
--- trunk/src/geom/IntersectionMatrix.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/IntersectionMatrix.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntersectionMatrix.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/LineSegment.cpp
===================================================================
--- trunk/src/geom/LineSegment.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/LineSegment.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineSegment.cpp 3257 2011-03-02 12:46:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/LineString.cpp
===================================================================
--- trunk/src/geom/LineString.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/LineString.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineString.cpp 3461 2011-08-20 21:02:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/LinearRing.cpp
===================================================================
--- trunk/src/geom/LinearRing.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/LinearRing.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearRing.cpp 3241 2011-02-23 15:45:40Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Location.cpp
===================================================================
--- trunk/src/geom/Location.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Location.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Location.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Makefile.am
===================================================================
--- trunk/src/geom/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/geom/MultiLineString.cpp
===================================================================
--- trunk/src/geom/MultiLineString.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/MultiLineString.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiLineString.cpp 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/MultiPoint.cpp
===================================================================
--- trunk/src/geom/MultiPoint.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/MultiPoint.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiPoint.cpp 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/MultiPolygon.cpp
===================================================================
--- trunk/src/geom/MultiPolygon.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/MultiPolygon.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MultiPolygon.cpp 3185 2011-02-07 15:39:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Point.cpp
===================================================================
--- trunk/src/geom/Point.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Point.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Point.cpp 3461 2011-08-20 21:02:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Polygon.cpp
===================================================================
--- trunk/src/geom/Polygon.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Polygon.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Polygon.cpp 3461 2011-08-20 21:02:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/PrecisionModel.cpp
===================================================================
--- trunk/src/geom/PrecisionModel.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/PrecisionModel.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PrecisionModel.cpp 3292 2011-04-22 13:04:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/Triangle.cpp
===================================================================
--- trunk/src/geom/Triangle.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/Triangle.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Triangle.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/BasicPreparedGeometry.cpp
===================================================================
--- trunk/src/geom/prep/BasicPreparedGeometry.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/BasicPreparedGeometry.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BasicPreparedGeometry.cpp 2822 2009-12-11 13:10:32Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/Makefile.am
===================================================================
--- trunk/src/geom/prep/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/geom/prep/PreparedGeometry.cpp
===================================================================
--- trunk/src/geom/prep/PreparedGeometry.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedGeometry.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedGeometry.cpp 2418 2009-04-29 08:15:21Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedGeometryFactory.cpp
===================================================================
--- trunk/src/geom/prep/PreparedGeometryFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedGeometryFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedGeometryFactory.cpp 2418 2009-04-29 08:15:21Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedLineString.cpp
===================================================================
--- trunk/src/geom/prep/PreparedLineString.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedLineString.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedLineString.cpp 3451 2011-07-26 16:23:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedPoint.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPoint.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedPoint.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPoint.cpp 3414 2011-07-05 09:52:29Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedPolygon.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygon.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedPolygon.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygon.cpp 3451 2011-07-26 16:23:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedPolygonContains.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonContains.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedPolygonContains.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonContains.cpp 2418 2009-04-29 08:15:21Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedPolygonContainsProperly.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonContainsProperly.cpp 3451 2011-07-26 16:23:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedPolygonCovers.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonCovers.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedPolygonCovers.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonCovers.cpp 2420 2009-04-29 08:56:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedPolygonIntersects.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonIntersects.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedPolygonIntersects.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonIntersects.cpp 3451 2011-07-26 16:23:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/prep/PreparedPolygonPredicate.cpp
===================================================================
--- trunk/src/geom/prep/PreparedPolygonPredicate.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/prep/PreparedPolygonPredicate.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PreparedPolygonPredicate.cpp 2420 2009-04-29 08:56:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/util/ComponentCoordinateExtracter.cpp
===================================================================
--- trunk/src/geom/util/ComponentCoordinateExtracter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/ComponentCoordinateExtracter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ComponentCoordinateExtracter.cpp 2161 2008-08-18 16:29:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/util/CoordinateOperation.cpp
===================================================================
--- trunk/src/geom/util/CoordinateOperation.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/CoordinateOperation.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CoordinateOperation.cpp 2758 2009-12-01 16:16:18Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/util/GeometryCombiner.cpp
===================================================================
--- trunk/src/geom/util/GeometryCombiner.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/GeometryCombiner.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryCombiner.cpp 3177 2011-02-03 19:58:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/util/GeometryEditor.cpp
===================================================================
--- trunk/src/geom/util/GeometryEditor.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/GeometryEditor.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryEditor.cpp 3182 2011-02-04 10:12:57Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/util/GeometryTransformer.cpp
===================================================================
--- trunk/src/geom/util/GeometryTransformer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/GeometryTransformer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryTransformer.cpp 3181 2011-02-04 08:50:42Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/util/Makefile.am
===================================================================
--- trunk/src/geom/util/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3313 2011-04-28 10:04:27Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp
===================================================================
--- trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/ShortCircuitedGeometryVisitor.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ShortCircuitedGeometryVisitor.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geom/util/SineStarFactory.cpp
===================================================================
--- trunk/src/geom/util/SineStarFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geom/util/SineStarFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/Depth.cpp
===================================================================
--- trunk/src/geomgraph/Depth.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/Depth.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Depth.cpp 2544 2009-06-05 11:03:53Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/EdgeList.cpp
===================================================================
--- trunk/src/geomgraph/EdgeList.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/EdgeList.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeList.cpp 2548 2009-06-05 13:44:48Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/EdgeNodingValidator.cpp
===================================================================
--- trunk/src/geomgraph/EdgeNodingValidator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/EdgeNodingValidator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeNodingValidator.cpp 2545 2009-06-05 12:07:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/Makefile.am
===================================================================
--- trunk/src/geomgraph/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3333 2011-05-06 18:51:56Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/geomgraph/NodeFactory.cpp
===================================================================
--- trunk/src/geomgraph/NodeFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/NodeFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeFactory.cpp 2545 2009-06-05 12:07:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/NodeMap.cpp
===================================================================
--- trunk/src/geomgraph/NodeMap.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/NodeMap.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeMap.cpp 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/Position.cpp
===================================================================
--- trunk/src/geomgraph/Position.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/Position.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Position.cpp 2545 2009-06-05 12:07:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/Quadrant.cpp
===================================================================
--- trunk/src/geomgraph/Quadrant.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/Quadrant.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Quadrant.cpp 2394 2009-04-20 09:37:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/Makefile.am
===================================================================
--- trunk/src/geomgraph/index/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/geomgraph/index/MonotoneChainEdge.cpp
===================================================================
--- trunk/src/geomgraph/index/MonotoneChainEdge.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/MonotoneChainEdge.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainEdge.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/MonotoneChainIndexer.cpp
===================================================================
--- trunk/src/geomgraph/index/MonotoneChainIndexer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/MonotoneChainIndexer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainIndexer.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/SegmentIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SegmentIntersector.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/SegmentIntersector.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentIntersector.cpp 2723 2009-11-19 16:40:29Z pramsey $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/SimpleEdgeSetIntersector.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleEdgeSetIntersector.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleMCSweepLineIntersector.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp
===================================================================
--- trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/SimpleSweepLineIntersector.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleSweepLineIntersector.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/SweepLineEvent.cpp
===================================================================
--- trunk/src/geomgraph/index/SweepLineEvent.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/SweepLineEvent.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineEvent.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/geomgraph/index/SweepLineSegment.cpp
===================================================================
--- trunk/src/geomgraph/index/SweepLineSegment.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/geomgraph/index/SweepLineSegment.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineSegment.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/Makefile.am
===================================================================
--- trunk/src/index/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/index/bintree/Bintree.cpp
===================================================================
--- trunk/src/index/bintree/Bintree.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/bintree/Bintree.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Bintree.cpp 3274 2011-03-26 14:02:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/bintree/Interval.cpp
===================================================================
--- trunk/src/index/bintree/Interval.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/bintree/Interval.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Interval.cpp 2475 2009-05-06 16:36:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/bintree/Key.cpp
===================================================================
--- trunk/src/index/bintree/Key.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/bintree/Key.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Key.cpp 2131 2008-07-15 22:04:51Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/bintree/Makefile.am
===================================================================
--- trunk/src/index/bintree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/bintree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/index/bintree/Node.cpp
===================================================================
--- trunk/src/index/bintree/Node.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/bintree/Node.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Node.cpp 3410 2011-07-05 09:52:00Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/bintree/NodeBase.cpp
===================================================================
--- trunk/src/index/bintree/NodeBase.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/bintree/NodeBase.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeBase.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/bintree/Root.cpp
===================================================================
--- trunk/src/index/bintree/Root.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/bintree/Root.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Root.cpp 3274 2011-03-26 14:02:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/chain/Makefile.am
===================================================================
--- trunk/src/index/chain/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/chain/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/index/chain/MonotoneChain.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChain.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/chain/MonotoneChain.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChain.cpp 2479 2009-05-06 17:42:58Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/chain/MonotoneChainOverlapAction.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainOverlapAction.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/chain/MonotoneChainOverlapAction.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainOverlapAction.cpp 2479 2009-05-06 17:42:58Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/chain/MonotoneChainSelectAction.cpp
===================================================================
--- trunk/src/index/chain/MonotoneChainSelectAction.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/chain/MonotoneChainSelectAction.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MonotoneChainSelectAction.cpp 2477 2009-05-06 17:10:01Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/intervalrtree/IntervalRTreeBranchNode.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalRTreeBranchNode.cpp 2161 2008-08-18 16:29:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/intervalrtree/IntervalRTreeLeafNode.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalRTreeLeafNode.cpp 2161 2008-08-18 16:29:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/intervalrtree/IntervalRTreeNode.cpp
===================================================================
--- trunk/src/index/intervalrtree/IntervalRTreeNode.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/intervalrtree/IntervalRTreeNode.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalRTreeNode.cpp 2161 2008-08-18 16:29:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/intervalrtree/Makefile.am
===================================================================
--- trunk/src/index/intervalrtree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/intervalrtree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp
===================================================================
--- trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/intervalrtree/SortedPackedIntervalRTree.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SortedPackedIntervalRTree.cpp 2768 2009-12-03 19:23:05Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/quadtree/DoubleBits.cpp
===================================================================
--- trunk/src/index/quadtree/DoubleBits.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/DoubleBits.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DoubleBits.cpp 2409 2009-04-27 15:00:53Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/quadtree/IntervalSize.cpp
===================================================================
--- trunk/src/index/quadtree/IntervalSize.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/IntervalSize.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntervalSize.cpp 2411 2009-04-27 15:39:42Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/quadtree/Key.cpp
===================================================================
--- trunk/src/index/quadtree/Key.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/Key.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Key.cpp 2407 2009-04-25 00:23:06Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/quadtree/Makefile.am
===================================================================
--- trunk/src/index/quadtree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/index/quadtree/Node.cpp
===================================================================
--- trunk/src/index/quadtree/Node.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/Node.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Node.cpp 3413 2011-07-05 09:52:19Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/quadtree/NodeBase.cpp
===================================================================
--- trunk/src/index/quadtree/NodeBase.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/NodeBase.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeBase.cpp 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/quadtree/Quadtree.cpp
===================================================================
--- trunk/src/index/quadtree/Quadtree.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/Quadtree.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Quadtree.cpp 2410 2009-04-27 15:30:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/quadtree/Root.cpp
===================================================================
--- trunk/src/index/quadtree/Root.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/quadtree/Root.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Root.cpp 2415 2009-04-27 19:38:44Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/strtree/AbstractNode.cpp
===================================================================
--- trunk/src/index/strtree/AbstractNode.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/strtree/AbstractNode.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: AbstractNode.cpp 3274 2011-03-26 14:02:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/strtree/AbstractSTRtree.cpp
===================================================================
--- trunk/src/index/strtree/AbstractSTRtree.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/strtree/AbstractSTRtree.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: AbstractSTRtree.cpp 2611 2009-07-15 18:53:02Z pramsey $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/strtree/Interval.cpp
===================================================================
--- trunk/src/index/strtree/Interval.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/strtree/Interval.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Interval.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/strtree/ItemBoundable.cpp
===================================================================
--- trunk/src/index/strtree/ItemBoundable.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/strtree/ItemBoundable.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ItemBoundable.cpp 2194 2008-09-23 23:01:00Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/strtree/Makefile.am
===================================================================
--- trunk/src/index/strtree/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/strtree/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/index/strtree/SIRtree.cpp
===================================================================
--- trunk/src/index/strtree/SIRtree.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/strtree/SIRtree.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SIRtree.cpp 1986 2007-06-08 15:27:42Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/strtree/STRtree.cpp
===================================================================
--- trunk/src/index/strtree/STRtree.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/strtree/STRtree.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: STRtree.cpp 2685 2009-10-20 16:59:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/sweepline/Makefile.am
===================================================================
--- trunk/src/index/sweepline/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/sweepline/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/index/sweepline/SweepLineEvent.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineEvent.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/sweepline/SweepLineEvent.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineEvent.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/sweepline/SweepLineIndex.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineIndex.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/sweepline/SweepLineIndex.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineIndex.cpp 3416 2011-07-05 09:52:42Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/index/sweepline/SweepLineInterval.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineInterval.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/index/sweepline/SweepLineInterval.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweepLineInterval.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/inlines.cpp
===================================================================
--- trunk/src/inlines.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/inlines.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: inlines.cpp 3456 2011-08-06 09:10:16Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/ByteOrderDataInStream.cpp
===================================================================
--- trunk/src/io/ByteOrderDataInStream.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/ByteOrderDataInStream.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ByteOrderDataInStream.cpp 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/ByteOrderValues.cpp
===================================================================
--- trunk/src/io/ByteOrderValues.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/ByteOrderValues.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ByteOrderValues.cpp 3253 2011-03-01 17:50:36Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/CLocalizer.cpp
===================================================================
--- trunk/src/io/CLocalizer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/CLocalizer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CLocalizer.cpp 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/Makefile.am
===================================================================
--- trunk/src/io/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/io/ParseException.cpp
===================================================================
--- trunk/src/io/ParseException.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/ParseException.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ParseException.cpp 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/StringTokenizer.cpp
===================================================================
--- trunk/src/io/StringTokenizer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/StringTokenizer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: StringTokenizer.cpp 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/Unload.cpp
===================================================================
--- trunk/src/io/Unload.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/Unload.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Unload.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/WKBReader.cpp
===================================================================
--- trunk/src/io/WKBReader.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/WKBReader.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKBReader.cpp 2794 2009-12-04 15:20:38Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/WKBWriter.cpp
===================================================================
--- trunk/src/io/WKBWriter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/WKBWriter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKBWriter.cpp 3179 2011-02-03 19:59:23Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/WKTReader.cpp
===================================================================
--- trunk/src/io/WKTReader.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/WKTReader.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKTReader.cpp 3113 2010-10-15 14:55:22Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/WKTWriter.cpp
===================================================================
--- trunk/src/io/WKTWriter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/WKTWriter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: WKTWriter.cpp 3293 2011-04-22 13:51:38Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/io/Writer.cpp
===================================================================
--- trunk/src/io/Writer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/io/Writer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Writer.cpp 2579 2009-06-15 14:03:52Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/ExtractLineByLocation.cpp
===================================================================
--- trunk/src/linearref/ExtractLineByLocation.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/ExtractLineByLocation.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ExtractLineByLocation.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LengthIndexOfPoint.cpp
===================================================================
--- trunk/src/linearref/LengthIndexOfPoint.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LengthIndexOfPoint.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LengthIndexOfPoint.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LengthIndexedLine.cpp
===================================================================
--- trunk/src/linearref/LengthIndexedLine.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LengthIndexedLine.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LengthIndexedLine.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LengthLocationMap.cpp
===================================================================
--- trunk/src/linearref/LengthLocationMap.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LengthLocationMap.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LengthLocationMap.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LinearGeometryBuilder.cpp
===================================================================
--- trunk/src/linearref/LinearGeometryBuilder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LinearGeometryBuilder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearGeometryBuilder.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LinearIterator.cpp
===================================================================
--- trunk/src/linearref/LinearIterator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LinearIterator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearIterator.cpp 3014 2010-06-19 11:23:44Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LinearLocation.cpp
===================================================================
--- trunk/src/linearref/LinearLocation.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LinearLocation.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LinearLocation.cpp 3019 2010-06-19 12:28:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LocationIndexOfLine.cpp
===================================================================
--- trunk/src/linearref/LocationIndexOfLine.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LocationIndexOfLine.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LocationIndexOfLine.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/LocationIndexOfPoint.cpp
===================================================================
--- trunk/src/linearref/LocationIndexOfPoint.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/LocationIndexOfPoint.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LocationIndexOfPoint.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/linearref/Makefile.am
===================================================================
--- trunk/src/linearref/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/linearref/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/noding/BasicSegmentString.cpp
===================================================================
--- trunk/src/noding/BasicSegmentString.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/BasicSegmentString.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BasicSegmentString.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/FastNodingValidator.cpp
===================================================================
--- trunk/src/noding/FastNodingValidator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/FastNodingValidator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: FastNodingValidator.cpp 2137 2008-07-25 21:00:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/IntersectionAdder.cpp
===================================================================
--- trunk/src/noding/IntersectionAdder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/IntersectionAdder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntersectionAdder.cpp 2319 2009-04-07 19:00:36Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/IntersectionFinderAdder.cpp
===================================================================
--- trunk/src/noding/IntersectionFinderAdder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/IntersectionFinderAdder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IntersectionFinderAdder.cpp 2319 2009-04-07 19:00:36Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/IteratedNoder.cpp
===================================================================
--- trunk/src/noding/IteratedNoder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/IteratedNoder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IteratedNoder.cpp 2319 2009-04-07 19:00:36Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/MCIndexNoder.cpp
===================================================================
--- trunk/src/noding/MCIndexNoder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/MCIndexNoder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCIndexNoder.cpp 2479 2009-05-06 17:42:58Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/Makefile.am
===================================================================
--- trunk/src/noding/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/noding/NodedSegmentString.cpp
===================================================================
--- trunk/src/noding/NodedSegmentString.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/NodedSegmentString.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodedSegmentString.cpp 3233 2011-02-23 09:37:10Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/NodingValidator.cpp
===================================================================
--- trunk/src/noding/NodingValidator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/NodingValidator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodingValidator.cpp 1931 2006-12-05 09:59:04Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/Octant.cpp
===================================================================
--- trunk/src/noding/Octant.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/Octant.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Octant.cpp 2131 2008-07-15 22:04:51Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/OrientedCoordinateArray.cpp
===================================================================
--- trunk/src/noding/OrientedCoordinateArray.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/OrientedCoordinateArray.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OrientedCoordinateArray.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/ScaledNoder.cpp
===================================================================
--- trunk/src/noding/ScaledNoder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/ScaledNoder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ScaledNoder.cpp 3319 2011-04-28 15:09:04Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/SegmentIntersectionDetector.cpp
===================================================================
--- trunk/src/noding/SegmentIntersectionDetector.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/SegmentIntersectionDetector.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentIntersectionDetector.cpp 2161 2008-08-18 16:29:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/SegmentNode.cpp
===================================================================
--- trunk/src/noding/SegmentNode.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/SegmentNode.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentNode.cpp 3234 2011-02-23 10:25:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/SegmentNodeList.cpp
===================================================================
--- trunk/src/noding/SegmentNodeList.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/SegmentNodeList.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentNodeList.cpp 3453 2011-07-27 08:12:56Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/SegmentStringUtil.cpp
===================================================================
--- trunk/src/noding/SegmentStringUtil.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/SegmentStringUtil.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SegmentStringUtil.cpp 2161 2008-08-18 16:29:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/SimpleNoder.cpp
===================================================================
--- trunk/src/noding/SimpleNoder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/SimpleNoder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleNoder.cpp 2319 2009-04-07 19:00:36Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/SingleInteriorIntersectionFinder.cpp
===================================================================
--- trunk/src/noding/SingleInteriorIntersectionFinder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/SingleInteriorIntersectionFinder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SingleInteriorIntersectionFinder.cpp 2137 2008-07-25 21:00:09Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/snapround/HotPixel.cpp
===================================================================
--- trunk/src/noding/snapround/HotPixel.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/snapround/HotPixel.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: HotPixel.cpp 3237 2011-02-23 14:37:05Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/snapround/MCIndexPointSnapper.cpp
===================================================================
--- trunk/src/noding/snapround/MCIndexPointSnapper.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/snapround/MCIndexPointSnapper.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCIndexPointSnapper.cpp 3240 2011-02-23 14:37:39Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/snapround/MCIndexSnapRounder.cpp
===================================================================
--- trunk/src/noding/snapround/MCIndexSnapRounder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/snapround/MCIndexSnapRounder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MCIndexSnapRounder.cpp 3372 2011-05-19 19:32:06Z warmerdam $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/noding/snapround/Makefile.am
===================================================================
--- trunk/src/noding/snapround/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/snapround/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/noding/snapround/SimpleSnapRounder.cpp
===================================================================
--- trunk/src/noding/snapround/SimpleSnapRounder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/noding/snapround/SimpleSnapRounder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleSnapRounder.cpp 3239 2011-02-23 14:37:29Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/GeometryGraphOperation.cpp
===================================================================
--- trunk/src/operation/GeometryGraphOperation.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/GeometryGraphOperation.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryGraphOperation.cpp 2549 2009-06-05 17:50:34Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/IsSimpleOp.cpp
===================================================================
--- trunk/src/operation/IsSimpleOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/IsSimpleOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IsSimpleOp.cpp 3179 2011-02-03 19:59:23Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/Makefile.am
===================================================================
--- trunk/src/operation/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3123 2010-11-29 09:33:05Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/buffer/BufferBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/BufferBuilder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/BufferBuilder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferBuilder.cpp 3454 2011-07-27 13:29:36Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/BufferInputLineSimplifier.cpp
===================================================================
--- trunk/src/operation/buffer/BufferInputLineSimplifier.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/BufferInputLineSimplifier.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferInputLineSimplifier.cpp 3246 2011-02-23 17:13:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/BufferInputLineSimplifier.h
===================================================================
--- trunk/src/operation/buffer/BufferInputLineSimplifier.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/BufferInputLineSimplifier.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferInputLineSimplifier.h 3246 2011-02-23 17:13:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/BufferOp.cpp
===================================================================
--- trunk/src/operation/buffer/BufferOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/BufferOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferOp.cpp 3319 2011-04-28 15:09:04Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/BufferParameters.cpp
===================================================================
--- trunk/src/operation/buffer/BufferParameters.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/BufferParameters.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferParameters.cpp 3432 2011-07-07 08:33:03Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/BufferSubgraph.cpp
===================================================================
--- trunk/src/operation/buffer/BufferSubgraph.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/BufferSubgraph.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferSubgraph.cpp 3301 2011-04-27 09:42:31Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/Makefile.am
===================================================================
--- trunk/src/operation/buffer/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3301 2011-04-27 09:42:31Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/buffer/OffsetCurveBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetCurveBuilder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/OffsetCurveBuilder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OffsetCurveBuilder.cpp 3324 2011-05-04 16:30:36Z strk $
  *
  * GEOS-Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/OffsetCurveSetBuilder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OffsetCurveSetBuilder.cpp 3451 2011-07-26 16:23:30Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/OffsetSegmentGenerator.cpp
===================================================================
--- trunk/src/operation/buffer/OffsetSegmentGenerator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/OffsetSegmentGenerator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS-Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/RightmostEdgeFinder.cpp
===================================================================
--- trunk/src/operation/buffer/RightmostEdgeFinder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/RightmostEdgeFinder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RightmostEdgeFinder.cpp 3245 2011-02-23 16:46:10Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/buffer/SubgraphDepthLocater.cpp
===================================================================
--- trunk/src/operation/buffer/SubgraphDepthLocater.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/buffer/SubgraphDepthLocater.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SubgraphDepthLocater.cpp 3245 2011-02-23 16:46:10Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/distance/ConnectedElementLocationFilter.cpp
===================================================================
--- trunk/src/operation/distance/ConnectedElementLocationFilter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/distance/ConnectedElementLocationFilter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedElementLocationFilter.cpp 2553 2009-06-06 00:55:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/distance/ConnectedElementPointFilter.cpp
===================================================================
--- trunk/src/operation/distance/ConnectedElementPointFilter.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/distance/ConnectedElementPointFilter.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedElementPointFilter.cpp 2553 2009-06-06 00:55:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/distance/DistanceOp.cpp
===================================================================
--- trunk/src/operation/distance/DistanceOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/distance/DistanceOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DistanceOp.cpp 3259 2011-03-02 13:45:13Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/distance/GeometryLocation.cpp
===================================================================
--- trunk/src/operation/distance/GeometryLocation.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/distance/GeometryLocation.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryLocation.cpp 2561 2009-06-08 10:37:11Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/distance/Makefile.am
===================================================================
--- trunk/src/operation/distance/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/distance/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/linemerge/EdgeString.cpp
===================================================================
--- trunk/src/operation/linemerge/EdgeString.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/linemerge/EdgeString.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeString.cpp 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/linemerge/LineMergeDirectedEdge.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMergeDirectedEdge.cpp 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/linemerge/LineMergeEdge.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeEdge.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/linemerge/LineMergeEdge.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMergeEdge.cpp 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/linemerge/LineMergeGraph.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMergeGraph.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/linemerge/LineMergeGraph.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMergeGraph.cpp 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/linemerge/LineMerger.cpp
===================================================================
--- trunk/src/operation/linemerge/LineMerger.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/linemerge/LineMerger.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineMerger.cpp 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/linemerge/LineSequencer.cpp
===================================================================
--- trunk/src/operation/linemerge/LineSequencer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/linemerge/LineSequencer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineSequencer.cpp 3309 2011-04-27 15:47:14Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/linemerge/Makefile.am
===================================================================
--- trunk/src/operation/linemerge/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/linemerge/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/overlay/EdgeSetNoder.cpp
===================================================================
--- trunk/src/operation/overlay/EdgeSetNoder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/EdgeSetNoder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeSetNoder.cpp 2564 2009-06-08 16:09:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/ElevationMatrix.cpp
===================================================================
--- trunk/src/operation/overlay/ElevationMatrix.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/ElevationMatrix.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ElevationMatrix.cpp 2873 2010-01-18 18:15:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/ElevationMatrixCell.cpp
===================================================================
--- trunk/src/operation/overlay/ElevationMatrixCell.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/ElevationMatrixCell.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ElevationMatrixCell.cpp 2873 2010-01-18 18:15:40Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/Makefile.am
===================================================================
--- trunk/src/operation/overlay/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/overlay/MaximalEdgeRing.cpp
===================================================================
--- trunk/src/operation/overlay/MaximalEdgeRing.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/MaximalEdgeRing.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MaximalEdgeRing.cpp 2731 2009-11-19 21:06:16Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/MinimalEdgeRing.cpp
===================================================================
--- trunk/src/operation/overlay/MinimalEdgeRing.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/MinimalEdgeRing.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: MinimalEdgeRing.cpp 2564 2009-06-08 16:09:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/OverlayNodeFactory.cpp
===================================================================
--- trunk/src/operation/overlay/OverlayNodeFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/OverlayNodeFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OverlayNodeFactory.cpp 2564 2009-06-08 16:09:51Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/snap/GeometrySnapper.cpp
===================================================================
--- trunk/src/operation/overlay/snap/GeometrySnapper.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/snap/GeometrySnapper.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometrySnapper.cpp 3225 2011-02-21 14:02:37Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/snap/LineStringSnapper.cpp
===================================================================
--- trunk/src/operation/overlay/snap/LineStringSnapper.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/snap/LineStringSnapper.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineStringSnapper.cpp 3225 2011-02-21 14:02:37Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp
===================================================================
--- trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SnapIfNeededOverlayOp.cpp 3224 2011-02-21 12:03:25Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/snap/SnapOverlayOp.cpp
===================================================================
--- trunk/src/operation/overlay/snap/SnapOverlayOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/snap/SnapOverlayOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SnapOverlayOp.cpp 3225 2011-02-21 14:02:37Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/validate/FuzzyPointLocator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: FuzzyPointLocator.cpp 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/validate/OffsetPointGenerator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/OffsetPointGenerator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/validate/OffsetPointGenerator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OffsetPointGenerator.cpp 2566 2009-06-08 16:46:33Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/overlay/validate/OverlayResultValidator.cpp
===================================================================
--- trunk/src/operation/overlay/validate/OverlayResultValidator.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/overlay/validate/OverlayResultValidator.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: OverlayResultValidator.cpp 2868 2010-01-18 00:59:21Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/polygonize/EdgeRing.cpp
===================================================================
--- trunk/src/operation/polygonize/EdgeRing.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/polygonize/EdgeRing.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeRing.cpp 3078 2010-07-01 21:44:33Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/polygonize/Makefile.am
===================================================================
--- trunk/src/operation/polygonize/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/polygonize/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/polygonize/PolygonizeDirectedEdge.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonizeDirectedEdge.cpp 2567 2009-06-08 16:58:42Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/polygonize/PolygonizeEdge.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeEdge.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/polygonize/PolygonizeEdge.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonizeEdge.cpp 2567 2009-06-08 16:58:42Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/polygonize/PolygonizeGraph.cpp
===================================================================
--- trunk/src/operation/polygonize/PolygonizeGraph.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/polygonize/PolygonizeGraph.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PolygonizeGraph.cpp 3078 2010-07-01 21:44:33Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/polygonize/Polygonizer.cpp
===================================================================
--- trunk/src/operation/polygonize/Polygonizer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/polygonize/Polygonizer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Polygonizer.cpp 2926 2010-02-22 22:21:29Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/predicate/Makefile.am
===================================================================
--- trunk/src/operation/predicate/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/predicate/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/predicate/RectangleContains.cpp
===================================================================
--- trunk/src/operation/predicate/RectangleContains.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/predicate/RectangleContains.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RectangleContains.cpp 2569 2009-06-08 17:12:04Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/relate/EdgeEndBundleStar.cpp
===================================================================
--- trunk/src/operation/relate/EdgeEndBundleStar.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/relate/EdgeEndBundleStar.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EdgeEndBundleStar.cpp 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/relate/Makefile.am
===================================================================
--- trunk/src/operation/relate/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/relate/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/relate/RelateNodeFactory.cpp
===================================================================
--- trunk/src/operation/relate/RelateNodeFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/relate/RelateNodeFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RelateNodeFactory.cpp 2543 2009-06-05 10:23:23Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/relate/RelateNodeGraph.cpp
===================================================================
--- trunk/src/operation/relate/RelateNodeGraph.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/relate/RelateNodeGraph.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RelateNodeGraph.cpp 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/relate/RelateOp.cpp
===================================================================
--- trunk/src/operation/relate/RelateOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/relate/RelateOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RelateOp.cpp 2549 2009-06-05 17:50:34Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/sharedpaths/Makefile.am
===================================================================
--- trunk/src/operation/sharedpaths/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/sharedpaths/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/sharedpaths/SharedPathsOp.cpp
===================================================================
--- trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/union/CascadedPolygonUnion.cpp
===================================================================
--- trunk/src/operation/union/CascadedPolygonUnion.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/union/CascadedPolygonUnion.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CascadedPolygonUnion.cpp 3192 2011-02-10 13:48:34Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/union/CascadedUnion.cpp
===================================================================
--- trunk/src/operation/union/CascadedUnion.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/union/CascadedUnion.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://trac.osgeo.org/geos

Modified: trunk/src/operation/union/Makefile.am
===================================================================
--- trunk/src/operation/union/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/union/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3296 2011-04-23 10:03:16Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/union/PointGeometryUnion.cpp
===================================================================
--- trunk/src/operation/union/PointGeometryUnion.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/union/PointGeometryUnion.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/union/UnaryUnionOp.cpp
===================================================================
--- trunk/src/operation/union/UnaryUnionOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/union/UnaryUnionOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/ConnectedInteriorTester.cpp
===================================================================
--- trunk/src/operation/valid/ConnectedInteriorTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/ConnectedInteriorTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedInteriorTester.cpp 3450 2011-07-26 15:09:35Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/ConsistentAreaTester.cpp
===================================================================
--- trunk/src/operation/valid/ConsistentAreaTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/ConsistentAreaTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConsistentAreaTester.cpp 2547 2009-06-05 13:41:50Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/IndexedNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/IndexedNestedRingTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/IndexedNestedRingTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IndexedNestedRingTester.cpp 3425 2011-07-05 11:07:13Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/IndexedNestedRingTester.h
===================================================================
--- trunk/src/operation/valid/IndexedNestedRingTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/IndexedNestedRingTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IndexedNestedRingTester.h 3425 2011-07-05 11:07:13Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/IsValidOp.cpp
===================================================================
--- trunk/src/operation/valid/IsValidOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/IsValidOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IsValidOp.cpp 3312 2011-04-28 10:04:11Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/Makefile.am
===================================================================
--- trunk/src/operation/valid/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/operation/valid/QuadtreeNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/QuadtreeNestedRingTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/QuadtreeNestedRingTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: QuadtreeNestedRingTester.cpp 2572 2009-06-08 22:10:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/RepeatedPointTester.cpp
===================================================================
--- trunk/src/operation/valid/RepeatedPointTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/RepeatedPointTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: RepeatedPointTester.cpp 3179 2011-02-03 19:59:23Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/SimpleNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/SimpleNestedRingTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/SimpleNestedRingTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleNestedRingTester.cpp 2572 2009-06-08 22:10:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/SweeplineNestedRingTester.cpp
===================================================================
--- trunk/src/operation/valid/SweeplineNestedRingTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/SweeplineNestedRingTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SweeplineNestedRingTester.cpp 2572 2009-06-08 22:10:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/operation/valid/TopologyValidationError.cpp
===================================================================
--- trunk/src/operation/valid/TopologyValidationError.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/operation/valid/TopologyValidationError.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TopologyValidationError.cpp 2572 2009-06-08 22:10:55Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/DirectedEdge.cpp
===================================================================
--- trunk/src/planargraph/DirectedEdge.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/DirectedEdge.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DirectedEdge.cpp 3458 2011-08-19 09:42:26Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/DirectedEdgeStar.cpp
===================================================================
--- trunk/src/planargraph/DirectedEdgeStar.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/DirectedEdgeStar.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DirectedEdgeStar.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/Edge.cpp
===================================================================
--- trunk/src/planargraph/Edge.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/Edge.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Edge.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/Makefile.am
===================================================================
--- trunk/src/planargraph/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/planargraph/Node.cpp
===================================================================
--- trunk/src/planargraph/Node.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/Node.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Node.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/NodeMap.cpp
===================================================================
--- trunk/src/planargraph/NodeMap.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/NodeMap.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: NodeMap.cpp 2733 2009-11-20 19:58:33Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/PlanarGraph.cpp
===================================================================
--- trunk/src/planargraph/PlanarGraph.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/PlanarGraph.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: PlanarGraph.cpp 3078 2010-07-01 21:44:33Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/Subgraph.cpp
===================================================================
--- trunk/src/planargraph/Subgraph.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/Subgraph.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Subgraph.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp
===================================================================
--- trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: ConnectedSubgraphFinder.cpp 2891 2010-01-28 18:42:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/precision/CommonBits.cpp
===================================================================
--- trunk/src/precision/CommonBits.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/precision/CommonBits.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CommonBits.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/precision/CommonBitsOp.cpp
===================================================================
--- trunk/src/precision/CommonBitsOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/precision/CommonBitsOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CommonBitsOp.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/precision/CommonBitsRemover.cpp
===================================================================
--- trunk/src/precision/CommonBitsRemover.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/precision/CommonBitsRemover.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CommonBitsRemover.cpp 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/precision/EnhancedPrecisionOp.cpp
===================================================================
--- trunk/src/precision/EnhancedPrecisionOp.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/precision/EnhancedPrecisionOp.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: EnhancedPrecisionOp.cpp 2755 2009-11-30 17:29:48Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/precision/Makefile.am
===================================================================
--- trunk/src/precision/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/precision/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/precision/SimpleGeometryPrecisionReducer.cpp
===================================================================
--- trunk/src/precision/SimpleGeometryPrecisionReducer.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/precision/SimpleGeometryPrecisionReducer.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleGeometryPrecisionReducer.cpp 2368 2009-04-15 10:02:01Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp
===================================================================
--- trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/DouglasPeuckerLineSimplifier.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DouglasPeuckerLineSimplifier.cpp 3275 2011-03-26 14:02:32Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/DouglasPeuckerSimplifier.cpp
===================================================================
--- trunk/src/simplify/DouglasPeuckerSimplifier.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/DouglasPeuckerSimplifier.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: DouglasPeuckerSimplifier.cpp 2757 2009-12-01 15:39:41Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/LineSegmentIndex.cpp
===================================================================
--- trunk/src/simplify/LineSegmentIndex.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/LineSegmentIndex.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: LineSegmentIndex.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/Makefile.am
===================================================================
--- trunk/src/simplify/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/simplify/TaggedLineSegment.cpp
===================================================================
--- trunk/src/simplify/TaggedLineSegment.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/TaggedLineSegment.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLineSegment.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/TaggedLineString.cpp
===================================================================
--- trunk/src/simplify/TaggedLineString.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/TaggedLineString.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLineString.cpp 3275 2011-03-26 14:02:32Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/TaggedLineStringSimplifier.cpp
===================================================================
--- trunk/src/simplify/TaggedLineStringSimplifier.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/TaggedLineStringSimplifier.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLineStringSimplifier.cpp 3275 2011-03-26 14:02:32Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/TaggedLinesSimplifier.cpp
===================================================================
--- trunk/src/simplify/TaggedLinesSimplifier.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/TaggedLinesSimplifier.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TaggedLinesSimplifier.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/simplify/TopologyPreservingSimplifier.cpp
===================================================================
--- trunk/src/simplify/TopologyPreservingSimplifier.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/simplify/TopologyPreservingSimplifier.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TopologyPreservingSimplifier.cpp 2762 2009-12-03 19:01:10Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/util/Assert.cpp
===================================================================
--- trunk/src/util/Assert.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/util/Assert.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Assert.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/util/GeometricShapeFactory.cpp
===================================================================
--- trunk/src/util/GeometricShapeFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/util/GeometricShapeFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometricShapeFactory.cpp 3313 2011-04-28 10:04:27Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/util/Makefile.am
===================================================================
--- trunk/src/util/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/util/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/src/util/Profiler.cpp
===================================================================
--- trunk/src/util/Profiler.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/util/Profiler.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Profiler.cpp 3409 2011-07-05 09:51:53Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/src/util/math.cpp
===================================================================
--- trunk/src/util/math.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/src/util/math.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: math.cpp 2189 2008-09-16 21:09:14Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/swig/Makefile.am
===================================================================
--- trunk/swig/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/swig/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3002 2010-06-16 09:45:08Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/swig/python/Makefile.am
===================================================================
--- trunk/swig/python/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/swig/python/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3475 2011-09-21 08:11:08Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/swig/python/tests/Makefile.am
===================================================================
--- trunk/swig/python/tests/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/swig/python/tests/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2844 2010-01-13 03:03:38Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/swig/python/tests/TESTING.txt
===================================================================
--- trunk/swig/python/tests/TESTING.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/swig/python/tests/TESTING.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-.. $Id: TESTING.txt 2137 2008-07-25 21:00:09Z mloskot $
 
 Author: Sean Gillies, sgillies at frii.com
 

Modified: trunk/swig/python/tests/runtests.py
===================================================================
--- trunk/swig/python/tests/runtests.py	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/swig/python/tests/runtests.py	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: runtests.py 1820 2006-09-06 16:54:23Z mloskot $
 # ===========================================================================
 # Copyright 2004 Sean Gillies, sgillies at frii.com
 #

Modified: trunk/swig/ruby/Makefile.am
===================================================================
--- trunk/swig/ruby/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/swig/ruby/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2844 2010-01-13 03:03:38Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/swig/ruby/test/Makefile.am
===================================================================
--- trunk/swig/ruby/test/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/swig/ruby/test/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2844 2010-01-13 03:03:38Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/CMakeLists.txt
===================================================================
--- trunk/tests/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
  #################################################################################
-# $Id: CMakeLists.txt 3168 2011-01-25 23:20:25Z mloskot $
 #
 # GEOS tests build configuration for CMake build system
 #

Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3369 2011-05-17 20:44:35Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/bigtest/CMakeLists.txt
===================================================================
--- trunk/tests/bigtest/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/bigtest/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id$
 #
 # CMake configuration for GEOS big test
 #

Modified: trunk/tests/bigtest/GeometryTestFactory.cpp
===================================================================
--- trunk/tests/bigtest/GeometryTestFactory.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/bigtest/GeometryTestFactory.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: GeometryTestFactory.cpp 2163 2008-08-18 16:32:50Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/bigtest/Makefile.am
===================================================================
--- trunk/tests/bigtest/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/bigtest/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3369 2011-05-17 20:44:35Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/bigtest/TestSweepLineSpeed.cpp
===================================================================
--- trunk/tests/bigtest/TestSweepLineSpeed.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/bigtest/TestSweepLineSpeed.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: TestSweepLineSpeed.cpp 2163 2008-08-18 16:32:50Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/bigtest/bigtest.h
===================================================================
--- trunk/tests/bigtest/bigtest.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/bigtest/bigtest.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: bigtest.h 1861 2006-10-12 15:33:40Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/geostest/Makefile.am
===================================================================
--- trunk/tests/geostest/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/geostest/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2841 2010-01-13 00:48:20Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/geostest/geostest.c
===================================================================
--- trunk/tests/geostest/geostest.c	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/geostest/geostest.c	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,6 +1,5 @@
 /************************************************************************
  *
- * $Id: geostest.c 2809 2009-12-06 01:05:24Z mloskot $
  *
  * Test for C-Wrapper of GEOS library
  *

Modified: trunk/tests/perf/Makefile.am
===================================================================
--- trunk/tests/perf/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/perf/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2841 2010-01-13 00:48:20Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/perf/capi/Makefile.am
===================================================================
--- trunk/tests/perf/capi/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/perf/capi/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2841 2010-01-13 00:48:20Z mloskot $
 #
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 

Modified: trunk/tests/perf/operation/Makefile.am
===================================================================
--- trunk/tests/perf/operation/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/perf/operation/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2841 2010-01-13 00:48:20Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp
===================================================================
--- trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/perf/operation/buffer/IteratedBufferStressTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: IteratedBufferStressTest.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/perf/operation/buffer/Makefile.am
===================================================================
--- trunk/tests/perf/operation/buffer/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/perf/operation/buffer/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2841 2010-01-13 00:48:20Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/thread/Makefile.am
===================================================================
--- trunk/tests/thread/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/thread/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 2841 2010-01-13 00:48:20Z mloskot $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/thread/badthreadtest.c
===================================================================
--- trunk/tests/thread/badthreadtest.c	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/thread/badthreadtest.c	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,6 +1,5 @@
 /************************************************************************
  *
- * $Id: badthreadtest.c 2809 2009-12-06 01:05:24Z mloskot $
  *
  * Test for C-Wrapper of GEOS library
  *

Modified: trunk/tests/thread/threadtest.c
===================================================================
--- trunk/tests/thread/threadtest.c	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/thread/threadtest.c	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,6 +1,5 @@
 /************************************************************************
  *
- * $Id: threadtest.c 2809 2009-12-06 01:05:24Z mloskot $
  *
  * Multithreaded test for C-Wrapper of GEOS library
  *

Modified: trunk/tests/unit/CMakeLists.txt
===================================================================
--- trunk/tests/unit/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 3382 2011-05-30 09:41:41Z mloskot $
 #
 # GEOS unit tests build configuration for CMake build system
 #

Modified: trunk/tests/unit/Makefile.am
===================================================================
--- trunk/tests/unit/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3465 2011-09-12 07:47:39Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/unit/algorithm/AngleTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/AngleTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/AngleTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for geos::algorithm::Angle 
 // Ported from JTS junit/algorithm/AngleTest.java r378

Modified: trunk/tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: computeOrientationTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for CGAlgorithms::computeOrientation() function
 // Ported from JTS junit/algorithm/ComputeOrientationTest.java

Modified: trunk/tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: isCCWTest.cpp 3288 2011-04-19 07:57:14Z strk $
 // 
 // Test Suite for CGAlgorithms::isCCW() function
 // Ported from JTS junit/algorithm/IsCCWTest.java

Modified: trunk/tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: isPointInRingTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for CGAlgorithms::isPointInRing() function
 

Modified: trunk/tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for CGAlgorithms::signedArea() function
 

Modified: trunk/tests/unit/algorithm/ConvexHullTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/ConvexHullTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/ConvexHullTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: ConvexHullTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::algorithm::ConvexHull
 // Ported from JTS junit/algorithm/ConvexHullTest.java

Modified: trunk/tests/unit/algorithm/PointLocatorTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/PointLocatorTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/PointLocatorTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: PointLocatorTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::algorithm::PointLocator 
 // Ported from JTS junit/algorithm/PointLocator.java

Modified: trunk/tests/unit/algorithm/RobustLineIntersectionTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/RobustLineIntersectionTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/RobustLineIntersectionTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: RobustLineIntersectionTest.cpp 2809 2009-12-06 01:05:24Z mloskot $
 // 
 // Ported from JTS junit/algorithm/RobustLineIntersectionTest.java rev. 1.3
 

Modified: trunk/tests/unit/algorithm/RobustLineIntersectorTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/RobustLineIntersectorTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/RobustLineIntersectorTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: RobustLineIntersectorTest.cpp 2809 2009-12-06 01:05:24Z mloskot $
 // 
 // Ported from JTS junit/algorithm/RobustLineIntersectorTest.java rev. 1.1
 

Modified: trunk/tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp
===================================================================
--- trunk/tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: DiscreteHausdorffDistanceTest.cpp 2873 2010-01-18 18:15:40Z mloskot $
 // 
 // Test Suite for geos::algorithm::distance::DiscreteHausdorffDistance
 // Ported from JTS junit/algorithm/distance/DiscreteHausdorffDistanceTest.java rev. 1.2

Modified: trunk/tests/unit/capi/GEOSBufferTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSBufferTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSBufferTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSBufferTest.cpp 3398 2011-07-01 08:22:32Z strk $
 // 
 // Test Suite for C-API GEOSBuffer and GEOSBufferWithStyle
 

Modified: trunk/tests/unit/capi/GEOSContainsTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSContainsTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSContainsTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSContainsTest.cpp 2424 2009-04-29 23:52:36Z mloskot $
 // 
 // Test Suite for C-API GEOSContains
 

Modified: trunk/tests/unit/capi/GEOSCoordSeqTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSCoordSeqTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSCoordSeqTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSCoordSeqTest.cpp 2485 2009-05-07 08:45:47Z strk $
 // 
 // Test Suite for C-API GEOSCoordSeq
 

Modified: trunk/tests/unit/capi/GEOSGeomFromWKBTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSGeomFromWKBTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSGeomFromWKBTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSGeomFromWKBTest.cpp 2809 2009-12-06 01:05:24Z mloskot $
 // 
 // Test Suite for C-API GEOSGeomFromWKB
 

Modified: trunk/tests/unit/capi/GEOSGeomToWKTTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSGeomToWKTTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSGeomToWKTTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSGeomToWKTTest.cpp 3075 2010-06-24 14:40:01Z warmerdam $
 // 
 // Test Suite for C-API GEOSGeomToWKT
 

Modified: trunk/tests/unit/capi/GEOSGeom_create.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSGeom_create.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSGeom_create.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSGeomToWKTTest.cpp 2424 2009-04-29 23:52:36Z mloskot $
 // 
 // Test Suite for C-API GEOSGeom_createPolygon
 

Modified: trunk/tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSContainsTest.cpp 2424 2009-04-29 23:52:36Z mloskot $
 // 
 // Test Suite for C-API GEOSGeom_extractUniquePoints_r
 

Modified: trunk/tests/unit/capi/GEOSIntersectsTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSIntersectsTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSIntersectsTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for C-API GEOSIntersects
 

Modified: trunk/tests/unit/capi/GEOSOffsetCurveTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSOffsetCurveTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSOffsetCurveTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for C-API GEOSOffsetCurve
 

Modified: trunk/tests/unit/capi/GEOSOrientationIndex.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSOrientationIndex.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSOrientationIndex.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for C-API GEOSOrientationIndex*
 

Modified: trunk/tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSPolygonizer_getCutEdgesTest.cpp 2424 2009-04-29 23:52:36Z mloskot $
 // 
 // Test Suite for C-API GEOSPolygonizeGetCutEdges
 

Modified: trunk/tests/unit/capi/GEOSPreparedGeometryTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSPreparedGeometryTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSPreparedGeometryTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSPreparedGeometryTest.cpp 3325 2011-05-04 17:45:05Z strk $
 // 
 // Test Suite for C-API GEOSPreparedGeometry
 

Modified: trunk/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for C-API GEOSRelateBoundaryNodeRule
 

Modified: trunk/tests/unit/capi/GEOSRelatePatternMatchTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSRelatePatternMatchTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSRelatePatternMatchTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for C-API GEOSRelatePatternMatch
 

Modified: trunk/tests/unit/capi/GEOSSimplifyTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSSimplifyTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSSimplifyTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSSimplifyTest.cpp 2424 2009-04-29 23:52:36Z mloskot $
 // 
 // Test Suite for C-API GEOSSimplify
 

Modified: trunk/tests/unit/capi/GEOSSnapTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSSnapTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSSnapTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSSimplifyTest.cpp 2424 2009-04-29 23:52:36Z mloskot $
 // 
 // Test Suite for C-API GEOSSimplify
 

Modified: trunk/tests/unit/capi/GEOSUnaryUnionTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSUnaryUnionTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSUnaryUnionTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for C-API GEOSUnaryUnion
 

Modified: trunk/tests/unit/capi/GEOSWithinTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSWithinTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSWithinTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GEOSWithinTest.cpp 2424 2009-04-29 23:52:36Z mloskot $
 // 
 // Test Suite for C-API GEOSWithin
 

Modified: trunk/tests/unit/capi/GEOSisValidDetailTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSisValidDetailTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/capi/GEOSisValidDetailTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for C-API GEOSisValidDetail
 

Modified: trunk/tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp
===================================================================
--- trunk/tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: CoordinateArraySequenceFactoryTest.cpp 2735 2009-11-23 18:17:54Z strk $
 // 
 // Test Suite for geos::geom::CoordinateArraySequence class.
 

Modified: trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp
===================================================================
--- trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: CoordinateArraySequenceTest.cpp 3280 2011-04-13 11:52:12Z strk $
 // 
 // Test Suite for geos::geom::CoordinateArraySequence class.
 

Modified: trunk/tests/unit/geom/CoordinateListTest.cpp
===================================================================
--- trunk/tests/unit/geom/CoordinateListTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/CoordinateListTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: CoordinateListTest.cpp 3155 2010-12-03 13:57:00Z strk $
 // 
 // Test Suite for geos::geom::CoordinateList class.
 

Modified: trunk/tests/unit/geom/CoordinateTest.cpp
===================================================================
--- trunk/tests/unit/geom/CoordinateTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/CoordinateTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: CoordinateTest.cpp 2873 2010-01-18 18:15:40Z mloskot $
 // 
 // Test Suite for geos::geom::Coordinate class.
 

Modified: trunk/tests/unit/geom/DimensionTest.cpp
===================================================================
--- trunk/tests/unit/geom/DimensionTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/DimensionTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: DimensionTest.cpp 2757 2009-12-01 15:39:41Z mloskot $
 // 
 // Test Suite for geos::geom::Location class.
 

Modified: trunk/tests/unit/geom/EnvelopeTest.cpp
===================================================================
--- trunk/tests/unit/geom/EnvelopeTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/EnvelopeTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: EnvelopeTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::geom::Envelope class.
 

Modified: trunk/tests/unit/geom/Geometry/clone.cpp
===================================================================
--- trunk/tests/unit/geom/Geometry/clone.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/Geometry/clone.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for Geometry's clone() 
 

Modified: trunk/tests/unit/geom/Geometry/coversTest.cpp
===================================================================
--- trunk/tests/unit/geom/Geometry/coversTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/Geometry/coversTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: coversTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for Geometry's covers() and coveredBy() functions
 

Modified: trunk/tests/unit/geom/Geometry/isRectangleTest.cpp
===================================================================
--- trunk/tests/unit/geom/Geometry/isRectangleTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/Geometry/isRectangleTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: isRectangleTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for Geometry::isRectangle() function
 

Modified: trunk/tests/unit/geom/GeometryFactoryTest.cpp
===================================================================
--- trunk/tests/unit/geom/GeometryFactoryTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/GeometryFactoryTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GeometryFactoryTest.cpp 3255 2011-03-01 17:56:10Z mloskot $
 // 
 // Test Suite for geos::geom::GeometryFactory class.
 

Modified: trunk/tests/unit/geom/IntersectionMatrixTest.cpp
===================================================================
--- trunk/tests/unit/geom/IntersectionMatrixTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/IntersectionMatrixTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: IntersectionMatrixTest.cpp 2761 2009-12-03 18:56:25Z mloskot $
 // 
 // Test Suite for geos::geom::IntersectionMatrix class.
 

Modified: trunk/tests/unit/geom/LineSegmentTest.cpp
===================================================================
--- trunk/tests/unit/geom/LineSegmentTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/LineSegmentTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: LineSegmentTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::geom::LineSegment class.
 

Modified: trunk/tests/unit/geom/LineStringTest.cpp
===================================================================
--- trunk/tests/unit/geom/LineStringTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/LineStringTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: LineStringTest.cpp 3181 2011-02-04 08:50:42Z strk $
 // 
 // Test Suite for geos::geom::LineString class.
 

Modified: trunk/tests/unit/geom/LinearRingTest.cpp
===================================================================
--- trunk/tests/unit/geom/LinearRingTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/LinearRingTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: LinearRingTest.cpp 3241 2011-02-23 15:45:40Z strk $
 // 
 // Test Suite for geos::geom::LinearRing class.
 

Modified: trunk/tests/unit/geom/LocationTest.cpp
===================================================================
--- trunk/tests/unit/geom/LocationTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/LocationTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: LocationTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::geom::Location class.
 

Modified: trunk/tests/unit/geom/MultiLineStringTest.cpp
===================================================================
--- trunk/tests/unit/geom/MultiLineStringTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/MultiLineStringTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: MultiLineStringTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::geom::MultiLineString class.
 

Modified: trunk/tests/unit/geom/MultiPointTest.cpp
===================================================================
--- trunk/tests/unit/geom/MultiPointTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/MultiPointTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: MultiPointTest.cpp 3180 2011-02-03 21:50:17Z strk $
 // 
 // Test Suite for geos::geom::MultiPoint class.
 

Modified: trunk/tests/unit/geom/MultiPolygonTest.cpp
===================================================================
--- trunk/tests/unit/geom/MultiPolygonTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/MultiPolygonTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: MultiPolygonTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::geom::MultiPolygon class.
 

Modified: trunk/tests/unit/geom/PointTest.cpp
===================================================================
--- trunk/tests/unit/geom/PointTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/PointTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: PointTest.cpp 3180 2011-02-03 21:50:17Z strk $
 // 
 // Test Suite for geos::geom::Point class.
 

Modified: trunk/tests/unit/geom/PolygonTest.cpp
===================================================================
--- trunk/tests/unit/geom/PolygonTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/PolygonTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: PolygonTest.cpp 3182 2011-02-04 10:12:57Z strk $
 // 
 // Test Suite for geos::geom::Polygon class.
 

Modified: trunk/tests/unit/geom/PrecisionModelTest.cpp
===================================================================
--- trunk/tests/unit/geom/PrecisionModelTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/PrecisionModelTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for geos::geom::PrecisionModel class.
 

Modified: trunk/tests/unit/geom/TriangleTest.cpp
===================================================================
--- trunk/tests/unit/geom/TriangleTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/TriangleTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: TriangleTest.cpp 2873 2010-01-18 18:15:40Z mloskot $
 // 
 // Test Suite for geos::geom::Triangle class.
 

Modified: trunk/tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp
===================================================================
--- trunk/tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: PreparedGeometryFactoryTest.cpp 2757 2009-12-01 15:39:41Z mloskot $
 // 
 // Test Suite for geos::geom::prep::PreparedGeometryFactory class.
 

Modified: trunk/tests/unit/geom/util/GeometryExtracterTest.cpp
===================================================================
--- trunk/tests/unit/geom/util/GeometryExtracterTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geom/util/GeometryExtracterTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for geos::geom::util::GeometryExtracter class.
 

Modified: trunk/tests/unit/geos_unit.cpp
===================================================================
--- trunk/tests/unit/geos_unit.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/geos_unit.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: geos_unit.cpp 2796 2009-12-04 15:58:41Z mloskot $
 // 
 // Test Suite Runner
 //

Modified: trunk/tests/unit/index/quadtree/DoubleBitsTest.cpp
===================================================================
--- trunk/tests/unit/index/quadtree/DoubleBitsTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/index/quadtree/DoubleBitsTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: DoubleBitsTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::index::quadtree::DoubleBits class.
 

Modified: trunk/tests/unit/io/ByteOrderValuesTest.cpp
===================================================================
--- trunk/tests/unit/io/ByteOrderValuesTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/io/ByteOrderValuesTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: ByteOrderValuesTest.cpp 3255 2011-03-01 17:56:10Z mloskot $
 // 
 // Test Suite for geos::io::ByteOrderValues 
 

Modified: trunk/tests/unit/io/WKBReaderTest.cpp
===================================================================
--- trunk/tests/unit/io/WKBReaderTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/io/WKBReaderTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: WKBReaderTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::io::WKBReader 
 // Uses geos::io::WKTReader to check correctness.

Modified: trunk/tests/unit/io/WKBWriterTest.cpp
===================================================================
--- trunk/tests/unit/io/WKBWriterTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/io/WKBWriterTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for geos::io::WKBWriter
 

Modified: trunk/tests/unit/io/WKTReaderTest.cpp
===================================================================
--- trunk/tests/unit/io/WKTReaderTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/io/WKTReaderTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: WKBReaderTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::io::WKTReader 
 

Modified: trunk/tests/unit/io/WKTWriterTest.cpp
===================================================================
--- trunk/tests/unit/io/WKTWriterTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/io/WKTWriterTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: WKBReaderTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::io::WKTWriter 
 

Modified: trunk/tests/unit/linearref/LengthIndexedLineTest.cpp
===================================================================
--- trunk/tests/unit/linearref/LengthIndexedLineTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/linearref/LengthIndexedLineTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: LengthIndexedLineTest.cpp 2890 2010-01-27 22:25:48Z mloskot $
 // 
 // Ported from JTS junit/linearref/AbstractIndexedLineTest.java rev. 1.10
 // and  junit/linearref/LengthIndexedLineTest.java rev. 1.10

Modified: trunk/tests/unit/noding/BasicSegmentStringTest.cpp
===================================================================
--- trunk/tests/unit/noding/BasicSegmentStringTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/noding/BasicSegmentStringTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: BasicSegmentStringTest.cpp 2990 2010-05-18 19:18:54Z warmerdam $
 // 
 // Test Suite for geos::noding::BasicSegmentString class.
 

Modified: trunk/tests/unit/noding/NodedSegmentStringTest.cpp
===================================================================
--- trunk/tests/unit/noding/NodedSegmentStringTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/noding/NodedSegmentStringTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id@
 // 
 // Test Suite for geos::noding::NodedSegmentString class.
 

Modified: trunk/tests/unit/noding/SegmentNodeTest.cpp
===================================================================
--- trunk/tests/unit/noding/SegmentNodeTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/noding/SegmentNodeTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: SegmentNodeTest.cpp 3451 2011-07-26 16:23:30Z strk $
 // 
 // Test Suite for geos::noding::SegmentNode class.
 

Modified: trunk/tests/unit/noding/SegmentPointComparatorTest.cpp
===================================================================
--- trunk/tests/unit/noding/SegmentPointComparatorTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/noding/SegmentPointComparatorTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: SegmentPointComparatorTest.cpp 3235 2011-02-23 10:25:28Z strk $
 // 
 // Test Suite for geos::noding::SegmentPointComparator class.
 //

Modified: trunk/tests/unit/operation/IsSimpleOpTest.cpp
===================================================================
--- trunk/tests/unit/operation/IsSimpleOpTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/IsSimpleOpTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: IsSimpleOpTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::operation::IsSimpleOp class
 // Ported from JTS junit/operation/IsSimpleTest.java

Modified: trunk/tests/unit/operation/buffer/BufferOpTest.cpp
===================================================================
--- trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: BufferOpTest.cpp 2809 2009-12-06 01:05:24Z mloskot $
 // 
 // Test Suite for geos::operation::buffer::BufferOp class.
 

Modified: trunk/tests/unit/operation/distance/DistanceOpTest.cpp
===================================================================
--- trunk/tests/unit/operation/distance/DistanceOpTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/distance/DistanceOpTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: DistanceOpTest.cpp 3287 2011-04-18 21:45:20Z strk $
 // 
 // Test Suite for geos::operation::distance::DistanceOp class.
 

Modified: trunk/tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp
===================================================================
--- trunk/tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: GeometrySnapperTest.cpp 3144 2010-12-02 14:29:32Z strk $
 // 
 // Test Suite for geos::operation::overlay::snap::GeometrySnapper class.
 

Modified: trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp
===================================================================
--- trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: LineStringSnapperTest.cpp 3157 2010-12-03 17:26:55Z strk $
 // 
 // Test Suite for geos::operation::overlay::snap::LineStringSnapper class.
 

Modified: trunk/tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp
===================================================================
--- trunk/tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: FuzzyPointLocatorTest.cpp 2462 2009-05-04 21:28:26Z strk $
 // 
 // Test Suite for geos::operation::overlay::validate::FuzzyPointLocator class.
 

Modified: trunk/tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp
===================================================================
--- trunk/tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: OffsetPointGeneratorTest.cpp 2462 2009-05-04 21:28:26Z strk $
 // 
 // Test Suite for geos::operation::overlay::validate::OffsetPointGenerator class.
 

Modified: trunk/tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp
===================================================================
--- trunk/tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: OverlayResultValidatorTest.cpp 2462 2009-05-04 21:28:26Z strk $
 // 
 // Test Suite for geos::operation::overlay::validate::OverlayResultValidator class.
 

Modified: trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp
===================================================================
--- trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for geos::operation::polygonize::Polygonizer class.
 //

Modified: trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp
===================================================================
--- trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: CascadedPolygonUnionTest.cpp 3196 2011-02-10 15:51:16Z strk $
 // 
 // Test Suite for geos::operation::geounion::CascadedPolygonUnion class.
 

Modified: trunk/tests/unit/operation/union/UnaryUnionOpTest.cpp
===================================================================
--- trunk/tests/unit/operation/union/UnaryUnionOpTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/union/UnaryUnionOpTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id$
 // 
 // Test Suite for geos::operation::geounion::CascadedPolygonUnion class.
 

Modified: trunk/tests/unit/operation/valid/IsValidTest.cpp
===================================================================
--- trunk/tests/unit/operation/valid/IsValidTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/valid/IsValidTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: IsValidTest.cpp 2873 2010-01-18 18:15:40Z mloskot $
 // 
 // Test Suite for geos::operation::valid::IsValidOp class
 // Ported from JTS junit/operation/valid/IsValidTest.java rev. 1.1

Modified: trunk/tests/unit/operation/valid/ValidClosedRingTest.cpp
===================================================================
--- trunk/tests/unit/operation/valid/ValidClosedRingTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/valid/ValidClosedRingTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: ValidClosedRingTest.cpp 2809 2009-12-06 01:05:24Z mloskot $
 // 
 // Test Suite for geos::operation::valid::IsValidOp class
 // Ported from JTS junit/operation/valid/ValidClosedRingTest.java rev. 1.1

Modified: trunk/tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp
===================================================================
--- trunk/tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: ValidSelfTouchingRingFormingHoleTest.cpp 2809 2009-12-06 01:05:24Z mloskot $
 // 
 // Test Suite for geos::operation::valid::IsValidOp class
 // Ported from JTS junit/operation/valid/ValidSelfTouchingRingFormingHoleTest.java rev. 1.4

Modified: trunk/tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp
===================================================================
--- trunk/tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: SimpleGeometryPrecisionReducerTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::precision::SimpleGeometryPrecisionReducer class.
 

Modified: trunk/tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp
===================================================================
--- trunk/tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: DouglasPeuckerSimplifierTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::simplify::DouglasPeuckerSimplifierTest
 

Modified: trunk/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
===================================================================
--- trunk/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: TopologyPreservingSimplifierTest.cpp 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // Test Suite for geos::simplify::TopologyPreservingSimplifier
 

Modified: trunk/tests/unit/util/UniqueCoordinateArrayFilterTest.cpp
===================================================================
--- trunk/tests/unit/util/UniqueCoordinateArrayFilterTest.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/util/UniqueCoordinateArrayFilterTest.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: UniqueCoordinateArrayFilterTest.cpp 2369 2009-04-15 10:18:16Z strk $
 // 
 // Test Suite for geos::util::UniqueCoordinateArrayFilter class.
 

Modified: trunk/tests/unit/utility.h
===================================================================
--- trunk/tests/unit/utility.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/unit/utility.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-// $Id: utility.h 2344 2009-04-09 21:46:30Z mloskot $
 // 
 // GEOS Unit Test utilities, extension of TUT Framework namespace
 //

Modified: trunk/tests/xmltester/BufferResultMatcher.cpp
===================================================================
--- trunk/tests/xmltester/BufferResultMatcher.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/BufferResultMatcher.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferResultMatcher.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/BufferResultMatcher.h
===================================================================
--- trunk/tests/xmltester/BufferResultMatcher.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/BufferResultMatcher.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: BufferResultMatcher.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/CMakeLists.txt
===================================================================
--- trunk/tests/xmltester/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 3382 2011-05-30 09:41:41Z mloskot $
 #
 # GEOS XML tests runner build configuration for CMake build system
 #

Modified: trunk/tests/xmltester/CTS.cpp
===================================================================
--- trunk/tests/xmltester/CTS.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/CTS.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: CTS.cpp 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/Makefile.am
===================================================================
--- trunk/tests/xmltester/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3441 2011-07-20 14:04:16Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #

Modified: trunk/tests/xmltester/SimpleWKTTester.cpp
===================================================================
--- trunk/tests/xmltester/SimpleWKTTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/SimpleWKTTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SimpleWKTTester.cpp 2555 2009-06-06 22:17:20Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp
===================================================================
--- trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/SingleSidedBufferResultMatcher.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SingleSidedBufferResultMatcher.cpp 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/SingleSidedBufferResultMatcher.h
===================================================================
--- trunk/tests/xmltester/SingleSidedBufferResultMatcher.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/SingleSidedBufferResultMatcher.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: SingleSidedBufferResultMatcher.h 2809 2009-12-06 01:05:24Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/Stackwalker.h
===================================================================
--- trunk/tests/xmltester/Stackwalker.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/Stackwalker.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: Stackwalker.h 1820 2006-09-06 16:54:23Z mloskot $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/XMLTester.cpp
===================================================================
--- trunk/tests/xmltester/XMLTester.cpp	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/XMLTester.cpp	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: XMLTester.cpp 3443 2011-07-20 14:32:26Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tests/xmltester/XMLTester.h
===================================================================
--- trunk/tests/xmltester/XMLTester.h	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tests/xmltester/XMLTester.h	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id: XMLTester.h 3097 2010-08-27 13:00:16Z strk $
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net

Modified: trunk/tools/CMakeLists.txt
===================================================================
--- trunk/tools/CMakeLists.txt	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tools/CMakeLists.txt	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,5 +1,4 @@
 #################################################################################
-# $Id: CMakeLists.txt 3375 2011-05-22 23:34:04Z mloskot $
 #
 # GEOS tools (geos-config) build configuration for CMake build system
 #

Modified: trunk/tools/Makefile.am
===================================================================
--- trunk/tools/Makefile.am	2011-09-23 00:16:35 UTC (rev 3481)
+++ trunk/tools/Makefile.am	2011-09-23 01:03:54 UTC (rev 3482)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 3369 2011-05-17 20:44:35Z strk $
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/)
 bin_SCRIPTS = geos-config



More information about the geos-commits mailing list