Revision: 4406 http://sourceforge.net/p/jump-pilot/code/4406 Author: jratike80 Date: 2015-04-23 07:14:40 +0000 (Thu, 23 Apr 2015) Log Message: ----------- Add GPL license and copyright (C) Jorge Almaraz to source files.
Modified Paths: -------------- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/ImportLayer.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PrintLog.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PuglinTest.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDb.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDialog.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteExtension.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteGeometryBlob.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialitePluging.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteValueConverterFactory.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SqliteTokenMarker.java plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/Tnode.java Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/ImportLayer.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/ImportLayer.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/ImportLayer.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import com.vividsolutions.jts.io.ParseException; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PrintLog.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PrintLog.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PrintLog.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import com.vividsolutions.jump.workbench.plugin.PlugInContext; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PuglinTest.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PuglinTest.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/PuglinTest.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import javax.swing.*; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDb.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDb.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDb.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDialog.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDialog.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteDialog.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import com.vividsolutions.jump.workbench.plugin.PlugInContext; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteExtension.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteExtension.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteExtension.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import com.vividsolutions.jump.workbench.plugin.Extension; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteGeometryBlob.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteGeometryBlob.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteGeometryBlob.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import org.apache.log4j.Logger; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialitePluging.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialitePluging.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialitePluging.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import com.vividsolutions.jump.workbench.WorkbenchContext; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteValueConverterFactory.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteValueConverterFactory.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SpatialiteValueConverterFactory.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import com.vividsolutions.jts.geom.Geometry; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SqliteTokenMarker.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SqliteTokenMarker.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/SqliteTokenMarker.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; Modified: plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/Tnode.java =================================================================== --- plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/Tnode.java 2015-04-22 15:09:20 UTC (rev 4405) +++ plug-ins/SpatialitePlugin/trunk/src/org/jam/openjump/spatialiteplugin/Tnode.java 2015-04-23 07:14:40 UTC (rev 4406) @@ -1,3 +1,32 @@ +/* + * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI + * for visualizing and manipulating spatial features with geometry and attributes. + * + * JUMP is Copyright (C) 2003 Vivid Solutions + * + * This program implements extensions to JUMP and is + * Copyright (C) 2010 Jorge Almaraz. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * For more information, contact: + * + * Jukka Rahkonen + * jukka.rahko...@latuviitta.fi + * + */ package org.jam.openjump.spatialiteplugin; import java.io.FileNotFoundException; ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel