From: Paul Ramsey Date: Fri, 10 Sep 2004 16:16:31 +0000 (+0000) Subject: Added Log tag to header. X-Git-Tag: pgis_1_0_0RC1~464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1ab38009b2f8ceb8c6db9afc77812dfd2bf07d8;p=postgis Added Log tag to header. git-svn-id: http://svn.osgeo.org/postgis/trunk@800 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis_svg.c b/postgis_svg.c index f0227db94..814c28b66 100644 --- a/postgis_svg.c +++ b/postgis_svg.c @@ -13,8 +13,16 @@ * SVG output routines. * Originally written by: Klaus Förster * Patches from: Olivier Courtin + * + ********************************************************************** + * $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 *