From: Sandro Santilli Date: Fri, 12 Aug 2011 17:26:03 +0000 (+0000) Subject: Copyright review on lwgeom_pg.{c,h} files X-Git-Tag: 2.0.0alpha1~1112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6354a67e769d535744ba162c0408c6cb17a357ab;p=postgis Copyright review on lwgeom_pg.{c,h} files git-svn-id: http://svn.osgeo.org/postgis/trunk@7735 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/libpgcommon/lwgeom_pg.c b/libpgcommon/lwgeom_pg.c index 0438633ac..75041029a 100644 --- a/libpgcommon/lwgeom_pg.c +++ b/libpgcommon/lwgeom_pg.c @@ -1,3 +1,19 @@ +/********************************************************************** + * + * PostGIS - Spatial Types for PostgreSQL + * + * http://postgis.refractions.net + * + * Copyright (C) 2011 Sandro Santilli + * Copyright (C) 2009-2010 Paul Ramsey + * Copyright (C) 2008 Mark Cave-Ayland + * Copyright (C) 2004-2007 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/libpgcommon/lwgeom_pg.h b/libpgcommon/lwgeom_pg.h index d7302271d..cfcef8cf3 100644 --- a/libpgcommon/lwgeom_pg.h +++ b/libpgcommon/lwgeom_pg.h @@ -1,3 +1,19 @@ +/********************************************************************** + * + * PostGIS - Spatial Types for PostgreSQL + * + * http://postgis.refractions.net + * + * Copyright (C) 2011 Sandro Santilli + * Copyright (C) 2009-2010 Paul Ramsey + * Copyright (C) 2008 Mark Cave-Ayland + * Copyright (C) 2004-2007 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. + * + **********************************************************************/ + #ifndef _LWGEOM_PG_H #define _LWGEOM_PG_H 1