[GRASS-SVN] r29763 - grass/trunk/lib/linkm

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 05:40:23 EST 2008


Author: neteler
Date: 2008-01-21 05:40:23 -0500 (Mon, 21 Jan 2008)
New Revision: 29763

Modified:
   grass/trunk/lib/linkm/init.c
Log:
copyright header fixed

Modified: grass/trunk/lib/linkm/init.c
===================================================================
--- grass/trunk/lib/linkm/init.c	2008-01-21 10:36:36 UTC (rev 29762)
+++ grass/trunk/lib/linkm/init.c	2008-01-21 10:40:23 UTC (rev 29763)
@@ -3,7 +3,24 @@
 **  	April 1992
 **  Copyright 1992 USA-CERL   All rights reserved.
 **
-*/
+****************************************************************************
+ *
+ * MODULE:       LINKED LIST MEMORY MANAGER
+ *
+ * AUTHOR(S):    David Gerdes 1992, US Army Construction Engineering Research Lab
+ *
+ * PURPOSE:      Outputs a raster map layer showing the cumulative cost
+ *               of moving between different geographic locations on an
+ *               input raster map layer whose cell category values
+ *               represent cost.
+ *
+ * COPYRIGHT:    (C) 1999, 2006 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 <stdlib.h>
 #include <grass/linkm.h>
 



More information about the grass-commit mailing list