Hi,

could we conditionalize the year somehow on the VERSON file?

Markus

On Feb 19, 2008 3:16 AM,  <[EMAIL PROTECTED]> 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
> [EMAIL PROTECTED]
> http://lists.osgeo.org/mailman/listinfo/grass-commit
>



-- 
Open Source Geospatial Foundation
http://www.osgeo.org/
http://www.grassbook.org/
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to