[GRASS-SVN] r29770 - grass/trunk/raster3d/r3.showdspf

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 06:13:24 EST 2008


Author: neteler
Date: 2008-01-21 06:13:24 -0500 (Mon, 21 Jan 2008)
New Revision: 29770

Modified:
   grass/trunk/raster3d/r3.showdspf/main_ogl.c
Log:
copyright header fixed

Modified: grass/trunk/raster3d/r3.showdspf/main_ogl.c
===================================================================
--- grass/trunk/raster3d/r3.showdspf/main_ogl.c	2008-01-21 11:09:38 UTC (rev 29769)
+++ grass/trunk/raster3d/r3.showdspf/main_ogl.c	2008-01-21 11:13:24 UTC (rev 29770)
@@ -1,3 +1,18 @@
+/****************************************************************************
+ *
+ * MODULE:       r3.showdspf
+ * AUTHOR(S):    Bill Brown, CERL
+ *               ported to OpenGL by Steve Hall
+ * PURPOSE:      Visualization program which loads the isosurfaces previously calculated
+ *               using r3.mkdspf
+ * COPYRIGHT:    (C) 2000 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.
+ *
+ *****************************************************************************/
+
 #include <grass/G3d.h>
 #include <grass/config.h>
 



More information about the grass-commit mailing list