[GRASS-SVN] r52717 - grass/trunk/gui/wxpython/swipe

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 17 08:53:07 PDT 2012


Author: martinl
Date: 2012-08-17 08:53:07 -0700 (Fri, 17 Aug 2012)
New Revision: 52717

Modified:
   grass/trunk/gui/wxpython/swipe/dialogs.py
   grass/trunk/gui/wxpython/swipe/frame.py
   grass/trunk/gui/wxpython/swipe/mapwindow.py
   grass/trunk/gui/wxpython/swipe/toolbars.py
Log:
wxGUI/swipe: header cosmetics


Modified: grass/trunk/gui/wxpython/swipe/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/swipe/dialogs.py	2012-08-17 15:52:20 UTC (rev 52716)
+++ grass/trunk/gui/wxpython/swipe/dialogs.py	2012-08-17 15:53:07 UTC (rev 52717)
@@ -6,11 +6,11 @@
 Classes:
  - dialogs::SwipeMapDialog
 
-(C) 2006-2012 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.
+(C) 2012 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 Anna Kratochvilova <kratochanna gmail.com>
 """
 

Modified: grass/trunk/gui/wxpython/swipe/frame.py
===================================================================
--- grass/trunk/gui/wxpython/swipe/frame.py	2012-08-17 15:52:20 UTC (rev 52716)
+++ grass/trunk/gui/wxpython/swipe/frame.py	2012-08-17 15:53:07 UTC (rev 52717)
@@ -1,4 +1,19 @@
+"""!
+ at package swipe.frame
 
+ at brief Map Swipe Frame
+
+Classes:
+ - dialogs::SwipeMapDialog
+
+(C) 2012 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.
+
+ at author Anna Kratochvilova <kratochanna gmail.com>
+"""
+
 import sys
 import  wx
 import time

Modified: grass/trunk/gui/wxpython/swipe/mapwindow.py
===================================================================
--- grass/trunk/gui/wxpython/swipe/mapwindow.py	2012-08-17 15:52:20 UTC (rev 52716)
+++ grass/trunk/gui/wxpython/swipe/mapwindow.py	2012-08-17 15:53:07 UTC (rev 52717)
@@ -3,21 +3,20 @@
 
 @brief Map Swipe map window.
 
+Class _MouseEvent taken from wxPython FloatCanvas source code (Christopher Barker).
+
 Classes:
  - mapwindow::SwipeBufferedWindow
  - mapwindow::_MouseEvent
 
-(C) 2006-2012 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.
+(C) 2012 by the GRASS Development Team
 
- at author Anna Kratochvilova <kratochanna gmail.com>
+This program is free software under the GNU General Public License
+(>=v2). Read the file COPYING that comes with GRASS for details.
 
-Class _MouseEvent taken from wxPython FloatCanvas source code (Christopher Barker).
+ at author Anna Kratochvilova <kratochanna gmail.com>
 """
 
-
 import wx
 
 from core.debug import Debug

Modified: grass/trunk/gui/wxpython/swipe/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/swipe/toolbars.py	2012-08-17 15:52:20 UTC (rev 52716)
+++ grass/trunk/gui/wxpython/swipe/toolbars.py	2012-08-17 15:53:07 UTC (rev 52717)
@@ -8,11 +8,11 @@
  - toolbars::SwipeMainToolbar
  - toolbars::SwipeMiscToolbar
 
-(C) 2006-2012 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.
+(C) 2012 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 Anna Kratochvilova <kratochanna gmail.com>
 """
 



More information about the grass-commit mailing list