]> granicus.if.org Git - postgis/commitdiff
Added Log tag to header.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 10 Sep 2004 16:16:31 +0000 (16:16 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 10 Sep 2004 16:16:31 +0000 (16:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@800 b70326c6-7e19-0410-871a-916f4a2858ee

postgis_svg.c

index f0227db949fe78dc29107a0edfb8857aac424a20..814c28b66efdccf921e91fd0bbcb58f6cfdb9151 100644 (file)
  * SVG output routines.
  * Originally written by: Klaus Förster <klaus@svg.cc>
  * Patches from: Olivier Courtin <pnine@free.fr>
+ *
+ **********************************************************************
+ * $Log$
+ * Revision 1.3  2004/09/10 16:16:31  pramsey
+ * Added Log tag to header.
+ *
+ *
  **********************************************************************/
 
+
 #include "postgres.h"
 #include "postgis.h"
 
@@ -319,6 +327,9 @@ precision){
 
 /**********************************************************************
  * $Log$
+ * Revision 1.3  2004/09/10 16:16:31  pramsey
+ * Added Log tag to header.
+ *
  * Revision 1.2  2004/09/10 13:25:36  strk
  * fixed a memory fault
  *