Revision: 5379
http://sourceforge.net/p/jump-pilot/code/5379
Author: michaudm
Date: 2017-03-18 08:56:50 +0000 (Sat, 18 Mar 2017)
Log Message:
-----------
Adding licence header to MakeValidOp to make it usable by other softwares.
Modified Paths:
--------------
core/trunk/src/com/vividsolutions/jump/geom/MakeValidOp.java
Modified: core/trunk/src/com/vividsolutions/jump/geom/MakeValidOp.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/geom/MakeValidOp.java
2017-03-16 15:26:48 UTC (rev 5378)
+++ core/trunk/src/com/vividsolutions/jump/geom/MakeValidOp.java
2017-03-18 08:56:50 UTC (rev 5379)
@@ -1,3 +1,24 @@
+/*
+ * This program extends Java Topology Suite (JTS) capability and is made
+ * available to any Software already using Java Topology Suite.
+ *
+ * Copyright (C) Micha\xEBl Michaud (2017)
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the Lesser GNU General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * Lesser GNU General Public License for more details.
+ *
+ * You should have received a copy of the Lesser GNU General Public
+ * License along with this program.
+ * If not, see <http://www.gnu.org/licenses/>.
+ */
+
package com.vividsolutions.jump.geom;
import com.vividsolutions.jts.algorithm.RobustLineIntersector;
@@ -21,6 +42,8 @@
* <br/>
* Making a geometry valid will remove duplicate points although duplicate
points
* do not make a geometry invalid.
+ *
+ * @author Micha\xEBl Michaud
*/
public class MakeValidOp {
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel