浏览代码

wxNviz: update headers - add `annakrat` to the authors

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46530 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年之前
父节点
当前提交
51e16c2f14

+ 3 - 1
gui/wxpython/docs/wxGUI.Nviz.html

@@ -323,7 +323,9 @@ Original <a href="nviz.html">TCL/TK-based</a> Nviz.
 Landa</a>, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2008">Google
 Summer of Code 2008</a> (mentor: Michael Barton)
 and <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2010">Google
-Summer of Code 2010</a> (mentor: Helena Mitasova)
+Summer of Code 2010</a> (mentor: Helena Mitasova)<br>
+Anna Kratochvilova, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2011">Google
+Summer of Code 2011</a> (mentor: Martin Landa)
 
 <p>
 <i>$Date$</i>

+ 2 - 1
gui/wxpython/gui_modules/nviz.py

@@ -8,13 +8,14 @@ This module implements 3D visualization mode for map display.
 Map Display supports standard 2D view mode ('mapdisp' module) and
 2.5/3D mode ('nviz_mapdisp' module).
 
-(C) 2008, 2010 by the GRASS Development Team
+(C) 2008, 2010-2011 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 Martin Landa <landa.martin gmail.com> (Google SoC 2008/2010)
+@author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 errorMsg = ''

+ 2 - 1
gui/wxpython/gui_modules/nviz_mapdisp.py

@@ -9,13 +9,14 @@ List of classes:
  - NvizThread
  - GLWindow
 
-(C) 2008-2010 by the GRASS Development Team
+(C) 2008-2011 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 Martin Landa <landa.martin gmail.com> (Google SoC 2008/2010)
+@author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 import os

+ 3 - 2
gui/wxpython/gui_modules/nviz_preferences.py

@@ -6,13 +6,14 @@
 Classes:
  - NvizPreferencesDialog
 
-(C) 2008-2010 by the GRASS Development Team
+(C) 2008-2011 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 Martin Landa <landa.martin gmail.com> (Google SoC 2008/2010)
-@author Enhancements by Michael Barton <michael.barton@asu.edu>
+@author Enhancements by Michael Barton <michael.barton asu.edu>
+@author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 import types

+ 3 - 2
gui/wxpython/gui_modules/nviz_tools.py

@@ -9,14 +9,15 @@ Classes:
  - ViewPositionWindow
  - LightPositionWindow
 
-(C) 2008-2010 by the GRASS Development Team
+(C) 2008-2011 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 Martin Landa <landa.martin gmail.com> (Google SoC 2008/2010)
-@author Enhancements by Michael Barton <michael.barton@asu.edu>
+@author Enhancements by Michael Barton <michael.barton asu.edu>
+@author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 import os