[GRASS-SVN] r36269 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 9 04:50:42 EDT 2009
Author: neteler
Date: 2009-03-09 04:50:42 -0400 (Mon, 09 Mar 2009)
New Revision: 36269
Modified:
grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
happy new year
Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c 2009-03-09 08:48:34 UTC (rev 36268)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c 2009-03-09 08:50:42 UTC (rev 36269)
@@ -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