]> granicus.if.org Git - postgis/commitdiff
Added some missing copyright headers.
authorSandro Santilli <strk@keybit.net>
Tue, 30 May 2006 08:38:58 +0000 (08:38 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 30 May 2006 08:38:58 +0000 (08:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2369 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwcollection.c
lwgeom/lwgeom_estimate.c
lwgeom/lwgeom_functions_basic.c
lwgeom/lwline.c
lwgeom/lwmline.c
lwgeom/lwmpoint.c
lwgeom/lwmpoly.c
lwgeom/lwpoint.c
lwgeom/lwpoly.c
lwgeom/measures.c
lwgeom/ptarray.c

index 726c1b20bb94613955fa338f69f7de5fb5b219c9..312a5177fdd6e1d4354c1e856da9e3ef02c080d5 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 953d7ae03d4db71803a5c401982535a8136c8783..85cc07b4919ac3c348ecd00d1f4ba1a4b9bcd5e9 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.refractions.net
- * Copyright 2001-2003 Refractions Research Inc.
+ * Copyright 2001-2006 Refractions Research Inc.
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU General Public Licence. See the COPYING file.
@@ -2630,6 +2630,9 @@ Datum LWGEOM_estimated_extent(PG_FUNCTION_ARGS)
 
 /**********************************************************************
  * $Log$
+ * Revision 1.39  2006/05/30 08:38:58  strk
+ * Added some missing copyright headers.
+ *
  * Revision 1.38  2006/03/13 10:54:08  strk
  * Applied patch from Mark Cave Ayland embedding access control for
  * the estimated_extent functions.
index 85c0c39886b3462a920ea4c8a1f3bf9ff5c4fa8e..9b286e22db502b7df015588d14cc8167c87bf7b2 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <math.h>
 #include <float.h>
 #include <string.h>
index 1191c2359d8b561d4c1df84ecea09bffd66515a3..158e32d7e46d5e84301adec945bc66436d15650f 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 /* basic LWLINE functions */
 
 #include <stdio.h>
index f6e18437507e42b55a9da420685a1b5bcc3c3e2c..7f8d45568117a1ea108edd00d5c3893aa08dabe6 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index fde5c5f8cc46a5c624d4823ae5002c904e4a2f0d..1faa3724a26dd61cc326f4af2b2876e8023ef49d 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 9621ddeed60a9a0bf6d6ec530fce7a8235a440d8..48369243336c3f0744fd1f76eb92774febaca8ef 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 9b556ab836e4b61b695a3df9b83de584192eb15b..ceb4a9ae63098522c5f220560ea7c576a52fc5e8 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 606bed1a15a710fa1f87fcaca83cc9cedd82b742..f0f6e680ad94698e0ee34d7505fe8f0c6ecf98c4 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 /* basic LWPOLY manipulation */
 
 #include <stdio.h>
index 39d424e5eedd736c1dc7d58afebd304a0082373e..cff44bc534b93d5388a0581eeec7c9bafb0d7a98 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <math.h>
 #include <string.h>
 
index a6d2a1440816a1e0b357aae284b959b4f70181b9..2bbbd32bf095e8253822c82dca2132755c96a782 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2006 Refractions Research Inc.
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ * 
+ **********************************************************************/
+
 #include <stdio.h>
 #include <string.h>