From e1ab38009b2f8ceb8c6db9afc77812dfd2bf07d8 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 10 Sep 2004 16:16:31 +0000 Subject: [PATCH] Added Log tag to header. git-svn-id: http://svn.osgeo.org/postgis/trunk@800 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis_svg.c | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 * -- 2.50.1