From e3af7ccce57b37fa46f06d79d76ff02f7fdbe07b Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Thu, 5 Jun 2008 14:47:31 +0000 Subject: [PATCH] Update new Makefile copyrights, also remove compat.h from the loader/ directory since it is now no longer needed. git-svn-id: http://svn.osgeo.org/postgis/trunk@2805 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/Makefile.pgsql2shp.in | 15 ++++++++++++--- loader/Makefile.shp2pgsql.in | 15 ++++++++++++--- loader/compat.h | 12 ------------ loader/pgsql2shp.c | 1 - lwgeom/Makefile | 15 ++++++++++++--- lwgeom/Makefile.in | 15 ++++++++++++--- 6 files changed, 48 insertions(+), 25 deletions(-) delete mode 100644 loader/compat.h diff --git a/loader/Makefile.pgsql2shp.in b/loader/Makefile.pgsql2shp.in index cb91f8331..20b0106ed 100644 --- a/loader/Makefile.pgsql2shp.in +++ b/loader/Makefile.pgsql2shp.in @@ -1,6 +1,15 @@ -# -# PostGIS PGXS build system -# +# ********************************************************************** +# * $Id: Makefile.pgsql2shp.in +# * +# * PostGIS - Spatial Types for PostgreSQL +# * http://postgis.refractions.net +# * Copyright 2008 Mark Cave-Ayland +# * +# * This is free software; you can redistribute and/or modify it under +# * the terms of the GNU General Public Licence. See the COPYING file. +# * +# ********************************************************************** + PROGRAM=pgsql2shp # List of objects to build diff --git a/loader/Makefile.shp2pgsql.in b/loader/Makefile.shp2pgsql.in index 0e4f36189..d8a53da7a 100644 --- a/loader/Makefile.shp2pgsql.in +++ b/loader/Makefile.shp2pgsql.in @@ -1,6 +1,15 @@ -# -# PostGIS PGXS build system -# +# ********************************************************************** +# * $Id: Makefile.shp2pgsql.in +# * +# * PostGIS - Spatial Types for PostgreSQL +# * http://postgis.refractions.net +# * Copyright 2008 Mark Cave-Ayland +# * +# * This is free software; you can redistribute and/or modify it under +# * the terms of the GNU General Public Licence. See the COPYING file. +# * +# **********************************************************************i + PROGRAM=shp2pgsql # List of objects to build diff --git a/loader/compat.h b/loader/compat.h deleted file mode 100644 index 94d100e75..000000000 --- a/loader/compat.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _COMPAT_H -#define _COMPAT_H 1 - -#include -#include -#include - -#if USE_VERSION < 73 -unsigned char *PQunescapeBytea(const unsigned char *strtext, size_t *retbuflen); -#endif - -#endif /* ifndef _COMPAT_H */ diff --git a/loader/pgsql2shp.c b/loader/pgsql2shp.c index e9a784db3..a98ec495f 100644 --- a/loader/pgsql2shp.c +++ b/loader/pgsql2shp.c @@ -35,7 +35,6 @@ static char rcsid[] = #include "libpq-fe.h" #include "shapefil.h" #include "getopt.h" -#include "compat.h" #include // for getpid() #include // for getpid() diff --git a/lwgeom/Makefile b/lwgeom/Makefile index 65bc7d23f..93ef70790 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -1,6 +1,15 @@ -# -# PostGIS PGXS build system -# +# ********************************************************************** +# * $Id: Makefile.in +# * +# * PostGIS - Spatial Types for PostgreSQL +# * http://postgis.refractions.net +# * Copyright 2008 Mark Cave-Ayland +# * +# * This is free software; you can redistribute and/or modify it under +# * the terms of the GNU General Public Licence. See the COPYING file. +# * +# ********************************************************************** + MODULE_big=lwpostgis diff --git a/lwgeom/Makefile.in b/lwgeom/Makefile.in index 7a16c2e38..8073cf480 100644 --- a/lwgeom/Makefile.in +++ b/lwgeom/Makefile.in @@ -1,6 +1,15 @@ -# -# PostGIS PGXS build system -# +# ********************************************************************** +# * $Id: Makefile.in +# * +# * PostGIS - Spatial Types for PostgreSQL +# * http://postgis.refractions.net +# * Copyright 2008 Mark Cave-Ayland +# * +# * This is free software; you can redistribute and/or modify it under +# * the terms of the GNU General Public Licence. See the COPYING file. +# * +# ********************************************************************** + MODULE_big=lwpostgis -- 2.50.1