]> granicus.if.org Git - postgis/commitdiff
Added CVS revision headers.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 1 Jul 2003 18:30:55 +0000 (18:30 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 1 Jul 2003 18:30:55 +0000 (18:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@278 b70326c6-7e19-0410-871a-916f4a2858ee

21 files changed:
Attic/postgis_sql_71_end.sql.in
Attic/postgis_sql_71_start.sql.in
Attic/postgis_sql_72_end.sql.in
Attic/postgis_sql_72_start.sql.in
Attic/postgis_sql_73_end.sql.in
Attic/postgis_sql_73_start.sql.in
Attic/postgis_sql_common.sql.in
loader/pgsql2shp.c
loader/shp2pgsql.c
postgis.h
postgis_chip.c
postgis_debug.c
postgis_estimate.c
postgis_fn.c
postgis_geos.c
postgis_gist_71.c
postgis_gist_72.c
postgis_inout.c
postgis_ops.c
postgis_proj.c
postgis_transform.c

index 666bf4c521213d329c33171fe8b07d8c1eeac354..19342cb697a7d1110d103be4063e39b848f6c1d3 100644 (file)
@@ -1,4 +1,24 @@
 
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- 
+-- $Id$
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.refractions.net
+-- 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.
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- $Log$
+-- Revision 1.2  2003/07/01 18:30:55  pramsey
+-- Added CVS revision headers.
+--
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+
 --
 -- GiST support functions
 --
index 04eebe143fc9b7f0ac4848991ad9c1ce9ea98931..3f495e1b44bb05434e0dd91bf0e72ac08caa663b 100644 (file)
@@ -1,3 +1,23 @@
+
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- 
+-- $Id$
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.refractions.net
+-- 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.
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- $Log$
+-- Revision 1.2  2003/07/01 18:30:55  pramsey
+-- Added CVS revision headers.
+--
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 BEGIN TRANSACTION;
 
 
index 7d152ea7cb8026c2a8e3a9f0c1f98300d9230220..feac62f7d844f84eab600511b882b4af352a4b70 100644 (file)
@@ -1,3 +1,23 @@
+
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- 
+-- $Id$
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.refractions.net
+-- 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.
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- $Log$
+-- Revision 1.3  2003/07/01 18:30:55  pramsey
+-- Added CVS revision headers.
+--
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - -
 -- UPDATE_GEOMETRY_STATS()
 
index 3d12bbc0c01c0947a2505e0eac3d90d96e2b2290..349b2c71ba8a8878924e2ff6f2862ca918d796ea 100644 (file)
@@ -1,3 +1,23 @@
+
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- 
+-- $Id$
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.refractions.net
+-- 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.
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- $Log$
+-- Revision 1.2  2003/07/01 18:30:55  pramsey
+-- Added CVS revision headers.
+--
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 BEGIN TRANSACTION;
 
 -- You might have to define the PL/PgSQL language usually done with the
index 4bcb38a9cd733f18cfa4f50ca5869af916d60c4a..8bd4f9837bb79d4a1290728f745e1f86653dcca8 100644 (file)
@@ -1,4 +1,24 @@
 
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- 
+-- $Id$
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.refractions.net
+-- 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.
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- $Log$
+-- Revision 1.4  2003/07/01 18:30:55  pramsey
+-- Added CVS revision headers.
+--
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+
 --
 -- 7.3 explicit casting definitions
 --
index ff9fcc2221f7b24747f2825cfff11b3bb0992fe8..170579f477adb62ff9fa87ffc78174398d0bc419 100644 (file)
@@ -1,3 +1,23 @@
+
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- 
+-- $Id$
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.refractions.net
+-- 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.
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- $Log$
+-- Revision 1.2  2003/07/01 18:30:55  pramsey
+-- Added CVS revision headers.
+--
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 BEGIN TRANSACTION;
 
 -- You might have to define the PL/PgSQL language usually done with the
index c742ce30e8b92548517a5a6922c483f5594f54fc..0555bd56f0e1b320fbf656bffd1bcec897d01652 100644 (file)
@@ -1,3 +1,23 @@
+
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- 
+-- $Id$
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.refractions.net
+-- 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.
+--  
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+-- $Log$
+-- Revision 1.11  2003/07/01 18:30:55  pramsey
+-- Added CVS revision headers.
+--
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - -
 -- SPATIAL_REF_SYS
 
index fe6b13c5bef87b68c36a60248069b29b0ce8d000..714450e7a1b19b0eb26854efe1b0edbeea56e267 100644 (file)
@@ -1,14 +1,22 @@
-/*
+/**********************************************************************
  * $Id$
  *
- * Author: Jeff Lounsbury, jeffloun@refractions.net
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
  * $Log$
+ * Revision 1.19  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
  * Revision 1.18  2003/02/04 21:39:20  pramsey
  * Added CVS substitution strings for logging.
  *
- *
- */
+ **********************************************************************/
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -1420,3 +1428,4 @@ int is_clockwise(int  num_points,double *x,double *y,double *z){
        }
 }
 
+
index 2393d02c1b2ab25b6c03277d49b504111bc89a04..f1ce8b434a743b8cb6fce83df5b848abdcb77570 100644 (file)
@@ -1,9 +1,20 @@
-/*
+/**********************************************************************
  * $Id$
  *
  * Author: Jeff Lounsbury, jeffloun@refractions.net
  *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
  * $Log$
+ * Revision 1.36  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
  * Revision 1.35  2003/06/18 16:30:56  pramsey
  * It seems that invalid geometries where in the shapefile (as far as shapelib
  * let shp2pgsql know). LINEZ objects with less then 2 vertices. I've
  * Revision 1.28  2003/02/04 21:39:20  pramsey
  * Added CVS substitution strings for logging.
  *
- *
+ **********************************************************************
  * Using shapelib 1.2.8, this program reads in shape files and 
  * processes it's contents into a Insert statements which can be 
  * easily piped into a database frontend.
  * 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. 
- */
+ **********************************************************************/
 
 #include "shapefil.h"
 #include <stdio.h>
@@ -1292,3 +1303,4 @@ int main (int ARGC, char **ARGV){
 }//end main()
 
 
+
index 07e77a795935f5369056fee95973ab41b361e920..ac90759028349507d1569805e41c201002567d34 100644 (file)
--- a/postgis.h
+++ b/postgis.h
@@ -1,14 +1,27 @@
-/*
- * Geometric types for Postgis
+
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.30  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
  *
- * point3d, line3d, and polygon3d are the base types.
  *
+ **********************************************************************/
+
+/*
  * Everything is stored in a geometry3d, which is just a conglomeration
  * of the base types (and a little bit of other info).
  */
 
-
-
 #include "utils/geo_decls.h"
 
 
index 44e9ce891cd5066faaf136077139d419cc31dafb..f35a7a809eac368bb0cb67b098999200df1f438a 100644 (file)
@@ -1,3 +1,22 @@
+
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.6  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
+
 #include "postgres.h"
 
 
index e92aefdc887810fda8949a13251f94b0515256ca..554b0d0ae639f33a77e8a92ccf82fa5c4843ab69 100644 (file)
@@ -1,18 +1,21 @@
-/*************************************************************
- postGIS - geometric types for postgres
-
- This software is copyrighted (2001).
-
- This is free software; you can redistribute it and/or modify
- it under the GNU General Public Licence.  See the file "COPYING".
-
- More Info?  See the documentation, join the mailing list
- (postgis@yahoogroups.com), or see the web page
- (http://postgis.refractions.net).
-
- *************************************************************/
-
 
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.9  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
 
 #include "postgres.h"
 
index 4e487d5765ba7ed81ddf13a913e565dc821b332e..8625ce5ac85d9efbf50e97ad860be9b703c93cca 100644 (file)
@@ -1,20 +1,23 @@
-/******************************************************
- postGIS - geometric types for postgres
-
- This software is copyrighted (2001).
-
- This is free software; you can redistribute it and/or modify
- it under the GNU General Public Licence.  See the file "COPYING".
-
- More Info?  See the documentation, join the mailing list
- (postgis@yahoogroups.com), or see the web page
- (http://postgis.refractions.net).
-
- GiST indexing functions for pgsql >= 7.2
- ******************************************************/
 
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.5  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
 
- //If you're modifiying this file you should read the postgis mail list as it has
+ // If you're modifiying this file you should read the postgis mail list as it has
  // detailed descriptions of whats happening here and why.
 
 #include "postgres.h"
index 62f5c3ef04e9b8fc1e3e6ec5d3bb140ecc00a17f..fd50110f86e3cf7ee569722652854c6c1dae962a 100644 (file)
@@ -1,18 +1,21 @@
-/*************************************************************
- postGIS - geometric types for postgres
-
- This software is copyrighted (2001).
- This is free software; you can redistribute it and/or modify
- it under the GNU General Public Licence.  See the file "COPYING".
-
- More Info?  See the documentation, join the mailing list 
- (postgis@yahoogroups.com), or see the web page
- (http://postgis.refractions.net).
-
- *************************************************************/
-
 
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.22  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
 
 #include "postgres.h"
 
index 7c4bd4884ae32213a09ad96974c1a16f12a5da42..3af789bddfc2a19661a1aaccb72c2c4ab021f83f 100644 (file)
@@ -1,7 +1,22 @@
 
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.4  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
 
-//--------------------------------------------------------------------------
-//  
 #ifdef USE_GEOS
 
 #include "postgres.h"
index 522519666f6bcdaab8dbe123d991c9394112cf3d..30794c77aada785df86ef5f155b0da21d645e78a 100644 (file)
@@ -1,17 +1,21 @@
-/******************************************************
- postGIS - geometric types for postgres
 
- This software is copyrighted (2001).
- This is free software; you can redistribute it and/or modify
- it under the GNU General Public Licence.  See the file "COPYING".
-
- More Info?  See the documentation, join the mailing list 
- (postgis@yahoogroups.com), or see the web page
- (http://postgis.refractions.net).
-
- GiST indexing functions fo pgsql < 7.2
- ******************************************************/
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.2  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
 
 #include "postgres.h"
 
index 33595b4eb30ecb26cc945fdeecd4200bf5e1b8ca..53b13cf35d74dd6e1f7b0acefcbacfbe0412095a 100644 (file)
@@ -1,17 +1,25 @@
-/******************************************************
- postGIS - geometric types for postgres
 
- This software is copyrighted (2001).
-
- This is free software; you can redistribute it and/or modify
- it under the GNU General Public Licence.  See the file "COPYING".
-
- More Info?  See the documentation, join the mailing list
- (postgis@yahoogroups.com), or see the web page
- (http://postgis.refractions.net).
-
- GiST indexing functions for pgsql >= 7.2
- ******************************************************/
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.5  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************
+ *
+ * GiST indexing functions for pgsql >= 7.2
+ *
+ **********************************************************************/
 
 #include "postgres.h"
 
index 266cc9022a48342d3f2a2c06d4a4f03ca3f20b0a..cef8427fe95b15df9966536f604147638f3efb57 100644 (file)
@@ -1,18 +1,21 @@
-/*************************************************************
- postGIS - geometric types for postgres
-
- This software is copyrighted (2001).
-
- This is free software; you can redistribute it and/or modify
- it under the GNU General Public Licence.  See the file "COPYING".
-
- More Info?  See the documentation, join the mailing list
- (postgis@yahoogroups.com), or see the web page
- (http://postgis.refractions.net).
-
- *************************************************************/
-
 
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.21  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
 
 #include "postgres.h"
 
index 3e54c58d99df1e5d0689ddf752de8743be1e5122..05aeb4eb5985c32f92a8c5cdaea74638a57c660f 100644 (file)
@@ -1,16 +1,21 @@
-/*************************************************************
- postGIS - geometric types for postgres
 
- This software is copyrighted (2001).
- This is free software; you can redistribute it and/or modify
- it under the GNU General Public Licence.  See the file "COPYING".
-
- More Info?  See the documentation, join the mailing list 
- (postgis@yahoogroups.com), or see the web page
- (http://postgis.refractions.net).
-
- *************************************************************/
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.9  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
 
 #include "postgres.h"
 
index 2be6e5d083d8f13671476d8df6478bea24d25ae0..e24037ddb3703560455f03faa748ff20238a7d0b 100644 (file)
@@ -1,3 +1,22 @@
+
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.7  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
+
 #include "postgres.h"
 
 
index ecc7315ac5d79008d9db42e778c2a31a3823fe2e..77f239c2127f19673d1e955a4d45796404c6d4bc 100644 (file)
@@ -1,3 +1,22 @@
+
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * 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.
+ * 
+ **********************************************************************
+ * $Log$
+ * Revision 1.13  2003/07/01 18:30:55  pramsey
+ * Added CVS revision headers.
+ *
+ *
+ **********************************************************************/
+
 #include "postgres.h"