[GRASS-SVN] r45136 - grass/trunk/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 21 12:04:29 EST 2011


Author: martinl
Date: 2011-01-21 09:04:29 -0800 (Fri, 21 Jan 2011)
New Revision: 45136

Modified:
   grass/trunk/tools/mkhtml.py
Log:
happy new year


Modified: grass/trunk/tools/mkhtml.py
===================================================================
--- grass/trunk/tools/mkhtml.py	2011-01-21 12:10:38 UTC (rev 45135)
+++ grass/trunk/tools/mkhtml.py	2011-01-21 17:04:29 UTC (rev 45136)
@@ -5,7 +5,7 @@
 # MODULE:       mkhtml.py
 # AUTHOR(S):    Markus Neteler, Glynn Clements
 # PURPOSE:      create HTML manual page snippets
-# COPYRIGHT:    (C) 2007,2009 Glynn Clements and the GRASS Development Team
+# COPYRIGHT:    (C) 2007,2009,2011 by Glynn Clements and the GRASS Development Team
 #
 #               This program is free software under the GNU General Public
 #               License (>=v2). Read the file COPYING that comes with GRASS
@@ -40,7 +40,7 @@
 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-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
+<p>&copy; 2003-2011 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
 </body>
 </html>
 """)



More information about the grass-commit mailing list