|
@@ -55,14 +55,14 @@
|
|
* that the "map" option is required and also that the number 12 is
|
|
* that the "map" option is required and also that the number 12 is
|
|
* out of range. The acceptable range (or list) will be printed.
|
|
* 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
|
|
* This program is free software under the GNU General Public License
|
|
* (>=v2). Read the file COPYING that comes with GRASS for details.
|
|
* (>=v2). Read the file COPYING that comes with GRASS for details.
|
|
*
|
|
*
|
|
* \author Radim Blazek
|
|
* \author Radim Blazek
|
|
*
|
|
*
|
|
- * \date 2003-2008
|
|
|
|
|
|
+ * \date 2003-2009
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -1750,7 +1750,7 @@ static void G_script(void)
|
|
fprintf(fp, "# MODULE: %s_wrapper\n", G_program_name());
|
|
fprintf(fp, "# MODULE: %s_wrapper\n", G_program_name());
|
|
fprintf(fp, "# AUTHOR(S): %s\n", G_whoami());
|
|
fprintf(fp, "# AUTHOR(S): %s\n", G_whoami());
|
|
fprintf(fp, "# PURPOSE: \n");
|
|
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());
|
|
G_whoami());
|
|
fprintf(fp, "#\n");
|
|
fprintf(fp, "#\n");
|
|
fprintf(fp,
|
|
fprintf(fp,
|