[GRASS-SVN] r29775 - grass/trunk/tools/timer

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 07:33:44 EST 2008


Author: neteler
Date: 2008-01-21 07:33:44 -0500 (Mon, 21 Jan 2008)
New Revision: 29775

Modified:
   grass/trunk/tools/timer/main.c
Log:
copyright header added

Modified: grass/trunk/tools/timer/main.c
===================================================================
--- grass/trunk/tools/timer/main.c	2008-01-21 11:29:30 UTC (rev 29774)
+++ grass/trunk/tools/timer/main.c	2008-01-21 12:33:44 UTC (rev 29775)
@@ -1,4 +1,16 @@
-/* prints the current time in seconds.milliseconds */
+/****************************************************************************
+ *
+ * MODULE:       $ETC/current_time_s_ms
+ * AUTHOR(S):    Markus Neteler
+ * PURPOSE:      timer for benchmarking. Prints current time in seconds.milliseconds
+ *
+ * COPYRIGHT:    (C) 2003 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 <sys/time.h>
 #include <string.h>



More information about the grass-commit mailing list