[GRASS-SVN] r29768 - in grass/trunk/raster/simwe: r.sim.sediment r.sim.water simlib

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


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

Modified:
   grass/trunk/raster/simwe/r.sim.sediment/main.c
   grass/trunk/raster/simwe/r.sim.water/main.c
   grass/trunk/raster/simwe/simlib/erod.c
   grass/trunk/raster/simwe/simlib/hydro.c
Log:
copyright header fixed

Modified: grass/trunk/raster/simwe/r.sim.sediment/main.c
===================================================================
--- grass/trunk/raster/simwe/r.sim.sediment/main.c	2008-01-21 10:59:47 UTC (rev 29767)
+++ grass/trunk/raster/simwe/r.sim.sediment/main.c	2008-01-21 11:07:13 UTC (rev 29768)
@@ -1,3 +1,19 @@
+/****************************************************************************
+ *
+ * MODULE:       r.simwe.erosion: main program for hydrologic and sediment transport
+ *               simulation (SIMWE)
+ *
+ * AUTHOR(S):    L. Mitas,  H. Mitasova, J. Hofierka
+ * PURPOSE:      Hydrologic and sediment transport simulation (SIMWE)
+ *
+ * COPYRIGHT:    (C) 2002 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.
+ *
+ *****************************************************************************/
+
 /*-
  * r.simwe.erosion: main program for hydrologic and sediment transport
  * simulation (SIMWE)

Modified: grass/trunk/raster/simwe/r.sim.water/main.c
===================================================================
--- grass/trunk/raster/simwe/r.sim.water/main.c	2008-01-21 10:59:47 UTC (rev 29767)
+++ grass/trunk/raster/simwe/r.sim.water/main.c	2008-01-21 11:07:13 UTC (rev 29768)
@@ -1,3 +1,19 @@
+/****************************************************************************
+ *
+ * MODULE:       r.simwe.hydro: main program for hydrologic and sediment transport
+ *               simulation (SIMWE)
+ *
+ * AUTHOR(S):    L. Mitas,  H. Mitasova, J. Hofierka
+ * PURPOSE:      Hydrologic and sediment transport simulation (SIMWE)
+ *
+ * COPYRIGHT:    (C) 2002 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.
+ *
+ *****************************************************************************/
+
 /*-
  * r.simwe.hydro: main program for hydrologic and sediment transport
  * simulation (SIMWE)

Modified: grass/trunk/raster/simwe/simlib/erod.c
===================================================================
--- grass/trunk/raster/simwe/simlib/erod.c	2008-01-21 10:59:47 UTC (rev 29767)
+++ grass/trunk/raster/simwe/simlib/erod.c	2008-01-21 11:07:13 UTC (rev 29768)
@@ -1,3 +1,17 @@
+/****************************************************************************
+ *
+ * MODULE:       simwe library
+ * AUTHOR(S):    Helena Mitasova, Jaro Hofierka, Lubos Mitas:
+ * PURPOSE:      Hydrologic and sediment transport simulation (SIMWE)
+ *
+ * COPYRIGHT:    (C) 2002 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.
+ *
+ *****************************************************************************/
+
 /* erod.c (simlib), 20.nov.2002, JH */
 
 #include <stdio.h>

Modified: grass/trunk/raster/simwe/simlib/hydro.c
===================================================================
--- grass/trunk/raster/simwe/simlib/hydro.c	2008-01-21 10:59:47 UTC (rev 29767)
+++ grass/trunk/raster/simwe/simlib/hydro.c	2008-01-21 11:07:13 UTC (rev 29768)
@@ -1,3 +1,17 @@
+/****************************************************************************
+ *
+ * MODULE:       simwe library
+ * AUTHOR(S):    Helena Mitasova, Jaro Hofierka, Lubos Mitas:
+ * PURPOSE:      Hydrologic and sediment transport simulation (SIMWE)
+ *
+ * COPYRIGHT:    (C) 2002 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.
+ *
+ *****************************************************************************/
+
 /* hydro.c (simlib), 20.nov.2002, JH */
 
 #include <stdio.h>



More information about the grass-commit mailing list