[GRASS-SVN] r36026 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 22 05:40:46 EST 2009
Author: hamish
Date: 2009-02-22 05:40:45 -0500 (Sun, 22 Feb 2009)
New Revision: 36026
Modified:
grass/trunk/lib/gis/parser.c
Log:
happy new year (merge from devbr6)
Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c 2009-02-22 10:34:47 UTC (rev 36025)
+++ grass/trunk/lib/gis/parser.c 2009-02-22 10:40:45 UTC (rev 36026)
@@ -55,14 +55,14 @@
* that the "map" option is required and also that the number 12 is
* out of range. The acceptable range (or list) will be printed.
*
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2009 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.
*
* \author Radim Blazek
*
- * \date 2003-2008
+ * \date 2003-2009
*
*/
@@ -1750,7 +1750,7 @@
fprintf(fp, "# MODULE: %s_wrapper\n", G_program_name());
fprintf(fp, "# AUTHOR(S): %s\n", G_whoami());
fprintf(fp, "# PURPOSE: \n");
- fprintf(fp, "# COPYRIGHT: (C) 2008 GRASS Development Team/%s\n",
+ fprintf(fp, "# COPYRIGHT: (C) 2009 GRASS Development Team/%s\n",
G_whoami());
fprintf(fp, "#\n");
fprintf(fp,
More information about the grass-commit
mailing list