]> granicus.if.org Git - postgis/commitdiff
Set keywords and some copyright headers.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 3 Mar 2010 06:10:07 +0000 (06:10 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 3 Mar 2010 06:10:07 +0000 (06:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5371 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_geodetic_data.h
liblwgeom/cunit/cu_print.c
liblwgeom/cunit/cu_tester.c
liblwgeom/cunit/cu_tester.h
liblwgeom/cunit/cu_wkb.c
liblwgeom/cunit/cu_wkt.c

index 6bc6f781be0c9c1b73257483e2eb57dd05337899..27394c261edfcb11c4411a4386727719e3ce29a1 100644 (file)
@@ -1,3 +1,15 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ * Copyright 2008 Paul Ramsey <pramsey@cleverelephant.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.
+ *
+ **********************************************************************/
+
 int gbox_data_length = 54;
 char gbox_data[][512] =
 {
index 90389d53c341e5df0b948db861715da4791482e0..890439ffe6ac53cf43757718eff8a76e05a686b2 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * $Id: cu_print.c 5181 2010-02-01 17:35:55Z pramsey $
+ * $Id$
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.refractions.net
index 4aa7392162d50ce3fd46299b543aeb12a43b3cd0..5373af468456ef86605da37718cc3133111cfc13 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.refractions.net
- * Copyright 2008 Paul Ramsey
+ * Copyright 2008 Paul Ramsey <pramsey@cleverelephant.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 9d492837cad5f1bde61c1d97c4fc8d389e93f803..2f857fcc8dc68701bb59df2b4ddf9517402c52b3 100644 (file)
@@ -1,3 +1,14 @@
+/**********************************************************************
+ * $Id$
+ *
+ * PostGIS - Spatial Types for PostgreSQL
+ * http://postgis.refractions.net
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU General Public Licence. See the COPYING file.
+ *
+ **********************************************************************/
+
 #define PG_TEST(test_func) { #test_func, test_func }
 #define MAX_CUNIT_ERROR_LENGTH 512
 
index 040bccc492ab7a5837d538c3f4ca378ec500915b..a29c913471f38e7afb21ccc89f3402d60ba4381b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.refractions.net
- * Copyright 2010 Olivier Courtin <olivier.courtin@oslandia.com>
+ * Copyright 2010 Paul Ramsey <pramsey@cleverelephant.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 106efb11e220b4c36521c463807d0759b42ae99f..146083705399934ac8d6a86c7a12a42ddd828678 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.refractions.net
- * Copyright 2010 Olivier Courtin <olivier.courtin@oslandia.com>
+ * Copyright 2010 Paul Ramsey <pramsey@cleverelephant.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.