From: Paul Ramsey Date: Tue, 3 Nov 2009 21:24:53 +0000 (+0000) Subject: File headers and property setting. X-Git-Tag: 1.5.0b1~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cddf4d6b988accb5145a2c29716b5973b829ccf;p=postgis File headers and property setting. git-svn-id: http://svn.osgeo.org/postgis/trunk@4729 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwgeodetic.c b/liblwgeom/lwgeodetic.c index 97b8ada09..75584edc5 100644 --- a/liblwgeom/lwgeodetic.c +++ b/liblwgeom/lwgeodetic.c @@ -3,7 +3,8 @@ * * PostGIS - Spatial Types for PostgreSQL * Copyright 2009 Paul Ramsey - * + * Copyright 2009 David Skea + * * This is free software; you can redistribute and/or modify it under * the terms of the GNU General Public Licence. See the COPYING file. * diff --git a/liblwgeom/lwgeodetic.h b/liblwgeom/lwgeodetic.h index cd411249f..7f82d9867 100644 --- a/liblwgeom/lwgeodetic.h +++ b/liblwgeom/lwgeodetic.h @@ -1,5 +1,5 @@ /********************************************************************** - * $Id: lwgeodetic.c 4494 2009-09-14 10:54:33Z mcayland $ + * $Id$ * * PostGIS - Spatial Types for PostgreSQL * Copyright 2009 Paul Ramsey diff --git a/liblwgeom/lwspheroid.c b/liblwgeom/lwspheroid.c index 88f648067..a083573f1 100644 --- a/liblwgeom/lwspheroid.c +++ b/liblwgeom/lwspheroid.c @@ -1,3 +1,15 @@ +/********************************************************************** + * $Id$ + * + * PostGIS - Spatial Types for PostgreSQL + * Copyright 2009 Paul Ramsey + * Copyright 2009 David Skea + * + * 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 "lwgeodetic.h" #define POW2(x) ((x)*(x))