[GRASS-SVN] r36025 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 22 05:34:47 EST 2009
Author: hamish
Date: 2009-02-22 05:34:47 -0500 (Sun, 22 Feb 2009)
New Revision: 36025
Modified:
grass/branches/develbranch_6/lib/gis/parser.c
Log:
happy new year
Modified: grass/branches/develbranch_6/lib/gis/parser.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/parser.c 2009-02-22 08:54:28 UTC (rev 36024)
+++ grass/branches/develbranch_6/lib/gis/parser.c 2009-02-22 10:34:47 UTC (rev 36025)
@@ -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
*
*/
@@ -1726,7 +1726,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