[GRASS-SVN] r52650 - grass/trunk/gui/wxpython/swipe
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 13 01:26:03 PDT 2012
Author: neteler
Date: 2012-08-13 01:26:02 -0700 (Mon, 13 Aug 2012)
New Revision: 52650
Modified:
grass/trunk/gui/wxpython/swipe/main.py
Log:
+header
Modified: grass/trunk/gui/wxpython/swipe/main.py
===================================================================
--- grass/trunk/gui/wxpython/swipe/main.py 2012-08-13 08:19:15 UTC (rev 52649)
+++ grass/trunk/gui/wxpython/swipe/main.py 2012-08-13 08:26:02 UTC (rev 52650)
@@ -1,7 +1,26 @@
#!/usr/bin/env python
+############################################################################
+#
+# MODULE: Map Swipe
+# AUTHOR(S): Anna Kratochvilova
+# PURPOSE: The Map Swipe is a wxGUI component which allows the user to
+# interactively compare two maps
+# COPYRIGHT: (C) 2012 by Anna Kratochvilova, and the GRASS Development Team
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+############################################################################
#%module
-#% description:
+#% description: Allows to interactively compare two maps by swiping.
#%end
#%option G_OPT_R_INPUT
#% key: first
More information about the grass-commit
mailing list