[GRASS-dev] Re: [GRASS-SVN] r30246 - grass/trunk/lib/gis
Markus Neteler
neteler at osgeo.org
Tue Feb 19 05:28:55 EST 2008
Hi,
could we conditionalize the year somehow on the VERSON file?
Markus
On Feb 19, 2008 3:16 AM, <svn_grass at osgeo.org> wrote:
> 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");
>
> _______________________________________________
> grass-commit mailing list
> grass-commit at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-commit
>
--
Open Source Geospatial Foundation
http://www.osgeo.org/
http://www.grassbook.org/
More information about the grass-dev
mailing list