From b98e82340d96f5a86f68ff9e103f65ed3542d9b5 Mon Sep 17 00:00:00 2001 From: davidblasby <48937730+davidblasby@users.noreply.github.com> Date: Mon, 29 Jun 2020 12:45:41 -0700 Subject: [PATCH] Update licenses (#557) * license change: WIP: root dir * update headers in code Signed-off-by: David Blasby --- FAQ-LICENSING.md | 2 +- LICENSES.md | 2 +- LICENSE_EPLv1.txt | 216 -------------- LICENSE_EPLv2.txt | 277 ++++++++++++++++++ README.md | 2 +- doc/sample_java_header.txt | 4 +- .../TestCoordinateSequenceFactory.java | 6 +- .../jtstest/clean/CleanDuplicatePoints.java | 4 +- .../jtstest/cmd/CommandOptions.java | 4 +- .../locationtech/jtstest/cmd/JTSOpCmd.java | 4 +- .../locationtech/jtstest/cmd/JTSOpRunner.java | 4 +- .../AffineTransformationFunctions.java | 4 +- .../jtstest/function/BoundaryFunctions.java | 4 +- .../function/BufferByUnionFunctions.java | 4 +- .../jtstest/function/BufferFunctions.java | 4 +- .../function/ConstructionFunctions.java | 4 +- .../jtstest/function/ConversionFunctions.java | 4 +- .../function/CreateFractalShapeFunctions.java | 4 +- .../function/CreateRandomShapeFunctions.java | 4 +- .../function/CreateShapeFunctions.java | 4 +- .../jtstest/function/DiffFunctions.java | 2 +- .../jtstest/function/DissolveFunctions.java | 4 +- .../jtstest/function/DistanceFunctions.java | 4 +- .../jtstest/function/DoubleKeyMap.java | 4 +- .../jtstest/function/EditFunctions.java | 4 +- .../jtstest/function/FunctionsUtil.java | 4 +- .../jtstest/function/GeometryFunctions.java | 4 +- .../jtstest/function/JTSFunctions.java | 4 +- .../function/LineHandlingFunctions.java | 4 +- .../function/LineSegmentFunctions.java | 4 +- .../function/LinearReferencingFunctions.java | 4 +- .../jtstest/function/NodingFunctions.java | 4 +- .../function/OffsetCurveFunctions.java | 4 +- .../OverlayCommonBitsRemovedFunctions.java | 4 +- .../OverlayEnhancedPrecisionFunctions.java | 4 +- .../jtstest/function/OverlayFunctions.java | 4 +- .../function/OverlayNoSnapFunctions.java | 4 +- .../function/PolygonOverlayFunctions.java | 4 +- .../jtstest/function/PolygonizeFunctions.java | 4 +- .../jtstest/function/PrecisionFunctions.java | 4 +- .../function/PreparedGeometryFunctions.java | 4 +- .../jtstest/function/SelectionFunctions.java | 4 +- .../function/SimplificationFunctions.java | 4 +- .../jtstest/function/SnappingFunctions.java | 4 +- .../jtstest/function/SortingFunctions.java | 4 +- .../function/SpatialIndexFunctions.java | 4 +- .../function/SpatialPredicateFunctions.java | 4 +- .../function/TestCaseGeometryFunctions.java | 4 +- .../jtstest/function/TriangleFunctions.java | 4 +- .../function/TriangulationFunctions.java | 4 +- .../jtstest/function/ValidationFunctions.java | 4 +- .../jtstest/function/WriterFunctions.java | 4 +- .../geomfunction/BaseGeometryFunction.java | 4 +- .../geomfunction/GeometryFunction.java | 4 +- .../GeometryFunctionInvocation.java | 4 +- .../GeometryFunctionRegistry.java | 4 +- .../geomfunction/GeometryFunctionUtil.java | 4 +- .../jtstest/geomfunction/Metadata.java | 4 +- .../jtstest/geomfunction/MetadataUtil.java | 4 +- .../StaticMethodGeometryFunction.java | 4 +- .../locationtech/jtstest/test/TestCase.java | 4 +- .../jtstest/test/TestCaseList.java | 4 +- .../locationtech/jtstest/test/Testable.java | 4 +- .../jtstest/testbuilder/AppConstants.java | 4 +- .../jtstest/testbuilder/AppCursors.java | 4 +- .../jtstest/testbuilder/AppStrings.java | 4 +- .../jtstest/testbuilder/BusyDialog.java | 4 +- .../jtstest/testbuilder/ColorControl.java | 4 +- .../jtstest/testbuilder/CommandPanel.java | 4 +- .../testbuilder/GeometryDepiction.java | 4 +- .../testbuilder/GeometryEditPanel.java | 4 +- .../GeometryFunctionListPanel.java | 4 +- .../GeometryFunctionTreePanel.java | 4 +- .../testbuilder/GeometryInputDialog.java | 4 +- .../testbuilder/GeometryInspectorDialog.java | 4 +- .../testbuilder/GeometryPopupMenu.java | 4 +- .../testbuilder/GeometryTreeModel.java | 4 +- .../testbuilder/GeometryTreePanel.java | 4 +- .../jtstest/testbuilder/IconLoader.java | 4 +- .../jtstest/testbuilder/InfoPanel.java | 4 +- .../jtstest/testbuilder/InspectorPanel.java | 4 +- .../jtstest/testbuilder/JTSTestBuilder.java | 6 +- .../testbuilder/JTSTestBuilderFrame.java | 4 +- .../testbuilder/JTSTestBuilderMenuBar.java | 4 +- .../testbuilder/JTSTestBuilderToolBar.java | 4 +- .../testbuilder/JTSTestBuilder_AboutBox.java | 4 +- .../jtstest/testbuilder/LayerListPanel.java | 4 +- .../jtstest/testbuilder/LayerStylePanel.java | 4 +- .../testbuilder/LoadTestCasesDialog.java | 4 +- .../testbuilder/PrecisionModelDialog.java | 4 +- .../testbuilder/PrecisionModelPanel.java | 4 +- .../jtstest/testbuilder/RelatePanel.java | 4 +- .../jtstest/testbuilder/ResultValuePanel.java | 4 +- .../jtstest/testbuilder/ResultWKTPanel.java | 4 +- .../testbuilder/ScalarFunctionPanel.java | 4 +- .../testbuilder/SpatialFunctionPanel.java | 4 +- .../jtstest/testbuilder/StatsPanel.java | 4 +- .../jtstest/testbuilder/TestBuilderPanel.java | 4 +- .../jtstest/testbuilder/TestCasePanel.java | 4 +- .../testbuilder/TestCaseTextDialog.java | 4 +- .../jtstest/testbuilder/TestListPanel.java | 4 +- .../jtstest/testbuilder/ValidPanel.java | 4 +- .../jtstest/testbuilder/WKTPanel.java | 4 +- .../controller/CommandController.java | 4 +- .../controller/JTSTestBuilderController.java | 4 +- .../controller/ResultController.java | 4 +- .../event/GeometryFunctionEvent.java | 4 +- .../event/GeometryFunctionListener.java | 4 +- .../event/SpatialFunctionPanelEvent.java | 4 +- .../event/SpatialFunctionPanelListener.java | 4 +- .../testbuilder/event/ValidPanelEvent.java | 4 +- .../testbuilder/event/ValidPanelListener.java | 4 +- .../geom/AdjacentVertexFinder.java | 4 +- .../testbuilder/geom/ComponentLocater.java | 4 +- .../geom/ConstrainedInteriorPoint.java | 4 +- .../testbuilder/geom/EnvelopeUtil.java | 4 +- .../testbuilder/geom/FacetLocater.java | 4 +- .../testbuilder/geom/GeometryBoxDeleter.java | 4 +- .../testbuilder/geom/GeometryCombiner.java | 4 +- .../testbuilder/geom/GeometryLocation.java | 4 +- .../geom/GeometryPointLocater.java | 4 +- .../testbuilder/geom/GeometryUtil.java | 4 +- .../geom/GeometryVertexDeleter.java | 4 +- .../geom/GeometryVertexInserter.java | 4 +- .../testbuilder/geom/GeometryVertexMover.java | 4 +- .../testbuilder/geom/NearestPointFinder.java | 4 +- .../testbuilder/geom/VertexLocater.java | 4 +- .../jtstest/testbuilder/io/HtmlWriter.java | 4 +- .../testbuilder/io/JavaTestWriter.java | 4 +- .../jtstest/testbuilder/io/PNGWriter.java | 4 +- .../jtstest/testbuilder/io/SVGTestWriter.java | 4 +- .../jtstest/testbuilder/io/TestWriter.java | 4 +- .../jtstest/testbuilder/io/XMLTestWriter.java | 4 +- .../io/shapefile/EndianDataInputStream.java | 4 +- .../shapefile/InvalidShapefileException.java | 4 +- .../io/shapefile/MultiLineHandler.java | 4 +- .../io/shapefile/MultiPointHandler.java | 4 +- .../io/shapefile/PointHandler.java | 4 +- .../io/shapefile/PolygonHandler.java | 4 +- .../io/shapefile/ShapeHandler.java | 4 +- .../ShapeTypeNotSupportedException.java | 6 +- .../testbuilder/io/shapefile/Shapefile.java | 4 +- .../io/shapefile/ShapefileException.java | 4 +- .../io/shapefile/ShapefileHeader.java | 4 +- .../testbuilder/model/DisplayParameters.java | 4 +- .../testbuilder/model/GeometryContainer.java | 4 +- .../testbuilder/model/GeometryEditModel.java | 4 +- .../testbuilder/model/GeometryEvent.java | 4 +- .../testbuilder/model/GeometryListener.java | 4 +- .../model/GeometryStretcherView.java | 4 +- .../testbuilder/model/GeometryType.java | 4 +- .../model/IndexedGeometryContainer.java | 4 +- .../jtstest/testbuilder/model/Layer.java | 4 +- .../jtstest/testbuilder/model/LayerList.java | 4 +- .../model/ResultGeometryContainer.java | 4 +- .../model/StaticGeometryContainer.java | 4 +- .../testbuilder/model/TestBuilderModel.java | 4 +- .../testbuilder/model/TestCaseEdit.java | 4 +- .../jtstest/testbuilder/model/TestModel.java | 4 +- .../model/TestRunnerTestCaseAdapter.java | 4 +- .../topostretch/GeometryVerticesMover.java | 4 +- .../topostretch/StretchedVertex.java | 4 +- .../topostretch/StretchedVertexFinder.java | 4 +- .../topostretch/TopologyStretcher.java | 4 +- .../jtstest/testbuilder/ui/ClipImage.java | 4 +- .../jtstest/testbuilder/ui/ColorUtil.java | 4 +- .../ui/GeometryLocationsWriter.java | 4 +- .../testbuilder/ui/GeometryTransferable.java | 4 +- .../jtstest/testbuilder/ui/GraphicsUtil.java | 4 +- .../jtstest/testbuilder/ui/ImageUtil.java | 4 +- .../jtstest/testbuilder/ui/SwingUtil.java | 4 +- .../jtstest/testbuilder/ui/SwingWorker.java | 4 +- .../jtstest/testbuilder/ui/Viewport.java | 4 +- .../jtstest/testbuilder/ui/dnd/FileDrop.java | 6 +- .../testbuilder/ui/render/DrawingGrid.java | 4 +- .../ui/render/GeometryPainter.java | 4 +- .../testbuilder/ui/render/GridElement.java | 4 +- .../testbuilder/ui/render/LayerRenderer.java | 4 +- .../testbuilder/ui/render/LegendElement.java | 4 +- .../ui/render/OperationMonitorManager.java | 4 +- .../testbuilder/ui/render/RenderManager.java | 4 +- .../testbuilder/ui/render/Renderer.java | 4 +- .../testbuilder/ui/render/TitleElement.java | 4 +- .../testbuilder/ui/render/ViewStyle.java | 4 +- .../jtstest/testbuilder/ui/style/AWTUtil.java | 4 +- .../ui/style/ArrowLineEndStyle.java | 4 +- .../ui/style/ArrowSegmentStyle.java | 4 +- .../testbuilder/ui/style/BasicStyle.java | 4 +- .../ui/style/CircleLineEndStyle.java | 4 +- .../testbuilder/ui/style/ComponentStyle.java | 4 +- .../testbuilder/ui/style/DataLabelStyle.java | 4 +- .../testbuilder/ui/style/LayerStyle.java | 4 +- .../testbuilder/ui/style/LineEndStyle.java | 4 +- .../testbuilder/ui/style/LineStringStyle.java | 4 +- .../ui/style/MidArrowLineStyle.java | 4 +- .../ui/style/PolygonStructureStyle.java | 4 +- .../ui/style/SegmentIndexStyle.java | 4 +- .../testbuilder/ui/style/SegmentStyle.java | 4 +- .../jtstest/testbuilder/ui/style/Style.java | 4 +- .../testbuilder/ui/style/StyleList.java | 6 +- .../ui/style/VertexLabelStyle.java | 4 +- .../testbuilder/ui/style/VertexStyle.java | 4 +- .../ui/tools/AbstractDrawTool.java | 4 +- .../ui/tools/AbstractStreamDrawTool.java | 4 +- .../testbuilder/ui/tools/BasicTool.java | 4 +- .../testbuilder/ui/tools/BoxBandTool.java | 4 +- .../ui/tools/DeleteVertexTool.java | 4 +- .../testbuilder/ui/tools/EditVertexTool.java | 4 +- .../ui/tools/ExtractComponentTool.java | 4 +- .../testbuilder/ui/tools/IndicatorTool.java | 4 +- .../testbuilder/ui/tools/InfoTool.java | 4 +- .../testbuilder/ui/tools/LineBandTool.java | 4 +- .../testbuilder/ui/tools/LineStringTool.java | 4 +- .../jtstest/testbuilder/ui/tools/PanTool.java | 4 +- .../testbuilder/ui/tools/PointTool.java | 4 +- .../testbuilder/ui/tools/PolygonTool.java | 4 +- .../testbuilder/ui/tools/RectangleTool.java | 4 +- .../ui/tools/StreamPolygonTool.java | 4 +- .../jtstest/testbuilder/ui/tools/Tool.java | 4 +- .../testbuilder/ui/tools/ZoomTool.java | 4 +- .../locationtech/jtstest/util/ClassUtil.java | 4 +- .../jtstest/util/CommandRunner.java | 4 +- .../jtstest/util/ExceptionFormatter.java | 4 +- .../locationtech/jtstest/util/FileUtil.java | 4 +- .../jtstest/util/GeometryDataUtil.java | 4 +- .../jtstest/util/GeometryTextCleaner.java | 4 +- .../locationtech/jtstest/util/HSBPalette.java | 2 +- .../jtstest/util/StreamGrabber.java | 4 +- .../jtstest/util/io/GeoJsonMultiReader.java | 4 +- .../locationtech/jtstest/util/io/IOUtil.java | 4 +- .../util/io/MultiFormatBufferedReader.java | 6 +- .../jtstest/util/io/MultiFormatReader.java | 6 +- .../jtstest/util/io/SVGWriter.java | 4 +- .../testbuilder/BinaryGeomFunction.png | Bin 916 -> 917 bytes .../BinaryGeomFunctionWithParam.png | Bin 173 -> 174 bytes .../jtstest/testbuilder/Circle.gif | Bin 996 -> 997 bytes .../locationtech/jtstest/testbuilder/Copy.png | Bin 858 -> 859 bytes .../jtstest/testbuilder/CopyCase.png | Bin 852 -> 853 bytes .../jtstest/testbuilder/CopyToTest.png | Bin 184 -> 185 bytes .../locationtech/jtstest/testbuilder/Cut.gif | Bin 868 -> 869 bytes .../jtstest/testbuilder/Delete.png | Bin 360 -> 361 bytes .../jtstest/testbuilder/DeleteVertex.png | Bin 199 -> 200 bytes .../jtstest/testbuilder/Delete_small.png | Bin 170 -> 171 bytes .../locationtech/jtstest/testbuilder/Down.png | Bin 961 -> 962 bytes .../locationtech/jtstest/testbuilder/Draw.gif | Bin 953 -> 954 bytes .../jtstest/testbuilder/DrawCursor.png | Bin 988 -> 989 bytes .../jtstest/testbuilder/DrawLineString.png | Bin 916 -> 917 bytes .../jtstest/testbuilder/DrawLineStringB.png | Bin 170 -> 171 bytes .../jtstest/testbuilder/DrawLinearRing.png | Bin 211 -> 212 bytes .../jtstest/testbuilder/DrawLinearRingB.png | Bin 254 -> 255 bytes .../jtstest/testbuilder/DrawPoint.gif | Bin 907 -> 908 bytes .../jtstest/testbuilder/DrawPoint.png | Bin 909 -> 910 bytes .../jtstest/testbuilder/DrawPointB.png | Bin 163 -> 164 bytes .../jtstest/testbuilder/DrawPolygon.png | Bin 956 -> 957 bytes .../jtstest/testbuilder/DrawPolygonB.png | Bin 213 -> 214 bytes .../jtstest/testbuilder/DrawRectangle.png | Bin 917 -> 918 bytes .../jtstest/testbuilder/DrawRectangleB.png | Bin 174 -> 175 bytes .../jtstest/testbuilder/ExchangeGeoms.png | Bin 961 -> 962 bytes .../jtstest/testbuilder/Execute.png | Bin 224 -> 225 bytes .../jtstest/testbuilder/ExecuteProject.gif | Bin 249 -> 250 bytes .../jtstest/testbuilder/Expand-Down.png | Bin 215 -> 216 bytes .../jtstest/testbuilder/ExtractComponent.png | Bin 960 -> 961 bytes .../jtstest/testbuilder/FingerUp.gif | Bin 745 -> 746 bytes .../locationtech/jtstest/testbuilder/Hand.gif | Bin 923 -> 924 bytes .../locationtech/jtstest/testbuilder/Home.gif | Bin 1003 -> 1004 bytes .../jtstest/testbuilder/Hourglass.gif | Bin 987 -> 988 bytes .../testbuilder/Icon_GeomCollection.png | Bin 250 -> 251 bytes .../testbuilder/Icon_GeomCollection_B.png | Bin 272 -> 273 bytes .../jtstest/testbuilder/Icon_LineString.png | Bin 226 -> 227 bytes .../jtstest/testbuilder/Icon_LineString_B.png | Bin 233 -> 234 bytes .../jtstest/testbuilder/Icon_LinearRing.png | Bin 182 -> 183 bytes .../jtstest/testbuilder/Icon_LinearRing_B.png | Bin 191 -> 192 bytes .../jtstest/testbuilder/Icon_Point.png | Bin 180 -> 181 bytes .../jtstest/testbuilder/Icon_Point_B.png | Bin 181 -> 182 bytes .../jtstest/testbuilder/Icon_Polygon.png | Bin 187 -> 188 bytes .../jtstest/testbuilder/Icon_Polygon_B.png | Bin 193 -> 194 bytes .../locationtech/jtstest/testbuilder/Info.png | Bin 222 -> 223 bytes .../jtstest/testbuilder/InspectGeometry.png | Bin 965 -> 966 bytes .../locationtech/jtstest/testbuilder/Left.png | Bin 972 -> 973 bytes .../jtstest/testbuilder/LoadWKTToTest.png | Bin 953 -> 954 bytes .../jtstest/testbuilder/MagnifyCursor.gif | Bin 927 -> 928 bytes .../jtstest/testbuilder/MagnifyMinus.gif | Bin 994 -> 995 bytes .../jtstest/testbuilder/MagnifyPlus.gif | Bin 990 -> 991 bytes .../jtstest/testbuilder/MoveVertex.png | Bin 967 -> 968 bytes .../jtstest/testbuilder/MoveVertexCursor.gif | Bin 923 -> 924 bytes .../jtstest/testbuilder/Paste.png | Bin 852 -> 853 bytes .../locationtech/jtstest/testbuilder/Plus.png | Bin 899 -> 900 bytes .../jtstest/testbuilder/Plus_small.png | Bin 1815 -> 1816 bytes .../jtstest/testbuilder/Right.png | Bin 965 -> 966 bytes .../jtstest/testbuilder/SaveImage.png | Bin 421 -> 422 bytes .../jtstest/testbuilder/Select.gif | Bin 925 -> 926 bytes .../jtstest/testbuilder/UnaryGeomFunction.png | Bin 905 -> 906 bytes .../locationtech/jtstest/testbuilder/Undo.png | Bin 241 -> 242 bytes .../locationtech/jtstest/testbuilder/Up.png | Bin 958 -> 959 bytes .../jtstest/testbuilder/YellowCircle.gif | Bin 987 -> 988 bytes .../jtstest/testbuilder/ZoomAll.png | Bin 939 -> 940 bytes .../jtstest/testbuilder/ZoomInput.png | Bin 923 -> 924 bytes .../jtstest/testbuilder/ZoomInputA.png | Bin 910 -> 911 bytes .../jtstest/testbuilder/ZoomInputB.png | Bin 910 -> 911 bytes .../jtstest/testbuilder/ZoomOneToOne.png | Bin 938 -> 939 bytes .../jtstest/testbuilder/ZoomResult.png | Bin 154 -> 155 bytes .../jtstest/testbuilder/app-icon.gif | Bin 949 -> 950 bytes .../testbuilder/booleanGeomFunction.png | Bin 930 -> 931 bytes .../jtstest/testbuilder/clear.gif | Bin 832 -> 833 bytes .../jtstest/testbuilder/crossShaded.gif | Bin 878 -> 879 bytes .../jtstest/testbuilder/logo64.png | Bin 347 -> 348 bytes .../jtstest/testbuilder/numGeomFunction.png | Bin 185 -> 186 bytes .../jtstest/testbuilder/tickShaded.gif | Bin 876 -> 877 bytes .../locationtech/jtstest/TestBuilderTest.java | 4 +- .../jtstest/TestFileGeometryExtractor.java | 4 +- .../locationtech/jtstest/TestReaderTest.java | 4 +- .../java/org/locationtech/jts/JTSVersion.java | 4 +- .../org/locationtech/jts/algorithm/Angle.java | 4 +- .../org/locationtech/jts/algorithm/Area.java | 4 +- .../jts/algorithm/BoundaryNodeRule.java | 6 +- .../jts/algorithm/CGAlgorithms.java | 4 +- .../jts/algorithm/CGAlgorithms3D.java | 4 +- .../jts/algorithm/CGAlgorithmsDD.java | 4 +- .../locationtech/jts/algorithm/Centroid.java | 4 +- .../jts/algorithm/ConvexHull.java | 6 +- .../locationtech/jts/algorithm/Distance.java | 4 +- .../jts/algorithm/HCoordinate.java | 6 +- .../jts/algorithm/InteriorPoint.java | 4 +- .../jts/algorithm/InteriorPointArea.java | 4 +- .../jts/algorithm/InteriorPointLine.java | 4 +- .../jts/algorithm/InteriorPointPoint.java | 4 +- .../jts/algorithm/Intersection.java | 4 +- .../locationtech/jts/algorithm/Length.java | 4 +- .../jts/algorithm/LineIntersector.java | 4 +- .../jts/algorithm/MinimumBoundingCircle.java | 6 +- .../jts/algorithm/MinimumDiameter.java | 4 +- .../algorithm/NotRepresentableException.java | 4 +- .../jts/algorithm/Orientation.java | 4 +- .../jts/algorithm/PointLocation.java | 4 +- .../jts/algorithm/PointLocator.java | 4 +- .../jts/algorithm/RayCrossingCounter.java | 4 +- .../algorithm/RectangleLineIntersector.java | 4 +- .../jts/algorithm/RobustDeterminant.java | 4 +- .../jts/algorithm/RobustLineIntersector.java | 4 +- .../construct/LargestEmptyCircle.java | 6 +- .../construct/MaximumInscribedCircle.java | 6 +- .../distance/DiscreteHausdorffDistance.java | 4 +- .../algorithm/distance/DistanceToPoint.java | 4 +- .../algorithm/distance/PointPairDistance.java | 4 +- .../locate/IndexedPointInAreaLocator.java | 4 +- .../locate/PointOnGeometryLocator.java | 4 +- .../locate/SimplePointInAreaLocator.java | 4 +- .../match/AreaSimilarityMeasure.java | 4 +- .../match/HausdorffSimilarityMeasure.java | 4 +- .../algorithm/match/SimilarityMeasure.java | 4 +- .../match/SimilarityMeasureCombiner.java | 4 +- .../locationtech/jts/awt/FontGlyphReader.java | 4 +- .../jts/awt/GeometryCollectionShape.java | 4 +- .../jts/awt/IdentityPointTransformation.java | 6 +- .../jts/awt/PointShapeFactory.java | 4 +- .../jts/awt/PointTransformation.java | 6 +- .../locationtech/jts/awt/PolygonShape.java | 4 +- .../jts/awt/ShapeCollectionPathIterator.java | 4 +- .../org/locationtech/jts/awt/ShapeReader.java | 4 +- .../org/locationtech/jts/awt/ShapeWriter.java | 4 +- .../locationtech/jts/densify/Densifier.java | 6 +- .../jts/dissolve/DissolveEdgeGraph.java | 4 +- .../jts/dissolve/DissolveHalfEdge.java | 4 +- .../jts/dissolve/LineDissolver.java | 4 +- .../locationtech/jts/edgegraph/EdgeGraph.java | 4 +- .../jts/edgegraph/EdgeGraphBuilder.java | 4 +- .../locationtech/jts/edgegraph/HalfEdge.java | 4 +- .../jts/edgegraph/MarkHalfEdge.java | 4 +- .../org/locationtech/jts/geom/Coordinate.java | 6 +- .../jts/geom/CoordinateArrays.java | 4 +- .../jts/geom/CoordinateFilter.java | 4 +- .../locationtech/jts/geom/CoordinateList.java | 4 +- .../jts/geom/CoordinateSequence.java | 4 +- .../geom/CoordinateSequenceComparator.java | 4 +- .../jts/geom/CoordinateSequenceFactory.java | 6 +- .../jts/geom/CoordinateSequenceFilter.java | 4 +- .../jts/geom/CoordinateSequences.java | 6 +- .../locationtech/jts/geom/CoordinateXY.java | 6 +- .../locationtech/jts/geom/CoordinateXYM.java | 4 +- .../locationtech/jts/geom/CoordinateXYZM.java | 4 +- .../locationtech/jts/geom/Coordinates.java | 4 +- .../org/locationtech/jts/geom/Dimension.java | 4 +- .../org/locationtech/jts/geom/Envelope.java | 4 +- .../org/locationtech/jts/geom/Geometry.java | 4 +- .../jts/geom/GeometryCollection.java | 4 +- .../jts/geom/GeometryCollectionIterator.java | 4 +- .../jts/geom/GeometryComponentFilter.java | 4 +- .../jts/geom/GeometryFactory.java | 4 +- .../locationtech/jts/geom/GeometryFilter.java | 4 +- .../jts/geom/IntersectionMatrix.java | 4 +- .../locationtech/jts/geom/LineSegment.java | 4 +- .../org/locationtech/jts/geom/LineString.java | 4 +- .../org/locationtech/jts/geom/Lineal.java | 4 +- .../org/locationtech/jts/geom/LinearRing.java | 4 +- .../org/locationtech/jts/geom/Location.java | 4 +- .../jts/geom/MultiLineString.java | 4 +- .../org/locationtech/jts/geom/MultiPoint.java | 4 +- .../locationtech/jts/geom/MultiPolygon.java | 4 +- .../jts/geom/OctagonalEnvelope.java | 4 +- .../java/org/locationtech/jts/geom/Point.java | 4 +- .../org/locationtech/jts/geom/Polygon.java | 4 +- .../org/locationtech/jts/geom/Polygonal.java | 4 +- .../locationtech/jts/geom/PrecisionModel.java | 4 +- .../org/locationtech/jts/geom/Puntal.java | 4 +- .../jts/geom/TopologyException.java | 4 +- .../org/locationtech/jts/geom/Triangle.java | 4 +- .../geom/impl/CoordinateArraySequence.java | 6 +- .../impl/CoordinateArraySequenceFactory.java | 6 +- .../geom/impl/PackedCoordinateSequence.java | 6 +- .../impl/PackedCoordinateSequenceFactory.java | 6 +- .../prep/AbstractPreparedPolygonContains.java | 4 +- .../jts/geom/prep/BasicPreparedGeometry.java | 4 +- .../jts/geom/prep/PreparedGeometry.java | 4 +- .../geom/prep/PreparedGeometryFactory.java | 4 +- .../jts/geom/prep/PreparedLineString.java | 4 +- .../prep/PreparedLineStringIntersects.java | 4 +- .../jts/geom/prep/PreparedPoint.java | 4 +- .../jts/geom/prep/PreparedPolygon.java | 4 +- .../geom/prep/PreparedPolygonContains.java | 4 +- .../prep/PreparedPolygonContainsProperly.java | 4 +- .../jts/geom/prep/PreparedPolygonCovers.java | 4 +- .../geom/prep/PreparedPolygonIntersects.java | 4 +- .../geom/prep/PreparedPolygonPredicate.java | 4 +- .../jts/geom/util/AffineTransformation.java | 4 +- .../util/AffineTransformationBuilder.java | 4 +- .../util/AffineTransformationFactory.java | 4 +- .../util/ComponentCoordinateExtracter.java | 4 +- .../geom/util/GeometryCollectionMapper.java | 4 +- .../jts/geom/util/GeometryCombiner.java | 4 +- .../jts/geom/util/GeometryEditor.java | 4 +- .../jts/geom/util/GeometryExtracter.java | 4 +- .../jts/geom/util/GeometryMapper.java | 4 +- .../jts/geom/util/GeometryTransformer.java | 4 +- .../jts/geom/util/LineStringExtracter.java | 4 +- .../geom/util/LinearComponentExtracter.java | 4 +- .../NoninvertibleTransformationException.java | 4 +- .../jts/geom/util/PointExtracter.java | 4 +- .../jts/geom/util/PolygonExtracter.java | 4 +- .../util/ShortCircuitedGeometryVisitor.java | 4 +- .../jts/geom/util/SineStarFactory.java | 4 +- .../org/locationtech/jts/geomgraph/Depth.java | 4 +- .../jts/geomgraph/DirectedEdge.java | 4 +- .../jts/geomgraph/DirectedEdgeStar.java | 4 +- .../org/locationtech/jts/geomgraph/Edge.java | 4 +- .../locationtech/jts/geomgraph/EdgeEnd.java | 4 +- .../jts/geomgraph/EdgeEndStar.java | 4 +- .../jts/geomgraph/EdgeIntersection.java | 4 +- .../jts/geomgraph/EdgeIntersectionList.java | 4 +- .../locationtech/jts/geomgraph/EdgeList.java | 4 +- .../jts/geomgraph/EdgeNodingValidator.java | 4 +- .../locationtech/jts/geomgraph/EdgeRing.java | 4 +- .../jts/geomgraph/GeometryGraph.java | 4 +- .../jts/geomgraph/GraphComponent.java | 4 +- .../org/locationtech/jts/geomgraph/Label.java | 4 +- .../org/locationtech/jts/geomgraph/Node.java | 4 +- .../jts/geomgraph/NodeFactory.java | 4 +- .../locationtech/jts/geomgraph/NodeMap.java | 4 +- .../jts/geomgraph/PlanarGraph.java | 4 +- .../locationtech/jts/geomgraph/Position.java | 4 +- .../locationtech/jts/geomgraph/Quadrant.java | 4 +- .../jts/geomgraph/TopologyLocation.java | 4 +- .../geomgraph/index/EdgeSetIntersector.java | 4 +- .../jts/geomgraph/index/MonotoneChain.java | 4 +- .../geomgraph/index/MonotoneChainEdge.java | 4 +- .../geomgraph/index/MonotoneChainIndexer.java | 4 +- .../geomgraph/index/SegmentIntersector.java | 4 +- .../index/SimpleEdgeSetIntersector.java | 4 +- .../index/SimpleMCSweepLineIntersector.java | 4 +- .../index/SimpleSweepLineIntersector.java | 4 +- .../jts/geomgraph/index/SweepLineEvent.java | 4 +- .../jts/geomgraph/index/SweepLineSegment.java | 4 +- .../jts/index/ArrayListVisitor.java | 4 +- .../locationtech/jts/index/ItemVisitor.java | 4 +- .../locationtech/jts/index/SpatialIndex.java | 4 +- .../jts/index/bintree/Bintree.java | 4 +- .../jts/index/bintree/Interval.java | 4 +- .../locationtech/jts/index/bintree/Key.java | 4 +- .../locationtech/jts/index/bintree/Node.java | 4 +- .../jts/index/bintree/NodeBase.java | 4 +- .../locationtech/jts/index/bintree/Root.java | 4 +- .../jts/index/chain/MonotoneChain.java | 4 +- .../jts/index/chain/MonotoneChainBuilder.java | 4 +- .../chain/MonotoneChainOverlapAction.java | 4 +- .../chain/MonotoneChainSelectAction.java | 4 +- .../jts/index/hprtree/HPRtree.java | 4 +- .../jts/index/hprtree/HilbertEncoder.java | 4 +- .../locationtech/jts/index/hprtree/Item.java | 4 +- .../IntervalRTreeBranchNode.java | 4 +- .../intervalrtree/IntervalRTreeLeafNode.java | 4 +- .../intervalrtree/IntervalRTreeNode.java | 4 +- .../SortedPackedIntervalRTree.java | 4 +- .../locationtech/jts/index/kdtree/KdNode.java | 4 +- .../jts/index/kdtree/KdNodeVisitor.java | 4 +- .../locationtech/jts/index/kdtree/KdTree.java | 6 +- .../jts/index/quadtree/DoubleBits.java | 4 +- .../jts/index/quadtree/IntervalSize.java | 4 +- .../locationtech/jts/index/quadtree/Key.java | 4 +- .../locationtech/jts/index/quadtree/Node.java | 4 +- .../jts/index/quadtree/NodeBase.java | 4 +- .../jts/index/quadtree/Quadtree.java | 4 +- .../locationtech/jts/index/quadtree/Root.java | 4 +- .../jts/index/strtree/AbstractNode.java | 4 +- .../jts/index/strtree/AbstractSTRtree.java | 4 +- .../jts/index/strtree/Boundable.java | 4 +- .../jts/index/strtree/BoundablePair.java | 4 +- .../BoundablePairDistanceComparator.java | 4 +- .../jts/index/strtree/EnvelopeDistance.java | 4 +- .../index/strtree/GeometryItemDistance.java | 4 +- .../jts/index/strtree/Interval.java | 4 +- .../jts/index/strtree/ItemBoundable.java | 4 +- .../jts/index/strtree/ItemDistance.java | 4 +- .../jts/index/strtree/SIRtree.java | 4 +- .../jts/index/strtree/STRtree.java | 6 +- .../jts/index/sweepline/SweepLineEvent.java | 4 +- .../jts/index/sweepline/SweepLineIndex.java | 4 +- .../index/sweepline/SweepLineInterval.java | 4 +- .../sweepline/SweepLineOverlapAction.java | 4 +- .../jts/io/ByteArrayInStream.java | 4 +- .../jts/io/ByteOrderDataInStream.java | 4 +- .../locationtech/jts/io/ByteOrderValues.java | 6 +- .../org/locationtech/jts/io/InStream.java | 4 +- .../jts/io/InputStreamInStream.java | 4 +- .../org/locationtech/jts/io/Ordinate.java | 4 +- .../locationtech/jts/io/OrdinateFormat.java | 4 +- .../org/locationtech/jts/io/OutStream.java | 4 +- .../jts/io/OutputStreamOutStream.java | 4 +- .../locationtech/jts/io/ParseException.java | 4 +- .../org/locationtech/jts/io/WKBConstants.java | 4 +- .../locationtech/jts/io/WKBHexFileReader.java | 4 +- .../org/locationtech/jts/io/WKBReader.java | 6 +- .../org/locationtech/jts/io/WKBWriter.java | 4 +- .../locationtech/jts/io/WKTFileReader.java | 4 +- .../org/locationtech/jts/io/WKTReader.java | 4 +- .../org/locationtech/jts/io/WKTWriter.java | 6 +- .../jts/io/gml2/GMLConstants.java | 6 +- .../locationtech/jts/io/gml2/GMLHandler.java | 4 +- .../locationtech/jts/io/gml2/GMLReader.java | 4 +- .../locationtech/jts/io/gml2/GMLWriter.java | 4 +- .../jts/io/gml2/GeometryStrategies.java | 4 +- .../org/locationtech/jts/io/gml2/package.html | 2 +- .../locationtech/jts/io/kml/KMLWriter.java | 4 +- .../jts/linearref/ExtractLineByLocation.java | 4 +- .../jts/linearref/LengthIndexOfPoint.java | 4 +- .../jts/linearref/LengthIndexedLine.java | 4 +- .../jts/linearref/LengthLocationMap.java | 4 +- .../jts/linearref/LinearGeometryBuilder.java | 4 +- .../jts/linearref/LinearIterator.java | 4 +- .../jts/linearref/LinearLocation.java | 4 +- .../jts/linearref/LocationIndexOfLine.java | 4 +- .../jts/linearref/LocationIndexOfPoint.java | 4 +- .../jts/linearref/LocationIndexedLine.java | 4 +- .../java/org/locationtech/jts/math/DD.java | 6 +- .../org/locationtech/jts/math/MathUtil.java | 4 +- .../org/locationtech/jts/math/Matrix.java | 6 +- .../org/locationtech/jts/math/Plane3D.java | 4 +- .../org/locationtech/jts/math/Vector2D.java | 4 +- .../org/locationtech/jts/math/Vector3D.java | 4 +- .../jts/noding/BasicSegmentString.java | 4 +- .../jts/noding/FastNodingValidator.java | 4 +- .../FastSegmentSetIntersectionFinder.java | 4 +- .../InteriorIntersectionFinderAdder.java | 6 +- .../jts/noding/IntersectionAdder.java | 4 +- .../jts/noding/IntersectionFinderAdder.java | 6 +- .../jts/noding/IteratedNoder.java | 4 +- .../locationtech/jts/noding/MCIndexNoder.java | 4 +- .../MCIndexSegmentSetMutualIntersector.java | 4 +- .../jts/noding/NodableSegmentString.java | 4 +- .../jts/noding/NodedSegmentString.java | 4 +- .../org/locationtech/jts/noding/Noder.java | 4 +- .../jts/noding/NodingIntersectionFinder.java | 6 +- .../jts/noding/NodingValidator.java | 4 +- .../org/locationtech/jts/noding/Octant.java | 4 +- .../jts/noding/OrientedCoordinateArray.java | 4 +- .../locationtech/jts/noding/ScaledNoder.java | 4 +- .../noding/SegmentIntersectionDetector.java | 4 +- .../jts/noding/SegmentIntersector.java | 4 +- .../locationtech/jts/noding/SegmentNode.java | 4 +- .../jts/noding/SegmentNodeList.java | 4 +- .../jts/noding/SegmentPointComparator.java | 4 +- .../noding/SegmentSetMutualIntersector.java | 6 +- .../jts/noding/SegmentString.java | 4 +- .../jts/noding/SegmentStringDissolver.java | 4 +- .../jts/noding/SegmentStringUtil.java | 4 +- .../locationtech/jts/noding/SimpleNoder.java | 4 +- .../SimpleSegmentSetMutualIntersector.java | 4 +- .../jts/noding/SinglePassNoder.java | 4 +- .../jts/noding/snapround/GeometryNoder.java | 4 +- .../jts/noding/snapround/HotPixel.java | 4 +- .../noding/snapround/MCIndexPointSnapper.java | 4 +- .../noding/snapround/MCIndexSnapRounder.java | 4 +- .../noding/snapround/SimpleSnapRounder.java | 4 +- .../jts/operation/BoundaryOp.java | 4 +- .../jts/operation/GeometryGraphOperation.java | 4 +- .../jts/operation/IsSimpleOp.java | 4 +- .../jts/operation/buffer/BufferBuilder.java | 4 +- .../buffer/BufferInputLineSimplifier.java | 4 +- .../jts/operation/buffer/BufferOp.java | 4 +- .../operation/buffer/BufferParameters.java | 4 +- .../jts/operation/buffer/BufferSubgraph.java | 4 +- .../operation/buffer/OffsetCurveBuilder.java | 4 +- .../buffer/OffsetCurveSetBuilder.java | 4 +- .../buffer/OffsetSegmentGenerator.java | 4 +- .../operation/buffer/OffsetSegmentString.java | 4 +- .../operation/buffer/RightmostEdgeFinder.java | 4 +- .../buffer/SubgraphDepthLocater.java | 4 +- .../jts/operation/buffer/VariableBuffer.java | 4 +- .../BufferCurveMaximumDistanceFinder.java | 4 +- .../validate/BufferDistanceValidator.java | 4 +- .../validate/BufferResultValidator.java | 4 +- .../validate/DistanceToPointFinder.java | 4 +- .../buffer/validate/PointPairDistance.java | 4 +- .../ConnectedElementLocationFilter.java | 4 +- .../distance/ConnectedElementPointFilter.java | 4 +- .../jts/operation/distance/DistanceOp.java | 4 +- .../jts/operation/distance/FacetSequence.java | 4 +- .../distance/FacetSequenceTreeBuilder.java | 4 +- .../operation/distance/GeometryLocation.java | 4 +- .../distance/IndexedFacetDistance.java | 4 +- .../AxisPlaneCoordinateSequence.java | 4 +- .../operation/distance3d/Distance3DOp.java | 4 +- .../operation/distance3d/PlanarPolygon3D.java | 4 +- .../jts/operation/linemerge/EdgeString.java | 4 +- .../linemerge/LineMergeDirectedEdge.java | 4 +- .../operation/linemerge/LineMergeEdge.java | 4 +- .../operation/linemerge/LineMergeGraph.java | 4 +- .../jts/operation/linemerge/LineMerger.java | 4 +- .../operation/linemerge/LineSequencer.java | 4 +- .../overlay/ConsistentPolygonRingChecker.java | 4 +- .../jts/operation/overlay/EdgeSetNoder.java | 4 +- .../jts/operation/overlay/LineBuilder.java | 4 +- .../operation/overlay/MaximalEdgeRing.java | 4 +- .../operation/overlay/MinimalEdgeRing.java | 4 +- .../operation/overlay/OverlayNodeFactory.java | 4 +- .../jts/operation/overlay/OverlayOp.java | 4 +- .../jts/operation/overlay/PointBuilder.java | 4 +- .../jts/operation/overlay/PolygonBuilder.java | 4 +- .../overlay/snap/GeometrySnapper.java | 4 +- .../overlay/snap/LineStringSnapper.java | 4 +- .../overlay/snap/SnapIfNeededOverlayOp.java | 4 +- .../operation/overlay/snap/SnapOverlayOp.java | 4 +- .../overlay/validate/FuzzyPointLocator.java | 4 +- .../validate/OffsetPointGenerator.java | 4 +- .../validate/OverlayResultValidator.java | 4 +- .../jts/operation/polygonize/EdgeRing.java | 4 +- .../operation/polygonize/HoleAssigner.java | 4 +- .../polygonize/PolygonizeDirectedEdge.java | 4 +- .../operation/polygonize/PolygonizeEdge.java | 4 +- .../operation/polygonize/PolygonizeGraph.java | 4 +- .../jts/operation/polygonize/Polygonizer.java | 4 +- .../predicate/RectangleContains.java | 4 +- .../predicate/RectangleIntersects.java | 4 +- .../jts/operation/relate/EdgeEndBuilder.java | 4 +- .../jts/operation/relate/EdgeEndBundle.java | 4 +- .../operation/relate/EdgeEndBundleStar.java | 4 +- .../jts/operation/relate/RelateComputer.java | 4 +- .../jts/operation/relate/RelateNode.java | 4 +- .../operation/relate/RelateNodeFactory.java | 4 +- .../jts/operation/relate/RelateNodeGraph.java | 4 +- .../jts/operation/relate/RelateOp.java | 4 +- .../operation/union/CascadedPolygonUnion.java | 4 +- .../jts/operation/union/InputExtracter.java | 4 +- .../jts/operation/union/OverlapUnion.java | 4 +- .../operation/union/PointGeometryUnion.java | 4 +- .../jts/operation/union/UnaryUnionOp.java | 4 +- .../jts/operation/union/UnionInteracting.java | 4 +- .../valid/ConnectedInteriorTester.java | 4 +- .../operation/valid/ConsistentAreaTester.java | 4 +- .../valid/IndexedNestedRingTester.java | 4 +- .../jts/operation/valid/IsValidOp.java | 4 +- .../operation/valid/RepeatedPointTester.java | 4 +- .../valid/TopologyValidationError.java | 4 +- .../jts/planargraph/DirectedEdge.java | 4 +- .../jts/planargraph/DirectedEdgeStar.java | 4 +- .../locationtech/jts/planargraph/Edge.java | 4 +- .../jts/planargraph/GraphComponent.java | 4 +- .../locationtech/jts/planargraph/Node.java | 4 +- .../locationtech/jts/planargraph/NodeMap.java | 4 +- .../jts/planargraph/PlanarGraph.java | 4 +- .../jts/planargraph/Subgraph.java | 4 +- .../algorithm/ConnectedSubgraphFinder.java | 4 +- .../jts/precision/CommonBits.java | 4 +- .../jts/precision/CommonBitsOp.java | 4 +- .../jts/precision/CommonBitsRemover.java | 4 +- .../CoordinatePrecisionReducerFilter.java | 4 +- .../jts/precision/EnhancedPrecisionOp.java | 4 +- .../precision/GeometryPrecisionReducer.java | 4 +- .../jts/precision/MinimumClearance.java | 4 +- .../PrecisionReducerCoordinateOperation.java | 4 +- .../SimpleGeometryPrecisionReducer.java | 4 +- .../jts/precision/SimpleMinimumClearance.java | 4 +- .../jts/precision/doc-files/minClearance.png | Bin 6539 -> 6540 bytes .../jts/shape/GeometricShapeBuilder.java | 4 +- .../jts/shape/fractal/HilbertCode.java | 4 +- .../shape/fractal/HilbertCurveBuilder.java | 4 +- .../shape/fractal/KochSnowflakeBuilder.java | 4 +- .../jts/shape/fractal/MortonCode.java | 4 +- .../jts/shape/fractal/MortonCurveBuilder.java | 4 +- .../fractal/SierpinskiCarpetBuilder.java | 4 +- .../jts/shape/random/RandomPointsBuilder.java | 4 +- .../random/RandomPointsInGridBuilder.java | 4 +- .../DouglasPeuckerLineSimplifier.java | 4 +- .../simplify/DouglasPeuckerSimplifier.java | 4 +- .../jts/simplify/LineSegmentIndex.java | 4 +- .../jts/simplify/TaggedLineSegment.java | 4 +- .../jts/simplify/TaggedLineString.java | 4 +- .../simplify/TaggedLineStringSimplifier.java | 4 +- .../jts/simplify/TaggedLinesSimplifier.java | 4 +- .../TopologyPreservingSimplifier.java | 4 +- .../jts/simplify/VWLineSimplifier.java | 6 +- .../jts/simplify/VWSimplifier.java | 4 +- ...onformingDelaunayTriangulationBuilder.java | 4 +- .../ConformingDelaunayTriangulator.java | 6 +- .../ConstraintEnforcementException.java | 6 +- .../ConstraintSplitPointFinder.java | 4 +- .../jts/triangulate/ConstraintVertex.java | 6 +- .../triangulate/ConstraintVertexFactory.java | 6 +- .../DelaunayTriangulationBuilder.java | 4 +- .../IncrementalDelaunayTriangulator.java | 6 +- .../triangulate/MidpointSplitPointFinder.java | 4 +- .../NonEncroachingSplitPointFinder.java | 4 +- .../locationtech/jts/triangulate/Segment.java | 4 +- .../jts/triangulate/SplitSegment.java | 4 +- .../VertexTaggedGeometryDataMapper.java | 4 +- .../triangulate/VoronoiDiagramBuilder.java | 4 +- .../EdgeConnectedTriangleTraversal.java | 6 +- .../quadedge/LastFoundQuadEdgeLocator.java | 6 +- .../quadedge/LocateFailureException.java | 4 +- .../jts/triangulate/quadedge/QuadEdge.java | 6 +- .../triangulate/quadedge/QuadEdgeLocator.java | 6 +- .../quadedge/QuadEdgeSubdivision.java | 4 +- .../quadedge/QuadEdgeTriangle.java | 4 +- .../triangulate/quadedge/QuadEdgeUtil.java | 4 +- .../quadedge/TraversalVisitor.java | 4 +- .../quadedge/TrianglePredicate.java | 4 +- .../triangulate/quadedge/TriangleVisitor.java | 6 +- .../jts/triangulate/quadedge/Vertex.java | 4 +- .../org/locationtech/jts/util/Assert.java | 4 +- .../jts/util/AssertionFailedException.java | 4 +- .../locationtech/jts/util/CollectionUtil.java | 4 +- .../jts/util/CoordinateArrayFilter.java | 4 +- .../jts/util/CoordinateCountFilter.java | 4 +- .../java/org/locationtech/jts/util/Debug.java | 4 +- .../jts/util/GeometricShapeFactory.java | 4 +- .../locationtech/jts/util/IntArrayList.java | 6 +- .../org/locationtech/jts/util/Memory.java | 4 +- .../org/locationtech/jts/util/NumberUtil.java | 4 +- .../locationtech/jts/util/ObjectCounter.java | 4 +- .../locationtech/jts/util/PriorityQueue.java | 6 +- .../org/locationtech/jts/util/Stopwatch.java | 4 +- .../org/locationtech/jts/util/StringUtil.java | 4 +- .../jts/util/TestBuilderProxy.java | 4 +- .../jts/util/UniqueCoordinateArrayFilter.java | 4 +- modules/core/src/main/javadoc/overview.html | 2 +- .../algorithm/AbstractPointInRingTest.java | 6 +- .../locationtech/jts/algorithm/AngleTest.java | 4 +- .../locationtech/jts/algorithm/AreaTest.java | 4 +- .../jts/algorithm/CentroidTest.java | 2 +- .../jts/algorithm/ConvexHullTest.java | 4 +- .../jts/algorithm/DistanceTest.java | 4 +- .../jts/algorithm/InteriorPointTest.java | 4 +- .../locationtech/jts/algorithm/IsCCWTest.java | 6 +- .../jts/algorithm/LengthTest.java | 4 +- .../jts/algorithm/LocatePointInRingTest.java | 6 +- .../algorithm/MinimumBoundingCircleTest.java | 4 +- .../jts/algorithm/MinimumDiameterTest.java | 4 +- .../jts/algorithm/NonRobustCGAlgorithms.java | 4 +- .../algorithm/NonRobustLineIntersector.java | 4 +- .../NonRobustLineIntersectorTest.java | 4 +- .../NonRobustRayCrossingCounter.java | 4 +- .../OrientationIndexFailureTest.java | 6 +- .../jts/algorithm/OrientationIndexTest.java | 6 +- .../PerturbedGridPolygonBuilder.java | 4 +- .../jts/algorithm/PointInRingTest.java | 6 +- .../algorithm/PointLocationOnLineTest.java | 6 +- .../jts/algorithm/PointLocatorTest.java | 6 +- .../jts/algorithm/RayCrossingCounterTest.java | 6 +- .../RectangleLineIntersectorTest.java | 4 +- .../algorithm/RobustLineIntersectionTest.java | 4 +- .../algorithm/RobustLineIntersectorTest.java | 4 +- .../jts/algorithm/ShewchuksDeterminant.java | 4 +- .../DiscreteHausdorffDistanceTest.java | 4 +- .../locate/IndexedPointInAreaLocatorTest.java | 6 +- .../locate/SimplePointInAreaLocatorTest.java | 6 +- .../jts/dissolve/LineDissolverTest.java | 4 +- .../jts/edgegraph/EdgeGraphTest.java | 4 +- .../jts/generator/GeometryGenerator.java | 4 +- .../jts/generator/GridGenerator.java | 4 +- .../jts/generator/LineStringGenerator.java | 4 +- .../jts/generator/MultiGenerator.java | 4 +- .../jts/generator/PointGenerator.java | 4 +- .../jts/generator/PolygonGenerator.java | 4 +- .../locationtech/jts/geom/AreaLengthTest.java | 4 +- .../jts/geom/BidirectionalComparatorTest.java | 6 +- .../jts/geom/CoordinateArraysTest.java | 6 +- .../jts/geom/CoordinateSequencesTest.java | 4 +- .../locationtech/jts/geom/CoordinateTest.java | 4 +- .../locationtech/jts/geom/EnvelopeTest.java | 4 +- .../jts/geom/GeometryCollectionImplTest.java | 4 +- .../geom/GeometryCollectionIteratorTest.java | 4 +- .../jts/geom/GeometryFactoryTest.java | 4 +- .../jts/geom/GeometryImplTest.java | 4 +- .../jts/geom/IntersectionMatrixTest.java | 4 +- .../jts/geom/IsRectangleTest.java | 6 +- .../jts/geom/LineSegmentTest.java | 6 +- .../jts/geom/LineStringImplTest.java | 4 +- .../jts/geom/MiscellaneousTest.java | 4 +- .../jts/geom/MultiPointImplTest.java | 4 +- .../locationtech/jts/geom/NormalizeTest.java | 4 +- .../locationtech/jts/geom/PointImplTest.java | 4 +- .../jts/geom/PrecisionModelTest.java | 4 +- .../jts/geom/PredicateShortCircuitTest.java | 6 +- .../geom/RectanglePredicateSyntheticTest.java | 6 +- .../jts/geom/RectanglePredicateTest.java | 6 +- .../jts/geom/SegmentDensifier.java | 6 +- .../jts/geom/TriangleCircumcentreTest.java | 4 +- .../locationtech/jts/geom/TriangleTest.java | 4 +- .../impl/BasicCoordinateSequenceTest.java | 4 +- .../impl/CoordinateArraySequenceTest.java | 6 +- .../geom/impl/CoordinateSequenceTestBase.java | 4 +- .../PackedCoordinateSequenceDoubleTest.java | 6 +- .../PackedCoordinateSequenceFloatTest.java | 6 +- .../impl/PackedCoordinateSequenceTest.java | 6 +- .../PreparedPolygonIntersectsStressTest.java | 4 +- .../PreparedPolygonPredicateStressTest.java | 4 +- .../jts/geom/prep/StressTestHarness.java | 4 +- .../util/AffineTransformationBuilderTest.java | 4 +- .../geom/util/AffineTransformationTest.java | 4 +- .../jts/index/SpatialIndexTester.java | 4 +- .../jts/index/bintree/BinTreeCorrectTest.java | 4 +- .../jts/index/bintree/IntervalList.java | 4 +- .../jts/index/hprtree/HPRtreeTest.java | 4 +- .../SortedPackedIntervalRTreeTest.java | 4 +- .../jts/index/kdtree/KdTreeTest.java | 4 +- .../jts/index/quadtree/DoubleBitsTest.java | 6 +- .../jts/index/quadtree/EnvelopeList.java | 4 +- .../index/quadtree/QuadtreeCorrectTest.java | 4 +- .../jts/index/quadtree/QuadtreeTest.java | 4 +- .../index/strtree/EnvelopeDistanceTest.java | 4 +- .../strtree/GeometryDistanceComparator.java | 4 +- .../jts/index/strtree/IntervalTest.java | 4 +- .../jts/index/strtree/SIRtreeTest.java | 4 +- .../strtree/STRtreeNearestNeighbourTest.java | 6 +- .../jts/index/strtree/STRtreeTest.java | 4 +- .../jts/io/SerializabilityTest.java | 6 +- .../locationtech/jts/io/WKBReaderTest.java | 4 +- .../java/org/locationtech/jts/io/WKBTest.java | 4 +- .../locationtech/jts/io/WKBWriterTest.java | 4 +- .../locationtech/jts/io/WKTReaderExpTest.java | 4 +- .../jts/io/WKTReaderParseErrorTest.java | 4 +- .../locationtech/jts/io/WKTReaderTest.java | 4 +- .../locationtech/jts/io/WKTWriterTest.java | 4 +- .../jts/io/gml2/GMLReaderTestCase.java | 4 +- .../jts/io/gml2/StaticLineStringTest.java | 4 +- .../io/gml2/StaticMultiLineStringTest.java | 4 +- .../jts/io/gml2/StaticMultiPointTest.java | 4 +- .../jts/io/gml2/StaticMultiPolygonTest.java | 4 +- .../jts/io/gml2/StaticPointTest.java | 4 +- .../jts/io/gml2/StaticPolygonTest.java | 4 +- .../jts/io/gml2/WritingTestCase.java | 4 +- .../jts/io/kml/KMLWriterTest.java | 4 +- .../linearref/AbstractIndexedLineTest.java | 6 +- .../jts/linearref/LengthIndexedLineTest.java | 4 +- .../jts/linearref/LinearLocationTest.java | 4 +- .../linearref/LocationIndexedLineTest.java | 6 +- .../locationtech/jts/math/DDBasicTest.java | 6 +- .../locationtech/jts/math/DDComputeTest.java | 6 +- .../org/locationtech/jts/math/DDIOTest.java | 4 +- .../org/locationtech/jts/math/DDTest.java | 4 +- .../locationtech/jts/math/Vector2DTest.java | 4 +- .../locationtech/jts/math/Vector3DTest.java | 4 +- .../SegmentPointComparatorFullTest.java | 4 +- .../noding/SegmentPointComparatorTest.java | 4 +- .../snapround/SegmentStringNodingTest.java | 6 +- .../noding/snapround/SnapRoundingTest.java | 6 +- .../jts/operation/BoundaryTest.java | 4 +- .../jts/operation/IsSimpleTest.java | 4 +- .../buffer/BufferResultValidatorTest.java | 4 +- .../jts/operation/buffer/BufferTest.java | 4 +- .../jts/operation/buffer/BufferValidator.java | 4 +- .../operation/buffer/DepthSegmentTest.java | 4 +- .../operation/buffer/VariableBufferTest.java | 4 +- .../operation/distance/BaseDistanceTest.java | 4 +- .../jts/operation/distance/DistanceTest.java | 4 +- .../distance3d/Distance3DOpTest.java | 4 +- .../distance3d/WithinDistance3DTest.java | 4 +- .../operation/linemerge/LineMergerTest.java | 4 +- .../linemerge/LineSequencerTest.java | 6 +- .../overlay/FixedPrecisionSnappingTest.java | 4 +- .../operation/polygonize/PolygonizeTest.java | 4 +- .../jts/operation/relate/ContainsTest.java | 4 +- .../relate/RelateBoundaryNodeRuleTest.java | 6 +- .../jts/operation/relate/RelateTest.java | 6 +- .../union/CascadedPolygonUnionFileTest.java | 4 +- .../union/CascadedPolygonUnionTest.java | 4 +- .../union/CascadedPolygonUnionTester.java | 4 +- .../jts/operation/union/UnaryUnionTest.java | 4 +- .../jts/operation/valid/IsValidTest.java | 4 +- .../valid/SimpleNestedRingTester.java | 4 +- .../operation/valid/ValidClosedRingTest.java | 6 +- .../ValidSelfTouchingRingFormingHoleTest.java | 6 +- .../jts/precision/CommonBitsOpTest.java | 4 +- .../GeometryPrecisionReducerTest.java | 4 +- .../jts/precision/MinimumClearanceTest.java | 4 +- .../SimpleGeometryPrecisionReducerTest.java | 4 +- .../DouglasPeuckerSimplifierTest.java | 4 +- .../simplify/GeometryOperationValidator.java | 6 +- .../jts/simplify/SameStructureTester.java | 6 +- .../TopologyPreservingSimplifierTest.java | 4 +- .../jts/simplify/VWSimplifierTest.java | 4 +- .../triangulate/ConformingDelaunayTest.java | 6 +- .../jts/triangulate/DelaunayTest.java | 6 +- .../jts/triangulate/VoronoiTest.java | 6 +- .../jts/util/PriorityQueueTest.java | 6 +- .../util/UniqueCoordinateArrayFilterTest.java | 6 +- .../test/java/test/jts/GeometryTestCase.java | 4 +- .../src/test/java/test/jts/IsValidTester.java | 4 +- .../src/test/java/test/jts/TestFiles.java | 4 +- .../src/test/java/test/jts/WKTorBReader.java | 4 +- .../geom/CoordinateSequenceExperiment2.java | 4 +- .../test/jts/geom/GeometryTestFactory.java | 4 +- .../java/test/jts/geom/TestSerializable.java | 4 +- .../java/test/jts/geom/TestShapeFactory.java | 4 +- .../test/java/test/jts/index/STRtreeDemo.java | 4 +- .../src/test/java/test/jts/insert-header.rb | 4 +- .../java/test/jts/perf/ExamplePerfTest.java | 4 +- .../test/jts/perf/PerformanceTestCase.java | 4 +- .../test/jts/perf/PerformanceTestRunner.java | 4 +- .../java/test/jts/perf/ThreadTestCase.java | 4 +- .../java/test/jts/perf/ThreadTestRunner.java | 4 +- .../perf/algorithm/AreaPrecisionPerfTest.java | 4 +- .../DDOrientationIndexCorrectTest.java | 4 +- .../algorithm/DistanceLineLineStressTest.java | 4 +- .../IndexedPointInAreaStressTest.java | 4 +- .../algorithm/InteriorPointAreaPerfTest.java | 4 +- .../algorithm/IntersectionAlgorithms.java | 4 +- .../perf/algorithm/IntersectionPerfTest.java | 4 +- .../algorithm/IntersectionStressTest.java | 4 +- .../algorithm/LineIntersectorBenchmark.java | 4 +- .../MCIndexedPointInAreaLocator.java | 4 +- .../MinimumBoundingCircleStressTest.java | 4 +- .../perf/algorithm/PointInAreaPerfTest.java | 4 +- .../perf/algorithm/PointInAreaPerfTester.java | 4 +- .../algorithm/PointInAreaStressTester.java | 4 +- .../RectangleLineIntersectorPerfTest.java | 4 +- .../SimpleRayCrossingStressTest.java | 4 +- .../perf/dissolve/LineDissolvePerfTest.java | 4 +- .../PackedCoordinateSequenceMemoryTest.java | 4 +- .../prep/PreparedGeometryThreadSafeTest.java | 4 +- .../prep/PreparedLineIntersectsPerfTest.java | 4 +- .../PreparedPolygonIntersectsPerfTest.java | 4 +- .../jts/perf/geom/prep/TestDataBuilder.java | 4 +- .../test/jts/perf/index/CountItemVisitor.java | 6 +- .../test/jts/perf/index/EnvelopeList.java | 4 +- .../test/jts/perf/index/HPRtreePerfTest.java | 4 +- .../test/java/test/jts/perf/index/Index.java | 6 +- .../java/test/jts/perf/index/IndexTester.java | 4 +- .../test/jts/perf/index/STRtreePerfTest.java | 4 +- .../test/jts/perf/index/TreeTimeTest.java | 4 +- .../test/jts/perf/math/DDExpressionPerf.java | 6 +- .../java/test/jts/perf/math/InCirclePerf.java | 6 +- .../java/test/jts/perf/math/TriPredicate.java | 4 +- .../buffer/BufferCorrectnessTest.java | 4 +- .../buffer/DepthSegmentStressTest.java | 4 +- .../operation/buffer/FileBufferPerfTest.java | 4 +- .../buffer/FileBufferResultValidatorTest.java | 4 +- .../buffer/IteratedBufferStressTest.java | 4 +- .../buffer/OffsetCurveCorrectnessTest.java | 4 +- .../buffer/PolygonBufferStressTest.java | 6 +- .../buffer/RandomLineBufferStressTest.java | 4 +- .../RandomOffsetLineStringGenerator.java | 4 +- .../distance/CachedFastDistance.java | 4 +- .../distance/TestPerfDistanceGeomPair.java | 4 +- .../distance/TestPerfDistanceGeomSet.java | 4 +- .../distance/TestPerfDistanceLinesPoints.java | 4 +- .../distance/TestPerfFastDistanceFile.java | 4 +- .../TestStressEnvelopeMinMaxDistance.java | 4 +- .../overlay/OverlayNodingStressTest.java | 6 +- .../RectangleIntersectsPerfTest.java | 4 +- .../relate/RelateMonotoneLinesPerfTest.java | 4 +- .../operation/union/FileUnionPerfTest.java | 4 +- .../operation/union/PolygonUnionPerfTest.java | 4 +- .../perf/operation/union/UnionPerfTester.java | 4 +- .../valid/IsValidNestedHolesPerfTest.java | 4 +- .../valid/IsValidPolygonPerfTest.java | 4 +- .../valid/QuadtreeNestedRingTester.java | 4 +- .../valid/SweeplineNestedRingTester.java | 4 +- .../perf/operation/valid/ValidStressTest.java | 4 +- .../perf/triangulate/DelaunayPerfTest.java | 4 +- .../perf/triangulate/DelaunayRobustTest.java | 4 +- .../jts/perf/triangulate/VoronoiPerfTest.java | 4 +- .../src/test/java/test/jts/util/IOUtil.java | 4 +- .../java/test/jts/util/SerializationUtil.java | 4 +- .../src/test/resources/testdata/africa.wkt | 2 +- .../src/test/resources/testdata/bc-250k.wkt | 2 +- .../src/test/resources/testdata/bc_20K.wkt | 2 +- .../src/test/resources/testdata/europe.wkt | 2 +- .../src/test/resources/testdata/uk-arrows.wkt | 2 +- .../core/src/test/resources/testdata/uk.wkt | 2 +- .../src/test/resources/testdata/world.wkt | 2 +- .../jtsexample/geom/BasicExample.java | 4 +- .../jtsexample/geom/ConstructionExample.java | 6 +- .../jtsexample/geom/ExtendedCoordinate.java | 4 +- .../geom/ExtendedCoordinateExample.java | 4 +- .../geom/ExtendedCoordinateSequence.java | 4 +- .../ExtendedCoordinateSequenceFactory.java | 4 +- .../geom/PrecisionModelExample.java | 4 +- .../jtsexample/geom/SimpleMethodsExample.java | 4 +- .../geom/prep/PreparedGeometryExample.java | 4 +- .../jtsexample/io/gml2/KMLReaderExample.java | 4 +- .../linearref/LinearRefExample.java | 6 +- .../distance/ClosestPointExample.java | 4 +- .../operation/linemerge/LineMergeExample.java | 4 +- .../polygonize/PolygonizeExample.java | 4 +- .../precision/EnhancedPrecisionOpExample.java | 4 +- .../LineStringSelfIntersections.java | 6 +- .../technique/PolygonUnionUsingBuffer.java | 4 +- .../SearchUsingPreparedGeometryIndex.java | 4 +- .../jts/io/geojson/GeoJsonConstants.java | 4 +- .../jts/io/geojson/GeoJsonReader.java | 4 +- .../jts/io/geojson/GeoJsonWriter.java | 4 +- .../jts/io/geojson/GeoJsonTest.java | 4 +- .../jts/io/geojson/GeoJsonWriterTest.java | 4 +- .../locationtech/jts/io/oracle/OraGeom.java | 4 +- .../locationtech/jts/io/oracle/OraReader.java | 4 +- .../locationtech/jts/io/oracle/OraUtil.java | 4 +- .../locationtech/jts/io/oracle/OraWriter.java | 4 +- .../locationtech/jts/io/oracle/package.html | 2 +- .../jts/io/oracle/BaseOraTestCase.java | 4 +- .../jts/io/oracle/ConnectedTestCase.java | 4 +- .../org/locationtech/jts/io/oracle/MDSYS.java | 4 +- .../jts/io/oracle/OraReaderCreateTest.java | 4 +- .../jts/io/oracle/OraWriterCreateTest.java | 4 +- .../jts/io/oracle/OraWriterSQLTest.java | 4 +- .../jts/io/oracle/StaticLineStringTest.java | 4 +- .../io/oracle/StaticMultiLineStringTest.java | 4 +- .../jts/io/oracle/StaticMultiPointTest.java | 4 +- .../jts/io/oracle/StaticMultiPolygonTest.java | 4 +- .../jts/io/oracle/StaticPointTest.java | 4 +- .../jts/io/oracle/StaticPolygonTest.java | 4 +- .../jts/io/oracle/connection.properties | 2 +- .../locationtech/jts/io/sde/SdeReader.java | 4 +- .../org/locationtech/jts/io/sde/package.html | 2 +- .../locationtech/jts/hull/ConcaveHull.java | 4 +- .../operation/buffer/VariableWidthBuffer.java | 4 +- .../locationtech/jtslab/ClipFunctions.java | 4 +- .../jtslab/OverlayOptFunctions.java | 4 +- .../locationtech/jtslab/RemoverFunctions.java | 4 +- .../jtslab/SnapRoundFunctions.java | 4 +- .../jtslab/SnapRoundOverlayFunctions.java | 4 +- .../jtslab/clean/HoleRemover.java | 4 +- .../jtslab/clean/InvalidHoleRemover.java | 4 +- .../jtslab/clean/SmallHoleRemover.java | 4 +- .../jtslab/clip/RectangleClipPolygon.java | 6 +- .../locationtech/jtslab/edgeray/EdgeRay.java | 2 +- .../jtslab/geom/util/GeometryEditorEx.java | 4 +- .../snapround/GeometryCoordinateReplacer.java | 6 +- .../jtslab/snapround/GeometrySnapRounder.java | 4 +- .../jtslab/snapround/PolygonCleaner.java | 4 +- .../jts/geom/OctagonalEnvelopeTest.java | 4 +- .../jts/hull/ConcaveHullTest.java | 4 +- .../jtslab/clean/InvalidHoleRemoverTest.java | 4 +- .../jtslab/clean/SmallHoleRemoverTest.java | 4 +- .../jtslab/clip/RectangleClipPolygonTest.java | 4 +- .../TestCoordinateSequenceFactory.java | 6 +- .../jtstest/command/CommandLine.java | 4 +- .../locationtech/jtstest/command/Option.java | 4 +- .../jtstest/command/OptionSpec.java | 4 +- .../jtstest/command/ParseException.java | 4 +- .../jtstest/geomop/ArgumentConverter.java | 4 +- .../jtstest/geomop/BaseGeometryFunction.java | 4 +- .../BufferValidatedGeometryOperation.java | 4 +- .../jtstest/geomop/GeometryFunction.java | 4 +- .../geomop/GeometryFunctionOperation.java | 4 +- .../geomop/GeometryFunctionRegistry.java | 4 +- .../jtstest/geomop/GeometryMatcher.java | 4 +- .../geomop/GeometryMethodOperation.java | 6 +- .../jtstest/geomop/GeometryOperation.java | 6 +- .../geomop/LoggingGeometryOperation.java | 4 +- .../geomop/NormalizedGeometryMatcher.java | 4 +- .../OverlayValidatedGeometryOperation.java | 4 +- .../geomop/PreparedGeometryOperation.java | 4 +- .../geomop/PreparedGeometryTeeOperation.java | 4 +- .../geomop/StaticMethodGeometryFunction.java | 4 +- .../jtstest/geomop/TeeGeometryOperation.java | 4 +- .../geomop/TestCaseGeometryFunctions.java | 6 +- .../jtstest/testrunner/BooleanResult.java | 4 +- .../testrunner/BufferResultMatcher.java | 4 +- .../jtstest/testrunner/DoubleResult.java | 4 +- .../testrunner/EqualityResultMatcher.java | 4 +- .../testrunner/GeometryOperationLoader.java | 6 +- .../jtstest/testrunner/GeometryResult.java | 4 +- .../jtstest/testrunner/GuiUtil.java | 4 +- .../jtstest/testrunner/IntegerResult.java | 4 +- .../JTSTestReflectionException.java | 6 +- .../jtstest/testrunner/JTSTestRunnerCmd.java | 4 +- .../jtstest/testrunner/Logger.java | 4 +- .../jtstest/testrunner/NullResultMatcher.java | 4 +- .../jtstest/testrunner/Parameters.java | 4 +- .../jtstest/testrunner/ReportWriter.java | 4 +- .../jtstest/testrunner/Result.java | 4 +- .../jtstest/testrunner/ResultMatcher.java | 4 +- .../testrunner/SimpleReportWriter.java | 4 +- .../locationtech/jtstest/testrunner/Test.java | 4 +- .../jtstest/testrunner/TestCase.java | 4 +- .../jtstest/testrunner/TestEngine.java | 4 +- .../testrunner/TestParseException.java | 4 +- .../jtstest/testrunner/TestReader.java | 4 +- .../jtstest/testrunner/TestRun.java | 4 +- .../jtstest/testrunner/TestRunBuilder.java | 4 +- .../locationtech/jtstest/util/StringUtil.java | 4 +- .../jtstest/util/io/WKTOrWKBReader.java | 6 +- .../jtstest/CoreGeometryXMLTest.java | 4 +- .../failure/TestBufferInsideNonEmpty.xml | 2 +- .../testxml/general/TestOverlayLLPrec.xml | 2 +- .../testxml/general/TestPolygonize.xml | 2 +- .../testxml/misc/TestBufferExternal2.xml | 2 +- .../test/resources/testxml/misc/TestValid.xml | 2 +- .../testxml/robust/ExternalRobustness.xml | 2 +- pom.xml | 4 +- 1119 files changed, 2445 insertions(+), 2384 deletions(-) delete mode 100644 LICENSE_EPLv1.txt create mode 100644 LICENSE_EPLv2.txt diff --git a/FAQ-LICENSING.md b/FAQ-LICENSING.md index 63d970a63..ad8daa733 100644 --- a/FAQ-LICENSING.md +++ b/FAQ-LICENSING.md @@ -2,7 +2,7 @@ JTS is dual-licensed under: -* the [Eclipse Public License 1.0](https://www.eclipse.org/legal/epl-v10.html) ("EPL") +* the [Eclipse Public License 2.0](https://www.eclipse.org/legal/epl-v20.html) ("EPL") * the [Eclipse Distribution License 1.0](http://www.eclipse.org/org/documents/edl-v10.php) (a Revised BSD-style license). More detail is provided in the [LICENSES](LICENSES.md) document. diff --git a/LICENSES.md b/LICENSES.md index 97109533e..37894d4a2 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -4,7 +4,7 @@ May 30th, 2017 ## Project Licenses -The Eclipse Foundation makes available all content in this project ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of either the [Eclipse Public License 1.0](https://www.eclipse.org/legal/epl-v10.html) ("EPL") or the [Eclipse Distribution License 1.0](http://www.eclipse.org/org/documents/edl-v10.php) (a BSD Style License). For purposes of the EPL, "Program" will mean the Content. +The Eclipse Foundation makes available all content in this project ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of either the [Eclipse Public License 2.0](https://www.eclipse.org/legal/epl-v20.html) ("EPL") or the [Eclipse Distribution License 1.0](http://www.eclipse.org/org/documents/edl-v10.php) (a BSD Style License). For purposes of the EPL, "Program" will mean the Content. If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at http://www.eclipse.org. diff --git a/LICENSE_EPLv1.txt b/LICENSE_EPLv1.txt deleted file mode 100644 index 7d4492157..000000000 --- a/LICENSE_EPLv1.txt +++ /dev/null @@ -1,216 +0,0 @@ -Eclipse Public License, Version 1.0 (EPL-1.0) - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC -LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM -CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - - a) in the case of the initial Contributor, the initial code and - documentation distributed under this Agreement, and - - b) in the case of each subsequent Contributor: - i) changes to the Program, and - ii) additions to the Program; - -where such changes and/or additions to the Program originate from and are -distributed by that particular Contributor. A Contribution 'originates' -from a Contributor if it was added to the Program by such Contributor itself -or anyone acting on such Contributor's behalf. Contributions do not include -additions to the Program which: (i) are separate modules of software -distributed in conjunction with the Program under their own license agreement, -and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents " mean patent claims licensable by a Contributor which are -necessarily infringed by the use or sale of its Contribution alone or -when combined with the Program. - -"Program" means the Contributions distributed in accordance with -this Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, -including all Contributors. - -2. GRANT OF RIGHTS - - a) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free copyright license to - reproduce, prepare derivative works of, publicly display, publicly - perform, distribute and sublicense the Contribution of such - Contributor, if any, and such derivative works, - in source code and object code form. - - b) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free patent license under - Licensed Patents to make, use, sell, offer to sell, import and - otherwise transfer the Contribution of such Contributor, if any, - in source code and object code form. This patent license shall apply - to the combination of the Contribution and the Program if, at the time - the Contribution is added by the Contributor, such addition of the - Contribution causes such combination to be covered by the - Licensed Patents. The patent license shall not apply to any other - combinations which include the Contribution. - No hardware per se is licensed hereunder. - - c) Recipient understands that although each Contributor grants the - licenses to its Contributions set forth herein, no assurances are - provided by any Contributor that the Program does not infringe the - patent or other intellectual property rights of any other entity. - Each Contributor disclaims any liability to Recipient for claims - brought by any other entity based on infringement of intellectual - property rights or otherwise. As a condition to exercising the - rights and licenses granted hereunder, each Recipient hereby assumes - sole responsibility to secure any other intellectual property rights - needed, if any. For example, if a third party patent license is - required to allow Recipient to distribute the Program, it is - Recipient's responsibility to acquire that license - before distributing the Program. - - d) Each Contributor represents that to its knowledge it has sufficient - copyright rights in its Contribution, if any, to grant the copyright - license set forth in this Agreement. - -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under -its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - - b) its license agreement: - - i) effectively disclaims on behalf of all Contributors all warranties - and conditions, express and implied, including warranties or - conditions of title and non-infringement, and implied warranties or - conditions of merchantability and fitness for a particular purpose; - - ii) effectively excludes on behalf of all Contributors all liability - for damages, including direct, indirect, special, incidental and - consequential damages, such as lost profits; - - iii) states that any provisions which differ from this Agreement are - offered by that Contributor alone and not by any other party; and - - iv) states that source code for the Program is available from such - Contributor, and informs licensees how to obtain it in a reasonable - manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - b) a copy of this Agreement must be included with each copy of the Program. - -Contributors may not remove or alter any copyright notices contained -within the Program. - -Each Contributor must identify itself as the originator of its Contribution, -if any, in a manner that reasonably allows subsequent Recipients to -identify the originator of the Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with -respect to end users, business partners and the like. While this license is -intended to facilitate the commercial use of the Program, the Contributor who -includes the Program in a commercial product offering should do so in a manner -which does not create potential liability for other Contributors. Therefore, -if a Contributor includes the Program in a commercial product offering, -such Contributor ("Commercial Contributor") hereby agrees to defend and -indemnify every other Contributor ("Indemnified Contributor") against any -losses, damages and costs (collectively "Losses") arising from claims, -lawsuits and other legal actions brought by a third party against the -Indemnified Contributor to the extent caused by the acts or omissions of -such Commercial Contributor in connection with its distribution of the Program -in a commercial product offering. The obligations in this section do not apply -to any claims or Losses relating to any actual or alleged intellectual -property infringement. In order to qualify, an Indemnified Contributor must: -a) promptly notify the Commercial Contributor in writing of such claim, -and b) allow the Commercial Contributor to control, and cooperate with the -Commercial Contributor in, the defense and any related settlement -negotiations. The Indemnified Contributor may participate in any such -claim at its own expense. - -For example, a Contributor might include the Program in a commercial product -offering, Product X. That Contributor is then a Commercial Contributor. -If that Commercial Contributor then makes performance claims, or offers -warranties related to Product X, those performance claims and warranties -are such Commercial Contributor's responsibility alone. Under this section, -the Commercial Contributor would have to defend claims against the other -Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, -the Commercial Contributor must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR -IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, -NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -Each Recipient is solely responsible for determining the appropriateness of -using and distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to the -risks and costs of program errors, compliance with applicable laws, damage to -or loss of data, programs or equipment, and unavailability -or interruption of operations. - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY -CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION -LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE -EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of the -remainder of the terms of this Agreement, and without further action by -the parties hereto, such provision shall be reformed to the minimum extent -necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Program itself -(excluding combinations of the Program with other software or hardware) -infringes such Recipient's patent(s), then such Recipient's rights granted -under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails to -comply with any of the material terms or conditions of this Agreement and -does not cure such failure in a reasonable period of time after becoming -aware of such noncompliance. If all Recipient's rights under this -Agreement terminate, Recipient agrees to cease use and distribution of the -Program as soon as reasonably practicable. However, Recipient's obligations -under this Agreement and any licenses granted by Recipient relating to the -Program shall continue and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, -but in order to avoid inconsistency the Agreement is copyrighted and may -only be modified in the following manner. The Agreement Steward reserves -the right to publish new versions (including revisions) of this Agreement -from time to time. No one other than the Agreement Steward has the right to -modify this Agreement. The Eclipse Foundation is the initial -Agreement Steward. The Eclipse Foundation may assign the responsibility to -serve as the Agreement Steward to a suitable separate entity. Each new version -of the Agreement will be given a distinguishing version number. The Program -(including Contributions) may always be distributed subject to the version -of the Agreement under which it was received. In addition, after a new version -of the Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly -stated in Sections 2(a) and 2(b) above, Recipient receives no rights or -licenses to the intellectual property of any Contributor under this Agreement, -whether expressly, by implication, estoppel or otherwise. All rights in the -Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the -intellectual property laws of the United States of America. No party to -this Agreement will bring a legal action under this Agreement more than one -year after the cause of action arose. Each party waives its rights to a -jury trial in any resulting litigation. diff --git a/LICENSE_EPLv2.txt b/LICENSE_EPLv2.txt new file mode 100644 index 000000000..e23ece2c8 --- /dev/null +++ b/LICENSE_EPLv2.txt @@ -0,0 +1,277 @@ +Eclipse Public License - v 2.0 + + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + +1. DEFINITIONS + +"Contribution" means: + + a) in the case of the initial Contributor, the initial content + Distributed under this Agreement, and + + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; + where such changes and/or additions to the Program originate from + and are Distributed by that particular Contributor. A Contribution + "originates" from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include changes or additions to the Program that + are not Modified Works. + +"Contributor" means any person or entity that Distributes the Program. + +"Licensed Patents" mean patent claims licensable by a Contributor which +are necessarily infringed by the use or sale of its Contribution alone +or when combined with the Program. + +"Program" means the Contributions Distributed in accordance with this +Agreement. + +"Recipient" means anyone who receives the Program under this Agreement +or any Secondary License (as applicable), including Contributors. + +"Derivative Works" shall mean any work, whether in Source Code or other +form, that is based on (or derived from) the Program and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. + +"Modified Works" shall mean any work in Source Code or other form that +results from an addition to, deletion from, or modification of the +contents of the Program, including, for purposes of clarity any new file +in Source Code form that contains any contents of the Program. Modified +Works shall not include works that contain only declarations, +interfaces, types, classes, structures, or files of the Program solely +in each case in order to link to, bind by name, or subclass the Program +or Modified Works thereof. + +"Distribute" means the acts of a) distributing or b) making available +in any manner that enables the transfer of a copy. + +"Source Code" means the form of a Program preferred for making +modifications, including but not limited to software source code, +documentation source, and configuration files. + +"Secondary License" means either the GNU General Public License, +Version 2.0, or any later versions of that license, including any +exceptions or additional permissions as identified by the initial +Contributor. + +2. GRANT OF RIGHTS + + a) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free copyright + license to reproduce, prepare Derivative Works of, publicly display, + publicly perform, Distribute and sublicense the Contribution of such + Contributor, if any, and such Derivative Works. + + b) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free patent + license under Licensed Patents to make, use, sell, offer to sell, + import and otherwise transfer the Contribution of such Contributor, + if any, in Source Code or other form. This patent license shall + apply to the combination of the Contribution and the Program if, at + the time the Contribution is added by the Contributor, such addition + of the Contribution causes such combination to be covered by the + Licensed Patents. The patent license shall not apply to any other + combinations which include the Contribution. No hardware per se is + licensed hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the + rights and licenses granted hereunder, each Recipient hereby + assumes sole responsibility to secure any other intellectual + property rights needed, if any. For example, if a third party + patent license is required to allow Recipient to Distribute the + Program, it is Recipient's responsibility to acquire that license + before distributing the Program. + + d) Each Contributor represents that to its knowledge it has + sufficient copyright rights in its Contribution, if any, to grant + the copyright license set forth in this Agreement. + + e) Notwithstanding the terms of any Secondary License, no + Contributor makes additional grants to any Recipient (other than + those set forth in this Agreement) as a result of such Recipient's + receipt of the Program under the terms of a Secondary License + (if permitted under the terms of Section 3). + +3. REQUIREMENTS + +3.1 If a Contributor Distributes the Program in any form, then: + + a) the Program must also be made available as Source Code, in + accordance with section 3.2, and the Contributor must accompany + the Program with a statement that the Source Code for the Program + is available under this Agreement, and informs Recipients how to + obtain it in a reasonable manner on or through a medium customarily + used for software exchange; and + + b) the Contributor may Distribute the Program under a license + different than this Agreement, provided that such license: + i) effectively disclaims on behalf of all other Contributors all + warranties and conditions, express and implied, including + warranties or conditions of title and non-infringement, and + implied warranties or conditions of merchantability and fitness + for a particular purpose; + + ii) effectively excludes on behalf of all other Contributors all + liability for damages, including direct, indirect, special, + incidental and consequential damages, such as lost profits; + + iii) does not attempt to limit or alter the recipients' rights + in the Source Code under section 3.2; and + + iv) requires any subsequent distribution of the Program by any + party to be under a license that satisfies the requirements + of this section 3. + +3.2 When the Program is Distributed as Source Code: + + a) it must be made available under this Agreement, or if the + Program (i) is combined with other material in a separate file or + files made available under a Secondary License, and (ii) the initial + Contributor attached to the Source Code the notice described in + Exhibit A of this Agreement, then the Program may be made available + under the terms of such Secondary Licenses, and + + b) a copy of this Agreement must be included with each copy of + the Program. + +3.3 Contributors may not remove or alter any copyright, patent, +trademark, attribution notices, disclaimers of warranty, or limitations +of liability ("notices") contained within the Program from any copy of +the Program which they Distribute, provided that Contributors may add +their own appropriate notices. + +4. COMMERCIAL DISTRIBUTION + +Commercial distributors of software may accept certain responsibilities +with respect to end users, business partners and the like. While this +license is intended to facilitate the commercial use of the Program, +the Contributor who includes the Program in a commercial product +offering should do so in a manner which does not create potential +liability for other Contributors. Therefore, if a Contributor includes +the Program in a commercial product offering, such Contributor +("Commercial Contributor") hereby agrees to defend and indemnify every +other Contributor ("Indemnified Contributor") against any losses, +damages and costs (collectively "Losses") arising from claims, lawsuits +and other legal actions brought by a third party against the Indemnified +Contributor to the extent caused by the acts or omissions of such +Commercial Contributor in connection with its distribution of the Program +in a commercial product offering. The obligations in this section do not +apply to any claims or Losses relating to any actual or alleged +intellectual property infringement. In order to qualify, an Indemnified +Contributor must: a) promptly notify the Commercial Contributor in +writing of such claim, and b) allow the Commercial Contributor to control, +and cooperate with the Commercial Contributor in, the defense and any +related settlement negotiations. The Indemnified Contributor may +participate in any such claim at its own expense. + +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those performance +claims and warranties, and if a court requires any other Contributor to +pay any damages as a result, the Commercial Contributor must pay +those damages. + +5. NO WARRANTY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" +BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR +IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF +TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR +PURPOSE. Each Recipient is solely responsible for determining the +appropriateness of using and distributing the Program and assumes all +risks associated with its exercise of rights under this Agreement, +including but not limited to the risks and costs of program errors, +compliance with applicable laws, damage to or loss of data, programs +or equipment, and unavailability or interruption of operations. + +6. DISCLAIMER OF LIABILITY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS +SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST +PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE +EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that the +Program itself (excluding combinations of the Program with other software +or hardware) infringes such Recipient's patent(s), then such Recipient's +rights granted under Section 2(b) shall terminate as of the date such +litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably practicable. +However, Recipient's obligations under this Agreement and any licenses +granted by Recipient relating to the Program shall continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. The Eclipse Foundation +is the initial Agreement Steward. The Eclipse Foundation may assign the +responsibility to serve as the Agreement Steward to a suitable separate +entity. Each new version of the Agreement will be given a distinguishing +version number. The Program (including Contributions) may always be +Distributed subject to the version of the Agreement under which it was +received. In addition, after a new version of the Agreement is published, +Contributor may elect to Distribute the Program (including its +Contributions) under the new version. + +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient +receives no rights or licenses to the intellectual property of any +Contributor under this Agreement, whether expressly, by implication, +estoppel or otherwise. All rights in the Program not expressly granted +under this Agreement are reserved. Nothing in this Agreement is intended +to be enforceable by any entity that is not a Contributor or Recipient. +No third-party beneficiary rights are created under this Agreement. + +Exhibit A - Form of Secondary Licenses Notice + +"This Source Code may also be made available under the following +Secondary Licenses when the conditions for such availability set forth +in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), +version(s), and exceptions or additional permissions here}." + + Simply including a copy of this Agreement, including this Exhibit A + is not sufficient to license the Source Code under Secondary Licenses. + + If it is not possible or desirable to put the notice in a particular + file, then You may include the notice in a location (such as a LICENSE + file in a relevant directory) where a recipient would be likely to + look for such a notice. + + You may add additional accurate notices of copyright ownership. \ No newline at end of file diff --git a/README.md b/README.md index 6f994fa5f..f93b27015 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Currently JTS targets Java 1.8 and above. JTS is open source software. It is dual-licensed under: -* [Eclipse Public License 1.0](https://www.eclipse.org/legal/epl-v10.html) +* [Eclipse Public License 2.0](https://www.eclipse.org/legal/epl-v20.html) * [Eclipse Distribution License 1.0](http://www.eclipse.org/org/documents/edl-v10.php) (a BSD Style License) See also: diff --git a/doc/sample_java_header.txt b/doc/sample_java_header.txt index c7d377490..a1c8685f9 100644 --- a/doc/sample_java_header.txt +++ b/doc/sample_java_header.txt @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java b/modules/app/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java index e6c9668bb..606d23ffa 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -29,4 +29,4 @@ public class TestCoordinateSequenceFactory { private TestCoordinateSequenceFactory() { } -} \ No newline at end of file +} diff --git a/modules/app/src/main/java/org/locationtech/jtstest/clean/CleanDuplicatePoints.java b/modules/app/src/main/java/org/locationtech/jtstest/clean/CleanDuplicatePoints.java index 6047f8a2d..85d8e494b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/clean/CleanDuplicatePoints.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/clean/CleanDuplicatePoints.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/cmd/CommandOptions.java b/modules/app/src/main/java/org/locationtech/jtstest/cmd/CommandOptions.java index f53f6e35c..33b1d0d86 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/cmd/CommandOptions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/cmd/CommandOptions.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java b/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java index c4d5e2a5f..1ef03014d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpCmd.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpRunner.java b/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpRunner.java index 4fe8a409b..5702b0835 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpRunner.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/cmd/JTSOpRunner.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/AffineTransformationFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/AffineTransformationFunctions.java index 7189439a7..422903700 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/AffineTransformationFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/AffineTransformationFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/BoundaryFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/BoundaryFunctions.java index 58f922f16..b8a76b679 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/BoundaryFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/BoundaryFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/BufferByUnionFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/BufferByUnionFunctions.java index e3cc52f12..e1020af3b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/BufferByUnionFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/BufferByUnionFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java index 18566f3f0..23c60e38a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/ConstructionFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/ConstructionFunctions.java index c34f13b27..680365827 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/ConstructionFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/ConstructionFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java index f062d3bb2..52fc07011 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/CreateFractalShapeFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/CreateFractalShapeFunctions.java index 6e68fab1b..3a13a7936 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/CreateFractalShapeFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/CreateFractalShapeFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/CreateRandomShapeFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/CreateRandomShapeFunctions.java index 4c6b2eb75..1c39fcdfe 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/CreateRandomShapeFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/CreateRandomShapeFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java index 2321af10f..d98013a23 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/DiffFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/DiffFunctions.java index 674dc0545..a8025c291 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/DiffFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/DiffFunctions.java @@ -162,4 +162,4 @@ public class DiffFunctions { } -; \ No newline at end of file +; diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/DissolveFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/DissolveFunctions.java index 9f2e00f57..ed9deff59 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/DissolveFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/DissolveFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/DistanceFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/DistanceFunctions.java index c3dd8bc47..868e27b4f 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/DistanceFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/DistanceFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java b/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java index ec90c91a0..f0a0783ea 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/EditFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/EditFunctions.java index 8ce39b387..1e1c70a48 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/EditFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/EditFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/FunctionsUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/function/FunctionsUtil.java index a4cf5df41..f36d5432b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/FunctionsUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/FunctionsUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/GeometryFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/GeometryFunctions.java index 07d67c95e..f01254c29 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/GeometryFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/GeometryFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/JTSFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/JTSFunctions.java index a33ef8b37..ae9989fe5 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/JTSFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/JTSFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java index 5ec4187f8..b78a0a43d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/LineSegmentFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/LineSegmentFunctions.java index a97136d62..fa0ce533f 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/LineSegmentFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/LineSegmentFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/LinearReferencingFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/LinearReferencingFunctions.java index 35a406869..6b1a71a8d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/LinearReferencingFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/LinearReferencingFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java index b9802149a..0b99b352d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/OffsetCurveFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/OffsetCurveFunctions.java index 6e3fba894..0f2e0cca9 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/OffsetCurveFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/OffsetCurveFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayCommonBitsRemovedFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayCommonBitsRemovedFunctions.java index 53ee3e971..522afd4ff 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayCommonBitsRemovedFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayCommonBitsRemovedFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayEnhancedPrecisionFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayEnhancedPrecisionFunctions.java index a617d69b8..454d408ad 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayEnhancedPrecisionFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayEnhancedPrecisionFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayFunctions.java index a5d744065..3ee33ecc1 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayNoSnapFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayNoSnapFunctions.java index ee4721d53..8fedb4fb2 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayNoSnapFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayNoSnapFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java index b9518d0f3..c9b40335c 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java index 42c22a359..576eb1431 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/PrecisionFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/PrecisionFunctions.java index 7f7abae80..77ddaecfc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/PrecisionFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/PrecisionFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/PreparedGeometryFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/PreparedGeometryFunctions.java index f1a985f15..f311eda24 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/PreparedGeometryFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/PreparedGeometryFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java index 526dbd74c..3e6cba59e 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/SimplificationFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/SimplificationFunctions.java index b0ac6e966..94533b9bd 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/SimplificationFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/SimplificationFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/SnappingFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/SnappingFunctions.java index 611f87220..f4044a1e6 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/SnappingFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/SnappingFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/SortingFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/SortingFunctions.java index 1abe989b0..35165391e 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/SortingFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/SortingFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java index 414f10d55..9a1b80a7a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialPredicateFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialPredicateFunctions.java index 28aa66a7b..a4c5396ad 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialPredicateFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialPredicateFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/TestCaseGeometryFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/TestCaseGeometryFunctions.java index 93c1a8320..9e9ea9827 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/TestCaseGeometryFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/TestCaseGeometryFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/TriangleFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/TriangleFunctions.java index 3ee42a7cf..8d22a76b2 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/TriangleFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/TriangleFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/TriangulationFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/TriangulationFunctions.java index 7702c287d..15592b558 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/TriangulationFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/TriangulationFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java index 65d21cf18..192d133af 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/function/WriterFunctions.java b/modules/app/src/main/java/org/locationtech/jtstest/function/WriterFunctions.java index 21c87585c..f22fd6488 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/function/WriterFunctions.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/function/WriterFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/BaseGeometryFunction.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/BaseGeometryFunction.java index dfcf28e14..83ef994b8 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/BaseGeometryFunction.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/BaseGeometryFunction.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunction.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunction.java index c634bde0e..6f2ce7761 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunction.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunction.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionInvocation.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionInvocation.java index 35f587326..2597c6b02 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionInvocation.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionInvocation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionRegistry.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionRegistry.java index 8579cc2ea..3e971b5f3 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionRegistry.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionRegistry.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionUtil.java index 2eeebd093..f306f6226 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/GeometryFunctionUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/Metadata.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/Metadata.java index 4411da55a..a29535ff8 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/Metadata.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/Metadata.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/MetadataUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/MetadataUtil.java index 9cd26d2f3..0b27c66f0 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/MetadataUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/MetadataUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/StaticMethodGeometryFunction.java b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/StaticMethodGeometryFunction.java index bfea75019..73fd761c5 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/StaticMethodGeometryFunction.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/geomfunction/StaticMethodGeometryFunction.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/test/TestCase.java b/modules/app/src/main/java/org/locationtech/jtstest/test/TestCase.java index 56f994a99..15c176655 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/test/TestCase.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/test/TestCase.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/test/TestCaseList.java b/modules/app/src/main/java/org/locationtech/jtstest/test/TestCaseList.java index 81eb447d8..53df311bb 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/test/TestCaseList.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/test/TestCaseList.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/test/Testable.java b/modules/app/src/main/java/org/locationtech/jtstest/test/Testable.java index 425ac5c9f..7f41425d9 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/test/Testable.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/test/Testable.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppConstants.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppConstants.java index 630d29b48..f3fff1d8f 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppConstants.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppConstants.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppCursors.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppCursors.java index ce395e46b..66eeffd35 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppCursors.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppCursors.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppStrings.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppStrings.java index 17c0aaf11..d5002d18b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppStrings.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/AppStrings.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/BusyDialog.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/BusyDialog.java index a5b1ad805..9910f5362 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/BusyDialog.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/BusyDialog.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ColorControl.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ColorControl.java index 10c5960b1..dc1e3f783 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ColorControl.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ColorControl.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/CommandPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/CommandPanel.java index d5bb4e11c..0c5cbad79 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/CommandPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/CommandPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryDepiction.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryDepiction.java index 1e9cfcaf3..e98a35915 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryDepiction.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryDepiction.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryEditPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryEditPanel.java index 7ee1dae61..e3fb5b7ed 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryEditPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryEditPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java index 1a2f2dc83..c5ae341e0 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionTreePanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionTreePanel.java index 6ac5f6967..bad94ee84 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionTreePanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionTreePanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInputDialog.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInputDialog.java index 60450a9a4..8b18287d6 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInputDialog.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInputDialog.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInspectorDialog.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInspectorDialog.java index 0f776ab42..b63c6e388 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInspectorDialog.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryInspectorDialog.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryPopupMenu.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryPopupMenu.java index cf4af53d4..82d3ac3ac 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryPopupMenu.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryPopupMenu.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java index 3e77b0093..853e8b660 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreePanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreePanel.java index c9140a6ad..ce75f1426 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreePanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreePanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/IconLoader.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/IconLoader.java index 445fe24c0..07d2de6f2 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/IconLoader.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/IconLoader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InfoPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InfoPanel.java index 0a5834543..a80e2d04e 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InfoPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InfoPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InspectorPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InspectorPanel.java index b4054c53d..96ca6e20d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InspectorPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/InspectorPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder.java index a3ff272ef..00c4fe0b3 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -193,4 +193,4 @@ public class JTSTestBuilder } } -} \ No newline at end of file +} diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderFrame.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderFrame.java index 30467a36a..b04f8e8aa 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderFrame.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderFrame.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderMenuBar.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderMenuBar.java index c8aadf905..b3b71b46c 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderMenuBar.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderMenuBar.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderToolBar.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderToolBar.java index fa870c09d..65fbf24e7 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderToolBar.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilderToolBar.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder_AboutBox.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder_AboutBox.java index f12b45451..4b66fa7ed 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder_AboutBox.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/JTSTestBuilder_AboutBox.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerListPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerListPanel.java index 7e7be49d1..bb6b7d04b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerListPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerListPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java index 8756c1f9d..15327bedc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LoadTestCasesDialog.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LoadTestCasesDialog.java index ff9ba420b..1748f942a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LoadTestCasesDialog.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LoadTestCasesDialog.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelDialog.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelDialog.java index 62caf2452..8767f8b98 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelDialog.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelDialog.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelPanel.java index 3582934eb..767890eea 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/PrecisionModelPanel.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/RelatePanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/RelatePanel.java index 51e7d3530..a31abb87a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/RelatePanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/RelatePanel.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultValuePanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultValuePanel.java index 51186b8d5..f38d18346 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultValuePanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultValuePanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultWKTPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultWKTPanel.java index 56cfeb2f6..91bf75ed7 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultWKTPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ResultWKTPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ScalarFunctionPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ScalarFunctionPanel.java index b2b6d0060..6aeb2ae27 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ScalarFunctionPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ScalarFunctionPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java index 5cdca6993..e6cc3a547 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/StatsPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/StatsPanel.java index d5b140a12..31d32b565 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/StatsPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/StatsPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestBuilderPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestBuilderPanel.java index c22e838c4..269b68c50 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestBuilderPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestBuilderPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCasePanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCasePanel.java index ad70cf38f..7d3c94b91 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCasePanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCasePanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCaseTextDialog.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCaseTextDialog.java index 70f296503..cf2b96701 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCaseTextDialog.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestCaseTextDialog.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java index add7b4507..1ee60ff4b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ValidPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ValidPanel.java index 57a5b9977..dcf71d6bc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ValidPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ValidPanel.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/WKTPanel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/WKTPanel.java index d907eaef2..1c84ee0f2 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/WKTPanel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/WKTPanel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/CommandController.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/CommandController.java index 1004d343c..1465ebd76 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/CommandController.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/CommandController.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/JTSTestBuilderController.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/JTSTestBuilderController.java index 69c4f6e68..9fe00b066 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/JTSTestBuilderController.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/JTSTestBuilderController.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/ResultController.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/ResultController.java index ca9d06946..eb4f8e3d8 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/ResultController.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/ResultController.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionEvent.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionEvent.java index cc826c32f..ea7c94a1d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionEvent.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionEvent.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionListener.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionListener.java index 7f534f488..0d1a084e8 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionListener.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/GeometryFunctionListener.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelEvent.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelEvent.java index c896dc7c1..c85513ffd 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelEvent.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelEvent.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelListener.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelListener.java index a0794c5f8..63f93430a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelListener.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/SpatialFunctionPanelListener.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelEvent.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelEvent.java index 7e7630963..5343bfacd 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelEvent.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelEvent.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelListener.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelListener.java index 9ad05329e..f508e7029 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelListener.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/event/ValidPanelListener.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java index 0fc0b7066..9306038a5 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java index a58f23585..7c7d8755e 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ConstrainedInteriorPoint.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ConstrainedInteriorPoint.java index d9b595d34..1e0b0817f 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ConstrainedInteriorPoint.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ConstrainedInteriorPoint.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/EnvelopeUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/EnvelopeUtil.java index 1b7bec013..d5ebefadf 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/EnvelopeUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/EnvelopeUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java index 516374781..a892bb68d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryBoxDeleter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryBoxDeleter.java index 591d28a44..095254611 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryBoxDeleter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryBoxDeleter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryCombiner.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryCombiner.java index 87cdec158..1d97d5778 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryCombiner.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryCombiner.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryLocation.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryLocation.java index d27d230d2..2ee283bab 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryLocation.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryLocation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryPointLocater.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryPointLocater.java index cf94eb59f..88ca49c9b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryPointLocater.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryPointLocater.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryUtil.java index 25eb166d3..854b8c23a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexDeleter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexDeleter.java index eb425a9e8..e7d1e22ff 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexDeleter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexDeleter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexInserter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexInserter.java index 1ae419d29..cc5e704f2 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexInserter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexInserter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexMover.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexMover.java index 9edf2b8b9..7a0241d13 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexMover.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/GeometryVertexMover.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/NearestPointFinder.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/NearestPointFinder.java index e714b8f5a..65f4045f4 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/NearestPointFinder.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/NearestPointFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/VertexLocater.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/VertexLocater.java index 43c383399..9ed6f4719 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/VertexLocater.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/VertexLocater.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/HtmlWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/HtmlWriter.java index adc5bc2b5..2c25a4dab 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/HtmlWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/HtmlWriter.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/JavaTestWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/JavaTestWriter.java index 3cb6c3f28..da20d0cf5 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/JavaTestWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/JavaTestWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/PNGWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/PNGWriter.java index f94c0c6ad..26636473e 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/PNGWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/PNGWriter.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/SVGTestWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/SVGTestWriter.java index 2f2d9882e..8b743daee 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/SVGTestWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/SVGTestWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/TestWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/TestWriter.java index 75f49d516..a3436eb6a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/TestWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/TestWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/XMLTestWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/XMLTestWriter.java index 931bb5523..c382215aa 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/XMLTestWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/XMLTestWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/EndianDataInputStream.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/EndianDataInputStream.java index 8f2a29f20..b0a768ba6 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/EndianDataInputStream.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/EndianDataInputStream.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/InvalidShapefileException.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/InvalidShapefileException.java index a262a054f..543ef9bfd 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/InvalidShapefileException.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/InvalidShapefileException.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiLineHandler.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiLineHandler.java index b5e0fc08e..5eca01fb3 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiLineHandler.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiLineHandler.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiPointHandler.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiPointHandler.java index af811100b..a46dd07fa 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiPointHandler.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/MultiPointHandler.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PointHandler.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PointHandler.java index 6c75d38e7..0658171d1 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PointHandler.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PointHandler.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PolygonHandler.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PolygonHandler.java index 8dff808ec..ee6e05927 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PolygonHandler.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/PolygonHandler.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeHandler.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeHandler.java index 1a94541c6..f4075a7cc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeHandler.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeHandler.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeTypeNotSupportedException.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeTypeNotSupportedException.java index df65831fc..c9429887a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeTypeNotSupportedException.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapeTypeNotSupportedException.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -21,4 +21,4 @@ public class ShapeTypeNotSupportedException extends ShapefileException{ public ShapeTypeNotSupportedException(String s){ super(s); } -} \ No newline at end of file +} diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/Shapefile.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/Shapefile.java index a452da272..ebb9a58b3 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/Shapefile.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/Shapefile.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileException.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileException.java index d5553f1f0..892380a2a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileException.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileException.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileHeader.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileHeader.java index 4707e0510..cf9523765 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileHeader.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/ShapefileHeader.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/DisplayParameters.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/DisplayParameters.java index 99139f5ea..b9cacb6d3 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/DisplayParameters.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/DisplayParameters.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryContainer.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryContainer.java index 657bea262..4546cca74 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryContainer.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryContainer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java index 7ad102810..52df5704f 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEvent.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEvent.java index 06e823887..74671fb9a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEvent.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEvent.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryListener.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryListener.java index 02d15cd76..102dc06e7 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryListener.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryListener.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryStretcherView.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryStretcherView.java index 5af36e384..85d440fbd 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryStretcherView.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryStretcherView.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryType.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryType.java index d42b8df97..2b71d8b1c 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryType.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryType.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/IndexedGeometryContainer.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/IndexedGeometryContainer.java index e9de3ebac..f9002a8e0 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/IndexedGeometryContainer.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/IndexedGeometryContainer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/Layer.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/Layer.java index 29ffd7078..bc695b9f4 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/Layer.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/Layer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/LayerList.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/LayerList.java index 07aee1080..26f1759ef 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/LayerList.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/LayerList.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/ResultGeometryContainer.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/ResultGeometryContainer.java index e1ad07237..03fce6120 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/ResultGeometryContainer.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/ResultGeometryContainer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/StaticGeometryContainer.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/StaticGeometryContainer.java index 656d52eb0..6a96f44ec 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/StaticGeometryContainer.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/StaticGeometryContainer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java index 80ca3a250..2199caf90 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java index b573aaab7..0f8a6c66f 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestModel.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestModel.java index 86ea5cd4a..45291a782 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestModel.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestModel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestRunnerTestCaseAdapter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestRunnerTestCaseAdapter.java index 837d565dd..ba4be877a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestRunnerTestCaseAdapter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestRunnerTestCaseAdapter.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/GeometryVerticesMover.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/GeometryVerticesMover.java index 62d53a540..a2854021d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/GeometryVerticesMover.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/GeometryVerticesMover.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertex.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertex.java index a65e5d070..763fdf1dc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertex.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertex.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertexFinder.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertexFinder.java index 7da010f39..121278cb2 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertexFinder.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertexFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java index e7c1d529f..80416567f 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ClipImage.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ClipImage.java index c9df7a9bc..bb1bc76c6 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ClipImage.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ClipImage.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ColorUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ColorUtil.java index b5a86db7d..f4f1a0fc3 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ColorUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ColorUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryLocationsWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryLocationsWriter.java index 115df9a4f..d5ccfb164 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryLocationsWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryLocationsWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryTransferable.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryTransferable.java index 51954195f..9cd038492 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryTransferable.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GeometryTransferable.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GraphicsUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GraphicsUtil.java index 5012dfdbd..f89ef1e09 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GraphicsUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/GraphicsUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ImageUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ImageUtil.java index 8902b0269..844ecf70b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ImageUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/ImageUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingUtil.java index 568327833..a3564507b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingWorker.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingWorker.java index 409bfbd2c..9836018be 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingWorker.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/SwingWorker.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/Viewport.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/Viewport.java index a1f0ddadc..fe735b40d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/Viewport.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/Viewport.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/dnd/FileDrop.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/dnd/FileDrop.java index 8232f45f9..7d56073a7 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/dnd/FileDrop.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/dnd/FileDrop.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -602,4 +602,4 @@ public class FileDrop public abstract void filesDropped( java.io.File[] files ); } // end inner-interface Listener -} // end class FileDrop \ No newline at end of file +} // end class FileDrop diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/DrawingGrid.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/DrawingGrid.java index 5de9dfcb6..4613b0381 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/DrawingGrid.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/DrawingGrid.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GeometryPainter.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GeometryPainter.java index 20566b813..d92e746a7 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GeometryPainter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GeometryPainter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GridElement.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GridElement.java index f8183a517..73546ebe5 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GridElement.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/GridElement.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LayerRenderer.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LayerRenderer.java index 91ed5a542..1eed665d0 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LayerRenderer.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LayerRenderer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LegendElement.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LegendElement.java index db2fba83f..eba3bc21c 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LegendElement.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/LegendElement.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/OperationMonitorManager.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/OperationMonitorManager.java index 48a7c4165..2d6103365 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/OperationMonitorManager.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/OperationMonitorManager.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/RenderManager.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/RenderManager.java index 1ed0b2014..5a88adb8a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/RenderManager.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/RenderManager.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/Renderer.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/Renderer.java index 63a727c1d..487730453 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/Renderer.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/Renderer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/TitleElement.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/TitleElement.java index c905fa9eb..1943d23ec 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/TitleElement.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/TitleElement.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/ViewStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/ViewStyle.java index 1120d007c..2faa4454d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/ViewStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/ViewStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/AWTUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/AWTUtil.java index 811d9c008..f23ac155c 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/AWTUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/AWTUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowLineEndStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowLineEndStyle.java index 36c33023b..36c090efc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowLineEndStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowLineEndStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowSegmentStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowSegmentStyle.java index a6d94e39b..f31147751 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowSegmentStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ArrowSegmentStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/BasicStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/BasicStyle.java index f472a4705..1082af7fe 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/BasicStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/BasicStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/CircleLineEndStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/CircleLineEndStyle.java index 2b8ae9663..056ac2002 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/CircleLineEndStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/CircleLineEndStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ComponentStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ComponentStyle.java index 61e71aed1..327f8f035 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ComponentStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/ComponentStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/DataLabelStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/DataLabelStyle.java index 9cd4c6263..98ca001dc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/DataLabelStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/DataLabelStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LayerStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LayerStyle.java index 6ee4d2eb4..9ec3c23ec 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LayerStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LayerStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineEndStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineEndStyle.java index 087b42e29..167af96b4 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineEndStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineEndStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineStringStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineStringStyle.java index d7775181e..4ad7adb15 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineStringStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/LineStringStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/MidArrowLineStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/MidArrowLineStyle.java index 28d47783f..3f5585382 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/MidArrowLineStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/MidArrowLineStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/PolygonStructureStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/PolygonStructureStyle.java index f30f4f640..6d61f32aa 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/PolygonStructureStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/PolygonStructureStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentIndexStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentIndexStyle.java index 2bc617e33..bf866738b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentIndexStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentIndexStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentStyle.java index 40c060857..f295708fb 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/SegmentStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/Style.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/Style.java index 60a8a9abc..0b2c904b9 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/Style.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/Style.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/StyleList.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/StyleList.java index 602afb30c..fe6926f40 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/StyleList.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/StyleList.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -123,4 +123,4 @@ class StyleEntry } public Style getStyle() { return style; } -} \ No newline at end of file +} diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexLabelStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexLabelStyle.java index 8951f9746..86fa274ef 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexLabelStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexLabelStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexStyle.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexStyle.java index 6fa581daf..d852f58ce 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexStyle.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/VertexStyle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractDrawTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractDrawTool.java index a53124646..5026e8df6 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractDrawTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractDrawTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractStreamDrawTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractStreamDrawTool.java index 9a26abe3d..6d8ea3c52 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractStreamDrawTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/AbstractStreamDrawTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BasicTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BasicTool.java index 7a7ad7f6c..a9fc4a7ac 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BasicTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BasicTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java index f598d5f02..6bf54b235 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/DeleteVertexTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/DeleteVertexTool.java index 1d5ed577e..1b5df208b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/DeleteVertexTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/DeleteVertexTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/EditVertexTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/EditVertexTool.java index 5ba52e9f6..107ed91c1 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/EditVertexTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/EditVertexTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ExtractComponentTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ExtractComponentTool.java index a61d2281e..3323718f5 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ExtractComponentTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ExtractComponentTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/IndicatorTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/IndicatorTool.java index ba19d24ce..fd819839c 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/IndicatorTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/IndicatorTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/InfoTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/InfoTool.java index a2c43fb83..38989c992 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/InfoTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/InfoTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java index 5a9ccc346..94fc71765 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineStringTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineStringTool.java index 743b2a885..f7b1da363 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineStringTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineStringTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PanTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PanTool.java index 4381825a8..96ef44d9a 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PanTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PanTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PointTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PointTool.java index 3ec41e79d..c5228e2d9 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PointTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PointTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PolygonTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PolygonTool.java index df04676ff..5f93bc4ba 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PolygonTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/PolygonTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/RectangleTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/RectangleTool.java index d85292cc0..8f2889810 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/RectangleTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/RectangleTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/StreamPolygonTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/StreamPolygonTool.java index ab305d0fc..ed0a3f373 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/StreamPolygonTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/StreamPolygonTool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/Tool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/Tool.java index 2501b7bd3..c2f353000 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/Tool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/Tool.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ZoomTool.java b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ZoomTool.java index 5b8b42790..120af5afa 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ZoomTool.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/ZoomTool.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java index d6b661af1..8bc7c8d8d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/CommandRunner.java b/modules/app/src/main/java/org/locationtech/jtstest/util/CommandRunner.java index a8d090e36..b243ab621 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/CommandRunner.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/CommandRunner.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/ExceptionFormatter.java b/modules/app/src/main/java/org/locationtech/jtstest/util/ExceptionFormatter.java index 5aa193aa2..b043ea8eb 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/ExceptionFormatter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/ExceptionFormatter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/FileUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/util/FileUtil.java index 2e76ae8c8..4e39c311b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/FileUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/FileUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryDataUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryDataUtil.java index 31cd89f16..1251a8f1d 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryDataUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryDataUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryTextCleaner.java b/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryTextCleaner.java index 54f9a6bfe..8188eb4ac 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryTextCleaner.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/GeometryTextCleaner.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/HSBPalette.java b/modules/app/src/main/java/org/locationtech/jtstest/util/HSBPalette.java index 45c2dbafe..2a9e5858b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/HSBPalette.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/HSBPalette.java @@ -83,4 +83,4 @@ public class HSBPalette { return ColorUtil.setAlpha(chsb, alpha); } -} \ No newline at end of file +} diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/StreamGrabber.java b/modules/app/src/main/java/org/locationtech/jtstest/util/StreamGrabber.java index 82e24449b..3ffa42742 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/StreamGrabber.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/StreamGrabber.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/io/GeoJsonMultiReader.java b/modules/app/src/main/java/org/locationtech/jtstest/util/io/GeoJsonMultiReader.java index 0c06f3ef7..91670116b 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/io/GeoJsonMultiReader.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/io/GeoJsonMultiReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/io/IOUtil.java b/modules/app/src/main/java/org/locationtech/jtstest/util/io/IOUtil.java index 2593d57c5..476a610bc 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/io/IOUtil.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/io/IOUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java b/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java index cbdea39e3..c01c97bde 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -93,4 +93,4 @@ public class MultiFormatBufferedReader return geomFact.createGeometryCollection(GeometryFactory.toGeometryArray(geomList)); } -} \ No newline at end of file +} diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatReader.java b/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatReader.java index 0949b3a89..3adc41bd5 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatReader.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -140,4 +140,4 @@ public class MultiFormatReader // ex.printStackTrace(); } } -} \ No newline at end of file +} diff --git a/modules/app/src/main/java/org/locationtech/jtstest/util/io/SVGWriter.java b/modules/app/src/main/java/org/locationtech/jtstest/util/io/SVGWriter.java index 3be1f70a2..7b2c931e4 100644 --- a/modules/app/src/main/java/org/locationtech/jtstest/util/io/SVGWriter.java +++ b/modules/app/src/main/java/org/locationtech/jtstest/util/io/SVGWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/BinaryGeomFunction.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/BinaryGeomFunction.png index fddc9fec861ca1209b5494772d5516a58680274d..9f517eb7cdf922cd0f12aa273880273e568b0df7 100644 GIT binary patch delta 9 QcmbQjK9zmL6lO*)01t-(iU0rr delta 7 OcmbQrK81b56lMSle*%91 diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/BinaryGeomFunctionWithParam.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/BinaryGeomFunctionWithParam.png index 28ba1e7311c92f1ffe3758b620ef0ed2fa292149..c4b2d6cea6c16615fd1d39948b06cd7251ee5c8a 100644 GIT binary patch delta 8 PcmZ3>xQ=ncT1GAa4dVi) delta 6 NcmZ3-xR!CkS^x;60-FE; diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Circle.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Circle.gif index 7bc913e69258dbe8cf552b03d9d63839039198c0..cd5def24186f01e6e1255a25cbb46aed1fb4e2db 100644 GIT binary patch delta 9 QcmaFD{*-;g6J|y(02RjrdH?_b delta 7 OcmaFL{)BzQ6J`Jo-ve&| diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Copy.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Copy.png index fb9d13d0d6edf3522392da01784a34ca1ddb2110..b6d5c940395ecfbe16710a05932d9919722ae313 100644 GIT binary patch delta 9 Qcmcb`cAITO6f+|i021*6+5i9m delta 7 Ocmcc3c8hI86f*z~NdnIR diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/CopyCase.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/CopyCase.png index 7cde6888a24ec61488ab79e8cde8f149878d1fa2..4f0604a03412794fa75c71092d8f36ffe4b86605 100644 GIT binary patch delta 9 Qcmcb@c9m^I2s0xW01|lu$N&HU delta 7 Ocmcc0c7<(22r~c-^#Z*B diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/CopyToTest.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/CopyToTest.png index e6111c13ddad93dd0e41714c65407cda9c07ef0e..73efa7c142c85bed0c73113f56817c74072d6c9c 100644 GIT binary patch delta 8 PcmdnNxRY_h4n{5j4xR$X delta 6 NcmdnVxPx)R4gd)p0=xhK diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Cut.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Cut.gif index 50ca3a2ec565ec88169f14c1b8c36739101b6b99..a0d2f12ec3c99954d62476e40d6d0a241a6268e2 100644 GIT binary patch delta 9 QcmaFD_LOZy3Ns@Y028?a_y7O^ delta 7 OcmaFL_JnOi3Nru=)dKAR diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Delete.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Delete.png index 6387f3d1ae088e1b0bbc343e22cbcbf023f6fa0c..2b6463f88d7d1f048f01be8f55cf2c64fe760cbb 100644 GIT binary patch delta 9 QcmaFC^pa^q1|uUE029js`Tzg` delta 7 OcmaFK^nz(a1|t9s;{xvh diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DeleteVertex.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DeleteVertex.png index fecd6102ca0ebe527ad4e10b7d8ebc4bd664e3aa..b44306a01cb3e48b58fa13ea9ee092c2126bffae 100644 GIT binary patch delta 8 PcmX@kc!F`laYilx51j(^ delta 6 NcmX@Xc${&2<4X^^8 delta 6 NcmZ3@xQcPYDgX$A0+Ij# diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Down.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Down.png index c58a80e0a43a9e181742359f0db8aafce344f3c5..9d67b841535310b741f29bb1465276a3732e7188 100644 GIT binary patch delta 9 QcmX@eeu#a;L1soS022!X5dZ)H delta 7 OcmX@aevo~`L1q99^#cX~ diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Draw.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Draw.gif index 8c1b37a6d14d11731cf5dbf15e2f22cb484ae9a0..da7b774137e83d6cb5c67669df70883d4e436fdf 100644 GIT binary patch delta 9 QcmdnVzKeasPG&|f01|5g`2YX_ delta 7 OcmdnRzLR~!PG$fMg#zvX diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawCursor.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawCursor.png index 110de4b6faec4fe1ecb851231913dcbe061a9f3b..76052a6e0ee22ef9f6dd52212e51c02eef6c0a58 100644 GIT binary patch delta 9 Qcmcb^ewTg29cD%@02L<#VgLXD delta 7 Ocmcc1eusU-9cBOyZv$5V diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLineString.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLineString.png index ba15b2ebf37584d51a05fbb71376bdf0dfcb5b24..3ad27529898fa965df401dd2a387ab949d6eb258 100644 GIT binary patch delta 9 QcmbQjK9zmL6lO*)01t-(iU0rr delta 7 OcmbQrK81b56lMSle*%91 diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLineStringB.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLineStringB.png index 5e51e1dff3aee4ab46698489eaff389d8c7b9490..6c9079859ee9e3f9e71fc34c6ed12a10bb274b62 100644 GIT binary patch delta 8 PcmZ3*xSDaoDn>2<4X^^8 delta 6 NcmZ3@xQcPYDgX$A0+Ij# diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLinearRing.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLinearRing.png index 224cf9813f8de739226b2c7c84871983ef76918e..4c746edfbe730327cd2b665cec41271f3782f572 100644 GIT binary patch delta 8 Pcmcc2c!hDoWkxOl5NQJ# delta 6 Ncmcb@c$sm+WdI6A0}TKG diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLinearRingB.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawLinearRingB.png index 8eda372ad0e98ee98e44c50e3e26bd66dea85499..47d40e5a3efc0216bdceaa0bc40f278a3234fe6c 100644 GIT binary patch delta 8 Pcmeyz_@8mYKSnM96GQ`< delta 6 Ncmey*_>XbIKL89K1C9Uy diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPoint.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPoint.gif index 22c654f73abdd5d746e55adf36bbef235f495475..d5fdb8741ee344a212ca5afd8d3ee5b978e20b8d 100644 GIT binary patch delta 9 QcmeBX?_uB2&CJLJ01ndvZvX%Q delta 7 OcmeBS?`Gf7%?tnv0Rm(I diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPoint.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPoint.png index f04f968ecb01695d1d7aeb8728318b1682d82b46..b4591d8ff1e1532da337332e4d6c1829e5c81a65 100644 GIT binary patch delta 9 QcmeBW?_=N4%go3H01o>CbpQYW delta 7 OcmeBU?`7Z6%M1Vt9Rg|q diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPointB.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPointB.png index 801d8beb1205a4752a391f7f9a9f4fa13a9cdd62..2ea5bb338336a9a107173673eebff05740f4dc3e 100644 GIT binary patch delta 8 PcmZ3?xP)=SVn!|i4LJgc delta 6 NcmZ3&xR`OmVgLv=0(}4g diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPolygon.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPolygon.png index 66b65dadb4bc852b6215db13b6f29f2ef2bedb47..7c409a6648c42397990fb3cb32fb907a4d948b7b 100644 GIT binary patch delta 9 QcmdnPzL$N&9%e=^01~GI0ssI2 delta 7 OcmdnXzK4Co9%cXxuLAb~ diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPolygonB.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawPolygonB.png index c14e69aaca84c375af71b89f5e6233f1247e9750..ec4985893459416f62ee18197c9956208b263e79 100644 GIT binary patch delta 8 Pcmcc0c#UzwRYooV5Q_sI delta 6 Ncmcb{c$IO&RR9WG0}}uM diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawRectangle.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawRectangle.png index adddefeb85d32d805b097ec896c2c6f5794d20bf..50c20f630bd1b0a11816b9f3c30bf8652200517d 100644 GIT binary patch delta 9 QcmbQrK8=0DRAxpl01ul2jQ{`u delta 7 OcmbQnK9zmLRAvAQjRJxI diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawRectangleB.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/DrawRectangleB.png index 3ebb47f3e54195638af3aceb647b8bbe7164a782..f6da77d0ef4bc1c6b2ca10402bcffec8f945ea74 100644 GIT binary patch delta 8 PcmZ3-xSnysIz}!44fF!3 delta 6 NcmZ3_xQ=ncIsgc+0-gW> diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ExchangeGeoms.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ExchangeGeoms.png index e61ea9ce27d7370a207b6708a52686641e56c15d..ff9158a643f78395512bbf525e29f870e0b98814 100644 GIT binary patch delta 9 QcmX@eeu#a;L1soS022!X5dZ)H delta 7 OcmX@aevo~`L1q99^#cX~ diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Execute.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Execute.png index 36e929eeea98bb4cbe187f81ffd2370079b98b4f..c5e60b9c575beddc6503299ba0d1a7be4125dade 100644 GIT binary patch delta 8 PcmaFB_>ghJ14b?Y5k><) delta 6 NcmaFJ_<(W30{{xt12g~t diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ExecuteProject.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ExecuteProject.gif index db9c41b5ac6e5b99e73c107d3e31d59ddb312412..ec459e344527d2f2399fe1574725e6b441d6128a 100644 GIT binary patch delta 8 Pcmey#_=|DEPev{P67K_w delta 6 Ncmeyx_>*zMPXG(&1AhPj diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Expand-Down.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Expand-Down.png index 5f361057d463d19d32fcb01e89153095ed1fccc2..ce60b3acea4edd1424abcaa11393676296230d3f 100644 GIT binary patch delta 8 Pcmcc4c!P1mbw(}#5Um3w delta 6 Ncmcb?c%5;=bpQ%+0~r7S diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ExtractComponent.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ExtractComponent.png index aa74f9b59b4df9eff0013a10b98147ee17df8e23..77ec314fc24b1665b689d93b74b36ca04b14c0f5 100644 GIT binary patch delta 9 QcmX@Wevo~`0cJ)n0222D4gdfE delta 7 OcmX@eet><$0cHRU=K})( diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/FingerUp.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/FingerUp.gif index 7e1e70b9add6f7ec468db906ec590ceb25a0495d..f745f392582c01c21f2b6df55ec91f5bfa296471 100644 GIT binary patch delta 9 QcmaFK`igbKOD0Ax02T}bga7~l delta 7 OcmaFG`jU0SOC|sh5CeGt diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Hand.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Hand.gif index 811da8892095bcb326974fbb2ccc73e923c5553a..7b7dec890988aa6e512a1d6ae6b01813a64b8e27 100644 GIT binary patch delta 9 QcmbQuK8Jn7Y-UC-01y)bp8x;= delta 7 OcmbQkKAU~RY-Ruo;R2KZ diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Home.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Home.gif index dca0f29ab4206b89fa69c6ba5b7c11cc8898da47..b49985fc0c112cdca96cc2269538dabbbb1c4b13 100644 GIT binary patch delta 9 QcmaFO{)TytLO8^Tu15W?| diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_LinearRing.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_LinearRing.png index 67006c5803ac58b2e28af90ee88d7ee0ae6707cd..e20c01815512cb7e3038b3d358c635920e93322e 100644 GIT binary patch delta 8 PcmdnSxSesrHbyQ04txT^ delta 6 NcmdnaxQ%hbHUJ3*0=57E diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_LinearRing_B.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_LinearRing_B.png index cf9915e3b34eef25f72478350fd86351b8f0484a..708598dc516ac78f591307a4f5a5fe26582a800d 100644 GIT binary patch delta 8 Pcmdnbcz|)jenu_;4;2F3 delta 6 NcmX@WxSw&tegFw+0?_~f diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_Point.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_Point.png index 0b0f8987c6d1d1a38cb59039b1e5223caf38e350..af9f1d27cae6dbeaa4a358e9b6d944a0e40bd75e 100644 GIT binary patch delta 8 PcmdnOxRr6j7Dg@r4q5`c delta 6 NcmdnWxP@`T761tF0Cw delta 6 NcmdnSxRr6jRsab50uCT diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_Polygon_B.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Icon_Polygon_B.png index 4c85246c45c55961e56c4bf1a39e74cecdc1b7f2..d994bc5ce7753f8c37d59268d7c03b9ec0c7cb90 100644 GIT binary patch delta 8 PcmX@ec!+VrK}IeB4>tnh delta 6 NcmX@ac#v_zK>!JV0@nZl diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Info.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Info.png index 0651ca5ff559cb93cadcfd5beae0d7a04a491ce1..86579bd203c101678787401f61d487252c9dee39 100644 GIT binary patch delta 8 Pcmcb|c%N~?Jw`475hMdS delta 6 Ncmcc5c#mT<02Ai}G5`Po delta 7 OcmX@heujO+8D;Z(-li%*@CI01h((R{#J2 delta 7 OcmZo+Z)V@n%nSetkpfHr diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Plus_small.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Plus_small.png index ad74586aef6b43c2e66bfa0f21a862c071ecb8cd..d8c236e313f163a2098695bbb4d8d26cbe1832ed 100644 GIT binary patch delta 9 QcmbQvH-m43I6EU301hz%B>(^b delta 7 OcmbQiH=S>TI6D9d^8y+G diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Right.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Right.png index 508c09b467a5ea94a85c2895a8a1e26e188feb57..09d6d715c06e47fc4391053733ace71c7c95d815 100644 GIT binary patch delta 9 QcmX@gevEy?QD#Oi025mS9RL6T delta 7 OcmX@cew2N~QDy)QEdvq& diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/SaveImage.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/SaveImage.png index aa39305deafcc848e23c1927f41cc86e3128e4d1..b5817bba427e845ea3581923ac47ed5ae7621cba 100644 GIT binary patch delta 9 QcmZ3=yo`CnQbtBD01%x5vj6}9 delta 7 OcmZ3+yp(yvQbqs^LjtG( diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Select.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Select.gif index c5bd8eaa236bf07efd6b439cea36f920c64f6df2..942005cd8981f99e2661613d69e30a6b43a5af5b 100644 GIT binary patch delta 9 QcmbQsK97CFTxLct01!I@r2qf` delta 7 OcmbQoK9_yNTxI|Y{Q{Z* diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/UnaryGeomFunction.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/UnaryGeomFunction.png index f41270f8d4c205ae716c70f707d772ec8de07b7e..5339e39d4012b1981b4d46587ff9e448f2ee4bd4 100644 GIT binary patch delta 9 QcmeBV?_%H3$;`+F01m4HX#fBK delta 7 OcmeBT?_}T5$qWDqpnKM*s_t17`pL diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Up.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/Up.png index e2bfeb3e16a75711c4d35d2ed2e704beefba2d72..3b09f2142146b0913631d233a16731d4a46901de 100644 GIT binary patch delta 9 QcmdnTzMp-=K4wNP020pw2mk;8 delta 7 OcmdnbzK?ywK4t(6%L4rX diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/YellowCircle.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/YellowCircle.gif index 46261fce3d596f41eb0140a9d768e4476707d526..eb1eaa49d84bcb87da93f1cd26f1eb144502e609 100644 GIT binary patch delta 9 Qcmcc3eusU-ZDvL;02LDhUjP6A delta 7 Ocmcb^ew%&6ZDs%tVFOeE diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomAll.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomAll.png index f6b1f347354243f5bce4c816b034230693b13ab2..fbf3d4e8c525bf4b3a3140050d08547810620682 100644 GIT binary patch delta 9 QcmZ3@zJ`6nYGy_*01;CH&j0`b delta 7 OcmZ3(zM6f*YGwcn!2-kp diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomInput.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomInput.png index 6b60b13e013b5ffe3b81b0417c9b7c8da5f6f344..2539a5e279bd6e01e409ba9b4196e5d1855cd3bf 100644 GIT binary patch delta 9 QcmbQuK8Jn7Y-UC-01y)bp8x;= delta 7 OcmbQkKAU~RY-Ruo;R2KZ diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomInputA.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomInputA.png index 97eba19ffb30d7408d400d82b0a8c2dd024329cd..d287ff90a3402cc0b3ff29a5acbe9505d8d9b3a7 100644 GIT binary patch delta 9 QcmeBU?`Pl8$IQqD01poWcmMzZ delta 7 OcmeBY?_=N4#|!`pD*|l* diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomInputB.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomInputB.png index 82bea06bfcf13f7c1afed0b96c7d7cf7a74d3906..a87023290589be443eba3528f2543e53946eb56c 100644 GIT binary patch delta 9 QcmeBU?`Pl8$IQqD01poWcmMzZ delta 7 OcmeBY?_=N4#|!`pD*|l* diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomOneToOne.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomOneToOne.png index 29d53f70b6d7214bfde1b2b26b173454e289b6ec..e26d004cd1b3adfd9b0bd638934694d89e12a922 100644 GIT binary patch delta 9 QcmZ3*zM6f*DrQD501-a|%m4rY delta 7 OcmZ3@zKVUrDrNu+vjV{Y diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomResult.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/ZoomResult.png index 7012bcce18f06ae3e2736aa25d7dd10eaf26684b..9a4d1c1c9565c11d06718a6c27f3fcb0d8e617af 100644 GIT binary patch delta 8 PcmbQmIGb_8EJiK>44?vS delta 6 NcmbQuIE!(@EC2`60%8CF diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/app-icon.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/app-icon.gif index b88500fddc22e14604e4b92471ed9f7be81891f2..7bd3e3af4f1eb2d07d9f7691fbbabdcd85e7225c 100644 GIT binary patch delta 9 QcmdnWzKwmuR%S*n01_Jl?EnA( delta 7 OcmdnSzLkB$R%QSUO#Q diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/logo64.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/logo64.png index d02b1a37b3c72aea9b8fb503da6b132df2e86196..e7de67088b1b6adde3b59cbaeeea02ec76e28457 100644 GIT binary patch delta 9 Qcmcc3bcbm}G$SJy020Rn(*OVf delta 7 Ocmcb^bem~IG$Q~FEds~@ diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/numGeomFunction.png b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/numGeomFunction.png index 1263edd6ff40474481e575c8b8446683e57ba979..09fad0626b5ac1563e92e78abaa119345ea07341 100644 GIT binary patch delta 8 PcmdnVxQlVZPDU;O4zB{r delta 6 NcmdnRxRY_hP5=of0>1zN diff --git a/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/tickShaded.gif b/modules/app/src/main/resources/org/locationtech/jtstest/testbuilder/tickShaded.gif index 30844e85ed7ff3258ea13092be3687ae5e49887d..1b6f9cfd9ace6ee7c43938cb62900520c1634838 100644 GIT binary patch delta 9 QcmaFE_Lgl!4l^Sc02EmR5C8xG delta 7 OcmaFM_J(ak4l@7_MFRx@ diff --git a/modules/app/src/test/java/org/locationtech/jtstest/TestBuilderTest.java b/modules/app/src/test/java/org/locationtech/jtstest/TestBuilderTest.java index bc0697c1e..139b03698 100644 --- a/modules/app/src/test/java/org/locationtech/jtstest/TestBuilderTest.java +++ b/modules/app/src/test/java/org/locationtech/jtstest/TestBuilderTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/test/java/org/locationtech/jtstest/TestFileGeometryExtractor.java b/modules/app/src/test/java/org/locationtech/jtstest/TestFileGeometryExtractor.java index 9285b5155..9838da9fe 100644 --- a/modules/app/src/test/java/org/locationtech/jtstest/TestFileGeometryExtractor.java +++ b/modules/app/src/test/java/org/locationtech/jtstest/TestFileGeometryExtractor.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/app/src/test/java/org/locationtech/jtstest/TestReaderTest.java b/modules/app/src/test/java/org/locationtech/jtstest/TestReaderTest.java index ba2f70361..44799eb74 100644 --- a/modules/app/src/test/java/org/locationtech/jtstest/TestReaderTest.java +++ b/modules/app/src/test/java/org/locationtech/jtstest/TestReaderTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java b/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java index 44ac6b924..45ac5102d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java +++ b/modules/core/src/main/java/org/locationtech/jts/JTSVersion.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/Angle.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/Angle.java index f1263b92f..9bcb6b400 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/Angle.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/Angle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/Area.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/Area.java index 7ff12f7c7..f01261285 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/Area.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/Area.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/BoundaryNodeRule.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/BoundaryNodeRule.java index b669596ae..338860b01 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/BoundaryNodeRule.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/BoundaryNodeRule.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -192,4 +192,4 @@ public interface BoundaryNodeRule } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms.java index 16fe739f8..0eaa6153d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms3D.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms3D.java index b43adbb49..721fc9535 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms3D.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithms3D.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithmsDD.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithmsDD.java index 67fa5bde5..b5a330ca6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithmsDD.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/CGAlgorithmsDD.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/Centroid.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/Centroid.java index d8aa8558d..2041559a8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/Centroid.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/Centroid.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/ConvexHull.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/ConvexHull.java index 5a1715523..379ed19fb 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/ConvexHull.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/ConvexHull.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -506,4 +506,4 @@ public class ConvexHull } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/Distance.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/Distance.java index bdc7709bd..1aacad396 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/Distance.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/Distance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/HCoordinate.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/HCoordinate.java index 631325a57..905e674e0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/HCoordinate.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/HCoordinate.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -166,4 +166,4 @@ public class HCoordinate p.y = getY(); return p; } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPoint.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPoint.java index cc7b51d78..de6310ae7 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPoint.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPoint.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointArea.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointArea.java index 09e95c2db..0d76f0702 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointArea.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointArea.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointLine.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointLine.java index 1fc19056a..f5217b015 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointLine.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointLine.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointPoint.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointPoint.java index d8f0b1aa7..5c28814c4 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointPoint.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/InteriorPointPoint.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/Intersection.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/Intersection.java index 7264e6385..9cfe61413 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/Intersection.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/Intersection.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 martin Davis * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/Length.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/Length.java index 9857bd7dd..f18303dae 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/Length.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/Length.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/LineIntersector.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/LineIntersector.java index 64c038b05..4c461e5c3 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/LineIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/LineIntersector.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumBoundingCircle.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumBoundingCircle.java index bd1457f38..0f66b5328 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumBoundingCircle.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumBoundingCircle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -398,4 +398,4 @@ public class MinimumBoundingCircle } } - \ No newline at end of file + diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumDiameter.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumDiameter.java index 4c9db9083..072169356 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumDiameter.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/MinimumDiameter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/NotRepresentableException.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/NotRepresentableException.java index 63b6408f8..55abb4c04 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/NotRepresentableException.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/NotRepresentableException.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/Orientation.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/Orientation.java index ffbf9cef9..409f98439 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/Orientation.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/Orientation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocation.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocation.java index 3b2bc1475..48cfe9d58 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocation.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocator.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocator.java index d619e54f4..3e2f46946 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocator.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/PointLocator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/RayCrossingCounter.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/RayCrossingCounter.java index 69cda2a66..6cc128ab3 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/RayCrossingCounter.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/RayCrossingCounter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/RectangleLineIntersector.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/RectangleLineIntersector.java index 902407020..12e6f21e2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/RectangleLineIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/RectangleLineIntersector.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustDeterminant.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustDeterminant.java index d382e823a..96cbe0fbe 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustDeterminant.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustDeterminant.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustLineIntersector.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustLineIntersector.java index 9f8ed2a4f..d86cb24d9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustLineIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/RobustLineIntersector.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.java index 23683ecd2..6462764b3 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -397,4 +397,4 @@ public class LargestEmptyCircle { } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.java index 19ccb177c..8d6b1bde6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -332,4 +332,4 @@ public class MaximumInscribedCircle { } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.java index 774802bff..b1512d444 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DistanceToPoint.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DistanceToPoint.java index b76ee05f8..ee5f00e1c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DistanceToPoint.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/DistanceToPoint.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/PointPairDistance.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/PointPairDistance.java index 4728274d5..d3adef89f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/PointPairDistance.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/distance/PointPairDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.java index 0bb60251d..087d4ede5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.java index 3eefc6d27..f42f6b88a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.java index b52727506..fa367b075 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.java index e45d18a53..e6630e16b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.java index 31ffaed6a..74ecedc90 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasure.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasure.java index 42eed29cf..1fe1402ed 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasure.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasure.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.java index f6d34b85c..9f81993c5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/FontGlyphReader.java b/modules/core/src/main/java/org/locationtech/jts/awt/FontGlyphReader.java index 4cdadc5ec..48035a371 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/FontGlyphReader.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/FontGlyphReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/GeometryCollectionShape.java b/modules/core/src/main/java/org/locationtech/jts/awt/GeometryCollectionShape.java index d0a331bca..9cbaf8075 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/GeometryCollectionShape.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/GeometryCollectionShape.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/IdentityPointTransformation.java b/modules/core/src/main/java/org/locationtech/jts/awt/IdentityPointTransformation.java index 18fc12ffb..b562e9106 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/IdentityPointTransformation.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/IdentityPointTransformation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -28,4 +28,4 @@ implements PointTransformation { view.setLocation(model.x, model.y); } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/PointShapeFactory.java b/modules/core/src/main/java/org/locationtech/jts/awt/PointShapeFactory.java index 54a174634..2900c8756 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/PointShapeFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/PointShapeFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/PointTransformation.java b/modules/core/src/main/java/org/locationtech/jts/awt/PointTransformation.java index c439fc8d8..955d9d08f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/PointTransformation.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/PointTransformation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -32,4 +32,4 @@ public interface PointTransformation { * @param dest the destination Point */ public void transform(Coordinate src, Point2D dest); -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/PolygonShape.java b/modules/core/src/main/java/org/locationtech/jts/awt/PolygonShape.java index 9eb64be56..02defa32b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/PolygonShape.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/PolygonShape.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/ShapeCollectionPathIterator.java b/modules/core/src/main/java/org/locationtech/jts/awt/ShapeCollectionPathIterator.java index 0627faeb9..b9405e0a6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/ShapeCollectionPathIterator.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/ShapeCollectionPathIterator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/ShapeReader.java b/modules/core/src/main/java/org/locationtech/jts/awt/ShapeReader.java index 006d4c94f..a4a0d2b88 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/ShapeReader.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/ShapeReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/awt/ShapeWriter.java b/modules/core/src/main/java/org/locationtech/jts/awt/ShapeWriter.java index 0c1e86b0a..a63d76383 100644 --- a/modules/core/src/main/java/org/locationtech/jts/awt/ShapeWriter.java +++ b/modules/core/src/main/java/org/locationtech/jts/awt/ShapeWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/densify/Densifier.java b/modules/core/src/main/java/org/locationtech/jts/densify/Densifier.java index 24beb291c..02eb0ce49 100644 --- a/modules/core/src/main/java/org/locationtech/jts/densify/Densifier.java +++ b/modules/core/src/main/java/org/locationtech/jts/densify/Densifier.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -169,4 +169,4 @@ public class Densifier { } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveEdgeGraph.java b/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveEdgeGraph.java index bf9f9ea3b..aa7c1d776 100644 --- a/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveEdgeGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveEdgeGraph.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveHalfEdge.java b/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveHalfEdge.java index 86d9e12ec..868f86cb9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveHalfEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/dissolve/DissolveHalfEdge.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/dissolve/LineDissolver.java b/modules/core/src/main/java/org/locationtech/jts/dissolve/LineDissolver.java index e52112f4c..6baa3a94e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/dissolve/LineDissolver.java +++ b/modules/core/src/main/java/org/locationtech/jts/dissolve/LineDissolver.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraph.java b/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraph.java index 0c6bc81d0..a5649b9cc 100644 --- a/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraph.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraphBuilder.java b/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraphBuilder.java index 9558504b8..909c3cc2a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraphBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/edgegraph/EdgeGraphBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/edgegraph/HalfEdge.java b/modules/core/src/main/java/org/locationtech/jts/edgegraph/HalfEdge.java index add2ddcf7..f9f4200dc 100644 --- a/modules/core/src/main/java/org/locationtech/jts/edgegraph/HalfEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/edgegraph/HalfEdge.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/edgegraph/MarkHalfEdge.java b/modules/core/src/main/java/org/locationtech/jts/edgegraph/MarkHalfEdge.java index 2a7e57d4a..7e2466e79 100644 --- a/modules/core/src/main/java/org/locationtech/jts/edgegraph/MarkHalfEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/edgegraph/MarkHalfEdge.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Coordinate.java b/modules/core/src/main/java/org/locationtech/jts/geom/Coordinate.java index 6387fc1be..ee2e609b8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Coordinate.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Coordinate.java @@ -2,9 +2,9 @@ * Copyright (c) 2018 Vivid Solutions * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -530,4 +530,4 @@ public class Coordinate implements Comparable, Cloneable, Serializab } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateArrays.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateArrays.java index 9636b61ee..0a187cff4 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateArrays.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateArrays.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateFilter.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateFilter.java index f8c4adc91..137033557 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateFilter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateFilter.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateList.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateList.java index 384229ab3..d0fe5a938 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateList.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateList.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequence.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequence.java index 80b5eb674..e066847ff 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequence.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequence.java @@ -2,9 +2,9 @@ * Copyright (c) 2018 Vivid Solutions * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceComparator.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceComparator.java index 523e9eb8a..7205bc684 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceComparator.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceComparator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFactory.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFactory.java index 171045469..4227b62d1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -73,4 +73,4 @@ public interface CoordinateSequenceFactory default CoordinateSequence create(int size, int dimension, int measures) { return create(size, dimension); } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFilter.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFilter.java index 921e10a9f..7a054597b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFilter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequenceFilter.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequences.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequences.java index 658f01a86..186c609ed 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequences.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateSequences.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -355,4 +355,4 @@ public class CoordinateSequences { } } return -1; - }} \ No newline at end of file + }} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXY.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXY.java index d80d1c1b8..5f082971a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXY.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXY.java @@ -2,9 +2,9 @@ * Copyright (c) 2018 Vivid Solutions * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -123,4 +123,4 @@ public class CoordinateXY extends Coordinate { public String toString() { return "(" + x + ", " + y + ")"; } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYM.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYM.java index c4da26d0c..f3bbc13cc 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYM.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYM.java @@ -2,9 +2,9 @@ * Copyright (c) 2018 Vivid Solutions * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYZM.java b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYZM.java index e9f8ecbf2..3f6e85796 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYZM.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/CoordinateXYZM.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Coordinates.java b/modules/core/src/main/java/org/locationtech/jts/geom/Coordinates.java index 775e8df43..fe117ac0c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Coordinates.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Coordinates.java @@ -2,9 +2,9 @@ * Copyright (c) 2018 Contributors to the Eclipse Foundation * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Dimension.java b/modules/core/src/main/java/org/locationtech/jts/geom/Dimension.java index 54b2f4201..17500b961 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Dimension.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Dimension.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Envelope.java b/modules/core/src/main/java/org/locationtech/jts/geom/Envelope.java index e0ca3878d..6be77d090 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Envelope.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Envelope.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java b/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java index 95fc4d984..9aa1349c2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java index 5b873e30c..ff8b4127d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollectionIterator.java b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollectionIterator.java index b96e894ab..f702ddeef 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollectionIterator.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollectionIterator.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryComponentFilter.java b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryComponentFilter.java index fb6779be9..35a5deb19 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryComponentFilter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryComponentFilter.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java index aaa02b9b7..28bec7c79 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFilter.java b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFilter.java index 57689ca7c..823a8a72f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFilter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFilter.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/IntersectionMatrix.java b/modules/core/src/main/java/org/locationtech/jts/geom/IntersectionMatrix.java index 9182b78dd..65f850eee 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/IntersectionMatrix.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/IntersectionMatrix.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/LineSegment.java b/modules/core/src/main/java/org/locationtech/jts/geom/LineSegment.java index 94e384d7a..2f2526ec6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/LineSegment.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/LineSegment.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/LineString.java b/modules/core/src/main/java/org/locationtech/jts/geom/LineString.java index f2395d116..d44074f92 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/LineString.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/LineString.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Lineal.java b/modules/core/src/main/java/org/locationtech/jts/geom/Lineal.java index 0ea89d6d8..6ed1982ad 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Lineal.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Lineal.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/LinearRing.java b/modules/core/src/main/java/org/locationtech/jts/geom/LinearRing.java index 1c853cfc9..e4b7400fb 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/LinearRing.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/LinearRing.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Location.java b/modules/core/src/main/java/org/locationtech/jts/geom/Location.java index 6bc37f5d1..740dcb993 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Location.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Location.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/MultiLineString.java b/modules/core/src/main/java/org/locationtech/jts/geom/MultiLineString.java index 54566dc81..8c40bcef5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/MultiLineString.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/MultiLineString.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/MultiPoint.java b/modules/core/src/main/java/org/locationtech/jts/geom/MultiPoint.java index 4eaf32931..08e604cf0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/MultiPoint.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/MultiPoint.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java b/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java index 4220da021..fd7ef4dbb 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/OctagonalEnvelope.java b/modules/core/src/main/java/org/locationtech/jts/geom/OctagonalEnvelope.java index 5c4ce9d0c..0269aea3d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/OctagonalEnvelope.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/OctagonalEnvelope.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Point.java b/modules/core/src/main/java/org/locationtech/jts/geom/Point.java index 3020fa56a..9aa3408e6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Point.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Point.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Polygon.java b/modules/core/src/main/java/org/locationtech/jts/geom/Polygon.java index 57cd506d8..131c35efe 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Polygon.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Polygon.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Polygonal.java b/modules/core/src/main/java/org/locationtech/jts/geom/Polygonal.java index 1abee4851..3186d76d4 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Polygonal.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Polygonal.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java b/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java index 65b50b21c..b14fb13a6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Puntal.java b/modules/core/src/main/java/org/locationtech/jts/geom/Puntal.java index 13ee22bd4..cdd0e73c0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Puntal.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Puntal.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/TopologyException.java b/modules/core/src/main/java/org/locationtech/jts/geom/TopologyException.java index 6a986ba26..0f0f7f13a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/TopologyException.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/TopologyException.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/Triangle.java b/modules/core/src/main/java/org/locationtech/jts/geom/Triangle.java index 7d6d6c11f..89fcef12c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/Triangle.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/Triangle.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequence.java b/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequence.java index d6134d68a..6b1620165 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequence.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequence.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -382,4 +382,4 @@ public class CoordinateArraySequence return "()"; } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.java b/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.java index 3d20b3895..a0c7df5c1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -97,4 +97,4 @@ public final class CoordinateArraySequenceFactory return new CoordinateArraySequence(size, spatial+measures, measures); } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequence.java b/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequence.java index 0f9bf221a..611dd0502 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequence.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequence.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -594,4 +594,4 @@ public abstract class PackedCoordinateSequence } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.java b/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.java index 9bd46494e..d988aef08 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -198,4 +198,4 @@ public class PackedCoordinateSequenceFactory implements return new PackedCoordinateSequence.Float(size, dimension, measures); } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.java index 23cd30f72..06a9e2c71 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/BasicPreparedGeometry.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/BasicPreparedGeometry.java index b0350f711..dd2af14ec 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/BasicPreparedGeometry.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/BasicPreparedGeometry.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometry.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometry.java index 849b9be56..1055c87a0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometry.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometry.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometryFactory.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometryFactory.java index 0cd1d1f60..8fe7e2dfb 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometryFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedGeometryFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineString.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineString.java index 09ff995df..63d0e32c5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineString.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineString.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.java index 9a8f68be3..b0d3e435e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPoint.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPoint.java index 1a4963047..c234b8dab 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPoint.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPoint.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygon.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygon.java index 59d998228..01c2644a0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygon.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygon.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContains.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContains.java index 9c04c276a..b0a584d96 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContains.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContains.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.java index d899d7923..fffd03079 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonCovers.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonCovers.java index ebf60d126..4615b833b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonCovers.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonCovers.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.java index 134730e1d..b5edd57ab 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.java b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.java index 5f5fbb090..86f7769d6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformation.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformation.java index 336ed0d19..2b4fba47b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformation.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationBuilder.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationBuilder.java index 48b7a84c8..7373bd1e2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationFactory.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationFactory.java index ca52ffef4..786abc9db 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/AffineTransformationFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.java index 11076e094..908e248ac 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCollectionMapper.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCollectionMapper.java index 6ed6cf18c..5661c6a14 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCollectionMapper.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCollectionMapper.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCombiner.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCombiner.java index e1704acb3..eb683aba3 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCombiner.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryCombiner.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java index 29d562ee8..adc87801b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryExtracter.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryExtracter.java index 38c6afc22..c28721859 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryExtracter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryExtracter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryMapper.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryMapper.java index bb741e457..23642b0f4 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryMapper.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryMapper.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryTransformer.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryTransformer.java index f58658c41..ad7a7c952 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryTransformer.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryTransformer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/LineStringExtracter.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/LineStringExtracter.java index 090f415d7..df60ca127 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/LineStringExtracter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/LineStringExtracter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/LinearComponentExtracter.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/LinearComponentExtracter.java index 66eb2fbaf..8a04efab8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/LinearComponentExtracter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/LinearComponentExtracter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/NoninvertibleTransformationException.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/NoninvertibleTransformationException.java index f00f734d6..f8ca43f7f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/NoninvertibleTransformationException.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/NoninvertibleTransformationException.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/PointExtracter.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/PointExtracter.java index 0bc615763..0958e6722 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/PointExtracter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/PointExtracter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/PolygonExtracter.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/PolygonExtracter.java index 7e1830ddb..859200188 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/PolygonExtracter.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/PolygonExtracter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.java index c66b83e5c..903cd9002 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geom/util/SineStarFactory.java b/modules/core/src/main/java/org/locationtech/jts/geom/util/SineStarFactory.java index 110801a51..37732969b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geom/util/SineStarFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geom/util/SineStarFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Depth.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Depth.java index fd39a910b..c46ca7973 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Depth.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Depth.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdge.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdge.java index 3be7f21be..7dbc62862 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdge.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdgeStar.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdgeStar.java index 58afaa9bc..b389f5393 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdgeStar.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/DirectedEdgeStar.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Edge.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Edge.java index 7dc0b8bcb..8117427b2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Edge.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Edge.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEnd.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEnd.java index b66975552..97abc02d6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEnd.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEnd.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java index 445dead57..d3bfd806c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersection.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersection.java index e47af9b1c..cd2613820 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersection.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersection.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java index 8cd087057..ad1b103e4 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java index eb0299a56..c71dd405f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeNodingValidator.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeNodingValidator.java index 30893cca1..39fe6d5e9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeNodingValidator.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeNodingValidator.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java index 2cc73b0b1..77e5b558c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java index b5bae0439..c4a2b2dcd 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/GraphComponent.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/GraphComponent.java index 1bb621a8f..b87773884 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/GraphComponent.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/GraphComponent.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Label.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Label.java index 058da15a6..01772b45d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Label.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Label.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Node.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Node.java index 463b30780..a9266f3c8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Node.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Node.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeFactory.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeFactory.java index 78e2ecfde..95dbdff1e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeFactory.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java index 80ca2ff7f..37051d529 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java index dab2b01e6..11e5acd2e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Position.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Position.java index 5d169e91b..b1143d843 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Position.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Position.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Quadrant.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Quadrant.java index c151a1eba..81b1f3148 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/Quadrant.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/Quadrant.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/TopologyLocation.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/TopologyLocation.java index 176e00334..acd355990 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/TopologyLocation.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/TopologyLocation.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.java index a3059f1b6..148aced98 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChain.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChain.java index 5671e5571..0b933e2bf 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChain.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChain.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.java index 583a05bd0..56f03d477 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.java index 814fea091..72b92d733 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SegmentIntersector.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SegmentIntersector.java index e2ad5d9f6..b36a8911a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SegmentIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SegmentIntersector.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.java index 281b73e5c..e368a199b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.java index f7db0a890..d21c5d663 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.java index a8d1c71ca..9c00aec4e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineEvent.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineEvent.java index 1304475d2..347dba433 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineEvent.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineEvent.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineSegment.java b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineSegment.java index 395ae064d..cd4066955 100644 --- a/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineSegment.java +++ b/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/SweepLineSegment.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/ArrayListVisitor.java b/modules/core/src/main/java/org/locationtech/jts/index/ArrayListVisitor.java index 312a5b3cd..2a18fefc5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/ArrayListVisitor.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/ArrayListVisitor.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/ItemVisitor.java b/modules/core/src/main/java/org/locationtech/jts/index/ItemVisitor.java index 25a75f9d9..589d9cf18 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/ItemVisitor.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/ItemVisitor.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/SpatialIndex.java b/modules/core/src/main/java/org/locationtech/jts/index/SpatialIndex.java index d503c582b..7f14ef881 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/SpatialIndex.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/SpatialIndex.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Bintree.java b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Bintree.java index 1d8225967..da6e61df1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Bintree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Bintree.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Interval.java b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Interval.java index e67184d06..63f2a685a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Interval.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Interval.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Key.java b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Key.java index ecf19d980..2cd7e4e2f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Key.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Key.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Node.java b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Node.java index f9cd9c41e..4dc32ff0d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Node.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Node.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java b/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java index 0618b6722..9221b0829 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Root.java b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Root.java index b0be0d8bb..cce592750 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/bintree/Root.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/bintree/Root.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChain.java b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChain.java index adf09c07c..3946a2cd1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChain.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChain.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainBuilder.java b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainBuilder.java index 2559e778f..cb210b251 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.java b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.java index df5b4a228..0e585f730 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainSelectAction.java b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainSelectAction.java index ac61a1024..1094078f8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainSelectAction.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/chain/MonotoneChainSelectAction.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HPRtree.java b/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HPRtree.java index dfc7601ef..2f9cbf243 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HPRtree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HPRtree.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HilbertEncoder.java b/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HilbertEncoder.java index 3dd6629b8..81ed8dcea 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HilbertEncoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/hprtree/HilbertEncoder.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/hprtree/Item.java b/modules/core/src/main/java/org/locationtech/jts/index/hprtree/Item.java index 618d2dbe6..7de93a100 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/hprtree/Item.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/hprtree/Item.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.java b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.java index 17d661829..acc6223f5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.java b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.java index 7dfdd0ad3..4b7d3bb04 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.java b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.java index c7f2c3508..9e5bb9f0e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.java b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.java index 281082ee9..7af3625ab 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNode.java b/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNode.java index d7775f2b4..d06ff5075 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNode.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNode.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNodeVisitor.java b/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNodeVisitor.java index 0fa0b4432..bc794c267 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNodeVisitor.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdNodeVisitor.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdTree.java b/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdTree.java index 399788790..a02436441 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdTree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdTree.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -346,4 +346,4 @@ public class KdTree { }); } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/DoubleBits.java b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/DoubleBits.java index 1068e2505..5cf112958 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/DoubleBits.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/DoubleBits.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/IntervalSize.java b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/IntervalSize.java index 3f9cc8f1e..dd40cc9bd 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/IntervalSize.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/IntervalSize.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Key.java b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Key.java index 112b0e820..07b888b02 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Key.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Key.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Node.java b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Node.java index 10c87179c..a0c0c9965 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Node.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Node.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/NodeBase.java b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/NodeBase.java index 89e92f0ab..f6ac031d6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/NodeBase.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/NodeBase.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Quadtree.java b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Quadtree.java index 59eed8899..98fa5c083 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Quadtree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Quadtree.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Root.java b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Root.java index 44b0d028d..c70bae323 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Root.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/quadtree/Root.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractNode.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractNode.java index bb82f7fe8..cee0f3e53 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractNode.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractNode.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java index ae0cc983d..1c15034f0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/Boundable.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/Boundable.java index e85728a50..4319b2626 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/Boundable.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/Boundable.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePair.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePair.java index 3b030fdc2..19836b7fc 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePair.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePair.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.java index fac4cf1e7..b337eda1f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.java @@ -3,9 +3,9 @@ * Copyright (c) 2017 Jia Yu. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/EnvelopeDistance.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/EnvelopeDistance.java index 09d720fb6..4682b51fe 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/EnvelopeDistance.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/EnvelopeDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/GeometryItemDistance.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/GeometryItemDistance.java index c2187e77e..89b985609 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/GeometryItemDistance.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/GeometryItemDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/Interval.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/Interval.java index a81fedb37..28f557331 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/Interval.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/Interval.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemBoundable.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemBoundable.java index f853bfaae..38e308daf 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemBoundable.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemBoundable.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemDistance.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemDistance.java index a5d1aff93..845290ce0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemDistance.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/ItemDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/SIRtree.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/SIRtree.java index 3bcd076ef..6c78f26fe 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/SIRtree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/SIRtree.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java b/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java index 3daceedee..18991d6bc 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -592,4 +592,4 @@ implements SpatialIndex, Serializable return items; } } - \ No newline at end of file + diff --git a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineEvent.java b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineEvent.java index 6b44bb799..8a07ea02c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineEvent.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineEvent.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineIndex.java b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineIndex.java index b26d225a4..04e22f206 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineIndex.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineIndex.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineInterval.java b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineInterval.java index bb1215b65..62a773774 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineInterval.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineInterval.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.java b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.java index 85621bdc5..c47fb8c04 100644 --- a/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.java +++ b/modules/core/src/main/java/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/ByteArrayInStream.java b/modules/core/src/main/java/org/locationtech/jts/io/ByteArrayInStream.java index a5dda2e54..25512b3c9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/ByteArrayInStream.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/ByteArrayInStream.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderDataInStream.java b/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderDataInStream.java index 32d4393ef..ae8dc7bb8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderDataInStream.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderDataInStream.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderValues.java b/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderValues.java index 9e786e854..ef799c25e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderValues.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/ByteOrderValues.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -115,4 +115,4 @@ public class ByteOrderValues putLong(longVal, buf, byteOrder); } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/io/InStream.java b/modules/core/src/main/java/org/locationtech/jts/io/InStream.java index 7119cf4e8..38a3a7bca 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/InStream.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/InStream.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/InputStreamInStream.java b/modules/core/src/main/java/org/locationtech/jts/io/InputStreamInStream.java index f968a8981..5870edfd2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/InputStreamInStream.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/InputStreamInStream.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/Ordinate.java b/modules/core/src/main/java/org/locationtech/jts/io/Ordinate.java index b7f88873d..3e340ecd9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/Ordinate.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/Ordinate.java @@ -2,9 +2,9 @@ * Copyright (c) 2018 Felix Obermaier * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/OrdinateFormat.java b/modules/core/src/main/java/org/locationtech/jts/io/OrdinateFormat.java index 9eb4cb95e..5681151b2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/OrdinateFormat.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/OrdinateFormat.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/OutStream.java b/modules/core/src/main/java/org/locationtech/jts/io/OutStream.java index 1b8f90278..820de2ec8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/OutStream.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/OutStream.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/OutputStreamOutStream.java b/modules/core/src/main/java/org/locationtech/jts/io/OutputStreamOutStream.java index 0babfbc1e..35bbe1b05 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/OutputStreamOutStream.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/OutputStreamOutStream.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/ParseException.java b/modules/core/src/main/java/org/locationtech/jts/io/ParseException.java index b01998e6a..29479c019 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/ParseException.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/ParseException.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/WKBConstants.java b/modules/core/src/main/java/org/locationtech/jts/io/WKBConstants.java index e1489cbef..8dac4dda0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/WKBConstants.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/WKBConstants.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/WKBHexFileReader.java b/modules/core/src/main/java/org/locationtech/jts/io/WKBHexFileReader.java index dd9a3288e..74152ac9e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/WKBHexFileReader.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/WKBHexFileReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/WKBReader.java b/modules/core/src/main/java/org/locationtech/jts/io/WKBReader.java index 32708c26e..fc0339502 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/WKBReader.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/WKBReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -384,4 +384,4 @@ public class WKBReader } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/io/WKBWriter.java b/modules/core/src/main/java/org/locationtech/jts/io/WKBWriter.java index 4d16ca8a8..1830b47a9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/WKBWriter.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/WKBWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/WKTFileReader.java b/modules/core/src/main/java/org/locationtech/jts/io/WKTFileReader.java index 227b7e0cf..0c45852aa 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/WKTFileReader.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/WKTFileReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/WKTReader.java b/modules/core/src/main/java/org/locationtech/jts/io/WKTReader.java index e3482f9f9..3376ecd5f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/WKTReader.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/WKTReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/WKTWriter.java b/modules/core/src/main/java/org/locationtech/jts/io/WKTWriter.java index e77177e6b..6fc9ac45a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/WKTWriter.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/WKTWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -1000,4 +1000,4 @@ public class WKTWriter writer.write(indentTabStr); } } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLConstants.java b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLConstants.java index 7ef26adb2..5cb291708 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLConstants.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLConstants.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -50,4 +50,4 @@ final public class GMLConstants{ public static final String GML_COORD_X = "X"; public static final String GML_COORD_Y = "Y"; public static final String GML_COORD_Z = "Z"; -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java index 1c73179ad..8623a51bd 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLReader.java b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLReader.java index 5a99bb83d..7bef25880 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLReader.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLWriter.java b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLWriter.java index 0f2856cce..8defb2ae9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLWriter.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java index 9060f875e..ab0ae92c0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/io/gml2/package.html b/modules/core/src/main/java/org/locationtech/jts/io/gml2/package.html index 5b271fe0f..09a881cec 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/gml2/package.html +++ b/modules/core/src/main/java/org/locationtech/jts/io/gml2/package.html @@ -3,4 +3,4 @@ Classes to read and write the GML2 geometry format. - \ No newline at end of file + diff --git a/modules/core/src/main/java/org/locationtech/jts/io/kml/KMLWriter.java b/modules/core/src/main/java/org/locationtech/jts/io/kml/KMLWriter.java index 3d3b88d8a..a57695e0e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/io/kml/KMLWriter.java +++ b/modules/core/src/main/java/org/locationtech/jts/io/kml/KMLWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/ExtractLineByLocation.java b/modules/core/src/main/java/org/locationtech/jts/linearref/ExtractLineByLocation.java index 0c8486089..b2a4afb31 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/ExtractLineByLocation.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/ExtractLineByLocation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexOfPoint.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexOfPoint.java index 7f8cb63ad..ed7e406b6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexOfPoint.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexOfPoint.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexedLine.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexedLine.java index 2acd0486b..fab6c4fa1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexedLine.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LengthIndexedLine.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LengthLocationMap.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LengthLocationMap.java index c44e71501..09a4be35e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LengthLocationMap.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LengthLocationMap.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LinearGeometryBuilder.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LinearGeometryBuilder.java index e4407e2b1..c124a6d3f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LinearGeometryBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LinearGeometryBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LinearIterator.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LinearIterator.java index 60c8c2e9c..0bfc51dc5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LinearIterator.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LinearIterator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LinearLocation.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LinearLocation.java index 319860ed8..cbb2b4520 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LinearLocation.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LinearLocation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfLine.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfLine.java index bbc6b668b..3ed8396dd 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfLine.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfLine.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfPoint.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfPoint.java index b3a6fb08b..7a7252c55 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfPoint.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexOfPoint.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexedLine.java b/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexedLine.java index 2b2511091..cf7b225af 100644 --- a/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexedLine.java +++ b/modules/core/src/main/java/org/locationtech/jts/linearref/LocationIndexedLine.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/math/DD.java b/modules/core/src/main/java/org/locationtech/jts/math/DD.java index 291d60cf6..d38349f3e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/math/DD.java +++ b/modules/core/src/main/java/org/locationtech/jts/math/DD.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -1410,4 +1410,4 @@ public strictfp final class DD return val2; } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/math/MathUtil.java b/modules/core/src/main/java/org/locationtech/jts/math/MathUtil.java index 2347af64e..2a7f84275 100644 --- a/modules/core/src/main/java/org/locationtech/jts/math/MathUtil.java +++ b/modules/core/src/main/java/org/locationtech/jts/math/MathUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/math/Matrix.java b/modules/core/src/main/java/org/locationtech/jts/math/Matrix.java index ececc220a..b02d35eab 100644 --- a/modules/core/src/main/java/org/locationtech/jts/math/Matrix.java +++ b/modules/core/src/main/java/org/locationtech/jts/math/Matrix.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -96,4 +96,4 @@ public class Matrix return solution; } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/math/Plane3D.java b/modules/core/src/main/java/org/locationtech/jts/math/Plane3D.java index a0383da5f..68a87c65a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/math/Plane3D.java +++ b/modules/core/src/main/java/org/locationtech/jts/math/Plane3D.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/math/Vector2D.java b/modules/core/src/main/java/org/locationtech/jts/math/Vector2D.java index 0e3128c6c..53495de97 100644 --- a/modules/core/src/main/java/org/locationtech/jts/math/Vector2D.java +++ b/modules/core/src/main/java/org/locationtech/jts/math/Vector2D.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/math/Vector3D.java b/modules/core/src/main/java/org/locationtech/jts/math/Vector3D.java index 501b45efb..2f6f56056 100644 --- a/modules/core/src/main/java/org/locationtech/jts/math/Vector3D.java +++ b/modules/core/src/main/java/org/locationtech/jts/math/Vector3D.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/BasicSegmentString.java b/modules/core/src/main/java/org/locationtech/jts/noding/BasicSegmentString.java index e1dfccd25..c026090a6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/BasicSegmentString.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/BasicSegmentString.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/FastNodingValidator.java b/modules/core/src/main/java/org/locationtech/jts/noding/FastNodingValidator.java index 634c0131d..5dd06f4f1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/FastNodingValidator.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/FastNodingValidator.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.java b/modules/core/src/main/java/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.java index c234d17b1..4d66bb3e0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.java b/modules/core/src/main/java/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.java index b30278788..c470a1035 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -90,4 +90,4 @@ public class InteriorIntersectionFinderAdder */ public boolean isDone() { return false; } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionAdder.java b/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionAdder.java index 2a2f686be..a81ca085c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionAdder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionAdder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionFinderAdder.java b/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionFinderAdder.java index 9f2935425..60c14fd1c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionFinderAdder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/IntersectionFinderAdder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -91,4 +91,4 @@ public class IntersectionFinderAdder */ public boolean isDone() { return false; } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/IteratedNoder.java b/modules/core/src/main/java/org/locationtech/jts/noding/IteratedNoder.java index 8823446cb..d93b9ad7b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/IteratedNoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/IteratedNoder.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexNoder.java b/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexNoder.java index 8dc0952e1..3fb0061a0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexNoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexNoder.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.java b/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.java index ca996dd8c..56cb538f2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/NodableSegmentString.java b/modules/core/src/main/java/org/locationtech/jts/noding/NodableSegmentString.java index 326ce837a..4ed1fe845 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/NodableSegmentString.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/NodableSegmentString.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/NodedSegmentString.java b/modules/core/src/main/java/org/locationtech/jts/noding/NodedSegmentString.java index a8a1cf4a4..33fab02ea 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/NodedSegmentString.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/NodedSegmentString.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/Noder.java b/modules/core/src/main/java/org/locationtech/jts/noding/Noder.java index c552ffa82..cd8ab3631 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/Noder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/Noder.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/NodingIntersectionFinder.java b/modules/core/src/main/java/org/locationtech/jts/noding/NodingIntersectionFinder.java index 7cefa2da3..c70468800 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/NodingIntersectionFinder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/NodingIntersectionFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -384,4 +384,4 @@ public class NodingIntersectionFinder return interiorIntersection != null; } -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/NodingValidator.java b/modules/core/src/main/java/org/locationtech/jts/noding/NodingValidator.java index 5c2a2fad9..d78b9cc95 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/NodingValidator.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/NodingValidator.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/Octant.java b/modules/core/src/main/java/org/locationtech/jts/noding/Octant.java index 304b917b1..f2138b984 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/Octant.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/Octant.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/OrientedCoordinateArray.java b/modules/core/src/main/java/org/locationtech/jts/noding/OrientedCoordinateArray.java index 61db8dd54..97bf2f2ec 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/OrientedCoordinateArray.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/OrientedCoordinateArray.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/ScaledNoder.java b/modules/core/src/main/java/org/locationtech/jts/noding/ScaledNoder.java index e3131dce2..8b4fd05c5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/ScaledNoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/ScaledNoder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersectionDetector.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersectionDetector.java index d8ea973b9..e6984877b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersectionDetector.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersectionDetector.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersector.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersector.java index 7b8b3ba7e..da1b3d7ef 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentIntersector.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNode.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNode.java index 0167906b1..a41fcb102 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNode.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNode.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java index 0c31f812e..77b34d858 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentPointComparator.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentPointComparator.java index a459b19f5..f4be4c3b5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentPointComparator.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentPointComparator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentSetMutualIntersector.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentSetMutualIntersector.java index caeee6f14..08b01482a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentSetMutualIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentSetMutualIntersector.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -46,4 +46,4 @@ public interface SegmentSetMutualIntersector * or add intersection nodes to the input segment strings. */ void process(Collection segStrings, SegmentIntersector segInt); -} \ No newline at end of file +} diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentString.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentString.java index 443a96a1d..0ecdf35df 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentString.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentString.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringDissolver.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringDissolver.java index 990005c62..90809d445 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringDissolver.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringDissolver.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringUtil.java b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringUtil.java index eddd4be47..978edfcff 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringUtil.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SegmentStringUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SimpleNoder.java b/modules/core/src/main/java/org/locationtech/jts/noding/SimpleNoder.java index a27408775..fed6fb703 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SimpleNoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SimpleNoder.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.java b/modules/core/src/main/java/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.java index 342b775d5..74e45c644 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/SinglePassNoder.java b/modules/core/src/main/java/org/locationtech/jts/noding/SinglePassNoder.java index e10174981..ebbc552d1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/SinglePassNoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/SinglePassNoder.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/GeometryNoder.java b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/GeometryNoder.java index 9d5469d22..0ef192573 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/GeometryNoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/GeometryNoder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/HotPixel.java b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/HotPixel.java index dcdb3c551..161b2fab8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/HotPixel.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/HotPixel.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.java b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.java index e8fef7ba7..25d2bf703 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.java b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.java index d91cdf330..3acab4cd7 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/SimpleSnapRounder.java b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/SimpleSnapRounder.java index 7fea869f7..66f10abdd 100644 --- a/modules/core/src/main/java/org/locationtech/jts/noding/snapround/SimpleSnapRounder.java +++ b/modules/core/src/main/java/org/locationtech/jts/noding/snapround/SimpleSnapRounder.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/BoundaryOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/BoundaryOp.java index 60d99928a..427aba9f3 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/BoundaryOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/BoundaryOp.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/GeometryGraphOperation.java b/modules/core/src/main/java/org/locationtech/jts/operation/GeometryGraphOperation.java index 3f1a0280e..4dca58625 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/GeometryGraphOperation.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/GeometryGraphOperation.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java index 897b91ee1..fb55e6f68 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferBuilder.java index 8a51d539d..f41c04734 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferBuilder.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.java index 296bc5d83..036f818e0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferOp.java index 8effa6a6e..25524d25b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferOp.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferParameters.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferParameters.java index 050ed3ef6..1d535d002 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferParameters.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferParameters.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferSubgraph.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferSubgraph.java index af543fbc3..22df61618 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferSubgraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/BufferSubgraph.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.java index e746dcda0..387b4efc6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.java index 4e3539c01..32099f8c8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.java index 398c45acc..fd0c006b9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentString.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentString.java index 01aabd871..05dfedfe0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentString.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetSegmentString.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.java index bc078d7df..f20b56725 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.java index 5bf312438..2dc8acd00 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/VariableBuffer.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/VariableBuffer.java index 077f77369..7064f650c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/VariableBuffer.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/VariableBuffer.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.java index ff6dc3ca2..205056959 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.java index 59a34508a..bdd38a36d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.java index 860877e86..814af47d5 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.java index 5a4c48687..ddc10258e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/PointPairDistance.java b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/PointPairDistance.java index af0d48043..fd5c66a25 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/PointPairDistance.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/buffer/validate/PointPairDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.java index f1f3c6108..cddaff206 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.java index 011409e6d..c69d7b1ef 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance/DistanceOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance/DistanceOp.java index ea7ade6b1..34542df97 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance/DistanceOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance/DistanceOp.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequence.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequence.java index 8fb111fed..65bbb7394 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequence.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequence.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.java index d56d09545..9323cdd33 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance/GeometryLocation.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance/GeometryLocation.java index 521a6330a..7b287e634 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance/GeometryLocation.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance/GeometryLocation.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance/IndexedFacetDistance.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance/IndexedFacetDistance.java index 348b98663..c9a3ebaaa 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance/IndexedFacetDistance.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance/IndexedFacetDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java index 754a8dc8e..f1fb371e0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/Distance3DOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/Distance3DOp.java index 730a3946b..0011a65cf 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/Distance3DOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/Distance3DOp.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.java b/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.java index 8356e0619..dc79ca4f1 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/EdgeString.java b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/EdgeString.java index f993ae228..e02b22de7 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/EdgeString.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/EdgeString.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.java b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.java index 90e2994c1..afb0c8455 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeEdge.java b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeEdge.java index e217a5804..53f0f079d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeEdge.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeGraph.java b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeGraph.java index b922a24c2..8cf97640e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMergeGraph.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMerger.java b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMerger.java index 01ab151e7..1ee7de560 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMerger.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineMerger.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineSequencer.java b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineSequencer.java index 04d3dd680..5a24c1ae8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineSequencer.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/linemerge/LineSequencer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.java index 9f1ac8b31..5e05a1199 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/EdgeSetNoder.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/EdgeSetNoder.java index 0377a960d..0e3fa538d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/EdgeSetNoder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/EdgeSetNoder.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java index e58818446..0f19ba5a4 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MaximalEdgeRing.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MaximalEdgeRing.java index f9a577062..fa978d704 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MaximalEdgeRing.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MaximalEdgeRing.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MinimalEdgeRing.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MinimalEdgeRing.java index 525555bb1..d840cf55e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MinimalEdgeRing.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/MinimalEdgeRing.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayNodeFactory.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayNodeFactory.java index a7a062f38..106589a1d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayNodeFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayNodeFactory.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java index 8e80f8e57..1af2f2451 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PointBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PointBuilder.java index 17172f02e..057f3b07c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PointBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PointBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PolygonBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PolygonBuilder.java index a680495a4..9a02e185d 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PolygonBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/PolygonBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.java index f27f99db1..6360d930e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.java index 4c55b01e9..dc91f8904 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.java index c53c20480..6b3a04f81 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.java index 64aca5934..211c67193 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.java index 6a940c2b2..a2f9d087c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.java index b4dd63113..cf526cb48 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.java b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.java index a1407d9a9..aab82b6c2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/EdgeRing.java b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/EdgeRing.java index 538f3b905..b2e01a5f4 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/EdgeRing.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/EdgeRing.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/HoleAssigner.java b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/HoleAssigner.java index 4b866d4fd..76666c32c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/HoleAssigner.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/HoleAssigner.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.java b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.java index 750a54d97..545cb229a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeEdge.java b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeEdge.java index 02f084709..7dd29cb28 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeEdge.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeGraph.java b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeGraph.java index 179de4e59..e574d1146 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeGraph.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/Polygonizer.java b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/Polygonizer.java index 37dd8bffb..02ac85b3e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/Polygonizer.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/Polygonizer.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleContains.java b/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleContains.java index 80d9b5b74..ae7e2bd74 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleContains.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleContains.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleIntersects.java b/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleIntersects.java index ed86f1b6e..d18b9f198 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleIntersects.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/predicate/RectangleIntersects.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBuilder.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBuilder.java index e279004cf..6522fd7bb 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBuilder.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBuilder.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundle.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundle.java index ac1b1c7b0..7fc348520 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundle.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundle.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundleStar.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundleStar.java index 754186f60..66c315639 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundleStar.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/EdgeEndBundleStar.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateComputer.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateComputer.java index be91db923..05f06fbb6 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateComputer.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateComputer.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNode.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNode.java index b3d254778..a1e28806f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNode.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNode.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeFactory.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeFactory.java index d75499a5c..c96bceb3a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeFactory.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeFactory.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeGraph.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeGraph.java index a8d6d6aa2..69232dd1c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateNodeGraph.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateOp.java index 7cefd8bd7..6cb6eb027 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relate/RelateOp.java @@ -5,9 +5,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/union/CascadedPolygonUnion.java b/modules/core/src/main/java/org/locationtech/jts/operation/union/CascadedPolygonUnion.java index 49b1bd8e5..455722488 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/union/CascadedPolygonUnion.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/union/CascadedPolygonUnion.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/union/InputExtracter.java b/modules/core/src/main/java/org/locationtech/jts/operation/union/InputExtracter.java index 7fb610542..e686f2150 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/union/InputExtracter.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/union/InputExtracter.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/union/OverlapUnion.java b/modules/core/src/main/java/org/locationtech/jts/operation/union/OverlapUnion.java index 88abe7b85..121fe53bf 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/union/OverlapUnion.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/union/OverlapUnion.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/union/PointGeometryUnion.java b/modules/core/src/main/java/org/locationtech/jts/operation/union/PointGeometryUnion.java index a78ec9fbb..f1500cbef 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/union/PointGeometryUnion.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/union/PointGeometryUnion.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/union/UnaryUnionOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/union/UnaryUnionOp.java index 375890dce..b2a56146c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/union/UnaryUnionOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/union/UnaryUnionOp.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/union/UnionInteracting.java b/modules/core/src/main/java/org/locationtech/jts/operation/union/UnionInteracting.java index 25ff14880..684d6ce7a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/union/UnionInteracting.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/union/UnionInteracting.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConnectedInteriorTester.java b/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConnectedInteriorTester.java index f4401a78f..ec6b4e07f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConnectedInteriorTester.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConnectedInteriorTester.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConsistentAreaTester.java b/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConsistentAreaTester.java index f7bb3cdb1..805402bcb 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConsistentAreaTester.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/valid/ConsistentAreaTester.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/valid/IndexedNestedRingTester.java b/modules/core/src/main/java/org/locationtech/jts/operation/valid/IndexedNestedRingTester.java index 479f39e6e..739cd209b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/valid/IndexedNestedRingTester.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/valid/IndexedNestedRingTester.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/valid/IsValidOp.java b/modules/core/src/main/java/org/locationtech/jts/operation/valid/IsValidOp.java index ff70e7253..1ca4aa86c 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/valid/IsValidOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/valid/IsValidOp.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/valid/RepeatedPointTester.java b/modules/core/src/main/java/org/locationtech/jts/operation/valid/RepeatedPointTester.java index 03eb71f15..9b04851d0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/valid/RepeatedPointTester.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/valid/RepeatedPointTester.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/valid/TopologyValidationError.java b/modules/core/src/main/java/org/locationtech/jts/operation/valid/TopologyValidationError.java index 2744b9970..6818b14c0 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/valid/TopologyValidationError.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/valid/TopologyValidationError.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdge.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdge.java index 6af766de2..46ba12d8b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdge.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdge.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdgeStar.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdgeStar.java index bb90fb824..f457d6106 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdgeStar.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdgeStar.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/Edge.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/Edge.java index fcacb4cf3..5b5966cb9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/Edge.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/Edge.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/GraphComponent.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/GraphComponent.java index e045b4c53..31fb71240 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/GraphComponent.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/GraphComponent.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java index 378d7d610..be8fb1966 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/NodeMap.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/NodeMap.java index aa37778e6..f9dad4bfe 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/NodeMap.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/NodeMap.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java index 02476b07e..8bad9758a 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/Subgraph.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/Subgraph.java index 8e422c05f..dde8498d8 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/Subgraph.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/Subgraph.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.java b/modules/core/src/main/java/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.java index dc2472cff..7362118d3 100644 --- a/modules/core/src/main/java/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.java +++ b/modules/core/src/main/java/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/CommonBits.java b/modules/core/src/main/java/org/locationtech/jts/precision/CommonBits.java index 12ad85e20..7e6ccc228 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/CommonBits.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/CommonBits.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsOp.java b/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsOp.java index 30bc00026..2571e048b 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsOp.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsRemover.java b/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsRemover.java index b767c67d4..b5e5a9297 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsRemover.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/CommonBitsRemover.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.java b/modules/core/src/main/java/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.java index ae36789ce..543363fa7 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/EnhancedPrecisionOp.java b/modules/core/src/main/java/org/locationtech/jts/precision/EnhancedPrecisionOp.java index 6021a6a9a..75036b808 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/EnhancedPrecisionOp.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/EnhancedPrecisionOp.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/GeometryPrecisionReducer.java b/modules/core/src/main/java/org/locationtech/jts/precision/GeometryPrecisionReducer.java index 8d97e0b7f..58904c0da 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/GeometryPrecisionReducer.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/GeometryPrecisionReducer.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/MinimumClearance.java b/modules/core/src/main/java/org/locationtech/jts/precision/MinimumClearance.java index 2e99ac1ed..3006e29c9 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/MinimumClearance.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/MinimumClearance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.java b/modules/core/src/main/java/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.java index 38eba68f7..43045c505 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducer.java b/modules/core/src/main/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducer.java index 7c667e24e..58abaf924 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducer.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducer.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/SimpleMinimumClearance.java b/modules/core/src/main/java/org/locationtech/jts/precision/SimpleMinimumClearance.java index 8d8c2af1d..c567dc71f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/precision/SimpleMinimumClearance.java +++ b/modules/core/src/main/java/org/locationtech/jts/precision/SimpleMinimumClearance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/main/java/org/locationtech/jts/precision/doc-files/minClearance.png b/modules/core/src/main/java/org/locationtech/jts/precision/doc-files/minClearance.png index 2547a7e54f6d0a29172f6c84ff3ea352c827e9fa..1d1eaaab001f17b26700e15edbb8f9dd041078bb 100644 GIT binary patch delta 9 QcmeA+?lIobEy>6Q01 - \ No newline at end of file + diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/AbstractPointInRingTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/AbstractPointInRingTest.java index 86e9e3d80..196bbb4f6 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/AbstractPointInRingTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/AbstractPointInRingTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -109,4 +109,4 @@ public abstract class AbstractPointInRingTest extends GeometryTestCase { abstract protected void runPtInRing(int expectedLoc, Coordinate pt, String wkt) throws Exception; -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/AngleTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/AngleTest.java index 10bfdd617..632cd9535 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/AngleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/AngleTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/AreaTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/AreaTest.java index e52d43b51..3fb0cfaa4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/AreaTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/AreaTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/CentroidTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/CentroidTest.java index 86b48a145..672d20f75 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/CentroidTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/CentroidTest.java @@ -47,4 +47,4 @@ public class CentroidTest extends TestCase { assertTrue(areaWeightedCentroid(g).equals2D(g.getCentroid().getCoordinate(), TOLERANCE)); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java index 94e9fb8bb..e94a8e25a 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/DistanceTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/DistanceTest.java index 2f39cacf0..49cbb6b07 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/DistanceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/DistanceTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/InteriorPointTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/InteriorPointTest.java index f2a9f58fd..bed933f7f 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/InteriorPointTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/InteriorPointTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/IsCCWTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/IsCCWTest.java index 40882943b..5deaf5d4b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/IsCCWTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/IsCCWTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -69,4 +69,4 @@ public class IsCCWTest extends TestCase { Polygon poly = (Polygon)geom; return ((Polygon) geom).getExteriorRing().getCoordinateSequence(); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/LengthTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/LengthTest.java index 1aee8c753..b96e42e55 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/LengthTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/LengthTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/LocatePointInRingTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/LocatePointInRingTest.java index 7a0e637c4..8f8566c14 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/LocatePointInRingTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/LocatePointInRingTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -39,4 +39,4 @@ public class LocatePointInRingTest extends AbstractPointInRingTest { assertEquals(expectedLoc, PointLocation.locateInRing(pt, geom.getCoordinates())); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumBoundingCircleTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumBoundingCircleTest.java index 34dea924c..bdeda19c4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumBoundingCircleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumBoundingCircleTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumDiameterTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumDiameterTest.java index 57acad099..9c4beaddc 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumDiameterTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/MinimumDiameterTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.java index 2bd056bb2..ea34bdb63 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersector.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersector.java index 7a33fe7ab..bfdc1a642 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersector.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersector.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersectorTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersectorTest.java index 28fc2f2de..bb153628d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersectorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustLineIntersectorTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustRayCrossingCounter.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustRayCrossingCounter.java index f28d75d32..d0dc12ec0 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustRayCrossingCounter.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/NonRobustRayCrossingCounter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexFailureTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexFailureTest.java index aebb8eec6..4945f4538 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexFailureTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexFailureTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -203,4 +203,4 @@ public class OrientationIndexFailureTest orient[2] = RobustDeterminant.orientationIndex(pts[2], pts[0], pts[1]); return orient[0] == orient[1] && orient[0] == orient[2]; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexTest.java index d8d61e738..db89532e7 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/OrientationIndexTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -98,4 +98,4 @@ public class OrientationIndexTest } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/PerturbedGridPolygonBuilder.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/PerturbedGridPolygonBuilder.java index 434e096ee..66bd6b8fb 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/PerturbedGridPolygonBuilder.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/PerturbedGridPolygonBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/PointInRingTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/PointInRingTest.java index ca5bdcddd..ea4a7b71b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/PointInRingTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/PointInRingTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -46,4 +46,4 @@ public class PointInRingTest extends AbstractPointInRingTest { assertEquals(expected, PointLocation.isInRing(pt, geom.getCoordinates())); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocationOnLineTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocationOnLineTest.java index 5eede0cf3..f7399b80d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocationOnLineTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocationOnLineTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -55,4 +55,4 @@ public class PointLocationOnLineTest extends GeometryTestCase { assertTrue(expected == PointLocation.isOnLine(new Coordinate(x,y), line.getCoordinateSequence())); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocatorTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocatorTest.java index abd7accbd..6cc0a501e 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocatorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/PointLocatorTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -76,4 +76,4 @@ public class PointLocatorTest extends TestCase { assertEquals(expected, loc); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/RayCrossingCounterTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/RayCrossingCounterTest.java index 750d84d0f..132a8ebbe 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/RayCrossingCounterTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/RayCrossingCounterTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -39,4 +39,4 @@ public class RayCrossingCounterTest extends AbstractPointInRingTest { assertEquals(expectedLoc, RayCrossingCounter.locatePointInRing(pt, geom.getCoordinates())); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/RectangleLineIntersectorTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/RectangleLineIntersectorTest.java index da9965ac6..4dea23773 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/RectangleLineIntersectorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/RectangleLineIntersectorTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectionTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectionTest.java index 29d87fce2..08f748587 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectionTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectionTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectorTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectorTest.java index fd61d5520..14cda385c 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/RobustLineIntersectorTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/ShewchuksDeterminant.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/ShewchuksDeterminant.java index 74eb1dc5e..8cd89703b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/ShewchuksDeterminant.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/ShewchuksDeterminant.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistanceTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistanceTest.java index 16eed952e..ae99fb5e6 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistanceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistanceTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocatorTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocatorTest.java index 02a56f836..506dfb2d5 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocatorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocatorTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -53,4 +53,4 @@ public class IndexedPointInAreaLocatorTest extends AbstractPointInRingTest { public void testEmpty() throws Exception { runPtInRing(Location.EXTERIOR, new Coordinate(0,0), "POLYGON EMPTY"); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocatorTest.java b/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocatorTest.java index 1caa47ca2..c8f7bf3e6 100644 --- a/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocatorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocatorTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -43,4 +43,4 @@ public class SimplePointInAreaLocatorTest extends AbstractPointInRingTest { assertEquals(expectedLoc, result); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/dissolve/LineDissolverTest.java b/modules/core/src/test/java/org/locationtech/jts/dissolve/LineDissolverTest.java index 66196ce27..0601787fc 100644 --- a/modules/core/src/test/java/org/locationtech/jts/dissolve/LineDissolverTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/dissolve/LineDissolverTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java b/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java index 1bc0ca433..8c6c2ff85 100644 --- a/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/generator/GeometryGenerator.java b/modules/core/src/test/java/org/locationtech/jts/generator/GeometryGenerator.java index e74f10c2f..67845de1c 100644 --- a/modules/core/src/test/java/org/locationtech/jts/generator/GeometryGenerator.java +++ b/modules/core/src/test/java/org/locationtech/jts/generator/GeometryGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/generator/GridGenerator.java b/modules/core/src/test/java/org/locationtech/jts/generator/GridGenerator.java index ab2784833..e56cd5e92 100644 --- a/modules/core/src/test/java/org/locationtech/jts/generator/GridGenerator.java +++ b/modules/core/src/test/java/org/locationtech/jts/generator/GridGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/generator/LineStringGenerator.java b/modules/core/src/test/java/org/locationtech/jts/generator/LineStringGenerator.java index 8abcf5555..53f6ac2f9 100644 --- a/modules/core/src/test/java/org/locationtech/jts/generator/LineStringGenerator.java +++ b/modules/core/src/test/java/org/locationtech/jts/generator/LineStringGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java b/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java index 7378aa4ab..d4da336f7 100644 --- a/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java +++ b/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/generator/PointGenerator.java b/modules/core/src/test/java/org/locationtech/jts/generator/PointGenerator.java index 3a6fabc37..c4ab1d300 100644 --- a/modules/core/src/test/java/org/locationtech/jts/generator/PointGenerator.java +++ b/modules/core/src/test/java/org/locationtech/jts/generator/PointGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/generator/PolygonGenerator.java b/modules/core/src/test/java/org/locationtech/jts/generator/PolygonGenerator.java index 74f650f3d..d7af81d56 100644 --- a/modules/core/src/test/java/org/locationtech/jts/generator/PolygonGenerator.java +++ b/modules/core/src/test/java/org/locationtech/jts/generator/PolygonGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/AreaLengthTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/AreaLengthTest.java index 27865e151..2f42e41c4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/AreaLengthTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/AreaLengthTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/BidirectionalComparatorTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/BidirectionalComparatorTest.java index 3b5c03faa..36734b9a5 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/BidirectionalComparatorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/BidirectionalComparatorTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -66,4 +66,4 @@ public class BidirectionalComparatorTest extends TestCase { Comparator comp = new CoordinateArrays.BidirectionalComparator(); return comp.compare(pts0, pts1); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateArraysTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateArraysTest.java index f7cb6419a..e84f7bb62 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateArraysTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateArraysTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -81,4 +81,4 @@ public class CoordinateArraysTest extends TestCase { CoordinateArrays.intersection(COORDS_1, new Envelope()), COORDS_EMPTY ) ); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateSequencesTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateSequencesTest.java index bc59f6548..f704d6b00 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateSequencesTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateSequencesTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateTest.java index e6d880056..84cf69e6d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/CoordinateTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/EnvelopeTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/EnvelopeTest.java index 642af62c6..e97eabfb4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/EnvelopeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/EnvelopeTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionImplTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionImplTest.java index 1d67897de..f1d148993 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionImplTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionImplTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionIteratorTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionIteratorTest.java index 25b6362d2..504d40674 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionIteratorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryCollectionIteratorTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryFactoryTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryFactoryTest.java index a28748578..7674a81b8 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryFactoryTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryFactoryTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryImplTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryImplTest.java index 4b7312671..bd31718e5 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/GeometryImplTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/GeometryImplTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/IntersectionMatrixTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/IntersectionMatrixTest.java index abf4ed88b..b0e6e281b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/IntersectionMatrixTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/IntersectionMatrixTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/IsRectangleTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/IsRectangleTest.java index 56d8c27c0..d32da57bc 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/IsRectangleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/IsRectangleTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -80,4 +80,4 @@ public class IsRectangleTest extends TestCase { Geometry a = rdr.read(wkt); return a.isRectangle(); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/LineSegmentTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/LineSegmentTest.java index 47f353921..9f841a3b9 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/LineSegmentTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/LineSegmentTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -175,4 +175,4 @@ public class LineSegmentTest extends TestCase { } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/LineStringImplTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/LineStringImplTest.java index 5a22aef97..09088093a 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/LineStringImplTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/LineStringImplTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java index 63172cb51..f537e9712 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/MultiPointImplTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/MultiPointImplTest.java index 26a5b1b8b..103898dc6 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/MultiPointImplTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/MultiPointImplTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/NormalizeTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/NormalizeTest.java index 891e39e5f..5164ab22a 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/NormalizeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/NormalizeTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/PointImplTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/PointImplTest.java index 6343780e3..5e8dd2140 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/PointImplTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/PointImplTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/PrecisionModelTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/PrecisionModelTest.java index dd05dbbaa..26afb31d8 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/PrecisionModelTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/PrecisionModelTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/PredicateShortCircuitTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/PredicateShortCircuitTest.java index de4ea98a5..191beba8b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/PredicateShortCircuitTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/PredicateShortCircuitTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -81,4 +81,4 @@ public class PredicateShortCircuitTest extends TestCase { -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java index b228d491b..d3d4a6ad0 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -142,4 +142,4 @@ public class RectanglePredicateSyntheticTest return fact.createLineString(new Coordinate[] { p0, base, p2 } ); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateTest.java index 9940f3937..23d839ab4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -79,4 +79,4 @@ public class RectanglePredicateTest assertTrue(containsOK); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/SegmentDensifier.java b/modules/core/src/test/java/org/locationtech/jts/geom/SegmentDensifier.java index 6d2eb6a32..bf15ea13b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/SegmentDensifier.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/SegmentDensifier.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -63,4 +63,4 @@ public class SegmentDensifier } newCoords.add(new Coordinate(p1), false); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/TriangleCircumcentreTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/TriangleCircumcentreTest.java index 88b5e0458..3e8c679f7 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/TriangleCircumcentreTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/TriangleCircumcentreTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/TriangleTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/TriangleTest.java index 0eb8f70c1..aa10d5534 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/TriangleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/TriangleTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/impl/BasicCoordinateSequenceTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/impl/BasicCoordinateSequenceTest.java index 14cd4f278..e51548b92 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/impl/BasicCoordinateSequenceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/impl/BasicCoordinateSequenceTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceTest.java index 6aa19a96f..8a5310548 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateArraySequenceTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -196,4 +196,4 @@ public class CoordinateArraySequenceTest } } } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateSequenceTestBase.java b/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateSequenceTestBase.java index ab93e6303..2e81f9035 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateSequenceTestBase.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/impl/CoordinateSequenceTestBase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceDoubleTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceDoubleTest.java index 0c873395a..733be72e5 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceDoubleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceDoubleTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -38,4 +38,4 @@ public class PackedCoordinateSequenceDoubleTest return PackedCoordinateSequenceFactory.DOUBLE_FACTORY; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFloatTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFloatTest.java index 7d1371e0a..fc282f4f3 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFloatTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFloatTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -39,4 +39,4 @@ public class PackedCoordinateSequenceFloatTest return PackedCoordinateSequenceFactory.FLOAT_FACTORY; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceTest.java index b78b16387..942b110b9 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/impl/PackedCoordinateSequenceTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -212,4 +212,4 @@ public class PackedCoordinateSequenceTest } } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersectsStressTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersectsStressTest.java index 7d4962abe..82936b764 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersectsStressTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonIntersectsStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicateStressTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicateStressTest.java index c950380b2..978868591 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicateStressTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/prep/PreparedPolygonPredicateStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/prep/StressTestHarness.java b/modules/core/src/test/java/org/locationtech/jts/geom/prep/StressTestHarness.java index bd009dae3..08e375cc6 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/prep/StressTestHarness.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/prep/StressTestHarness.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationBuilderTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationBuilderTest.java index fc7821c73..760cced9f 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationBuilderTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationBuilderTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationTest.java b/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationTest.java index 917580821..139eccb2d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/geom/util/AffineTransformationTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java b/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java index a5e9129a0..242432563 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/bintree/BinTreeCorrectTest.java b/modules/core/src/test/java/org/locationtech/jts/index/bintree/BinTreeCorrectTest.java index e11eaf4fb..52ccb6498 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/bintree/BinTreeCorrectTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/bintree/BinTreeCorrectTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java b/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java index a5001e98a..2746e8fe2 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java b/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java index 34a633ca3..039f33ec4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTreeTest.java b/modules/core/src/test/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTreeTest.java index 1c809f14f..b18edba5f 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTreeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTreeTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/kdtree/KdTreeTest.java b/modules/core/src/test/java/org/locationtech/jts/index/kdtree/KdTreeTest.java index f2c28ea9d..3cdab0662 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/kdtree/KdTreeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/kdtree/KdTreeTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/DoubleBitsTest.java b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/DoubleBitsTest.java index 4632cf648..94401403b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/DoubleBitsTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/DoubleBitsTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -33,4 +33,4 @@ public class DoubleBitsTest extends TestCase { assertTrue(DoubleBits.exponent(128.0) == 7); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/EnvelopeList.java b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/EnvelopeList.java index 06f9c4440..40ae7fdce 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/EnvelopeList.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/EnvelopeList.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeCorrectTest.java b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeCorrectTest.java index 6d336ddbb..30dfd366b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeCorrectTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeCorrectTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeTest.java b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeTest.java index 6c38f9ff0..3dabcd7c4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/strtree/EnvelopeDistanceTest.java b/modules/core/src/test/java/org/locationtech/jts/index/strtree/EnvelopeDistanceTest.java index 554329d4b..ad6f6b24f 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/strtree/EnvelopeDistanceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/strtree/EnvelopeDistanceTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/strtree/GeometryDistanceComparator.java b/modules/core/src/test/java/org/locationtech/jts/index/strtree/GeometryDistanceComparator.java index 5e5ac9a7f..731cb98ff 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/strtree/GeometryDistanceComparator.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/strtree/GeometryDistanceComparator.java @@ -3,9 +3,9 @@ * Copyright (c) 2017 Jia Yu. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/strtree/IntervalTest.java b/modules/core/src/test/java/org/locationtech/jts/index/strtree/IntervalTest.java index a79504369..ba4306cb3 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/strtree/IntervalTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/strtree/IntervalTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/strtree/SIRtreeTest.java b/modules/core/src/test/java/org/locationtech/jts/index/strtree/SIRtreeTest.java index d5114c692..7a39be7e3 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/strtree/SIRtreeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/strtree/SIRtreeTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java b/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java index 7e1a5cd79..bb98bec9e 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -195,4 +195,4 @@ public class STRtreeNearestNeighbourTest extends GeometryTestCase { } } -; \ No newline at end of file +; diff --git a/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java b/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java index 72b4615e8..73c591602 100644 --- a/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/SerializabilityTest.java b/modules/core/src/test/java/org/locationtech/jts/io/SerializabilityTest.java index 4a68a0a3d..584937874 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/SerializabilityTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/SerializabilityTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -46,4 +46,4 @@ extends TestCase Geometry g = gsf.createCircle(); oos.writeObject(g); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/io/WKBReaderTest.java b/modules/core/src/test/java/org/locationtech/jts/io/WKBReaderTest.java index 976f16cc0..60274cf55 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/WKBReaderTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/WKBReaderTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/WKBTest.java b/modules/core/src/test/java/org/locationtech/jts/io/WKBTest.java index 537cd311e..395c4297c 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/WKBTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/WKBTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/WKBWriterTest.java b/modules/core/src/test/java/org/locationtech/jts/io/WKBWriterTest.java index 277f382b2..c6f963a3e 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/WKBWriterTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/WKBWriterTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderExpTest.java b/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderExpTest.java index cbe9b0aa4..0096f7d9e 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderExpTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderExpTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderParseErrorTest.java b/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderParseErrorTest.java index bf456e51e..c6a1f8888 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderParseErrorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderParseErrorTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderTest.java b/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderTest.java index 4b455fa58..60dcb4dfc 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/WKTReaderTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2018 Felix Obermaier * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/WKTWriterTest.java b/modules/core/src/test/java/org/locationtech/jts/io/WKTWriterTest.java index cb6ee8745..66e573e39 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/WKTWriterTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/WKTWriterTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/GMLReaderTestCase.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/GMLReaderTestCase.java index 49d7801ab..97ea0e351 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/GMLReaderTestCase.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/GMLReaderTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticLineStringTest.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticLineStringTest.java index 6028f09af..da52fc8f9 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticLineStringTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticLineStringTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiLineStringTest.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiLineStringTest.java index 53cde1f46..3b729660d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiLineStringTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiLineStringTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPointTest.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPointTest.java index 41d50dd46..47ad8d614 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPointTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPointTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPolygonTest.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPolygonTest.java index 3f38c5dd5..fbeed7e7d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPolygonTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticMultiPolygonTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPointTest.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPointTest.java index f101c7378..afa32beea 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPointTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPointTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPolygonTest.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPolygonTest.java index 5513d568e..9e4f6fa03 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPolygonTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/StaticPolygonTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/gml2/WritingTestCase.java b/modules/core/src/test/java/org/locationtech/jts/io/gml2/WritingTestCase.java index 24db2da4e..3a9ca04f1 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/gml2/WritingTestCase.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/gml2/WritingTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLWriterTest.java b/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLWriterTest.java index 49105df85..bfdd42257 100644 --- a/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLWriterTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLWriterTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/linearref/AbstractIndexedLineTest.java b/modules/core/src/test/java/org/locationtech/jts/linearref/AbstractIndexedLineTest.java index 19c92f3ac..92430b6e2 100644 --- a/modules/core/src/test/java/org/locationtech/jts/linearref/AbstractIndexedLineTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/linearref/AbstractIndexedLineTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -250,4 +250,4 @@ public abstract class AbstractIndexedLineTest extends TestCase { protected abstract Coordinate extractOffsetAt(Geometry input, Coordinate testPt, double offsetDistance); -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/linearref/LengthIndexedLineTest.java b/modules/core/src/test/java/org/locationtech/jts/linearref/LengthIndexedLineTest.java index 4664c78d8..a76295b62 100644 --- a/modules/core/src/test/java/org/locationtech/jts/linearref/LengthIndexedLineTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/linearref/LengthIndexedLineTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/linearref/LinearLocationTest.java b/modules/core/src/test/java/org/locationtech/jts/linearref/LinearLocationTest.java index d2865f8a4..744b8ce55 100644 --- a/modules/core/src/test/java/org/locationtech/jts/linearref/LinearLocationTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/linearref/LinearLocationTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/linearref/LocationIndexedLineTest.java b/modules/core/src/test/java/org/locationtech/jts/linearref/LocationIndexedLineTest.java index cfcd97bca..5aee476be 100644 --- a/modules/core/src/test/java/org/locationtech/jts/linearref/LocationIndexedLineTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/linearref/LocationIndexedLineTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -102,4 +102,4 @@ public class LocationIndexedLineTest return indexedLine.extractPoint(index, offsetDistance); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/math/DDBasicTest.java b/modules/core/src/test/java/org/locationtech/jts/math/DDBasicTest.java index ea4cd5016..e764785fc 100644 --- a/modules/core/src/test/java/org/locationtech/jts/math/DDBasicTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/math/DDBasicTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -346,4 +346,4 @@ public class DDBasicTest -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/math/DDComputeTest.java b/modules/core/src/test/java/org/locationtech/jts/math/DDComputeTest.java index 778138e26..c37ce54bd 100644 --- a/modules/core/src/test/java/org/locationtech/jts/math/DDComputeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/math/DDComputeTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -129,4 +129,4 @@ public class DDComputeTest return at; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/math/DDIOTest.java b/modules/core/src/test/java/org/locationtech/jts/math/DDIOTest.java index 8405226fa..bf09c18b9 100644 --- a/modules/core/src/test/java/org/locationtech/jts/math/DDIOTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/math/DDIOTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/math/DDTest.java b/modules/core/src/test/java/org/locationtech/jts/math/DDTest.java index 3838b348a..9ecbf830d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/math/DDTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/math/DDTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/math/Vector2DTest.java b/modules/core/src/test/java/org/locationtech/jts/math/Vector2DTest.java index 4a6a99212..9c1879c33 100644 --- a/modules/core/src/test/java/org/locationtech/jts/math/Vector2DTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/math/Vector2DTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/math/Vector3DTest.java b/modules/core/src/test/java/org/locationtech/jts/math/Vector3DTest.java index 190e909b3..c075fc460 100644 --- a/modules/core/src/test/java/org/locationtech/jts/math/Vector3DTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/math/Vector3DTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorFullTest.java b/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorFullTest.java index 25ade5e9a..0824ca4bb 100644 --- a/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorFullTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorFullTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorTest.java b/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorTest.java index efe613527..74a8011cd 100644 --- a/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/noding/SegmentPointComparatorTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SegmentStringNodingTest.java b/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SegmentStringNodingTest.java index b08213a85..efc503d55 100644 --- a/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SegmentStringNodingTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SegmentStringNodingTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -95,4 +95,4 @@ public class SegmentStringNodingTest extends TestCase { } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SnapRoundingTest.java b/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SnapRoundingTest.java index 2557e3d55..403efbac7 100644 --- a/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SnapRoundingTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SnapRoundingTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -178,4 +178,4 @@ public class SnapRoundingTest extends TestCase { } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/BoundaryTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/BoundaryTest.java index 0e98ace53..c9dc607fb 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/BoundaryTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/BoundaryTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/IsSimpleTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/IsSimpleTest.java index 2329d6db6..11e9c5e97 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/IsSimpleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/IsSimpleTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferResultValidatorTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferResultValidatorTest.java index 41c1375a9..c039e1978 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferResultValidatorTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferResultValidatorTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferTest.java index d9b893224..953507cf8 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferValidator.java b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferValidator.java index ccba1e823..f9757d7c5 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferValidator.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferValidator.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/DepthSegmentTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/DepthSegmentTest.java index 9b312bb4c..b1ed9e7a8 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/DepthSegmentTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/DepthSegmentTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/VariableBufferTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/VariableBufferTest.java index a2cfc198a..dc3953f7b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/buffer/VariableBufferTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/buffer/VariableBufferTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/distance/BaseDistanceTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/distance/BaseDistanceTest.java index a1b1cddf8..d3399ce3e 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/distance/BaseDistanceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/distance/BaseDistanceTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/distance/DistanceTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/distance/DistanceTest.java index 35cde6191..7410c74ca 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/distance/DistanceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/distance/DistanceTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/Distance3DOpTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/Distance3DOpTest.java index ac191ef55..4a8ff3927 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/Distance3DOpTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/Distance3DOpTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/WithinDistance3DTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/WithinDistance3DTest.java index f534f5afa..2017542ee 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/WithinDistance3DTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/distance3d/WithinDistance3DTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineMergerTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineMergerTest.java index f1ee01dd7..b0f74dee6 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineMergerTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineMergerTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineSequencerTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineSequencerTest.java index d75a172fa..c0d170c21 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineSequencerTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineSequencerTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -247,4 +247,4 @@ public class LineSequencerTest return geomList; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/overlay/FixedPrecisionSnappingTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/overlay/FixedPrecisionSnappingTest.java index 07b2cb631..5b4133d30 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/overlay/FixedPrecisionSnappingTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/overlay/FixedPrecisionSnappingTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/polygonize/PolygonizeTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/polygonize/PolygonizeTest.java index 5d42a3724..577f261c2 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/polygonize/PolygonizeTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/polygonize/PolygonizeTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/relate/ContainsTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/relate/ContainsTest.java index 88e7cfbd2..2ca606960 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/relate/ContainsTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/relate/ContainsTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateBoundaryNodeRuleTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateBoundaryNodeRuleTest.java index baec9a92f..91aeff0e0 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateBoundaryNodeRuleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateBoundaryNodeRuleTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -115,4 +115,4 @@ public class RelateBoundaryNodeRuleTest //System.out.println(imStr); assertTrue(im.matches(expectedIM)); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateTest.java index 536e7e665..75f5e2db4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/relate/RelateTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -72,4 +72,4 @@ public class RelateTest //System.out.println(imStr); assertTrue(im.matches(expectedIM)); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionFileTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionFileTest.java index 5a02e5dbe..9a18740c2 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionFileTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionFileTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTest.java index c35a9489c..224ebde8f 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTester.java b/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTester.java index 69017b925..1ab1bc4bf 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTester.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTester.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/union/UnaryUnionTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/union/UnaryUnionTest.java index 04027e174..1f29b3bd3 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/union/UnaryUnionTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/union/UnaryUnionTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/valid/IsValidTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/valid/IsValidTest.java index d855792dc..2818eca5c 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/valid/IsValidTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/valid/IsValidTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/valid/SimpleNestedRingTester.java b/modules/core/src/test/java/org/locationtech/jts/operation/valid/SimpleNestedRingTester.java index ab48549ab..d24876f85 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/valid/SimpleNestedRingTester.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/valid/SimpleNestedRingTester.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidClosedRingTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidClosedRingTest.java index 17984974c..0b38ea44d 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidClosedRingTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidClosedRingTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -108,4 +108,4 @@ public class ValidClosedRingTest Coordinate[] pts = ring.getCoordinates(); pts[0].x += 0.0001; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidSelfTouchingRingFormingHoleTest.java b/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidSelfTouchingRingFormingHoleTest.java index bb93ca476..1f774b941 100644 --- a/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidSelfTouchingRingFormingHoleTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/operation/valid/ValidSelfTouchingRingFormingHoleTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -140,4 +140,4 @@ public class ValidSelfTouchingRingFormingHoleTest return geom; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/precision/CommonBitsOpTest.java b/modules/core/src/test/java/org/locationtech/jts/precision/CommonBitsOpTest.java index fe3f4ddff..4f2c94412 100644 --- a/modules/core/src/test/java/org/locationtech/jts/precision/CommonBitsOpTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/precision/CommonBitsOpTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/precision/GeometryPrecisionReducerTest.java b/modules/core/src/test/java/org/locationtech/jts/precision/GeometryPrecisionReducerTest.java index 6e0baf840..f6cb86c5a 100644 --- a/modules/core/src/test/java/org/locationtech/jts/precision/GeometryPrecisionReducerTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/precision/GeometryPrecisionReducerTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/precision/MinimumClearanceTest.java b/modules/core/src/test/java/org/locationtech/jts/precision/MinimumClearanceTest.java index 4f33eaae2..340397c6e 100644 --- a/modules/core/src/test/java/org/locationtech/jts/precision/MinimumClearanceTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/precision/MinimumClearanceTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducerTest.java b/modules/core/src/test/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducerTest.java index 365c18249..10be13aba 100644 --- a/modules/core/src/test/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducerTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/precision/SimpleGeometryPrecisionReducerTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/simplify/DouglasPeuckerSimplifierTest.java b/modules/core/src/test/java/org/locationtech/jts/simplify/DouglasPeuckerSimplifierTest.java index 3c9db9410..b1efe3a7a 100644 --- a/modules/core/src/test/java/org/locationtech/jts/simplify/DouglasPeuckerSimplifierTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/simplify/DouglasPeuckerSimplifierTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/simplify/GeometryOperationValidator.java b/modules/core/src/test/java/org/locationtech/jts/simplify/GeometryOperationValidator.java index 80501b244..49d1c8c25 100644 --- a/modules/core/src/test/java/org/locationtech/jts/simplify/GeometryOperationValidator.java +++ b/modules/core/src/test/java/org/locationtech/jts/simplify/GeometryOperationValidator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -103,4 +103,4 @@ public class GeometryOperationValidator Assert.assertTrue("Expected result not found",isEqual); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/simplify/SameStructureTester.java b/modules/core/src/test/java/org/locationtech/jts/simplify/SameStructureTester.java index d0439f886..1999a2b50 100644 --- a/modules/core/src/test/java/org/locationtech/jts/simplify/SameStructureTester.java +++ b/modules/core/src/test/java/org/locationtech/jts/simplify/SameStructureTester.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -76,4 +76,4 @@ public class SameStructureTester { private SameStructureTester() { } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/simplify/TopologyPreservingSimplifierTest.java b/modules/core/src/test/java/org/locationtech/jts/simplify/TopologyPreservingSimplifierTest.java index 9bf3bc9d7..965835f7b 100644 --- a/modules/core/src/test/java/org/locationtech/jts/simplify/TopologyPreservingSimplifierTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/simplify/TopologyPreservingSimplifierTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/simplify/VWSimplifierTest.java b/modules/core/src/test/java/org/locationtech/jts/simplify/VWSimplifierTest.java index 76b5ac391..3ef3404f4 100644 --- a/modules/core/src/test/java/org/locationtech/jts/simplify/VWSimplifierTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/simplify/VWSimplifierTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/org/locationtech/jts/triangulate/ConformingDelaunayTest.java b/modules/core/src/test/java/org/locationtech/jts/triangulate/ConformingDelaunayTest.java index af2b51938..478cee65a 100644 --- a/modules/core/src/test/java/org/locationtech/jts/triangulate/ConformingDelaunayTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/triangulate/ConformingDelaunayTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -73,4 +73,4 @@ public class ConformingDelaunayTest extends TestCase { expectedEdges.normalize(); assertTrue(expectedEdges.equalsExact(result, COMPARISON_TOLERANCE)); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/triangulate/DelaunayTest.java b/modules/core/src/test/java/org/locationtech/jts/triangulate/DelaunayTest.java index d650753c9..94ed73c09 100644 --- a/modules/core/src/test/java/org/locationtech/jts/triangulate/DelaunayTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/triangulate/DelaunayTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -109,4 +109,4 @@ public class DelaunayTest extends TestCase { expected.normalize(); assertTrue(expected.equalsExact(result, COMPARISON_TOLERANCE)); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/triangulate/VoronoiTest.java b/modules/core/src/test/java/org/locationtech/jts/triangulate/VoronoiTest.java index 2e76d6143..a21e9e2c5 100644 --- a/modules/core/src/test/java/org/locationtech/jts/triangulate/VoronoiTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/triangulate/VoronoiTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -87,4 +87,4 @@ public class VoronoiTest extends GeometryTestCase { expected.normalize(); assertTrue(expected.equalsExact(result, COMPARISON_TOLERANCE)); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java b/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java index 9ea908ffe..147bd3d8f 100644 --- a/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -64,4 +64,4 @@ public class PriorityQueueTest assertTrue(next.compareTo(curr) >= 0); } } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/org/locationtech/jts/util/UniqueCoordinateArrayFilterTest.java b/modules/core/src/test/java/org/locationtech/jts/util/UniqueCoordinateArrayFilterTest.java index e3c71132d..77985872a 100644 --- a/modules/core/src/test/java/org/locationtech/jts/util/UniqueCoordinateArrayFilterTest.java +++ b/modules/core/src/test/java/org/locationtech/jts/util/UniqueCoordinateArrayFilterTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -42,4 +42,4 @@ public class UniqueCoordinateArrayFilterTest assertEquals(new Coordinate(30, 30), f.getCoordinates()[2]); } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/test/jts/GeometryTestCase.java b/modules/core/src/test/java/test/jts/GeometryTestCase.java index 2dabba19c..f0d764737 100644 --- a/modules/core/src/test/java/test/jts/GeometryTestCase.java +++ b/modules/core/src/test/java/test/jts/GeometryTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/IsValidTester.java b/modules/core/src/test/java/test/jts/IsValidTester.java index af5713e2d..46f6446b7 100644 --- a/modules/core/src/test/java/test/jts/IsValidTester.java +++ b/modules/core/src/test/java/test/jts/IsValidTester.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/TestFiles.java b/modules/core/src/test/java/test/jts/TestFiles.java index d420b67e6..76798ca90 100644 --- a/modules/core/src/test/java/test/jts/TestFiles.java +++ b/modules/core/src/test/java/test/jts/TestFiles.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/WKTorBReader.java b/modules/core/src/test/java/test/jts/WKTorBReader.java index 2e164cb4f..661c5bffd 100644 --- a/modules/core/src/test/java/test/jts/WKTorBReader.java +++ b/modules/core/src/test/java/test/jts/WKTorBReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/geom/CoordinateSequenceExperiment2.java b/modules/core/src/test/java/test/jts/geom/CoordinateSequenceExperiment2.java index e93bc9441..ea10caa86 100644 --- a/modules/core/src/test/java/test/jts/geom/CoordinateSequenceExperiment2.java +++ b/modules/core/src/test/java/test/jts/geom/CoordinateSequenceExperiment2.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/geom/GeometryTestFactory.java b/modules/core/src/test/java/test/jts/geom/GeometryTestFactory.java index 30eceb65a..320608f22 100644 --- a/modules/core/src/test/java/test/jts/geom/GeometryTestFactory.java +++ b/modules/core/src/test/java/test/jts/geom/GeometryTestFactory.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/geom/TestSerializable.java b/modules/core/src/test/java/test/jts/geom/TestSerializable.java index a2a064f5e..e02ad750c 100644 --- a/modules/core/src/test/java/test/jts/geom/TestSerializable.java +++ b/modules/core/src/test/java/test/jts/geom/TestSerializable.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/geom/TestShapeFactory.java b/modules/core/src/test/java/test/jts/geom/TestShapeFactory.java index 879dec15d..40fed4380 100644 --- a/modules/core/src/test/java/test/jts/geom/TestShapeFactory.java +++ b/modules/core/src/test/java/test/jts/geom/TestShapeFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/index/STRtreeDemo.java b/modules/core/src/test/java/test/jts/index/STRtreeDemo.java index 6a76d3230..bbde643bb 100644 --- a/modules/core/src/test/java/test/jts/index/STRtreeDemo.java +++ b/modules/core/src/test/java/test/jts/index/STRtreeDemo.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/insert-header.rb b/modules/core/src/test/java/test/jts/insert-header.rb index 90af86551..1edd8986c 100644 --- a/modules/core/src/test/java/test/jts/insert-header.rb +++ b/modules/core/src/test/java/test/jts/insert-header.rb @@ -81,9 +81,9 @@ if !licenceFound * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/ExamplePerfTest.java b/modules/core/src/test/java/test/jts/perf/ExamplePerfTest.java index 7b8727c45..786d8e517 100644 --- a/modules/core/src/test/java/test/jts/perf/ExamplePerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/ExamplePerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/PerformanceTestCase.java b/modules/core/src/test/java/test/jts/perf/PerformanceTestCase.java index a0a26fdac..056eda1e3 100644 --- a/modules/core/src/test/java/test/jts/perf/PerformanceTestCase.java +++ b/modules/core/src/test/java/test/jts/perf/PerformanceTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java b/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java index 89820f064..5deaabe84 100644 --- a/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java +++ b/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/ThreadTestCase.java b/modules/core/src/test/java/test/jts/perf/ThreadTestCase.java index 6bce93ef3..3703783eb 100644 --- a/modules/core/src/test/java/test/jts/perf/ThreadTestCase.java +++ b/modules/core/src/test/java/test/jts/perf/ThreadTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/ThreadTestRunner.java b/modules/core/src/test/java/test/jts/perf/ThreadTestRunner.java index 9c06e0a5b..c20d264e3 100644 --- a/modules/core/src/test/java/test/jts/perf/ThreadTestRunner.java +++ b/modules/core/src/test/java/test/jts/perf/ThreadTestRunner.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/AreaPrecisionPerfTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/AreaPrecisionPerfTest.java index 984e32a2b..732b57aab 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/AreaPrecisionPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/AreaPrecisionPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/DDOrientationIndexCorrectTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/DDOrientationIndexCorrectTest.java index 7d1727790..97cbf7c6b 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/DDOrientationIndexCorrectTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/DDOrientationIndexCorrectTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/DistanceLineLineStressTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/DistanceLineLineStressTest.java index 74822ab9a..94e5b3fd4 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/DistanceLineLineStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/DistanceLineLineStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/IndexedPointInAreaStressTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/IndexedPointInAreaStressTest.java index 70dab08e6..231fd58ad 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/IndexedPointInAreaStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/IndexedPointInAreaStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/InteriorPointAreaPerfTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/InteriorPointAreaPerfTest.java index d287231ba..d8995b574 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/InteriorPointAreaPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/InteriorPointAreaPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionAlgorithms.java b/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionAlgorithms.java index 263505abe..e7e493736 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionAlgorithms.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionAlgorithms.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionPerfTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionPerfTest.java index 7549e7b5e..0e455658c 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionStressTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionStressTest.java index a2fc5dda7..1379b2d8b 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/IntersectionStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/LineIntersectorBenchmark.java b/modules/core/src/test/java/test/jts/perf/algorithm/LineIntersectorBenchmark.java index b909a4d77..7316ccbd2 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/LineIntersectorBenchmark.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/LineIntersectorBenchmark.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/MCIndexedPointInAreaLocator.java b/modules/core/src/test/java/test/jts/perf/algorithm/MCIndexedPointInAreaLocator.java index 520755866..a664de2d9 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/MCIndexedPointInAreaLocator.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/MCIndexedPointInAreaLocator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/MinimumBoundingCircleStressTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/MinimumBoundingCircleStressTest.java index d867900d4..87337a7da 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/MinimumBoundingCircleStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/MinimumBoundingCircleStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTest.java index 3ed6aa9db..28fec0332 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTester.java b/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTester.java index cc578f6b6..0b71dd080 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTester.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaPerfTester.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaStressTester.java b/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaStressTester.java index 81f4bcb32..da3841e2d 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaStressTester.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/PointInAreaStressTester.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/RectangleLineIntersectorPerfTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/RectangleLineIntersectorPerfTest.java index 9fdefdd68..5e399834f 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/RectangleLineIntersectorPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/RectangleLineIntersectorPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/algorithm/SimpleRayCrossingStressTest.java b/modules/core/src/test/java/test/jts/perf/algorithm/SimpleRayCrossingStressTest.java index e0b079c5c..f628708db 100644 --- a/modules/core/src/test/java/test/jts/perf/algorithm/SimpleRayCrossingStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/algorithm/SimpleRayCrossingStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java b/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java index ae6edf601..56895a42e 100644 --- a/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/geom/impl/PackedCoordinateSequenceMemoryTest.java b/modules/core/src/test/java/test/jts/perf/geom/impl/PackedCoordinateSequenceMemoryTest.java index e16902d06..b923da0a9 100644 --- a/modules/core/src/test/java/test/jts/perf/geom/impl/PackedCoordinateSequenceMemoryTest.java +++ b/modules/core/src/test/java/test/jts/perf/geom/impl/PackedCoordinateSequenceMemoryTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedGeometryThreadSafeTest.java b/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedGeometryThreadSafeTest.java index 6bf9aa575..93eaf8186 100644 --- a/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedGeometryThreadSafeTest.java +++ b/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedGeometryThreadSafeTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedLineIntersectsPerfTest.java b/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedLineIntersectsPerfTest.java index 1581a615b..7ea1d94ca 100644 --- a/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedLineIntersectsPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedLineIntersectsPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedPolygonIntersectsPerfTest.java b/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedPolygonIntersectsPerfTest.java index 0e96d90ef..8d8de9972 100644 --- a/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedPolygonIntersectsPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedPolygonIntersectsPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/geom/prep/TestDataBuilder.java b/modules/core/src/test/java/test/jts/perf/geom/prep/TestDataBuilder.java index 631896241..299381d63 100644 --- a/modules/core/src/test/java/test/jts/perf/geom/prep/TestDataBuilder.java +++ b/modules/core/src/test/java/test/jts/perf/geom/prep/TestDataBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/index/CountItemVisitor.java b/modules/core/src/test/java/test/jts/perf/index/CountItemVisitor.java index f297aa81c..ed17661a7 100644 --- a/modules/core/src/test/java/test/jts/perf/index/CountItemVisitor.java +++ b/modules/core/src/test/java/test/jts/perf/index/CountItemVisitor.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -20,4 +20,4 @@ class CountItemVisitor implements ItemVisitor { public void visitItem(Object item) { count++; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java b/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java index 8ab59a1d1..9d7d662ca 100644 --- a/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java +++ b/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/index/HPRtreePerfTest.java b/modules/core/src/test/java/test/jts/perf/index/HPRtreePerfTest.java index b7fd53712..76454f1bb 100644 --- a/modules/core/src/test/java/test/jts/perf/index/HPRtreePerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/index/HPRtreePerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/index/Index.java b/modules/core/src/test/java/test/jts/perf/index/Index.java index 2590fa4a2..d0eade345 100644 --- a/modules/core/src/test/java/test/jts/perf/index/Index.java +++ b/modules/core/src/test/java/test/jts/perf/index/Index.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -27,4 +27,4 @@ public interface Index void insert(Envelope itemEnv, Object item); List query(Envelope searchEnv); void finishInserting(); -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/test/jts/perf/index/IndexTester.java b/modules/core/src/test/java/test/jts/perf/index/IndexTester.java index eb928a7fe..cf3d7ce0d 100644 --- a/modules/core/src/test/java/test/jts/perf/index/IndexTester.java +++ b/modules/core/src/test/java/test/jts/perf/index/IndexTester.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/index/STRtreePerfTest.java b/modules/core/src/test/java/test/jts/perf/index/STRtreePerfTest.java index 0478920ab..9d7e02fb7 100644 --- a/modules/core/src/test/java/test/jts/perf/index/STRtreePerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/index/STRtreePerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java b/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java index 64e5c5f29..c0e6ed312 100644 --- a/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java +++ b/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/math/DDExpressionPerf.java b/modules/core/src/test/java/test/jts/perf/math/DDExpressionPerf.java index 392edaae4..d56f46271 100644 --- a/modules/core/src/test/java/test/jts/perf/math/DDExpressionPerf.java +++ b/modules/core/src/test/java/test/jts/perf/math/DDExpressionPerf.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -163,4 +163,4 @@ public class DDExpressionPerf } //*/ -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/test/jts/perf/math/InCirclePerf.java b/modules/core/src/test/java/test/jts/perf/math/InCirclePerf.java index 8a63049a0..62a232533 100644 --- a/modules/core/src/test/java/test/jts/perf/math/InCirclePerf.java +++ b/modules/core/src/test/java/test/jts/perf/math/InCirclePerf.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -103,4 +103,4 @@ public class InCirclePerf -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/test/jts/perf/math/TriPredicate.java b/modules/core/src/test/java/test/jts/perf/math/TriPredicate.java index cfe21e509..674443e92 100644 --- a/modules/core/src/test/java/test/jts/perf/math/TriPredicate.java +++ b/modules/core/src/test/java/test/jts/perf/math/TriPredicate.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/BufferCorrectnessTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/BufferCorrectnessTest.java index 08a847710..f2e3411ae 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/BufferCorrectnessTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/BufferCorrectnessTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java index 7f0032a75..5ee82ed34 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferPerfTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferPerfTest.java index bf6ad6408..1a0c09ab4 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferResultValidatorTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferResultValidatorTest.java index 148152cc9..cb8e8601b 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferResultValidatorTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/FileBufferResultValidatorTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/IteratedBufferStressTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/IteratedBufferStressTest.java index 0220421b0..66cbd803b 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/IteratedBufferStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/IteratedBufferStressTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/OffsetCurveCorrectnessTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/OffsetCurveCorrectnessTest.java index 2611cc43b..ea26160e2 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/OffsetCurveCorrectnessTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/OffsetCurveCorrectnessTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/PolygonBufferStressTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/PolygonBufferStressTest.java index 9a519943b..670c6d927 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/PolygonBufferStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/PolygonBufferStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -154,4 +154,4 @@ public class PolygonBufferStressTest { if (! buf.isValid()) throw new RuntimeException("buffer not valid!"); return buf; } -} \ No newline at end of file +} diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomLineBufferStressTest.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomLineBufferStressTest.java index 778cce77d..476b0caee 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomLineBufferStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomLineBufferStressTest.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomOffsetLineStringGenerator.java b/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomOffsetLineStringGenerator.java index 5052c5df6..b5287b025 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomOffsetLineStringGenerator.java +++ b/modules/core/src/test/java/test/jts/perf/operation/buffer/RandomOffsetLineStringGenerator.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/distance/CachedFastDistance.java b/modules/core/src/test/java/test/jts/perf/operation/distance/CachedFastDistance.java index ebae9e15a..6e94cc443 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/distance/CachedFastDistance.java +++ b/modules/core/src/test/java/test/jts/perf/operation/distance/CachedFastDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomPair.java b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomPair.java index dff4eb781..b1d243cbf 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomPair.java +++ b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomPair.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomSet.java b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomSet.java index ebbf7a4b2..a64a4f18a 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomSet.java +++ b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceGeomSet.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceLinesPoints.java b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceLinesPoints.java index 8f4540424..9a3538ec7 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceLinesPoints.java +++ b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfDistanceLinesPoints.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfFastDistanceFile.java b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfFastDistanceFile.java index cfee94178..41df187b1 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfFastDistanceFile.java +++ b/modules/core/src/test/java/test/jts/perf/operation/distance/TestPerfFastDistanceFile.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/distance/TestStressEnvelopeMinMaxDistance.java b/modules/core/src/test/java/test/jts/perf/operation/distance/TestStressEnvelopeMinMaxDistance.java index 39aeaa608..1d72db63c 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/distance/TestStressEnvelopeMinMaxDistance.java +++ b/modules/core/src/test/java/test/jts/perf/operation/distance/TestStressEnvelopeMinMaxDistance.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/overlay/OverlayNodingStressTest.java b/modules/core/src/test/java/test/jts/perf/operation/overlay/OverlayNodingStressTest.java index 855f65d85..e2e7d23c1 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/overlay/OverlayNodingStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/overlay/OverlayNodingStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -184,4 +184,4 @@ class RotatedRectangleFactory } - \ No newline at end of file + diff --git a/modules/core/src/test/java/test/jts/perf/operation/predicate/RectangleIntersectsPerfTest.java b/modules/core/src/test/java/test/jts/perf/operation/predicate/RectangleIntersectsPerfTest.java index c9f609494..aa2484bc0 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/predicate/RectangleIntersectsPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/predicate/RectangleIntersectsPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/relate/RelateMonotoneLinesPerfTest.java b/modules/core/src/test/java/test/jts/perf/operation/relate/RelateMonotoneLinesPerfTest.java index f44ac2e24..e0d18f4c3 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/relate/RelateMonotoneLinesPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/relate/RelateMonotoneLinesPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/union/FileUnionPerfTest.java b/modules/core/src/test/java/test/jts/perf/operation/union/FileUnionPerfTest.java index f082c56d4..254be18a0 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/union/FileUnionPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/union/FileUnionPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/union/PolygonUnionPerfTest.java b/modules/core/src/test/java/test/jts/perf/operation/union/PolygonUnionPerfTest.java index afb2ff820..b1f2cd909 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/union/PolygonUnionPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/union/PolygonUnionPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/union/UnionPerfTester.java b/modules/core/src/test/java/test/jts/perf/operation/union/UnionPerfTester.java index f594cfb54..ecc311a91 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/union/UnionPerfTester.java +++ b/modules/core/src/test/java/test/jts/perf/operation/union/UnionPerfTester.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidNestedHolesPerfTest.java b/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidNestedHolesPerfTest.java index b53eb2eac..3a7545825 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidNestedHolesPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidNestedHolesPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidPolygonPerfTest.java b/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidPolygonPerfTest.java index d6fe9931d..ceaa1b2b1 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidPolygonPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/valid/IsValidPolygonPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2020 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/valid/QuadtreeNestedRingTester.java b/modules/core/src/test/java/test/jts/perf/operation/valid/QuadtreeNestedRingTester.java index 31752c96d..19df288dd 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/valid/QuadtreeNestedRingTester.java +++ b/modules/core/src/test/java/test/jts/perf/operation/valid/QuadtreeNestedRingTester.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/valid/SweeplineNestedRingTester.java b/modules/core/src/test/java/test/jts/perf/operation/valid/SweeplineNestedRingTester.java index 58102c1d0..9e5e69c3b 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/valid/SweeplineNestedRingTester.java +++ b/modules/core/src/test/java/test/jts/perf/operation/valid/SweeplineNestedRingTester.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/operation/valid/ValidStressTest.java b/modules/core/src/test/java/test/jts/perf/operation/valid/ValidStressTest.java index d924b3d9a..3cf8c63c1 100644 --- a/modules/core/src/test/java/test/jts/perf/operation/valid/ValidStressTest.java +++ b/modules/core/src/test/java/test/jts/perf/operation/valid/ValidStressTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java b/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java index 192ec66d5..1a4602154 100644 --- a/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java b/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java index 98862afe7..8a25afae8 100644 --- a/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java +++ b/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/perf/triangulate/VoronoiPerfTest.java b/modules/core/src/test/java/test/jts/perf/triangulate/VoronoiPerfTest.java index 07259136c..0720e9350 100644 --- a/modules/core/src/test/java/test/jts/perf/triangulate/VoronoiPerfTest.java +++ b/modules/core/src/test/java/test/jts/perf/triangulate/VoronoiPerfTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/util/IOUtil.java b/modules/core/src/test/java/test/jts/util/IOUtil.java index 81074036e..2abaa12e6 100644 --- a/modules/core/src/test/java/test/jts/util/IOUtil.java +++ b/modules/core/src/test/java/test/jts/util/IOUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/java/test/jts/util/SerializationUtil.java b/modules/core/src/test/java/test/jts/util/SerializationUtil.java index 9be1f026c..0ef79ec51 100644 --- a/modules/core/src/test/java/test/jts/util/SerializationUtil.java +++ b/modules/core/src/test/java/test/jts/util/SerializationUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/core/src/test/resources/testdata/africa.wkt b/modules/core/src/test/resources/testdata/africa.wkt index 1d5eadef3..bdd185af8 100644 --- a/modules/core/src/test/resources/testdata/africa.wkt +++ b/modules/core/src/test/resources/testdata/africa.wkt @@ -1676,4 +1676,4 @@ POLYGON ((-16.7115 12.474533, -16.69685 12.402467, -16.69685 12.376567, -16.6863 -16.18795 12.209467, -16.144 12.2321, -16.08805 12.2854, -16.06405 12.3067, -16.07405 12.320033, -16.10205 12.321367, -16.17995 12.292033, -16.2199 12.282733, -16.2459 12.2774, -16.2499 12.280067, -16.2499 12.300033, -16.2639 12.3067, -16.29985 12.300033, -16.3318 12.2814, -16.3618 12.280067, -16.3858 12.2907, -16.40375 12.2907, -16.45175 12.2401, -16.4837 12.220133, -16.51965 12.224133, -16.57165 12.261433, -16.6296 12.272067, -16.68155 12.2654, -16.7115 12.257433, -16.7475 12.266733, -16.8614 12.308033, -16.8734 12.352, -16.92535 12.375967, -16.92935 12.397267, -16.90335 12.437233, - -16.92935 12.4785, -16.91935 12.497167, -16.89335 12.499833, -16.7938 12.470633, -16.7435 12.455867, -16.7215 12.458533, -16.7115 12.474533)) \ No newline at end of file + -16.92935 12.4785, -16.91935 12.497167, -16.89335 12.499833, -16.7938 12.470633, -16.7435 12.455867, -16.7215 12.458533, -16.7115 12.474533)) diff --git a/modules/core/src/test/resources/testdata/bc-250k.wkt b/modules/core/src/test/resources/testdata/bc-250k.wkt index 57b5554be..3b90bd2c0 100644 --- a/modules/core/src/test/resources/testdata/bc-250k.wkt +++ b/modules/core/src/test/resources/testdata/bc-250k.wkt @@ -174,4 +174,4 @@ POLYGON ((540819.773 1583293.072 0, 426712.247 1597878.608 0, 442370.433 1707987 POLYGON ((426712.247 1597878.608 0, 313062.27 1615681.643 0, 331824.573 1725304.27 0, 442370.433 1707987.489 0, 426712.247 1597878.608 0)) -POLYGON ((199960.547 1636687.969 0, 221811.994 1745736.851 0, 331824.573 1725304.27 0, 313062.27 1615681.643 0, 199960.547 1636687.969 0)) \ No newline at end of file +POLYGON ((199960.547 1636687.969 0, 221811.994 1745736.851 0, 331824.573 1725304.27 0, 313062.27 1615681.643 0, 199960.547 1636687.969 0)) diff --git a/modules/core/src/test/resources/testdata/bc_20K.wkt b/modules/core/src/test/resources/testdata/bc_20K.wkt index 98bfed3e4..44ddb15a0 100644 --- a/modules/core/src/test/resources/testdata/bc_20K.wkt +++ b/modules/core/src/test/resources/testdata/bc_20K.wkt @@ -84872,4 +84872,4 @@ POLYGON ((274716.876 1724206.218 0, 274488.261 1724248.686 0, 274258.421 1724291 270330.72 1736329.045 0, 270559.851 1736286.105 0, 270788.985 1736243.179 0, 271018.122 1736200.265 0, 271246.036 1736157.595 0, 271476.402 1736114.48 0, 271705.546 1736071.607 0, 271934.692 1736028.748 0, 272163.841 1735985.902 0, 272392.992 1735943.07 0, 272622.146 1735900.251 0, 272851.303 1735857.446 0, 273080.462 1735814.654 0, 273309.624 1735771.876 0, 273538.788 1735729.111 0, 273767.954 1735686.359 0, 273997.123 1735643.622 0, 274226.295 1735600.897 0, 274455.469 1735558.186 0, 274684.646 1735515.489 0, 274913.825 1735472.805 0, 275143.006 1735430.135 0, 275372.191 1735387.478 0, 275601.377 1735344.834 0, 275830.566 1735302.205 0, 276059.758 1735259.588 0, 276288.952 1735216.985 0, 276518.149 1735174.396 0, 276746.125 1735132.047 0, 275731.55 1729669.399 0, - 274716.876 1724206.218 0)) \ No newline at end of file + 274716.876 1724206.218 0)) diff --git a/modules/core/src/test/resources/testdata/europe.wkt b/modules/core/src/test/resources/testdata/europe.wkt index 823851999..14dbd3d6e 100644 --- a/modules/core/src/test/resources/testdata/europe.wkt +++ b/modules/core/src/test/resources/testdata/europe.wkt @@ -3320,4 +3320,4 @@ POLYGON ((3.9997 40.0062, 4.0342 39.981133, 4.0765 39.958133, 4.1251 39.924733, 4.26925 39.746167, 4.2379 39.7263, 4.2097 39.712733, 4.18305 39.713767, 4.0577 39.796267, 3.8822 39.830733, 3.80385 39.835967, 3.7725 39.849533, 3.7443 39.897567, 3.7051 39.927867, 3.6957 39.9425, 3.6973 39.958133, 3.7255 39.979033, 3.7819 39.986333, 3.9198 39.986333, 3.9731 40.0062, 3.9997 40.0062)) -POLYGON ((11.85975 66.226033, 11.9001 66.226033, 11.9001 66.207867, 11.88475 66.193067, 11.86595 66.193067, 11.85235 66.207867, 11.85975 66.226033)) \ No newline at end of file +POLYGON ((11.85975 66.226033, 11.9001 66.226033, 11.9001 66.207867, 11.88475 66.193067, 11.86595 66.193067, 11.85235 66.207867, 11.85975 66.226033)) diff --git a/modules/core/src/test/resources/testdata/uk-arrows.wkt b/modules/core/src/test/resources/testdata/uk-arrows.wkt index f1da1115c..003cb9934 100644 --- a/modules/core/src/test/resources/testdata/uk-arrows.wkt +++ b/modules/core/src/test/resources/testdata/uk-arrows.wkt @@ -1,4 +1,4 @@ MULTIPOLYGON (((1330.6 1282.4, 1377.4 1282.4, 1361.8 1298, 1393 1313.6, 1361.8 1344.8, 1346.2 1313.6, 1330.6 1329.2, 1330.6 1282.4)), ((1330.6 1266.8, 1377.4 1266.8, 1361.8 1251.2, 1393 1235.6, 1361.8 1204.4, 1346.2 1235.6, 1330.6 1220, 1330.6 1266.8)), ((1315 1282.4, 1315 1329.2, 1299.4 1313.6, 1283.8 1344.8, 1252.6 1313.6, 1283.8 1298, 1268.2 1282.4, 1315 1282.4)), - ((1268.2 1266.8, 1315 1266.8, 1315 1220, 1299.4 1235.6, 1283.8 1204.4, 1252.6 1235.6, 1283.8 1251.2, 1268.2 1266.8))) \ No newline at end of file + ((1268.2 1266.8, 1315 1266.8, 1315 1220, 1299.4 1235.6, 1283.8 1204.4, 1252.6 1235.6, 1283.8 1251.2, 1268.2 1266.8))) diff --git a/modules/core/src/test/resources/testdata/uk.wkt b/modules/core/src/test/resources/testdata/uk.wkt index 11be2cbac..5dc122ae5 100644 --- a/modules/core/src/test/resources/testdata/uk.wkt +++ b/modules/core/src/test/resources/testdata/uk.wkt @@ -168,4 +168,4 @@ MULTIPOLYGON (((1271.2 1351.6, 1272.4 1352, 1271.6 1353.2, 1271.6 1353.6, 1272.8 1212.8 1236, 1212.8 1235.6, 1212 1234, 1207.2 1233.6, 1206.8 1233.2, 1205.2 1233.2, 1204.8 1233.2), (1212.4 1254, 1213.2 1253.2, 1212.8 1254, 1212.4 1254), (1217.6 1254.8, 1221.2 1256, 1221.2 1255.2, 1222 1255.2, 1222.8 1256.4, 1224.4 1256, 1224.8 1256.4, 1226 1256.4, 1224 1257.2, 1222.8 1257.2, - 1222.8 1257.6, 1222.4 1258.8, 1221.2 1258.4, 1221.2 1257.6, 1219.6 1255.6, 1218.4 1256, 1217.6 1254.8))) \ No newline at end of file + 1222.8 1257.6, 1222.4 1258.8, 1221.2 1258.4, 1221.2 1257.6, 1219.6 1255.6, 1218.4 1256, 1217.6 1254.8))) diff --git a/modules/core/src/test/resources/testdata/world.wkt b/modules/core/src/test/resources/testdata/world.wkt index e617b0df0..8e6489242 100644 --- a/modules/core/src/test/resources/testdata/world.wkt +++ b/modules/core/src/test/resources/testdata/world.wkt @@ -40603,4 +40603,4 @@ MULTIPOLYGON (((-102.46979576315526 -73.62297828712434, -102.48860160975227 -73. -152.9995129858815 -89.9, -153.99950980278265 -89.9, -154.9995066196838 -89.9, -155.99950343658497 -89.9, -156.99950025348613 -89.9, -157.9994970703873 -89.9, -158.99949388728845 -89.9, -159.9994907041896 -89.9, -160.99948752109077 -89.9, -161.99948433799193 -89.9, -162.9994811548931 -89.9, -163.99947797179425 -89.9, -164.9994747886954 -89.9, -165.99947160559657 -89.9, -166.99946842249773 -89.9, -167.9994652393989 -89.9, -168.99946205630005 -89.9, -169.9994588732012 -89.9, -170.99945569010237 -89.9, -171.99945250700353 -89.9, -172.99944932390468 -89.9, -173.99944614080584 -89.9, -174.999442957707 -89.9, -175.99943977460816 -89.9, -176.99943659150932 -89.9, -177.99943340841048 -89.9, -178.99943022531164 -89.9, -179.99942704221417 -89.9), - (90.00000000000003 -80.99716878026028, 89.99837493897195 -80.99999999530705, 89.99811553964307 -81.00045721739968, 90.00000000000003 -81.06029522246135, 90.00000000000003 -81.00160195049354, 90.00000000000003 -80.99999999891277, 90.00000000000003 -80.99930582094498, 90.00000000000003 -80.99750529980207, 90.00000000000003 -80.99716878026028))) \ No newline at end of file + (90.00000000000003 -80.99716878026028, 89.99837493897195 -80.99999999530705, 89.99811553964307 -81.00045721739968, 90.00000000000003 -81.06029522246135, 90.00000000000003 -81.00160195049354, 90.00000000000003 -80.99999999891277, 90.00000000000003 -80.99930582094498, 90.00000000000003 -80.99750529980207, 90.00000000000003 -80.99716878026028))) diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/BasicExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/BasicExample.java index c283fda0a..3c62dd68c 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/BasicExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/BasicExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ConstructionExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ConstructionExample.java index 8b567ac82..cd638df97 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ConstructionExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ConstructionExample.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -49,4 +49,4 @@ public class ConstructionExample System.out.println(mpt); } -} \ No newline at end of file +} diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinate.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinate.java index 90ac488eb..5a8508928 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinate.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinate.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateExample.java index 0732ab62b..c20df4731 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequence.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequence.java index 364de64ef..8817b574a 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequence.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequence.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequenceFactory.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequenceFactory.java index c75bfc32a..62de7101e 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequenceFactory.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/ExtendedCoordinateSequenceFactory.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/PrecisionModelExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/PrecisionModelExample.java index 4e10fe1cf..9a4cecef5 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/PrecisionModelExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/PrecisionModelExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/SimpleMethodsExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/SimpleMethodsExample.java index 74b66e7fa..c27d7e23b 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/SimpleMethodsExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/SimpleMethodsExample.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/geom/prep/PreparedGeometryExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/geom/prep/PreparedGeometryExample.java index d7be1be0a..9f45f4df6 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/geom/prep/PreparedGeometryExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/geom/prep/PreparedGeometryExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java index 7f8c9f0d6..76d891738 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/linearref/LinearRefExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/linearref/LinearRefExample.java index fedcdf141..ad85a216b 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/linearref/LinearRefExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/linearref/LinearRefExample.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -63,4 +63,4 @@ public class LinearRefExample { Coordinate midpt = indexedLine.extractPoint((index[0] + index[1]) / 2); System.out.println("Midpoint of extracted line: " + midpt); } -} \ No newline at end of file +} diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/operation/distance/ClosestPointExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/operation/distance/ClosestPointExample.java index f4aad7e82..81e4c7e04 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/operation/distance/ClosestPointExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/operation/distance/ClosestPointExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java index 6b6428e69..a5b46eb31 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java index e466c0084..019fcbd3b 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/precision/EnhancedPrecisionOpExample.java b/modules/example/src/main/java/org/locationtech/jtsexample/precision/EnhancedPrecisionOpExample.java index 901323e40..f09417418 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/precision/EnhancedPrecisionOpExample.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/precision/EnhancedPrecisionOpExample.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java b/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java index b4f7d0a7b..ffca5398b 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -75,4 +75,4 @@ public class LineStringSelfIntersections { } -} \ No newline at end of file +} diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/technique/PolygonUnionUsingBuffer.java b/modules/example/src/main/java/org/locationtech/jtsexample/technique/PolygonUnionUsingBuffer.java index 3711e8f2f..b82b303f6 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/technique/PolygonUnionUsingBuffer.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/technique/PolygonUnionUsingBuffer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java b/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java index baa943e66..94f3e125e 100644 --- a/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java +++ b/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonConstants.java b/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonConstants.java index b20003065..aa5b632c0 100644 --- a/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonConstants.java +++ b/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonConstants.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java b/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java index 40e7ee776..0bc95e0fc 100644 --- a/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java +++ b/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonWriter.java b/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonWriter.java index af8e57d06..57d0529c6 100644 --- a/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonWriter.java +++ b/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonTest.java b/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonTest.java index 4837579e2..746c5ad57 100644 --- a/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonTest.java +++ b/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonWriterTest.java b/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonWriterTest.java index 3031b63e1..a5510ee0b 100644 --- a/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonWriterTest.java +++ b/modules/io/common/src/test/java/org/locationtech/jts/io/geojson/GeoJsonWriterTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraGeom.java b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraGeom.java index a7e41fa64..0f061d3e4 100644 --- a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraGeom.java +++ b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraGeom.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraReader.java b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraReader.java index 4ccd2a784..0796f871d 100644 --- a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraReader.java +++ b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraReader.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraUtil.java b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraUtil.java index d29bd3125..183c7c2a0 100644 --- a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraUtil.java +++ b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraWriter.java b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraWriter.java index 884c80695..7d6f32b9c 100644 --- a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraWriter.java +++ b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/OraWriter.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/package.html b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/package.html index 4a3b2a6c9..7761d2e6b 100644 --- a/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/package.html +++ b/modules/io/ora/src/main/java/org/locationtech/jts/io/oracle/package.html @@ -3,4 +3,4 @@ Classes to read and write Oracle SDO_GEOMETRY object structures. - \ No newline at end of file + diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/BaseOraTestCase.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/BaseOraTestCase.java index 45c5983b4..fa557c809 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/BaseOraTestCase.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/BaseOraTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/ConnectedTestCase.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/ConnectedTestCase.java index 02c637805..de819ef7a 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/ConnectedTestCase.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/ConnectedTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/MDSYS.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/MDSYS.java index 552081e2b..6ef7cf5a7 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/MDSYS.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/MDSYS.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraReaderCreateTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraReaderCreateTest.java index 9d13c8bd8..8f2117ea3 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraReaderCreateTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraReaderCreateTest.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterCreateTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterCreateTest.java index 53671cd04..454bc3560 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterCreateTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterCreateTest.java @@ -10,9 +10,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterSQLTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterSQLTest.java index c7c799827..69b6bea7b 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterSQLTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/OraWriterSQLTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticLineStringTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticLineStringTest.java index 5de711501..2cf8d5416 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticLineStringTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticLineStringTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiLineStringTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiLineStringTest.java index 96b54de68..f2091ede5 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiLineStringTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiLineStringTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPointTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPointTest.java index f6381b827..1f6d0bed1 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPointTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPointTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPolygonTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPolygonTest.java index 49ea39db3..378ec3745 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPolygonTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticMultiPolygonTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPointTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPointTest.java index 6d753e554..019f5689c 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPointTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPointTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPolygonTest.java b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPolygonTest.java index 47511d8eb..ac3296bd1 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPolygonTest.java +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/StaticPolygonTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/connection.properties b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/connection.properties index 14c418f8f..febdd24d8 100644 --- a/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/connection.properties +++ b/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/connection.properties @@ -2,4 +2,4 @@ test.server=ora2 test.port=1521 test.sid=DEV test.user=cisd -test.pwd=password \ No newline at end of file +test.pwd=password diff --git a/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/SdeReader.java b/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/SdeReader.java index 9709777b7..1168614ef 100644 --- a/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/SdeReader.java +++ b/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/SdeReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/package.html b/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/package.html index d682d20a3..5f8df0574 100644 --- a/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/package.html +++ b/modules/io/sde/src/main/java/org/locationtech/jts/io/sde/package.html @@ -3,4 +3,4 @@ Classes to read and write ESRI SDE shapes. - \ No newline at end of file + diff --git a/modules/lab/src/main/java/org/locationtech/jts/hull/ConcaveHull.java b/modules/lab/src/main/java/org/locationtech/jts/hull/ConcaveHull.java index 6f0b30eeb..da239803b 100644 --- a/modules/lab/src/main/java/org/locationtech/jts/hull/ConcaveHull.java +++ b/modules/lab/src/main/java/org/locationtech/jts/hull/ConcaveHull.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jts/operation/buffer/VariableWidthBuffer.java b/modules/lab/src/main/java/org/locationtech/jts/operation/buffer/VariableWidthBuffer.java index ba1118ef8..c64ba9366 100644 --- a/modules/lab/src/main/java/org/locationtech/jts/operation/buffer/VariableWidthBuffer.java +++ b/modules/lab/src/main/java/org/locationtech/jts/operation/buffer/VariableWidthBuffer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/ClipFunctions.java b/modules/lab/src/main/java/org/locationtech/jtslab/ClipFunctions.java index 36e8ad7c2..ae638fe92 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/ClipFunctions.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/ClipFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/OverlayOptFunctions.java b/modules/lab/src/main/java/org/locationtech/jtslab/OverlayOptFunctions.java index 9bb2ba261..96496ded1 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/OverlayOptFunctions.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/OverlayOptFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/RemoverFunctions.java b/modules/lab/src/main/java/org/locationtech/jtslab/RemoverFunctions.java index 85098d8a4..637e4e342 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/RemoverFunctions.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/RemoverFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundFunctions.java b/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundFunctions.java index 01a7e5de3..cb835bbc3 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundFunctions.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundOverlayFunctions.java b/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundOverlayFunctions.java index 0716d2330..340ecebd8 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundOverlayFunctions.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/SnapRoundOverlayFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/clean/HoleRemover.java b/modules/lab/src/main/java/org/locationtech/jtslab/clean/HoleRemover.java index 14767c47e..67dff5bfa 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/clean/HoleRemover.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/clean/HoleRemover.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/clean/InvalidHoleRemover.java b/modules/lab/src/main/java/org/locationtech/jtslab/clean/InvalidHoleRemover.java index c32118d08..c89990455 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/clean/InvalidHoleRemover.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/clean/InvalidHoleRemover.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/clean/SmallHoleRemover.java b/modules/lab/src/main/java/org/locationtech/jtslab/clean/SmallHoleRemover.java index 5e19f907b..07e471323 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/clean/SmallHoleRemover.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/clean/SmallHoleRemover.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/clip/RectangleClipPolygon.java b/modules/lab/src/main/java/org/locationtech/jtslab/clip/RectangleClipPolygon.java index d38a41e74..7cceefca4 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/clip/RectangleClipPolygon.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/clip/RectangleClipPolygon.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -354,4 +354,4 @@ public class RectangleClipPolygon { } } -;;; \ No newline at end of file +;;; diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/edgeray/EdgeRay.java b/modules/lab/src/main/java/org/locationtech/jtslab/edgeray/EdgeRay.java index c48251c7f..2e6c8e491 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/edgeray/EdgeRay.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/edgeray/EdgeRay.java @@ -77,4 +77,4 @@ class EdgeRay { public static double areaTerm(Coordinate v, Coordinate p0, Coordinate p1, boolean isNormalToRight) { return areaTerm(v.x, v.y, p0.x, p0.y, p1.x, p1.y, isNormalToRight); } -} \ No newline at end of file +} diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java b/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java index 8bb126f2f..42ea6b323 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometryCoordinateReplacer.java b/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometryCoordinateReplacer.java index 9b5fe1c85..9e1662a56 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometryCoordinateReplacer.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometryCoordinateReplacer.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -73,4 +73,4 @@ class GeometryCoordinateReplacer extends CoordinateSequenceOperation { return 2; return 0; } -} \ No newline at end of file +} diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometrySnapRounder.java b/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometrySnapRounder.java index bc6ce702e..734a1794a 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometrySnapRounder.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/snapround/GeometrySnapRounder.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/main/java/org/locationtech/jtslab/snapround/PolygonCleaner.java b/modules/lab/src/main/java/org/locationtech/jtslab/snapround/PolygonCleaner.java index 3983db0f6..e7429649f 100644 --- a/modules/lab/src/main/java/org/locationtech/jtslab/snapround/PolygonCleaner.java +++ b/modules/lab/src/main/java/org/locationtech/jtslab/snapround/PolygonCleaner.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/test/java/org/locationtech/jts/geom/OctagonalEnvelopeTest.java b/modules/lab/src/test/java/org/locationtech/jts/geom/OctagonalEnvelopeTest.java index 8cd4c1754..2d4a472e5 100644 --- a/modules/lab/src/test/java/org/locationtech/jts/geom/OctagonalEnvelopeTest.java +++ b/modules/lab/src/test/java/org/locationtech/jts/geom/OctagonalEnvelopeTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/test/java/org/locationtech/jts/hull/ConcaveHullTest.java b/modules/lab/src/test/java/org/locationtech/jts/hull/ConcaveHullTest.java index f709cd1d1..3c8adfbb0 100644 --- a/modules/lab/src/test/java/org/locationtech/jts/hull/ConcaveHullTest.java +++ b/modules/lab/src/test/java/org/locationtech/jts/hull/ConcaveHullTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/test/java/org/locationtech/jtslab/clean/InvalidHoleRemoverTest.java b/modules/lab/src/test/java/org/locationtech/jtslab/clean/InvalidHoleRemoverTest.java index b12931371..b506f1754 100644 --- a/modules/lab/src/test/java/org/locationtech/jtslab/clean/InvalidHoleRemoverTest.java +++ b/modules/lab/src/test/java/org/locationtech/jtslab/clean/InvalidHoleRemoverTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/test/java/org/locationtech/jtslab/clean/SmallHoleRemoverTest.java b/modules/lab/src/test/java/org/locationtech/jtslab/clean/SmallHoleRemoverTest.java index 652f4f241..0d27323b3 100644 --- a/modules/lab/src/test/java/org/locationtech/jtslab/clean/SmallHoleRemoverTest.java +++ b/modules/lab/src/test/java/org/locationtech/jtslab/clean/SmallHoleRemoverTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/lab/src/test/java/org/locationtech/jtslab/clip/RectangleClipPolygonTest.java b/modules/lab/src/test/java/org/locationtech/jtslab/clip/RectangleClipPolygonTest.java index ba4d38ba0..432da1cf3 100644 --- a/modules/lab/src/test/java/org/locationtech/jtslab/clip/RectangleClipPolygonTest.java +++ b/modules/lab/src/test/java/org/locationtech/jtslab/clip/RectangleClipPolygonTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java b/modules/tests/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java index e6c9668bb..606d23ffa 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/TestCoordinateSequenceFactory.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -29,4 +29,4 @@ public class TestCoordinateSequenceFactory { private TestCoordinateSequenceFactory() { } -} \ No newline at end of file +} diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java b/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java index 63c4b5a77..7d12c2b76 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/command/Option.java b/modules/tests/src/main/java/org/locationtech/jtstest/command/Option.java index 30394d4ee..d3f5d5970 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/command/Option.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/command/Option.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java b/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java index ee7d9e27a..c75017e58 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/command/ParseException.java b/modules/tests/src/main/java/org/locationtech/jtstest/command/ParseException.java index ea46c5683..0c4e7de28 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/command/ParseException.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/command/ParseException.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/ArgumentConverter.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/ArgumentConverter.java index e797f02a2..5bf8382a1 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/ArgumentConverter.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/ArgumentConverter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BaseGeometryFunction.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BaseGeometryFunction.java index 82d364f0d..6baaafb3b 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BaseGeometryFunction.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BaseGeometryFunction.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BufferValidatedGeometryOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BufferValidatedGeometryOperation.java index 4e715a1f6..683112302 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BufferValidatedGeometryOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/BufferValidatedGeometryOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunction.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunction.java index 80f57c483..088903d83 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunction.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunction.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionOperation.java index 28ac91367..dcb310b64 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java index f067c69a5..48366a63c 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMatcher.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMatcher.java index 14557b002..0a3d30c12 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMatcher.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMatcher.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java index 758b525a0..754ae8ee0 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -216,4 +216,4 @@ public class GeometryMethodOperation throw new JTSTestReflectionException("Unsupported result type: " + method.getReturnType()); } -} \ No newline at end of file +} diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryOperation.java index 1cb7a0d05..28b945c0c 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -48,4 +48,4 @@ public interface GeometryOperation */ Result invoke(String opName, Geometry geometry, Object[] args) throws Exception; -} \ No newline at end of file +} diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/LoggingGeometryOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/LoggingGeometryOperation.java index 9b6932de6..d8d2b842f 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/LoggingGeometryOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/LoggingGeometryOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/NormalizedGeometryMatcher.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/NormalizedGeometryMatcher.java index be7f90419..837ee8128 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/NormalizedGeometryMatcher.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/NormalizedGeometryMatcher.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/OverlayValidatedGeometryOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/OverlayValidatedGeometryOperation.java index 088a4aa1d..3c7a43b73 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/OverlayValidatedGeometryOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/OverlayValidatedGeometryOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryOperation.java index 777ce3a21..7aab47a50 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryTeeOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryTeeOperation.java index 398376a03..e02c418c9 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryTeeOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/PreparedGeometryTeeOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/StaticMethodGeometryFunction.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/StaticMethodGeometryFunction.java index ff408f307..fbe6cc074 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/StaticMethodGeometryFunction.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/StaticMethodGeometryFunction.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TeeGeometryOperation.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TeeGeometryOperation.java index 91f3f6bab..ad53a59b7 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TeeGeometryOperation.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TeeGeometryOperation.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TestCaseGeometryFunctions.java b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TestCaseGeometryFunctions.java index f12ef03f5..c2b804ffe 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TestCaseGeometryFunctions.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/geomop/TestCaseGeometryFunctions.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -76,4 +76,4 @@ public class TestCaseGeometryFunctions return polygonize(g, true); } } -; \ No newline at end of file +; diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BooleanResult.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BooleanResult.java index d751826ab..c0cd644e6 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BooleanResult.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BooleanResult.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BufferResultMatcher.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BufferResultMatcher.java index 664ec70d1..004a7d34c 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BufferResultMatcher.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/BufferResultMatcher.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/DoubleResult.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/DoubleResult.java index 20fceb2f9..2b4685201 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/DoubleResult.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/DoubleResult.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/EqualityResultMatcher.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/EqualityResultMatcher.java index a989e5285..7502b6451 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/EqualityResultMatcher.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/EqualityResultMatcher.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryOperationLoader.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryOperationLoader.java index 215160e35..781ce21b3 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryOperationLoader.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryOperationLoader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -47,4 +47,4 @@ public class GeometryOperationLoader } } -} \ No newline at end of file +} diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryResult.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryResult.java index d3d4f7413..cb7c031b3 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryResult.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GeometryResult.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GuiUtil.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GuiUtil.java index a911079be..b099d2146 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GuiUtil.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/GuiUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/IntegerResult.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/IntegerResult.java index 9e260c4c7..36daf0b69 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/IntegerResult.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/IntegerResult.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestReflectionException.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestReflectionException.java index 82c8ed0ce..86e9bea5a 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestReflectionException.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestReflectionException.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -41,4 +41,4 @@ public class JTSTestReflectionException return msg; } -} \ No newline at end of file +} diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java index 38413e54a..2d6dc1ce6 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java @@ -3,9 +3,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Logger.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Logger.java index f0c8581ac..b1a4012e9 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Logger.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Logger.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/NullResultMatcher.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/NullResultMatcher.java index c2f1eda8f..3695f3891 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/NullResultMatcher.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/NullResultMatcher.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java index 5b5198aad..aa2600d0e 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ReportWriter.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ReportWriter.java index 001221d83..9ffaae87a 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ReportWriter.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ReportWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Result.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Result.java index 43edc443b..21b099e92 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Result.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Result.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ResultMatcher.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ResultMatcher.java index 442f63ff5..5507212f1 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ResultMatcher.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/ResultMatcher.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/SimpleReportWriter.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/SimpleReportWriter.java index 6af501761..4052cbcf2 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/SimpleReportWriter.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/SimpleReportWriter.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Test.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Test.java index 624527653..36386e3ab 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Test.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Test.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestCase.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestCase.java index c32bbbefe..2cc9b3801 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestCase.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java index dd5562de7..a791acbcb 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestParseException.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestParseException.java index 56495f50f..88bb8cbf0 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestParseException.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestParseException.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java index 282d8e0fd..fe8c991c7 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRun.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRun.java index 75cd278f6..a4ef73e70 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRun.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRun.java @@ -4,9 +4,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java index cc9f0fdf3..2cab8e111 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java @@ -2,9 +2,9 @@ * Copyright (c) 2019 Martin Davis. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java b/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java index a2e04f02e..051e48c02 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/main/java/org/locationtech/jtstest/util/io/WKTOrWKBReader.java b/modules/tests/src/main/java/org/locationtech/jtstest/util/io/WKTOrWKBReader.java index ca637c721..67f4e93ed 100644 --- a/modules/tests/src/main/java/org/locationtech/jtstest/util/io/WKTOrWKBReader.java +++ b/modules/tests/src/main/java/org/locationtech/jtstest/util/io/WKTOrWKBReader.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. @@ -65,4 +65,4 @@ public class WKTOrWKBReader return wkbReader.read(WKBReader.hexToBytes(trimStr)); return wktReader.read(trimStr); } -} \ No newline at end of file +} diff --git a/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java b/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java index 193c584f3..c18469ec2 100644 --- a/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java +++ b/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2016 Vivid Solutions. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. - * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html * and the Eclipse Distribution License is available at * * http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/modules/tests/src/test/resources/testxml/failure/TestBufferInsideNonEmpty.xml b/modules/tests/src/test/resources/testxml/failure/TestBufferInsideNonEmpty.xml index 6740da264..737243e2c 100644 --- a/modules/tests/src/test/resources/testxml/failure/TestBufferInsideNonEmpty.xml +++ b/modules/tests/src/test/resources/testxml/failure/TestBufferInsideNonEmpty.xml @@ -19,4 +19,4 @@ POLYGON EMPTY - \ No newline at end of file + diff --git a/modules/tests/src/test/resources/testxml/general/TestOverlayLLPrec.xml b/modules/tests/src/test/resources/testxml/general/TestOverlayLLPrec.xml index 454203caa..e47e58661 100644 --- a/modules/tests/src/test/resources/testxml/general/TestOverlayLLPrec.xml +++ b/modules/tests/src/test/resources/testxml/general/TestOverlayLLPrec.xml @@ -105,4 +105,4 @@ - \ No newline at end of file + diff --git a/modules/tests/src/test/resources/testxml/general/TestPolygonize.xml b/modules/tests/src/test/resources/testxml/general/TestPolygonize.xml index f26301a94..69f80339e 100644 --- a/modules/tests/src/test/resources/testxml/general/TestPolygonize.xml +++ b/modules/tests/src/test/resources/testxml/general/TestPolygonize.xml @@ -65,4 +65,4 @@ GEOMETRYCOLLECTION (POLYGON ((200 100, 100 100, 100 200, 200 200, 200 179.966666 - \ No newline at end of file + diff --git a/modules/tests/src/test/resources/testxml/misc/TestBufferExternal2.xml b/modules/tests/src/test/resources/testxml/misc/TestBufferExternal2.xml index 10dffea4d..894433164 100644 --- a/modules/tests/src/test/resources/testxml/misc/TestBufferExternal2.xml +++ b/modules/tests/src/test/resources/testxml/misc/TestBufferExternal2.xml @@ -505,4 +505,4 @@ POLYGON((153556.031985 514886.227985,153560.525985 514886.012985,153566.393985 514886.836985,153572.264985 514888.653985,153582.160985 514890.869985,153584.416985 514890.833985,153588.654985 514889.150985,153590.995985 514887.355985,153594.093985 514881.247985,153600.596985 514871.470985,153607.108985 514856.972985,153612.956985 514847.521985,153608.356985 514841.430985,153606.284985 514837.439985,153605.664985 514834.687985,153605.359985 514830.122985,153602.267985 514813.476985,153597.582985 514800.609985,153596.965985 514795.730985,153594.556985 514792.788985,153590.938985 514790.044985,153579.228985 514795.635985,153573.643985 514797.721985,153559.445985 514799.291985,153546.944985 514802.898985,153541.754985 514805.976985,153537.104985 514807.634985,153532.352985 514810.440985,153520.030985 514819.197985,153514.515985 514821.769985,153510.278985 514822.486985,153507.876985 514821.350985,153504.524985 514817.626985,153501.188985 514808.128985,153492.871985 514787.013985,153489.388985 514780.831985,153486.307985 514777.186985,153482.664985 514774.839985,153479.481985 514774.368985,153474.831985 514774.926985,153469.574985 514776.303985,153466.025985 514779.167985,153457.313985 514787.843985,153455.681985 514790.459985,153452.692985 514795.895985,153448.357985 514807.237985,153450.054985 514811.435985,153451.618985 514813.811985,153455.073985 514816.927985,153474.460985 514819.993985,153483.496985 514823.991985,153487.335985 514827.674985,153490.999985 514832.613985,153492.523985 514837.561985,153493.082985 514843.424985,153490.543985 514855.424985,153490.223985 514860.751985,153488.498985 514874.433985,153495.036985 514879.182985,153501.180985 514882.939985,153516.063985 514894.582985,153519.796985 514897.079985,153525.665985 514899.415985,153529.748985 514901.565985,153534.832985 514900.527985,153538.446985 514898.728985,153542.061985 514896.077985,153549.964985 514888.768985,153554.033985 514886.791985,153556.031985 514886.227985)) POLYGON( EMPTY) - \ No newline at end of file + diff --git a/modules/tests/src/test/resources/testxml/misc/TestValid.xml b/modules/tests/src/test/resources/testxml/misc/TestValid.xml index 21cc11faa..e91b814cb 100644 --- a/modules/tests/src/test/resources/testxml/misc/TestValid.xml +++ b/modules/tests/src/test/resources/testxml/misc/TestValid.xml @@ -23,4 +23,4 @@ POLYGON (( - \ No newline at end of file + diff --git a/modules/tests/src/test/resources/testxml/robust/ExternalRobustness.xml b/modules/tests/src/test/resources/testxml/robust/ExternalRobustness.xml index 7135273aa..a3e08f3a8 100644 --- a/modules/tests/src/test/resources/testxml/robust/ExternalRobustness.xml +++ b/modules/tests/src/test/resources/testxml/robust/ExternalRobustness.xml @@ -217,4 +217,4 @@ true - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index a4443f522..d39e572ec 100755 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ - Eclipse Publish License, Version 1.0 - https://github.com/locationtech/jts/blob/master/LICENSE_EPLv1.txt + Eclipse Public License, Version 2.0 + https://github.com/locationtech/jts/blob/master/LICENSE_EPLv2.txt Eclipse Distribution License - v 1.0 -- GitLab