[GRASS-SVN] r46530 - in grass/trunk/gui/wxpython: docs gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 3 03:23:32 EDT 2011


Author: martinl
Date: 2011-06-03 00:23:32 -0700 (Fri, 03 Jun 2011)
New Revision: 46530

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.Nviz.html
   grass/trunk/gui/wxpython/gui_modules/nviz.py
   grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py
   grass/trunk/gui/wxpython/gui_modules/nviz_preferences.py
   grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
Log:
wxNviz: update headers - add `annakrat` to the authors


Modified: grass/trunk/gui/wxpython/docs/wxGUI.Nviz.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.Nviz.html	2011-06-03 06:51:59 UTC (rev 46529)
+++ grass/trunk/gui/wxpython/docs/wxGUI.Nviz.html	2011-06-03 07:23:32 UTC (rev 46530)
@@ -323,7 +323,9 @@
 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>

Modified: grass/trunk/gui/wxpython/gui_modules/nviz.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz.py	2011-06-03 06:51:59 UTC (rev 46529)
+++ grass/trunk/gui/wxpython/gui_modules/nviz.py	2011-06-03 07:23:32 UTC (rev 46530)
@@ -8,13 +8,14 @@
 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)
+ at author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 errorMsg = ''

Modified: grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py	2011-06-03 06:51:59 UTC (rev 46529)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py	2011-06-03 07:23:32 UTC (rev 46530)
@@ -9,13 +9,14 @@
  - 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)
+ at author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 import os

Modified: grass/trunk/gui/wxpython/gui_modules/nviz_preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_preferences.py	2011-06-03 06:51:59 UTC (rev 46529)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_preferences.py	2011-06-03 07:23:32 UTC (rev 46530)
@@ -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)
- at author Enhancements by Michael Barton <michael.barton at asu.edu>
+ at author Enhancements by Michael Barton <michael.barton asu.edu>
+ at author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 import types

Modified: grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_tools.py	2011-06-03 06:51:59 UTC (rev 46529)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_tools.py	2011-06-03 07:23:32 UTC (rev 46530)
@@ -9,14 +9,15 @@
  - 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)
- at author Enhancements by Michael Barton <michael.barton at asu.edu>
+ at author Enhancements by Michael Barton <michael.barton asu.edu>
+ at author Anna Kratochvilova <KratochAnna seznam.cz> (Google SoC 2011)
 """
 
 import os



More information about the grass-commit mailing list