]> granicus.if.org Git - postgis/commitdiff
File headers and property setting.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Nov 2009 21:24:53 +0000 (21:24 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 3 Nov 2009 21:24:53 +0000 (21:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4729 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeodetic.c
liblwgeom/lwgeodetic.h
liblwgeom/lwspheroid.c

index 97b8ada09e0dca3fe3673a4b2d00e8491ee6e1de..75584edc5ca4a6842a379a5facd2a85a352fd99f 100644 (file)
@@ -3,7 +3,8 @@
  *
  * PostGIS - Spatial Types for PostgreSQL
  * Copyright 2009 Paul Ramsey <pramsey@cleverelephant.ca>
- *
+ * Copyright 2009 David Skea <David.Skea@gov.bc.ca>
+ * 
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU General Public Licence. See the COPYING file.
  *
index cd411249fe0cd591e020eb06191ab454195e58e2..7f82d98678a4701d8e5b40e50d66a0bb8e356ef7 100644 (file)
@@ -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 <pramsey@cleverelephant.ca>
index 88f648067a08a930af6d225226cbe491125fdb77..a083573f1c4fd778866d463714a6880edf2f5cd4 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * Copyright 2009 Paul Ramsey <pramsey@cleverelephant.ca>
+ * Copyright 2009 David Skea <David.Skea@gov.bc.ca>
+ * 
+ * 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))