From: Paul Ramsey Date: Wed, 28 Apr 2004 22:26:02 +0000 (+0000) Subject: Fixed spelling mistake in header text. X-Git-Tag: pgis_0_8_2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=758c70c7907dbf4dd30821f09d1021d4ed1f3c90;p=postgis Fixed spelling mistake in header text. git-svn-id: http://svn.osgeo.org/postgis/trunk@529 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis_chip.c b/postgis_chip.c index f35a7a809..9ac920a89 100644 --- a/postgis_chip.c +++ b/postgis_chip.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.7 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.6 2003/07/01 18:30:55 pramsey * Added CVS revision headers. * diff --git a/postgis_debug.c b/postgis_debug.c index 173421c16..08baeb4df 100644 --- a/postgis_debug.c +++ b/postgis_debug.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.15 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.14 2004/01/13 20:30:19 strk * Added useless PG_RETURN_NULL() call to make compiler happy * diff --git a/postgis_estimate.c b/postgis_estimate.c index 3a97f5487..b6bbd74fb 100644 --- a/postgis_estimate.c +++ b/postgis_estimate.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.21 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.20 2004/03/15 17:07:05 strk * Added calls to vacuum_delay_point() to give backend a chance of * interrupting geometry stats computation. diff --git a/postgis_fn.c b/postgis_fn.c index 703584a77..203a61a56 100644 --- a/postgis_fn.c +++ b/postgis_fn.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.35 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.34 2004/03/26 00:54:09 dblasby * added full support for fluffType() * postgis09=# select fluffType('POINT(0 0)'); diff --git a/postgis_geos.c b/postgis_geos.c index 9a78b063e..023ced995 100644 --- a/postgis_geos.c +++ b/postgis_geos.c @@ -6,10 +6,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.28 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.27 2004/02/12 10:34:49 strk * changed USE_GEOS check from ifdef / ifndef to if / if ! * diff --git a/postgis_gist_71.c b/postgis_gist_71.c index ae9da4ae5..da84dedbd 100644 --- a/postgis_gist_71.c +++ b/postgis_gist_71.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.4 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.3 2003/08/08 18:19:20 dblasby * Conformance changes. * Removed junk from postgis_debug.c and added the first run of the long diff --git a/postgis_gist_72.c b/postgis_gist_72.c index 75311ecb3..5f61b1c0d 100644 --- a/postgis_gist_72.c +++ b/postgis_gist_72.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.11 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.10 2004/04/08 17:05:20 dblasby * Somehow the memory leak changes I made got removed - I've re-added them. * diff --git a/postgis_inout.c b/postgis_inout.c index 31ea3726d..fcd54aa65 100644 --- a/postgis_inout.c +++ b/postgis_inout.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.38 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.37 2004/04/27 23:47:39 dblasby * minor 3d geometrycollection bug fix * diff --git a/postgis_ops.c b/postgis_ops.c index ec08e46c2..a6297931c 100644 --- a/postgis_ops.c +++ b/postgis_ops.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.13 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.12 2003/11/20 15:34:02 strk * expected in-transaction memory release for btree operators * diff --git a/postgis_proj.c b/postgis_proj.c index e3290b1b3..f4560444d 100644 --- a/postgis_proj.c +++ b/postgis_proj.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.13 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.12 2004/02/06 00:42:25 dblasby * moved forward declarations from postgis.h to postgis_proj.c * diff --git a/postgis_transform.c b/postgis_transform.c index 684307e2c..b67aa3cbf 100644 --- a/postgis_transform.c +++ b/postgis_transform.c @@ -7,10 +7,13 @@ * Copyright 2001-2003 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under - * the terms of hte GNU General Public Licence. See the COPYING file. + * the terms of the GNU General Public Licence. See the COPYING file. * ********************************************************************** * $Log$ + * Revision 1.16 2004/04/28 22:26:02 pramsey + * Fixed spelling mistake in header text. + * * Revision 1.15 2004/01/14 01:52:53 pramsey * Fix solaris alignment problem in transformations. *