[GRASS-SVN] r57789 - grass/branches/develbranch_6/imagery/i.group

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 22 00:28:00 PDT 2013


Author: hamish
Date: 2013-09-22 00:28:00 -0700 (Sun, 22 Sep 2013)
New Revision: 57789

Modified:
   grass/branches/develbranch_6/imagery/i.group/main.c
Log:
micro sync with relbr64

Modified: grass/branches/develbranch_6/imagery/i.group/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.group/main.c	2013-09-22 07:13:29 UTC (rev 57788)
+++ grass/branches/develbranch_6/imagery/i.group/main.c	2013-09-22 07:28:00 UTC (rev 57789)
@@ -11,7 +11,7 @@
  *               Hamish Bowman <hamish_b yahoo.com>
  * PURPOSE:      collect raster map layers into an imagery group by assigning 
  *               them to user-named subgroups or other groups
- * COPYRIGHT:    (C) 2001-2007, 2011 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2001-2013 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
@@ -72,7 +72,7 @@
     r->key = 'r';
     r->description = _("Remove selected files from specified group");
     r->guisection = _("Maps");
-    
+
     l = G_define_flag();
     l->key = 'l';
     l->description = _("List files from specified (sub)group (fancy)");



More information about the grass-commit mailing list