[postgis-commits] svn - r2805 - in trunk: loader lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Jun 5 07:47:32 PDT 2008
Author: mcayland
Date: 2008-06-05 07:47:31 -0700 (Thu, 05 Jun 2008)
New Revision: 2805
Removed:
trunk/loader/compat.h
Modified:
trunk/loader/Makefile.pgsql2shp.in
trunk/loader/Makefile.shp2pgsql.in
trunk/loader/pgsql2shp.c
trunk/lwgeom/Makefile
trunk/lwgeom/Makefile.in
Log:
Update new Makefile copyrights, also remove compat.h from the loader/ directory since it is now no longer needed.
Modified: trunk/loader/Makefile.pgsql2shp.in
===================================================================
--- trunk/loader/Makefile.pgsql2shp.in 2008-06-05 14:30:54 UTC (rev 2804)
+++ trunk/loader/Makefile.pgsql2shp.in 2008-06-05 14:47:31 UTC (rev 2805)
@@ -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
Modified: trunk/loader/Makefile.shp2pgsql.in
===================================================================
--- trunk/loader/Makefile.shp2pgsql.in 2008-06-05 14:30:54 UTC (rev 2804)
+++ trunk/loader/Makefile.shp2pgsql.in 2008-06-05 14:47:31 UTC (rev 2805)
@@ -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
Deleted: trunk/loader/compat.h
===================================================================
--- trunk/loader/compat.h 2008-06-05 14:30:54 UTC (rev 2804)
+++ trunk/loader/compat.h 2008-06-05 14:47:31 UTC (rev 2805)
@@ -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 */
Modified: trunk/loader/pgsql2shp.c
===================================================================
--- trunk/loader/pgsql2shp.c 2008-06-05 14:30:54 UTC (rev 2804)
+++ trunk/loader/pgsql2shp.c 2008-06-05 14:47:31 UTC (rev 2805)
@@ -35,7 +35,6 @@
#include "libpq-fe.h"
#include "shapefil.h"
#include "getopt.h"
-#include "compat.h"
#include <sys/types.h> // for getpid()
#include <unistd.h> // for getpid()
Modified: trunk/lwgeom/Makefile
===================================================================
--- trunk/lwgeom/Makefile 2008-06-05 14:30:54 UTC (rev 2804)
+++ trunk/lwgeom/Makefile 2008-06-05 14:47:31 UTC (rev 2805)
@@ -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
Modified: trunk/lwgeom/Makefile.in
===================================================================
--- trunk/lwgeom/Makefile.in 2008-06-05 14:30:54 UTC (rev 2804)
+++ trunk/lwgeom/Makefile.in 2008-06-05 14:47:31 UTC (rev 2805)
@@ -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
More information about the postgis-commits
mailing list