[GRASS-SVN] r60419 - in grass/trunk/raster: r.topidx r.topmodel

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 22 11:21:42 PDT 2014


Author: hcho
Date: 2014-05-22 11:21:41 -0700 (Thu, 22 May 2014)
New Revision: 60419

Modified:
   grass/trunk/raster/r.topidx/main.c
   grass/trunk/raster/r.topmodel/main.c
Log:
r.topidx, r.topmodel: description, copyright years, email address

Modified: grass/trunk/raster/r.topidx/main.c
===================================================================
--- grass/trunk/raster/r.topidx/main.c	2014-05-22 18:09:18 UTC (rev 60418)
+++ grass/trunk/raster/r.topidx/main.c	2014-05-22 18:21:41 UTC (rev 60419)
@@ -7,10 +7,11 @@
  *               Huidae Cho <grass4u gmail.com>, Hydro Laboratory,
  *               Kyungpook National University
  *
- * PURPOSE:      Creates topographic index raster map from elevation map.
+ * PURPOSE:      Creates a topographic index raster map from an elevation
+ *               raster map.
  *               Based on GRIDATB.FOR.
  *
- * COPYRIGHT:    (C) 2000-2013 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2000-2014 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
@@ -39,7 +40,7 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("hydrology"));
     module->description =
-	_("Creates topographic index raster map from elevation raster map.");
+	_("Creates a topographic index raster map from an elevation raster map.");
 
     params.input = G_define_standard_option(G_OPT_R_ELEV);
     params.input->key = "input";

Modified: grass/trunk/raster/r.topmodel/main.c
===================================================================
--- grass/trunk/raster/r.topmodel/main.c	2014-05-22 18:09:18 UTC (rev 60418)
+++ grass/trunk/raster/r.topmodel/main.c	2014-05-22 18:21:41 UTC (rev 60419)
@@ -4,8 +4,8 @@
  * TMOD9502.FOR Author: Keith Beven <k.beven at lancaster.ac.uk>
  *                      http://www.es.lancs.ac.uk/hfdg/topmodel.html
  *
- *      Copyright (C) 2000, 2010, 2013 by the GRASS Development Team
- *      Author: Huidae Cho <grass4u at gmail.com>
+ *      Copyright (C) 2000, 2010, 2013-2014 by the GRASS Development Team
+ *      Author: Huidae Cho <grass4u gmail.com>
  *              Hydro Laboratory, Kyungpook National University
  *              South Korea
  *



More information about the grass-commit mailing list