Browse Source

2010ing

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40237 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 years ago
parent
commit
34892b4f7f
4 changed files with 4 additions and 4 deletions
  1. 1 1
      INSTALL
  2. 1 1
      SUBMITTING
  3. 1 1
      tools/mkhtml.py
  4. 1 1
      tools/module_synopsis.sh

+ 1 - 1
INSTALL

@@ -301,5 +301,5 @@ and ./SUBMITTING_SCRIPTS in this directory.
 http://grass.osgeo.org/wiki/GRASS_6_Tutorial
 
 ------------------
-(C) 1999-2009 by The GRASS Development Team
+(C) 1999-2010 by The GRASS Development Team
 $Date$

+ 1 - 1
SUBMITTING

@@ -57,7 +57,7 @@ following rules:
  *               be used. Note that most linked list functionality (add,
  *               remove, get) is supported, but there is no sorting
  *               functionality.
- * COPYRIGHT:    (C) 2009 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2010 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the COPYING file that comes with GRASS

+ 1 - 1
tools/mkhtml.py

@@ -40,7 +40,7 @@ header_tmpl = string.Template(\
 footer_tmpl = string.Template(\
 """<hr>
 <p><a href="index.html">Main index</a> - <a href="$INDEXNAME.html">$INDEXNAME index</a> - <a href="full_index.html">Full index</a></p>
-<p>&copy; 2003-2009 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
+<p>&copy; 2003-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
 </body>
 </html>
 """)

+ 1 - 1
tools/module_synopsis.sh

@@ -322,7 +322,7 @@ cat << EOF >> "${TMP}.html"
 <hr>
 <p>
 <a href="index.html">Help Index</a><br>
-&copy; 2007-2009 <a href="http://grass.osgeo.org">GRASS Development Team</a>
+&copy; 2007-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a>
 </p>
 
 </BODY>