Browse Source

happy new year (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36026 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 năm trước cách đây
mục cha
commit
5ec6c81804
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      lib/gis/parser.c

+ 3 - 3
lib/gis/parser.c

@@ -55,14 +55,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-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
  * (>=v2). Read the file COPYING that comes with GRASS for details.
  *
  * \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, "# AUTHOR(S):    %s\n", G_whoami());
     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());
     fprintf(fp, "#\n");
     fprintf(fp,