[GRASS-SVN] r60404 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 22 00:19:31 PDT 2014
Author: hamish
Date: 2014-05-22 00:19:31 -0700 (Thu, 22 May 2014)
New Revision: 60404
Modified:
grass/branches/develbranch_6/lib/gis/parser.c
Log:
bump year
Modified: grass/branches/develbranch_6/lib/gis/parser.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/parser.c 2014-05-22 06:52:36 UTC (rev 60403)
+++ grass/branches/develbranch_6/lib/gis/parser.c 2014-05-22 07:19:31 UTC (rev 60404)
@@ -64,14 +64,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-2009, 2011 by the GRASS Development Team
+ * (C) 2001-2014 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 Original author CERL; enhancements: Radim Blazek
*
- * \date 2003-2011
+ * \date 2003-2014
*
*/
@@ -1762,7 +1762,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) 2009 GRASS Development Team/%s\n",
+ fprintf(fp, "# COPYRIGHT: (C) 2014 GRASS Development Team/%s\n",
G_whoami());
fprintf(fp, "#\n");
fprintf(fp,
More information about the grass-commit
mailing list