[GRASS-SVN] r32918 - grass/trunk/raster/r.external

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 20 08:12:22 EDT 2008


Author: neteler
Date: 2008-08-20 08:12:22 -0400 (Wed, 20 Aug 2008)
New Revision: 32918

Modified:
   grass/trunk/raster/r.external/main.c
Log:
cosmetics

Modified: grass/trunk/raster/r.external/main.c
===================================================================
--- grass/trunk/raster/r.external/main.c	2008-08-20 11:26:11 UTC (rev 32917)
+++ grass/trunk/raster/r.external/main.c	2008-08-20 12:12:22 UTC (rev 32918)
@@ -1,15 +1,13 @@
 
 /****************************************************************************
  *
- * MODULE:       r.in.gdal
+ * MODULE:       r.external
  *               
- * AUTHOR(S):    Frank Warmerdam (copyright of this file)
- *               Added optional GCP transformation: Markus Neteler 10/2001
+ * AUTHOR(S):    Glynn Clements, based on r.in.gdal
  *
- * PURPOSE:      Imports many GIS/image formats into GRASS utilizing the GDAL
- *               library.
+ * PURPOSE:      Link raster map into GRASS utilizing the GDAL library.
  *
- * COPYRIGHT:    (C) 2001 by Frank Warmerdam
+ * COPYRIGHT:    (C) 2008 by Glynn Clements and the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -173,7 +171,7 @@
 			    cellhd->proj, cellhd->zone);
 	    }
 	    strcat(error_msg,
-		   _("\nYou can use the -o flag to r.in.gdal to override this check and "
+		   _("\nYou can use the -o flag to r.external to override this check and "
 		     "use the location definition for the dataset.\n"));
 	    strcat(error_msg,
 		   _("Consider generating a new location from the input dataset using "



More information about the grass-commit mailing list