Browse Source

r.topidx,r.topmodel: updated the header block

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60420 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 years ago
parent
commit
6089be14b7
2 changed files with 16 additions and 14 deletions
  1. 2 3
      raster/r.topidx/main.c
  2. 14 11
      raster/r.topmodel/main.c

+ 2 - 3
raster/r.topidx/main.c

@@ -3,13 +3,12 @@
  *
  *
  * MODULE:       r.topidx
  * MODULE:       r.topidx
  *
  *
- * AUTHOR(S):    Keith Beven <k.beven lancaster.ac.uk>,
- *               Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
+ * AUTHOR(S):    Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
  *               Kyungpook National University
  *               Kyungpook National University
+ *               Based on GRIDATB.FOR by Keith Beven <k.beven lancaster.ac.uk>
  *
  *
  * PURPOSE:      Creates a topographic index raster map from an elevation
  * PURPOSE:      Creates a topographic index raster map from an elevation
  *               raster map.
  *               raster map.
- *               Based on GRIDATB.FOR.
  *
  *
  * COPYRIGHT:    (C) 2000-2014 by the GRASS Development Team
  * COPYRIGHT:    (C) 2000-2014 by the GRASS Development Team
  *
  *

+ 14 - 11
raster/r.topmodel/main.c

@@ -1,18 +1,21 @@
-/*
- * r.topmodel: simulates TOPMODEL based on TMOD9502.FOR.
+
+/****************************************************************************
+ *
+ * MODULE:       r.topmodel
+ *
+ * AUTHOR(S):    Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
+ *               Kyungpook National University
+ *               Based on TMOD9502.FOR by Keith Beven <k.beven lancaster.ac.uk>
  *
  *
- * TMOD9502.FOR Author: Keith Beven <k.beven@lancaster.ac.uk>
- *                      http://www.es.lancs.ac.uk/hfdg/topmodel.html
+ * PURPOSE:      Simulates TOPMODEL.
  *
  *
- *      Copyright (C) 2000, 2010, 2013-2014 by the GRASS Development Team
- *      Author: Huidae Cho <grass4u gmail.com>
- *              Hydro Laboratory, Kyungpook National University
- *              South Korea
+ * COPYRIGHT:    (C) 2000-2014 by the GRASS Development Team
  *
  *
- *      This program is free software under the GPL (>=v2)
- *      Read the file COPYING coming with GRASS for details.
+ *               This program is free software under the GNU General Public
+ *               License (>=v2). Read the file COPYING that comes with GRASS
+ *               for details.
  *
  *
- */
+ *****************************************************************************/
 
 
 #define _MAIN_C_
 #define _MAIN_C_
 #include <stdio.h>
 #include <stdio.h>