[postgis-commits] svn - r3799 - trunk/postgis
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Fri Mar 6 06:15:44 PST 2009
Author: robe
Date: 2009-03-06 06:15:43 -0800 (Fri, 06 Mar 2009)
New Revision: 3799
Modified:
trunk/postgis/lwgeom_dump.c
Log:
missing svn tags and copyright info
Modified: trunk/postgis/lwgeom_dump.c
===================================================================
--- trunk/postgis/lwgeom_dump.c 2009-03-05 12:32:39 UTC (rev 3798)
+++ trunk/postgis/lwgeom_dump.c 2009-03-06 14:15:43 UTC (rev 3799)
@@ -1,3 +1,14 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2001-2009 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 "../postgis_config.h"
#include <math.h>
More information about the postgis-commits
mailing list