From 236b958664307763de3b4a34b897b5fef2cf5f68 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 31 Jan 2005 22:15:22 +0000 Subject: [PATCH] Added maintainer notice, to reduce Jeff-strk mail bounces git-svn-id: http://svn.osgeo.org/postgis/trunk@1360 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/pgsql2shp.c | 7 +++++++ loader/shp2pgsql.c | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/loader/pgsql2shp.c b/loader/pgsql2shp.c index e22f72e6e..aa4f67ad9 100644 --- a/loader/pgsql2shp.c +++ b/loader/pgsql2shp.c @@ -12,6 +12,10 @@ * * 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. * diff --git a/loader/shp2pgsql.c b/loader/shp2pgsql.c index 71836b57f..918c12f1c 100644 --- a/loader/shp2pgsql.c +++ b/loader/shp2pgsql.c @@ -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. @@ -17,6 +15,11 @@ * 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 * -- 2.40.0