Browse Source

Backported update to header and copyright from develbranch_6

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32803 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 16 years ago
parent
commit
4aaa7053d8
1 changed files with 6 additions and 5 deletions
  1. 6 5
      gui/wxpython/gui_modules/colorrules.py

+ 6 - 5
gui/wxpython/gui_modules/colorrules.py

@@ -1,16 +1,17 @@
 """
-MODULE:     rules.py
+MODULE:      colorrules.py
 
 CLASSES:
-    * RulesText
+    * ColorTable
+    * BuferedWindow
 
-PURPOSE:    Dialog for interactive entry of rules for r.colors,
-            r.reclass, r.recode, and v.reclass
+PURPOSE:    Dialog for interactive management of raster color tables and vector
+            rgb_column
 
 AUTHORS:    The GRASS Development Team
             Michael Barton (Arizona State University)
 
-COPYRIGHT:  (C) 2007 by the GRASS Development Team
+COPYRIGHT:  (C) 2008 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.