Skip to content

Commit

Permalink
unify copyright notice and list authors in separate file as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasbaumh committed Feb 2, 2023
1 parent 240c2df commit bed18af
Show file tree
Hide file tree
Showing 49 changed files with 416 additions and 271 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(C) 2004 Paul Ramsey, pramsey@refractions.net
(C) 2005 Markus Schaber, markus.schaber@logix-tt.com
(C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
(C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/CircularString.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* CircularString.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
12 changes: 4 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/CompoundCurve.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* MultiCurve.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,10 +17,9 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;

import java.util.ArrayList;
Expand Down
22 changes: 22 additions & 0 deletions src/main/java/io/github/sebasbaumh/postgis/Curve.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;

import org.eclipse.jdt.annotation.NonNullByDefault;
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/CurvePolygon.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* Polygon.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
11 changes: 4 additions & 7 deletions src/main/java/io/github/sebasbaumh/postgis/DriverWrapper.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* DriverWrapper.java
*
* PostGIS extension for PostgreSQL JDBC driver - Wrapper utility class
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -18,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/Geometry.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* Geometry.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* GeometryCollection.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* LineBasedGeom.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/LineString.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* LineString.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/LinearRing.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* LinearRing.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/MultiCurve.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* MultiCurve.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
22 changes: 22 additions & 0 deletions src/main/java/io/github/sebasbaumh/postgis/MultiGeometry.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;

import java.util.ArrayList;
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/MultiLineString.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* MultiLineString.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
11 changes: 3 additions & 8 deletions src/main/java/io/github/sebasbaumh/postgis/MultiPoint.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* MultiPoint.java
*
* PostGIS extension for PostgreSQL JDBC driver - geometry model
* PostGIS extension for PostgreSQL JDBC driver
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
* (C) 2005 Markus Schaber, markus.schaber@logix-tt.com
*
* (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com
* (C) 2018-2023 Sebastian Baumhekel, sebastian.baumhekel@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,9 +17,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* License along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

package io.github.sebasbaumh.postgis;
Expand Down
Loading

0 comments on commit bed18af

Please sign in to comment.