[GRASS-SVN] r42010 - grass-addons/gui/wxpython/data_catalog

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 23 12:13:42 EDT 2010


Author: rashadkm
Date: 2010-04-23 12:13:42 -0400 (Fri, 23 Apr 2010)
New Revision: 42010

Modified:
   grass-addons/gui/wxpython/data_catalog/LayerTree.py
Log:
added license headers only

Modified: grass-addons/gui/wxpython/data_catalog/LayerTree.py
===================================================================
--- grass-addons/gui/wxpython/data_catalog/LayerTree.py	2010-04-23 16:06:32 UTC (rev 42009)
+++ grass-addons/gui/wxpython/data_catalog/LayerTree.py	2010-04-23 16:13:42 UTC (rev 42010)
@@ -1,3 +1,22 @@
+"""
+ at package LayerTree.py
+
+
+
+ at breif A LayerTree for managing maps
+based on selected location and mapset
+
+Classes:
+ - LayerTree
+
+(C) 2007 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 Mohammed Rashad K.M <rashadkm at gmail dot com>
+
+"""
 import os
 import sys
 import wx



More information about the grass-commit mailing list