Parcourir la source

happy new year

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45138 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 14 ans
Parent
commit
9377f03997
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      man/build_html.py

+ 2 - 2
man/build_html.py

@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 # -*- coding: utf-8 -*-
 
 
 # utilities for generating HTML indices
 # utilities for generating HTML indices
-# (c) The GRASS Development Team, Markus Neteler, Glynn Clements 2003, 2004, 2005, 2006, 2009, 2010
+# (c) The GRASS Development Team, Markus Neteler, Glynn Clements 2003, 2004, 2005, 2006, 2009, 2010, 2011
 
 
 import sys
 import sys
 import os
 import os
@@ -158,7 +158,7 @@ footer_tmpl = string.Template(\
 r"""<BR><BR>
 r"""<BR><BR>
 <hr>
 <hr>
 <p><a href="${index_url}">Help Index</a> | <a href="full_index.html">Full Index</a><br>
 <p><a href="${index_url}">Help Index</a> | <a href="full_index.html">Full Index</a><br>
-&copy; 2003-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
+&copy; 2003-2011 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
 </body>
 </body>
 </html>
 </html>
 """)
 """)