[GRASS-SVN] r29772 - in grass/trunk/imagery/i.ortho.photo: . libes

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 06:26:35 EST 2008


Author: neteler
Date: 2008-01-21 06:26:35 -0500 (Mon, 21 Jan 2008)
New Revision: 29772

Modified:
   grass/trunk/imagery/i.ortho.photo/README
   grass/trunk/imagery/i.ortho.photo/libes/orthoref.c
Log:
copyright header fixed

Modified: grass/trunk/imagery/i.ortho.photo/README
===================================================================
--- grass/trunk/imagery/i.ortho.photo/README	2008-01-21 11:16:04 UTC (rev 29771)
+++ grass/trunk/imagery/i.ortho.photo/README	2008-01-21 11:26:35 UTC (rev 29772)
@@ -1,3 +1,17 @@
+AUTHORS:
+The orthophoto rectification programs went out under alpha in 4.0.
+It has since had bug fixes performed by OGI (Shapiro?) and also by
+the original programmer - Mike Baba of DBA Systems, Fairfax, VA.
+
+COPYRIGHT:    (C) 1999 by the GRASS Development Team
+
+               This program is free software under the GNU General Public
+               License (>=v2). Read the file COPYING that comes with GRASS
+               for details.
+
+
+######################################################################
+
 Main algorithm reference (basically libes/orthoref.c):
 
 Elements of Photogrammetry, With Air Photo Interpretation and Remote Sensing

Modified: grass/trunk/imagery/i.ortho.photo/libes/orthoref.c
===================================================================
--- grass/trunk/imagery/i.ortho.photo/libes/orthoref.c	2008-01-21 11:16:04 UTC (rev 29771)
+++ grass/trunk/imagery/i.ortho.photo/libes/orthoref.c	2008-01-21 11:26:35 UTC (rev 29772)
@@ -1,3 +1,16 @@
+/****************************************************************************
+ *
+ * MODULE:       orthophoto rectification program
+ * AUTHOR(S):    Mike Baba of DBA Systems, Fairfax, VA for CERL
+ * PURPOSE:      ortho-rectification of aerial photographs
+ * COPYRIGHT:    (C) 1999 by the GRASS Development Team
+ *
+ *               This program is free software under the GNU General Public
+ *               License (>=v2). Read the file COPYING that comes with GRASS
+ *               for details.
+ *
+ *****************************************************************************/
+
 /* orthoref.c */
 /***********************************************************************
  * I_compute_ortho_equations()



More information about the grass-commit mailing list