Browse Source

wxGUI/swipe: header cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52717 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
c7b093d4cf

+ 4 - 4
gui/wxpython/swipe/dialogs.py

@@ -6,10 +6,10 @@
 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>
 """

+ 15 - 0
gui/wxpython/swipe/frame.py

@@ -1,3 +1,18 @@
+"""!
+@package swipe.frame
+
+@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.
+
+@author Anna Kratochvilova <kratochanna gmail.com>
+"""
 
 import sys
 import  wx

+ 6 - 7
gui/wxpython/swipe/mapwindow.py

@@ -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
 
-@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).
+@author Anna Kratochvilova <kratochanna gmail.com>
 """
 
-
 import wx
 
 from core.debug import Debug

+ 4 - 4
gui/wxpython/swipe/toolbars.py

@@ -8,10 +8,10 @@ Classes:
  - 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>
 """