[GRASS-SVN] r30246 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 18 21:16:17 EST 2008
Author: hamish
Date: 2008-02-18 21:16:17 -0500 (Mon, 18 Feb 2008)
New Revision: 30246
Modified:
grass/trunk/lib/gis/parser.c
Log:
--script template purpose, year, module name
Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c 2008-02-18 22:43:47 UTC (rev 30245)
+++ grass/trunk/lib/gis/parser.c 2008-02-19 02:16:17 UTC (rev 30246)
@@ -1750,9 +1750,10 @@
fprintf(fp, "#!/bin/sh\n\n");
fprintf(fp, "############################################################################\n");
fprintf(fp, "#\n");
- fprintf(fp, "# MODULE: \n");
+ fprintf(fp, "# MODULE: %s_wrapper\n", G_program_name());
fprintf(fp, "# AUTHOR(S): %s\n", G_whoami());
- fprintf(fp, "# COPYRIGHT: (C) 2007 GRASS Development Team/%s\n", G_whoami());
+ fprintf(fp, "# PURPOSE: \n");
+ fprintf(fp, "# COPYRIGHT: (C) 2008 GRASS Development Team/%s\n", G_whoami());
fprintf(fp, "#\n");
fprintf(fp, "# This program is free software; you can redistribute it and/or modify\n");
fprintf(fp, "# it under the terms of the GNU General Public License as published by\n");
More information about the grass-commit
mailing list