]> granicus.if.org Git - postgis/commitdiff
Added maintainer notice, to reduce Jeff-strk mail bounces
authorSandro Santilli <strk@keybit.net>
Mon, 31 Jan 2005 22:15:22 +0000 (22:15 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 31 Jan 2005 22:15:22 +0000 (22:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1360 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c
loader/shp2pgsql.c

index e22f72e6ef551d2ed0394d2be867a8ecb2be79ed..aa4f67ad9d771b4964f76c5fcd26a83bfd0d7d7b 100644 (file)
  *
  * PostGIS to Shapefile converter
  *
+ * Original Author: Jeff Lounsbury, jeffloun@refractions.net
+ *
+ * Maintainer: Sandro Santilli, strk@refractions.net
+ *
  **********************************************************************/
 
 static char rcsid[] =
@@ -3115,6 +3119,9 @@ create_usrquerytable()
 
 /**********************************************************************
  * $Log$
+ * Revision 1.71  2005/01/31 22:15:22  strk
+ * Added maintainer notice, to reduce Jeff-strk mail bounces
+ *
  * Revision 1.70  2004/12/22 10:29:09  strk
  * Drop useless SRID from geometry when downloading EWKB format.
  *
index 71836b57f4666ba1c736a1f585d84389dc5c6787..918c12f1c8c6f6867a915c1bce4ccbdc5b5cfd1b 100644 (file)
@@ -1,8 +1,6 @@
 /**********************************************************************
  * $Id$
  *
- * Author: Jeff Lounsbury, jeffloun@refractions.net
- *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.refractions.net
  * Copyright 2001-2003 Refractions Research Inc.
  * Specifically designed to insert type 'geometry' (a custom 
  * written PostgreSQL type) for the shape files and PostgreSQL 
  * standard types for all attributes of the entity. 
+ *
+ * Original Author: Jeff Lounsbury, jeffloun@refractions.net
+ *
+ * Maintainer: Sandro Santilli, strk@refractions.net
+ *
  **********************************************************************/
 
 #include "shapefil.h"
@@ -1379,6 +1382,9 @@ utf8 (const char *fromcode, char *inputbuf)
 
 /**********************************************************************
  * $Log$
+ * Revision 1.79  2005/01/31 22:15:22  strk
+ * Added maintainer notice, to reduce Jeff-strk mail bounces
+ *
  * Revision 1.78  2005/01/17 09:21:13  strk
  * Added one more bytes for terminating NULL in utf8 encoder
  *