]> granicus.if.org Git - postgis/commitdiff
Update new Makefile copyrights, also remove compat.h from the loader/ directory since...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 5 Jun 2008 14:47:31 +0000 (14:47 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 5 Jun 2008 14:47:31 +0000 (14:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2805 b70326c6-7e19-0410-871a-916f4a2858ee

loader/Makefile.pgsql2shp.in
loader/Makefile.shp2pgsql.in
loader/compat.h [deleted file]
loader/pgsql2shp.c
lwgeom/Makefile
lwgeom/Makefile.in

index cb91f83310dcc793252011214fe6fc68f864b322..20b0106edb884dd9fb73d6f8acb421e5a702bd41 100644 (file)
@@ -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
index 0e4f36189162a7ad955799a6072a17d2d80d6a3e..d8a53da7a090b237d37cfde91e331e29c8d4e5b4 100644 (file)
@@ -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 (file)
index 94d100e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _COMPAT_H
-#define _COMPAT_H 1
-
-#include <stdlib.h>
-#include <ctype.h>
-#include <stdio.h>
-
-#if USE_VERSION < 73
-unsigned char *PQunescapeBytea(const unsigned char *strtext, size_t *retbuflen);
-#endif
-
-#endif /* ifndef _COMPAT_H */
index e9a784db314e7f1732490795396b56fd4257ee77..a98ec495fcf916d1fbc999194105bb54080367fe 100644 (file)
@@ -35,7 +35,6 @@ static char rcsid[] =
 #include "libpq-fe.h"
 #include "shapefil.h"
 #include "getopt.h"
-#include "compat.h"
 #include <sys/types.h> // for getpid()
 #include <unistd.h> // for getpid()
 
index 65bc7d23f1b128a8240cb458d8a5ae939f50b223..93ef7079076f9fd34aafeea80374a955f2db343f 100644 (file)
@@ -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
 
 
index 7a16c2e38c80b48503f24a1cb03efe95251ea82d..8073cf4802049c79b85aa5c7ad91563ab57be305 100644 (file)
@@ -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