]> granicus.if.org Git - postgis/commitdiff
Copyright review on lwgeom_pg.{c,h} files
authorSandro Santilli <strk@keybit.net>
Fri, 12 Aug 2011 17:26:03 +0000 (17:26 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 12 Aug 2011 17:26:03 +0000 (17:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7735 b70326c6-7e19-0410-871a-916f4a2858ee

libpgcommon/lwgeom_pg.c
libpgcommon/lwgeom_pg.h

index 0438633acb0c14400896666b2fe13b60fba39e2a..75041029a7bc64c0e8c810ef129969f52d6ce20a 100644 (file)
@@ -1,3 +1,19 @@
+/**********************************************************************
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ *
+ * http://postgis.refractions.net
+ *
+ * Copyright (C) 2011      Sandro Santilli <strk@keybit.net>
+ * Copyright (C) 2009-2010 Paul Ramsey <pramsey@cleverelephant.ca>
+ * Copyright (C) 2008      Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+ * 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 <postgres.h>
 #include <fmgr.h>
 #include <executor/spi.h>
index d7302271df2933e2caec6100f2fac6d587d26410..cfcef8cf358a18d3dcc1d077e032bb0c9137352b 100644 (file)
@@ -1,3 +1,19 @@
+/**********************************************************************
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ *
+ * http://postgis.refractions.net
+ *
+ * Copyright (C) 2011      Sandro Santilli <strk@keybit.net>
+ * Copyright (C) 2009-2010 Paul Ramsey <pramsey@cleverelephant.ca>
+ * Copyright (C) 2008      Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
+ * 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