From: Sandro Santilli Date: Tue, 30 May 2006 08:38:58 +0000 (+0000) Subject: Added some missing copyright headers. X-Git-Tag: pgis_1_1_3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87ffe996cc889643c77af623c4df2365cb5becf5;p=postgis Added some missing copyright headers. git-svn-id: http://svn.osgeo.org/postgis/trunk@2369 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwcollection.c b/lwgeom/lwcollection.c index 726c1b20b..312a5177f 100644 --- a/lwgeom/lwcollection.c +++ b/lwgeom/lwcollection.c @@ -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 #include #include diff --git a/lwgeom/lwgeom_estimate.c b/lwgeom/lwgeom_estimate.c index 953d7ae03..85cc07b49 100644 --- a/lwgeom/lwgeom_estimate.c +++ b/lwgeom/lwgeom_estimate.c @@ -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. diff --git a/lwgeom/lwgeom_functions_basic.c b/lwgeom/lwgeom_functions_basic.c index 85c0c3988..9b286e22d 100644 --- a/lwgeom/lwgeom_functions_basic.c +++ b/lwgeom/lwgeom_functions_basic.c @@ -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 #include #include diff --git a/lwgeom/lwline.c b/lwgeom/lwline.c index 1191c2359..158e32d7e 100644 --- a/lwgeom/lwline.c +++ b/lwgeom/lwline.c @@ -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 diff --git a/lwgeom/lwmline.c b/lwgeom/lwmline.c index f6e184375..7f8d45568 100644 --- a/lwgeom/lwmline.c +++ b/lwgeom/lwmline.c @@ -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 #include #include diff --git a/lwgeom/lwmpoint.c b/lwgeom/lwmpoint.c index fde5c5f8c..1faa3724a 100644 --- a/lwgeom/lwmpoint.c +++ b/lwgeom/lwmpoint.c @@ -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 #include #include diff --git a/lwgeom/lwmpoly.c b/lwgeom/lwmpoly.c index 9621ddeed..483692433 100644 --- a/lwgeom/lwmpoly.c +++ b/lwgeom/lwmpoly.c @@ -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 #include #include diff --git a/lwgeom/lwpoint.c b/lwgeom/lwpoint.c index 9b556ab83..ceb4a9ae6 100644 --- a/lwgeom/lwpoint.c +++ b/lwgeom/lwpoint.c @@ -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 #include #include diff --git a/lwgeom/lwpoly.c b/lwgeom/lwpoly.c index 606bed1a1..f0f6e680a 100644 --- a/lwgeom/lwpoly.c +++ b/lwgeom/lwpoly.c @@ -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 diff --git a/lwgeom/measures.c b/lwgeom/measures.c index 39d424e5e..cff44bc53 100644 --- a/lwgeom/measures.c +++ b/lwgeom/measures.c @@ -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 #include diff --git a/lwgeom/ptarray.c b/lwgeom/ptarray.c index a6d2a1440..2bbbd32bf 100644 --- a/lwgeom/ptarray.c +++ b/lwgeom/ptarray.c @@ -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 #include